comparison lisp/ChangeLog @ 81499:2b9a3f7e51f0

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Jun 2007 10:12:44 +0000
parents d573c63c3515
children 6bf1c9a27242
comparison
equal deleted inserted replaced
81498:a53017ab8b85 81499:2b9a3f7e51f0
1 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4 directory where the desktop file was found, as the docstring says.
5 (desktop-kill): Use `read-directory-name'.
6
1 2007-06-20 Alan Mackenzie <acm@muc.de> 7 2007-06-20 Alan Mackenzie <acm@muc.de>
2 8
3 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables): 9 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4 When removing lines, also remove the \n. Correction of patch of 10 When removing lines, also remove the \n. Correction of patch of
5 2007-04-21. 11 2007-04-21.
6 12
7 2007-06-20 Martin Rudalics <rudalics@gmx.at> 13 2007-06-20 Martin Rudalics <rudalics@gmx.at>
8 14
9 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when 15 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
10 event is not a cons cell. Do not unread drag-mouse-1 events. 16 event is not a cons cell. Do not unread drag-mouse-1 events.
11 Select right window in check whether space was stolen from 17 Select right window in check whether space was stolen from
33 (vc-hg-state): Handle more states. 39 (vc-hg-state): Handle more states.
34 (vc-hg-diff): Fix doc-string. 40 (vc-hg-diff): Fix doc-string.
35 (vc-hg-register): New function. 41 (vc-hg-register): New function.
36 (vc-hg-checkout): Likewise. 42 (vc-hg-checkout): Likewise.
37 43
38 2007-06-20 Reto Zimmermann <reto@gnu.org> 44 2007-06-20 Reto Zimmermann <reto@gnu.org>
39 45
40 * progmodes/vera-mode.el: New file. 46 * progmodes/vera-mode.el: New file.
41 47
42 2007-06-19 Ivan Kanis <apple@kanis.eu> 48 2007-06-19 Ivan Kanis <apple@kanis.eu>
43 49
44 * vc-hg.el: New file. 50 * vc-hg.el: New file.
45 51
46 2007-06-17 Glenn Morris <rgm@gnu.org> 52 2007-06-17 Glenn Morris <rgm@gnu.org>
47 53
120 a feature rather than a bug. 126 a feature rather than a bug.
121 127
122 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu> 128 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
123 129
124 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad): 130 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
125 different advices for Emacs and XEmacs. Compile them conditionally. 131 Different advices for Emacs and XEmacs. Compile them conditionally.
126 (viper-version): belated version change. 132 (viper-version): Belated version change.
127 133
128 2007-06-14 Juanma Barranquero <lekktu@gmail.com> 134 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
129 135
130 * follow.el (follow-all-followers, follow-generic-filter): 136 * follow.el (follow-all-followers, follow-generic-filter):
131 * pcomplete.el (pcomplete-restore-windows): 137 * pcomplete.el (pcomplete-restore-windows):
325 (desktop-full-lock-name, desktop-file-modtime, desktop-owner) 331 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
326 (desktop-claim-lock, desktop-release-lock): New functions. 332 (desktop-claim-lock, desktop-release-lock): New functions.
327 (desktop-kill): Tell `desktop-save' that this is the last save. 333 (desktop-kill): Tell `desktop-save' that this is the last save.
328 Release the lock afterwards. 334 Release the lock afterwards.
329 (desktop-buffer-info): New function. 335 (desktop-buffer-info): New function.
330 (desktop-save): Use it. Run `desktop-save-hook' where the doc 336 (desktop-save): Use it. Run `desktop-save-hook' where the doc
331 says to. Detect conflicts, and manage the lock. 337 says to. Detect conflicts, and manage the lock.
332 (desktop-read): Detect conflicts. Manage the lock. 338 (desktop-read): Detect conflicts. Manage the lock.
333 339
334 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> 340 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
335 341
336 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names. 342 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
337 343
338 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map. 344 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
339 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead. 345 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
340 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars. 346 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
341 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using 347 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
342 keysyms rather than byte sequences. 348 keysyms rather than byte sequences.
343 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el. 349 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
344 350
345 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca> 351 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>