aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 594feb08980..080e11ad01f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
4 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
5
12014-05-26 Andreas Schwab <schwab@linux-m68k.org> 62014-05-26 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * cus-face.el (custom-face-attributes): Add :distant-foreground. 8 * cus-face.el (custom-face-attributes): Add :distant-foreground.
@@ -24,8 +29,8 @@
24 Todo file, make sure we're in the right mode and the buffer local 29 Todo file, make sure we're in the right mode and the buffer local
25 variables are set. 30 variables are set.
26 (todo-make-categories-list, todo-reset-nondiary-marker) 31 (todo-make-categories-list, todo-reset-nondiary-marker)
27 (todo-reset-done-string, todo-reset-comment-string): After 32 (todo-reset-done-string, todo-reset-comment-string):
28 processing all Todo files, kill the buffers of those files that 33 After processing all Todo files, kill the buffers of those files that
29 weren't being visited before the processing. 34 weren't being visited before the processing.
30 (todo-display-as-todo-file, todo-add-to-buffer-list) 35 (todo-display-as-todo-file, todo-add-to-buffer-list)
31 (todo-visit-files-commands): Comment out. 36 (todo-visit-files-commands): Comment out.
@@ -88,8 +93,8 @@
88 93
892014-05-26 Dmitry Gutov <dgutov@yandex.ru> 942014-05-26 Dmitry Gutov <dgutov@yandex.ru>
90 95
91 * emacs-lisp/package.el (package--download-one-archive): Use 96 * emacs-lisp/package.el (package--download-one-archive):
92 `write-region' instead of `save-buffer' to avoid running various 97 Use `write-region' instead of `save-buffer' to avoid running various
93 hooks. (Bug#17155) 98 hooks. (Bug#17155)
94 (describe-package-1): Same. Insert newline at the end of the 99 (describe-package-1): Same. Insert newline at the end of the
95 buffer if appropriate. 100 buffer if appropriate.