comparison lisp/ChangeLog @ 68177:7341c6ea5e74

(auto-mode-alist): Use \' rather than $. (ld-script-mode): Don't set indent-line-function since we don't have one.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 Jan 2006 17:20:52 +0000
parents e1cf406d3fa7
children 83ac404539a7
comparison
equal deleted inserted replaced
68176:e1cf406d3fa7 68177:7341c6ea5e74
1 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4 (ld-script-mode): Don't set indent-line-function since we don't
5 have one.
6
1 2006-01-13 Carsten Dominik <dominik@science.uva.nl> 7 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2 8
3 * textmodes/org.el: (org-open-file): Use mailcap for selecting an 9 * textmodes/org.el: (org-open-file): Use mailcap for selecting an
4 application. 10 application.
5 (org-file-apps-defaults-gnu): Use mailcap as the default for 11 (org-file-apps-defaults-gnu): Use mailcap as the default for
6 selecting an application on a UNIX system. 12 selecting an application on a UNIX system.
7 (org-agenda-show-tags): New command. 13 (org-agenda-show-tags): New command.
8 (org-table-insert-hline): Keep cursor in current table 14 (org-table-insert-hline): Keep cursor in current table line.
9 line.
10 (org-table-convert): Offset effect of modifying 15 (org-table-convert): Offset effect of modifying
11 `org-table-insert-hline'. 16 `org-table-insert-hline'.
12 (org-format-agenda-item): New optional argument TAG. 17 (org-format-agenda-item): New optional argument TAG.
13 (org-compile-prefix-format): Handle %T format for the tag. 18 (org-compile-prefix-format): Handle %T format for the tag.
14 (org-expand-wide-chars): New function. 19 (org-expand-wide-chars): New function.
15 (org-table-insert-row, org-table-insert-hline): Use 20 (org-table-insert-row, org-table-insert-hline):
16 `org-expand-wide-chars'. 21 Use `org-expand-wide-chars'.
17 (org-open-file): Fixed bug in program launch. 22 (org-open-file): Fix bug in program launch.
18 (org-get-time-of-day): Fixed bug with times before 1am. 23 (org-get-time-of-day): Fix bug with times before 1am.
19 (org-agenda-menu): Addes tags commands. 24 (org-agenda-menu): Addes tags commands.
20 25
21 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es> 26 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
22 27
23 * textmodes/ispell.el (ispell-init-process): Include the used 28 * textmodes/ispell.el (ispell-init-process): Include the used
25 (ispell-internal-change-dictionary): When flyspell-mode is active 30 (ispell-internal-change-dictionary): When flyspell-mode is active
26 and dictionary is changed, make sure ispell process is restarted 31 and dictionary is changed, make sure ispell process is restarted
27 and flyspell word cache cleared out for the current buffer. 32 and flyspell word cache cleared out for the current buffer.
28 (ispell-change-dictionary): Make sure flyspell word cache is 33 (ispell-change-dictionary): Make sure flyspell word cache is
29 cleared out in all buffers with active flyspell mode when 34 cleared out in all buffers with active flyspell mode when
30 dictionary is globally changed. Call 35 dictionary is globally changed.
31 ispell-internal-change-dictionary after dictionary change. 36 Call ispell-internal-change-dictionary after dictionary change.
32 37
33 2006-01-13 Eli Zaretskii <eliz@gnu.org> 38 2006-01-13 Eli Zaretskii <eliz@gnu.org>
34 39
35 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix. 40 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
36 41