Mercurial > emacs
comparison lisp/ChangeLog @ 83183:bc1eb76e4766
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-470
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-472
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-223
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 30 Jul 2004 16:33:42 +0000 |
parents | 4e92102a0172 ac573231cc6d |
children | 09f3fd9f680d |
comparison
equal
deleted
inserted
replaced
83182:4e92102a0172 | 83183:bc1eb76e4766 |
---|---|
1 2004-07-28 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * custom.el (defcustom): Doc fix. | |
4 | |
5 2004-07-28 Masatake YAMATO <jet@gyve.org> | |
6 | |
7 * progmodes/etags.el (etags-tags-apropos): Show building progress. | |
8 | |
1 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 10 |
3 * imenu.el (imenu-prev-index-position-function) | 11 * imenu.el (imenu-prev-index-position-function) |
4 (imenu-extract-index-name-function, imenu-name-lookup-function) | 12 (imenu-extract-index-name-function, imenu-name-lookup-function) |
5 (imenu--index-alist): Docstring redundancy fix. | 13 (imenu--index-alist): Docstring redundancy fix. |
40 and the first difference place correctly when | 48 and the first difference place correctly when |
41 partial-completion-mode is on. | 49 partial-completion-mode is on. |
42 | 50 |
43 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 51 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
44 | 52 |
45 * ps-print.el: Doc fix. Improve the DSC compliance of the generated | 53 * ps-print.el: Doc fix. |
46 PostScript. Suggested by Michael Piotrowski <mxp@dynalabs.de>. | |
47 (ps-print-version): New version 6.6.5. | 54 (ps-print-version): New version 6.6.5. |
48 (ps-printing-region): Doc fix. | 55 (ps-printing-region): Doc fix. |
49 (ps-generate-string-list): Comment fix. | 56 (ps-generate-string-list): Comment fix. |
50 (ps-message-log-max, ps-begin-file): Code fix. | 57 (ps-message-log-max): Code fix. |
58 | |
59 | |
60 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change) | |
61 | |
62 * ps-print.el (ps-begin-file): Improve the DSC compliance of the | |
63 generated PostScript. | |
51 | 64 |
52 2004-07-22 Kim F. Storm <storm@cua.dk> | 65 2004-07-22 Kim F. Storm <storm@cua.dk> |
53 | 66 |
54 * progmodes/make-mode.el: Fix comments. | 67 * progmodes/make-mode.el: Fix comments. |
55 | 68 |