aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2007-08-03 05:20:51 +0000
committerMiles Bader2007-08-03 05:20:51 +0000
commite145a7fe95fb8f97407d125f94653ef95e42696d (patch)
tree4f83705aac9d1a4416dabcf774115f7cccb80bda /etc
parent2a4924ce174b1a2b032558f3036f1d95445c4936 (diff)
parent2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca (diff)
downloademacs-e145a7fe95fb8f97407d125f94653ef95e42696d.tar.gz
emacs-e145a7fe95fb8f97407d125f94653ef95e42696d.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 832-838) - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Update from CVS - Restore lisp/emacs-lisp/cl-loaddefs.el - Merge from emacs--rel--22 * emacs--rel--22 (patch 75-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-239
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS24
-rw-r--r--etc/NEWS.224
2 files changed, 16 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 21194e24a2f..cf6019cbfd2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -50,6 +50,9 @@ recenter the visited source file. Its value can be a number (for example,
50is on a remote machine, or a hyphen otherwise. 50is on a remote machine, or a hyphen otherwise.
51** The new command balance-window-area balances windows both vertically 51** The new command balance-window-area balances windows both vertically
52and horizontally. 52and horizontally.
53
54** The new command close-display-connection can be used to close a connection
55to a remote display, e.g. because the display is about to become unreachable.
53 56
54* Startup Changes in Emacs 23.1 57* Startup Changes in Emacs 23.1
55 58
@@ -74,14 +77,8 @@ history element containing the search string becomes the current.
74 77
75* New Modes and Packages in Emacs 23.1 78* New Modes and Packages in Emacs 23.1
76 79
77** css-mode to edit Cascading Style Sheets.
78
79** bibtex-style-mode helps you write BibTeX's *.bst files. 80** bibtex-style-mode helps you write BibTeX's *.bst files.
80 81
81** vera-mode to edit Vera files.
82
83** socks.el (which had been part of W3) is now part of Emacs.
84
85** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. 82** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
86 83
87 84
@@ -95,12 +92,11 @@ Only copyright lines with holders matching copyright-names-regexp will be
95considered for update. 92considered for update.
96 93
97** VC 94** VC
98*** VC backends can provide completion of revision names. 95*** Clicking on the VC mode-line entry now pops the VC menu.
99*** VC has some support for Bazaar (bzr).
100 96
101*** VC has some support for Mercurial (hg). 97*** The VC mode-line entry now has a tooltip.
102 98
103*** VC has some support for Git. 99*** VC has some support for Bazaar (bzr).
104 100
105** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. 101** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
106 102
@@ -147,7 +143,9 @@ file copy is checked via the file's checksum.
147If `default-directory' is a remote file name, subprocesses are started 143If `default-directory' is a remote file name, subprocesses are started
148on the corresponding remote system. 144on the corresponding remote system.
149 145
150** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode. 146** C-x C-q in dired-mode now runs the command wdired-change-to-wdired-mode,
147and C-x C-q in wdired-mode exits it with asking a question about
148saving changes.
151 149
152* Changes in Emacs 23.1 on non-free operating systems 150* Changes in Emacs 23.1 on non-free operating systems
153 151
@@ -167,6 +165,8 @@ supported on other platforms, but not on Windows due to using the winsock
167 165
168* Lisp Changes in Emacs 23.1 166* Lisp Changes in Emacs 23.1
169 167
168** Non-breaking space now acts as whitespace.
169
170+++ 170+++
171** In `condition-case', a handler can specify "let the debugger run first". 171** In `condition-case', a handler can specify "let the debugger run first".
172 172
@@ -220,7 +220,7 @@ This file is part of GNU Emacs.
220 220
221GNU Emacs is free software; you can redistribute it and/or modify 221GNU Emacs is free software; you can redistribute it and/or modify
222it under the terms of the GNU General Public License as published by 222it under the terms of the GNU General Public License as published by
223the Free Software Foundation; either version 2, or (at your option) 223the Free Software Foundation; either version 3, or (at your option)
224any later version. 224any later version.
225 225
226GNU Emacs is distributed in the hope that it will be useful, 226GNU Emacs is distributed in the hope that it will be useful,
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index 5b1f9e8c6fa..ae31b2489e1 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -63,8 +63,12 @@ in to make it use the scrollbars from the system theme.
63 63
64** VC 64** VC
65 65
66*** VC backends can provide completion of revision names.
67
66*** VC has some support for Mercurial (hg). 68*** VC has some support for Mercurial (hg).
67 69
70*** VC has some support for Git.
71
68 72
69* Installation Changes in Emacs 22.1 73* Installation Changes in Emacs 22.1
70 74