aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-22 00:03:23 +0100
committerJoakim Verona2013-01-22 00:03:23 +0100
commit2adf26f58a2435bcbd7f925f7e1208ceda907520 (patch)
treec010555fabe45beeb3028cb03a64c53abae093a5 /lisp/ChangeLog
parent9054ae6b57b275be298a919a3aed506f950409b6 (diff)
parentbb677ef7449aba3c2d5d7ede8cc4b87814f01ab3 (diff)
downloademacs-2adf26f58a2435bcbd7f925f7e1208ceda907520.tar.gz
emacs-2adf26f58a2435bcbd7f925f7e1208ceda907520.zip
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d439c661401..6121ff190e8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,47 @@
12013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2
3 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4 New variable to map standard dict names to hunspell ones.
5 (ispell-set-spellchecker-params): Make sure specific dict names
6 are used for standard dicts with hunspell.
7
82013-01-21 Tassilo Horn <tsdh@gnu.org>
9
10 * textmodes/reftex-cite.el (reftex-format-citation): Add format
11 chars for note (%N) and url (%U).
12 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
13
142013-01-21 Juri Linkov <juri@jurta.org>
15
16 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
17 in addition to existing separate binding `meta f10' in `global-map'.
18 (Bug#13484)
19
202013-01-21 Michael Albinus <michael.albinus@gmx.de>
21
22 Improve XEmacs compatibility.
23
24 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
25
26 * net/tramp-adb.el (top): Require `time-date'.
27 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
28 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file): Use
29 `tramp-file-name-handler'.
30 (tramp-adb-maybe-open-connection): Use
31 `tramp-compat-set-process-query-on-exit-flag'.
32
33 * net/tramp-sh.el (tramp-sh-handle-file-acl): Use
34 `tramp-compat-funcall'.
35
36 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
37 `tramp-compat-funcall'.
38
392013-01-21 Jürgen Hötzel <juergen@archlinux.org>
40
41 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
42 reimplementation using "adb shell command ..." instead of running
43 remote shell interactively.
44
12013-01-20 Glenn Morris <rgm@gnu.org> 452013-01-20 Glenn Morris <rgm@gnu.org>
2 46
3 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): 47 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):