aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-03-05 23:53:03 -0800
committerPaul Eggert2011-03-05 23:53:03 -0800
commit58635e4de85621d4f16befe15b1df44a637bd078 (patch)
treeb5dc80332d5912ba795e59ee86cea1527324709e /etc
parent5489860be109ec6fa2a7d143cdecb6887e37f5d5 (diff)
parent555e9b5c69d70acca13310fbe533594a8f1eab98 (diff)
downloademacs-58635e4de85621d4f16befe15b1df44a637bd078.tar.gz
emacs-58635e4de85621d4f16befe15b1df44a637bd078.zip
Merge from mainline.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS7
-rw-r--r--etc/NEWS.236
-rw-r--r--etc/srecode/el.srt2
4 files changed, 16 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 74787c3de3b..13f99b466a3 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-03-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * srecode/el.srt: Fix typo.
4
12011-02-21 Chong Yidong <cyd@stupidchicken.com> 52011-02-21 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * themes/tango-dark-theme.el: Tweak background on low-color 7 * themes/tango-dark-theme.el: Tweak background on low-color
@@ -117,7 +121,7 @@
117 121
118 * NEWS: Mention new Tramp method "ksu". 122 * NEWS: Mention new Tramp method "ksu".
119 123
1202010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change) 1242010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
121 125
122 * schema/schemas.xml: Add DocBook (Bug#7491). 126 * schema/schemas.xml: Add DocBook (Bug#7491).
123 127
diff --git a/etc/NEWS b/etc/NEWS
index 7be8d4fb34b..df9884e94b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -71,6 +71,9 @@ from load-path. -Q now implies this.
71client frame in parent X window ID, via XEmbed. This works like the 71client frame in parent X window ID, via XEmbed. This works like the
72--parent-id argument to Emacs. 72--parent-id argument to Emacs.
73 73
74+++
75*** New emacsclient argument -q/--quiet suppresses some status messages.
76
74*** If emacsclient shuts down as a result of Emacs signalling an 77*** If emacsclient shuts down as a result of Emacs signalling an
75error, its exit status is 1. 78error, its exit status is 1.
76 79
@@ -176,6 +179,8 @@ higher-resolution time stamps.
176and SIGHUP, and upon SIGINT in batch mode. 179and SIGHUP, and upon SIGINT in batch mode.
177 180
178** kill-emacs-hook is now also run in batch mode. 181** kill-emacs-hook is now also run in batch mode.
182If you have code that adds something to kill-emacs-hook, you should
183consider if it is still appropriate to add it in the noninteractive case.
179 184
180** New scrolling commands `scroll-up-command' and `scroll-down-command' 185** New scrolling commands `scroll-up-command' and `scroll-down-command'
181(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom 186(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
@@ -651,6 +656,8 @@ Notifications API. It requires D-Bus for communication.
651** soap-client.el supports access to SOAP web services from Emacs. 656** soap-client.el supports access to SOAP web services from Emacs.
652soap-inspect.el is an interactive inspector for SOAP WSDL structures. 657soap-inspect.el is an interactive inspector for SOAP WSDL structures.
653 658
659** xmodmap-generic-mode for xmodmap files.
660
654 661
655* Incompatible Lisp Changes in Emacs 24.1 662* Incompatible Lisp Changes in Emacs 24.1
656 663
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index 181548e98d6..3e7a364ffd0 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -129,7 +129,7 @@ starting from the first line of text below the header line.
129 129
130* Changes in Emacs 23.3 on non-free operating systems 130* Changes in Emacs 23.3 on non-free operating systems
131 131
132** The nextstep port can have different modifiers for the left and right 132** The NeXTstep port can have different modifiers for the left and right
133alt/option key by customizing the value for ns-right-alternate-modifier. 133alt/option key by customizing the value for ns-right-alternate-modifier.
134 134
135 135
@@ -697,7 +697,7 @@ a GIF library.
697 697
698*** Emacs now supports multi-page TIFF images. 698*** Emacs now supports multi-page TIFF images.
699 699
700** New NeXTSTEP-based port. 700** New NeXTstep-based port.
701This provides support for GNUstep (via the GNUstep libraries) and Mac 701This provides support for GNUstep (via the GNUstep libraries) and Mac
702OS X (via the Cocoa libraries). 702OS X (via the Cocoa libraries).
703 703
@@ -707,7 +707,7 @@ other emacsen (e.g. X11 build) use --disable-ns-self-contained. See
707nextstep/README and nextstep/INSTALL in the Emacs source directory. 707nextstep/README and nextstep/INSTALL in the Emacs source directory.
708 708
709** Mac OS X is no longer supported via Carbon. 709** Mac OS X is no longer supported via Carbon.
710Use the NeXTSTEP port, described above. 710Use the NeXTstep port, described above.
711 711
712** The new configuration option "--with-dbus" enables D-Bus language 712** The new configuration option "--with-dbus" enables D-Bus language
713bindings for Emacs. 713bindings for Emacs.
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index b63d560582c..6117e72be2a 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -261,7 +261,7 @@ template defgroup :indent :blank
261---- 261----
262(defgroup $?MODESYM$-mode nil 262(defgroup $?MODESYM$-mode nil
263 "$MODESYM$ group." 263 "$MODESYM$ group."
264 :group 'langauges) 264 :group 'languages)
265---- 265----
266bind "g" 266bind "g"
267 267