comparison lisp/ChangeLog @ 66675:7e453939b0f8

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 03 Nov 2005 22:04:36 +0000
parents 114b68892a38
children d3efdaf600d9
comparison
equal deleted inserted replaced
66674:114b68892a38 66675:7e453939b0f8
1 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4 case GUD buffer is not visible.
5 (gdb-goto-breakpoint): Try to force display in source buffer.
6 (gdb-frame-gdb-buffer): Copy other similar functions.
7 (gdb-restore-windows): Don't display source if not asked for.
8 (gdb-assembler-buffer-name): Don't capitalise.
9
1 2005-11-03 Richard M. Stallman <rms@gnu.org> 10 2005-11-03 Richard M. Stallman <rms@gnu.org>
2 11
3 * wid-edit.el (key-sequence): New widget type. 12 * wid-edit.el (key-sequence): New widget type.
4 13
5 * simple.el (set-mark-command-repeat-pop): New variable. 14 * simple.el (set-mark-command-repeat-pop): New variable.
20 29
21 * textmodes/flyspell.el (flyspell-post-command-hook): 30 * textmodes/flyspell.el (flyspell-post-command-hook):
22 Bind deactivate-mark to prevent deactivation. 31 Bind deactivate-mark to prevent deactivation.
23 32
24 2005-11-03 Lars Hansen <larsh@soem.dk> 33 2005-11-03 Lars Hansen <larsh@soem.dk>
34
25 * dired-x.el: Add menu bindings for dired-do-find-marked-files, 35 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
26 dired-do-relsymlink, dired-flag-extension, dired-mark-extension, 36 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
27 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode. 37 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
28 38
29 2005-11-03 Romain Francoise <romain@orebokech.com> 39 2005-11-03 Romain Francoise <romain@orebokech.com>
58 (perl-font-lock-syntactic-keywords): Use it. 68 (perl-font-lock-syntactic-keywords): Use it.
59 (perl-mode): Don't set font-lock-syntactic-face-function any more. 69 (perl-mode): Don't set font-lock-syntactic-face-function any more.
60 70
61 2005-11-02 Nick Roberts <nickrob@snap.net.nz> 71 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
62 72
63 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in 73 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
64 diassembly buffer too. 74 disassembly buffer too.
65 (gdb-exited): Remove overlay arrows when execution has finished. 75 (gdb-exited): Remove overlay arrows when execution has finished.
66 (gdb-info-frames-custom, gdb-info-threads-custom) 76 (gdb-info-frames-custom, gdb-info-threads-custom)
67 (gdb-info-registers-custom): Don't add inappropriate text 77 (gdb-info-registers-custom): Don't add inappropriate text
68 properties if inferior is not active. 78 properties if inferior is not active.
69 79