aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog108
1 files changed, 106 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9bb155b74da..59e2a227e42 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,111 @@
12013-04-23 Tassilo Horn <tsdh@gnu.org>
2
3 * textmodes/reftex.el (reftex-compile-variables): Add autoload
4 cookie.
5
6 * textmodes/reftex-vars.el (reftex-label-regexps): Call
7 `reftex-compile-variables' after changes to this variable.
8
92013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * jit-lock.el: Fix signals in jit-lock-force-redisplay.
12 Use lexical-binding.
13 (jit-lock-force-redisplay): Use markers, check buffer's continued
14 existence and beware narrowed buffers.
15 (jit-lock-fontify-now): Adjust call accordingly.
16
172013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
20 to avoid misleading the user.
21
222013-04-22 Leo Liu <sdl.web@gmail.com>
23
24 * info-look.el: Prefer latex2e.info. (Bug#14240)
25
262013-04-22 Michael Albinus <michael.albinus@gmx.de>
27
28 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
29
30 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
31 * net/tramp.el (tramp-call-process): ... here
32 (tramp-set-completion-function, tramp-parse-putty):
33 * net/tramp-adb.el (tramp-adb-execute-adb-command):
34 * net/tramp-gvfs.el (tramp-gvfs-send-command):
35 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
36 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
37 (tramp-call-local-coding-command): Use `tramp-call-process'
38 instead of `tramp-compat-call-process'.
39
40 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
41 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
42 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
43 (tramp-find-inline-compress):Improve traces.
44 (tramp-maybe-send-script): Check for Perl binary.
45 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
46
472013-04-22 Daiki Ueno <ueno@gnu.org>
48
49 * epg.el (epg-context-pinentry-mode): New function.
50 (epg-context-set-pinentry-mode): New function.
51 (epg--start): Pass --pinentry-mode option to gpg command.
52
532013-04-21 Xue Fuqiao <xfq.free@gmail.com>
54
55 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
56 `comint-dynamic-complete' is obsolete since 24.1, replaced by
57 `completion-at-point'. (Bug#13774)
58
59 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
60 default key binding for `describe-distribution' has been moved to
61 `C-h C-o'. (Bug#13970)
62
632013-04-21 Glenn Morris <rgm@gnu.org>
64
65 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
66 Add doc strings.
67 (vc-print-log): Clarify interactive prompt.
68
692013-04-20 Glenn Morris <rgm@gnu.org>
70
71 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
72 No longer include timestamp etc information.
73
742013-04-20 Roland Winkler <winkler@gnu.org>
75
76 * faces.el (read-face-name): Bug fix, return just one face if arg
77 multiple is nil. (Bug#14209)
78
792013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
82 (remove-function): Autoload.
83
84 * comint.el (comint-redirect-original-filter-function): Remove.
85 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
86 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
87 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
88 * progmodes/prolog.el (prolog-consult-compile):
89 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
90 Use add/remove-function instead.
91 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
92 (gud-tooltip-process-output, gud-tooltip-tips):
93 Use add/remove-function instead.
94 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
95 (scheme-interaction-mode, exit-scheme-interaction-mode):
96 Use add/remove-function instead.
97
98 * vc/vc-dispatcher.el: Use lexical-binding.
99 (vc--process-sentinel): Rename from vc-process-sentinel.
100 Change last arg to be the code to run. Don't use vc-previous-sentinel
101 and vc-sentinel-commands any more.
102 (vc-exec-after): Allow code to be a function. Use add/remove-function.
103 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
104
12013-04-19 Masatake YAMATO <yamato@redhat.com> 1052013-04-19 Masatake YAMATO <yamato@redhat.com>
2 106
3 * progmodes/sh-script.el (sh-imenu-generic-expression): Handle 107 * progmodes/sh-script.el (sh-imenu-generic-expression):
4 function names with a single character. (Bug#11182) 108 Handle function names with a single character. (Bug#14111)
5 109
62013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change) 1102013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
7 111