comparison lisp/ChangeLog @ 70025:c4d23fcbb9bd

(c-mode-menu): Don't presume c-subword-mode is bound.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 Apr 2006 11:30:20 +0000
parents 8991a6461375
children f8318ae45127
comparison
equal deleted inserted replaced
70024:58b5594421bc 70025:c4d23fcbb9bd
1 2006-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
1 2006-04-13 Bill Wohler <wohler@newt.com> 6 2006-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
8 * custom.el (defcustom): Fix docstring for :package-version. 12 * custom.el (defcustom): Fix docstring for :package-version.
9 13
24 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid 28 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
25 leaving temporary .cvsignore buffers behind. 29 leaving temporary .cvsignore buffers behind.
26 30
27 2006-04-13 Carsten Dominik <dominik@science.uva.nl> 31 2006-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
33 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org> 37 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
34 38
35 * vc.el (vc-annotate): Arrange for point to end up at the same 39 * vc.el (vc-annotate): Arrange for point to end up at the same
36 line number as in the original, but only when using a new buffer. 40 line number as in the original, but only when using a new buffer.
37 41
38 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change) 42 2006-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
45 vetting file-local form specs. 49 vetting file-local form specs.
46 50
47 * allout.el (allout-layout): Autoload its `safe-local-variable' 51 * allout.el (allout-layout): Autoload its `safe-local-variable'
48 property. 52 property.
49 53
50 2006-04-13 Carsten Dominik <dominik@science.uva.nl> 54 2006-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
59 2006-04-13 Nick Roberts <nickrob@snap.net.nz> 62 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
60 63
61 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): 64 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):