diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44b843e7ebb..7b1391a5f57 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,17 @@ | |||
| 1 | 2008-02-11 Drew Adams <drew.adams@oracle.com> | 1 | 2008-02-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | |||
| 3 | * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local; | ||
| 4 | it is already automatically buffer-local. | ||
| 5 | |||
| 6 | 2008-02-11 Drew Adams <drew.adams@oracle.com> | ||
| 2 | 7 | ||
| 3 | * help.el (describe-key): Joined some split lines to facilitate | 8 | * help.el (describe-key): Join some split lines to facilitate filling. |
| 4 | filling. | ||
| 5 | * help-fns.el (describe-function-1): Fill text of overlong lines. | 9 | * help-fns.el (describe-function-1): Fill text of overlong lines. |
| 6 | 10 | ||
| 7 | 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp> | 11 | 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp> |
| 8 | 12 | ||
| 9 | * emacs-lisp/bytecomp.el (byte-compile-lapcode): Use | 13 | * emacs-lisp/bytecomp.el (byte-compile-lapcode): |
| 10 | unibyte-string instead of string-make-unibyte. | 14 | Use unibyte-string instead of string-make-unibyte. |
| 11 | 15 | ||
| 12 | * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el. | 16 | * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el. |
| 13 | 17 | ||
| @@ -16,8 +20,8 @@ | |||
| 16 | * doc-view.el (doc-view-display): Change file arg to buffer arg, so it | 20 | * doc-view.el (doc-view-display): Change file arg to buffer arg, so it |
| 17 | works also for buffers w/o buffer-file-name. Update callers. | 21 | works also for buffers w/o buffer-file-name. Update callers. |
| 18 | (doc-view-clone-buffer-hook): New fun. | 22 | (doc-view-clone-buffer-hook): New fun. |
| 19 | (doc-view-mode): Use it for indirect clones. | 23 | (doc-view-mode): Use it for indirect clones. Mark the overlays with |
| 20 | Mark the overlays with the `doc-view' property so they can be recognized. | 24 | the `doc-view' property so they can be recognized. |
| 21 | 25 | ||
| 22 | * simple.el (clone-indirect-buffer-hook): New hook. | 26 | * simple.el (clone-indirect-buffer-hook): New hook. |
| 23 | (clone-indirect-buffer): Run it. | 27 | (clone-indirect-buffer): Run it. |