diff options
| author | Richard M. Stallman | 2006-09-28 19:10:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-28 19:10:27 +0000 |
| commit | de25ebb8e32cd0ddddda52e2d70df9824c43622d (patch) | |
| tree | 1455debb8ae246d0c5a3c66d831723faef1f5099 /lisp/ChangeLog | |
| parent | c207f52608e302492dc03b1e92fe8e7e6e05027f (diff) | |
| download | emacs-de25ebb8e32cd0ddddda52e2d70df9824c43622d.tar.gz emacs-de25ebb8e32cd0ddddda52e2d70df9824c43622d.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change) | 10 | 2006-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 | ||
| 41 | 2006-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 | |||
| 59 | 2006-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 | |||
| 32 | 2006-09-24 Chong Yidong <cyd@stupidchicken.com> | 64 | 2006-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 | ||
| 38 | 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com> | 71 | 2006-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 |