aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2010-09-06 11:56:58 +0200
committerJoakim Verona2010-09-06 11:56:58 +0200
commit5f09724dbf7335f829e435ecf104071074e309e1 (patch)
treee005648ecd6c7b52b325f8272a39ee03507dfc7a /etc
parent542dbe5c80102f83226baf87d9bae724ed8efcfb (diff)
parented96ace9289c2e04db3e8fc63321fde248c3f3f8 (diff)
downloademacs-5f09724dbf7335f829e435ecf104071074e309e1.tar.gz
emacs-5f09724dbf7335f829e435ecf104071074e309e1.zip
merge from upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
-rw-r--r--etc/emacs3.py11
-rw-r--r--etc/gnus/gnus-setup.ast5
-rw-r--r--etc/refcards/gnus-refcard.tex2
5 files changed, 10 insertions, 16 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index dcb73156d7e..70e002f0f9e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -6,6 +6,10 @@
6 6
7 * NEWS: dbus.el supports alternative buses. 7 * NEWS: dbus.el supports alternative buses.
8 8
92010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change)
10
11 * emacs3.py: Import imp module and use it (Bug#5756).
12
92010-08-14 Eli Zaretskii <eliz@gnu.org> 132010-08-14 Eli Zaretskii <eliz@gnu.org>
10 14
11 * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate. 15 * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate.
diff --git a/etc/NEWS b/etc/NEWS
index 16525c378e7..72075945f62 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -235,6 +235,8 @@ kill ring).
235 235
236*** `mouse-drag-copy-region' now defaults to nil. 236*** `mouse-drag-copy-region' now defaults to nil.
237 237
238*** Support for X cut buffers has been removed.
239
238 240
239* Changes in Specialized Modes and Packages in Emacs 24.1 241* Changes in Specialized Modes and Packages in Emacs 24.1
240 242
@@ -425,6 +427,8 @@ system or session bus.
425 427
426* New Modes and Packages in Emacs 24.1 428* New Modes and Packages in Emacs 24.1
427 429
430** New global minor modes electric-pair-mode and electric-indent-mode.
431
428** pcase.el provides the ML-style pattern matching macro `pcase'. 432** pcase.el provides the ML-style pattern matching macro `pcase'.
429 433
430** smie.el is a package providing a simple generic indentation engine. 434** smie.el is a package providing a simple generic indentation engine.
diff --git a/etc/emacs3.py b/etc/emacs3.py
index fd2e7c97c53..de81848e5c3 100644
--- a/etc/emacs3.py
+++ b/etc/emacs3.py
@@ -1,10 +1,3 @@
1"""
2Warning: This file is automatically generated from emacs2.py with the
32to3 script. Do not hand edit.
4"""
5
6"""Definitions used by commands sent to inferior Python in python.el."""
7
8# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 1# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
9# Author: Dave Love <fx@gnu.org> 2# Author: Dave Love <fx@gnu.org>
10 3
@@ -23,7 +16,7 @@ Warning: This file is automatically generated from emacs2.py with the
23# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
24# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 17# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25 18
26import os, sys, traceback, inspect, __main__ 19import os, sys, traceback, inspect, imp, __main__
27 20
28try: 21try:
29 set 22 set
@@ -216,7 +209,7 @@ def eimport (mod, dir):
216 try: 209 try:
217 try: 210 try:
218 if mod in __dict__ and inspect.ismodule (__dict__[mod]): 211 if mod in __dict__ and inspect.ismodule (__dict__[mod]):
219 reload (__dict__[mod]) 212 imp.reload (__dict__[mod])
220 else: 213 else:
221 __dict__[mod] = __import__ (mod) 214 __dict__[mod] = __import__ (mod)
222 except: 215 except:
diff --git a/etc/gnus/gnus-setup.ast b/etc/gnus/gnus-setup.ast
index 31eeee024e1..f2493b8653f 100644
--- a/etc/gnus/gnus-setup.ast
+++ b/etc/gnus/gnus-setup.ast
@@ -48,8 +48,3 @@ Run M-x assistant and use the news-server.ast file as input.
48@c Local variables: 48@c Local variables:
49@c mode: texinfo 49@c mode: texinfo
50@c End: 50@c End:
51
52@ignore
53 arch-tag: 6b7b200b-9169-4b44-8b32-b73773fa71af
54@end ignore
55
diff --git a/etc/refcards/gnus-refcard.tex b/etc/refcards/gnus-refcard.tex
index ec9451587bd..1b23188cd93 100644
--- a/etc/refcards/gnus-refcard.tex
+++ b/etc/refcards/gnus-refcard.tex
@@ -1425,5 +1425,3 @@
1425%%% mode: latex 1425%%% mode: latex
1426%%% TeX-master: t 1426%%% TeX-master: t
1427%%% End: 1427%%% End:
1428
1429% arch-tag: be438b0e-6832-4afb-8c56-5f84743e5cd1