comparison lisp/ChangeLog @ 71874:e727167b07e4

(make-autoload): Remove special handling of minor modes, redundant with the custom-autoload line above.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 13 Jul 2006 18:13:06 +0000
parents b5cc4afb0853
children 2f32aa94faff
comparison
equal deleted inserted replaced
71873:0048306da39e 71874:e727167b07e4
1 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4 minor modes, redundant with the custom-autoload line above.
5
1 2006-07-12 Chong Yidong <cyd@stupidchicken.com> 6 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * longlines.el (longlines-post-command-function): Handle open-line 8 * longlines.el (longlines-post-command-function): Handle open-line too.
4 too.
5 9
6 2006-07-12 Richard Stallman <rms@gnu.org> 10 2006-07-12 Richard Stallman <rms@gnu.org>
7 11
8 * progmodes/grep.el (grep-last-buffer): Doc fix. 12 * progmodes/grep.el (grep-last-buffer): Doc fix.
9 13
53 57
54 * vc.el (vc-exec-after): Don't delete process manually. 58 * vc.el (vc-exec-after): Don't delete process manually.
55 (vc-print-log): Run log-view-mode in process sentinel inside 59 (vc-print-log): Run log-view-mode in process sentinel inside
56 inhibit-read-only. Don't shrink window due to timing issues. 60 inhibit-read-only. Don't shrink window due to timing issues.
57 61
58 * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid 62 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
59 using with-output-to-temp-buffer, which clobbers local vars. 63 Avoid using with-output-to-temp-buffer, which clobbers local vars.
60 64
61 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> 65 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
62 66
63 * progmodes/compile.el (compilation-error-regexp-alist-alist): 67 * progmodes/compile.el (compilation-error-regexp-alist-alist):
64 Fix ambiguity introduced by last change. 68 Fix ambiguity introduced by last change.