Mercurial > emacs
comparison lisp/ChangeLog @ 83213:d83f49cefda3
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-593
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-594
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-595
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-596
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-597
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-598
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-600
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-601
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-602
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-253
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 07 Oct 2004 16:52:19 +0000 |
parents | f70dc61a797f 6bfd8fa46fc5 |
children | 4f2f1522636c |
comparison
equal
deleted
inserted
replaced
83212:f70dc61a797f | 83213:d83f49cefda3 |
---|---|
1 2004-10-06 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue. | |
4 | |
5 2004-10-06 John Paul Wallington <jpw@gnu.org> | |
6 | |
7 * xml.el (xml-parse-dtd): Fix `error' call. | |
8 | |
9 2004-10-05 Mark A. Hershberger <mah@everybody.org> | |
10 | |
11 * xml.el (xml-substitute-special): Return a single string instead | |
12 of a list of strings if an entity substitution is made. | |
13 | |
14 2004-10-05 Ulf Jasper <ulf.jasper@web.de> | |
15 | |
16 * calendar/icalendar.el: New file. | |
17 | |
18 2004-10-05 Juri Linkov <juri@jurta.org> | |
19 | |
20 * isearch.el (isearch-done): Set mark after running hook. | |
21 Suggested by Drew Adams <drew.adams@oracle.com>. | |
22 | |
23 * info.el (Info-history, Info-toc): Fix Info headers. | |
24 (Info-toc): Narrow buffer before Info-fontify-node. | |
25 (Info-build-toc): Don't check for special Info file names. | |
26 Set main-file to nil if Info-find-file returns a symbol. | |
27 | |
28 2004-10-05 Emilio C. Lopes <eclig@gmx.net>: | |
29 | |
30 * calendar/calendar.el (calendar-goto-iso-week): Add autoload. | |
31 (calendar-mode-map): Add binding for `calendar-goto-iso-week'. | |
32 * calendar/cal-menu.el (calendar-mode-map): Ditto. | |
33 | |
34 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk> | |
35 | |
36 * calendar/cal-iso.el (calendar-iso-read-args): New function, | |
37 for old interactive spec from calendar-goto-iso-date. | |
38 (calendar-goto-iso-date): Use it. | |
39 (calendar-goto-iso-week): New function. Suggested by Emilio | |
40 C. Lopes <eclig@gmx.net>. | |
41 | |
42 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> | |
43 | |
44 * textmodes/enriched.el (enriched-mode-map): Give | |
45 `set-left-margin' and `set-right-margin' bindings that follow the | |
46 minor mode conventions. | |
47 | |
48 2004-10-03 Stefan <monnier@iro.umontreal.ca> | |
49 | |
50 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32. | |
51 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'. | |
52 (latex-block-args-alist): Add minipage and picture. | |
53 (latex-block-body-alist): Use reftex-label if enabled. | |
54 (latex-insert-block): Don't insert a \n if not necessary. | |
55 (tex-compile-commands): Make sure dvips doesn't send to printer. | |
56 (tex-compile-default): Handle the case where no executable is found. | |
57 (latex-noindent-environments): New var. | |
58 (latex-find-indent): Use it. Take an empty line as an arg-breaker. | |
59 If tex-indent-allhanging is non-nil, make sure we only align for macros | |
60 at beginning of line. | |
61 | |
62 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org> | |
63 | |
64 * newcomment.el (comment-beginning): Doc fix and don't choke on | |
65 unset `comment-end-skip' when at beginning of comment. | |
66 | |
1 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu> | 67 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 68 |
3 * term.el (term-adjust-current-row-cache): Don't allow the current | 69 * term.el (term-adjust-current-row-cache): Don't allow the current |
4 row to become negative. | 70 row to become negative. |
5 (term-emulate-terminal): Fix insert mode. Handle tab insertion at | 71 (term-emulate-terminal): Fix insert mode. Handle tab insertion at |
6 the end of the line. Fix scroll down. Add comments. | 72 the end of the line. Fix scroll down. Add comments. |
7 (term-handle-ansi-escape): Don't exceed terminal width when moving | 73 (term-handle-ansi-escape): Don't exceed terminal width when moving |
8 right. | 74 right. |
9 (term-scroll-region): Move the cursor after setting the scroll | 75 (term-scroll-region): Move the cursor after setting the scroll region. |
10 region. | |
11 | 76 |
12 2004-10-01 Luc Teirlinck <teirllm@auburn.edu> | 77 2004-10-01 Luc Teirlinck <teirllm@auburn.edu> |
13 | 78 |
14 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg | 79 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg |
15 to `width' for consistency with docstring. Doc fix. | 80 to `width' for consistency with docstring. Doc fix. |
31 (edmacro-finish-edit): Get counter and format from edit buffer and | 96 (edmacro-finish-edit): Get counter and format from edit buffer and |
32 update kmacro bindings when found. | 97 update kmacro bindings when found. |
33 | 98 |
34 2004-09-29 Luc Teirlinck <teirllm@auburn.edu> | 99 2004-09-29 Luc Teirlinck <teirllm@auburn.edu> |
35 | 100 |
36 * textmodes/paragraphs.el (forward-paragraph): Avoid | 101 * textmodes/paragraphs.el (forward-paragraph): |
37 args-out-of-range error when point winds up at the beginning of | 102 Avoid args-out-of-range error when point winds up at the beginning of |
38 the buffer and hard newlines are enabled. | 103 the buffer and hard newlines are enabled. |
39 | 104 |
40 * newcomment.el (comment-multi-line): Doc fix. | 105 * newcomment.el (comment-multi-line): Doc fix. |
41 | 106 |
42 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | 107 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> |