Mercurial > emacs
comparison lisp/ChangeLog @ 53895:522c584a7e2d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 09 Feb 2004 00:56:25 +0000 |
parents | 3c462fb496fc |
children | 695925d8ff29 |
comparison
equal
deleted
inserted
replaced
53894:0a356c1b7057 | 53895:522c584a7e2d |
---|---|
14 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap) | 14 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap) |
15 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap) | 15 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap) |
16 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap) | 16 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap) |
17 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap) | 17 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap) |
18 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's. | 18 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's. |
19 | 19 |
20 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
21 | |
22 * window.el (window-safely-shrinkable-p): Don't change the buffer-list. | |
23 Don't allow shrink if there's a window on our right. | |
24 | |
25 * progmodes/prolog.el (prolog-program-name): Use gprolog if available. | |
26 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map): | |
27 Bring together declaration and initialization. | |
28 (prolog-mode-variables): Don't set the syntax table. | |
29 Don't set paragraph-start and comment-indent-function. | |
30 Add /*..*/ to the comment regexps. | |
31 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map. | |
32 (prolog-mode-map): Don't bind TAB. | |
33 (prolog-mode): Set the syntax table. | |
34 (prolog-comment-indent): Remove. | |
35 (inferior-prolog-mode-map): Initialize in the declaration. | |
36 (inferior-prolog-mode-syntax-table) | |
37 (inferior-prolog-mode-abbrev-table): New vars. | |
38 (inferior-prolog-mode): Derive from comint-mode. | |
39 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and | |
40 minibuffer windows. | |
41 | |
42 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and ( | |
43 in file names, as long as it is unabmiguous. | |
44 | |
20 2004-02-08 Andreas Schwab <schwab@suse.de> | 45 2004-02-08 Andreas Schwab <schwab@suse.de> |
21 | 46 |
22 * textmodes/reftex-toc.el | 47 * textmodes/reftex-toc.el |
23 (reftex-toc-load-all-files-for-promotion): Remove useless use of | 48 (reftex-toc-load-all-files-for-promotion): Remove useless use of |
24 format. Doc fix. | 49 format. Doc fix. |
27 format string arguments. | 52 format string arguments. |
28 | 53 |
29 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format | 54 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format |
30 string argument. | 55 string argument. |
31 | 56 |
32 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format | 57 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings. |
33 strings. | |
34 | 58 |
35 * play/zone.el (zone-call): Fix format string. | 59 * play/zone.el (zone-call): Fix format string. |
36 | 60 |
37 * net/webjump.el (webjump-builtin): Add missing format string | 61 * net/webjump.el (webjump-builtin): Add missing format string argument. |
38 argument. | 62 |
39 | 63 * midnight.el (midnight-delay-set): Remove extra format string argument. |
40 * midnight.el (midnight-delay-set): Remove extra format string | 64 |
41 argument. | 65 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format. |
42 | |
43 * mail/rmail.el (rmail-get-new-mail): Remove useless use of | |
44 format. | |
45 | 66 |
46 * hexl.el (hexl-insert-char): Add missing format string argument. | 67 * hexl.el (hexl-insert-char): Add missing format string argument. |
47 | 68 |
48 * format.el (format-decode): Fix format string. | 69 * format.el (format-decode): Fix format string. |
49 | 70 |
53 (vi-goto-mark): Likewise. | 74 (vi-goto-mark): Likewise. |
54 (vi-reverse-last-find-char): Likewise. | 75 (vi-reverse-last-find-char): Likewise. |
55 (vi-repeat-last-find-char): Likewise. | 76 (vi-repeat-last-find-char): Likewise. |
56 (vi-locate-def): Likewise. | 77 (vi-locate-def): Likewise. |
57 | 78 |
58 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of | 79 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format. |
59 format. | |
60 | 80 |
61 * ediff-util.el (ediff-toggle-read-only): Remove extra format | 81 * ediff-util.el (ediff-toggle-read-only): Remove extra format |
62 string argument. | 82 string argument. |
63 (ediff-toggle-regexp-match): Likewise. | 83 (ediff-toggle-regexp-match): Likewise. |
64 | 84 |
73 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format | 93 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format |
74 string argument. | 94 string argument. |
75 | 95 |
76 * eshell/esh-mode.el (eshell-send-invisible): Fix format string. | 96 * eshell/esh-mode.el (eshell-send-invisible): Fix format string. |
77 | 97 |
78 * eshell/em-hist.el (eshell-hist-word-reference): Fix format | 98 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string. |
79 string. | 99 |
80 | 100 * emulation/viper-ex.el (ex-mark): Remove extra format string argument. |
81 * emulation/viper-ex.el (ex-mark): Remove extra format string | 101 |
82 argument. | 102 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg. |
83 | |
84 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string | |
85 argument. | |
86 (cl-struct-setf-expander): Likewise. | 103 (cl-struct-setf-expander): Likewise. |
87 | 104 |
88 * vc.el (with-vc-file): Fix unsafe uses of error. | 105 * vc.el (with-vc-file): Fix unsafe uses of error. |
89 (vc-cancel-version): Likewise. | 106 (vc-cancel-version): Likewise. |
90 | 107 |