diff options
| author | Paul Eggert | 2011-07-19 13:37:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-19 13:37:27 -0700 |
| commit | 63cf7836ae7616ce91d7eeaeac997d71609e191b (patch) | |
| tree | 801b7c438808303fd47cf19aec1d899c78c2472f /lisp/ChangeLog | |
| parent | 7403ff044d82d390bdc4cdd3954448daedcd4571 (diff) | |
| parent | 0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a (diff) | |
| download | emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.tar.gz emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.zip | |
Merge from intsign.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ea3d94a01f..0699a93ac9b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * view.el (view-buffer): Allow running in `special' modes if we're | ||
| 4 | visiting a file (bug#8615). | ||
| 5 | |||
| 6 | 2011-07-19 Martin Rudalics <rudalics@gmx.at> | ||
| 7 | |||
| 8 | * window.el (display-buffer-alist-of-strings-p) | ||
| 9 | (display-buffer-alist-set-1, display-buffer-alist-set-2): New | ||
| 10 | functions. | ||
| 11 | (display-buffer-alist-set): Rewrite to handle Emacs 23 options | ||
| 12 | more accurately. | ||
| 13 | |||
| 1 | 2011-07-18 Alan Mackenzie <acm@muc.de> | 14 | 2011-07-18 Alan Mackenzie <acm@muc.de> |
| 2 | 15 | ||
| 3 | Fontify declarators properly when, e.g., a jit-lock chunk begins | 16 | Fontify declarators properly when, e.g., a jit-lock chunk begins |