comparison lisp/ChangeLog @ 51262:44edc1eafb33

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 May 2003 18:16:40 +0000
parents a51376ab4a2e
children 260b864ff270
comparison
equal deleted inserted replaced
51261:a3a1d78e827e 51262:44edc1eafb33
1 2003-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
1 2003-05-27 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 10 2003-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
14 2003-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
6 2003-05-26 John Paul Wallington <jpw@gnu.org> 24 2003-05-26 John Paul Wallington <jpw@gnu.org>
7 25
8 * faces.el (display-supports-face-attributes-p): Doc fix. 26 * faces.el (display-supports-face-attributes-p): Doc fix.
9 (x-create-frame-with-faces): Call `face-set-after-frame-default'. 27 (x-create-frame-with-faces): Call `face-set-after-frame-default'.
33 in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index" 51 in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index"
34 and "(autoconf)Autotest Macro Index". Remove duplicate copy of 52 and "(autoconf)Autotest Macro Index". Remove duplicate copy of
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
56 2003-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
38 2003-05-25 Nick Roberts <nick@nick.uklinux.net> 63 2003-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):
41 Put string associated with breakpoint at start of line so that it 66 Put string associated with breakpoint at start of line so that it
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.
50 (gdb-assembler-mode): Keep fringe outside margin as the overlay 74 (gdb-assembler-mode): Keep fringe outside margin as the overlay
51 arrow is not used for assembler. 75 arrow is not used for assembler.