diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f18fc1c1ae6..1354d31c95b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-04-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * desktop.el (desktop-minor-mode-table): Add `savehist-mode'. | ||
| 4 | |||
| 1 | 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert. | 7 | * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert. |
| @@ -515,8 +519,8 @@ | |||
| 515 | 519 | ||
| 516 | 2008-04-24 Michael Albinus <michael.albinus@gmx.de> | 520 | 2008-04-24 Michael Albinus <michael.albinus@gmx.de> |
| 517 | 521 | ||
| 518 | * net/tramp.el (tramp-get-remote-stat): Test whether stat supports | 522 | * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s. |
| 519 | %s. Reported by Loris Bennett <loris.bennett@fu-berlin.de>. | 523 | Reported by Loris Bennett <loris.bennett@fu-berlin.de>. |
| 520 | 524 | ||
| 521 | 2008-04-24 Sam Steingold <sds@gnu.org> | 525 | 2008-04-24 Sam Steingold <sds@gnu.org> |
| 522 | 526 | ||
| @@ -2697,7 +2701,7 @@ | |||
| 2697 | (hilit-chg-set-face-on-change, hilit-chg-update) | 2701 | (hilit-chg-set-face-on-change, hilit-chg-update) |
| 2698 | (highlight-changes-rotate-faces): Use highlight-changes-visible-mode | 2702 | (highlight-changes-rotate-faces): Use highlight-changes-visible-mode |
| 2699 | variable instead of testing highlight-changes-mode. | 2703 | variable instead of testing highlight-changes-mode. |
| 2700 | (highlight-markup-buffers): Add reuire ediff-util; argument on calls | 2704 | (highlight-markup-buffers): Add require ediff-util; argument on calls |
| 2701 | to highlight-changes-mode changed. | 2705 | to highlight-changes-mode changed. |
| 2702 | (highlight-compare-with-file): Fix problems with interactive | 2706 | (highlight-compare-with-file): Fix problems with interactive |
| 2703 | call giving invalid default file. | 2707 | call giving invalid default file. |