aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e83b65fe4e5..1a6c66e2bdf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-goto-locus):
4 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5 * bs.el (bs-cycle-next, bs-cycle-previous):
6 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7 * bindings.el (mode-line-other-buffer):
8 * autoinsert.el (auto-insert):
9 * arc-mode.el (archive-extract):
10 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11
12011-07-05 Juanma Barranquero <lekktu@gmail.com> 122011-07-05 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name. 14 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
@@ -64,8 +75,8 @@
64 according to whether there are or aren't any plain-text topics 75 according to whether there are or aren't any plain-text topics
65 pending encryption. 76 pending encryption.
66 77
67 (allout-inhibit-auto-save-info-for-decryption): Adjust 78 (allout-inhibit-auto-save-info-for-decryption):
68 buffer-saved-size and some allout state to inhibit auto-saves if 79 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
69 there are plain-text topics pending encryption. 80 there are plain-text topics pending encryption.
70 81
71 (allout-maybe-resume-auto-save-info-after-encryption): Adjust 82 (allout-maybe-resume-auto-save-info-after-encryption): Adjust