aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorjave2015-01-02 16:30:55 +0100
committerjave2015-01-02 16:30:55 +0100
commitdb4613576d3115aa320f0293d081ce98baa06acd (patch)
tree829968643b451bd3f64c791e4d3a6c928010e14c /lisp/ChangeLog
parentc089503bac34376e75ae6f1d2c289fc8c9f42b8f (diff)
parentd0ca1148fe2d1e72e86f0197731071f139c143e3 (diff)
downloademacs-db4613576d3115aa320f0293d081ce98baa06acd.tar.gz
emacs-db4613576d3115aa320f0293d081ce98baa06acd.zip
merge master
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog41
1 files changed, 40 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4203e05aed8..9d5416c5cea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12015-01-01 Eli Zaretskii <eliz@gnu.org>
2
3 * tool-bar.el (tool-bar-local-item)
4 (tool-bar-local-item-from-menu): Call force-mode-line-update to
5 make sure the tool-bar changes show on display.
6
72015-01-01 Michael Albinus <michael.albinus@gmx.de>
8
9 Sync with Tramp 2.2.11.
10
11 * net/tramp-compat.el (top): Require cl-macs for Emacs 22.
12 Make an alias for `default-toplevel-value' if it doesn't exist.
13
14 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15 Use `tramp-compat-delete-directory'.
16
17 * net/trampver.el: Update release number.
18
192015-01-01 Filipp Gunbin <fgunbin@fastmail.fm>
20
21 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode
22 for remote files. (Bug#19449)
23
242015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
25
26 * textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
27
282014-12-31 Paul Eggert <eggert@cs.ucla.edu>
29
30 Less 'make' chatter in lisp directory
31 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
32 (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
33 (custom-deps, finder-data, autoloads, update-subdirs): Use them.
34
352014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
36
37 * info.el (info-display-manual): Limit the completion alternatives
38 to currently visited manuals if prefix argument is non-nil.
39
12014-12-30 Paul Eggert <eggert@cs.ucla.edu> 402014-12-30 Paul Eggert <eggert@cs.ucla.edu>
2 41
3 * Makefile.in (semantic): Simplify. 42 * Makefile.in (semantic): Simplify.
@@ -22769,7 +22808,7 @@ See ChangeLog.16 for earlier changes.
22769;; coding: utf-8 22808;; coding: utf-8
22770;; End: 22809;; End:
22771 22810
22772 Copyright (C) 2011-2014 Free Software Foundation, Inc. 22811 Copyright (C) 2011-2015 Free Software Foundation, Inc.
22773 22812
22774 This file is part of GNU Emacs. 22813 This file is part of GNU Emacs.
22775 22814