Mercurial > emacs
comparison lisp/ChangeLog @ 78424:439c49b198b0
(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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Aug 2007 16:20:10 +0000 |
parents | 5f8e4804505c |
children | 753756c6e4ec |
comparison
equal
deleted
inserted
replaced
78423:ca1e15221b34 | 78424:439c49b198b0 |
---|---|
1 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from | |
4 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook. | |
5 (newline, newline-and-indent, do-auto-fill): Use advice instead of | |
6 redefining the function. | |
7 (tpu-set-scroll-margins): Activate the pieces of advice. | |
8 | |
1 2007-08-06 Michael Albinus <michael.albinus@gmx.de> | 9 2007-08-06 Michael Albinus <michael.albinus@gmx.de> |
2 | 10 |
3 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in | 11 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in |
4 process-filter. | 12 process-filter. |
5 | 13 |
10 | 18 |
11 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change) | 19 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change) |
12 | 20 |
13 * term.el: Honor term-default-fg-color and term-default-bg-color | 21 * term.el: Honor term-default-fg-color and term-default-bg-color |
14 settings when modifying term-current-face. | 22 settings when modifying term-current-face. |
15 (term-default-fg-color, term-default-bg-color): Initialized from | 23 (term-default-fg-color, term-default-bg-color): Initialize from |
16 default term-current-face. | 24 default term-current-face. |
17 (term-mode, term-reset-terminal): Set term-current-face with | 25 (term-mode, term-reset-terminal): Set term-current-face with |
18 term-default-fg-color and term-default-bg-color. | 26 term-default-fg-color and term-default-bg-color. |
19 (term-handle-colors-array): term-current-face has term-default-fg-color | 27 (term-handle-colors-array): term-current-face has term-default-fg-color |
20 and term-default-bg-color after reset escape sequence. | 28 and term-default-bg-color after reset escape sequence. |