comparison lisp/ChangeLog @ 90140:02f1dbc4a199

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 228-240) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 53-58) - Merge from emacs--cvs-trunk--0 - Update from CVS - Collapse feature addition/removal within single ChangeLog entry
author Miles Bader <miles@gnu.org>
date Sat, 09 Apr 2005 02:16:29 +0000
parents 7a3341d65a12 a2d3e29d8373
children 146c086df160
comparison
equal deleted inserted replaced
90139:e0d294b9b23e 90140:02f1dbc4a199
1 2005-04-09 Kenichi Handa <handa@m17n.org>
2
3 * international/code-pages.el (iso-latin-7): Fix the map.
4
5 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6
7 * emacs-lisp/lisp.el (defun-prompt-regexp)
8 (parens-require-spaces, buffer-end, end-of-defun)
9 (insert-parentheses): Doc fixes.
10
11 2005-04-08 Kim F. Storm <storm@cua.dk>
12
13 * comint.el (comint-highlight-prompt): Fix face spec.
14 * hi-lock.el (hi-green): Likewise.
15
16 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17
18 * cus-edit.el (custom-modified-face):
19 * comint.el (comint-highlight-input): Fix previous changes.
20 * term.el (term-handle-ansi-escape): Add a comment.
21
22 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25 in the buffer and in whitespace-highlighted-space.
26 (whitespace-unhighlight-the-space): Simplify.
27 (whitespace-buffer): Simplify.
28
29 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30
31 * textmodes/table.el (table-cell-face): Add special case for
32 displays supporting a high number of colors.
33 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34 (vhdl-font-lock-reserved-words-face)
35 (vhdl-speedbar-architecture-face)
36 (vhdl-speedbar-instantiation-face)
37 (vhdl-speedbar-architecture-selected-face)
38 (vhdl-speedbar-instantiation-selected-face): Likewise.
39 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
40 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
41 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
42 (ebrowse-root-class-face, ebrowse-member-attribute-face)
43 (ebrowse-progress-face): Likewise.
44 * progmodes/compile.el (compilation-info-face): Likewise.
45 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
46 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
47 * calendar/calendar.el (diary-face): Likewise.
48 * woman.el (woman-italic-face, woman-bold-face)
49 (woman-unknown-face): Likewise.
50 * wid-edit.el (widget-button-pressed-face): Likewise.
51 * whitespace.el (whitespace-highlight-face): Likewise.
52 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
53 * pcvs-info.el (cvs-marked-face): Likewise.
54 * info.el (info-xref): Likewise.
55 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
56 * hilit-chg.el (highlight-changes-face)
57 (highlight-changes-delete-face): Likewise.
58 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
59 (hi-red-b): Likewise.
60 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
61 * font-lock.el (font-lock-keyword-face)
62 (font-lock-function-name-face, font-lock-warning-face): Likewise.
63 * cus-edit.el (custom-invalid-face, custom-modified-face)
64 (custom-set-face, custom-changed-face, custom-variable-tag-face)
65 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
66 * comint.el (comint-highlight-prompt): Likewise.
67
68 2005-04-08 Lute Kamstra <lute@gnu.org>
69
70 * font-lock.el (font-lock-keywords): Docstring fixes.
71
72 2005-04-08 Kenichi Handa <handa@m17n.org>
73
74 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
75 chars are more than a limit, print " and more..." at the tail.
76
77 2005-04-08 Kim F. Storm <storm@cua.dk>
78
79 * emacs-lisp/authors.el (authors-aliases): Update list.
80 (authors-ignored-files): New list.
81 (authors-fixed-entries): Fix typo.
82 (authors-renamed-files-alist): Update list.
83 (authors-add): Check authors-ignored-files.
84
85 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
86
87 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
88 optional, to ensure backward compatibility.
89
90 2005-04-08 Stephen Eglen <stephen@gnu.org>
91
92 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
93
94 2005-04-08 Kim F. Storm <storm@cua.dk>
95
96 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
97 mouse-face.
98
99 * mouse.el (mouse-on-link-p): Doc fix.
100
101 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
102
103 * ielm.el (ielm-prompt-read-only): Doc fix.
104
105 * comint.el (comint-prompt-read-only): Doc fix.
106
107 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
108
109 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
110 ensure dired always handles wildcards passed to ffap.
111 (find-file-at-point): Use it.
112 (ffap-dired-wildcards): Doc fix.
113
114 2005-04-07 Juri Linkov <juri@jurta.org>
115
116 * simple.el (next-error-overlay-arrow-position): New defvar.
117 Put "=>" on its property `overlay-arrow-string'. Add it to
118 `overlay-arrow-variable-list'.
119
120 * progmodes/compile.el (compilation-setup):
121 Set `next-error-overlay-arrow-position' to nil. Also set it to
122 nil in the local hook `kill-buffer-hook'. Make local variable
123 `overlay-arrow-string' and set it to "=>".
124 (compilation-goto-locus): Set BOL position to
125 `next-error-overlay-arrow-position' instead of
126 `overlay-arrow-position'.
127
128 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
129 locally instead of adding it to the global hook.
130 (Info-kill-buffer): Move up.
131
132 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
133
134 * term/xterm.el (xterm-standard-colors): Update color values from
135 xterm-200.
136
137 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
140
141 * fast-lock.el:
142 * lazy-lock.el: Move them to the obsolete subdir.
143
144 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
145
146 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
147 (wdired-add-replace-advice): Remove.
148 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
149
150 2005-04-06 Kim F. Storm <storm@cua.dk>
151
152 * startup.el (command-line): Add --bare-bones alias for -Q.
153
154 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
155
156 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
157 create the startup fontset if a font specification ends with
158 `mac-roman'.
159
160 2005-04-06 Lute Kamstra <lute@gnu.org>
161
162 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
163 change.
164
165 * emacs-lisp/copyright.el (copyright-update-year): Replace the
166 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
167
168 2005-04-05 Lute Kamstra <lute@gnu.org>
169
170 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
171 (define-generic-mode): Ditto. Fix debug declaration.
172
173 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
174 Put them in the generic-x group.
175
176 * calendar/timeclock.el (timeclock): Doc fix.
177
178 * generic.el (define-generic-mode): Don't use custom-current-group.
179 Document default :group value.
180 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
181 (define-global-minor-mode): Don't use custom-current-group.
182
183 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
184
185 * startup.el (command-line-1): Display startup-echo-area-message
186 when fancy splash screen is in use.
187
188 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
189 (sh-escaped-newline): New face.
190 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
191 newline, and use sh-escaped-newline face.
192
193 * progmodes/tcl.el (tcl-escaped-newline): New face.
194 (tcl-builtin-list): New variable.
195 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
196 newlines. Fix keywords subexpression number.
197
198 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
199
200 * textmodes/org.el (org-diary-default-entry): Fix call to
201 `add-to-diary-entry'.
202
203 2005-04-05 Kim F. Storm <storm@cua.dk>
204
205 * ediff-init.el: Use (featurep 'xemacs).
206
207 2005-04-05 David Ponce <david@dponce.com>
208
209 * cus-edit.el (face): Derive from symbol widget. Display sample
210 of the current face on the fly.
211 (widget-face-sample-face-get, widget-face-notify): New functions.
212 (widget-face-value-create): Remove.
213
214 * wid-edit.el (widget-field-end): Temporarily remove field
215 narrowing before to call `get-char-property'.
216
217 2005-04-04 Jay Belanger <belanger@truman.edu>
218
219 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
220 (math-read-subscripts): New variable.
221 (math-read-preprocess-string): Process subscripts.
222
223 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
224
225 * comint.el (comint-prompt-read-only): Doc fix.
226
227 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
228 `-1'. Doc fix.
229
230 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
231
232 * textmodes/org.el (org-insert-mode-line-in-empty-file):
233 Change default value to nil.
234
235 2005-04-04 Lute Kamstra <lute@gnu.org>
236
237 * autorevert.el (auto-revert-mode): Specify :group.
238 * battery.el (display-battery-mode): Specify :group.
239 * diff-mode.el (diff-minor-mode): Specify :group.
240 * font-core.el (font-lock-mode): Specify :group.
241 * hl-line.el (hl-line-mode): Specify :group.
242 * iimage.el (iimage): New customization group.
243 (iimage-mode): Specify :group.
244 * longlines.el (longlines-mode): Specify :group.
245 * master.el: Don't require easy-mmode.
246 (master): New customization group.
247 (master-mode): Specify :group.
248 * msb.el (msb-mode): Specify :group.
249 * reveal.el (reveal-mode): Specify :group.
250 * simple.el (next-error-follow-minor-mode): Specify :group.
251 * smerge-mode.el (smerge-mode): Specify :group.
252 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
253 * emulation/cua-base.el (cua-mode): Specify :group.
254 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
255 * language/thai-util.el (thai-auto-composition-mode)
256 (thai-word-mode): Specify :group.
257 * mail/supercite.el (sc-minor-mode): Specify :group.
258 * progmodes/cwarn.el (cwarn-mode): Specify :group.
259 * progmodes/flymake.el (flymake-mode): Specify :group.
260 * progmodes/glasses.el (glasses-mode): Specify :group.
261 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
262 * textmodes/enriched.el (enriched-mode): Specify :group.
263 * textmodes/refill.el (refill-mode): Specify :group.
264
265 * add-log.el (change-log-font-lock-keywords): Names in
266 parenthesized lists can contain spaces.
267
268 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
269
270 * startup.el (fancy-splash-text): Shorten default text of
271 "Emacs Tutorial" line. Also, if the current language env
272 indicates an available tutorial file other than TUTORIAL,
273 extract its title and append it to the line in parentheses.
274 (fancy-splash-insert): If arg is a thunk, funcall it.
275
276 2005-04-04 Jay Belanger <belanger@truman.edu>
277
278 * calc.el (calc-language-alist): Add tags to customization type.
279
280 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
281
282 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
283 Doc fix.
284
285 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
286
287 * add-log.el (change-log-font-lock-keywords): The manual
288 describing a Change Log entry, says: (...) "Aside from these
289 header lines, every line in the change log starts with a space or
290 a tab.". The font-lock was not highlighting lines started with
291 spaces, added support for it.
292
293 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
294
295 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
296 (bibtex-generate-url-list): Update docstring accordingly. Put the
297 complex example in the docstring.
298 (bibtex-font-lock-url): Use pop.
299
300 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
303
304 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
305
306 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
307
308 * filesets.el (filesets-set-default): Doc fix.
309
310 2005-04-03 Lute Kamstra <lute@gnu.org>
311
312 * generic.el (define-generic-mode): Add argument to specify
313 keywords for defcustom.
314 (default-generic-mode): Specify :group.
315
316 * generic-x.el: Specify :group for all generic modes.
317
318 * desktop.el (desktop-no-desktop-file-hook)
319 (desktop-after-read-hook): Doc fix.
320
1 2005-04-02 Luc Teirlinck <teirllm@auburn.edu> 321 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
2 322
3 * simple.el (visible-mode): Use explicit :group keyword. 323 * simple.el (visible-mode): Use explicit :group keyword.
4 This changes the group of `visible-mode-hook' from paren-blinking 324 This changes the group of `visible-mode-hook' from paren-blinking
5 to editing-basics. 325 to editing-basics.
108 (fill-newline): Use fill-text-properties-at instead of 428 (fill-newline): Use fill-text-properties-at instead of
109 text-properties-at. 429 text-properties-at.
110 430
111 2005-03-31 Karl Berry <karl@freefriends.org> 431 2005-03-31 Karl Berry <karl@freefriends.org>
112 432
113 * textmodes/tex-mode.el (tex-compile): shell-quote-argument, 433 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
114 not comint-quote-filename. 434 not comint-quote-filename.
115 435
116 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) 436 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
117 437
118 * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument, 438 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
119 not comint-quote-filename. 439 not comint-quote-filename.
120 440
121 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org> 441 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
122 442
123 * help-fns.el (help-with-tutorial): Revert last change. 443 * help-fns.el (help-with-tutorial): Revert last change.
1524 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var. 1844 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
1525 (debug): Use it. Move the inhibit-trace earlier. 1845 (debug): Use it. Move the inhibit-trace earlier.
1526 (debug-entry-code): New const. 1846 (debug-entry-code): New const.
1527 (debug-on-entry-1): Use it. 1847 (debug-on-entry-1): Use it.
1528 1848
1529 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change) 1849 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
1530 1850
1531 * international/utf-16.el (ccl-encode-mule-utf-16le): 1851 * international/utf-16.el (ccl-encode-mule-utf-16le):
1532 Fix BUFFER_MAGNIFICATION to 2. 1852 Fix BUFFER_MAGNIFICATION to 2.
1533 (ccl-encode-mule-utf-16be): Likewise. 1853 (ccl-encode-mule-utf-16be): Likewise.
1534 1854
2686 * simple.el (just-one-space): Argument specifies number of spaces. 3006 * simple.el (just-one-space): Argument specifies number of spaces.
2687 3007
2688 * simple.el (eval-expression-print-format): Avoid warning 3008 * simple.el (eval-expression-print-format): Avoid warning
2689 about edebug-active. 3009 about edebug-active.
2690 3010
2691 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change) 3011 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
2692 3012
2693 * progmodes/sh-script.el: Code copied from make-mode.el 3013 * progmodes/sh-script.el: Code copied from make-mode.el
2694 with small changes, 3014 with small changes,
2695 (sh-mode-map): Bind C-c C-\. 3015 (sh-mode-map): Bind C-c C-\.
2696 (sh-backslash-column, sh-backslash-align): New variables. 3016 (sh-backslash-column, sh-backslash-align): New variables.
7403 * printing.el: Doc fix. Add a new tip about the use of gsprint instead 7723 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
7404 of ghostscript for monochrome PostScript file in Windows. 7724 of ghostscript for monochrome PostScript file in Windows.
7405 7725
7406 2004-09-21 Kenichi Handa <handa@m17n.org> 7726 2004-09-21 Kenichi Handa <handa@m17n.org>
7407 7727
7408 * descr-text.el (describe-char): Checking of quail activation 7728 * descr-text.el (describe-char): Checking of quail activation fixed.
7409 fixed.
7410 7729
7411 2004-09-21 Jay Belanger <belanger@truman.edu> 7730 2004-09-21 Jay Belanger <belanger@truman.edu>
7412 7731
7413 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes. 7732 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
7414 7733