Mercurial > emacs
comparison lisp/ChangeLog @ 104916:065958ebbf6d
(cvs-mode-find-file): Use forward-line rather than goto-line.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 10 Sep 2009 06:23:06 +0000 |
parents | 19772824da0c |
children | 566d2dc55a9d |
comparison
equal
deleted
inserted
replaced
104915:6a129704f444 | 104916:065958ebbf6d |
---|---|
1 2009-09-10 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line. | |
4 | |
5 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix. | |
6 (byte-compile-file-form-autoload): Don't warn about unknown functions | |
7 where the autoload statement comes after the use. | |
8 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so | |
9 that any handlers inside the body (eg require) are in turn respected. | |
10 | |
11 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side | |
12 effects. | |
13 | |
14 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map, | |
15 and syntax and abbrev tables basic docs, if they don't have any. | |
16 | |
17 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string. | |
18 | |
19 * international/mule-cmds.el (top-level): Require cl when compiling. | |
20 (view-hello-file): Use default-value rather than | |
21 default-enable-multibyte-characters. | |
22 | |
23 * progmodes/fortran.el: Move all safe and risky properties into the | |
24 defcustoms. | |
25 | |
26 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el: | |
27 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el: | |
28 * mail/undigest.el: | |
29 Put autoloads in rmail.el rather than loaddefs.el. | |
30 * mail/rmail.el: Regenerate with extracted autoloads. | |
31 | |
32 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el. | |
33 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el. | |
34 | |
1 2009-09-10 Nick Roberts <nickrob@snap.net.nz> | 35 2009-09-10 Nick Roberts <nickrob@snap.net.nz> |
2 | 36 |
3 Reported in thread for Bug#4375. | 37 Reported in thread for Bug#4375. |
4 * progmodes/gud.el (gud-tooltip-print-command): Use MI command | 38 * progmodes/gud.el (gud-tooltip-print-command): Use MI command |
5 "-data-evaluate-expression" instead of print. | 39 "-data-evaluate-expression" instead of print. |