Mercurial > emacs
comparison lisp/ChangeLog @ 27191:72b373463022
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 05 Jan 2000 15:13:41 +0000 |
parents | 2b11879c1a93 |
children | 5d82e11959a2 |
comparison
equal
deleted
inserted
replaced
27190:f132d890985a | 27191:72b373463022 |
---|---|
1 2000-01-05 Dave Love <fx@gnu.org> | |
2 | |
3 * lisp.el (beginning-of-defun): New variable. | |
4 (beginning-of-defun-raw): Use it. | |
5 (end-of-defun): New variable. | |
6 (end-of-defun): Use it. | |
7 (check-parens): New command. | |
8 | |
1 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> | 9 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
2 | 10 |
3 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region, | 11 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region, |
4 hs-show-block): Don't use `mapcar' when not accumulating. | 12 hs-show-block): Don't use `mapcar' when not accumulating. |
5 | 13 |
35 * ps-print.el: PostScript code now is in separate files, doc fix. | 43 * ps-print.el: PostScript code now is in separate files, doc fix. |
36 (ps-print-version): New version number (5.0.3). | 44 (ps-print-version): New version number (5.0.3). |
37 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | 45 (ps-header-lines, ps-left-header, ps-right-header): No more buffer |
38 local. | 46 local. |
39 (ps-spool-config): Initialization fix. | 47 (ps-spool-config): Initialization fix. |
40 (ps-print-prologue-1, ps-print-prologue-2, ps-print-duplex-feature): | 48 (ps-print-prologue-1, ps-print-prologue-2, |
41 PostScript code moved to separated file. | 49 ps-print-duplex-feature): PostScript code moved to separated file. |
42 (ps-background-image): Little code reformating. | 50 (ps-background-image): Little code reformating. |
43 (ps-begin-file, ps-begin-job): Fix code. | 51 (ps-begin-file, ps-begin-job): Fix code. |
44 (ps-postscript-code-directory, ps-mark-code-directory): New | 52 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
45 vars. | |
46 (ps-prologue-file): New fun. | 53 (ps-prologue-file): New fun. |
47 | 54 |
48 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 55 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
49 | 56 |
50 * ps-vars.el: eliminated. | 57 * ps-vars.el: eliminated. |
67 * bindings.el (make-mode-line-mouse-sensitive): | 74 * bindings.el (make-mode-line-mouse-sensitive): |
68 Fix the toggle menu items. | 75 Fix the toggle menu items. |
69 | 76 |
70 2000-01-03 Dave Love <fx@gnu.org> | 77 2000-01-03 Dave Love <fx@gnu.org> |
71 | 78 |
72 * elide-head.el (elide-head) [defgroup: Add :version. | 79 * elide-head.el (elide-head) [defgroup]: Add :version. |
73 | 80 |
74 * cl-extra.el (cl-emacs-type): Remove defvar. | 81 * cl-extra.el (cl-emacs-type): Remove defvar. |
75 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use | 82 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
76 `cl-hash-table-p', not `hash-table-p'. | 83 `cl-hash-table-p', not `hash-table-p'. |
77 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | 84 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. |