emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 28 Sep 2006 19:09:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/28 19:09:42

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10129
retrieving revision 1.10130
diff -u -b -r1.10129 -r1.10130
--- ChangeLog   28 Sep 2006 17:18:22 -0000      1.10129
+++ ChangeLog   28 Sep 2006 19:09:41 -0000      1.10130
@@ -1,3 +1,12 @@
+2006-09-28  Richard Stallman  <address@hidden>
+
+       * comint.el (comint-mode): Bind font-lock-defaults non-nil.
+
+       * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
+
+       * international/mule.el (after-insert-file-set-coding): 
+       If VISIT, don't let set-buffer-multibyte make undo info.
+       
 2006-09-28  Osamu Yamane  <address@hidden> (tiny change)
 
        * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
@@ -29,12 +38,36 @@
        * subr.el (shell-quote-argument): Use DOS logic for Windows
        shells with DOS semantics.
 
+2006-09-24  Richard Stallman  <address@hidden>
+
+       * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
+       (compilation-goto-locus): Use compilation-goto-locus-delete-o
+       to delete the overlay.  Put it on pre-command-hook.
+
+       * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
+
+       * startup.el (fancy-splash-screens, normal-splash-screen): 
+       Call the splash buffer *About GNU Emacs*.
+
+       * simple.el (next-error-highlight, next-error-highlight-no-select): 
+       Default to 0.5.
+       (yank-excluded-properties): Add `fontified'.
+
+       * font-lock.el (font-lock-compile-keywords): Allow value of
+       syntax-begin-function to enable paren-column-0 highlighting.
+
+2006-09-24  Chris Moore  <address@hidden>  (tiny change)
+
+       * dired.el (dired-build-subdir-alist): When file ends in colon,
+       don't exit the loop, just disregard that file.
+
 2006-09-24  Chong Yidong  <address@hidden>
 
        * simple.el (line-move-finish): Handle corner case for fields in
        continued lines.
        (line-move-1): Remove flawed test for that case.
 
+>>>>>>> 1.10122
 2006-09-24  Ken Manheimer  <address@hidden>
 
        * icomplete.el (icomplete-simple-completing-p): Use the correct




reply via email to

[Prev in Thread] Current Thread [Next in Thread]