diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 9 |
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 @@ | |||
| 1 | 2007-10-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Mention desktop locking. | ||
| 4 | |||
| 1 | 2007-09-28 Glenn Morris <rgm@gnu.org> | 5 | 2007-09-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Mention Tex superscript font issue. | 7 | * PROBLEMS: Mention Tex superscript font issue. |
| @@ -59,7 +59,7 @@ Windows XP introduced themed scrollbars, but applications have to take | |||
| 59 | special steps to use them. Emacs now has the appropriate resources linked | 59 | special steps to use them. Emacs now has the appropriate resources linked |
| 60 | in to make it use the scrollbars from the system theme. | 60 | in 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. |
| 63 | Previously this variable was incorrectly documented as having no effect | 63 | Previously this variable was incorrectly documented as having no effect |
| 64 | on MS Windows, and the default was inappropriate for the majority of | 64 | on MS Windows, and the default was inappropriate for the majority of |
| 65 | Windows installations. Users of software which modifies the behaviour of | 65 | Windows installations. Users of software which modifies the behaviour of |
| @@ -70,6 +70,13 @@ this variable. | |||
| 70 | was needed. In text command mode, if you have problems before execution has | 70 | was needed. In text command mode, if you have problems before execution has |
| 71 | started, use M-x gud-gdb. | 71 | started, use M-x gud-gdb. |
| 72 | 72 | ||
| 73 | ** desktop.el now detects conflicting uses of the desktop file. | ||
| 74 | When loading the desktop, desktop.el can now detect that the file is already | ||
| 75 | in use. The default behavior is to ask the user what to do, but you can | ||
| 76 | customize it with the new option `desktop-load-locked-desktop'. When saving, | ||
| 77 | desktop.el warns about attempts to overwrite a desktop file if it determines | ||
| 78 | that 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. |