aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c34c213990b..3555287724f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12006-09-28 Richard Stallman <rms@gnu.org>
2
3 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4
5 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6
7 * international/mule.el (after-insert-file-set-coding):
8 If VISIT, don't let set-buffer-multibyte make undo info.
9
12006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change) 102006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
2 11
3 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long 12 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
@@ -29,12 +38,36 @@
29 * subr.el (shell-quote-argument): Use DOS logic for Windows 38 * subr.el (shell-quote-argument): Use DOS logic for Windows
30 shells with DOS semantics. 39 shells with DOS semantics.
31 40
412006-09-24 Richard Stallman <rms@gnu.org>
42
43 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
44 (compilation-goto-locus): Use compilation-goto-locus-delete-o
45 to delete the overlay. Put it on pre-command-hook.
46
47 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
48
49 * startup.el (fancy-splash-screens, normal-splash-screen):
50 Call the splash buffer *About GNU Emacs*.
51
52 * simple.el (next-error-highlight, next-error-highlight-no-select):
53 Default to 0.5.
54 (yank-excluded-properties): Add `fontified'.
55
56 * font-lock.el (font-lock-compile-keywords): Allow value of
57 syntax-begin-function to enable paren-column-0 highlighting.
58
592006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
60
61 * dired.el (dired-build-subdir-alist): When file ends in colon,
62 don't exit the loop, just disregard that file.
63
322006-09-24 Chong Yidong <cyd@stupidchicken.com> 642006-09-24 Chong Yidong <cyd@stupidchicken.com>
33 65
34 * simple.el (line-move-finish): Handle corner case for fields in 66 * simple.el (line-move-finish): Handle corner case for fields in
35 continued lines. 67 continued lines.
36 (line-move-1): Remove flawed test for that case. 68 (line-move-1): Remove flawed test for that case.
37 69
70>>>>>>> 1.10122
382006-09-24 Ken Manheimer <ken.manheimer@gmail.com> 712006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
39 72
40 * icomplete.el (icomplete-simple-completing-p): Use the correct 73 * icomplete.el (icomplete-simple-completing-p): Use the correct