Mercurial > emacs
comparison lisp/ChangeLog @ 85777:2ca0af23d79d
* emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
(edt-gnu-emacs19-p): Remove.
(edt-emacs-variant, edt-window-system): Use feature 'emacs.
(edt-xserver, edt-page-backward, edt-beginning-of-line)
(edt-end-of-line-forward, edt-end-of-line-backward)
(edt-one-word-forward, edt-one-word-backward, edt-character)
(edt-line-forward, edt-next-line, edt-previous-line, edt-top)
(edt-find-forward, edt-find-backward, edt-find-next-forward)
(edt-find-next-backward, edt-reset, edt-advance, edt-backup)
(edt-define-key, edt-bottom-check, edt-sentence-forward)
(edt-sentence-backward, edt-paragraph-forward)
(edt-paragraph-backward, edt-restore-key, edt-window-top)
(edt-window-bottom, edt-scroll-window-forward-line)
(edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
(edt-line-to-top-of-window, edt-paragraph-backward)
(edt-restore-key, edt-window-top, edt-window-bottom)
(edt-scroll-window-forward-line)
(edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
(edt-line-to-middle-of-window, edt-goto-percentage)
(edt-display-the-time, edt-remember, edt-split-window)
(edt-emulation-on, edt-emulation-off)
(edt-default-emulation-setup, edt-user-emulation-setup)
(edt-select-default-global-map, edt-select-user-global-map):
Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
tests.
* textmodes/reftex-index.el (reftex-index-selection-or-word): Use
feature test instead of boundp test so it can be resolved at
compile time.
* net/newsticker.el (replace-regexp-in-string): Only define for
XEmacs.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 30 Oct 2007 03:17:35 +0000 |
parents | 13ae285f009a |
children | 7fab53f93ba5 |
comparison
equal
deleted
inserted
replaced
85776:b63016d25aa6 | 85777:2ca0af23d79d |
---|---|
1 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p) | |
4 (edt-gnu-emacs19-p): Remove. | |
5 (edt-emacs-variant, edt-window-system): Use feature 'emacs. | |
6 (edt-xserver, edt-page-backward, edt-beginning-of-line) | |
7 (edt-end-of-line-forward, edt-end-of-line-backward) | |
8 (edt-one-word-forward, edt-one-word-backward, edt-character) | |
9 (edt-line-forward, edt-next-line, edt-previous-line, edt-top) | |
10 (edt-find-forward, edt-find-backward, edt-find-next-forward) | |
11 (edt-find-next-backward, edt-reset, edt-advance, edt-backup) | |
12 (edt-define-key, edt-bottom-check, edt-sentence-forward) | |
13 (edt-sentence-backward, edt-paragraph-forward) | |
14 (edt-paragraph-backward, edt-restore-key, edt-window-top) | |
15 (edt-window-bottom, edt-scroll-window-forward-line) | |
16 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window) | |
17 (edt-line-to-top-of-window, edt-paragraph-backward) | |
18 (edt-restore-key, edt-window-top, edt-window-bottom) | |
19 (edt-scroll-window-forward-line) | |
20 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window) | |
21 (edt-line-to-middle-of-window, edt-goto-percentage) | |
22 (edt-display-the-time, edt-remember, edt-split-window) | |
23 (edt-emulation-on, edt-emulation-off) | |
24 (edt-default-emulation-setup, edt-user-emulation-setup) | |
25 (edt-select-default-global-map, edt-select-user-global-map): | |
26 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature | |
27 tests. | |
28 | |
29 * textmodes/reftex-index.el (reftex-index-selection-or-word): Use | |
30 feature test instead of boundp test so it can be resolved at | |
31 compile time. | |
32 | |
33 * net/newsticker.el (replace-regexp-in-string): Only define for | |
34 XEmacs. | |
35 | |
1 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | 36 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 37 |
3 * abbrev.el: Rename `count' and `system-flag' to :count and :system. | 38 * abbrev.el: Rename `count' and `system-flag' to :count and :system. |
4 Update all users. | 39 Update all users. |
5 (abbrev-get, abbrev-put): Simplify. | 40 (abbrev-get, abbrev-put): Simplify. |