aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS9
2 files changed, 12 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b6db44b1e9b..c783ac3426b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-10-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Mention desktop locking.
4
12007-09-28 Glenn Morris <rgm@gnu.org> 52007-09-28 Glenn Morris <rgm@gnu.org>
2 6
3 * PROBLEMS: Mention Tex superscript font issue. 7 * PROBLEMS: Mention Tex superscript font issue.
diff --git a/etc/NEWS b/etc/NEWS
index f9caea51f0c..15fbb6c83d3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -59,7 +59,7 @@ Windows XP introduced themed scrollbars, but applications have to take
59special steps to use them. Emacs now has the appropriate resources linked 59special steps to use them. Emacs now has the appropriate resources linked
60in to make it use the scrollbars from the system theme. 60in to make it use the scrollbars from the system theme.
61 61
62** focus-follows-mouse defaults to nil on MS Windows 62** focus-follows-mouse defaults to nil on MS Windows.
63Previously this variable was incorrectly documented as having no effect 63Previously this variable was incorrectly documented as having no effect
64on MS Windows, and the default was inappropriate for the majority of 64on MS Windows, and the default was inappropriate for the majority of
65Windows installations. Users of software which modifies the behaviour of 65Windows installations. Users of software which modifies the behaviour of
@@ -70,6 +70,13 @@ this variable.
70was needed. In text command mode, if you have problems before execution has 70was needed. In text command mode, if you have problems before execution has
71started, use M-x gud-gdb. 71started, use M-x gud-gdb.
72 72
73** desktop.el now detects conflicting uses of the desktop file.
74When loading the desktop, desktop.el can now detect that the file is already
75in use. The default behavior is to ask the user what to do, but you can
76customize it with the new option `desktop-load-locked-desktop'. When saving,
77desktop.el warns about attempts to overwrite a desktop file if it determines
78that the desktop being saved is not an update of the one on disk.
79
73* New Modes and Packages in Emacs 22.2 80* New Modes and Packages in Emacs 22.2
74 81
75** bibtex-style-mode helps you write BibTeX's *.bst files. 82** bibtex-style-mode helps you write BibTeX's *.bst files.