aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog74
1 files changed, 68 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a0ec02fdb66..e222e17ed07 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,70 @@
12013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4 column if we're just deleting the backslashes.
5 (makefile-fill-paragraph): Use eolp.
6
72013-01-30 Michael Albinus <michael.albinus@gmx.de>
8
9 * autorevert.el (auto-revert-use-notify): Fix docstring.
10
112013-01-30 Leo Liu <sdl.web@gmail.com>
12
13 * imenu.el (imenu--truncate-items): Fix subalist checking.
14 (Bug#13576)
15
162013-01-30 Glenn Morris <rgm@gnu.org>
17
18 * mouse.el (mouse-drag-line): Avoid pushing same event onto
19 unread-command-events twice in some cases. This tries to implement
20 the 2012-07-26 changes in a different way. (Bug#13560)
21
222013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
23
24 * progmodes/python.el
25 (python-pdbtrack-comint-output-filter-function): Enhancements on
26 stacktrace detection. (thanks @gnovak)
27
282013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
31 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
32 Use defvar-local.
33 (jit-lock-register): Use setq-local.
34
352013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
36
37 * calc-units.el (math-default-units-table): Remove initial value.
38 (calc-convert-units): Treat expressions where all the units cancel as
39 if they didn't have units.
40
412013-01-30 Michael Albinus <michael.albinus@gmx.de>
42
43 * net/tramp.el (tramp-process-connection-type): Fix docstring.
44 (tramp-completion-reread-directory-timeout): Fix type.
45 (tramp-connection-min-time-diff): New defcustom.
46
47 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
48
492013-01-30 Glenn Morris <rgm@gnu.org>
50
51 * imenu.el (imenu-default-create-index-function):
52 Put back a version of the infinite loop test removed 2013-01-23.
53
542013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
55
56 * progmodes/python.el (python-shell-parse-command):
57 Find python-shell-interpreter with modified environment.
58
592013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
62
12013-01-29 Alan Mackenzie <acm@muc.de> 632013-01-29 Alan Mackenzie <acm@muc.de>
2 64
3 Amend to fontify /regexp/s in actions correctly. 65 Amend to fontify /regexp/s in actions correctly.
4 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re): 66 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
5 (c-awk-harmless-string*-here-re): braces, parens and semicolons 67 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
6 are no longer included. 68 are no longer included.
7 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re): 69 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
8 What used to be these variables without "-line" in the name. 70 What used to be these variables without "-line" in the name.
@@ -19,13 +81,13 @@
19 81
202013-01-29 Michael Albinus <michael.albinus@gmx.de> 822013-01-29 Michael Albinus <michael.albinus@gmx.de>
21 83
22 * autorevert.el (auto-revert-use-notify): Use 84 * autorevert.el (auto-revert-use-notify):
23 `custom-initialize-default' for initialization. (Bug#13583) 85 Use `custom-initialize-default' for initialization. (Bug#13583)
24 86
25 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message. 87 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
26 88
27 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Catch 89 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
28 `suppress'. Otherwise, `tramp-run-real-handler' might be called 90 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
29 in `tramp-file-name-handler'. 91 in `tramp-file-name-handler'.
30 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for 92 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
31 compatibility. 93 compatibility.
@@ -21002,7 +21064,7 @@
21002 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive 21064 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21003 matching (Bug#8516). 21065 matching (Bug#8516).
21004 21066
210052011-01-22 Jari Aalto <jari.aalto@cante.net> 210672011-05-22 Jari Aalto <jari.aalto@cante.net>
21006 21068
21007 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a 21069 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21008 different face (Bug#8178). 21070 different face (Bug#8178).