comparison lisp/ChangeLog @ 82366:30d1e922e79c

Remove spurious * in docstrings. Put its autoloads into tpu-edt.el rather than loaddefs.el. (tpu-cursor-free-mode): Rename from tpu-cursor-free. Make into a proper minor-mode. (tpu-backward-char, tpu-next-line, tpu-previous-line) (tpu-next-end-of-line, tpu-current-end-of-line): Use new name. (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook. (tpu-set-cursor-free, tpu-set-cursor-bound): Delegate to tpu-cursor-free-mode. (tpu-next-line, tpu-previous-line, tpu-forward-line) (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up): Use line-move or forward-line instead of next-line-internal.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 14 Aug 2007 00:51:09 +0000
parents e5a68f18fcb9
children 0203f02d33db
comparison
equal deleted inserted replaced
82365:e5a68f18fcb9 82366:30d1e922e79c
1 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emulation/tpu-extras.el: Remove spurious * in docstrings.
4 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
6 Make into a proper minor-mode.
7 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
10 (tpu-set-cursor-free, tpu-set-cursor-bound):
11 Delegate to tpu-cursor-free-mode.
12 (tpu-next-line, tpu-previous-line, tpu-forward-line)
13 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
14 Use line-move or forward-line instead of next-line-internal.
15
1 2007-08-13 Nick Roberts <nickrob@snap.net.nz> 16 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2 17
3 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully. 18 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4 19
5 2007-08-12 Richard Stallman <rms@gnu.org> 20 2007-08-12 Richard Stallman <rms@gnu.org>
17 in javac regexp. 32 in javac regexp.
18 33
19 * pcvs-util.el (cvs-qtypedesc-strings): Use new names 34 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20 combine-and-quote-strings and split-string-and-unquote. 35 combine-and-quote-strings and split-string-and-unquote.
21 36
22 * subr.el (combine-and-quote-strings): Renamed from strings->string. 37 * subr.el (combine-and-quote-strings): Rename from strings->string.
23 (split-string-and-unquote): Renamed from string->strings. 38 (split-string-and-unquote): Rename from string->strings.
24 39
25 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> 40 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26 41
27 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt 42 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
28 to buffer-local settings. 43 to buffer-local settings.