aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-30 20:37:57 +0300
committerEli Zaretskii2013-03-30 20:37:57 +0300
commitf1aa11971a74b7b2fa0f5baaaaf21dfbd388de6b (patch)
tree48e20bfab4262d7171593d4ef98309ae717c1cb6 /etc
parent7c4026b6ad03974a55a175af17c8e76c61931b69 (diff)
parent119b2d43cc40759394cae256c0a38624cacbf776 (diff)
downloademacs-f1aa11971a74b7b2fa0f5baaaaf21dfbd388de6b.tar.gz
emacs-f1aa11971a74b7b2fa0f5baaaaf21dfbd388de6b.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS4
-rw-r--r--etc/srecode/ede-autoconf.srt30
3 files changed, 28 insertions, 14 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3468e70386d..92f31e6c6e8 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12013-03-30 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention `kmacro-to-register' and new eldoc feature.
4
52013-03-29 Aidan Gauland <aidalgol@no8wireless.co.nz>
6
7 * NEWS: Added entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz
8
12013-03-21 Eric Ludlam <zappo@gnu.org> 92013-03-21 Eric Ludlam <zappo@gnu.org>
2 10
3 * srecode/ede-autoconf.srt: Change Copyright to FSF. 11 * srecode/ede-autoconf.srt: Change Copyright to FSF.
diff --git a/etc/NEWS b/etc/NEWS
index 06a5db2b1bd..1d416dd3737 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -82,6 +82,8 @@ bound to <f11> and M-<f10>, respectively.
82** In keymaps where SPC scrolls, S-SPC now scrolls in the reverse direction. 82** In keymaps where SPC scrolls, S-SPC now scrolls in the reverse direction.
83Eg View mode, etc. 83Eg View mode, etc.
84 84
85** New command `kmacro-to-register' to store keyboard macros in registers.
86
85 87
86* Changes in Specialized Modes and Packages in Emacs 24.4 88* Changes in Specialized Modes and Packages in Emacs 24.4
87 89
@@ -111,6 +113,8 @@ Affected files:
111use `electric-indent-mode' instead. 113use `electric-indent-mode' instead.
112*** `delphi-tab' is gone, replaced by `indent-for-tab-command'. 114*** `delphi-tab' is gone, replaced by `indent-for-tab-command'.
113 115
116** Eldoc Mode works properly in the minibuffer.
117
114** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock. 118** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock.
115 119
116** completing-read-multiple's separator can now be a regexp. 120** completing-read-multiple's separator can now be a regexp.
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt
index b3aaa75d2c2..5eb2d2d24e5 100644
--- a/etc/srecode/ede-autoconf.srt
+++ b/etc/srecode/ede-autoconf.srt
@@ -1,21 +1,23 @@
1;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE. 1;;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE
2;; 2
3;; Copyright (C) 2010, 2013 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2012-2013 Free Software Foundation, Inc.
4;; 4
5;; Author: Eric M. Ludlam <eric@siege-engine.com> 5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6;;
7;; This program is free software; you can redistribute it and/or
8;; modify it under the terms of the GNU General Public License as
9;; published by the Free Software Foundation; either version 2, or (at
10;; your option) any later version.
11 6
12;; This program is distributed in the hope that it will be useful, but 7;; This file is part of GNU Emacs.
13;; WITHOUT ANY WARRANTY; without even the implied warranty of 8
14;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 9;; GNU Emacs is free software: you can redistribute it and/or modify
15;; General Public License for more details. 10;; it under the terms of the GNU General Public License as published by
11;; the Free Software Foundation, either version 3 of the License, or
12;; (at your option) any later version.
13
14;; GNU Emacs is distributed in the hope that it will be useful,
15;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17;; GNU General Public License for more details.
16 18
17;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
18;; along with this program. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19 21
20set mode "autoconf-mode" 22set mode "autoconf-mode"
21set escape_start "{{" 23set escape_start "{{"