aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9fba2817b1e..fdf12be0a1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,48 @@
12013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2
3 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Identify g++ template instantiation trace. (Bug#12287)
5 (compilation-mode-hook, compilation-start-hook)
6 (compilation-window-height): Simplify docstrings. (Bug#13379)
7
82013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * mouse.el (mouse-drag-track): Always deactivate the mark before
11 running the final event's command since that command is in charge of
12 activating the mark if needed (bug#13523).
13
142013-02-02 Juri Linkov <juri@jurta.org>
15
16 * replace.el (perform-replace): Move let-bindings of isearch-*
17 variables deeper to the loop that searches for the next match.
18 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
19 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
20 (Bug#13579)
21
22 * isearch.el (isearch-search-fun-default): Check for null
23 first element of isearch-cmds as a precaution when it's used
24 with inactive isearch.
25
262013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
27
28 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
29 error when buffer in question is narrowed so position 1 is out of
30 visible part.
31
322013-02-02 Glenn Morris <rgm@gnu.org>
33
34 * textmodes/remember.el (remember-clipboard): Doc fix.
35
362013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
39 properties (bug#13179).
40
412013-02-02 Juri Linkov <juri@jurta.org>
42
43 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
44 instead of hard-coded default face `match'. (Bug#9438)
45
12012-02-01 Christopher Schmidt <christopher@ch.ristopher.com> 462012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2 47
3 * vc/vc-arch.el (vc-arch-registered): 48 * vc/vc-arch.el (vc-arch-registered):