aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog43
1 files changed, 21 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2065e55b4a1..3af011ffd34 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -14,39 +14,40 @@
14 14
152006-05-31 Masatake YAMATO <jet@gyve.org> 152006-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
212006-05-31 Nick Roberts <nickrob@snap.net.nz> 212006-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
262006-05-30 Reiner Steib <Reiner.Steib@gmx.de> 262006-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
332006-05-30 Carsten Dominik <dominik@science.uva.nl> 332006-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.
@@ -63,16 +64,15 @@
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
692006-05-30 Daniel Pfeiffer <occitan@esperanto.org> 692006-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
772006-05-29 Richard Stallman <rms@gnu.org> 772006-05-29 Richard Stallman <rms@gnu.org>
78 78
@@ -863,8 +863,7 @@
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
8692006-05-11 Nick Roberts <nickrob@snap.net.nz> 8682006-05-11 Nick Roberts <nickrob@snap.net.nz>
870 869