aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-13 00:03:43 +0100
committerJoakim Verona2013-01-13 00:03:43 +0100
commitec43cd5d7289dd1a994dc3517fccce1611966f89 (patch)
treea52fa958b4c50e92932bcf5381f749a1846a908f /lisp/ChangeLog
parentc655adbbab4baf73b652c86dcc53a2fc049ea7a5 (diff)
parent71c661e4e6ab3857804113bc41fc2310343c9169 (diff)
downloademacs-ec43cd5d7289dd1a994dc3517fccce1611966f89.tar.gz
emacs-ec43cd5d7289dd1a994dc3517fccce1611966f89.zip
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog78
1 files changed, 76 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7eef2c80382..7723528c886 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,84 @@
12013-01-12 Michael Albinus <michael.albinus@gmx.de>
2
3 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4 `permanent-local' property.
5 (auto-revert-notify-handler): Use `file-equal-p'.
6
72013-01-12 Eli Zaretskii <eliz@gnu.org>
8
9 * autorevert.el (auto-revert-notify-handler): Fix filtering of
10 file notification by ACTION. For filtering by file name, compare
11 only the non-directory part of the file name.
12
132013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * autorevert.el: Use cl-lib instead of cl.
16
17 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
18 (vc-bzr-checkin): Use it.
19 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
20 will preserve match-data.
21
222013-01-11 Felix H. Dahlke <fhd@ubercode.de>
23
24 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
25 (js--declaration-keyword-re): New var.
26 (js--multi-line-declaration-indentation): New function.
27 (js--proper-indentation): Use it.
28
292013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
30
31 * calc/calc.el (calc-highlight-selections-with-faces)
32 (calc-dispatch):
33 * comint.el (comint-history-isearch-message):
34 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
35 * ffap.el (ffap-string-at-point-region, ffap-next)
36 (ffap-string-at-point, ffap-string-around)
37 (ffap-copy-string-as-kill, ffap-highlight-overlay)
38 (ffap-literally):
39 * font-lock.el (font-lock-keywords-alist)
40 (font-lock-removed-keywords-alist):
41 * help-mode.el (help-xref-symbol-regexp):
42 * info.el (Info-find-emacs-command-nodes):
43 * international/mule.el (add-to-coding-system-list):
44 * isearch.el (isearch-message-function, isearch-fail-pos):
45 * misearch.el (multi-isearch-next-buffer-function):
46 * newcomment.el (comment-box):
47 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
48 (pr-setting-database):
49 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
50 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
51 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
52 (pike-font-lock-keywords-3):
53 * progmodes/compile.el (compile):
54 * progmodes/etags.el (tags-table-files)
55 (tags-table-files-function, tags-included-tables-function):
56 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
57 (gdb-restore-windows):
58 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
59 (ps-n-up-filling-database):
60 * server.el (server-buffer, server-log):
61 * simple.el (newline, delete-backward-char, delete-forward-char)
62 (minibuffer-history-isearch-message, kill-line, track-eol)
63 (temporary-goal-column):
64 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
65 (flyspell-default-deplacement-commands):
66 * textmodes/ispell.el (ispell-accept-output):
67 * textmodes/sgml-mode.el (html-tag-help):
68 * vc/compare-w.el (compare-ignore-whitespace)
69 (compare-ignore-case, compare-windows-dehighlight):
70 * vc/diff.el (diff):
71 * whitespace.el (whitespace-point)
72 (whitespace-font-lock-refontify, whitespace-bob-marker)
73 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
74
12013-01-11 Michael Albinus <michael.albinus@gmx.de> 752013-01-11 Michael Albinus <michael.albinus@gmx.de>
2 76
3 * autorevert.el (top): Require 'cl in order to pacify byte compiler. 77 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4 (auto-revert-notify-rm-watch): Ignore errors. 78 (auto-revert-notify-rm-watch): Ignore errors.
5 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for 79 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
6 inotify, and '(size last-write-time) for w32notify. Set 80 inotify, and '(size last-write-time) for w32notify.
7 buffer-local `auto-revert-use-notify' to nil when adding a file 81 Set buffer-local `auto-revert-use-notify' to nil when adding a file
8 watch fails - this is a fallback to the file modification check. 82 watch fails - this is a fallback to the file modification check.
9 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor) 83 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
10 (auto-revert-notify-event-action) 84 (auto-revert-notify-event-action)