aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2008-03-01 01:28:31 +0000
committerMiles Bader2008-03-01 01:28:31 +0000
commit51fb064bc72968e739e8dea580e58796c1a87f4c (patch)
tree80c29b96dbb547a7c8db57a6d57ae4c6d2bfc1ca /etc
parent14e8de0c3f87a228c05902be66c5bcf953636611 (diff)
parent613f60eeb171e5ad881f52d9e7c0ffce2e182fcb (diff)
downloademacs-51fb064bc72968e739e8dea580e58796c1a87f4c.tar.gz
emacs-51fb064bc72968e739e8dea580e58796c1a87f4c.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/DEBUG2
-rw-r--r--etc/NEWS.2216
3 files changed, 21 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d1353392779..b4ff0a3d199 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -3,6 +3,10 @@
3 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs' 3 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
4 when using different Emacs versions. 4 when using different Emacs versions.
5 5
62008-02-25 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
7
8 * NEWS.22: Mention stock icons for Gtk+.
9
62008-02-22 Kenichi Handa <handa@ni.aist.go.jp> 102008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
7 11
8 * NEWS: Mention the new language environments Bengali, Punjabi, 12 * NEWS: Mention the new language environments Bengali, Punjabi,
diff --git a/etc/DEBUG b/etc/DEBUG
index a266827d9e3..bca9b6ac4f6 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -5,7 +5,7 @@ Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004,
5See the end of the file for license conditions. 5See the end of the file for license conditions.
6 6
7 7
8[People who debug Emacs on Windows using native Windows debuggers 8[People who debug Emacs on Windows using Microsoft debuggers
9should read the Windows-specific section near the end of this 9should read the Windows-specific section near the end of this
10document.] 10document.]
11 11
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index d8600a6b0ba..c97ec91fb51 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -53,6 +53,14 @@ like that, customize the value of the new option `find-name-arg'.
53than the window, the usual keys for moving the cursor cause the image 53than the window, the usual keys for moving the cursor cause the image
54to be scrolled horizontally or vertically instead. 54to be scrolled horizontally or vertically instead.
55 55
56** Emacs can use stock icons in the tool bar when compiled with Gtk+.
57However, this feature is disabled by default. To enable it, put
58
59 (setq icon-map-list '(x-gtk-stock-map))
60
61in your .emacs or some other startup file. For more information, see
62the documentation for the two variables icon-map-list and x-gtk-stock-map.
63
56** Scrollbars follow the system theme on Windows XP and later. 64** Scrollbars follow the system theme on Windows XP and later.
57Windows XP introduced themed scrollbars, but applications have to take 65Windows XP introduced themed scrollbars, but applications have to take
58special steps to use them. Emacs now has the appropriate resources linked 66special steps to use them. Emacs now has the appropriate resources linked
@@ -153,6 +161,14 @@ of strings, undoing any quoting added by `combine-and-quote-strings'.
153(For some separator/string combinations, the original strings cannot 161(For some separator/string combinations, the original strings cannot
154be recovered.) 162be recovered.)
155 163
164* Systems that will not be supported in the future
165configure will print a warning and exit for a set of systems that are
166believed to not be in use anymore. The support has not been removed
167yet, but configure will need to be edited in order to allow
168compilation to proceed on such a system. If you are using such a
169system, please send a message to emacs-devel@gnu.org in order to take
170off the list of systems.
171
156 172
157* Installation Changes in Emacs 22.1 173* Installation Changes in Emacs 22.1
158 174