diff options
| author | Juanma Barranquero | 2007-03-17 22:20:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-03-17 22:20:19 +0000 |
| commit | 0d9b26a849034c8515e11bfa70964513aaa112a1 (patch) | |
| tree | d8945f8bfb9fce80fcf6125bfed3d884031eda25 | |
| parent | 4a3c76867cd8d69788cf4638397625300242bd2c (diff) | |
| download | emacs-0d9b26a849034c8515e11bfa70964513aaa112a1.tar.gz emacs-0d9b26a849034c8515e11bfa70964513aaa112a1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4367a2c467..9f3009db8f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * net/tls.el (tls-program): Doc fix. | 3 | * net/tls.el (tls-program): Doc fix. |
| 4 | 4 | ||
| 5 | 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) | 5 | 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) |
| 6 | 6 | ||
| 7 | * autorevert.el (auto-revert-tail-handler): Call | 7 | * autorevert.el (auto-revert-tail-handler): |
| 8 | after-revert-hook. | 8 | Call after-revert-hook. |
| 9 | 9 | ||
| 10 | 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | 10 | 2007-03-17 Chong Yidong <cyd@stupidchicken.com> |
| 11 | 11 | ||
| @@ -33,8 +33,8 @@ | |||
| 33 | 33 | ||
| 34 | 2007-03-12 Carsten Dominik <dominik@science.uva.nl> | 34 | 2007-03-12 Carsten Dominik <dominik@science.uva.nl> |
| 35 | 35 | ||
| 36 | * textmodes/org.el (org-set-font-lock-defaults): Handle narrow | 36 | * textmodes/org.el (org-set-font-lock-defaults): |
| 37 | table columns correctly. | 37 | Handle narrow table columns correctly. |
| 38 | 38 | ||
| 39 | 2007-03-12 Mark A. Hershberger <mah@everybody.org> | 39 | 2007-03-12 Mark A. Hershberger <mah@everybody.org> |
| 40 | 40 | ||
| @@ -64,7 +64,7 @@ | |||
| 64 | 64 | ||
| 65 | * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): | 65 | * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): |
| 66 | Correctly compute line number. | 66 | Correctly compute line number. |
| 67 | 67 | ||
| 68 | 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com> | 68 | 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com> |
| 69 | 69 | ||
| 70 | * type-break.el (type-break-get-previous-count): | 70 | * type-break.el (type-break-get-previous-count): |
| @@ -72,13 +72,12 @@ | |||
| 72 | 72 | ||
| 73 | 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu> | 73 | 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu> |
| 74 | 74 | ||
| 75 | * progmodes/grep.el (grep-find-ignored-directories): Add .git and | 75 | * progmodes/grep.el (grep-find-ignored-directories): |
| 76 | .bzr to list. | 76 | Add .git and .bzr to list. |
| 77 | 77 | ||
| 78 | 2007-03-11 Andreas Schwab <schwab@suse.de> | 78 | 2007-03-11 Andreas Schwab <schwab@suse.de> |
| 79 | 79 | ||
| 80 | * diff-mode.el (diff-apply-hunk): Use proper format string for | 80 | * diff-mode.el (diff-apply-hunk): Use proper format string for error. |
| 81 | error. | ||
| 82 | 81 | ||
| 83 | 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | 82 | 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 84 | 83 | ||