Mercurial > emacs
comparison lisp/ChangeLog @ 75953:6f45466672db
Use (defvar <foo>) where applicable.
(ps-print-emacs-type): Remove.
(ps-x-frame-property, ps-e-frame-parameter): Remove.
(ps-frame-parameter): Align its call-convention with frame-parameter.
(ps-begin-job): Adjust calls to it appropriately.
(ps-setup): Don't print ps-print-emacs-type.
(ps-e-find-composition, ps-mark-active-p, ps-color-device):
Define in such a way that it's obvious that it's defined.
(ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
(ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
(ps-jts-ps-setup): Use flavor-neutral syntax instead.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 16 Feb 2007 16:11:05 +0000 |
parents | 5e3e8627c523 |
children | 22b8991d91fe |
comparison
equal
deleted
inserted
replaced
75952:bf9581a17f60 | 75953:6f45466672db |
---|---|
1 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * ps-print.el: Use (defvar <foo>) where applicable. | |
4 (ps-print-emacs-type): Remove. | |
5 (ps-x-frame-property, ps-e-frame-parameter): Remove. | |
6 (ps-frame-parameter): Align its call-convention with frame-parameter. | |
7 (ps-begin-job): Adjust calls to it appropriately. | |
8 (ps-setup): Don't print ps-print-emacs-type. | |
9 (ps-e-find-composition, ps-mark-active-p, ps-color-device): | |
10 Define in such a way that it's obvious that it's defined. | |
11 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove. | |
12 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup) | |
13 (ps-jts-ps-setup): Use flavor-neutral syntax instead. | |
14 | |
1 2007-02-15 Alan Mackenzie <acm@muc.de> | 15 2007-02-15 Alan Mackenzie <acm@muc.de> |
2 | 16 |
3 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting | 17 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting |
4 an empty one-line C-style comment, post-position point properly. | 18 an empty one-line C-style comment, post-position point properly. |
5 | 19 |
7 | 21 |
8 * isearch.el (isearch-lazy-highlight-space-regexp): New variable. | 22 * isearch.el (isearch-lazy-highlight-space-regexp): New variable. |
9 (isearch-lazy-highlight-new-loop): Bind it. | 23 (isearch-lazy-highlight-new-loop): Bind it. |
10 (isearch-lazy-highlight-search): Use it. | 24 (isearch-lazy-highlight-search): Use it. |
11 | 25 |
12 * replace.el (replace-highlight): Bind search-whitespace-regexp to | 26 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil. |
13 nil. | |
14 | 27 |
15 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | 28 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca> |
16 | 29 |
17 * font-lock.el (font-lock-extend-region-wholelines): | 30 * font-lock.el (font-lock-extend-region-wholelines): |
18 Only return non-nil if the region has really been changed. | 31 Only return non-nil if the region has really been changed. |