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 [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]
Date: Mon, 06 Aug 2007 16:20:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/06 16:20:14

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11049.2.192
retrieving revision 1.11049.2.193
diff -u -b -r1.11049.2.192 -r1.11049.2.193
--- ChangeLog   6 Aug 2007 06:57:28 -0000       1.11049.2.192
+++ ChangeLog   6 Aug 2007 16:20:10 -0000       1.11049.2.193
@@ -1,3 +1,11 @@
+2007-08-06  Stefan Monnier  <address@hidden>
+
+       * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
+       tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
+       (newline, newline-and-indent, do-auto-fill): Use advice instead of
+       redefining the function.
+       (tpu-set-scroll-margins): Activate the pieces of advice.
+
 2007-08-06  Michael Albinus  <address@hidden>
 
        * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
@@ -12,7 +20,7 @@
 
        * term.el: Honor term-default-fg-color and term-default-bg-color
        settings when modifying term-current-face.
-       (term-default-fg-color, term-default-bg-color): Initialized from
+       (term-default-fg-color, term-default-bg-color): Initialize from
        default term-current-face.
        (term-mode, term-reset-terminal): Set term-current-face with
        term-default-fg-color and term-default-bg-color.




reply via email to

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