Mercurial > emacs
comparison lisp/ChangeLog @ 71124:a85189d6eb4c
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 31 May 2006 22:46:20 +0000 |
parents | d5405a24cc20 |
children | 36bd73d4707b |
comparison
equal
deleted
inserted
replaced
71123:cc77c3208f2c | 71124:a85189d6eb4c |
---|---|
12 * textmodes/table.el: Convert all HTML tags to lower case for | 12 * textmodes/table.el: Convert all HTML tags to lower case for |
13 XHTML compatibility. | 13 XHTML compatibility. |
14 | 14 |
15 2006-05-31 Masatake YAMATO <jet@gyve.org> | 15 2006-05-31 Masatake YAMATO <jet@gyve.org> |
16 | 16 |
17 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line): | 17 * progmodes/compile.el: |
18 Don't put face on `-' lines in gcov file. | 18 (compilation-error-regexp-alist-alist::gcov-called-line): |
19 Suggested by Dan Nicolaescu. | 19 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu. |
20 | 20 |
21 2006-05-31 Nick Roberts <nickrob@snap.net.nz> | 21 2006-05-31 Nick Roberts <nickrob@snap.net.nz> |
22 | 22 |
23 * progmodes/gud.el (gud-query-cmdline, gud-common-init): Revert | 23 * progmodes/gud.el (gud-query-cmdline, gud-common-init): |
24 inadvertant changes made with last commit. | 24 Revert inadvertant changes made with last commit. |
25 | 25 |
26 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de> | 26 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de> |
27 | 27 |
28 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New | 28 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): |
29 functions. | 29 New functions. |
30 | 30 |
31 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell. | 31 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell. |
32 | 32 |
33 2006-05-30 Carsten Dominik <dominik@science.uva.nl> | 33 2006-05-30 Carsten Dominik <dominik@science.uva.nl> |
34 | 34 |
35 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp | 35 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp |
36 does only match in the right place. | 36 only matches in the right place. |
37 (org-upcoming-deadline): New face. | 37 (org-upcoming-deadline): New face. |
38 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. | 38 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. |
39 (org-export-ascii-underline): Renamed and made an option | 39 (org-export-ascii-underline): Rename constant `org-ascii-underline' |
40 (was constant `org-ascii-underline'). | 40 and make it an option. |
41 (org-export-ascii-bullets): New option. | 41 (org-export-ascii-bullets): New option. |
42 (org-export-as-html): Many changes to emit valid XHTML. | 42 (org-export-as-html): Many changes to emit valid XHTML. |
43 (org-par-open): New variable. | 43 (org-par-open): New variable. |
44 (org-open-par, org-close-par-maybe, org-close-li-maybe): New | 44 (org-open-par, org-close-par-maybe, org-close-li-maybe): |
45 functions. | 45 New functions. |
46 (org-html-do-expand, org-section-number): Fixedcase in | 46 (org-html-do-expand, org-section-number): Fixed case in |
47 `replace-match'. org-timeline): Pass | 47 `replace-match'. |
48 `org-timeline-show-empty-dates' to `org-get-all-dates'. Interpret | 48 (org-timeline): Pass `org-timeline-show-empty-dates' to |
49 empty dates returned by `org-get-all-dates'. | 49 `org-get-all-dates'. |
50 Interpret empty dates returned by `org-get-all-dates'. | |
50 (org-get-all-dates): New argument EMPTY. Add dates without | 51 (org-get-all-dates): New argument EMPTY. Add dates without |
51 entries to the list, mark large ranges of empty dates. | 52 entries to the list, mark large ranges of empty dates. |
52 (org-point-in-group, org-context): New functions. | 53 (org-point-in-group, org-context): New functions. |
53 | 54 |
54 2006-05-30 Nick Roberts <nickrob@snap.net.nz> | 55 2006-05-30 Nick Roberts <nickrob@snap.net.nz> |
61 (gdb-send): Do the right thing for C-d. | 62 (gdb-send): Do the right thing for C-d. |
62 | 63 |
63 * speedbar.el (speedbar-detach): Delete. | 64 * speedbar.el (speedbar-detach): Delete. |
64 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as | 65 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as |
65 it breaks things. | 66 it breaks things. |
66 (speedbar-reconfigure-keymaps): Always add extra items to pop up | 67 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu. |
67 menu. | |
68 | 68 |
69 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org> | 69 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org> |
70 | 70 |
71 * files.el (auto-mode-alist): Add makepp suffix and optional mk on | 71 * files.el (auto-mode-alist): Add makepp suffix and optional mk on |
72 Makeppfile. | 72 Makeppfile. |
73 | 73 |
74 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add | 74 * progmodes/compile.el (compilation-error-regexp-alist-alist): |
75 makepp diagnostic. | 75 Add makepp diagnostic. |
76 | 76 |
77 2006-05-29 Richard Stallman <rms@gnu.org> | 77 2006-05-29 Richard Stallman <rms@gnu.org> |
78 | 78 |
79 * help.el (temp-buffer-max-height): Doc fix. | 79 * help.el (temp-buffer-max-height): Doc fix. |
80 | 80 |
861 emacs-lisp/bytecomp.el, progmodes/cc-compat.el, | 861 emacs-lisp/bytecomp.el, progmodes/cc-compat.el, |
862 progmodes/cc-vars.el, progmodes/compile.el: | 862 progmodes/cc-vars.el, progmodes/compile.el: |
863 Move `safe-local-variable' declarations to the respective files. | 863 Move `safe-local-variable' declarations to the respective files. |
864 | 864 |
865 * help-fns.el (describe-variable): Don't print safe-var if it is | 865 * help-fns.el (describe-variable): Don't print safe-var if it is |
866 byte-code. Improve wording as suggested by Luc Teirlinck | 866 byte-code. Improve wording as suggested by Luc Teirlinck. |
867 <teirllm@auburn.edu>. | |
868 | 867 |
869 2006-05-11 Nick Roberts <nickrob@snap.net.nz> | 868 2006-05-11 Nick Roberts <nickrob@snap.net.nz> |
870 | 869 |
871 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary. | 870 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary. |
872 (gdb-var-evaluate-expression-handler, gdb-var-update-handler): | 871 (gdb-var-evaluate-expression-handler, gdb-var-update-handler): |