aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 12 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 045d14192ed..c3a1fd89a64 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/cc-langs.el (c-mode-menu):
4 Don't presume c-subword-mode is bound.
5
12006-04-13 Bill Wohler <wohler@newt.com> 62006-04-13 Bill Wohler <wohler@newt.com>
2 7
3 * cus-edit.el (customize-package-emacs-version-alist): Update 8 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4 docstring.
5 (customize-package-emacs-version): Use cdr instead of cadr now 9 (customize-package-emacs-version): Use cdr instead of cadr now
6 that alists use dotted pairs. 10 that alists use dotted pairs.
7 11
@@ -26,8 +30,8 @@
26 30
272006-04-13 Carsten Dominik <dominik@science.uva.nl> 312006-04-13 Carsten Dominik <dominik@science.uva.nl>
28 32
29 * textmodes/org.el: (org-set-regexps-and-options, 33 * textmodes/org.el: (org-set-regexps-and-options)
30 org-get-current-options): Better names for the startup folding 34 (org-get-current-options): Better names for the startup folding
31 options. 35 options.
32 36
332006-04-13 Thien-Thi Nguyen <ttn@gnu.org> 372006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
@@ -37,8 +41,8 @@
37 41
382006-04-12 Davis Herring <herring@lanl.gov> (tiny change) 422006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
39 43
40 * files.el (hack-one-local-variable-eval-safep): Recognize 44 * files.el (hack-one-local-variable-eval-safep):
41 `edebug-form-spec' for `put', but only if it passes 45 Recognize `edebug-form-spec' for `put', but only if it passes
42 `edebug-basic-spec'. Generalize `put' handling. 46 `edebug-basic-spec'. Generalize `put' handling.
43 47
44 * emacs-lisp/edebug.el (edebug-basic-spec): New function for 48 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
@@ -49,11 +53,10 @@
49 53
502006-04-13 Carsten Dominik <dominik@science.uva.nl> 542006-04-13 Carsten Dominik <dominik@science.uva.nl>
51 55
52 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation 56 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
53 string.
54 (org-agenda-mouse-1-follows-link) 57 (org-agenda-mouse-1-follows-link)
55 (org-mouse-1-follows-link): New options. 58 (org-mouse-1-follows-link): New options.
56 (org-format-agenda-item): Fixed bug if TAGS is nil. 59 (org-format-agenda-item): Fix bug if TAGS is nil.
57 (org-agenda-get-scheduled): Quote `priority' symbol in plist. 60 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
58 61
592006-04-13 Nick Roberts <nickrob@snap.net.nz> 622006-04-13 Nick Roberts <nickrob@snap.net.nz>