comparison lisp/ChangeLog @ 89958:0bdb5a16ae51

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 03 Aug 2004 00:03:00 +0000
parents c08afac24467 eb864aaf90b0
children 3fd4a5c21153
comparison
equal deleted inserted replaced
89957:c08afac24467 89958:0bdb5a16ae51
1 2004-08-02 Kim F. Storm <storm@cua.dk>
2
3 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4 and call compute-motion with nil for topos and width to get proper
5 usable width and height for both window and non-window systems.
6
7 * windmove.el (windmove-coordinates-of-position): Let compute-motion
8 calculate usable window width and height.
9
10 * window.el (window-buffer-height): Call compute-motion with nil width.
11
12 2004-08-01 David Kastrup <dak@gnu.org>
13
14 * replace.el (query-replace-read-from): Use
15 `query-replace-compile-replacement'.
16 (query-replace-compile-replacement): New function.
17 (query-replace-read-to): Use `query-replace-compile-replacement'
18 for repeating the last command.
19
20 2004-08-01 John Paul Wallington <jpw@gnu.org>
21
22 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
23 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
24 (pr-switches): Remove period from end of error messages.
25
26 * help-mode.el (help-go-back): Likewise.
27
28 * abbrev.el (only-global-abbrevs): Doc fix.
29 (edit-abbrevs-map): Define within defvar.
30 (quietly-read-abbrev-file): Doc fix.
31
32 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
33
34 * novice.el (enable-command, disable-command): Doc fixes.
35
36 * subr.el (event-modifiers, event-basic-type): Doc fixes.
37
38 2004-07-30 Richard M. Stallman <rms@gnu.org>
39
40 * subr.el (with-local-quit): Doc fix.
41
42 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
43
44 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
45
46 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
47
48 * custom.el (defcustom): Doc fix.
49
50 2004-07-28 Masatake YAMATO <jet@gyve.org>
51
52 * progmodes/etags.el (etags-tags-apropos): Show building progress.
53
1 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca> 54 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 55
3 * imenu.el (imenu-prev-index-position-function) 56 * imenu.el (imenu-prev-index-position-function)
4 (imenu-extract-index-name-function, imenu-name-lookup-function) 57 (imenu-extract-index-name-function, imenu-name-lookup-function)
5 (imenu--index-alist): Docstring redundancy fix. 58 (imenu--index-alist): Docstring redundancy fix.