diff options
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 714a21a1a1c..020f310c9f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -90,7 +90,7 @@ | |||
| 90 | buffer already displays the requested log entry, use it. | 90 | buffer already displays the requested log entry, use it. |
| 91 | Otherwise display only the log entry in question. | 91 | Otherwise display only the log entry in question. |
| 92 | * vc-svn.el (vc-svn-print-log): | 92 | * vc-svn.el (vc-svn-print-log): |
| 93 | * vc-mtn.el (log-view-file-re): | 93 | * vc-mtn.el (vc-mtn-print-log): |
| 94 | * vc-hg.el (vc-hg-state): | 94 | * vc-hg.el (vc-hg-state): |
| 95 | * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION. | 95 | * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION. |
| 96 | (vc-git-show-log-entry): Return t on success. | 96 | (vc-git-show-log-entry): Return t on success. |
| @@ -100,14 +100,16 @@ | |||
| 100 | * vc-sccs.el (vc-sccs-print-log): | 100 | * vc-sccs.el (vc-sccs-print-log): |
| 101 | * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it. | 101 | * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it. |
| 102 | 102 | ||
| 103 | 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 104 | |||
| 105 | * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): Add | ||
| 106 | menus to the meta mode. (Bug#5043) | ||
| 107 | |||
| 103 | 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu> | 108 | 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu> |
| 104 | 109 | ||
| 105 | * ediff-init.el (ediff-event-key): Use event-to-character instead of | 110 | * ediff-init.el (ediff-event-key): Use event-to-character instead of |
| 106 | event-key. | 111 | event-key. |
| 107 | 112 | ||
| 108 | * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): Add | ||
| 109 | menus to the meta mode. (Dan Nicolaescu's <dann@ics.uci.edu> patch.) | ||
| 110 | |||
| 111 | * ediff.el (ediff-buffers-internal): Add unwind-protect. | 113 | * ediff.el (ediff-buffers-internal): Add unwind-protect. |
| 112 | 114 | ||
| 113 | 2009-12-07 Michael Albinus <michael.albinus@gmx.de> | 115 | 2009-12-07 Michael Albinus <michael.albinus@gmx.de> |
| @@ -798,7 +800,7 @@ | |||
| 798 | 800 | ||
| 799 | Improve integration of Tramp and ange-ftp in eshell. | 801 | Improve integration of Tramp and ange-ftp in eshell. |
| 800 | 802 | ||
| 801 | * eshell/em-unix (eshell/whoami): Make it a defun but a defalias. | 803 | * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias. |
| 802 | (eshell/su): Flatten args. Apply better args parsing. Use "cd". | 804 | (eshell/su): Flatten args. Apply better args parsing. Use "cd". |
| 803 | (eshell/sudo): Flatten args. Let-bind `default-directory'. | 805 | (eshell/sudo): Flatten args. Let-bind `default-directory'. |
| 804 | 806 | ||
| @@ -1375,7 +1377,7 @@ | |||
| 1375 | 1377 | ||
| 1376 | 2009-11-20 Karl Fogel <karl.fogel@red-bean.com> | 1378 | 2009-11-20 Karl Fogel <karl.fogel@red-bean.com> |
| 1377 | 1379 | ||
| 1378 | * bookmark.el Formatting and doc fixes only: | 1380 | * bookmark.el: Formatting and doc fixes only: |
| 1379 | (bookmark-search-delay): Shorten doc string to fit in 80 columns. | 1381 | (bookmark-search-delay): Shorten doc string to fit in 80 columns. |
| 1380 | (bookmark-bmenu-search): Wrap to fit within 80 columns. | 1382 | (bookmark-bmenu-search): Wrap to fit within 80 columns. |
| 1381 | Minor grammar and punctuation fixes in doc string. | 1383 | Minor grammar and punctuation fixes in doc string. |