aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-05-27 18:16:40 +0000
committerStefan Monnier2003-05-27 18:16:40 +0000
commit5740acbaeb67583e4cd56f7335ce412c6439c9af (patch)
tree27e3f93f9a688ebe3f3b14cf838720dff17262fb
parentc689a61d1c2122988571e20db0a7af63a9650bdc (diff)
downloademacs-5740acbaeb67583e4cd56f7335ce412c6439c9af.tar.gz
emacs-5740acbaeb67583e4cd56f7335ce412c6439c9af.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog32
1 files changed, 28 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3c9115c17bb..409fdc5cc73 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,25 @@
12003-05-27 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
4 Don't infinite loop at bob.
5 (emacs-lisp-mode): Mark its main custom group to be `lisp'.
6 (prin1-char): New fun.
7 (eval-last-sexp-1): Use it. Use with-syntax-table as well.
8 (eval-defun-1): Don't replace `defvar' with `defconst'.
9
12003-05-27 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 102003-05-27 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2 11
3 * bindings.el (global-map): Bind M-S-<backspace to 12 * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
4 kill-whole-line. 13
142003-05-26 Stefan Monnier <monnier@cs.yale.edu>
15
16 * gud.el (gud-find-class): Remove unused var `pos'.
17 (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
18 (gdb-script-font-lock-syntactic-keywords)
19 (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
20 (gdb-script-skip-to-head, gdb-script-calculate-indentation)
21 (gdb-script-indent-line, gdb-script-mode): New mode to edit
22 .gdbinit-like scripts.
5 23
62003-05-26 John Paul Wallington <jpw@gnu.org> 242003-05-26 John Paul Wallington <jpw@gnu.org>
7 25
@@ -35,6 +53,13 @@
35 "(automake)Macro and Variable Index". Keep automake after all 53 "(automake)Macro and Variable Index". Keep automake after all
36 autoconf possibilities, so as to prefer those. 54 autoconf possibilities, so as to prefer those.
37 55
562003-05-25 Stefan Monnier <monnier@cs.yale.edu>
57
58 * skeleton.el (skeleton-internal-1): Don't loop if interactor of
59 subskeleton is nil.
60 (skeleton-pair-default-alist): New var.
61 (skeleton-pair-insert-maybe): Use it. Don't munge multibyte chars.
62
382003-05-25 Nick Roberts <nick@nick.uklinux.net> 632003-05-25 Nick Roberts <nick@nick.uklinux.net>
39 64
40 * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom): 65 * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
@@ -42,8 +67,7 @@
42 is always visible. 67 is always visible.
43 (gdb-display-source-buffer): Display assembler during execution, 68 (gdb-display-source-buffer): Display assembler during execution,
44 when requested. 69 when requested.
45 (gud-menu-map): Add a toggle button to menubar for 70 (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
46 gdb-many-windows.
47 (gdb-many-windows): Define explicitly as a function and a variable 71 (gdb-many-windows): Define explicitly as a function and a variable
48 (formerly as a minor mode). These need to be global so layout can 72 (formerly as a minor mode). These need to be global so layout can
49 be reset from any buffer. 73 be reset from any buffer.