comparison lisp/ChangeLog @ 83286:9deb6323655c

Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-240 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-241 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-242 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-244 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-245 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-59 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-326
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 11 Apr 2005 12:40:15 +0000
parents 865f9b91fdbe 014fcf8d4038
children 2c2b97b30980
comparison
equal deleted inserted replaced
83285:865f9b91fdbe 83286:9deb6323655c
1 2005-04-10 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el (bookmark-write-file): Catch errors writing file.
4 This is the same change as revision 1.30 of saveplace.el.
5
6 2005-04-10 Richard M. Stallman <rms@gnu.org>
7
8 * startup.el (fancy-splash-tail): Update copyright year.
9 (command-line): Split part of -Q into -D.
10 (emacs-basic-display): New defvar.
11 (fancy-splash-text): Correct name of menu item.
12
13 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14
15 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16 lines in one node.
17
18 * comint.el (comint-send-input): New arg ARTIFICIAL.
19 Callers in this file changed.
20
21 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22
23 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
24
25 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26
27 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
28 `ldap-search-internal'.
29
30 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * files.el (set-auto-mode-1): Use line-end-position.
33
34 * international/latin-1.el:
35 * international/latin-2.el:
36 * international/latin-3.el:
37 * international/latin-4.el:
38 * international/latin-5.el:
39 * international/latin-8.el:
40 * international/latin-9.el: Give punctuation syntax to NBSP.
41
42 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
43 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
44 Use char-classes to accept non-ascii letters, accepted in some recent
45 bibtex implementations.
46
47 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
48
49 * custom.el (custom-set-minor-mode): Any non-nil value for the
50 variable should enable the mode when set through Custom.
51
52 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
55 TAB binding so tab-always-indent is obeyed.
56 (vhdl-minibuffer-local-map): Move initialization into declaration.
57 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
58 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
59 (vhdl-hooked-abbrev): Avoid test for XEmacs.
60 (vhdl-current-line): Use line-beginning-position.
61 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
62 with-output-to-temp-buffer, so the current position can be recorded.
63
64 2005-04-10 Masatake YAMATO <jet@gyve.org>
65
66 * progmodes/compile.el (compilation-error-regexp-alist-alist):
67 Add regexp for gcov.
68
69 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * calendar/time-date.el (time-to-seconds, seconds-to-time)
72 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
73 syntax which Emacs 20 doesn't support.
74
75 2005-04-09 Richard M. Stallman <rms@gnu.org>
76
77 * help.el (describe-key-briefly, describe-key): Replace
78 strings as event types with "(any string)".
79
80 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * arc-mode.el (archive-mode-map): Move initialization into
83 the declaration. Override *all* bindings of `undo'.
84 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
85
86 2005-04-09 Jay Belanger <belanger@truman.edu>
87
88 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
89
90 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
91
92 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
93 (xterm-register-default-colors): Update color values computation
94 to match xterm-200.
95
96 2005-04-09 Kenichi Handa <handa@m17n.org>
97
98 * international/code-pages.el (iso-latin-7): Fix the map.
99
100 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
101
102 * emacs-lisp/lisp.el (defun-prompt-regexp)
103 (parens-require-spaces, buffer-end, end-of-defun)
104 (insert-parentheses): Doc fixes.
105
106 2005-04-08 Kim F. Storm <storm@cua.dk>
107
108 * comint.el (comint-highlight-prompt): Fix face spec.
109 * hi-lock.el (hi-green): Likewise.
110
111 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
112
113 * cus-edit.el (custom-modified-face):
114 * comint.el (comint-highlight-input): Fix previous changes.
115 * term.el (term-handle-ansi-escape): Add a comment.
116
117 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
120 in the buffer and in whitespace-highlighted-space.
121 (whitespace-unhighlight-the-space): Simplify.
122 (whitespace-buffer): Simplify.
123
124 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
125
126 * textmodes/table.el (table-cell-face): Add special case for
127 displays supporting a high number of colors.
128 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
129 (vhdl-font-lock-reserved-words-face)
130 (vhdl-speedbar-architecture-face)
131 (vhdl-speedbar-instantiation-face)
132 (vhdl-speedbar-architecture-selected-face)
133 (vhdl-speedbar-instantiation-selected-face): Likewise.
134 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
135 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
136 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
137 (ebrowse-root-class-face, ebrowse-member-attribute-face)
138 (ebrowse-progress-face): Likewise.
139 * progmodes/compile.el (compilation-info-face): Likewise.
140 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
141 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
142 * calendar/calendar.el (diary-face): Likewise.
143 * woman.el (woman-italic-face, woman-bold-face)
144 (woman-unknown-face): Likewise.
145 * wid-edit.el (widget-button-pressed-face): Likewise.
146 * whitespace.el (whitespace-highlight-face): Likewise.
147 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
148 * pcvs-info.el (cvs-marked-face): Likewise.
149 * info.el (info-xref): Likewise.
150 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
151 * hilit-chg.el (highlight-changes-face)
152 (highlight-changes-delete-face): Likewise.
153 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
154 (hi-red-b): Likewise.
155 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
156 * font-lock.el (font-lock-keyword-face)
157 (font-lock-function-name-face, font-lock-warning-face): Likewise.
158 * cus-edit.el (custom-invalid-face, custom-modified-face)
159 (custom-set-face, custom-changed-face, custom-variable-tag-face)
160 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
161 * comint.el (comint-highlight-prompt): Likewise.
162
163 2005-04-08 Lute Kamstra <lute@gnu.org>
164
165 * font-lock.el (font-lock-keywords): Docstring fixes.
166
167 2005-04-08 Kenichi Handa <handa@m17n.org>
168
169 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
170 chars are more than a limit, print " and more..." at the tail.
171
172 2005-04-08 Kim F. Storm <storm@cua.dk>
173
174 * emacs-lisp/authors.el (authors-aliases): Update list.
175 (authors-ignored-files): New list.
176 (authors-fixed-entries): Fix typo.
177 (authors-renamed-files-alist): Update list.
178 (authors-add): Check authors-ignored-files.
179
180 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
181
182 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
183 optional, to ensure backward compatibility.
184
185 2005-04-08 Stephen Eglen <stephen@gnu.org>
186
187 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
188
189 2005-04-08 Kim F. Storm <storm@cua.dk>
190
191 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
192 mouse-face.
193
194 * mouse.el (mouse-on-link-p): Doc fix.
195
1 2005-04-07 Luc Teirlinck <teirllm@auburn.edu> 196 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
2 197
3 * ielm.el (ielm-prompt-read-only): Doc fix. 198 * ielm.el (ielm-prompt-read-only): Doc fix.
4 199
5 * comint.el (comint-prompt-read-only): Doc fix. 200 * comint.el (comint-prompt-read-only): Doc fix.