aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2009-12-05 23:22:03 +0000
committerJuri Linkov2009-12-05 23:22:03 +0000
commit065543e754725e54e7b24add15ae7fd28afd6262 (patch)
treeaf5b238663d7ee3942a42acf0cbe95571fc168aa /lisp/ChangeLog
parent426ac9499e082e4ab83a18639fd45b720584f347 (diff)
downloademacs-065543e754725e54e7b24add15ae7fd28afd6262.tar.gz
emacs-065543e754725e54e7b24add15ae7fd28afd6262.zip
Save and restore dired buffer's point positions too. (Bug#4880)
(dired-save-positions): Return in the first element buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT). Doc fix. (dired-restore-positions): First restore buffer's position. While restoring window's positions, check if window still displays the original buffer.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9ff951b09a3..04203266058 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12009-12-05 Juri Linkov <juri@jurta.org>
2
3 Save and restore dired buffer's point positions too. (Bug#4880)
4
5 * dired.el (dired-save-positions): Return in the first element
6 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
7 Doc fix.
8 (dired-restore-positions): First restore buffer's position.
9 While restoring window's positions, check if window still displays
10 the original buffer.
11
12009-12-05 Chong Yidong <cyd@stupidchicken.com> 122009-12-05 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol 14 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol