comparison lisp/ChangeLog @ 89957:c08afac24467

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-26 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-466 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-470 Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 28 Jul 2004 07:05:52 +0000
parents b9eee0a7bef5 12ee8343c078
children 0bdb5a16ae51
comparison
equal deleted inserted replaced
89956:b9eee0a7bef5 89957:c08afac24467
1 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * imenu.el (imenu-prev-index-position-function)
4 (imenu-extract-index-name-function, imenu-name-lookup-function)
5 (imenu--index-alist): Docstring redundancy fix.
6
7 2004-07-25 Lars Hansen <larsh@math.ku.dk>
8
9 * wdired.el (wdired-finish-edit): Require dired-aux before locally
10 binding dired-backup-overwrite.
11
12 2004-07-25 John Paul Wallington <jpw@gnu.org>
13
14 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15
16 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
17
18 * term/tty-colors.el (tty-color-approximate): Doc fix.
19
20 * select.el (x-get-selection, x-set-selection): Doc fixes.
21
22 * frame.el (make-frame): Doc fix.
23
24 2004-07-24 Richard M. Stallman <rms@gnu.org>
25
26 * mail/rmail.el (rmail-mime-charset-pattern):
27 Don't include semicolon in the charset value.
28
29 * replace.el (occur-next-error): Call set-window-point.
30 (occur-engine): Handle negative NLINES.
31
32 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
33
34 * frame.el (modify-all-frames-parameters): Minor doc fix.
35 (set-frame-configuration): Doc fix.
36
37 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
38
39 * simple.el (completion-setup-function): Compute the common parts
40 and the first difference place correctly when
41 partial-completion-mode is on.
42
1 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br> 43 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 44
3 * ps-print.el: Doc fix. Improve the DSC compliance of the generated 45 * ps-print.el: Doc fix.
4 PostScript. Suggested by Michael Piotrowski <mxp@dynalabs.de>.
5 (ps-print-version): New version 6.6.5. 46 (ps-print-version): New version 6.6.5.
6 (ps-printing-region): Doc fix. 47 (ps-printing-region): Doc fix.
7 (ps-generate-string-list): Comment fix. 48 (ps-generate-string-list): Comment fix.
8 (ps-message-log-max, ps-begin-file): Code fix. 49 (ps-message-log-max): Code fix.
50
51
52 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
53
54 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
55 generated PostScript.
9 56
10 2004-07-22 Kim F. Storm <storm@cua.dk> 57 2004-07-22 Kim F. Storm <storm@cua.dk>
11 58
12 * progmodes/make-mode.el: Fix comments. 59 * progmodes/make-mode.el: Fix comments.
13 60
36 * dired-aux.el (dired-do-kill-lines): Expand docstring. 83 * dired-aux.el (dired-do-kill-lines): Expand docstring.
37 Delete irrelevant code. 84 Delete irrelevant code.
38 85
39 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> 86 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
40 87
41 * net/tramp.el (tramp-handle-verify-visited-file-modtime): New 88 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
42 docstring. From Luc Teirlinck. 89 New docstring. From Luc Teirlinck.
43 90
44 2004-07-17 Luc Teirlinck <teirllm@auburn.edu> 91 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
45 92
46 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary' 93 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
47 section. 94 section.