Mercurial > emacs
comparison lisp/ChangeLog @ 85825:13163bbed0bf
* progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
only if it is bound.
* textmodes/reftex.el: Move autoloads for before all uses.
(reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
(reftex-delete-overlay): Move to the top level with the condition
in the body.
* progmodes/simula.el: Use when instead of if.
* iimage.el (iimage-locate-file): Define unconditionally.
* mail/mailabbrev.el (mail-abbrev-next-line):
* emulation/vip.el (vip-enlarge-region, vip-line)
(vip-next-line-at-bol, vip-previous-line)
(vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
Wrap with-no-warnings around uses of next-line and previous-line.
* ediff.el (run-ediff-from-cvs-buffer):
* ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove
function not used by pcl-cvs anymore.
(noninteractive, generic-sc-get-latest-rev)
(ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
Delete support for long obsolete generic-sc.el.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 31 Oct 2007 06:28:09 +0000 |
parents | 8c5b590456c4 |
children | 92e80e71cd95 |
comparison
equal
deleted
inserted
replaced
85824:f1fcb6e1fb24 | 85825:13163bbed0bf |
---|---|
1 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm | |
4 only if it is bound. | |
5 | |
6 * textmodes/reftex.el: Move autoloads for before all uses. | |
7 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay) | |
8 (reftex-delete-overlay): Move to the top level with the condition | |
9 in the body. | |
10 | |
11 * progmodes/simula.el: Use when instead of if. | |
12 | |
13 * iimage.el (iimage-locate-file): Define unconditionally. | |
14 | |
15 * mail/mailabbrev.el (mail-abbrev-next-line): | |
16 * emulation/vip.el (vip-enlarge-region, vip-line) | |
17 (vip-next-line-at-bol, vip-previous-line) | |
18 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read): | |
19 Wrap with-no-warnings around uses of next-line and previous-line. | |
20 | |
21 * ediff.el (run-ediff-from-cvs-buffer): | |
22 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove | |
23 function not used by pcl-cvs anymore. | |
24 (noninteractive, generic-sc-get-latest-rev) | |
25 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal): | |
26 Delete support for long obsolete generic-sc.el. | |
27 | |
1 2007-10-31 Glenn Morris <rgm@gnu.org> | 28 2007-10-31 Glenn Morris <rgm@gnu.org> |
2 | 29 |
3 * cvs-status.el: No longer require pcvs when compiling. | 30 * cvs-status.el: No longer require pcvs when compiling. |
4 | 31 |
5 * doc-view.el (doc-view-conversion-refresh-interval) | 32 * doc-view.el (doc-view-conversion-refresh-interval) |