Mercurial > emacs
comparison lisp/ChangeLog @ 91800:e5dde0c2f0ba
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 12 Feb 2008 17:29:07 +0000 |
parents | 8f14fd050028 |
children | 8e06d480f634 |
comparison
equal
deleted
inserted
replaced
91799:8fcc1d6b9fde | 91800:e5dde0c2f0ba |
---|---|
1 2008-02-11 Drew Adams <drew.adams@oracle.com> | 1 2008-02-12 Juanma Barranquero <lekktu@gmail.com> |
2 | 2 |
3 * help.el (describe-key): Joined some split lines to facilitate | 3 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local; |
4 filling. | 4 it is already automatically buffer-local. |
5 | |
6 2008-02-11 Drew Adams <drew.adams@oracle.com> | |
7 | |
8 * help.el (describe-key): Join some split lines to facilitate 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 |
14 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 18 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
15 | 19 |
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. |
24 | 28 |
25 2008-02-11 Daiki Ueno <ueno@unixuser.org> | 29 2008-02-11 Daiki Ueno <ueno@unixuser.org> |