(makeinfo-compile): Use `compilation-start'. Set `next-error-function'
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a24c45d2
RF
12005-08-27 Romain Francoise <romain@orebokech.com>
2
713fbb79
RF
3 * textmodes/makeinfo.el (makeinfo-compile): Use
4 `compilation-start'. Set `next-error-function' according to
5 `disable-errors'.
6 (makeinfo-next-error): New function.
7 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8 (makeinfo-buffer): Likewise.
9
a24c45d2
RF
10 * progmodes/compile.el (compilation-start): Add autoload cookie.
11
12 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13 * textmodes/sgml-mode.el: Likewise.
14 * progmodes/python.el: Likewise.
15
b0c9a334
EZ
162005-08-27 Eli Zaretskii <eliz@gnu.org>
17
0fb57cc0
EZ
18 * simple.el (blink-matching-paren-distance): Document the meaning
19 of nil value, and allow to customize to nil.
20
b0c9a334
EZ
21 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22 command.com, not command.exe.
23
35595517
JW
242005-08-26 John Wiegley <johnw@newartisans.com>
25
3bab4a46
JW
26 * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
27 code around a bit so that an extraneous nil argument is not added
28 to a command when no args are given.
29
35595517
JW
30 * eshell/esh-arg.el (eshell-parse-double-quote): If a
31 double-quoted argument resolves to nil, return it as an empty
32 string rather than as nil. This made it impossible to pass "" to
33 a shell script as a null string argument.
34
797d92ed
SM
352005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * outline.el (outline-invent-heading): New fun.
38 (outline-promote, outline-demote): Use it.
39 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
40 (outline-end-of-subtree): Remove unused var `opoint'.
41
8248b7ca
EZ
422005-08-26 David Reitter <david.reitter@gmail.com>
43
44 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
45 (ps-print-buffer-faces, ps-print-buffer, split-window):
46 Disable menu items when the frame they refer to is invisible, or when
47 they refer to a buffer and the minibuffer is selected.
8248b7ca 48
1f33471d
EZ
492005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
50
797d92ed
SM
51 * progmodes/flymake.el (flymake-highlight-err-lines):
52 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 53
d0943d40
EZ
542005-08-26 Eli Zaretskii <eliz@gnu.org>
55
56 * progmodes/octave-mod.el: Change Author and Maintainer address.
57 (octave-maintainer-address): Change Kurt's email address.
58 * progmodes/octave-inf.el: Change Author and Maintainer address.
59 * progmodes/octave-hlp.el: Change Author and Maintainer address.
60
7cb53373
KS
612005-08-26 Kim F. Storm <storm@cua.dk>
62
6fe57d11 63 * subr.el (version-list-<, version-list-<=, version-list-=):
7cb53373
KS
64 Renamed from integer-list-*.
65 (version-list-not-zero): Likewise. Fix while loop.
66 (version=): Use version-list-= instead of string-equal.
67
db47a36e
RS
682005-08-26 Richard M. Stallman <rms@gnu.org>
69
70 * outline.el (outline-promote): Try shortening the heading.
71 As last resort, read the heading to use.
72 (outline-demote): As last resort, read the heading to use.
73
27024d2f
RF
742005-08-26 Romain Francoise <romain@orebokech.com>
75
5b317d74
RF
76 * progmodes/compile.el (compilation-start): Doc fix.
77
b0f9d85b
RF
78 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
79 (antlr-font-lock-additional-keywords): Fix reference to
80 `antlr-font-lock-literal-regexp' erroneously changed during the
81 mass face rename.
82 (antlr-run-tool): Use `compilation-start'.
83
27024d2f
RF
84 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
85 instead of the obsolete `compile-internal'.
86
a6022f15
JB
872005-08-26 Juanma Barranquero <lekktu@gmail.com>
88
04ec3414
JB
89 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
90 (number, original-date):
91 * calendar/cal-china.el (date):
92 * calendar/cal-coptic.el (date):
93 * calendar/cal-french.el (date):
94 * calendar/cal-hebrew.el (date, entry, number, original-date):
95 * calendar/cal-islam.el (date, number, original-date):
96 * calendar/cal-iso.el (date):
97 * calendar/cal-julian.el (date):
98 * calendar/cal-mayan.el (date):
99 * calendar/cal-menu.el (date, event):
100 * calendar/cal-persia.el (date):
101 * calendar/lunar.el (date):
102 * calendar/solar.el (date): Add defvars.
103
623f1465
JB
104 * emerge.el:
105 * ibuffer.el:
106 * info-xref.el:
107 * obsolete/bg-mouse.el:
108 * obsolete/sun-curs.el:
109 * obsolete/swedish.el: Move the `defvar's to the top level.
110
a6022f15
JB
111 * smerge-mode.el (smerge-refined-change): Add :group.
112
41796d09
SM
1132005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
116 (smerge-keep-n): Remove props.
117 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
118 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
119 now that it's done in smerge-keep-n.
120 (smerge-refined-change): New face.
121 (smerge-refine-chopup-region, smerge-refine-highlight-change)
122 (smerge-refine): New funs.
123 (smerge-basic-map): Bind smerge-refine.
124
537fd670
JL
1252005-08-25 Juri Linkov <juri@jurta.org>
126
127 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
128 compilation-process-setup-function and compilation-disable-input
129 in grep-mode instead of let-bindings in grep.
130
131 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
132 Delete "Automatic File De/compression" (auto-compression-mode).
133
654078da
JB
1342005-08-25 Juanma Barranquero <lekktu@gmail.com>
135
136 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
137 Silence warning about non-existent variable.
138
c6a816df
RS
1392005-08-25 Richard M. Stallman <rms@gnu.org>
140
141 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
142 Rename "Describe Key" to "Describe Key or Mouse Operation".
143
144 * mail/mailalias.el (build-mail-aliases): Delete comments
145 from the contents before processing them.
146
147 * isearch.el (isearch-edit-string): Erase the Search prompt
148 if user enters an empty string and there is no default.
149
150 * comint.el (comint-file-name-prefix): Add autoload.
151
1522005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
153
154 * subr.el (play-sound): Rearrange to avoid warning.
155
822fcf5b
CD
1562005-08-25 Carsten Dominik <dominik@science.uva.nl>
157
158 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
159 New hook.
160 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
161
e9454757
VJL
1622005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
163
164 * subr.el (version-separator, version-regexp-alist): New vars used by
165 version comparison funs.
166 (integer-list-<, integer-list-=, integer-list-<=)
167 (integer-list-not-zero): New funs for integer list comparison.
168 (version-to-list, version=, version<, version<=): New funs for version
169 comparison.
170
bbf40036
JB
1712005-08-24 Juanma Barranquero <lekktu@gmail.com>
172
4add8580
JB
173 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
174 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
175 time to silence the byte-compiler.
176
bbf40036
JB
177 * ibuffer.el (ibuffer-compile-make-eliding-form)
178 (ibuffer-check-formats): Use `with-no-warnings' to hide references
179 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
180 so it's silly to get warnings for it).
181 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
182 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
183 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
184 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
185 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
186 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
187 Defvar at compile time.
188 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
189 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
190 Declare them before use.
191
4add8580
JB
192 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
193 (info-xref-good, info-xref-bad): Defvar at compile time.
194
195 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
196 Use `let*' instead of `let'.
197
198 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
199 (*mouse-y*, menu, char): Defvar at compile time.
200 (sc::menu): Declare it before use.
201 (sc::pack-one-line): Use `let', not `let*'.
202
203 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
204 (mail-send-hook): Defvar at compile time.
205
206 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
207 Defvar at compile time.
208
209 * term/sun-mouse.el (current-global-mousemap)
210 (current-local-mousemap): Declare them before use.
bbf40036 211
6cd70a8c
CD
2122005-08-24 Carsten Dominik <dominik@science.uva.nl>
213
214 * bookmark.el (bookmark-after-jump-hook): New hook.
215 (bookmark-jump): Run `bookmark-after-jump-hook'.
216
9ed779e8
JL
2172005-08-23 Juri Linkov <juri@jurta.org>
218
219 * faces.el (minibuffer-prompt): Doc fix.
220
f28d4b0f
JB
2212005-08-23 Juanma Barranquero <lekktu@gmail.com>
222
223 * progmodes/xscheme.el: Trivial changes to silence warnings.
224 (xscheme-previous-mode, xscheme-previous-process-state):
225 Add defvars.
226 (xscheme-last-input-end, xscheme-process-command-line)
227 (xscheme-process-name, xscheme-buffer-name)
228 (xscheme-expressions-ring-max, xscheme-expressions-ring)
229 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
230 (xscheme-control-g-synchronization-p)
231 (xscheme-control-g-disabled-p, xscheme-string-receiver)
232 (default-xscheme-runlight, xscheme-runlight)
233 (xscheme-runlight-string, xscheme-process-filter-state)
234 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
235 Move to beginning of file.
236 (scheme-interaction-mode-commands-alist)
237 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
238 them before use. Note: the initialization code for the variables
239 has not been moved because it uses functions that reference the
240 variables.
241 (xscheme-control-g-message-string, xscheme-process-filter-alist)
242 (xscheme-prompt-for-expression-map): Declare them before use.
243 (scheme-debugger-mode-commands): "?\ " -> "?\s".
244
2452005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20
MY
246
247 * hexl.el (hexl-print-current-point-info): Fix simple spelling
248 error.
249
bac3a1c9
JL
2502005-08-22 Juri Linkov <juri@jurta.org>
251
252 * faces.el (set-face-underline): Delete this duplicate function
253 and make an obsolete alias to set-face-underline-p.
254 (set-face-underline-p): Use docstring of set-face-underline.
255 (describe-face): Create hyperlink to parent face.
256
257 * info.el (Info-insert-dir): Use save-excursion around
258 insert-buffer-substring.
259 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
260 (Info-escape-percent): Delete function.
261 (Info-fontify-node): Replace Info-escape-percent by
262 replace-regexp-in-string with REP arg set to lambda that
263 duplicates `%' and preserves text properties.
264
265 * progmodes/compile.el (compilation-disable-input): Doc fix.
266 (define-compilation-mode): Doc fix and refill.
267 (kill-compilation): Use `mode-name' in the error message.
268 (compilation-find-file): Use `compilation-error' in the
269 read-file-name's prompt.
270
48d59eda
SM
2712005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
274 (smerge-auto-leave): Make undo re-enable the mode.
275 (debug-ignored-errors): Add the user-error of impossible resolution.
276 (smerge-resolve): Move things around a bit, in preparation for later.
277 (smerge-diff): Don't fail if the buffer has no associated file.
278 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
279 (smerge-conflict-overlay): New function.
280 (smerge-match-conflict): Don't add text properties here.
281 (smerge-find-conflict): Instead, add an overlay here.
282 Also check for the case where we're inside a conflict already, so as to
283 obviate the need for font-lock-multiline, which is unbearably slow with
284 large conflicts and ciomplex font-lock patterns.
285 (smerge-remove-props): Remove overlay rather than text-properties.
286 (smerge-mode): Don't set font-lock-multiline.
287 Remove overlays when turned off.
288
0f467468
KS
2892005-08-21 Kim F. Storm <storm@cua.dk>
290
291 * ido.el (ido-ignore-item-p): Use save-match-data.
292 Bind case-fold-search to ido-case-fold locally.
293
6e86be0b
RS
2942005-08-20 Richard M. Stallman <rms@gnu.org>
295
296 * files.el (normal-mode): If font lock is on, turn it off and on.
297
298 * subr.el (replace-regexp-in-string): Doc fix.
299
300 * startup.el (command-line-1): Don't suppress startup screen
301 due to existing processes.
302
303 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
304
305 * progmodes/compile.el (compilation-disable-input): Default to nil.
306
217b694f
EZ
3072005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
308
309 * progmodes/compile.el (compilation-disable-input): New defcustom.
310 (compilation-start): If compilation-disable-input is non-nil, send
311 EOF to the compilation process.
312
966e4990
EZ
3132005-08-20 Eli Zaretskii <eliz@gnu.org>
314
315 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
316 Run the argument of tex-shell-cd-command through
317 convert-standard-filename, to get the correct style of slashes on
318 Windows, and enclose the result in quotes, in case the file name
319 includes whitespace or other special characters.
320
6a7df22f
AS
3212005-08-19 Andreas Schwab <schwab@suse.de>
322
323 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
324 process.
325
eaa12728
LT
3262005-08-18 Luc Teirlinck <teirllm@auburn.edu>
327
328 * cus-start.el (minibuffer-prompt-properties): Correct typo.
329
8573477e
KS
3302005-08-18 Kim F. Storm <storm@cua.dk>
331
332 * scroll-lock.el: Fix errors due to incorrect line wrapping.
333
94396ace
RS
3342005-08-18 Richard M. Stallman <rms@gnu.org>
335
336 * scroll-lock.el: New file.
337
dd52fff6
TTN
3382005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
339
340 * dired.el (dired-move-to-end-of-filename):
341 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
342
60955068
KS
3432005-08-18 Kim F. Storm <storm@cua.dk>
344
345 * ido.el (ido-everywhere): Fix defcustom :set function to disable
346 rather than toggle mode when custom value is nil.
347 (ido-everywhere): Fix defun doc string.
348
255a2507
RS
3492005-08-17 Richard M. Stallman <rms@gnu.org>
350
351 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
352 as tag instead of "Inviolable".
353
99cb6791
KS
3542005-08-17 Kim F. Storm <storm@cua.dk>
355
0eefa6fb
KS
356 * windmove.el (windmove-coordinates-of-position): Remove.
357 (windmove-coordinates-of-window-position): Remove.
358 (windmove-reference-loc): Use posn-at-point instead.
359
4ec9e784
KS
360 * subr.el (insert-for-yank-1): Doc fix.
361
99cb6791
KS
362 * ido.el (ido-enter-matching-directory): Rename from
363 ido-enter-single-matching-directory. Change 'slash choice to
364 'only. Add 'first choice.
365 (ido-exhibit): Adapt to above changes.
366
1ee1d0ee
LT
3672005-08-16 Luc Teirlinck <teirllm@auburn.edu>
368
369 * Makefile.in: Expand comment about building loaddefs.el.
370
58d75444
NR
3712005-08-16 Nick Roberts <nickrob@snap.net.nz>
372
1ee1d0ee 373 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
374 Comment use of defadvice.
375
376 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
377
ed8e0f0a
DN
3782005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
379
58d75444
NR
380 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
381 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
382 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
383 * progmodes/idlw-shell.el, progmodes/ld-script.el,
384 * progmodes/which-func.el, ruler-mode.el, strokes.el,
385 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
386 for backward compatibility for faces that did not appear in the
387 previous Emacs release.
e95e5f81 388
8573477e 389 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 390
4ccda9c3
KS
3912005-08-15 Kim F. Storm <storm@cua.dk>
392
393 * emulation/cua-base.el (cua-delete-region): Return t if
394 deleted region was non-empty.
395 (cua-replace-region): Inhibit overwrite-mode for
396 self-insert-command if replaced region was non-empty.
397 (cua--explicit-region-start, cua--status-string): Make them
398 buffer-local at top-level...
399 (cua-mode): ...rather than when mode is enabled.
400
9e5538bc
TTN
4012005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
402
403 * progmodes/vhdl-mode.el (vhdl-emacs-21):
404 Set t for Emacs 21, 22, and so on.
405
86ae23f8
DP
4062005-08-15 David Ponce <david@dponce.com>
407
408 * tree-widget.el Update Commentary header.
409 (tree-widget-theme): Doc fix.
410 (tree-widget-space-width): New option.
411 (tree-widget-image-properties): Look up in the default theme too.
412 (tree-widget--cursors): Only for images with arrow pointer shape.
413 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 414 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
415 `tree-widget-control'.
416 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
417 derive from `tree-widget-icon'.
418 (tree-widget-handle): Improve default look and feel of the text
419 representation.
420 (tree-widget): Rename :*-control properties to :*-icon properties.
421 Add :action and :help-echo properties.
422 (tree-widget-after-toggle-functions): Move.
423 (tree-widget-close-node, tree-widget-open-node): Remove.
424 (tree-widget-before-create-icon-functions): New hook.
425 (tree-widget-value-create): Update to allow customization of icons
426 and nodes at run-time via that new hook.
427 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
428 (tree-widget-icon-action, tree-widget-icon-help-echo)
429 (tree-widget-action, tree-widget-help-echo): New functions.
430
0781c303
KS
4312005-08-15 Kim F. Storm <storm@cua.dk>
432
433 * ido.el (ido-buffer-internal): Use with-no-warnings.
434 (ido-make-merged-file-list): Use while-no-input.
435
255a2507
RS
4362005-08-15 Richard M. Stallman <rms@gnu.org>
437
48d59eda
SM
438 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
439 (flyspell-large-region): Fix doc and custom type.
255a2507 440
eda12ca3
RS
4412005-08-14 Richard M. Stallman <rms@gnu.org>
442
0bf14bfd
RS
443 * files.el (interpreter-mode-alist): Doc fix.
444
445 * mail/rmail.el (rmail-nonignored-headers): New variable.
446 (rmail-clear-headers): Use it.
447 (rmail-reply): Better handling of mail-followup-to header.
448
48d59eda
SM
449 * progmodes/sh-script.el (sh-font-lock-keywords-var):
450 Rename variable from sh-font-lock-keywords. In the `shell' entry,
451 don't try to refer to executable-font-lock-keywords.
452 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
453 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 454 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
455 (sh-mode): Set comment-start-skip, local-abbrev-table,
456 imenu-case-fold-search.
0bf14bfd
RS
457 (sh-set-shell): Don't set them here.
458 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
459 Don't cache the results in the original alist; don't ever modify
460 that alist.
0bf14bfd
RS
461
462 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
463
ca19f3f1
AS
464 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
465 empty.
eda12ca3 466
9e7357b0
AS
4672005-08-15 Andreas Schwab <schwab@suse.de>
468
48d59eda 469 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 470
9e7357b0
AS
471 * dired.el, info.el, mail/rmail.el: Revert last change.
472
91859276
TTN
4732005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
474
475 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
476 modification in `eval-after-load' form.
7806e573 477 * info.el: Likewise.
8fbee87c 478 * mail/rmail.el: Likewise.
91859276 479
ec08e2f4
JL
4802005-08-14 Juri Linkov <juri@jurta.org>
481
482 * progmodes/compile.el (compilation-mode-font-lock-keywords):
483 Remove highlighting of "Compilation started". Highlight only
484 the word "finished" in "Compilation finished". Add highlighting
485 of "interrupt", "killed", "terminated" and the exit code.
486 (compilation-start): Add newline after header. Use exactly the
487 same time stamp format as the finishing message.
488 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
489
490 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
491 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
492 Add highlighting of "interrupt", "killed", "terminated".
493
494 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
495 enabled and the current command is self-insert-command, call it
496 explicitly with overwrite-mode bound to nil, to not allow it
497 to delete the character after the selected region.
498
c9ed8176
EZ
4992005-08-12 Matt Hodges <MPHodges@member.fsf.org>
500
501 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
502 move-end-of-line, end-of-line, and beginning-of-line to the list
503 of commands after which the echo area is updated.
504
5cabd50e
EZ
5052005-08-12 Eli Zaretskii <eliz@gnu.org>
506
48d59eda
SM
507 * cus-edit.el (custom-save-all, custom-save-delete):
508 Bind recentf-exclude to exclude custom-file.
5cabd50e 509
a67e5425
EZ
5102005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
511
234d828a
EZ
512 * mail/rmailsum.el (rmail-summary-end-of-message): New command
513 to go to the bottom of the mail message. Added to
514 `rmail-summary-mode-map' with key "/".
515 (rmail-summary-show-message): New (internal) function for use by
516 both `rmail-summary-beginning/end-of-message'.
48d59eda 517 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
518 rmail-summary-show-message.
519
520 * mail/rmail.el (rmail-end-of-message): New command to go to the
521 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 522 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
523 (rmail-mode): Change documentation.
524
a67e5425
EZ
525 * progmodes/compile.el (compilation-start): Add the line
526 "Compilation started" with compilation start time.
48d59eda 527 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 528
e40b86bb
LT
5292005-08-11 Luc Teirlinck <teirllm@auburn.edu>
530
531 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
532 of menu items.
533
bda2c1ff
LK
5342005-08-11 Richard M. Stallman <rms@gnu.org>
535
6e2d14c8
RS
536 * simple.el (pop-global-mark): Reverse test of widen-automatically.
537
bda2c1ff
LK
538 * battery.el (battery-status-function): Don't use ignore-errors.
539
5402005-08-11 Lute Kamstra <lute@gnu.org>
541
542 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
543 define-obsolete-variable-alias.
544
aa6f7b96
SM
5452005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
548 (ange-ftp-send-cmd): Revert last change, and expand
549 the comment explaining the problem.
550
928aa821
LT
5512005-08-10 Luc Teirlinck <teirllm@auburn.edu>
552
553 * ldefs-boot.el: Update.
554
555 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
556 item to "Time, Load and Mail". Change help echo text.
557
558 * time.el (display-time-use-mail-icon, display-time-format)
559 (display-time-string-forms): Shorten first line of docstrings.
560
e6de37c5 5612005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
562
563 * desktop.el (desktop-buffer-mode-handlers):
564 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 565 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
566 (desktop-load-file): New function.
567 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
568 (desktop-create-buffer): Call minor mode handlers.
569 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
570 checking for a handler.
571 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 572 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 573 desktop file before rewriting it.
48d59eda 574 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
575 automatically buffer-local. Add variables column-number-mode,
576 size-indication-mode, indent-tabs-mode,
577 indicate-buffer-boundaries, indicate-empty-lines and
578 show-trailing-whitespace.
579 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
580 regexps. Don't use desktop-clear-preserve-buffers-regexp.
581 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 582 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
583 (desktop-save-buffer): Fix doc string.
584
585 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
586 (hilit-chg-desktop-restore): New function.
587 (highlight-changes-mode): Add highlight-changes-mode to
588 desktop-locals-to-save.
589
590 * dired.el: Add handler to desktop-buffer-mode-handlers.
591 (dired-restore-desktop-buffer): Remove autoload cookie.
592 (dired-mode): Add autoload cookie.
593
594 * info.el: Add handler to desktop-buffer-mode-handlers.
595 (Info-restore-desktop-buffer): Remove autoload cookie.
596 (Info-mode): Add autoload cookie.
597
598 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
599 (mh-restore-desktop-buffer): Remove autoload cookie.
600 (mh-folder-mode): Add autoload cookie.
601
602 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
603 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 604
2d77d354
MY
6052005-08-11 Masatake YAMATO <jet@gyve.org>
606
1ea286a7
LT
607 * hexl.el (hexl-address-region):
608 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
609 (hexl-highlight-line-range): Use the term "region"
610 instead of "area" for consistency with the other symbols
611 defined in hexl.el.
612
682591cf
LT
6132005-08-09 Luc Teirlinck <teirllm@auburn.edu>
614
615 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
616 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
617 out by Juri Linkov). Add `display-battery-mode'.
618
5ebbfd96
JL
6192005-08-09 Juri Linkov <juri@jurta.org>
620
621 * progmodes/compile.el (compilation-mode-font-lock-keywords):
622 Remove `-text' from face variable names.
623 (compilation-error-file-name, compilation-warning-file-name)
624 (compilation-info-file-name): Delete faces.
625 (compilation-line-number, compilation-column-number):
626 Remove face underlining.
627 (compilation-message-face): Set to `underline' value by default.
628 (compilation-error-face, compilation-warning-face)
629 (compilation-info-face): Remove `-file-name' from face names.
630 (compilation-error-text-face, compilation-warning-text-face)
631 (compilation-info-text-face): Delete face variables.
632 (compilation-text-face): Delete function.
633
48d59eda 634 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
635 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
636 (grep-error-face): Set to `compilation-error' instead of
637 `compilation-error-face' (which is redefined to `grep-hit-face' in
638 grep buffers).
ca19f3f1 639 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 640 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
641
642 * dired-aux.el (dired-do-query-replace-regexp):
643 Use `query-replace-read-args'.
644
645 * replace.el (query-replace-read-from, query-replace-read-to)
646 (query-replace-read-args): Rename arg `string' to `prompt'.
647
648 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
649
8012c835
MA
6502005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
651
652 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
653 uploading files.
654 (ange-ftp-canonize-filename): Handle file names beginning with ~
655 correctly.
656
8ad8316c
JB
6572005-08-09 Juanma Barranquero <lekktu@gmail.com>
658
659 * textmodes/fill.el (canonically-space-region)
660 (fill-context-prefix, fill-french-nobreak-p)
661 (fill-delete-newlines, fill-comment-paragraph)
662 (justify-current-line): "?\ " -> "?\s".
663
6642005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
665
666 * textmodes/fill.el (fill-nonuniform-paragraphs):
667 Improve argument/docstring consistency.
668
e8f30180
RS
6692005-08-09 Richard M. Stallman <rms@gnu.org>
670
e7cdb3e0
RS
671 * textmodes/ispell.el (ispell-word): More fboundp checks.
672
e8f30180
RS
673 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
674 (find-file-noselect-1): Call it here, only if RAWFILE.
675 (normal-mode): Always set some major mode.
676 (save-some-buffers-action-alist): Change some explanation strings.
677 (file-name-non-special): In the `quote' method, use unwind-protect.
678
6792005-08-09 Magnus Henoch <mange@freemail.hu>
680
e7cdb3e0 681 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 682 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
683 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
684 (ispell-get-aspell-config-value): New function.
685 (ispell-aspell-find-dictionary): New function.
686 (ispell-aspell-add-aliases): New function.
687 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
688 appropriate. Don't look for ispell dictionaries if we use aspell.
689 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 690
61298e17
RS
6912005-08-09 Richard M. Stallman <rms@gnu.org>
692
693 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
694 (sql-read-passwd): Use read-passwd.
695
696 * progmodes/idlw-toolbar.el (idlwave-toolbar)
697 (idlwave-toolbar-is-possible): Add defvars.
698
699 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
700 Avoid warnings.
701
702 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
703 (idlwave-system-class-info, idlwave-executive-commands-alist):
704 Use defvar.
705
706 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
707
708 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
709 Avoid warnings.
710
711 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
712 and content-type: headers.
713
714 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
715
716 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
717 and rename some of them to be more self-explanatory.
718
719 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
720
721 * startup.el (command-line-1): Implement -scriptload.
722
723 * replace.el (occur-engine): Initial *Occur* output not undoable.
724
725 * menu-bar.el (menu-bar-file-menu): Rename some menu items
726 and improve help strings.
727
728 * isearch.el (isearch-repeat): When changing direction,
729 mark search successful.
730
731 * ediff-init.el: Use (featurep 'xemacs).
732
733 * comint.el (send-invisible): Identify buffer, if not selected.
734
735 * align.el: Delete autoload for c-guess-basic-syntax.
736
a165d05e
JB
7372005-08-09 Juanma Barranquero <lekktu@gmail.com>
738
739 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
740 Improve argument/docstring consistency. Doc fixes.
741 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
742 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
743 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
744 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
745 (r2bv-organization, r2bv-pages, r2bv-primary-author)
746 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
747 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
748 Defvar at compile time.
749
196a121b
JL
7502005-08-09 Juri Linkov <juri@jurta.org>
751
ec08e2f4 752 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
753 (info-title-1, info-title-2, info-title-3, info-title-4)
754 (info-menu-header): Move up face definitions.
755 (info-menu-star): Rename from `info-menu-5'.
756 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
757 (Info-fontify-visited-nodes): Fix docstring.
758 (Info-hide-note-references): Fix docstring.
759 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
760 menu items in the same way as on cross-references.
761 (info-apropos): Fix sorting order and formatting to be like in the
762 stand-alone Info browser. Display error messages for 1 sec.
763 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
764 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
765 from the menu bar.
766 (Info-insert-dir): Restore point after calling
767 `insert-buffer-substring'.
768
48b194fd
RS
7692005-08-08 Richard M. Stallman <rms@gnu.org>
770
771 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
772 (recompute-lucid-menubar): Add defvars.
773
774 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
775
776 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
777
aa6f7b96 778 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
779
780 * play/gametree.el (gametree-mode): Use make-local-variable,
781 not make-variable-buffer-local.
782
783 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
784
785 * ansi-color.el (ansi-color-make-extent)
786 (ansi-color-set-extent-face): Use fboundp, not functionp.
787
788 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
789 not make-variable-buffer-local.
790
791 * bookmark.el (Info-current-file): Add defvar.
792 (bookmark-jump-noselect): Use with-no-warnings.
793
794 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
795
796 * ebuff-menu.el (Helper-return-blurb): Add defvar.
797
798 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
799
800 * find-file.el (ada-procedure-start-regexp)
801 (ada-package-start-regexp): Add defvars.
802
803 * info.el (Info-insert-dir): Use insert-buffer-substring.
804
805 * xml.el (xml-att-def-re): Add defvar.
806
807 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
808 calling convention.
809
810 * subr.el (while-no-input): Return t if there is input.
811
98605c6f
LT
8122005-08-08 Luc Teirlinck <teirllm@auburn.edu>
813
814 * cus-start.el (all): Add `overflow-newline-into-fringe'.
815
0c737c20
JB
8162005-08-08 Juanma Barranquero <lekktu@gmail.com>
817
818 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
819 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
820
8212005-08-08 Emilio C. Lopes <eclig@gmx.net>
822
823 * cmuscheme.el (scheme-start-file): Replace reference to
824 `user-emacs-directory' by "~/.emacs.d/".
825
b499789c
TTN
8262005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
827
828 * info.el (Info-dir-remove-duplicates): Avoid case folding
829 in loop; instead, keep downcased strings for comparison.
830 Suggested by Helmut Eller.
831
d2a2c17f
MA
8322005-08-07 Michael Albinus <michael.albinus@gmx.de>
833
834 Sync with Tramp 2.0.50.
835
836 * tramp.el: Remove defvar of `last-coding-system-used' in the
837 XEmacs case; not necessary anymore.
838 (tramp-user-regexp): Allow "@" as part of user name.
839 (tramp-handle-set-visited-file-modtime)
840 (tramp-handle-insert-file-contents)
841 (tramp-handle-write-region): No special handling for
842 `last-coding-system-used, because this is done in
843 `tramp-accept-process-output' now.
844 (tramp-accept-process-output): New defun.
845 (tramp-process-one-action, tramp-process-one-multi-action)
846 (tramp-wait-for-regexp, tramp-wait-for-output)
847 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
848 Howells <dhowells@redhat.com>.
849 (clear-visited-file-modtime): Defadvice removed. The check for
850 unset buffer's modtime does not need to be based on
851 `tramp-buffer-file-attributes'. Suggested by RMS.
852 (tramp-message): Insert "\n" if not being at beginning of line.
853 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
854 sequence with same logic.
855 (tramp-completion-handle-expand-file-name): Discard call of
856 `tramp-drop-volume-letter'. It is not necessary, and there have
857 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 858 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
859 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
860 should always be visible.
861 (tramp-handle-insert-directory, tramp-setup-complete)
862 (tramp-set-process-query-on-exit-flag)
863 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
864 (tramp-bug): Delete non-existing variables from list.
865 Apply `tramp-load-report-modules' as pre-hook.
866 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
867 `shell-prompt-pattern' because of non-7bit characters.
868 Reported by Sebastian Luque <sluque@mun.ca>.
869 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 870 (tramp-match-string-list): Remove function.
aa6f7b96
SM
871 (tramp-wait-for-regexp): Remove call of that function.
872 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
873 (tramp-set-auto-save-file-modes): Use octal integer code #o600
874 instead of octal character code ?\600. The latter resulted in a
875 syntax error with XEmacs.
876
877 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
878 XEmacs case; not necessary anymore.
879 (tramp-smb-handle-write-region): No special handling for
880 `last-coding-system-used, because this is done in
881 `tramp-accept-process-output' now.
882 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
883
07a15941
LT
8842005-08-06 Luc Teirlinck <teirllm@auburn.edu>
885
48d59eda
SM
886 * wid-edit.el (widget-choice-value-create):
887 Unconditionally respect user choice. Set :explicit-choice back to nil
888 when no longer needed.
ff2b1744
LT
889 (widget-choice-action): Unconditionally respect user choice.
890 Eliminate :explicit-choice-value.
891
07a15941
LT
892 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
893
894 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
895 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
896 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
897 running new function `toggle-indicate-empty-lines'.
898 Rename "Customize" item to "Customize fringe".
899 Rename "Indicators" item to "Buffer boundaries" and change help echo.
900 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
901 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
902 Delete "Empty lines only" item.
903 (menu-bar-showhide-fringe-ind-customize): New function.
904 (menu-bar-showhide-fringe-ind-mixed)
905 (menu-bar-showhide-fringe-ind-box)
906 (menu-bar-showhide-fringe-ind-right)
907 (menu-bar-showhide-fringe-ind-left)
908 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
909 instead of `fringe-indicators'.
910
44766d63 9112005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
912
913 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 914 Change the date of last update.
cb5ccc08 915
38685583 9162005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
917
918 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
919 (viper-exec-yank, viper-put-back): Don't display modification msg
920 if in the minibuffer.
921
922 * viper-init.el (viper-replace-overlay-cursor-color)
923 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
924 Make variables frame local.
925
926 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 927 nconc.
cb5ccc08
JB
928
929 * viper.el (viper-vi-state-mode-list)
930 (viper-emacs-state-mode-list): Move help-mode and
931 completion-list-mode from the first list to the second.
932 (viper-mode): Docstring.
933 (viper-go-away, viper-non-hook-settings): Don't localize
934 minor-mode-alist in newer Emacsen. Add advice to
935 set-cursor-color. Don't bind "\C-c\\".
936
cb8fc40a
EZ
9372005-08-06 Emilio C. Lopes <eclig@gmx.net>
938
939 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
940 (scheme-macro-expand-command): New user options.
941 (scheme-trace-procedure, scheme-expand-current-form): New commands.
942 (scheme-form-at-point, scheme-start-file)
943 (scheme-interactively-start-process): New functions.
944 (scheme-get-process): New function, extracted from `scheme-proc'.
945 (run-scheme): Call `scheme-start-file' to get start file, and pass
946 it to `make-comint'.
aa6f7b96
SM
947 (switch-to-scheme, scheme-proc):
948 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
949 is available.
950
ba65be24
JL
9512005-08-06 Juri Linkov <juri@jurta.org>
952
953 * progmodes/compile.el (compilation-mode-font-lock-keywords):
954 Use `compilation-text-face', `compilation-info-text-face' and
955 `compilation-error-text-face' instead of `font-lock-keyword-face'.
956 (compilation-error): New face.
957 (compilation-error-file-name): Inherit from
958 `compilation-error' instead of `font-lock-warning-face'.
959 (compilation-warning-file-name): Inherit from
960 `compilation-warning' instead of `font-lock-warning-face'.
961 (compilation-info, compilation-error-file-name)
962 (compilation-warning-file-name, compilation-info-file-name)
963 (compilation-line-number, compilation-column-number): Doc fix.
964 (compilation-error-text-face, compilation-warning-text-face)
965 (compilation-info-text-face): New face variables.
966 (compilation-line-face, compilation-column-face)
967 (compilation-enter-directory-face)
968 (compilation-leave-directory-face): Doc fix.
969 (compilation-text-face): New function.
970
ca19f3f1
AS
971 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
972 instead of 1 to display binary file names as info file links.
ba65be24
JL
973 (grep-error-face): Use `compilation-error-face' instead of
974 `font-lock-keyword-face'.
975 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
976 and `compilation-warning-text-face' instead of
977 `font-lock-keyword-face'. Use `compilation-error-text-face'
978 instead of `grep-error-face'.
ba65be24 979
4f27bfc3
KH
9802005-08-05 Kenichi Handa <handa@m17n.org>
981
982 * international/code-pages.el: Add autoload cookies for all coding
983 systems.
984
eaf99616
LT
9852005-08-04 Luc Teirlinck <teirllm@auburn.edu>
986
987 * cus-start.el (all): Put undo.c where it alphabetically belongs.
988
35952129
JL
9892005-08-04 Juri Linkov <juri@jurta.org>
990
94c713b2
JL
991 * progmodes/compile.el (compilation-mode-map):
992 * progmodes/grep.el (grep-mode-map):
993 Bind TAB to `compilation-next-error' and [backtab] to
994 `compilation-previous-error'.
995
35952129
JL
996 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
997 matching line numbers, column numbers and their ranges with regexp
998 matching only line numbers.
999 (grep-context-face): New face variable.
1000 (grep-mode-font-lock-keywords): Use it.
1001
1002 * faces.el (read-face-name): Delete duplicate faces.
1003
6f08431c
JB
10042005-08-02 Juanma Barranquero <lekktu@gmail.com>
1005
6ced5724
JB
1006 * thumbs.el (thumbs-find-image): Don't make variables
1007 automatically buffer local.
1008 (thumbs-current-tmp-filename, thumbs-current-image-filename)
1009 (thumbs-image-num): Make automatically buffer local.
1010 (thumbs-show-thumbs-list): Use `make-local-variable', not
1011 `make-variable-buffer-local'.
aa6f7b96 1012 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 1013
6f08431c
JB
1014 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1015 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1016 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1017 (bother, bye, canyou, chatlst, continue, deathlst, describe)
1018 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1019 (feelings-about, foullst, found, hello, history, howareyoulst)
1020 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1021 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1022 (neglst, obj, object, owner, please, problems, qlist)
1023 (random-adjective, relation, remlst, repetitive-shortness)
1024 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1025 (shortlst, something, sportslst, stallmanlst, states, subj)
1026 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1027 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1028 Defvar at compile time.
1029
6ced5724
JB
1030 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1031 not `make-variable-buffer-local'.
1032
f8a9926b
KS
10332005-08-02 Kim F. Storm <storm@cua.dk>
1034
1035 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1036 rectangle overlay in selected window.
1037
121e80cf
LT
10382005-08-01 Luc Teirlinck <teirllm@auburn.edu>
1039
1040 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1041 instead of display group. Make `indicate-buffer-boundaries'
1042 customizable through Custom.
1043
1e5b5dc0
JB
10442005-08-01 Juanma Barranquero <lekktu@gmail.com>
1045
1046 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1047 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1048 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1049 (gdb-put-string): Fix typos in docstrings.
1050
e37a0f2d
NR
10512005-08-01 Nick Roberts <nickrob@snap.net.nz>
1052
201dc594 1053 Update copyright notices of files in progmodes directory for
aa6f7b96 1054 release of Emacs 22.1.
201dc594 1055
e37a0f2d
NR
1056 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1057
aa6f7b96
SM
1058 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1059 Don't barf if the GUD buffer has been killed.
e37a0f2d 1060
b68eddb4
KS
10612005-08-01 Kim F. Storm <storm@cua.dk>
1062
1063 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1064
01e4a4fa
SM
10652005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
1066
48d59eda
SM
1067 * simple.el (next-error-follow-minor-mode):
1068 make-variable-buffer-local -> make-local-variable.
1069
1070 * emacs-lisp/cl-extra.el: Require CL also when compiling.
1071
01e4a4fa
SM
1072 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1073 (byte-compile-form-make-variable-buffer-local): New functions to warn
1074 about misuses of make-variable-buffer-local where make-local-variable
1075 was meant.
1076
b89c5a72
JB
10772005-07-29 Juanma Barranquero <lekktu@gmail.com>
1078
f2e48473
JB
1079 * bs.el (bs-attributes-list): Doc fix.
1080 (bs): Update url-link.
1081
b89c5a72
JB
1082 * desktop.el (desktop-save-buffer): Fix typos in docstring.
1083 (desktop-load-default): Simplify.
1084
972b8f82
JB
1085 * ibuffer.el (ibuffer-columnize-and-insert-list)
1086 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1087 (ibuffer-unmark-all, ibuffer-toggle-marks)
1088 (ibuffer-unmark-forward, ibuffer-unmark-backward)
1089 (ibuffer-compile-make-format-form, ibuffer-format-column)
1090 (ibuffer-current-buffers-with-marks)
1091 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1092 (ibuffer): Doc fix.
1093 (ibuffer-mode): Fix typo in docstring.
1094 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1095 with `define-obsolete-variable-alias'.
1096 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
1097
dfc434d0
KH
10982005-07-29 Kenichi Handa <handa@m17n.org>
1099
01e4a4fa
SM
1100 * international/mule-cmds.el (select-message-coding-system):
1101 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
1102 return iso-8859-1-unix.
1103
92482d77
SM
11042005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1107 (ange-ftp-pending-error-line): New vars.
1108 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1109 to handle the non-fatal no-route-to-host messages.
1110 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1111
6480c508
JB
11122005-07-28 Juanma Barranquero <lekktu@gmail.com>
1113
1114 * isearch.el (isearch-mode-map, isearch-other-meta-char)
1115 (isearch-quote-char, isearch-printing-char)
1116 (isearch-text-char-description): "?\ " -> "?\s".
1117 (isearch-lazy-highlight-cleanup)
1118 (isearch-lazy-highlight-initial-delay)
1119 (isearch-lazy-highlight-interval)
1120 (isearch-lazy-highlight-max-at-a-time)
1121 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1122 Declare with define-obsolete-*-alias macros.
1123 (isearch-forward): Fix typo in docstring.
1124 (search-invisible, search-ring-yank-pointer)
1125 (regexp-search-ring-yank-pointer): Doc fixes.
1126
1127 * recentf.el (recentf-menu-append-commands-p): Declare with
1128 `define-obsolete-variable-alias'.
1129 (recentf-max-saved-items, recentf-menu-filter)
1130 (recentf-arrange-by-rule-subfilter): Doc fixes.
1131 (recentf-menu-append-commands-flag)
1132 (recentf-initialize-file-name-history, recentf-expand-file-name)
1133 (recentf-clear-data): Fix typos in docstrings.
1134
8aa9ad9f
NR
11352005-07-28 Nick Roberts <nickrob@snap.net.nz>
1136
1137 * progmodes/gdb-ui.el: Smarten comments.
1138 (gdb-info-breakpoints-custom): Use nowarn when finding file.
1139
4f0c9ba7
DN
11402005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * term/apollo.el (terminal-init-apollo): New function containing
1143 all former top level forms in the file.
1144 * term/bobcat.el (terminal-init-bobcat):
1145 * term/cygwin.el (terminal-init-cygwin):
1146 * term/iris-ansi.el (terminal-init-iris-ansi):
1147 * term/linux.el (terminal-init-linux):
1148 * term/news.el (terminal-init-news):
1149 * term/rxvt.el (terminal-init-rxvt):
1150 * term/sun.el (terminal-init-sun):
1151 * term/tvi970.el (terminal-init-tvi970):
1152 * term/vt100.el (terminal-init-vt100):
1153 * term/vt102.el (terminal-init-vt102):
1154 * term/vt125.el (terminal-init-vt125):
1155 * term/vt200.el (terminal-init-vt200):
1156 * term/vt201.el (terminal-init-vt201):
1157 * term/vt220.el (terminal-init-vt220):
1158 * term/vt240.el (terminal-init-vt240):
1159 * term/vt300.el (terminal-init-vt300):
1160 * term/vt320.el (terminal-init-vt320):
1161 * term/vt400.el (terminal-init-vt400):
1162 * term/vt420.el (terminal-init-vt420):
1163 * term/wyse50.el (terminal-init-wyse50):
1164 * term/xterm.el (terminal-init-xterm): Likewise.
1165
1166 * term/README: Describe the terminal-init-* functionality.
1167
01e4a4fa
SM
1168 * startup.el (command-line): After loading the terminal initialization
1169 file call the corresponding terminal initialization function.
4f0c9ba7 1170
3509543c
KH
11712005-07-27 Kenichi Handa <handa@m17n.org>
1172
1173 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1174 negative.
1175
01e4a4fa 1176 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
1177 (ps-mule-composition-prologue): Fix for the case that
1178 RelativeCompose is false.
3509543c 1179
cbfde7a0
SM
11802005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1181
a34ed813
SM
1182 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1183
cbfde7a0
SM
1184 * descr-text.el (describe-char): Handle the case where the list of
1185 chars is displayed in a separate frame.
1186 Be a bit more discriminating when looking for the char.
1187
d32ff76a
JB
11882005-07-26 Juanma Barranquero <lekktu@gmail.com>
1189
1190 * bookmark.el (bookmark-automatically-show-annotations)
1191 (bookmark-read-annotation-text-func): Doc fixes.
1192 (bookmark-save): Improve argument/docstring consistency.
1193 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1194 (bookmark-alist-from-buffer)
1195 (bookmark-upgrade-file-format-from-0)
1196 (bookmark-grok-file-format-version)
1197 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1198 (bookmark-read-annotation-mode)
1199 (bookmark-insert-current-bookmark, bookmark-jump)
1200 (bookmark-exit-hook): Fix typos in docstrings.
1201 (bookmark-exit-hooks): Define as obsolete alias.
1202 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1203 not `bookmark-exit-hooks'. Fix docstring.
1204 (bookmark-bmenu-select): "?\ " -> "?\s".
1205
12062005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
1207
1208 * startup.el (command-line): Fix typo.
1209
5eca5ecd
RS
12102005-07-24 Richard M. Stallman <rms@gnu.org>
1211
1212 * tooltip.el (tooltip-mode): Test emacs-basic-display,
1213 not emacs-quick-startup.
1214
ac0385c8
JB
12152005-07-24 Juanma Barranquero <lekktu@gmail.com>
1216
48ce962e
JB
1217 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1218 (reb-next-match, reb-show-subexp): Use `with-selected-window'
1219 instead of `reb-with-current-window'.
1220 (reb-prev-match): Likewise. Also, don't move left if the search
1221 was unsuccessful.
1222 (reb-initialize-buffer): New function.
1223 (re-builder, reb-change-syntax): Use it.
1224
ac0385c8
JB
1225 * man.el (Man-goto-page): Make second argument NOERROR optional.
1226
55fb4ff7
RS
12272005-07-23 Richard M. Stallman <rms@gnu.org>
1228
1229 * man.el (Man-bgproc-sentinel): Check here for failure to find
1230 any man page in the output, and report the error here.
1231 (Man-arguments): Make it permanent local.
1232 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
1233 (Man-mode): Pass t for NOERROR.
1234
ac0385c8
JB
1235 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1236 (grep-mode-font-lock-keywords):
55fb4ff7
RS
1237 Don't use compilation-...-face for messages that are not file names.
1238
1239 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1240 Don't use compilation-...-face for messages that are not file names.
1241
1050234a
JL
12422005-07-22 Juri Linkov <juri@jurta.org>
1243
1050234a
JL
1244 * startup.el (normal-splash-screen): Update menu name.
1245
1246 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1247
19292318
DN
12482005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1249
6a55dae2
DN
1250 * term/xterm.el: Load term/rxvt if the terminal is actually an
1251 rxvt terminal.
1252 (xterm-rxvt-set-background-mode): Remove, not used anymore.
1253
19292318
DN
1254 * term/rxvt.el (function-key-map): Use substitute-key-definition
1255 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1256
1257 * term/cygwin.el: New file.
1258
80362dd2
KS
12592005-07-22 Kim F. Storm <storm@cua.dk>
1260
a34ed813
SM
1261 * image-file.el (insert-image-file, image-file-yank-handler):
1262 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 1263
4be27839
EZ
12642005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1265
1266 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1267 of the file size (as in "177B" for 177 bytes). This happens with
1268 "ls -lh" on FreeBSD.
1269
3dd89635
JB
12702005-07-22 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * hilit-chg.el (highlight-changes-global-initial-state)
1273 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1274 (hilit-chg-fixup, highlight-changes-mode):
1275 Fix typos in docstrings.
1276 (highlight-changes-global-modes, highlight-changes-rotate-faces):
1277 Doc fixes.
1278
8a469c77
LT
12792005-07-21 Luc Teirlinck <teirllm@auburn.edu>
1280
1281 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1282 mode function using `eval-after-load'.
1283
5543c8b7
KS
12842005-07-21 Kim F. Storm <storm@cua.dk>
1285
1286 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1287 included when reporting an emacs crash, and tell about the DEBUG file.
1288
1289 * image-file.el (insert-image-file): Add yank-handler.
1290 (image-file-yank-handler): Yank handler to make unique copies of
1291 images when they are yanked into a buffer next to each other.
1292
69c3280d
JB
12932005-07-21 Juanma Barranquero <lekktu@gmail.com>
1294
d6ff789c
JB
1295 * comint.el (comint-use-prompt-regexp, comint-send-input)
1296 (comint-source-default, comint-extract-string)
1297 (comint-get-source, comint-word, comint-completion)
1298 (comint-source, comint-prompt-read-only, comint-update-fence):
1299 Fix typos in docstrings.
1300 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1301 Declare with define-obsolete-*-alias macros.
1302 (comint-previous-matching-input-from-input)
1303 (comint-next-matching-input-from-input)
1304 (comint-previous-matching-input, comint-next-matching-input)
1305 (comint-forward-matching-input):
1306 Improve argument/docstring consistency.
1307
4880a274
JB
1308 * desktop.el (desktop-clear-preserve-buffers-regexp):
1309 Also preserve the *server* buffer.
1310
69c3280d
JB
1311 * simple.el (clone-indirect-buffer): Doc fix.
1312 (fixup-whitespace, just-one-space)
1313 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1314 (next-error, next-error-highlight)
1315 (next-error-highlight-no-select, next-error-last-buffer)
1316 (next-error-buffer-p, next-error-find-buffer, next-error)
1317 (previous-error, next-error-no-select, previous-error-no-select)
1318 (open-line, split-line, minibuffer-prompt-width, kill-new)
1319 (binary-overwrite-mode): Fix typos in docstrings.
1320 (set-fill-column): Fix typo in message.
1321
1322 * skeleton.el (skeleton-proxy-new): Doc fix.
1323
1324 * strokes.el (strokes-load-hook): Doc fix.
1325 (strokes-grid-resolution, strokes-get-grid-position)
1326 (strokes-renormalize-to-grid, strokes-read-stroke)
1327 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1328 (strokes-global-map): Fix typos in docstrings.
1329 (strokes-help): Doc fix. Fix help message and pass it through
1330 `substitute-command-keys'.
1331
4880a274
JB
1332 * tempo.el (tempo-insert-prompt, tempo-interactive)
1333 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1334 (tempo-insert-string-functions, tempo-local-tags)
1335 (tempo-define-template, tempo-insert-template)
1336 (tempo-insert-prompt-compat, tempo-is-user-element)
1337 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1338 Fix typos in docstrings.
1339
1340 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1341 (vcursor-key-bindings, vcursor-use-vcursor-map)
1342 (vcursor-find-window, vcursor-scroll-down)
1343 (vcursor-disable, vcursor-beginning-of-buffer)
1344 (vcursor-end-of-buffer): Fix typos in docstrings.
1345 (vcursor-relative-move, vcursor-get-char-count):
1346 Improve argument/docstring consistency.
1347
1348 * version.el: "?\ " -> "?\s".
1349
1350 * wid-edit.el (widget-default-create, widget-after-change)
1351 (widget-default-format-handler, widget-checklist-add-item)
1352 (widget-radio-add-item, widget-choose, widget-specify-secret)
1353 (widget-field-value-create, widget-field-value-get)
1354 (widget-editable-list-format-handler)
1355 (widget-editable-list-entry-create, widget-group-value-create)
1356 (widget-documentation-link-add)
1357 (widget-documentation-string-value-create): "?\ " -> "?\s".
1358 (widget-convert-text): Doc fix.
1359 (widget-narrow-to-field, widget-field-find)
1360 (widget-url-link-action, widget-emacs-library-link-action)
1361 (widget-color-notify): Fix typos in docstrings.
1362
1363 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1364 (x-select-text, set-w32-system-coding-system)
1365 (w32-add-charset-info): Fix typos in docstrings.
1366
1367 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1368 (cua-enable-cua-keys, cua-use-hyper-key)
1369 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1370 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1371
1372 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1373
1374 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1375 `defalias' instead of faking it.
1376
1377 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1378 (eshell-ls-missing, eshell-ls-dired-initial-args)
1379 (eshell-ls-use-in-dired): Fix typos in docstrings.
1380
200576f6
KS
13812005-07-20 Kim F. Storm <storm@cua.dk>
1382
1383 * emulation/cua-base.el (cua-mode): Improve doc string.
1384
3f32d6a3
JB
13852005-07-20 Juanma Barranquero <lekktu@gmail.com>
1386
a5b5bf44
JB
1387 * abbrev.el (expand-region-abbrevs): Doc fix.
1388 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1389 Improve argument/docstring consistency.
1390
1391 * arc-mode.el (archive-get-descr, archive-alternate-display):
1392 Doc fixes.
1393 (archive-l-e): Improve argument/docstring consistency.
1394 (archive-tmpdir, archive-unixdate, archive-unixtime)
1395 (archive-chmod-entry): Fix typos in docstrings.
1396 (archive-unflag, archive-unflag-backwards)
1397 (archive-unmark-all-files): "?\ " -> "?\s".
1398
1399 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1400 (Buffer-menu-not-modified, Buffer-menu-execute)
1401 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1402 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1403
1404 * composite.el (compose-string, encode-composition-rule)
1405 (compose-last-chars): Fix typos in docstrings.
1406
3f32d6a3
JB
1407 * desktop.el (desktop-enable, desktop-basefilename):
1408 Declare with `define-obsolete-variable-alias'.
1409 (desktop-internal-v2s): Don't quote keywords.
1410 (desktop-clear): "?\ " -> "?\s".
1411
a5b5bf44
JB
1412 * dired.el (dired-align-file, dired-flag-backup-files)
1413 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1414 (dired-listing-switches, dired-ls-F-marks-symlinks)
1415 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1416 (dired-directory, dired-faces, dired, dired-revert)
1417 (dired-mode, dired-summary, dired-view-file)
1418 (dired-copy-filename-as-kill, dired-delete-file)
1419 (dired-no-confirm, dired-unmark-all-marks)
1420 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1421 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1422 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1423 Fix typos in message strings.
1424
1425 * dired-x.el (virtual-dired): Declare with `defalias'.
1426 (dired-mark-unmarked-files, dired-local-variables-file)
1427 (dired-omit-here-always): Doc fix.
1428 (dired-omit-mode, dired-find-subdir)
1429 (dired-enable-local-variables, dired-clean-up-buffers-too)
1430 (dired-extra-startup, dired-mark-extension, dired-jump)
1431 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1432 (dired-smart-shell-command, dired-guess-shell-alist-user)
1433 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1434 (dired-x-bind-find-file, dired-x-submit-report):
1435 Fix typos in docstrings.
1436 (dired-mark-unmarked-files): "?\ " -> "?\s".
1437
1438 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1439
1440 * faces.el (describe-face): "?\ " -> "?\s".
1441 (read-all-face-attributes, read-face-font, modify-face)
1442 (face-attr-construct, italic): Fix typos in docstrings.
1443 (frame-update-face-colors): Declare with
1444 `define-obsolete-function-alias'.
1445
26b9ecbc
JB
1446 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1447 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1448 (magic-mode-alist, buffer-file-numbers-unique)
1449 (write-file-functions, get-free-disk-space):
1450 Fix typos in docstrings.
1451 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1452 (write-contents-hooks, write-file-hooks):
1453 Declare with `define-obsolete-variable-alias'.
1454
f33321ad
JB
1455 * forms-d2.el (arch-rj): Fix typo in docstrings.
1456 (arch-tocol): Likewise. "?\ " -> "?\s".
1457
1458 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1459 Fix typo in docstring.
1460 (set-screen-width, set-screen-height): Delete redundant info in
1461 doctrings.
1462 (new-frame, screen-height, screen-width): Declare with
1463 `define-obsolete-function-alias'.
1464 (delete-frame-hook, blink-cursor): Declare with
1465 `define-obsolete-variable-alias'.
1466
1467 * paths.el (prune-directory-list): Fix typos in docstring.
1468
1469 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1470 (cvs-prefix-get): Fix typos in docstrings.
1471
1472 * ps-print.el (ps-extend-face-list, ps-extend-face)
1473 (ps-print-background-image): Fix typos in docstrings.
1474 (ps-default-fg, ps-default-bg): Doc fixes.
1475
1476 * s-region.el (s-region-bind): Doc fix.
1477 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1478
3f32d6a3
JB
1479 * textmodes/org.el (org-table-formula-substitute-names)
1480 (org-table-get-vertical-vector): Doc fixes.
1481 (org-table-recalculate): Remove unused argument to `message'.
1482
376b811b
CD
14832005-07-19 Carsten Dominik <dominik@science.uva.nl>
1484
3f32d6a3
JB
1485 * textmodes/org.el (org-table-column-names)
1486 (org-table-column-name-regexp)
a34ed813
SM
1487 (org-table-named-field-locations): New variables.
1488 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
1489 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1490 the kill buffer.
a34ed813
SM
1491 (org-complete): Remove fixed-formula completion.
1492 (org-edit-formulas-map): New variable.
1493 (org-table-edit-formulas): New command.
1494 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 1495 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
1496 (org-table-maybe-eval-formula): Handle `:=' fields.
1497 (org-table-get-stored-formulas, org-table-store-formulas)
1498 (org-table-get-formula, org-table-modify-formulas)
1499 (org-table-replace-in-formulas): Handle named field formulas.
1500 (org-table-get-specials): Store locations of named fields.
376b811b 1501
09ca8329
JL
15022005-07-19 Juri Linkov <juri@jurta.org>
1503
1504 * progmodes/grep.el (grep-regexp-alist)
1505 (grep-mode-font-lock-keywords, grep-process-setup):
1506 Use default GNU grep match color "01;31m" instead of "01;41m".
1507 (grep-regexp-alist, grep-mode-font-lock-keywords):
1508 Use `\\[[0-9]*m' instead of `\\[00m'.
1509 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1510 sgr_start where its handling is more important. Use the real
1511 length of sgr_start instead of constant 8.
1512 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1513 specially. Delete all remaining escape sequences.
1514 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1515 (grep-regexp-alist): Make hyperlink only for binary file name
1516 instead of the whole line.
1517 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1518 (grep-mode): Add autoload.
1519
1520 * emacs-lisp/find-func.el (find-function-regexp):
1521 Add `define-compilation-mode'.
1522
09cab23d
JL
15232005-07-19 Juri Linkov <juri@jurta.org>
1524
1525 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1526 (compare-windows-sync-string-size, compare-windows-recenter)
1527 (compare-windows-highlight, compare-windows): Add version 22.1.
1528 (compare-windows) <defface>: Inherit from lazy-highlight instead
1529 of duplicating its default value.
1530
1531 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1532 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1533
1534 * descr-text.el (describe-char): Create link buttons for `charset'
1535 and `code point'. Add the current input method name with a link
1536 button to `to input' field. Print face names of display table
1537 characters in `The display table entry is displayed by' section
1538 instead of printing face-id in the `display' field.
1539 Guess hardcoded faces and create a link button for them.
1540 Skip empty fields when calculating max-width.
1541 Treat `widget-create' specially while inserting strings from the
1542 collected field list.
1543 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1544
1545 * diff-mode.el (diff-file-header): Change foreground color from
1546 yellow to green on light backgrounds.
1547 (diff-context): Inherit from `shadow' only for color/grayscale
1548 with more than 88 colors.
1549 (diff-indicator-removed, diff-indicator-added)
1550 (diff-indicator-changed): New faces.
1551 (diff-font-lock-keywords): Use new faces. Regroup rules.
1552 Add "^---$" for `normal' diff format. Fontify `#' lines with
1553 font-lock-comment-delimiter-face and font-lock-comment-face.
1554 Add `#' to ^[^...] in the rule for `diff-context-face'.
1555
1556 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1557 a button-like box. Inherit from `highlight' on low colors.
1558 (shadow): Use shades of gray only for color/grayscale with
1559 more than 88 colors. Use green for light backgrounds with
1560 8 colors, and yellow for dark backgrounds with 8 colors.
1561
a34ed813
SM
1562 * font-lock.el (font-lock-regexp-grouping-backslash):
1563 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
1564
1565 * info.el (info-xref-visited): Use light foreground color `violet'
1566 for dark backgrounds instead of dark color `magenta3'.
1567 (info-title-1): Use `yellow' color for dark backgrounds.
1568
1569 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1570 too-light magenta2.
1571
1572 * replace.el (match): Use slightly more light RoyalBlue3 instead
1573 of dark RoyalBlue4.
1574
1575 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1576
cc8b76bf
JB
15772005-07-19 Juanma Barranquero <lekktu@gmail.com>
1578
6d9c9ad9
JB
1579 * novice.el (disabled-command-hook): Declare it with
1580 `define-obsolete-variable-alias'.
1581
cc8b76bf
JB
1582 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1583 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1584 (desktop-load-default): Add release to obsolescence info.
1585 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1586 (desktop-append-buffer-args, desktop-read):
1587 Fix typos in docstrings.
1588 (desktop-kill): Fix typo in message.
1589 (desktop-save): Doc fix.
1590
acfb6f24 15912005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
1592
1593 * viper-cmd.el (viper-escape-to-state): Bug fix.
1594 (viper-envelop-ESC-key): Change the definition of fast
1595 keysequence so it'll work with keyboard macros.
1596
1597 * ediff.el (ediff-patch-buffer): Change the docstring.
1598
e9b01d1f
KH
15992005-07-19 Kenichi Handa <handa@m17n.org>
1600
1601 * international/mule-cmds.el (select-safe-coding-system): Try to
1602 use an auto-coding (if any) before anything else. If the found
1603 auto-coding is invalid, show a warning message.
1604
1605 * international/mule.el (find-auto-coding): New function created
1606 by modifying the body of set-auto-coding.
1607 (set-auto-coding): Use find-auto-coding to find a coding.
1608
b4fb325f
RS
16092005-07-18 Richard M. Stallman <rms@gnu.org>
1610
1611 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1612 not isearch-mode-end-hook-error.
1613 (allout-before-change-protect): Fix error message.
1614
1bef8597
JL
16152005-07-18 Juri Linkov <juri@jurta.org>
1616
1617 * allout.el (allout-mode):
1618 * calculator.el (calculator-copy):
1619 * custom.el (custom-known-themes):
1620 * dired.el (dired-desktop-buffer-misc-data)
1621 (dired-restore-desktop-buffer):
1622 * dired-x.el (dired-omit-marker-char):
1623 * files.el (basic-save-buffer):
1624 * font-core.el (font-lock-mode):
1625 * calendar/calendar.el (calendar-goto-hebrew-date)
1626 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1627 (calendar-goto-persian-date):
1628 * language/ethio-util.el (ethio-sera-to-fidel-region):
1629 * textmodes/picture.el (picture-mode):
1630 Delete duplicate duplicate words.
1631
57cfde4d
JL
16322005-07-18 Juri Linkov <juri@jurta.org>
1633
1634 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1635 chars * ? } |.
1636 (isearch-fallback): Don't call `isearch-process-search-char'.
1637 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1638 (isearch-process-search-char): Call `isearch-fallback' for regexp
1639 chars * ? } |.
1640 (isearch-return-char): Make obsolete with `make-obsolete' instead
1641 of simply documenting it as obsolete in the docstring.
1642 (isearch-fallback): Refill docstring.
1643
1644 * international/isearch-x.el
ca19f3f1
AS
1645 (isearch-process-search-multibyte-characters): Remove unneeded
1646 `concat'. Add intermediate values to `junk-hist' instead of
1647 `minibuffer-history'. Test the length of `str'.
57cfde4d 1648
d34f0136
JB
16492005-07-18 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * allout.el (allout-resolve-xref): Fix typos in error strings.
1652 (allout-before-change-protect): Remove unneeded `concat'.
1653
1654 * array.el (array-mode, array-reconfigure-rows)
1655 (untabify-backward): Fix typos in docstrings.
1656 (array-reconfigure-rows): Use `insert-buffer-substring', not
1657 `insert-buffer'.
1658
1659 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
1660 * progmodes/ada-mode.el (ada-make-body):
1661 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
1662
1663 * dired.el (dired-log):
1664 * tar-mode.el (tar-subfile-save-buffer):
1665 * play/zone.el (zone-pgm-stress-destress):
1666 Use `insert-buffer-substring', not `insert-buffer'.
1667
e81c51f0
SJ
16682005-07-17 Simon Josefsson <jas@extundo.com>
1669
c5fb0bd6 1670 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 1671
4effb112
SJ
16722005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1673
c5fb0bd6
KS
1674 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1675 Add plain auth method.
1676 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 1677
4f8efafc
KS
16782005-07-17 Kim F. Storm <storm@cua.dk>
1679
f64d5328 1680 * ido.el (dired-other-window): Add ido property.
4f8efafc 1681
e41acc77
JB
16822005-07-16 Juanma Barranquero <lekktu@gmail.com>
1683
1684 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1685 Fix typo in docstring.
1686 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1687 `insert-file-literally'.
1688
1689 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1690 info and delete redundant message. Doc fix.
1691 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1692 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1693
ad50a502
RS
16942005-07-16 Richard M. Stallman <rms@gnu.org>
1695
1696 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1697 (byte-compile-and): Use byte-compile-and-recursion.
1698 (byte-compile-or-recursion): New function.
1699 (byte-compile-or): Use that.
1700 (byte-compile-if): Guard the else-clause too.
1701 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
1702
1703 * isearch.el (isearch-mode-end-hook-quit): New variable.
1704 (isearch-done): Bind it.
1705 (isearch-mode-end-hook): Doc fix.
1706
1707 * allout.el (allout-isearch-did-quit): Variable deleted.
1708 (allout-real-isearch-abort): Function name no longer used.
1709 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1710 (allout-isearch-rectification): isearch-mode always exists.
1711 Don't set allout-isearch-did-quit.
1712 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1713 allout-isearch-did-quit.
1714 (allout-enwrap-isearch): Just add the hook.
1715 (allout-isearch-abort): Function deleted.
1716 (allout-pre-command-business): Avoid warning.
ad50a502
RS
1717
1718 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1719 Correctly avoid warnings.
1720 (pascal-outline): Likewise.
1721
1722 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1723
1724 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1725
1726 * play/tetris.el (tetris-mode): Avoid warning.
1727
1728 * play/snake.el (snake-mode): Avoid warning.
1729
1730 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1731 (gamegrid-set-display-table): Avoid warning.
1732 (gamegrid-set-timer): Likewise.
1733 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1734 (gamegrid-add-score-with-update-game-score-1): Take FILE
1735 as argument.
1736 (gamegrid-add-score-with-update-game-score): Pass that argument.
1737 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1738
1739 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1740
1741 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1742 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1743
1744 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1745 and insert-file.
e41acc77 1746
ad50a502
RS
1747 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1748 (sc-ask): Avoid warnings.
1749
1750 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1751 (eshell-hist-initialize): Use that var the natural way.
1752
1753 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1754
a34ed813
SM
1755 * emacs-lisp/re-builder.el (reb-cook-regexp):
1756 Avoid warning calling lre-compile-string.
ad50a502
RS
1757 (reb-color-display-p): Avoid warning.
1758
1759 * calculator.el (calculator-last-input): Guard uses
1760 of event-key and key-press-event-p.
1761 (event-key, key-press-event-p): Delete definitions.
1762
1763 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
1764 (find-gc-source-directory, find-gc-subrs-callers)
1765 (find-gc-noreturn-list, find-gc-source-files)
1766 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
1767
1768 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1769 (checkdoc-overlay-put, checkdoc-delete-overlay)
1770 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 1771 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 1772 Define such that compiler knows they are defined.
a34ed813
SM
1773 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1774 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
1775
1776 * whitespace.el (whitespace-make-overlay)
1777 (whitespace-overlay-put, whitespace-delete-overlay)
1778 (whitespace-overlay-start, whitespace-overlay-end):
1779 Define such that compiler knows they are defined.
1780 (whitespace): Move conditional inside.
1781
1782 * tempo.el (tempo-insert-template): Suppress warning.
1783
1784 * ediff-diff.el (longlines-mode): Add defvar.
1785
9ebc3953
EZ
17862005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1787
1788 * server.el: Bind "C-x #" in a way that works even if C-x is
1789 redefined to a command key, not a prefix key.
1790
2e9c1c6d
EZ
17912005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1792
1793 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1794 cl-make-type-test till execution time.
1795
6bdeff3e
EZ
17962005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1797
1798 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1799 arg ARG and use it.
1800
578f8106
EZ
18012005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1802
1803 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1804
9f8a6f72
LT
18052005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1806
1807 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1808 a defcustom with two :set or :type keywords.
1809
e4b477a1
RS
18102005-07-15 Richard M. Stallman <rms@gnu.org>
1811
1812 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1813 Don't give ^M comment-end syntax.
1814
bb7e5329
NR
18152005-07-16 Nick Roberts <nickrob@snap.net.nz>
1816
9ab281f0 1817 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
1818 Don't consider gdbmi (gdb-mi.el has its own update functions).
1819 (gdb-var-delete): Make it work for gdbmi as well.
1820 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1821
1822 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1823 (gud-speedbar-menu-items): Correct logic for enabling items.
1824
075e33b3
KS
18252005-07-15 Kim F. Storm <storm@cua.dk>
1826
2994c5cf 1827 * ido.el: Fix commentary.
9ab281f0 1828 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 1829 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
1830 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1831 Let bind minibuffer-completing-file-name to t.
075e33b3 1832
fea34e9f
JB
18332005-07-15 Juanma Barranquero <lekktu@gmail.com>
1834
9ab281f0
JB
1835 * startup.el (site-run-file, keyboard-type): Doc fixes.
1836 (command-line): Check for "--basic-display" argument; also for
1837 "--quick", not "--bare-bones" (which was renamed).
1838 (fancy-splash-text): Add missing item "Getting New Versions".
1839 (normal-splash-screen): Fix typos and improve consistency with
1840 `fancy-splash-text'. Update copyright year.
1841
1930e8f0
JB
1842 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1843 valid binding for `help-char'.
1844
3c8dd9b9 1845 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 1846
9ea818ab
DN
18472005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1848
1849 * term.el (term-mode): Disable cua-mode for term buffers.
1850
edc8ec9f
JB
18512005-07-14 Juanma Barranquero <lekktu@gmail.com>
1852
1930e8f0
JB
1853 * add-log.el (add-log-mailing-address, change-log-merge):
1854 Doc fixes.
edc8ec9f
JB
1855 (change-log-get-method-definition): Fix typo in docstring.
1856
44016d9d
KS
18572005-07-14 Kim F. Storm <storm@cua.dk>
1858
1859 * emulation/cua-base.el:
1860 (cua--pre-command-handler-1, cua--pre-command-handler)
1861 (cua--post-command-handler-1, cua--post-command-handler):
1862 Split in two. Check (buffer local) value of cua-mode.
1863 (cua-selection-mode): New command.
1864
fd90b80c
LT
18652005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1866
1867 * custom.el (custom-initialize-safe-set)
1868 (custom-initialize-safe-default): Doc fixes.
1869
1870 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1871 and simplify :init-value again.
1872
1873 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1874 and simplify :init-value again. Delete autoload.
1875
1876 * startup.el (command-line): Use `custom-reevaluate-setting' again
1877 for tooltip-mode.
1878
9f8a6f72
LT
1879 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1880 a defcustom with two :initialize keywords.
fd90b80c 1881
a937cb39
JB
18822005-07-13 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1885 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1886 (allout-post-command-business, allout-flag-region)
1887 (isearch-reenable-font-lock, allout-yank)
1888 (allout-insert-latex-header, allout-insert-latex-trailer)
1889 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1890 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 1891 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
1892 (allout-unprotected, allout-prefix-data):
1893 Improve argument/docstring consistency.
1894 (allout-chart-subtree): Fix argument spec.
1895 (allout-open-topic): Rename `use_sib_bullet' argument to
1896 `use-sib-bullet'. Doc fix.
1897
1898 * whitespace.el (whitespace-check-buffer-leading)
1899 (whitespace-check-buffer-trailing)
1900 (whitespace-check-buffer-indent)
1901 (whitespace-check-buffer-spacetab)
1902 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1903 (whitespace-check-leading-whitespace)
1904 (whitespace-check-trailing-whitespace)
1905 (whitespace-check-spacetab-whitespace)
1906 (whitespace-check-indent-whitespace)
1907 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1908 (whitespace-modes): Fix typos in docstrings.
1930e8f0 1909 (defgroup, defcustom): Doc fixes.
a937cb39
JB
1910
1911 * winner.el (winner-mode, winner-boring-buffers)
1912 (winner-pending-undo-ring): Doc fixes.
1913 (winner-ring): Remove unneeded `progn'.
1914 (winner-equal): `defsubst' it.
1915 (winner-redo): Fix message.
1916
010b9a45
KS
19172005-07-13 Kim F. Storm <storm@cua.dk>
1918
1919 * simple.el (line-move-1): Always use vertical-motion to
1920 do the last (or only) line move to ensure some movement.
1921 Undo 2005-06-23 change--don't check for overlays.
1922
c229fb15
YM
19232005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1924
1925 * term/mac-win.el (ccl-encode-mac-roman-font)
1926 (ccl-encode-mac-centraleurroman-font)
1927 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
1928 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1929 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
1930 (mac-char-fontspec-list): New constant.
1931 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1932 argument. Nil uses itself as family in font-spec. Previous
1933 behavior for nil is now provided by non-nil non-string argument.
1934 All callers changed. Add font-specs for Mac fonts to
1935 "fontset-default" unless iso8859-1 fonts are installed.
1936
69d05d83
SM
19372005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1940 a continuation line if the \ is preceded by SPC or TAB.
1941 (sh-get-indent-info): Simplify.
1942 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1943 Use with-current-buffer.
1944
1945 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1946 when the matched text is empty.
1947
d8a9fbf0
LT
19482005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1949
1950 * startup.el (command-line): Revert to previous handling of
1951 tooltip-mode. Explain in comment why the complexity is needed.
1952
1953 * tooltip.el (tooltip-mode): Revert to previous implementation of
1954 its defcustom.
1955
1956 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 1957 of its defcustom. Update comment.
d8a9fbf0 1958
70f35cb1
LH
19592005-07-12 Lars Hansen <larsh@soem.dk>
1960
1961 * desktop.el: Update e-mail address.
1962
c37efb7a
YM
19632005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1964
1965 * term/mac-win.el (mac-services-mail-selection)
1966 (mac-services-mail-to): New functions.
1967 (mac-application-menu-map): Bind them.
1968
7ea9de71
NR
19692005-07-12 wulei <milton@wulei.net> (tiny change)
1970
1971 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1972
350ecc49
LT
19732005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1974
1975 * custom.el (custom-reevaluate-setting): Doc fix.
1976
ea6bc45d
JB
19772005-07-11 Jay Belanger <belanger@truman.edu>
1978
1979 * calc/calc.el (calc-embedded-announce-formula-alist)
1980 (calc-embedded-open-close-plain-alist)
69d05d83 1981 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 1982 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 1983
ba2c4279
JB
19842005-07-11 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * custom.el (custom-enable-theme): Don't add theme to
1987 `custom-enabled-themes' with `push' because there is no
1988 setf-method for `delq'.
1989
3cc9e6d8
RS
19902005-07-11 Richard M. Stallman <rms@gnu.org>
1991
8989771d
RS
1992 * custom.el (custom-declare-variable): Doc fix.
1993
5176af43
RS
1994 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1995 from the alists.
1996
3cc9e6d8
RS
1997 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1998 Do nothing if edebug-active.
1999
2000 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2001 (edebug-display): Do it here instead.
2002
20032005-07-10 Richard M. Stallman <rms@gnu.org>
2004
2005 * cus-face.el (custom-theme-set-faces): Make it work.
2006 (custom-reset-faces): Doc fix.
2007 (custom-theme-reset-internal-face, custom-theme-face-value):
2008 Functions deleted.
2009
2010 * custom.el (custom-push-theme): Maintain list of the settings
2011 of a given theme in its theme-settings property.
2012 Maintain position of old settings in the theme-value
2013 or theme-face property.
2014 (custom-enabled-themes): New variable.
2015 (custom-theme-enabled-p): New function.
2016 (provide-theme): Update custom-enabled-themes.
2017 Disable and reenable the `user' theme.
2018 (require-theme): Doc fix.
2019 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2020 (custom-theme-value, custom-theme-variable-value): Likewise.
2021 (custom-theme-reset-internal): Likewise.
2022 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2023 (custom-enable-theme, custom-disable-theme): New functions.
2024 (custom-variable-theme-value, custom-face-theme-value): Likewise.
2025 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2026 (custom-theme-reset-variables): Simplify.
2027 (deftheme, custom-declare-theme, custom-make-theme-feature):
2028 Definitions moved.
2029
1a3b7cd5
RS
20302005-07-10 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * longlines.el (longlines-show-region)
2033 (longlines-unshow-hard-newlines): Recognize hard newlines by
2034 non-nil hard property, instead of t.
2035
8ea74b0e 20362005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
2037
2038 * viper-cmd.el (viper--key-maps): New variable.
2039 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 2040 emulation-mode-map-alists.
4ff7373a
KS
2041 (viper-envelop-ESC-key): Use viper-subseq.
2042 (viper-search-forward/backward/next): Disable debug-on-error.
2043
2044 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2045 (viper-ESC-key): New defcustoms.
2046
2047 * viper-macs.el (ex-map-read-args): Use viper-subseq.
2048
2049 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2050 (viper-subseq): Copy of subseq from cl.el.
2051
2052 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 2053 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
2054
2055 * viper-mous.el (viper-current-frame-saved): Use defvar.
2056
2057 * viper-init.el: Get rid of -face in face names.
2058
2059 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 2060 Make it work with longlines mode
4ff7373a
KS
2061
2062 * ediff-mult.el (ediff-meta-mode-hook): New variable.
2063
2064 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2065
2066 * ediff-init: Get rid of -face in face names.
2067
e2dacaac
RS
20682005-07-10 Richard M. Stallman <rms@gnu.org>
2069
2070 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2071 and with-timeout-unsuspend.
2072
2073 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2074 and with-timeout-unsuspend.
2075
2076 * emacs-lisp/timer.el (with-timeout-timers): New variable.
2077 (with-timeout): Bind that variable to record timers.
2078 (with-timeout-suspend, with-timeout-unsuspend): New functions.
2079
2080 * emacs-lisp/debug.el (debug-help-follow): New function.
2081 (debugger-mode-map): Use that instead of help-follow.
2082 (debugger-setup-buffer): Use eval-buffer-list
2083 to handle eval-buffer frames.
2084
20852005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
2086
69d05d83 2087 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
2088 so it will not mistakenly match dates with no time zone.
2089
20902005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
2091
2092 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2093
72df78c9
LT
20942005-07-10 Luc Teirlinck <teirllm@auburn.edu>
2095
0a2eeb92
LT
2096 * custom.el (custom-initialize-safe-set)
2097 (custom-initialize-safe-default): New functions.
2098
2099 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2100 and simplify :init-value.
2101
2102 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2103 and simplify :init-value. Delete obsolete comment.
2104
2105 * startup.el (command-line): Use `custom-reevaluate-setting' to
2106 handle `tooltip-mode'. Delete obsolete comment.
2107
72df78c9
LT
2108 * files.el (set-visited-file-name): Avoid calling
2109 `file-name-nondirectory' with a nil argument.
2110
e2dacaac
RS
21112005-07-09 Richard M. Stallman <rms@gnu.org>
2112
2113 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2114 was called with nil for the buffer, handle the read position right.
2115 Handle read position for eval-region, too.
2116
4a65d2b3
JL
21172005-07-09 Juri Linkov <juri@jurta.org>
2118
2119 * fringe.el (fringe-mode): Add period in docstring.
2120 (fringe-query-style): Build prompt depending on `all-frames' arg.
2121
2122 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2123 to not create links to unrelated functions in the Help buffer.
2124
2125 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2126 Doc fix.
2127
2128 * simple.el (next-error-hook): New variable.
2129 (next-error): Use it. Doc fix.
2130
2131 * textmodes/ispell.el (ispell-command-loop): Add current
2132 dictionary name and program name to mode-line-format.
2133 (ispell-region, ispell-process-line): Add current dictionary name
2134 and program name to messages.
2135
31f3c79b
JB
21362005-07-08 Jay Belanger <belanger@truman.edu>
2137
2138 * calc/calc.el (calc-embedded-announce-formula-alist)
2139 (calc-embedded-open-close-formula-alist)
2140 (calc-embedded-open-close-word-alist)
2141 (calc-embedded-open-close-plain-alist)
2142 (calc-embedded-open-close-new-formula-alist)
2143 (calc-embedded-open-close-mode-alist)
2144 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2145 (calc-embedded-mode-hook): New variables.
2146
2147 * calc/calc-embed.el (calc-embedded-firsttime)
2148 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2149 New variables.
2150 (calc-do-embedded): Use calc-embedded-firsttime,
2151 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2152 determine whether or not to run hooks.
2153 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2154 calc-embedded-firsttime-formula appropriately.
2155 Set calc-embedded delimiter variables according to mode.
2156
917e0c95
RS
21572005-07-08 Richard M. Stallman <rms@gnu.org>
2158
2159 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2160 Check for "emacs", etc., as entire symbol, not just as word.
2161 (checkdoc-file-comments-engine): Use regexp-quote on FN.
2162
2163 * files.el (set-visited-file-name): Report the error
2164 for "empty filename" earlier.
2165 (kill-some-buffers): Ignore buffers already dead.
2166
2167 * fringe.el (fringe-mode): Doc fix.
2168
2169 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2170 Check for (featurep 'xemacs) and turn off warnings in what it guards.
2171 Use unwind-protect to ensure byte-compile-unresolved-functions
2172 is updated.
2173
2174 * whitespace.el (whitespace-buffer-leading-cleanup):
2175 Simplify w/ skip-chars-forward.
2176 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2177
2178 * mail/rmail.el (rmail-only-expunge): Fix paren error.
2179 Unconditionally try to leave point at the same old place.
2180
8774406b
EZ
21812005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2182
2183 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 2184 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 2185
c380c937
KS
21862005-07-08 Kim F. Storm <storm@cua.dk>
2187
3aaa5e26
KS
2188 * ido.el (ido-use-filename-at-point): New choice `guess'.
2189 (ido-file-internal): Try ffap-guesser if selected.
2190
c380c937
KS
2191 * ido.el (ido-before-fallback-functions): New hook.
2192 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2193 (ido-read-file-name): Run it.
2194
2af9d879
SM
21952005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2198 strings rather than a list of symbols to the completion function.
2199
f3414bd4
JB
22002005-07-07 Jay Belanger <belanger@truman.edu>
2201
9ab281f0 2202 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
2203 which units are simplified.
2204
a1306094
LT
22052005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2206
2207 * cus-edit.el (customize-option, customize-option-other-window):
2208 Make them handle aliases.
2209
2210 * custom.el (custom-variable-p): Make it recursively follow
2211 aliases. Mention that in the docstring.
2212
bc4c8456
RS
22132005-07-07 Richard M. Stallman <rms@gnu.org>
2214
2215 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 2216 Fix tag for nil.
bc4c8456 2217
a653724b
JB
22182005-07-07 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2221 when called non-interactively. Doc fix.
2222
9d42fe6f
LK
22232005-07-07 Lute Kamstra <lute@gnu.org>
2224
2225 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2226 new address as well.
2227
43b557d5
KH
22282005-07-07 Kenichi Handa <handa@m17n.org>
2229
69d05d83
SM
2230 * international/mule.el (make-coding-system):
2231 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
2232 (set-file-name-coding-system): Signal an error if coding-system is
2233 ascii-incompatible.
2234 (set-keyboard-coding-system): Likewise.
2235
a653724b
JB
2236 * international/mule-cmds.el (set-default-coding-systems):
2237 Don't set default-file-name-coding-system and
69d05d83 2238 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
2239
2240 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 2241 systems are ASCII-incompatible.
43b557d5 2242
811ade5c
NR
22432005-07-07 Nick Roberts <nickrob@snap.net.nz>
2244
2245 * progmodes/gud.el: Require font-lock for displaying errors.
2246 Used by gdb-ui.el.
2247
ed6773fa
JB
22482005-07-07 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2251 values for the pattern lists which are `read'able but not
2252 `append'able (like symbols).
2253
7ea8834e
RS
22542005-07-06 Richard M. Stallman <rms@gnu.org>
2255
2256 * progmodes/flymake.el (flymake-float-time): Instead of
2257 with-no-warnings, test for xemacs.
2258 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2259 to avoid warning.
2260
d25dfeed
JB
22612005-07-06 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2264
68003d6b 22652005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
2266
2267 * battery.el: Add support for Darwin (with much debugging help
2268 from Samuel Lauber <sam124@operamail.com>).
2269 (battery-status-function, battery-echo-area-format)
2270 (battery-mode-line-format): Add support for pmset on Darwin.
2271 (battery-load-low, battery-load-critical): New user options.
2272 (battery-pmset): New function.
2273
68003d6b
LK
22742005-07-05 Lute Kamstra <lute@gnu.org>
2275
2276 Update FSF's address in GPL notices.
2277
2278 * textmodes/page-ext.el: Update FSF's address.
2279
c13ce396
SM
22802005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2283 filling from using prefix when filling a single-line docstring.
2284
2285 * progmodes/flymake.el: Remove useless eval-when-compile.
2286
2287 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2288
4af33176
RS
22892005-07-04 Richard M. Stallman <rms@gnu.org>
2290
2291 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 2292 Rename from org-file-apps-defaults-linux.
4af33176
RS
2293 (org-default-apps): Don't test system-type for `linux'.
2294 (org-file-apps): Doc fix.
2295
6ea54413
DP
22962005-07-04 David Ponce <david@dponce.com>
2297
2298 * tree-widget.el: Improve header Commentary section.
2299 (tree-widget) [defgroup]
2300 (tree-widget-image-enable, tree-widget-themes-directory)
2301 (tree-widget-theme, tree-widget-image-properties-emacs)
2302 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2303 (tree-widget-image-formats, tree-widget-control)
2304 (tree-widget-empty-control, tree-widget-leaf-control
2305 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2306 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2307 (tree-widget-keep, tree-widget-after-toggle-functions)
2308 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2309 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2310 :help-echo message.
2311 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2312 (tree-widget-image-properties): Doc fix. Clearer implementation.
2313 (tree-widget--cursors): New constant.
2314 (tree-widget-lookup-image): New function split from
2315 `tree-widget-find-image'. Clearer implementation.
2316 (tree-widget-find-image): Use it.
2317 (tree-widget-button-keymap): Use `set-keymap-parent'.
2318 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2319 Define the sub-widgets here.
2320 (tree-widget-node): Check that :node is not a tree-widget.
2321 (tree-widget-get-super, tree-widget-open-control)
2322 (tree-widget-close-control, tree-widget-empty-control)
2323 (tree-widget-leaf-control, tree-widget-guide)
2324 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2325 (tree-widget-no-handle, tree-widget-value-delete)
2326 (tree-widget-map): Remove.
2327 (tree-widget-children-value-save): Doc fix. Simplified.
2328 (tree-widget-value-create): Update according to previous changes.
2329
576ae47a
CD
23302005-07-04 Carsten Dominik <dominik@science.uva.nl>
2331
2332 * textmodes/org.el: Leading space replaced by TABS.
2333 (org-recalc-marks, org-table-rotate-recalc-marks)
2334 (org-table-get-specials): Treat "^" and "_" marks.
2335 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
2336 (org-table-eval-formula): Parsing of the format simplified.
2337 New modes C,I. Honor the %= parameter in the current table.
2338 Avoid unnecessary re-align by using the NEW argument to
576ae47a 2339 `org-table-justify-field-maybe'.
c13ce396
SM
2340 (org-calc-default-modes): Default for date-format mimicks org-mode.
2341 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 2342
29a05cd1
LT
23432005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2344
2345 * cus-face.el (custom-theme-set-faces): Make it handle face
2346 aliases whose alias declarations are pre- or autoloaded.
2347
45cbf2fe
JL
23482005-07-04 Juri Linkov <juri@jurta.org>
2349
2350 * faces.el (read-face-name): Put the code for getting a face name
2351 from the buffer before adding the faces from the `face' property.
2352 Use `completing-read-multiple' instead of `completing-read'.
2353 Require `crm'. Add default value and post-process the returned
2354 list of faces.
2355
2356 * emacs-lisp/crm.el (crm-find-current-element)
2357 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2358
2359 * emacs-lisp/lisp-mode.el (eval-defun-1):
2360 * emacs-lisp/edebug.el (edebug-eval-defun):
2361 Remove unnecessary quotes.
2362
ec0421f3
JB
23632005-07-04 Juanma Barranquero <lekktu@gmail.com>
2364
c6c5714e
JB
2365 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2366 (prolog-indent-level): Fix typo in docstring.
2367
2368 * info.el (Info-history, Info-history-forward)
2369 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2370
6db8cbf5
JB
2371 * add-log.el (add-change-log-entry):
2372 * comint.el (comint-dynamic-list-input-ring)
2373 (comint-dynamic-list-completions):
2374 * dabbrev.el (dabbrev-expand):
2375 * delim-col.el (delimit-columns-rectangle-line):
2376 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2377 (diff-unified->context):
2378 * ediff-init.el (ediff-abbrev-jobname):
2379 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2380 (ediff-replace-session-activity-marker-in-meta-buffer):
2381 * info.el (Info-summary):
2382 * lpr.el (printify-region):
2383 * printing.el (pr-create-interface):
2384 * ps-print.el (ps-print-quote):
2385 * ses.el (ses-column-widths, ses-print-cell)
2386 (ses-adjust-print-width, ses-center):
2387 * shell.el (shell-file-name-quote-list):
2388 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2389 (strokes-fill-current-buffer-with-whitespace)
2390 (strokes-xpm-for-stroke, strokes-list-strokes)
2391 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2392 * term.el (term-dynamic-list-input-ring)
2393 (term-dynamic-list-completions):
2394 * calc/calc.el (math-format-stack-value):
2395 * emacs-lisp/edebug.el (edebug-display-freq-count):
2396 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2397 (delphi-new-comment-line):
2398 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2399 * progmodes/executable.el (executable-set-magic):
2400 * progmodes/python.el (inferior-python-mode):
2401 * progmodes/scheme.el (scheme-mode-syntax-table):
2402 * progmodes/sh-script.el (sh-maybe-here-document):
2403 * progmodes/sql.el (sql-copy-column):
2404 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2405 * textmodes/bibtex.el (bibtex-mode):
2406 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2407 (sgml-auto-attributes):
2408 * textmodes/table.el (table-insert, table-shorten-cell)
2409 (table--generate-source-scan-lines, table-delete-row)
2410 (*table--cell-delete-char, table--spacify-frame)
2411 (table--horizontally-shift-above-and-below)
2412 (table--cell-insert-char, table--cell-blank-str)
2413 (table--fill-region-strictly):
2414 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2415 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2416
2417 * add-log.el (change-log):
2418 * apropos.el (apropos):
2419 * comint.el (comint-completion, comint-source):
2420 * dabbrev.el (dabbrev):
2421 * delim-col.el (columns):
2422 * diff-mode.el (diff-mode):
2423 * ediff.el (ediff):
2424 * ediff-diff.el (ediff-diff):
2425 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2426 * ediff-mult.el (ediff-mult):
2427 * ediff-ptch.el (ediff-ptch):
2428 * ediff-wind.el (ediff-window):
2429 * facemenu.el (facemenu):
2430 * indent.el (indent):
2431 * info.el (info):
2432 * jka-cmpr-hook.el (compression, jka-compr):
2433 * lpr.el (lpr):
2434 * outline.el (outlines):
2435 * pcmpl-cvs.el (pcmpl-cvs):
2436 * pcmpl-rpm.el (pcmpl-rpm):
2437 * printing.el (printing):
2438 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2439 (ps-print-vertical, ps-print-headers, ps-print-font)
2440 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2441 (ps-print-background, ps-print-printer, ps-print-page)
2442 (ps-print-miscellany):
2443 * ses.el (ses):
2444 * shell.el (shell, shell-directories, shell-faces):
2445 * startup.el (initialization):
2446 * strokes.el (strokes):
2447 * term.el (term):
2448 * uniquify.el (uniquify):
2449 * w32-vars.el (w32):
2450 * calc/calc.el (calc):
2451 * emacs-lisp/bytecomp.el (bytecomp):
2452 * emacs-lisp/cl-indent.el (lisp-indent):
2453 * emacs-lisp/edebug.el (edebug):
2454 * emacs-lisp/elp.el (elp):
2455 * emacs-lisp/testcover.el (testcover):
2456 * emacs-lisp/trace.el (trace):
2457 * emulation/viper-ex.el (viper-ex):
2458 * emulation/viper-mous.el (viper-mouse):
2459 * mail/mailalias.el (mailalias):
2460 * mail/supercite.el (supercite, supercite-frames)
2461 (supercite-attr, supercite-cite, supercite-hooks):
2462 * net/rcompile.el (remote-compile):
2463 * net/rlogin.el (rlogin):
2464 * obsolete/ooutline.el (outlines):
2465 * progmodes/delphi.el (delphi):
2466 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2467 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2468 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2469 (ebnf-optimization):
2470 * progmodes/etags.el (etags):
2471 * progmodes/executable.el (executable):
2472 * progmodes/idlwave.el (idlwave):
2473 * progmodes/pascal.el (pascal):
2474 * progmodes/prolog.el (prolog):
2475 * progmodes/python.el (python):
2476 * progmodes/scheme.el (scheme):
2477 * progmodes/sh-script.el (sh, sh-script):
2478 * progmodes/sql.el (SQL):
2479 * progmodes/tcl.el (tcl):
2480 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2481 * textmodes/enriched.el (enriched):
2482 * textmodes/makeinfo.el (makeinfo):
2483 * textmodes/sgml-mode.el (sgml):
2484 * textmodes/table.el (table-hooks):
2485 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2486 * textmodes/texinfo.el (texinfo):
2487 * textmodes/two-column.el (two-column):
2488 Finish `defgroup' description with period.
59fda2fa 2489
ec0421f3 2490 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 2491 * eshell/esh-var.el (eshell-var):
bc25429a 2492 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
2493 * textmodes/org.el (org): Fix typos in docstrings.
2494
2495 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2496 consistency.
ec0421f3
JB
2497
2498 * progmodes/flymake.el (flymake-find-file): Remove.
2499 (flymake-float-time): Use `with-no-warnings'.
2500 (flymake-check-start-time, flymake-check-was-interrupted)
2501 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2502 (flymake-new-err-info): `defvar' at compile time.
2503
25042005-07-03 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * replace.el (occur-hook): Doc fix.
2507 (occur-1): Don't call `occur-hook' if there are no matches.
2508
3d393029
RS
25092005-07-03 Richard M. Stallman <rms@gnu.org>
2510
f24cd32e
RS
2511 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2512 global-map, save the same map.
2513 (global-map): Don't alter it at top level.
2514 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2515 Then alter it here instead.
2516 (tpu-edt-off): Set global-map to the saved one.
2517
2518 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2519 All references simplified.
c13ce396 2520 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
2521 (zmacs-regions): Add defvar.
2522 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 2523
3d393029
RS
2524 * textmodes/artist.el (artist-key-is-drawing)
2525 (artist-key-endpoint1, artist-key-poly-point-list)
2526 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2527 (artist-key-compl-table, artist-rb-save-data)
2528 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2529 Don't put them in eval-when-compile.
2530 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2531
2532 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2533 Use with-no-warnings.
2534
2535 * net/browse-url.el (dos-windows-version): Add defvar.
2536
2537 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2538
2539 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2540 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 2541 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
2542 Add defvar.
2543 (rmail-summary-beginning-of-message): Use with-no-warnings.
2544 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2545
2546 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2547 Use with-no-warnings.
2548
2549 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2550 (c-mark-function): Add point-moving-unit property.
2551 (vi-goto-line): Use with-no-warnings.
2552
2553 * emulation/edt.el (edt-last-copied-word): Add defvar.
2554 (zmacs-region-stays): Likewise.
2555 (edt-mark-section-wisely): Use c-mark-function for C.
2556 Use makr-defun for Fortran.
2557 (time-string): defvar deleted.
2558 (edt-display-the-time): Don't set time-string.
2559
2560 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2561
2562 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2563 Don't warn when name is not constant
2564 or for defining the group `emacs'.
2565
2566 * tooltip.el (gud-tooltip-mode): Add defvar.
2567
2568 * startup.el (default-frame-background-mode): Add defvar.
2569
2570 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2571
2572 * info.el (tool-bar-map): Add defvar.
2573
2574 * dired.el (dnd-protocol-alist): Add defvar.
2575
2576 * dired-aux.el (dired-query): Display question with answer, when
2577 the user answers.
2578
2579 * custom.el (custom-add-option): Doc fix.
2580
2581 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2582
112abe24
EZ
25832005-07-03 Eli Zaretskii <eliz@gnu.org>
2584
2585 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2586 bogus name from the last change.
2587
e1db6c78
LT
25882005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2589
2590 * custom.el (custom-declare-variable): Fix typos in comment.
2591 (custom-known-themes): Doc fix.
2592 (custom-theme-directory): New defcustom.
2593 (require-theme): Make it check `custom-theme-directory'.
2594
2595 * cus-theme.el (custom-new-theme-mode): New function.
2596 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2597 (custom-theme-description): Add compiler defvars.
2598 (customize-create-theme): Add doc to the "*New Custom Theme*"
2599 buffer. Use `custom-new-theme-mode'.
2600 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2601 and save it to the `custom-theme-directory'. Make this the
2602 default directory of the buffer.
2603
ec0421f3 26042005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 2605
ec0421f3
JB
2606 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2607 Fix unbalanced parentheses.
bd6a83d5 2608
1953295b
SM
26092005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2612 into flymake-mode and delegate to flymake-mode.
2613
2614 * find-file.el (ff-which-function-are-we-in): Clean up.
2615
1324d580
JB
26162005-07-02 Juanma Barranquero <lekktu@gmail.com>
2617
b1f71b43
JB
2618 * replace.el (occur-rename-buffer): Fix docstring.
2619
1324d580
JB
2620 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2621 (edt-last-copied-word, edt-learn-macro-count)
2622 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2623 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2624 (time-string, zmacs-region-stays):
2625 * emulation/edt-mapper.el (edt-save-function-key-map)
2626 (EDT-key-name): `defvar' to silence the byte-compiler.
2627
d6951bb4
EZ
26282005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2629
2630 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2631 font-lock-regexp-backslash. Doc fix.
2632 (font-lock-regexp-backslash-grouping-construct): Rename from
2633 font-lock-regexp-backslash-construct. Doc fix.
588c0770 2634 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
2635 grouping constructs.
2636
014b37b6
EZ
26372005-07-02 Eli Zaretskii <eliz@gnu.org>
2638
2639 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2640 updating all the prerequisites.
2641
64f72ae1
JB
26422005-07-01 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * textmodes/org.el (org-agenda-start-on-weekday)
2645 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2646 (org-agenda-use-time-grid, org-archive-location)
2647 (org-allow-space-in-links, org-usenet-links-prefer-google)
2648 (org-enable-table-editor, org-export-default-language)
2649 (org-export-html-show-new-buffer, org-fill-paragraph)
2650 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2651 (org-goto-quit, org-occur, org-eval-in-calendar)
2652 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2653 (org-agenda-diary-entry, org-remember-help)
2654 (org-table-convert-region, org-at-table-p)
2655 (org-table-move-row-down, org-table-move-row-up)
2656 (org-table-copy-region, org-table-toggle-vline-visibility)
2657 (org-table-get-stored-formulas, org-table-get-specials)
2658 (org-recalc-commands, org-table-eval-formula)
2659 (org-table-formula-substitute-names, orgtbl-make-binding)
2660 (org-format-org-table-html, org-format-table-table-html)
2661 (org-format-table-table-html-using-table-generate-source)
2662 (org-customize): Fix typos in docstrings.
2663 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2664 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2665 (org-back-to-heading): Doc fixes.
2666 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2667 (org-agenda-change-all-lines, org-get-header):
2668 Improve argument/docstring consistency.
2669 (orgtbl-error): Fix error message.
2670
2671 * progmodes/flymake.el (flymake-find-possible-master-files)
2672 (flymake-master-file-compare, flymake-get-line-err-count)
2673 (flymake-highlight-line, flymake-gui-warnings-enabled):
2674 Fix typos in docstrings.
2675 (flymake-parse-line, flymake-get-project-include-dirs-function)
2676 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2677 Doc fixes.
2678 (flymake-get-project-include-dirs-function)
2679 (flymake-make-err-menu-data):
2680 Improve argument/docstring consistency.
2681
b97c98ad
LK
26822005-07-01 Lute Kamstra <lute@gnu.org>
2683
12d6b124
LK
2684 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2685 Catch errors with ignore-errors. Use temporary buffer.
2686 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2687
b97c98ad
LK
2688 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2689 background color faces.
1953295b
SM
2690 (facemenu-set-foreground, facemenu-set-background):
2691 Use facemenu-set-face-from-menu.
b97c98ad
LK
2692 (facemenu-set-face-from-menu): Treat face names that start with
2693 "fg:" or "bg:" as special.
2694 (facemenu-add-new-color): Don't create faces. Simplify.
2695
11bc6e51
RS
26962005-06-30 Richard M. Stallman <rms@gnu.org>
2697
2698 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2699 (crm-find-current-element): Likewise.
2700
27012005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2702
1953295b 2703 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 2704
01bf52cb
SM
27052005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2708 (archive-mouse-extract): Make it an obsolete alias.
2709 (archive-mode-map): Don't use archive-mouse-extract any more.
2710 (archive-mode, archive-extract): write-contents-hooks ->
2711 write-contents-functions.
2712 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2713 first arg.
2714 (archive-rename-entry): Update the call.
2715 (archive-zip-summarize): Remove unused var `method'.
2716 (archive-lzh-summarize): Remove unused var `creator'.
2717
1953295b
SM
2718 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2719 dedicated frame upon exit.
01bf52cb
SM
2720
2721 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2722 (archive-zip-extract, archive-zip-expunge)
2723 (archive-zip-update, archive-zip-update-case): Use executable-find.
2724 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2725 Use restore-buffer-modified-p.
2726 (archive-extract, archive-add-new-member, archive-write-file-member):
2727 Use with-current-buffer.
2728 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2729
0a0157ba
AS
27302005-06-30 Andreas Schwab <schwab@suse.de>
2731
2732 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2733
5026b8ee
GM
27342005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2735
2736 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2737
63f7ffb3
JL
27382005-06-30 Juri Linkov <juri@jurta.org>
2739
2740 * faces.el (vertical-border): Inherit from mode-line-inactive
2741 only on tty.
2742
c665bf4b
JB
27432005-06-30 Juanma Barranquero <lekktu@gmail.com>
2744
27bbbadb
JB
2745 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2746 example, -NLINES in the `occur' docstring).
2747
426674a8
JB
2748 * replace.el (occur-1): When no matches are found, do not set the
2749 `buffer-read-only' and modified flags for the occur buffer,
2750 because it is deleted.
2751
c665bf4b
JB
2752 * emulation/cua-base.el (cua-check-pending-input)
2753 (cua-repeat-replace-region, cua-mode, cua-debug)
2754 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2755 Fix typos in docstrings.
2756
2757 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2758 (cua-cut-region-to-global-mark)
2759 (cua--cut-rectangle-to-global-mark):
2760 Remove period from end of messages.
2761
2762 * emulation/cua-rect.el (cua-do-rectangle-padding):
2763 Remove period from end of messages.
2764 (cua--rectangle-seq-format): Fix typo in docstring.
2765 (cua-sequence-rectangle, cua-fill-char-rectangle):
2766 Improve argument/docstring consistency.
2767
9b07ab0a
JL
27682005-06-29 Juri Linkov <juri@jurta.org>
2769
2770 * faces.el (default-frame-background-mode): New internal variable.
2771 (frame-set-background-mode): Use it.
2772
2773 * startup.el (normal-top-level): Set default-frame-background-mode
2774 instead of frame-background-mode. Before setting it, test for its
2775 nil value. Remove tests for frame-background-mode and frame
2776 parameter `reverse'. Add test for "unspecified-fg".
2777
2778 * term/xterm.el (xterm-rxvt-set-background-mode):
2779 * term/rxvt.el (rxvt-set-background-mode):
2780 Set default-frame-background-mode instead of frame-background-mode.
2781
16f43910
JB
27822005-06-29 Juanma Barranquero <lekktu@gmail.com>
2783
0684376b
JB
2784 * simple.el (set-variable): Warn about obsolete user variables.
2785
16f43910
JB
2786 * imenu.el (imenu--completion-buffer):
2787 * mouse.el (mouse-buffer-menu-alist):
2788 * msb.el (msb-invisible-buffer-p):
2789 * calendar/diary-lib.el (diary-header-line-format):
2790 * emacs-lisp/pp.el (pp-buffer):
2791 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2792 * textmodes/picture.el (picture-replace-match):
2793 Change space constants followed by a sexp to "?\s ".
2794
2795 * play/decipher.el (decipher-loop-with-breaks):
2796 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2797 constants "protected" from end of line by a comment to "?\s".
2798
4b2f6649
SM
27992005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2800
9a1505e9
SM
2801 * font-lock.el (save-buffer-state): Use `declare'.
2802
4b2f6649
SM
2803 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2804 reset the syntax-table to cperl-mode-syntax-table.
2805 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2806 "foo_print_bar" is not matched as a reserved keyword.
2807
01d37825
CD
28082005-06-29 Carsten Dominik <dominik@science.uva.nl>
2809
16f43910 2810 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
2811 setup for the orgtbl commands.
2812 (org-calc-default-modes): New option.
2813 (orgtbl-make-binding): Use `defun' to get better help display.
2814 (org-diary): Call `org-compile-prefix-format'.
2815 (org-table-formula-substitute-names): New function.
2816 (org-agenda-day-view, org-agenda-week-view): New commands.
2817 (org-agenda-toggle-week-view): Command removed.
2818 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 2819 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
2820 (org-table-formula-debug): New option.
2821 (org-table-insert-row): Keep first field if just "#" or "*".
2822 (org-mode): Paragraph regexps fixed.
2823 (org-table-recalculate-regexp): New constant.
2824 (org-table-justify-field-maybe): Avoid replace if not necessary.
2825 (org-copy-special, org-cut-special): Use `call-interactively'.
2826 (org-table-copy-region): Take region from `interactive' call.
2827 (org-trim): Return string even if no match.
2828 (org-formula): New face.
4b2f6649
SM
2829 (org-set-font-lock-defaults): No longer highlight "FIXME".
2830 But highlight formula-related fields in table.
01d37825
CD
2831 (org-table-p): Use regexp, not fontification.
2832 (org-table-align): Handle white space at end of line.
2833 (org-table-formula-evaluate-inline): New option.
2834 (org-mode): Auto-wrapping in comment lines turned off.
2835 (org-table-copy-down): Evaluate only in copied field, not in
2836 destination.
2837 (org-table-current-formula): Variable removed.
2838 (org-table-store-formulas, org-table-get-stored-formulas)
2839 (org-table-modify-formulas, org-table-replace-in-formulas)
2840 (org-table-maybe-eval-formula): New functions.
4b2f6649 2841 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
2842 (org-table-insert-column, org-table-delete-column)
2843 (org-table-move-column): Call `org-table-modify-formulas'.
2844 (org-complete): Add completion for keyword formulas.
2845 (orgtbl-mode): Pull orgtbl-mode-map to start of
2846 minor-mode-map-alist.
2847
8c39e595
SM
28482005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2849
4b2f6649
SM
2850 * progmodes/python.el (python-check): Require `compile' before
2851 modifying its variables.
2852
8c39e595
SM
2853 * newcomment.el (comment-indent-default): Don't get fooled by an early
2854 end of buffer.
2855
27484eb0
VJL
28562005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2857
8c39e595 2858 * ps-print.el (ps-print-version): Fix version number.
27484eb0 2859
34e60863
LT
28602005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2861
9569175e 2862 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 2863
025691ed
RS
28642005-06-28 Richard M. Stallman <rms@gnu.org>
2865
2866 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2867 (flyspell-local-mouse-map): Declaration deleted.
2868 (flyspell-mouse-map): Bind only mouse-2.
2869 (flyspell-mode-map): Don't test flyspell-use-local-map.
2870 (flyspell-overlay-keymap-property-name): Var deleted.
2871 (flyspell-mode-on): Don't make local bindings for
2872 flyspell-mouse-map and flyspell-mode-map.
2873 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2874
2875 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2876
2877 * progmodes/compile.el (compilation-next-error-function):
2878 Don't switch buffers; operate on the current buffer.
2879
a1522a36
JL
2880 * progmodes/compile.el (compilation-error-file-name)
2881 (compilation-warning-file-name, compilation-info-file-name)
2882 (compilation-line-number, compilation-column-number): New faces.
2883 (compilation-error-face, compilation-warning-face)
2884 (compilation-info-face, compilation-line-face)
2885 (compilation-column-face): Use them.
2886
025691ed
RS
2887 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2888
2889 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2890
2891 * bindings.el (global-map): Bind insertchar and its variants.
2892
28932005-06-27 Richard M. Stallman <rms@gnu.org>
2894
2895 * textmodes/artist.el (artist-text-overwrite)
2896 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2897
9dae638c
VJL
28982005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2899
2900 * ps-print.el: It was not working the page selection for printing.
2901 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2902 (ps-print-version): New version 6.6.7.
2903 (ps-end-sheet): New fun.
2904 (ps-header-sheet, ps-end-job): Call it.
2905
efd6ebec
LT
29062005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2907
b61bfa4d 2908 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 2909
019b1899
LK
29102005-06-27 Lute Kamstra <lute@gnu.org>
2911
2912 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2913 background color faces.
2914 (facemenu-get-face): Delete function.
2915 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 2916 (facemenu-add-new-color): Make second argument mandatory.
588c0770 2917 Create the appropriate face and return it. Simplify.
019b1899
LK
2918 (facemenu-set-foreground, facemenu-set-background): Don't check if
2919 color is defined. Use return value of facemenu-add-new-color.
2920
32da5de9
NR
29212005-06-26 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * progmodes/gud.el (gud-filter): Add missing argument to
2924 with-selected-window.
2925
62350cdd
SM
29262005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2929 a :require to the defcustom.
2930
2931 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2932 defcustoms corresponding to minor modes.
2933
ec9ac2be
DP
29342005-06-26 David Ponce <david@dponce.com>
2935
025691ed 2936 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
2937 (recentf-filename-handler): Fix widget :type.
2938 (recentf-cancel-dialog, recentf-open-more-files)
2939 (recentf-open-files-action): Doc fix.
2940 (recentf-dialog-goto-first): New function.
2941 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
2942 (recentf-dialog-mode): Define with define-derived-mode.
2943 Don't display continuation lines in dialogs.
ec9ac2be
DP
2944 (recentf-edit-list): Rename from recentf-edit-selected-items.
2945 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2946 Simplify.
2947 (recentf-edit-list-validate): New function.
2948 (recentf-edit-list): Update accordingly.
2949 (recentf-open-files-item-shift): Remove.
2950 (recentf-open-files-item): Convert menu elements into tree and
2951 link widgets. Don't create the widgets.
2952 (recentf-open-files): Update accordingly.
2953 (recentf-save-list): Untabify.
2954
33b79ce4
LT
29552005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2956
dd716cec
LT
2957 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2958 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2959 partially contained in the active region. Do not take active
2960 region into account when called from Lisp, unless INTERACTIVE arg
2961 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2962 avoid trouble with fields. Make marker point nowhere when no
2963 longer used. Always return nil. Doc fix.
2964 (flush-lines): Add INTERACTIVE arg. Do not take active region
2965 into account when called from Lisp, unless INTERACTIVE arg is
2966 non-nil. Use `forward-line' instead of `beginning-of-line' to
2967 avoid trouble with fields. Make marker point nowhere when no
2968 longer used. Always return nil. Doc fix.
2969 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2970 interchangeable. Do not take active region into account when
2971 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2972 message in echo area when called from Lisp, unless INTERACTIVE arg
2973 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2974 Return the number of matches. Doc fix.
2975 (occur): Doc fix.
2976 (perform-replace): Make comment follow double space convention for
2977 the sake of `outline-minor-mode'.
2978
33b79ce4
LT
2979 * faces.el (facep): Doc fix.
2980
df13531d
RS
29812005-06-25 Richard M. Stallman <rms@gnu.org>
2982
a68d870b
RS
2983 * facemenu.el (facemenu-enable-faces-p): New function.
2984 (facemenu-background-menu, facemenu-foreground-menu)
2985 (facemenu-face-menu): Add menu-enable property.
2986
df13531d
RS
2987 * jka-compr.el (jka-compr-insert-file-contents):
2988 Special handling if cannot find the uncompression program.
2989
2990 * cus-face.el (custom-face-attributes): Add autoload.
2991
2992 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2993 Bind comment-indent-function locally.
2994
2995 * window.el (save-selected-window): Use save-current-buffer.
2996
2997 * subr.el (with-selected-window): Use save-current-buffer.
2998
2999 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3000 and with-current-buffer.
3001
19cfc561
RS
30022005-06-24 Richard M. Stallman <rms@gnu.org>
3003
3004 * simple.el (line-move-1): Fix previous change.
3005
8346425e
JB
30062005-06-24 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * replace.el (occur-1): Set `buffer-read-only' and the
3009 buffer-modified flag before running `occur-hook' to protect
3010 against unintentional buffer switches that can lead to data loss.
3011
1c955542
NR
30122005-06-24 Nick Roberts <nickrob@snap.net.nz>
3013
3014 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3015 (gud-gdb-marker-filter): Use font-lock-warning-face for any
3016 initial error.
8346425e 3017
1c955542
NR
3018 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3019 after fresh input.
3020 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 3021
6fb276bd
LT
30222005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3023
3024 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3025 elements of RING in order, and without bogus nil elements.
3026
528b6abc
RS
30272005-06-23 Richard M. Stallman <rms@gnu.org>
3028
3029 * simple.el (set-variable): Args renamed; doc fix.
3030 (line-move-1): When there are overlays around, use vertical-motion.
3031
3032 * faces.el (escape-glyph): Use brown against light background.
62350cdd 3033 (nobreak-space): Rename from no-break-space.
528b6abc
RS
3034 Fix previous change.
3035
3036 * dired-aux.el (dired-do-copy): Fix arg prompt.
3037
3038 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3039
aed4a603
GM
30402005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3041
3042 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3043 rather than "Distributor".
3044
9180519b
LK
30452005-06-23 Lute Kamstra <lute@gnu.org>
3046
3047 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3048 (debug-on-entry): Use it. New interactive declaration that uses
3049 function-called-at-point.
3050
9d12e52b
KS
30512005-06-23 Kim F. Storm <storm@cua.dk>
3052
3053 * subr.el (save-match-data): Add comment about using evaporate arg
3054 to set-match-data.
3055
6d44324c
GM
30562005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3057
3058 * cus-edit.el (customize-face)
3059 (customize-face-other-window): Handle face aliases.
3060
3061 * faces.el (face-documentation, set-face-attribute)
3062 (face-spec-set): Handle face aliases.
3063
a1ef2eab
JB
30642005-06-22 Juanma Barranquero <lekktu@gmail.com>
3065
3066 * help-mode.el (help-make-xrefs): If a symbol representing a face
3067 name is not followed by the word "face", it could still be a
3068 function or variable name, so don't bypass other checks.
3069
8906db27
JL
30702005-06-22 Juri Linkov <juri@jurta.org>
3071
3072 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3073 Replace aliased functions with calls where second arg `inherit' is t.
3074
8431b136
NR
30752005-06-22 Nick Roberts <nickrob@snap.net.nz>
3076
3077 * progmodes/gdb-ui.el (gdb-error): New variable.
3078 (gdb-error): New function.
3079 (gdb-annotation-rules): Act on error-begin and error annotations.
3080 (gdb-concat-output): Use font-lock-warning-face for errors.
3081
53abc3bf
MB
30822005-06-22 Miles Bader <miles@gnu.org>
3083
5715f853
MB
3084 * bindings.el (propertized-buffer-identification): Use renamed
3085 `Buffer-menu-buffer' face.
3086
62350cdd 3087 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 3088 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 3089
36a3b076
JL
30902005-06-21 Juri Linkov <juri@jurta.org>
3091
3092 * faces.el (face-user-default-spec): Try getting `customized-face'
3093 prior to `saved-face'.
3094 (frame-background-mode): Refill docstring.
3095
3096 * emacs-lisp/lisp-mode.el (eval-defun-1):
3097 * emacs-lisp/edebug.el (edebug-eval-defun):
3098 Set `saved-face' temporarily to nil before calling form.
3099 Set `customized-face' to the new spec after that.
3100
23873c96
JB
31012005-06-21 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * subr.el (1value, lambda, key-substitution-in-progress):
3104 Doc fixes.
3105
3106 * autoinsert.el (auto-insert-alist):
3107 * ses.el (ses-call-printer):
3108 * subr.el (noreturn):
3109 * emacs-lisp/lisp.el (check-parens):
3110 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3111 * net/browse-url.el (browse-url-mosaic):
3112 * progmodes/cc-defs.el (c-safe-scan-lists):
3113 * progmodes/ebnf-abn.el (ebnf-abn-lex):
3114 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3115 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3116 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3117 * progmodes/ebnf-iso.el (ebnf-iso-lex):
3118 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3119
c224c19a
RS
31202005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3121
3122 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3123
006b1390
GM
31242005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3125
3126 * calendar/appt.el (appt-make-list): Activate the package, if
3127 not already active (for backwards compatibility).
3128
b7d1f38f
KS
31292005-06-20 Kim F. Storm <storm@cua.dk>
3130
3131 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
3132
b4e49aee
MB
31332005-06-20 Miles Bader <miles@gnu.org>
3134
3135 * faces.el (vertical-divider): New face.
3136
01ba9662
JB
31372005-06-20 Juanma Barranquero <lekktu@gmail.com>
3138
3139 * simple.el (kill-whole-line): Doc fix.
3140 (next-error-buffer-p, next-error-find-buffer)
3141 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
3142 (comment-line-break-function): Doc fix: don't say variable
3143 is automatically buffer-local (it isn't).
01ba9662 3144
ebd06e28
MA
31452005-06-19 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * net/tramp-ftp.el (top):
3148 * net/tramp-smb.el (top):
3149 * net/tramp-util.el (top):
3150 * net/tramp-uu.el (top):
3151 * net/tramp-vc.el (top):
3152 * net/tramp.el (top): Revert copyright years back to original
3153 ones. Tramp has a life outside GNU Emacs.
3154
5dafe00b
NR
31552005-06-19 Nick Roberts <nickrob@snap.net.nz>
3156
01ba9662 3157 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 3158
f04a8969
JL
31592005-06-18 Juri Linkov <juri@jurta.org>
3160
3161 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3162 end of first regexp to limit the match to the position between
3163 line number and source line with same separator character as used
3164 between file name and line number. In the second regexp limit
3165 mouse-face area to file name and line number by adding new group
3166 for them and referring it in HYPERLINK arg.
3167 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3168 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3169 previous line where grep markers may be already removed.
3170
e7c2398a
EZ
31712005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3172
62350cdd 3173 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 3174
7ceb6e54 31752005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
3176
3177 * net/browse-url.el (browse-url-browser-function)
3178 (browse-url-default-browser): Add firefox.
3179 (browse-url-firefox-program, browse-url-firefox-arguments)
3180 (browse-url-firefox-startup-arguments)
3181 (browse-url-firefox-new-window-is-tab): New defcustoms.
3182 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3183
f19b57e3
RS
31842005-06-17 Richard M. Stallman <rms@gnu.org>
3185
0ad6717d
RS
3186 * startup.el (command-line): Warn if specified user name has
3187 no home directory.
3188
f19b57e3
RS
3189 * term.el (term-get-old-input, term-input-filter, term-input-sender)
3190 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3191
ebd06e28 3192 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
3193 Doc fixes.
3194
3195 * faces.el (underline): Try bold if terminal doesn't support underline.
3196
3197 * mail/sendmail.el (mail-setup-with-from): New variable.
3198 (mail-insert-from-field): New function.
3199 (sendmail-send-it): Call it.
3200 (mail-setup): Optionally call it here.
3201
3202 * term/linux.el: Call tty-no-underline.
3203
043f95ab
LT
32042005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3207
579322ca
MB
32082005-06-17 Miles Bader <miles@gnu.org>
3209
fa735daa
MB
3210 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3211 (ediff-current-diff-C, ediff-current-diff-Ancestor)
3212 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3213 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3214 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3215 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3216 Remove "-face" suffix from face names.
3217 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3218 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3219 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3220 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3221 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3222 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3223 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3224 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3225 New backward-compatibility aliases for renamed faces.
3226 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3227 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3228 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3229 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3230 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3231 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3232 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3233 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3234 Use renamed ediff faces.
3235
958e6876
MB
3236 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3237 Remove "-face" suffix from face names.
53099cfc 3238 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
3239 New backward-compatibility aliases for renamed faces.
3240 (eshell-run-test): Use renamed eshell-test faces.
3241
ca19f3f1
AS
3242 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3243 face name.
3244 (eshell-prompt-face): New backward-compatibility alias for renamed
3245 face.
958e6876
MB
3246 (eshell-emit-prompt): Use renamed eshell-prompt face.
3247
3248 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3249 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3250 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3251 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3252 Remove "-face" suffix from face names.
3253 (eshell-ls-directory-face, eshell-ls-symlink-face)
3254 (eshell-ls-executable-face, eshell-ls-readonly-face)
3255 (eshell-ls-unreadable-face, eshell-ls-special-face)
3256 (eshell-ls-missing-face, eshell-ls-archive-face)
3257 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 3258 (eshell-ls-clutter-face):
958e6876
MB
3259 New backward-compatibility aliases for renamed faces.
3260 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3261
62350cdd
SM
3262 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3263 Remove "-face" suffix from face name.
579322ca
MB
3264 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3265 instead of literal face.
3266
289824a3
JB
32672005-06-17 Juanma Barranquero <lekktu@gmail.com>
3268
53099cfc
JB
3269 * emacs-lisp/warnings.el (display-warning, lwarn)
3270 (warning-minimum-log-level): Doc fixes.
3271 (warning-minimum-level, warning-minimum-log-level):
3272 Add :debug to :type choices.
3273
289824a3
JB
3274 * progmodes/ada-mode.el (ada-format-paramlist)
3275 (ada-get-indent-case, ada-check-matching-start)
3276 (ada-check-defun-name, ada-goto-matching-decl-start)
3277 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3278 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3279 (ada-make-subprogram-body): Follow error conventions.
3280 (ada-case-exception-file, ada-indent-comment-as-code)
3281 (ada-indent-handle-comment-special, ada-indent-renames)
3282 (ada-indent-return, ada-search-directories-internal)
3283 (ada-tab-policy, ada-case-exception-substring)
3284 (ada-other-file-alist, ada-matching-start-re)
3285 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3286 (ada-imenu-generic-expression, ada-compile-goto-error)
3287 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3288 (ada-popup-menu, ada-add-extensions, ada-mode)
3289 (ada-region-selected, ada-create-case-exception)
3290 (ada-create-case-exception-substring, ada-after-keyword-p)
3291 (ada-activate-keys-for-case, ada-adjust-case-region)
3292 (ada-adjust-case-buffer, ada-format-paramlist)
3293 (ada-scan-paramlist, ada-insert-paramlist)
3294 (ada-indent-newline-indent)
3295 (ada-indent-newline-indent-conditional)
3296 (ada-justified-indent-current, ada-goto-previous-word)
3297 (ada-indent-current, ada-get-indent-open-paren)
3298 (ada-get-indent-paramlist, ada-get-indent-end)
3299 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3300 (ada-get-indent-block-start, ada-get-indent-subprog)
3301 (ada-get-indent-noindent, ada-get-indent-label)
3302 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3303 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3304 (ada-goto-stmt-end, ada-goto-next-word)
3305 (ada-check-matching-start, ada-check-defun-name)
3306 (ada-goto-matching-decl-start, ada-goto-matching-start)
3307 (ada-goto-matching-end, ada-search-ignore-string-comment)
3308 (ada-in-decl-p, ada-looking-at-semi-or)
3309 (ada-looking-at-semi-private, ada-in-paramlist-p)
3310 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3311 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3312 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3313 (ada-previous-package, ada-create-menu)
3314 (ada-fill-comment-paragraph-justify)
3315 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3316 (ada-other-file-name, ada-last-which-function-line)
3317 (ada-last-which-function-subprog, ada-which-function)
3318 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3319 (ada-gen-treat-proc, ada-check-emacs-version)
3320 (ada-continuation-indent, ada-align-region-separate):
3321 Fix typos in docstrings.
3322 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3323
52167727
LK
33242005-06-16 Lute Kamstra <lute@gnu.org>
3325
3326 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3327 conditionally.
3328
04cedb11
JB
33292005-06-16 Juanma Barranquero <lekktu@gmail.com>
3330
246d1dba
JB
3331 * comint.el (comint-replace-by-expanded-filename)
3332 (comint-prompt-regexp, comint-delimiter-argument-list)
3333 (comint-preinput-scroll-to-bottom):
3334 * info.el (Info-hide-cookies-node):
3335 * ls-lisp.el (ls-lisp-classify):
3336 * find-file.el (ff-search-directories, ff-special-constructs)
3337 (ff-find-other-file):
3338 * font-lock.el (font-lock-keywords):
3339 * shell.el (shell-prompt-pattern)
3340 (shell-dynamic-complete-functions, shell-mode)
3341 (shell-delimiter-argument-list):
3342 * term.el (term-replace-by-expanded-filename)
3343 (term-prompt-regexp, term-delimiter-argument-list):
3344 * woman.el (woman-ignore, woman0-if):
3345 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3346 * emacs-lisp/elint.el (elint-init-env):
3347 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3348 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3349 * language/ethio-util.el (ethio-tilde-escape)
3350 (ethio-use-three-dot-question):
3351 * net/zone-mode.el (zone-mode-load-time-setup):
3352 * progmodes/cc-align.el (c-lineup-argcont):
3353 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3354 * progmodes/cperl-mode.el (cperl-set-style-back):
3355 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3356 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3357 Fix spellings in docstrings.
3358
3359 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3360 * progmodes/modula2.el (m2-for): Fix spellings.
3361
3362 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3363
3364 * simple.el (undo-more): Don't use `format' on `error' arguments.
3365 Improve argument/docstring consistency.
3366 (pending-undo-list): Doc fix.
3367
3368 * smerge-mode.el (smerge-ensure-match):
3369 * emulation/vip.el (vip-ex):
3370 * net/zone-mode.el (zone-mode-update-serial):
3371 * progmodes/idlwave.el (idlwave-complete):
3372 * progmodes/vhdl-mode.el (vhdl-visit-file)
3373 (vhdl-compose-wire-components):
3374 Don't use `format' on `error' arguments.
3375
04cedb11
JB
3376 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3377 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3378 (tooltip-help-tips): Fix typos in docstrings.
3379
c25ae380
DP
33802005-06-16 David Ponce <david@dponce.com>
3381
3382 * tree-widget.el (tree-widget-value-create): Simplify last change.
3383
e6838581
KS
33842005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3385
3386 * ido.el (ido-incomplete-regexp): New variable.
3387 (ido-set-matches-1): Handle invalid-regexp error and set
3388 ido-incomplete-regexp.
3389 (ido-incomplete-regexp): New face.
3390 (ido-completions): Use it.
62350cdd
SM
3391 (ido-complete, ido-exit-minibuffer, ido-completions):
3392 Handle incomplete regexps.
e6838581
KS
3393 (ido-completions): Add check for complete match when entering a regexp.
3394
10f401d2
SM
33952005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3398
c202dc91
SM
33992005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3400
3401 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3402 by field delimiters.
3403
763e7cf6
DP
34042005-06-15 David Ponce <david@dponce.com>
3405
3b2f3d1a
DP
3406 * tree-widget.el: eval-and-compile inlined functions so they will
3407 be available at run-time too.
3408 (tree-widget-super-format-handler)
763e7cf6
DP
3409 (tree-widget-format-handler): Remove.
3410 (tree-widget-value-create): Handle the :indent property.
3411
e6572f79
MB
34122005-06-15 Miles Bader <miles@gnu.org>
3413
ef88a999
MB
3414 * progmodes/which-func.el (which-func): Only inherit
3415 `font-lock-function-name-face' when that makes sense against the
3416 default mode-line face, otherwise set the face color explicitly.
3417
e6572f79
MB
3418 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3419 faces instead of (non-existent) variables.
3420
f1b6d70f
SM
34212005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3424 (iswitchb-get-matched-buffers): Likewise. Simplify.
3425
b6116bd2
MB
34262005-06-14 Miles Bader <miles@gnu.org>
3427
a5d37031
MB
3428 * progmodes/ld-script.el (ld-script-location-counter):
3429 Remove "-face" suffix from face name.
e6838581 3430 (ld-script-location-counter-face):
a5d37031
MB
3431 New backward-compatibility alias for renamed face.
3432 (ld-script-location-counter-face): Use renamed face.
3433
e4c067b5
MB
3434 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3435 (cperl-hash): Remove "-face" suffix from face names.
3436 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 3437 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
3438 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3439 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3440
9ce2eb5e
MB
3441 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3442 name.
3443 (which-func-face): New backward-compatibility alias for renamed face.
3444 (which-func-format): Use renamed which-func face.
3445
63a5fd63
MB
3446 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3447 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3448 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3449 names.
3450 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3451 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3452 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3453 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3454 (vhdl-speedbar-architecture-selected)
3455 (vhdl-speedbar-configuration-selected)
3456 (vhdl-speedbar-package-selected)
3457 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3458 names.
3459 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3460 Use renamed faces.
3461 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3462 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3463 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3464 Use renamed faces.
3465 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3466 names.
3467 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3468 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3469 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3470 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3471 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3472 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3473
33595ec6
MB
3474 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3475 face name.
3476 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3477 (sh-heredoc-face): Use renamed sh-heredoc face.
3478
57267a95
MB
3479 * progmodes/idlw-help.el (idlwave-help-link):
3480 Remove "-face" suffix from face name.
3481 (idlwave-help-link-face):
3482 New backward-compatibility alias for renamed face.
3483 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3484
3485 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3486 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3487 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3488 New backward-compatibility aliases for renamed faces.
3489 (idlwave-shell-disabled-breakpoint-face)
3490 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3491
10f401d2 3492 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
3493 Remove "-face" suffix from face names.
3494 (flymake-errline-face, flymake-warnline-face):
3495 New backward-compatibility aliases for renamed faces.
3496 (flymake-highlight-line): Use renamed flymake faces.
3497
4f2d55da
MB
3498 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3499 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3500 (ebrowse-member-class, ebrowse-progress):
3501 Remove "-face" suffix from face names.
3502 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3503 (ebrowse-file-name-face, ebrowse-default-face)
3504 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 3505 (ebrowse-progress-face):
4f2d55da
MB
3506 New backward-compatibility aliases for renamed faces.
3507 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3508 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3509 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3510 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3511
ca19f3f1
AS
3512 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3513 antlr-syntax)
7a3dfaee 3514 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
3515 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3516 names.
7a3dfaee
MB
3517 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3518 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3519 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
3520 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3521 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
3522 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3523 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
3524 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3525 remove "font-lock-". Use renamed antlr-mode faces.
3526 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3527 literal face-names with face variable references.
7a3dfaee 3528
b6116bd2
MB
3529 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3530 face name.
3531 (Buffer-menu-buffer-face): New backward-compatibility alias for
3532 renamed face.
3533 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3534
14901265
DP
35352005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3536
3537 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3538 Eliminate "-face" suffix.
10f401d2 3539 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
3540 eliminate "-face" suffix.
3541 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3542 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3543 actions, instead of prepending, to make it less visible.
10f401d2
SM
3544 (makefile-previous-dependency, makefile-match-dependency):
3545 Don't match a target on a continuation line.
14901265
DP
3546
3547 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3548
3da629bd
NR
35492005-06-15 Nick Roberts <nickrob@snap.net.nz>
3550
1c955542
NR
3551 * progmodes/gdb-ui.el (menu): Re-order menu items.
3552 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 3553
3da629bd
NR
3554 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3555 Define in tooltip.el.
3556 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3557 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3558 gud-tooltip-echo-area.
3559
3560 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3561 backward compatibility and make obsolete.
3562 (tooltip-help-tips): Use tooltip-use-echo-area.
3563 (tooltip-show-help-function): Rename to...
3564 (tooltip-show-help): ...this, because it is a function.
3565 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3566
197a7aaa
LT
35672005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3568
3569 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3570 (edebug-print-length, edebug-print-level, edebug-print-circle)
3571 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3572 (edebug-eval-print-last-sexp): Doc fixes.
3573
6de5b135
KS
35742005-06-14 Kim F. Storm <storm@cua.dk>
3575
3576 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3577 as the coverage buffer/file/both may change.
3578
b59f605b
LK
35792005-06-14 Lute Kamstra <lute@gnu.org>
3580
3581 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3582 and run-mode-hooks. Simplify.
3583
3584 * mail/rmailedit.el (rmail-edit-mode):
3585 * progmodes/octave-inf.el (inferior-octave-mode):
3586 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3587
3588 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3589 and run-mode-hooks.
3590 (recentf-edit-list, recentf-open-files): Don't call
3591 kill-all-local-variables directly.
3592
3593 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3594
ca0a6900
JB
35952005-06-14 Juanma Barranquero <lekktu@gmail.com>
3596
0b46b379
JB
3597 * emacs-lisp/byte-run.el (make-obsolete)
3598 (define-obsolete-function-alias): Rename arguments FUNCTION and
3599 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
3600 (make-obsolete-variable, define-obsolete-variable-alias):
3601 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
3602 respectively.
3603
3604 * isearchb.el (isearchb-activate):
3605 * pcvs.el (cvs-mode):
3606 * ses.el (ses-load):
3607 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3608 * net/tramp.el (tramp-find-file-exists-command)
3609 (tramp-find-shell):
3610 * progmodes/ada-mode.el (ada-create-case-exception)
3611 (ada-create-case-exception-substring, ada-make-subprogram-body):
3612 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3613 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3614 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3615 * textmodes/org.el (org-promote, org-evaluate-time-range)
3616 (org-agenda-next-date-line, org-agenda-previous-date-line)
3617 (org-agenda-error, org-open-at-point, org-table-move-row)
3618 (org-format-table-table-html-using-table-generate-source)
3619 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3620 * textmodes/reftex.el (reftex-access-scan-info):
3621 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3622 (reftex-toc-promote-prepare): Follow error conventions.
3623
3624 * diff-mode.el (diff-mode): Fix typo in docstring.
3625
ca0a6900
JB
3626 * forms.el (forms--intuit-from-file): Fix reference to
3627 `forms-number-of-fields' in error message.
3628 (forms-print): Fix quoting in error message.
3629
3630 * forms.el (forms-mode):
3631 * emulation/vi.el (vi-goto-insert-state):
3632 * progmodes/flymake.el (flymake-new-err-info)
3633 (flymake-start-syntax-check-for-current-buffer)
3634 (flymake-simple-cleanup):
3635 * eshell/esh-var.el (eshell/export):
3636 * progmodes/gud.el (xdb):
3637 * textmodes/flyspell.el (flyspell-incorrect-hook)
3638 (flyspell-maybe-correct-transposition)
3639 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3640
7efb41ae
LT
36412005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3642
3643 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3644 minibuffer prompt.
3645
929129ff
KS
36462005-06-13 Kim F. Storm <storm@cua.dk>
3647
3648 * subr.el (add-to-ordered-list): New defun.
3649
3650 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3651 add cua--keymap-alist to emulation-mode-map-alists.
3652
5aa6db57
SM
36532005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * subr.el (complete-in-turn): New macro.
3656 (dynamic-completion-table, lazy-completion-table): Add debug info.
3657
3658 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3659 in preference to face aliases.
3660
3661 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3662 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3663 Remove unused vars `start' and `firstline'.
3664 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3665 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3666
2702394e
EZ
36672005-06-13 Eli Zaretskii <eliz@gnu.org>
3668
3669 * cus-start.el (all): Don't complain about missing GTK-related
3670 variables, unless either `gtk' is boundp or this isn't a
3671 `windows-nt' build.
3672
dd72a03a
LK
36732005-06-13 Lute Kamstra <lute@gnu.org>
3674
4da76c6a
LK
3675 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3676 run-mode-hooks.
3677
3678 * ediff-mult.el (ediff-meta-mode):
3679 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3680
3681 * ledit.el (ledit-mode): Use delay-mode-hooks.
3682
63e9aa8e
LK
3683 * woman.el (woman-mode-line-format): Delete constant.
3684 (woman-mode-map): Initialize it properly.
5aa6db57
SM
3685 (woman-mode): Set mode-class property to special.
3686 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3687 Set major-mode and mode-name. Don't set mode-line-format directly.
3688 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 3689
dd72a03a
LK
3690 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3691 string argument obsolete.
3692
30313b90
CD
36932005-06-13 Carsten Dominik <dominik@science.uva.nl>
3694
0b46b379 3695 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
3696 (org-disputed-keys): New variable.
3697 (org-key): New function.
3698 (orgtbl-make-binding): Add docstring to the created function.
3699 (org-mode): Set paragraph start/separate regexps.
3700 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3701 (org-archive-location, org-archive-mark-done)
3702 (org-archive-stamp-time): New options.
3703 (org-archive-subtree): New command.
3704 (org-fill-paragraph): New function.
3705 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3706 (org-fake-empty-table-line): Function removed.
3707 (org-format-org-table-html): Do not create empty table lines at
3708 separator lines. Improved table header treatment.
3709 (org-link-format): New option.
3710 (org-make-link): New function.
3711 (org-insert-link, org-store-link): Use org-make-link.
3712 (org-open-file): Quote file name for shell command, to allow
3713 spaces in file names.
5aa6db57
SM
3714 (org-link-regexp): Fix bug with mailto link.
3715 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3716 New constants.
30313b90
CD
3717 (org-export-as-html): Deal with the optional angles around a link.
3718 Better treatment of file: links.
3719 (org-open-at-point): Replace @{ and @} with < and >.
3720 (org-run-mode-hooks): Function removed.
3721 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3722
3fd355d4
NR
37232005-06-13 Nick Roberts <nickrob@snap.net.nz>
3724
3725 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3726 MI command -data-list-register-values.
3727 (gdb-post-prompt): Indent properly.
3728
b1412131
JB
37292005-06-13 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * hilit-chg.el (highlight-changes-colors): Rename from
3732 `highlight-changes-colours'.
3733 (highlight-changes-colours): Keep as obsolete alias.
3734 (highlight-changes-face-list): Doc fix.
3735 (hilit-chg-make-list): Use `highlight-changes-colors'.
3736
defa8e19
MH
37372005-06-12 Mark A. Hershberger <mah@everybody.org>
3738
3739 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3740 defun-prompt-regexp.
3741
a1e8cad6
EZ
37422005-06-12 Eli Zaretskii <eliz@gnu.org>
3743
0e659f57
EZ
3744 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3745 and cygwin.
3746
5aa6db57
SM
3747 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3748 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 3749
ca0113b8
LK
37502005-06-12 Lute Kamstra <lute@gnu.org>
3751
f586d18e
LK
3752 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3753
3a1524ed
LK
3754 * man.el (Man-mode-map): Initialize it properly.
3755 (Man-mode): Set mode-class property to special.
3756
ca0113b8
LK
3757 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3758
32cc0b00
LT
37592005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3762 A newline is needed in the docstring there.
3763
3764 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3765 Doc fixes.
3766
ac9abffe
VJL
37672005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3768
3769 * printing.el: Doc fix. The menubar is no more changed when printing
3770 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 3771 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
3772 (pr-version): New version number (6.8.4).
3773 (pr-menu-bind): New command.
3774 (pr-update-menus): Docstring and code fix.
3775 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3776 Docstring fix.
3777 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3778 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3779
d4ddf783
TTN
37802005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3781
3782 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3783 "Returns" to "return", document useful return values, etc.
3784
98d1a1cf
EZ
37852005-06-11 Alan Mackenzie <acm@muc.de>
3786
3787 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3788 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3789 (adaptive-file-function): Minor amendment to doc-string.
3790
e0dcaa3f
EZ
37912005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3792
67ed6461 3793 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
3794 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3795 Fix :type--it is `integer', not `string'.
67ed6461 3796
e0dcaa3f
EZ
3797 * faces.el (modeline-highlight): Rename from (the erroneous)
3798 `modeline-higilight'.
3799
e5d79aa5
LK
38002005-06-11 Lute Kamstra <lute@gnu.org>
3801
3802 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3803 lisp-interaction-mode-map but make it the parent.
3804 (edebug-eval-mode): Use define-derived-mode.
3805
480c8cd3
AS
38062005-06-11 Andreas Schwab <schwab@suse.de>
3807
3808 * bindings.el: Add binding of `ESC functionkey' for every
3809 `M-functionkey'.
3810 * hexl.el (hexl-mode-map): Likewise.
3811
d11f8e1a
JR
38122005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3813
3814 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3815 [msft]: update regexp for newer msft compilers.
3816
23d519e4
MH
38172005-06-10 Mark A. Hershberger <mah@everybody.org>
3818
3819 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3820 ATTLIST portions of included DTDs.
3821 (xml-parse-dtd): Eliminate use of inefficient match-data.
3822
62d39a42
MB
38232005-06-10 Miles Bader <miles@gnu.org>
3824
530b0472
MB
3825 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3826 (mpuz-text): Remove "-face" suffix from face names.
3827 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3828 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3829 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3830
62d39a42
MB
3831 * play/gomoku.el (gomoku-O, gomoku-X):
3832 Remove "-face" suffix from face names.
3833 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3834 New backward-compatibility aliases for renamed faces.
3835 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3836
83acf231
JB
38372005-06-10 Juanma Barranquero <lekktu@gmail.com>
3838
578c1340
JB
3839 * thumbs.el: Fixes for changes of 2005-06-09.
3840 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3841 as a directory.
3842 (thumbs-thumbname): Remove directory separator from format string;
3843 `thumbs-thumbsdir' now returns a valid directory name.
3844 (thumbs-temp-dir): New defsubst.
3845 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3846 Use it.
3847
466c78c0
JB
3848 * cus-edit.el (minibuffer):
3849 * files.el (make-backup-file-name-function):
3850 * filesets.el (filesets-external-viewers):
3851 * hilit-chg.el (highlight-changes-colours)
3852 (highlight-changes-face-list, highlight-changes-rotate-faces):
3853 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3854 * kmacro.el (kmacro-call-macro):
3855 * log-edit.el (log-edit-changelog-full-paragraphs):
3856 * mouse.el (mouse-1-click-follows-link):
3857 * skeleton.el (skeleton-autowrap):
3858 * subr.el (insert-for-yank-1):
3859 * tempo.el (tempo-insert-region):
3860 * terminal.el (terminal-emulator):
3861 * time.el (display-time-mail-face):
3862 * vc.el (vc-annotate):
3863 * vcursor.el (vcursor-copy-line):
3864 * woman.el (woman-bold-headings, woman-ignore)
3865 (woman-default-faces, woman-monochrome-faces):
3866 * calendar/todo-mode.el (todo-insert-threshold):
3867 * emulation/pc-select.el (pc-select-selection-keys-only)
3868 (pc-selection-mode):
3869 * emulation/vip.el (vip-find-char-forward):
3870 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
3871 * international/mule-cmds.el
3872 (select-safe-coding-system-accept-default-p)
466c78c0
JB
3873 (input-method-exit-on-invalid-key):
3874 * international/mule-diag.el (describe-coding-system):
3875 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3876 * net/browse-url.el (browse-url-xterm-program):
3877 * obsolete/lazy-lock.el (lazy-lock-mode):
3878 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3879 (cperl-mode):
3880 * progmodes/cpp.el (cpp-face-light-name-list)
3881 (cpp-face-dark-name-list):
3882 * progmodes/delphi.el (delphi-newline-always-indents):
3883 Fix spellings in docstrings.
3884
83acf231
JB
3885 * ido.el (ido-mode, ido-file-extensions-order)
3886 (ido-default-file-method, ido-default-buffer-method)
3887 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3888 (ido-decorations, ido-read-file-name-as-directory-commands)
3889 (ido-read-file-name-non-ido, ido-work-directory-list)
3890 (ido-ignore-item-temp-list, ido-current-directory)
3891 (ido-magic-forward-char, ido-enter-find-file)
3892 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3893 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3894
257914aa
LK
38952005-06-10 Lute Kamstra <lute@gnu.org>
3896
3897 * play/dunnet.el (dun-mode): Use define-derived-mode.
3898 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3899 obsolete alias.
3900
2aa8e74a
LK
3901 * play/doctor.el (doctor-mode-map): Remove defvar.
3902 (doctor-mode): Use define-derived-mode.
3903
7bdd8beb
LK
3904 * mail/mspools.el (mspools-mode):
3905 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
3906 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3907
0efefc52
MB
39082005-06-10 Miles Bader <miles@gnu.org>
3909
c43aed5a
MB
3910 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3911 Remove "-face" suffix from face names.
3912 (flyspell-incorrect-face, flyspell-duplicate-face):
3913 New backward-compatibility aliases for renamed faces.
3914 (flyspell-mode-on, make-flyspell-overlay)
3915 (flyspell-highlight-incorrect-region)
3916 (flyspell-highlight-duplicate-region)
3917 (flyspell-display-next-corrections)
3918 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3919
e639491a
MB
3920 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3921 from face name.
3922 (texinfo-heading-face): New backward-compatibility alias for
3923 renamed face.
3924 (texinfo-heading-face): Use renamed texinfo-heading face.
3925
ad49d9d6
MB
3926 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3927 suffix from face names.
83acf231 3928 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
3929 New backward-compatibility aliases for renamed faces.
3930 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3931 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3932 literal face name.
3933
b4c925d8
MB
3934 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3935 name.
3936 (table-cell-face): New backward-compatibility alias for renamed face.
3937 (table--put-cell-face-property, table--update-cell-face):
3938 Use renamed table-cell face.
3939
b390eb09
MB
3940 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3941 from face name.
3942 (sgml-namespace-face): New backward-compatibility alias for
3943 renamed face.
3944 (sgml-namespace-face): Use renamed sgml-namespace face.
3945
8e49668e
MB
3946 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3947 (org-level-4, org-level-5, org-level-6, org-level-7)
3948 (org-level-8, org-warning, org-headline-done)
3949 (org-deadline-announce, org-scheduled-today)
3950 (org-scheduled-previously, org-link, org-done, org-table)
3951 (org-time-grid): Remove "-face" suffix from face names.
3952 (org-level-1-face, org-level-2-face, org-level-3-face)
3953 (org-level-4-face, org-level-5-face, org-level-6-face)
3954 (org-level-7-face, org-level-8-face, org-warning-face)
3955 (org-headline-done-face, org-deadline-announce-face)
3956 (org-scheduled-today-face, org-scheduled-previously-face)
3957 (org-link-face, org-done-face, org-table-face)
3958 (org-time-grid-face):
3959 New backward-compatibility aliases for renamed faces.
3960 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3961 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3962 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3963 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3964
25c06649
MB
3965 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3966 (viper-minibuffer-emacs, viper-minibuffer-insert)
3967 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3968 (viper-search-face, viper-replace-overlay-face)
3969 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3970 (viper-minibuffer-vi-face):
3971 New backward-compatibility aliases for renamed faces.
3972 (viper-search-face, viper-replace-overlay-face)
3973 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3974 (viper-minibuffer-vi-face): Use renamed viper faces.
3975
4719d184
MB
3976 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3977 Remove "-face" suffix from face names.
3978 (testcover-nohits-face, testcover-1value-face):
3979 New backward-compatibility aliases for renamed faces.
3980 (testcover-mark): Use renamed testcover faces.
3981
ccacbcec
MB
3982 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3983 face name.
3984 (diary-button-face): New backward-compatibility alias for renamed face.
3985 (diary-entry): Use renamed diary-button face.
3986
75eb05f6
MB
3987 * calendar/calendar.el (diary, calendar-today, holiday)
3988 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3989 (diary-face, calendar-today-face, holiday-face):
3990 New backward-compatibility aliases for renamed faces.
3991 (eval-after-load "facemenu", diary-entry-marker)
3992 (calendar-today-marker, calendar-holiday-marker, diary-face):
3993 Use renamed calendar faces.
3994
37af2dd3
MB
3995 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3996 (compare-windows-face): New backward-compatibility alias for
3997 renamed face.
3998 (compare-windows-highlight): Use renamed compare-windows face.
3999
10853fc3
MB
4000 * strokes.el (strokes-char): Remove "-face" suffix from face name.
4001 (strokes-char-face): New backward-compatibility alias for renamed face.
4002 (strokes-encode-buffer): Use renamed strokes-char face.
4003
2058218e
MB
4004 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4005 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4006 Remove "-face" suffix from face names.
4007 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4008 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4009 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 4010 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 4011 Use renamed pcvs faces.
4a9ad3c6
MB
4012 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4013 * pcvs-defs.el (cvs-mode-map): Likewise.
4014 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 4015
a335c06e
MB
4016 * info.el (info-title-1, info-title-2, info-title-3)
4017 (info-title-4): Remove "-face" suffix from and downcase face names.
4018 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4019 (Info-title-4-face):
4020 New backward-compatibility aliases for renamed faces.
4021 (Info-fontify-node): Use renamed info faces.
4022
a01853d7
MB
4023 * hilit-chg.el (highlight-changes, highlight-changes-delete):
4024 Remove "-face" suffix from face names.
4025 (highlight-changes-face, highlight-changes-delete-face):
4026 New backward-compatibility aliases for renamed faces.
4027 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4028 (hilit-chg-make-list): Use renamed highlight-changes faces.
4029
f0b3dcbf
MB
4030 * generic-x.el (show-tabs-tab, show-tabs-space):
4031 Remove "-face" suffix from face names.
4032 (show-tabs-tab-face, show-tabs-space-face):
4033 New backward-compatibility aliases for renamed faces.
4034 (show-tabs-generic-mode-font-lock-defaults-1)
4035 (show-tabs-generic-mode-font-lock-defaults-2):
4036 Use renamed show-tabs faces.
4037
e8bfdf82
MB
4038 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4039 (smerge-markers): Remove "-face" suffix from face names.
4040 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 4041 (smerge-markers-face):
e8bfdf82
MB
4042 New backward-compatibility aliases for renamed faces.
4043 (smerge-mine-face, smerge-other-face, smerge-base-face)
4044 (smerge-markers-face): Use renamed smerge faces.
4045
ca19f3f1
AS
4046 * log-view.el (log-view-file, log-view-message): Remove "-face"
4047 suffix from face names.
4048 (log-view-file-face, log-view-message-face): New
4049 backward-compatibility aliases for renamed faces.
4050 (log-view-file-face, log-view-message-face): Use renamed log-view
4051 faces.
d842de85 4052
83acf231 4053 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 4054 Remove "-face" suffix from face names.
83acf231 4055 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
4056 New backward-compatibility aliases for renamed faces.
4057 (show-paren-function): Use renamed show-paren faces.
4058
42e64878
MB
4059 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4060 (ruler-mode-margins, ruler-mode-fringes)
4061 (ruler-mode-column-number, ruler-mode-fill-column)
4062 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
4063 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4064 suffix from face names.
42e64878
MB
4065 (ruler-mode-default-face, ruler-mode-pad-face)
4066 (ruler-mode-margins-face, ruler-mode-fringes-face)
4067 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4068 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
ca19f3f1
AS
4069 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4070 backward-compatibility aliases for renamed faces.
42e64878
MB
4071 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4072 (ruler-mode-column-number, ruler-mode-fill-column)
4073 (ruler-mode-comment-column, ruler-mode-goal-column)
4074 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
4075 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4076 faces.
42e64878 4077
ee01ad0e
MB
4078 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4079 face name.
4080 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
4081 (whitespace-highlight-face): New backward-compatibility alias for
4082 renamed face.
ee01ad0e 4083
b66e8575
MB
4084 * woman.el (woman-italic, woman-bold, woman-unknown)
4085 (woman-addition, woman-symbol-face):
4086 Remove "-face" suffix from face names.
4087 (woman-italic-face, woman-bold-face, woman-unknown-face)
4088 (woman-addition-face):
4089 New backward-compatibility aliases for renamed faces.
4090 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4091 (woman-decode-region, woman-replace-match)
4092 (woman-display-extended-fonts, woman-special-characters)
4093 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4094 Use renamed woman faces.
4095
041a6e47
MB
4096 * longlines.el (longlines-visible-face): Face removed.
4097
221711eb
MB
4098 * diff-mode.el (diff-header, diff-file-header, diff-index)
4099 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 4100 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
4101 suffix from face names.
4102 (diff-header-face, diff-file-header-face, diff-index-face)
4103 (diff-hunk-header-face, diff-removed-face, diff-added-face)
4104 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 4105 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
4106 renamed faces.
4107 (diff-header-face, diff-file-header-face)
4108 (diff-index, diff-index-face, diff-hunk-header)
4109 (diff-hunk-header-face, diff-removed, diff-removed-face)
4110 (diff-added, diff-added-face, diff-changed-face, diff-function)
4111 (diff-function-face, diff-context-face, diff-nonexistent)
4112 (diff-nonexistent-face): Use renamed diff-mode faces.
4113
541a6d0d
MB
4114 * progmodes/compile.el (compilation-warning-face)
4115 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 4116 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
4117 New backward-compatibility aliases for renamed faces.
4118 (compilation-warning-face, compilation-info-face):
4119 Use renamed compilation faces.
4120
fe735a8d
MB
4121 * add-log.el (change-log-date, change-log-name)
4122 (change-log-email, change-log-file, change-log-list)
4123 (change-log-conditionals, change-log-function)
4124 (change-log-acknowledgement): Remove "-face" suffix from face names.
4125 (change-log-date-face, change-log-name-face)
4126 (change-log-email-face, change-log-file-face)
4127 (change-log-list-face, change-log-conditionals-face)
83acf231 4128 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
4129 New backward-compatibility aliases for renamed faces.
4130 (change-log-font-lock-keywords): Use renamed change-log faces.
4131
d478e69d
MB
4132 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4133 (custom-set, custom-changed, custom-saved, custom-button)
4134 (custom-button-pressed, custom-documentation, custom-state)
4135 (custom-comment, custom-comment-tag, custom-variable-tag)
4136 (custom-variable-button, custom-face-tag, custom-group-tag-1)
4137 (custom-group-tag): Remove "-face" suffix from face names.
4138 (custom-magic-alist, custom-magic-value-create)
4139 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4140 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4141 (custom-set-face, custom-changed-face, custom-saved-face)
4142 (custom-button-face, custom-button-pressed-face)
4143 (custom-documentation-face, custom-state-face)
4144 (custom-comment-face, custom-comment-tag-face)
4145 (custom-variable-tag-face, custom-variable-button-face)
4146 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 4147 (custom-group-tag-face):
d478e69d
MB
4148 New backward-compatibility aliases for renamed faces.
4149
0efefc52
MB
4150 * wid-edit.el (widget-documentation, widget-button)
4151 (widget-field, widget-single-line-field, widget-inactive)
4152 (widget-button-pressed): "-face" suffix removed from face names.
4153 (widget-documentation-face, widget-button-face)
4154 (widget-field-face, widget-single-line-field-face)
4155 (widget-inactive-face, widget-button-pressed-face):
4156 New backward-compatibility aliases for renamed faces.
4157 (widget-documentation-face, widget-button-face)
4158 (widget-button-pressed-face, widget-specify-field)
4159 (widget-specify-inactive): Use renamed widget faces.
4160
d8338794
KH
41612005-06-10 Kenichi Handa <handa@m17n.org>
4162
4163 * term/x-win.el (x-clipboard-yank): Remove condition-case
4164 wrapping.
4165
41662005-06-11 Kenichi Handa <handa@m17n.org>
4167
4168 * add-log.el (change-log-font-lock-keywords): Make the regexp for
4169 date lines stricter.
4170
63e88db3
KH
41712005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
4172
4173 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4174 of x-get-selection.
4175
63baed99
JB
41762005-06-10 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * comint.el (comint-mode, comint-snapshot-last-prompt):
4179 * frame.el (frame-current-scroll-bars):
4180 * term.el (term-mode, term-check-proc, term-input-sender)
4181 (term-simple-send, term-extract-string, term-word)
4182 (term-match-partial-filename):
4183 * window.el (window-current-scroll-bars):
4184 * emulation/cua-base.el (cua-normal-cursor-color)
4185 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4186 (cua-global-mark-cursor-color):
4187 * mail/undigest.el (rmail-forward-separator-regex):
4188 Fix typos in docstrings.
4189
4190 * comint.el (comint-check-proc, make-comint-in-buffer)
4191 (comint-source-default): Doc fixes.
4192
4193 * term.el (term-send-string): Improve argument/docstring
4194 consistency.
4195
3c28ffec
LT
41962005-06-09 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * comint.el (comint-send-input): Bind `inhibit-read-only' around
4199 call to `delete-region'.
4200 (comint-mode-hook): Do not enable Font Lock by default.
4201
420adcc6
LK
42022005-06-09 Lute Kamstra <lute@gnu.org>
4203
4204 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4205 could be void.
4206
6c06bd88
SM
42072005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4210 (debug): Use it.
4211 (debugger-step-through, debugger-continue, debugger-jump)
4212 (debugger-return-value): Set it when needed.
4213 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4214 Use inhibit-read-only.
4215
f271d3c7
JB
42162005-06-09 Juanma Barranquero <lekktu@gmail.com>
4217
fd8529d0
JB
4218 * window.el (shrink-window-if-larger-than-buffer)
4219 (window-size-fixed): Fix typo in docstring.
9fa87e0d 4220
f271d3c7
JB
4221 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4222 thumbnails directory on loading.
4223 (thumbs-conversion-program): Use `eq' to check the system type,
4224 not `equal'.
4225 (thumbs-temp-dir): Initialize to `temporary-file-directory',
4226 not "/tmp". Fix docstring.
4227 (thumbs-thumbsdir): New function to return the thumbnails
4228 directory, creating it if needed.
4229 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4230 (thumbs-temp-file): Delete variable and make it into a function.
4231 (thumbs-resize-image, thumbs-modify-image): Use it.
4232 (thumbs-kill-buffer): Simplify.
4233 (thumbs-gensym): Defalias or duplicate CL `gensym'.
4234 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4235 docstrings.
4236
b7aae902
KS
42372005-06-09 Kim F. Storm <storm@cua.dk>
4238
4239 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4240 set-match-data to free markers in match-data.
4241
4242 * replace.el (replace-match-data): Pass RESEAT arg `t' to
4243 match-data to unchain markers in match-data.
4244
72f23b85
SM
42452005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4248 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
4249 unnecessary now.
4250
99598737
RS
42512005-06-08 Richard M. Stallman <rms@gnu.org>
4252
4253 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4254 give the variable a doc string that doesn't say don't set it directly.
4255
4256 * textmodes/ispell.el (ispell-check-version):
4257 Use match-string-no-properties.
4258 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4259 (ispell-buffer-local-words): Likewise.
4260
4261 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4262 except on terminals with enough colors to really display it.
4263 (makefile-dependency-regex): Delete spurious `bb'.
4264
4265 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 4266 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 4267
4a29de23
KS
42682005-06-08 Kim F. Storm <storm@cua.dk>
4269
4270 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4271 also when reading directory name.
4272
b978659c
LK
42732005-06-08 Lute Kamstra <lute@gnu.org>
4274
4275 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
4276 (flyspell-mode-line-string): Remove autoload cookie.
4277 (flyspell-mode): Remove defvar.
b978659c 4278
6d64c191
LK
42792005-06-07 Lute Kamstra <lute@gnu.org>
4280
4281 * textmodes/org.el (org-run-mode-hooks): New function.
4282 (org-agenda-mode): Use it.
4283
590bc48b
JB
42842005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
4285
99598737 4286 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 4287
3d031334
SM
42882005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4291
a54aae9e
LT
42922005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4293
4294 * font-lock.el (font-lock-add-keywords): Doc fix.
4295
ed975fa6
SM
42962005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4297
29a47b89
SM
4298 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4299 (tex-compile-default): In the absence of any history, use the order in
4300 tex-compile-alist to choose the preferred command.
4301 (tex-compile-commands): Reorder a bit.
4302
7ad04640
SM
4303 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4304 (flyspell-incorrect-face, flyspell-duplicate-face):
4305 Use (X)Emacs-agnostic code.
4306 (flyspell-mode-map): Don't overwrite at each load. Remove code
4307 redundant with the subsequent add-minor-mode. Merge Emacs and
4308 XEmacs code.
4309 (flyspell-word): Minor simplification.
4310 (flyspell-math-tex-command-p): Quieten the byte-compiler.
ca19f3f1
AS
4311 (flyspell-external-point-words): Remove unused vars `size' and
4312 `start'.
4313 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4314 the corresponding Emacs code.
4315 (flyspell-correct-word, flyspell-xemacs-popup): Use
4316 flyspell-do-correct.
7ad04640 4317
532c188a
SM
4318 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4319 a dedicated window.
4320
ed975fa6
SM
4321 * international/latexenc.el (latexenc-find-file-coding-system):
4322 Undo part of last patch, to turn off a compiler warning.
4323
e43cbeae
JL
43242005-06-06 Juri Linkov <juri@jurta.org>
4325
4326 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4327 Rename `tmm-inactive-face' to `tmm-inactive'.
4328
4bad17c2
KS
43292005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4330
4331 * iswitchb.el: Rename faces.
4332
c7b96d76
KS
43332005-06-06 Kim F. Storm <storm@cua.dk>
4334
4335 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4336 (cua-global-mark): Remove -face suffix from face names.
4337
ed975fa6
SM
4338 * emulation/cua-gmrk.el (cua--init-global-mark):
4339 Remove cua-global-mark face setup.
c7b96d76 4340
ce6e10af
RS
43412005-06-06 Richard M. Stallman <rms@gnu.org>
4342
4343 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4344 just like other allowed characters.
4345 (makefile-match-dependency): Exclude leading and training whitespace
4346 from the range of regexp subexp 1.
4347 (makefile-macroassign-regex): Don't try to match the body,
4348 just the name of the macro being defined.
4349
4350 * info.el (Info-read-node-name-2): New function.
4351 (Info-read-node-name-1): Use that.
4352 Add a completion-base-size-function property.
4353
4354 * simple.el (completion-setup-function): Look for
4355 completion-base-size-function property of
4356 minibuffer-completion-table.
4357
4358 * files.el (locate-file-completion): Doc fix.
4359
4360 * printing.el: Don't call pr-update-menus; user must do that.
4361
4362 * emacs-lisp/debug.el (debugger-window): New variable.
4363 (debug): Use debugger-window if it is set and still alive.
4364 Record debugger-window for next entry.
c7b96d76 4365
ce6e10af
RS
4366 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4367
c7b96d76 43682005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
4369
4370 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4371 (hack-one-local-variable, hack-local-variables)
4372 (hack-local-variables-prop-line): Pass that arg.
4373
9c7f6bb3
KS
43742005-06-06 Kim F. Storm <storm@cua.dk>
4375
4376 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4377 (ido-indicator): Remove -face suffix from face names.
4378
c476bcb0
JL
43792005-06-06 Juri Linkov <juri@jurta.org>
4380
4381 * font-lock.el (font-lock-regexp-backslash)
4382 (font-lock-regexp-backslash-construct): New faces.
4383 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4384 after `('. Add `while-no-input' to control structures.
4385
4386 * faces.el (no-break-space, shadow): New faces.
4387 (escape-glyph): Use less loud colors pink2 and red4.
4388
4389 * diff-mode.el (diff-context-face)
4390 * dired.el (dired-ignored)
4391 * rfn-eshadow.el (file-name-shadow)
4392 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4393
4394 * info.el (Info-title-1-face): Use green instead of yellow because
4395 bold yellow is not readable on light backgrounds.
4396
4397 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4398 before selecting the desired mode to not spend time fontifying
4399 old contents.
4400
f7f17975
JB
44012005-06-06 Juanma Barranquero <lekktu@gmail.com>
4402
b3c70578
JB
4403 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4404 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4405
01f438b9
JB
4406 * ps-print.el (ps-default-fg, ps-default-bg):
4407 Fix typos in docstrings.
4408
f7f17975
JB
4409 * isearchb.el (isearchb): Don't pass a spurious second argument to
4410 `iswitchb-completions'.
4411
c1205dad
NR
44122005-06-05 Nick Roberts <nickrob@snap.net.nz>
4413
4414 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4415 to preserve point.
4416 (gdb-find-file-hook): Add doc string.
4417
4418 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 4419 C dereferenced pointer expression.
32759db5 4420 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
4421
4422 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4423
eb78dfb8
JB
4424 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4425 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4426 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4427 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4428 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
4429 Make background transparent.
4430
bfe5418b
LT
44312005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4432
4433 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4434 (font-lock-remove-keywords): Doc fix.
4435 (font-lock-mode-major-mode): Compiler defvar.
4436 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4437
4438 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4439 (font-lock-mode): Update `font-lock-mode-major-mode'.
4440 (font-lock-set-defaults): Compiler defvar.
4441 (font-lock-default-function): Take `font-lock-mode-major-mode'
4442 into account.
4443
4444 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4445 keep track of which major mode it enabled the minor mode for.
4446 Use find-file-hook again. Update docstring.
4447
4448 * simple.el (eval-expression-print-level)
4449 (eval-expression-print-length, eval-expression-debug-on-error):
4450 Doc fixes.
4451
91018229
EZ
44522005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4453
b6f0a397
EZ
4454 * iswitchb.el (iswitchb-single-match-face)
4455 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4456 (iswitchb-invalid-regexp-face): New faces.
4457 (iswitchb-completions): Use them.
ed975fa6 4458 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
4459 now marked as an obsolete alias.
4460 (iswitchb-read-buffer): Remove check for bound font variables.
4461 (iswitchb-invalid-regexp): New free variable.
4462 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4463 set iswitchb-invalid-regexp.
4464 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4465 invalid regexps.
4466 (iswitchb-completions): Add check for complete match when entering
4467 a regexp.
4468 (iswitchb-completions): Remove require-match argument.
bfe5418b 4469 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
4470 (iswitchb-common-match-inserted): New variable.
4471 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 4472
94d4bafb
EZ
44732005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4474
4475 * url-http.el (url-http-chunked-encoding-after-change-function):
4476 Use `url-http-debug' instead of `message'.
4477
86b21ac3
EZ
44782005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4479
4480 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4481 callback argument.
4482
61e40b6d
KS
44832005-06-04 Kim F. Storm <storm@cua.dk>
4484
555228aa
KS
4485 * simple.el (line-move): Only call sit-for when moving backwards.
4486
61e40b6d
KS
4487 * ido.el (ido-make-merged-file-list-1): New defun split from
4488 ido-make-merged-file-list.
4489 (ido-make-merged-file-list): Bind throw-on-input around call to
4490 ido-make-merged-file-list-1. Return input-pending-p if
4491 interrupted by more input available.
4492 (ido-read-internal): Handle input-pending-p return value from
4493 ido-make-merged-file-list.
4494
10b234c0
SM
44952005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4496
fab31ec3
SM
4497 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4498 compatibility code.
4499
10b234c0
SM
4500 * international/latexenc.el (latexenc-find-file-coding-system):
4501 Don't inherit the EOL part of the coding-system from the
4502 tex-main buffer. Fit within 80 columns.
4503
76668788
NR
45042005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4505
4506 * tmm.el (tmm-inactive-face): New face.
4507 (tmm-remove-inactive-mouse-face): New function.
4508 (tmm-prompt, tmm-add-one-shortcut)
4509 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4510 but not selectable.
4511
6312e5f7
JB
45122005-06-03 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * faces.el (face-equal): Improve argument/docstring consistency.
4515
30edba6e
DP
45162005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4517
4518 * progmodes/make-mode.el (makefile-targets-face)
4519 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4520 (makefile-bsdmake-dependency-regex)
4521 (makefile-makepp-rule-action-regex)
4522 (makefile-bsdmake-rule-action-regex): New constants.
4523 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4524
4525 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4526 Allow (...) within `...' for makepp messages.
4527
899a431b 45282005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 4529
85268d70 4530 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 4531
85268d70
JB
4532 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4533 "." files are deleted from all file lists before comparison.
30edba6e 4534
85268d70
JB
4535 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4536 (viper-ESC-key): Made them customizable.
30edba6e 4537
10b234c0 4538 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 4539
bfadb7ec
LT
45402005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4541
4542 * autorevert.el (auto-revert-buffers): Use save-match-data.
4543
6cb9fac3
SM
45442005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4547 menu items with a nil command binding.
4548
011131fd
JB
45492005-06-01 Juanma Barranquero <lekktu@gmail.com>
4550
358e4d6d
JB
4551 * emacs-lisp/cl-macs.el (defsetf):
4552 Improve argument/docstring consistency.
4553
011131fd
JB
4554 * faces.el (list-faces-display): Improve the formatting by
4555 computing the maximum length required for any face-name (reworked
4556 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4557 (internal-find-face): Remove redundant info in docstring.
4558
7653a3dc
NR
45592005-06-01 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4562 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4563 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4564 (gdb-assembler-custom): Improve regexps.
ed975fa6 4565 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 4566
9ccee7d0
SM
45672005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4570
ad83e1f4
JB
45712005-05-31 Jay Belanger <belanger@truman.edu>
4572
4573 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4574 to calc-embedded.
4575 (calc-embedded-make-info): Have plain prefix argument select
4576 entire line.
4577
2cd16d74
JB
45782005-05-31 Juanma Barranquero <lekktu@gmail.com>
4579
d0213ee1
JB
4580 * faces.el (list-faces-display): Signal error if passed a regexp
4581 that matches no face name.
4582
2cd16d74
JB
4583 * simple.el (filter-buffer-substring): Fix typo in docstring.
4584
f35aff82
RS
45852005-05-31 Richard M. Stallman <rms@gnu.org>
4586
9ccee7d0 4587 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
4588 (vhdl-emacs-21): Doc fix.
4589 (vhdl-mode): Unconditionally set comment-padding.
4590 (vhdl-fixup-whitespace-region): Insert spaces only where
4591 there are none.
4592 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4593
c7a4ce37
JW
45942005-05-30 John Wiegley <johnw@newartisans.com>
4595
881b07f9
JB
4596 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4597 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4598 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
4599 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4600 `string-to-number'.
4601
e39f3cfe
JB
46022005-05-30 Jay Belanger <belanger@truman.edu>
4603
4604 * calc/calc.el (calc-bug-address): Fix docstring.
4605 (calc-window-hook, calc-trail-window-hook): New variables.
4606 (calc-trail-display): Restore use of calc-trail-window-hook.
4607 (calc): Restore use of calc-window-hook.
4608
6dfa731f
MY
46092005-05-31 Masatake YAMATO <jet@gyve.org>
4610
3c1ebc5a 4611 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 4612
3c1ebc5a 4613 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
4614 `find-function-noselect'.
4615
3c1ebc5a
SM
46162005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4619 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4620
3f72dc73
GM
46212005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4622
4623 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4624 included diary buffer if it was not already being visited.
4625 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4626
4627 * calendar/icalendar.el (top-level): Do not require 'appt.
4628
4629 * mail/supercite.el (sc-select-attribution): Only use a list
4630 element from sc-attrib-selection-list if it returns a string.
4631 Reported by Davide G. M. Salvetti <salve@debian.org>.
4632
0df06447
JB
46332005-05-30 Juanma Barranquero <lekktu@gmail.com>
4634
588c0770 4635 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
4636 includes a hash value to improve its uniqueness, and has a ".jpg"
4637 extension. Also, it is now a valid filename on all systems.
4638 (thumbs-make-thumb): Use `let', not `let*'.
4639 (thumbs-show-thumbs-list): Check for JPEG availability.
4640
b8caac06
RS
46412005-05-30 Richard M. Stallman <rms@gnu.org>
4642
4643 * filesets.el (filesets-menu-ensure-use-cached):
4644 Prevent warning when emacs-version>= is undefined.
4645
4646 * printing.el (pr-interactive-n-up): Use string-to-number.
4647
4648 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4649
4650 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4651 Warn only when name to be defined is quoted.
4652
4809e59f
NR
46532005-05-30 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4656 Make regexp more robust.
0df06447 4657 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
4658 Force regeneration of disassembly.
4659
2a1669a2
JB
46602005-05-29 Jay Belanger <belanger@truman.edu>
4661
4662 * calc/calc.el (calc-user-invocation): Check if
4663 calc-invocation-macro is non-nil.
4664
5f43c63c
JL
46652005-05-29 Juri Linkov <juri@jurta.org>
4666
4667 * add-log.el (change-log-font-lock-keywords):
4668 Add `+' to e-mail regexp to accept mail address with keywords.
4669
4670 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4671
7fa9f4eb
LT
46722005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4673
4674 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4675
4676 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4677
cad2b414
RS
46782005-05-29 Richard M. Stallman <rms@gnu.org>
4679
4680 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4681 Undo the change that moves to end of the current word.
4682
8c6fb9d0
NR
46832005-05-29 Nick Roberts <nickrob@snap.net.nz>
4684
4685 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4686 Throw error when count <= 0 to ensure input is a number.
4687 (gdb-read-memory-custom): Pick up address from buffer.
4688 (gdb-memory-mode): Allow user to increment and decrement
4689 memory address from header line.
4690
c16b1394
RS
46912005-05-29 Richard M. Stallman <rms@gnu.org>
4692
a8c453e6
RS
4693 * flyspell.el (flyspell-version): Function deleted.
4694 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 4695
c16b1394
RS
4696 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4697 Do nothing if memory is full.
4698
4699 * font-lock.el (font-lock-fontify-syntactically-region):
4700 Pass t for GREEDY to looking-back.
4701
4702 * saveplace.el (save-place-alist-to-file): Write the file
4703 using write-region.
4704
4705 * subr.el (looking-back): New argument GREEDY.
4706
4707 * progmodes/compile.el (compilation-start): Set the mode
4708 before inserting the initial text.
4709
4710 * progmodes/which-func.el (which-func-update-1): Turn the mode
4711 off in case of error by setting which-func-mode.
7fa9f4eb 4712
52eb0373 47132005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 4714
cad2b414 4715 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 4716 Narrow down to what's on the screen, and recenter overlays
cad2b414 4717 at the end of the next word.
7fa9f4eb 4718
52eb0373 47192005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 4720
a8c453e6 4721 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 4722 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
4723 (flyspell-abbrev-p): Default to nil.
4724 (flyspell-use-global-abbrev-table-p): Doc fix.
4725 (flyspell-large-region): Allow nil as value.
4726 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4727
4728 (mail-mode-flyspell-verify): More robust handling
4729 of `mail-header-separator'. More efficient signature detection.
4730 Allow for regexp metacharacters in message-header-separator.
85be564d 4731 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
4732
4733 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4734 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4735 Bind flyspell-auto-correct-binding.
4736 Bind C-. and C-, .
4737 (flyspell-mode-map): Likewise.
4738 (flyspell-mode): Doc fix.
4739 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4740 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4741 (flyspell-word-cache-result): New var, always local.
4742 (flyspell-check-pre-word-p): Doc fix.
4743 (flyspell-check-changed-word-p): Handle spc like newline.
4744 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4745 (flyspell-word-search-backward, flyspell-word-search-forward):
4746 New functions.
4747 (flyspell-word): Return t if nothing to check.
4748 When parsing TeX code, check for after } or \.
4749 Use flyspell-word-search-backward to find previous word.
4750 Return nil if duplicated word.
4751 For word already checked, return same value as last time.
4752 Set flyspell-word-cache-result after checking.
4753 Don't clobber the return value.
4754 (flyspell-get-word): Major rewrite.
4755 (flyspell-external-point-words): New locals pword, pcount.
4756 Fix size used in progress message.
4757 Find the proper corresponding word in flyspell-large-region-buffer.
4758 (flyspell-region): Check for flyspell-large-region = nil.
4759 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4760 (flyspell-auto-correct-word): Check that WORD is a cons.
4761 (flyspell-correct-word): Likewise.
a8c453e6 4762
adde7693
DP
47632005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4764
4765 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
4766 (makefile-macroassign-regex, makefile-makepp-mode)
4767 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
4768 Reported by Joshua Varner.
4769 (makefile-makepp-font-lock-keywords): Add $(stem).
4770
b5352ff5
KB
47712005-05-28 Karl Berry <karl@gnu.org>
4772
0df06447 4773 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
4774 shell-quote-argument (2005-03-31 change), remove all calls to
4775 shell-quote-argument; they all end up invoking tex-send-command.
4776 The double quoting loses on filenames with non-safe characters,
4777 such as "@". Reported by Frederik Fouvry.
4778
3daabddd
NR
47792005-05-29 Nick Roberts <nickrob@snap.net.nz>
4780
4781 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4782 about preserving point.
4783
1565a620
JB
47842005-05-27 Jay Belanger <belanger@truman.edu>
4785
4786 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4787 Info-goto-node.
4788
05294d63
JB
4789 * calc/calc-embed.el (calc-embed-arg): New variable.
4790 (calc-do-embedded-activate, calc-embedded-activate-formula)
4791 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4792 variable by new variable.
4793 (calc-embedded-make-info): Replace undeclared variable by new
4794 variable. When selecting region with positive prefix
4795 argument, use end of previous line instead of beginning of line.
4796
4797 * calc/calc-aent.el (calc-arg-values): Declare it.
4798
4799 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4800 Declare them.
4801
4802 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4803
4804 * calc/calc.el (calc-alg-map): Declare it.
4805
4806 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4807
f8916156
NR
48082005-05-28 Nick Roberts <nickrob@snap.net.nz>
4809
4810 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4811 (gdb-registers-buffer, toggle-gdb-all-registers):
4812 Toggle display of floating point registers.
4813 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4814
0df06447 4815 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
4816 (toggle-gud-tooltip-dereference):
4817 Rename from gud-toggle-tooltip-dereference.
4818
83040cb0
SM
48192005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4822
63971eab
JB
48232005-05-27 Jay Belanger <belanger@truman.edu>
4824
4825 * calc/calc-prog.el (calc-kbd-report): Remove.
4826 (calc-kbd-query): Rewrite.
4827
d5e1a786
JB
48282005-05-27 Juanma Barranquero <lekktu@gmail.com>
4829
83040cb0 4830 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
4831 (image-type-available-p): Doc fix.
4832
6c5a38fa
LK
48332005-05-27 Lute Kamstra <lute@gnu.org>
4834
18a8c773 4835 * calc/calc.el (calc):
1f2503a5 4836 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
4837 (outline-5, outline-6, outline-7, outline-8):
4838 * textmodes/dns-mode.el (dns-mode):
4839 * textmodes/sgml-mode.el (sgml-namespace-face):
4840 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 4841 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
4842 * textmodes/texinfo.el (texinfo-heading-face):
4843 Specify customization group.
1f2503a5 4844
6c5a38fa
LK
4845 * longlines.el: Don't require easy-mmode.
4846 (longlines-visible-face): Specify customization group.
4847
7cf49add
KH
48482005-05-27 Kenichi Handa <handa@m17n.org>
4849
4850 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4851 encoding table of windows-1251.
4852
83040cb0
SM
4853 * international/ucs-tables.el (ucs-set-table-for-input):
4854 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
4855 its translation-table property.
4856
4857 * international/code-pages.el: Don't register a coding system into
4858 non-iso-charset-alist more than once.
4859 (cp-make-coding-system): Likewise.
1f2503a5 4860
9c041409
JW
48612005-05-26 John Wiegley <johnw@newartisans.com>
4862
6b6f91b3
JW
4863 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4864 `eshell-resume-eval' is wrapped in a list, it indicates that the
4865 command was run asynchronously. In that case, unwrap the value
4866 before checking the delimiter value.
4867
9c041409 4868 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
4869 character before a space at the end of a line is \, assume the space
4870 is part of the last argument rather than a final argument separator.
9c041409 4871
83040cb0
SM
4872 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4873 is in use, and the target is `t' or `nil' (which are the most common
4874 values), don't assume that the symbol target is a buffer.
9c041409 4875
ddfbe5db
LT
48762005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * calendar/calendar.el (calendar-mode-line-format):
4879 Use mode-line-highlight as mouse-face.
4880
4881 * time.el (display-time-string-forms, display-time-update):
4882 Use mode-line-highlight as mouse-face.
4883
04e9c13c
JB
48842005-05-26 Jay Belanger <belanger@truman.edu>
4885
4886 * calc/calc.el (calc-language-alist): Remove extra defvar.
4887
6441d280
LK
48882005-05-26 Lute Kamstra <lute@gnu.org>
4889
4890 * arc-mode.el (archive-mode):
4891 * bookmark.el (bookmark-read-annotation-mode)
4892 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4893 * bs.el (bs-mode):
4894 * calc/calc-yank.el (calc-edit-mode):
4895 * calc/calc.el (calc-mode, calc-trail-mode):
4896 * calculator.el (calculator-mode):
4897 * chistory.el (command-history-mode):
4898 * comint.el:
4899 * cus-edit.el (custom-mode):
4900 * descr-text.el (describe-text-mode):
4901 * ebuff-menu.el (Electric-buffer-menu-mode):
4902 * ediff-util.el (ediff-mode):
4b66bdf0
LK
4903 * emacs-lisp/re-builder.el (reb-mode):
4904 * emulation/vi.el (vi-mode-setup):
4905 * emulation/ws-mode.el (wordstar-mode):
4906 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
4907 * forms.el (forms-mode):
4908 * help-mode.el (help-mode):
4909 * hexl.el (hexl-mode):
4910 * ibuffer.el (ibuffer-mode):
4911 * ielm.el (inferior-emacs-lisp-mode):
4912 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 4913 * international/swedish.el:
6441d280
LK
4914 * ledit.el (ledit-from-lisp-mode):
4915 * locate.el (locate-mode):
4b66bdf0
LK
4916 * mail/rmail.el (rmail-mode):
4917 * mail/rmailedit.el (rmail-edit-mode):
4918 * mail/rmailsum.el (rmail-summary-mode):
4919 * mail/supercite.el (sc-electric-mode):
4920 * net/eudc.el (eudc-mode):
4921 * net/quickurl.el (quickurl-list-mode):
4922 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4923 * obsolete/ooutline.el (outline-mode):
4924 * obsolete/options.el (Edit-options-mode):
4925 * obsolete/rnews.el (news-mode):
4926 * obsolete/rnewspost.el (news-reply-mode):
4927 * play/5x5.el (5x5-mode):
4928 * play/decipher.el (decipher-mode, decipher-stats-mode):
4929 * play/gomoku.el (gomoku-mode):
4930 * play/snake.el (snake-mode):
4931 * play/solitaire.el (solitaire-mode):
4932 * play/tetris.el (tetris-mode):
681c6a37
LK
4933 * progmodes/ada-mode.el (ada-mode):
4934 * progmodes/antlr-mode.el (antlr-mode):
4935 * progmodes/autoconf.el (autoconf-mode):
4936 * progmodes/dcl-mode.el (dcl-mode):
4937 * progmodes/delphi.el (delphi-mode):
9a969196
LK
4938 * progmodes/ebrowse.el (ebrowse-tree-mode)
4939 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
4940 (ebrowse-electric-position-mode):
4941 * progmodes/f90.el (f90-mode):
4942 * progmodes/fortran.el (fortran-mode):
4943 * progmodes/icon.el (icon-mode):
4944 * progmodes/idlw-help.el (idlwave-help-mode):
4945 * progmodes/idlw-shell.el (idlwave-shell-mode):
4946 * progmodes/idlwave.el (idlwave-mode):
4947 * progmodes/inf-lisp.el (inferior-lisp-mode):
4948 * progmodes/m4-mode.el (m4-mode):
4949 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4950 * progmodes/modula2.el (modula-2-mode):
4951 * progmodes/octave-inf.el (inferior-octave-mode):
4952 * progmodes/octave-mod.el (octave-mode):
4953 * progmodes/pascal.el (pascal-mode):
4954 * progmodes/sh-script.el (sh-mode):
4955 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4956 * progmodes/vhdl-mode.el (vhdl-mode):
4957 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
4958 * replace.el (occur-mode):
4959 * ses.el (ses-mode):
4960 * simple.el (completion-list-mode):
4961 * skeleton.el:
4962 * speedbar.el (speedbar-mode):
48985adc 4963 * term.el (term-mode):
6441d280 4964 * terminal.el (terminal-edit-mode):
681c6a37
LK
4965 * textmodes/reftex-index.el (reftex-index-mode)
4966 (reftex-index-phrases-mode):
4967 * textmodes/reftex-sel.el (reftex-select-label-mode)
4968 (reftex-select-bib-mode):
4969 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 4970 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
4971 * wid-browse.el (widget-browse-mode):
4972 Use run-mode-hooks.
6441d280
LK
4973
4974 * array.el (array-mode):
4b66bdf0
LK
4975 * calendar/todo-mode.el (todo-mode):
4976 * man.el (Man-mode):
4977 * play/landmark.el (lm-mode):
48985adc
KS
4978 * play/mpuz.el (mpuz-mode):
4979 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
4980
4981 * subr.el (delay-mode-hooks): Specify indentation.
4982
4b66bdf0
LK
49832005-05-26 Mark A. Hershberger <mah@everybody.org>
4984
ca19f3f1
AS
4985 * xml.el (xml-substitute-special): Don't die for undefined xml
4986 entities.
4b66bdf0 4987
3e00c50e
JB
49882005-05-26 Jay Belanger <belanger@truman.edu>
4989
4990 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4991 of nil.
4992
8da4dd76
NR
49932005-05-27 Nick Roberts <nickrob@snap.net.nz>
4994
4995 * progmodes/gdb-ui.el (gdb-frame-address):
4996 Rename from gdb-current-address.
4997 (gdb-previous-frame-address): Rename from gdb-previous-address.
4998 (gdb-selected-frame): Rename from gdb-current-frame.
4999 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5000 (gdb-frame-number): Rename from gdb-current-stack-level.
5001 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 5002 Extend initialization of variables.
8da4dd76
NR
5003 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5004 (gdb-memory-mode): Use mouse-face in header line.
5005 (gdb-assembler-buffer-name): Call it disassembly and give frame
5006 in mode line.
5007 (gdb-source-spec-regexp, gdb-assembler-custom)
5008 (gdb-invalidate-assembler, gdb-frame-handler):
5009 Make robust to leading zeroes in address format.
5010
8ba93b1c
CD
50112005-05-26 Carsten Dominik <dominik@science.uva.nl>
5012
d5e1a786 5013 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
5014 define `org-mode'.
5015 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5016
83040cb0 50172005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
5018
5019 * log-edit.el (log-edit-changelog-entries): Distinguish between
5020 filenames like xfns.c and fns.c.
04c71a26 5021
dd53d2c8
LT
50222005-05-25 Luc Teirlinck <teirllm@auburn.edu>
5023
5024 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5025 point after reverting.
5026 (Buffer-menu-make-sort-button): Handle the case where
5027 `Buffer-menu-use-header-line' is nil.
5028
214dd398
TTN
50292005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5030
5031 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5032 New funcs. In minibuffer-local-completion-map bind `]', `/'
5033 and `:' to them.
5034
b6666b5f
SM
50352005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * startup.el (normal-top-level): Allow modification of load-path while
5038 we're iterating over it.
5039
f75049fc
JB
50402005-05-25 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5043 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5044 (thumbs-resize-interactive, thumbs-insert-image)
5045 (thumbs-insert-thumb, thumbs-dired-show-marked)
5046 (thumbs-find-image-at-point, thumbs-delete-images)
5047 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5048 (thumbs-increment-image-size, thumbs-decrement-image-size):
5049 Fix typos in docstrings.
5050
ccc90048
AS
50512005-05-24 Andre Spiegel <spiegel@gnu.org>
5052
83040cb0 5053 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
5054 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5055 (cperl-mode): Use them.
5056
18fde850
JB
50572005-05-24 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * window.el (quit-window, shrink-window-if-larger-than-buffer):
5060 Doc fixes.
5061
86041bae
NR
50622005-05-24 Nick Roberts <nickrob@snap.net.nz>
5063
b6666b5f 5064 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 5065 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
5066
5067 * dired.el (dired-dnd-popup-notice): Use message-box.
5068
359e4563
MY
50692005-05-23 Masatake YAMATO <jet@gyve.org>
5070
b6666b5f
SM
5071 * bindings.el (mode-line-major-mode-keymap):
5072 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
5073
5074 * faces.el (mode-line-highlight): New face.
5075
5076 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5077 as mouse-face.
5078
5079 * bindings.el (top-level, help-echo, mode-line-modified)
5080 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5081 as mouse-face.
5082
28fdc86a
JB
50832005-05-23 Juanma Barranquero <lekktu@gmail.com>
5084
a4632380
JB
5085 * progmodes/cc-engine.el (c-guess-basic-syntax):
5086 Remove spurious call to `zerop'.
5087
28fdc86a
JB
5088 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5089
7c09345f
MS
50902005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
5091
5092 CC Mode update to 5.30.10:
5093
83040cb0 5094 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
5095 could go past the limit in decoration level 2, thereby causing
5096 errors during interactive fontification.
5097
83040cb0 5098 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
5099 the file is evaluated interactively.
5100
5101 * cc-engine.el (c-guess-basic-syntax): Handle operator
5102 declarations somewhat better in C++.
5103
5104 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5105 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
5106 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5107 (awk-mode): Use it.
7c09345f
MS
5108 (make-local-hook): Suppress warning about obsoleteness.
5109
5110 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
5111 (c-append-backslashes-forward, c-delete-backslashes-forward)
5112 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
5113 Compensate for return value from `forward-line' when it has moved
5114 but not to a different line due to eob.
5115
83040cb0 5116 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
5117 `objc-method-intro' and `objc-method-args-cont'.
5118
51192005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
5120
5121 CC Mode update to 5.30.10:
5122
5123 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5124 in the copyright statement. Incidentally, change "along with GNU
5125 Emacs" to "along with this program" where it occurs.
5126
5127 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5128 so that it is interactive, hence can be found by M-x awk-mode
5129 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
5130 <gmorris+emacs@ast.cam.ac.uk>.
5131
5132 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5133 Mode's regexps.
5134
28fdc86a 51352005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
5136
5137 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5138 c-parse-state, to avoid a lisp error (on bad code).
5139
f1e9abb9
LK
51402005-05-23 Lute Kamstra <lute@gnu.org>
5141
5142 * subr.el (font-lock-defaults): Remove defvar as it's already
5143 defined in font-core.el.
5144
83040cb0 5145 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 5146
28fdc86a
JB
51472005-05-23 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5150 more general and work when GDB variable "print pretty" is on,
5151 as with Emacs, for example.
5152
21178fee
LT
51532005-05-22 Luc Teirlinck <teirllm@auburn.edu>
5154
5155 * font-core.el: Update comment.
5156
83040cb0
SM
5157 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5158 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
5159
5160 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5161
a0e8eaa3
EZ
51622005-05-22 Eli Zaretskii <eliz@gnu.org>
5163
5164 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5165 and `yank-handler' in the doc strings.
5166
6cd0254f
SM
51672005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
5170
724e07b9
RS
51712005-05-22 Richard M. Stallman <rms@gnu.org>
5172
1b12fa9d
RS
5173 * help.el (describe-key): Move print-help-return-message call
5174 out of conditional.
5175
724e07b9
RS
5176 * progmodes/etags.el (list-tags): Use with-no-warnings.
5177
5178 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5179 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5180 (starttls-extra-args, starttls-extra-arguments): Add defvars.
5181
5182 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5183
5184 * language/viet-util.el (viet-viscii-nonascii-translation-table):
5185 Add defvar.
5186
5187 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5188 Use defvar, not defconst.
5189
5190 * hexl.el (hexl-follow-line): Use with-no-warnings.
5191
5192 * emulation/tpu-extras.el: Use write-file-functions instead of
5193 write-file-hooks.
5194
5195 * dired.el (dired-font-lock-keywords): Fontify files with junk
5196 extensions even if marked by -F.
5197
2641cc63
JB
51982005-05-22 Juanma Barranquero <lekktu@gmail.com>
5199
3187ba1c
JB
5200 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5201 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5202 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5203 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5204 (concatenate, list-length, get*, getf, cl-remprop):
5205 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5206 (etypecase, progv, lexical-let, lexical-let*)
5207 (multiple-value-bind, multiple-value-setq, shiftf):
5208 Improve argument/docstring consistency.
5209
2641cc63
JB
5210 * subr.el (focus-frame, unfocus-frame):
5211 Revert deletion on 2005-05-01.
5212
a41c216f
AS
52132005-05-22 Andre Spiegel <spiegel@gnu.org>
5214
5215 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5216 doesn't exist.
5217
83040cb0
SM
5218 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
5219 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 5220
fdd55b6a
NR
52212005-05-22 Nick Roberts <nickrob@snap.net.nz>
5222
5223 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5224 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 5225 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
5226 suspend-hooks, comment-indent-hook, meta-flag,
5227 before-change-function, after-change-function,
5228 font-lock-doc-string-face.
5229
71f800cf
LT
52302005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5231
5232 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5233
bb4afd09
EZ
52342005-05-21 Eli Zaretskii <eliz@gnu.org>
5235
5236 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5237 rmail-dont-reply-to.
5238
a2c9aee6
EZ
52392005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5240
5241 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5242 literal blank when splitting new-header-values.
5243
6e50f7e0
EZ
52442005-05-21 Matt Hodges <MPHodges@member.fsf.org>
5245
5246 * calendar/cal-menu.el (cal-menu-update): Add separator as a
5247 string so that tmm doesn't create a completion entry for it.
5248
5249 * textmodes/table.el (table-disable-menu): Ditto.
5250
a527b753
RS
52512005-05-21 Richard M. Stallman <rms@gnu.org>
5252
5253 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5254
5255 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5256
5257 * net/rcompile.el (remote-compile): Use compilation-start.
5258
5259 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5260
774cd454
DP
52612005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
5262
5263 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5264 Default to makefile-bsdmake-mode on BSD systems.
5265
5266 * imenu.el (imenu-generic-expression, imenu--generic-function'):
5267 REGEXP may also be a search function now. The part of doc-string
5268 for describing the structure was 95% identical to that of
5269 `imenu--generic-function'. Unify it there.
5270
6cd0254f
SM
5271 * progmodes/make-mode.el (makefile-imenu-generic-expression):
5272 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
5273 it easily goes into an endless loop.
5274 (makefile-makepp-mode): Also add submenu for Perl functions
5275 defined in the makefile.
5276 (makefile-bsdmake-mode): Special imenu-generic-expression no
5277 longer needed, due to function call.
5278 (makefile-match-dependency): Take BOUND into account when checking
5279 if we're through.
5280
ed8060d9
JB
52812005-05-20 Jay Belanger <belanger@truman.edu>
5282
5283 * calc/calc-units.el (calc-invalidate-units-table):
5284 Use inhibit-read-only.
5285 (math-build-units-table-buffer): Use view-mode.
5286
8292be61
DK
52872005-05-20 David Kastrup <dak@gnu.org>
5288
5289 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5290 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5291
0a418fa1
JB
52922005-05-20 Lute Kamstra <lute@gnu.org>
5293
5294 * diff-mode.el (diff-header-face, diff-file-header-face)
5295 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5296 (diff-added-face, diff-changed-face, diff-function-face)
5297 (diff-context-face, diff-nonexistent-face): Put them in the
5298 diff-mode customization group.
5299
53002005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5303
5304 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5305
5306 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5307 Minor regexp-optimization.
5308
24e9a727
CD
53092005-05-20 Carsten Dominik <dominik@science.uva.nl>
5310
5311 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5312 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5313 (org-agenda-add-time-grid-maybe): New function.
5314 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5315 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 5316 (org-xor): Simplify implementation.
24e9a727
CD
5317 (org-agenda): `inhibit-redisplay' turned on.
5318 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5319 a consistent line after a state change.
5320 (org-agenda-remove-times-when-in-prefix): New option.
5321 (org-prefix-has-time): New variable.
5322 (org-parse-time-string): Optional argument NODEFAULT.
5323 (org-format-agenda-item): Parse items for time-of-day
5324 specifications and move these into the prefix if possible.
5325 (org-agenda-priority): Get current heading, not previous heading
5326 during agenda remote editing.
5327
a18ff988
JB
53282005-05-20 Juanma Barranquero <lekktu@gmail.com>
5329
47bc4b3f
JB
5330 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5331 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5332 (remove-duplicates, delete-duplicates, substitute)
5333 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5334 (nsubstitute-if-not, find, find-if, find-if-not, position)
5335 (position-if, position-if-not, count, count-if, count-if-not)
5336 (mismatch, search, sort*, stable-sort, merge, member*)
5337 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5338 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5339 (intersection, nintersection, set-difference, nset-difference)
5340 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5341 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5342 (nsublis, tree-equal): Improve argument/docstring consistency.
5343
5344 * subr.el (send-string, send-region):
5345 Remove obsolescence declaration.
a18ff988
JB
5346 (window-dot, set-window-dot, read-input, show-buffer)
5347 (eval-current-buffer, string-to-int):
5348 Add release number to obsolescence declarations.
5349
f4056bf7
KS
53502005-05-19 Kim F. Storm <storm@cua.dk>
5351
5352 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5353 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5354
35a0a8aa
NR
53552005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5356
5357 * faces.el (list-faces-display): Make back button respect optional
5358 regexp arg.
5359
bfd187c8
JB
53602005-05-19 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * calculator.el (calculator-radix-grouping-mode)
5363 (calculator-radix-grouping-digits, calculator-displayer)
5364 (calculator-radix-grouping-separator, calculator-copy-displayer):
5365 * dabbrev.el (dabbrev-search-these-buffers-only):
5366 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5367 (diff-advance-after-apply-hunk, diff-mode-hook)
5368 (diff-minor-mode-prefix):
5369 * imenu.el (imenu-use-popup-menu):
5370 * jit-lock.el (jit-lock-context-time):
5371 * newcomment.el (comment-fill-column, comment-column)
5372 (comment-style, comment-padding, comment-multi-line)
5373 (comment-empty-lines, comment-auto-fill-only-comments):
5374 * reveal.el (reveal-around-mark):
5375 * uniquify.el (uniquify-buffer-name-style)
5376 (uniquify-after-kill-buffer-p)
5377 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5378 (uniquify-min-dir-content, uniquify-separator)
5379 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5380 * w32-vars.el (w32-fixed-font-alist):
5381 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5382 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5383 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5384 * progmodes/perl-mode.el (perl-indent-level)
5385 (perl-continued-statement-offset, perl-continued-brace-offset)
5386 (perl-brace-offset, perl-brace-imaginary-offset)
5387 (perl-label-offset, perl-indent-continued-arguments)
5388 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5389 * progmodes/tcl.el (tcl-indent-level)
5390 (tcl-continued-indent-level, tcl-auto-newline)
5391 (tcl-tab-always-indent, tcl-electric-hash-style)
5392 (tcl-help-directory-list, tcl-use-smart-word-finder)
5393 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5394 (inferior-tcl-source-command):
5395 * textmodes/fill.el (enable-kinsoku):
5396 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5397 * textmodes/table.el (table-yank-handler):
5398 Specify missing group (and type, if simple) in defcustom.
5399
620d3304
LT
54002005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5401
5402 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5403
e1c45277
RS
54042005-05-19 Richard M. Stallman <rms@gnu.org>
5405
5406 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5407
5408 * subr.el (event-basic-type): Don't get an error.
5409 (left-fringe-p): Function deleted.
5410
5411 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 5412 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
5413
5414 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5415 in recursive copy.
5416
5417 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5418
5419 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5420
ca19f3f1
AS
5421 * emacs-lisp/bytecomp.el
5422 (byte-compile-file-form-custom-declare-variable): Call
5423 byte-compile-nogroup-warn if appropriate.
e1c45277
RS
5424
5425 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5426 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 5427
de327926
JB
54282005-05-19 Jay Belanger <belanger@truman.edu>
5429
5430 * calc/calc-graph.el (calc-graph-format-data): Make sure
5431 var-PlotRejects is bound before trying to check its value.
5432
73d5f668
CD
54332005-05-19 Carsten Dominik <dominik@science.uva.nl>
5434
b6666b5f 5435 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
5436 definition of this variable from reftex-global.el to reftex.el,
5437 because it is needed in the menu.
5438
96474944
LK
54392005-05-19 Lute Kamstra <lute@gnu.org>
5440
5441 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5442 years are fixed. Don't insert a space after a dash.
5443
8d9386a1
KS
54442005-05-19 Kim F. Storm <storm@cua.dk>
5445
5446 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5447
dfa89b5d
DP
54482005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5449
5450 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5451 strings, because (eq ... ?\\) is fairly frequent.
5452
5453 * progmodes/make-mode.el (makefile-add-this-line-targets):
5454 Simplify and integrate into `makefile-pickup-targets'.
5455 (makefile-add-this-line-macro): Simplify and integrate into
5456 `makefile-pickup-macros.
5457 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
5458 (makefile-previous-dependency, makefile-match-dependency):
5459 Don't stumble over `::'.
dfa89b5d 5460
2fcd33fe
NR
54612005-05-19 Nick Roberts <nickrob@snap.net.nz>
5462
dfa89b5d 5463 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
5464 Remove obsoletion of post-command-idle-hook and
5465 post-command-idle-delay.
5466
639ec765 5467 * faces.el (list-faces-display): Provide button when describe-face
85be564d 5468 is called to take user back to the list of faces.
639ec765
NR
5469
5470 * help-fns.el (describe-variable): Remove hyperlinks in a
5471 variable's value as these are quite frequently inappropriate.
5472
b6666b5f
SM
5473 * follow.el (follow-submit-feedback, follow-mode):
5474 Remove references to post-command-idle-hook.
2fcd33fe 5475
5c8b5442
DP
54762005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5477
5478 * progmodes/make-mode.el (makefile-previous-dependency)
5479 (makefile-match-dependency): Check for := (and in bsd mode also
5480 !=) to give a better result, even when font-lock is not on.
5481
ec249c71
JB
54822005-05-18 Jay Belanger <belanger@truman.edu>
5483
44a91a68
JB
5484 * calc/calc-help.el (calc-s-prefix-help):
5485 Add `calc-copy-special-constant' to help string.
ec249c71 5486
2e5df9ac
LT
54872005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5488
5489 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5490
73b990b1
JB
54912005-05-18 Jay Belanger <belanger@truman.edu>
5492
5493 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5494 in linear factors are in proper order.
3a1e8128
CD
5495
54962005-05-18 Carsten Dominik <dominik@science.uva.nl>
5497
44a91a68
JB
5498 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5499 Support for jurabib.
3a1e8128
CD
5500
5501 * textmodes/reftex.el (featurep): Define aliases for overlay
5502 commands, for XEmacs compatibility, and use these aliases in
5503 overlay initializations.
5504 (reftex-highlight): Use `reftex-move-overlay'.
5505 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 5506 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
5507 (reftex-access-search-path): Use `reftex-uniquify' instead of
5508 `reftex-uniq'
5509
ca19f3f1
AS
5510 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5511 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
5512 (reftex-select-item): Use `reftex-delete-overlay'.
5513 (reftex-select-mark): Use `reftex-make-overlay' and
5514 `reftex-overlay-put'.
5515 (reftex-select-unmark): Use `reftex-delete-overlay' and
5516 `reftex-overlay-put'.
5517
7bc10886
LK
55182005-05-18 Lute Kamstra <lute@gnu.org>
5519
5520 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5521
d11ad5a7
JB
55222005-05-18 Juanma Barranquero <lekktu@gmail.com>
5523
1902b5b6
JB
5524 * add-log.el (add-change-log-entry):
5525 * array.el (array-make-template, array-reconfigure-rows)
5526 (array-init-max-row, array-init-max-column)
5527 (array-init-columns-per-line, array-init-field-width):
5528 * replace.el (replace-match-maybe-edit, perform-replace):
5529 * textmodes/spell.el (spell-region):
5530 Replace `read-input' by `read-string'.
5531
5532 * forms.el (forms-mode):
5533 * finder.el (finder-compile-keywords):
5534 * shadowfile.el (shadow-read-files):
5535 Replace `eval-current-buffer' by `eval-buffer'.
5536
5537 * terminal.el (te-pass-through):
5538 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5539 (ange-ftp-raw-send-cmd):
5540 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5541 (send-process-next-char, telnet-initial-filter, telnet):
5542 Replace `send-string' by `process-send-string'.
5543
5544 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5545 (prolog-consult-region): Replace `send-string' by
44a91a68 5546 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
5547
5548 * progmodes/delphi.el (delphi-log-msg):
5549 Replace `set-window-dot' by `set-window-point'.
5550
d11ad5a7
JB
5551 * subr.el (window-dot, set-window-dot, read-input, send-string)
5552 (send-region, show-buffer, eval-current-buffer):
5553 Make really obsolete, as the comment says.
5554
77e2c652
KS
55552005-05-17 Kim F. Storm <storm@cua.dk>
5556
5557 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5558 (cua--init-keymaps): Bind C-return instead of S-return to set
5559 rectangle mark.
5560
5561 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5562 instead of S-return to toggle/clear rectangle mark.
5563
0b11ce59
DP
55642005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5565
5566 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
5567 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5568 Also fontify plain strings assigned to variables, mostly so that a
5569 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
5570 (makefile-previous-dependency): Inline the new matcher, because it
5571 is too complex to work in both directions.
5572 (makefile-match-dependency): Eliminate `backward' arg (see above).
5573 Completely reimplemented so as to not sometimes go into an endless
5574 loop. It should also be more efficient, because first it only
5575 searches for `:', instead of applying the very complex regexp.
8ade3c25 5576 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
5577 to be fontified in one piece can be too long for JIT.
5578 Makefiles are never *that* big.
0b11ce59 5579
6ae53dc1
RS
55802005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5581
5582 * dired.el (dired-mode): Simplify.
5583
77777daf
LK
55842005-05-17 Lute Kamstra <lute@gnu.org>
5585
f8d0b769
LK
5586 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5587 defcustom for the mode hook variable.
5588
77777daf
LK
5589 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5590 Emacs Lisp Reference Manual.
5591
430c1c66
JB
55922005-05-17 Juanma Barranquero <lekktu@gmail.com>
5593
213233f0
JB
5594 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5595 (evenp, list*):
5596 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5597 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5598
430c1c66
JB
5599 * net/tramp-smb.el (tramp-smb-open-connection):
5600 Pass `tramp-chunksize' as fifth (required) argument.
5601
71994ae7
DP
56022005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5603
44a91a68
JB
5604 * font-lock.el (lisp-font-lock-keywords-1):
5605 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
5606 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5607
5608 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5609 a var, and refine it to mask one more level of nested vars.
5610 (makefile-rule-action-regex): Turn it into a var, and refine it so
5611 it recognizes backslashed continuation lines as belonging to the
5612 same command.
5613 (makefile-macroassign-regex): Refine it so it recognizes
5614 backslashed continuation lines as belonging to the same command.
5615 (makefile-var-use-regex): Don't look at the next char, because it
5616 might be the same one to be skipped by the initial [^$], leading
5617 to an overlooked variable use.
5618 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
5619 are now variables that some of the modes set locally.
5620 Handle dependency and rule action matching through functions, because
71994ae7 5621 regexps alone match too often. Dependency matching now comes
44a91a68 5622 last, so it can check, whether a colon already matched something else.
71994ae7
DP
5623 (makefile-mode): Inform that font-lock improves makefile parsing
5624 capabilities.
5625 (makefile-match-dependency, makefile-match-action): New functions.
5626
cc211a0f
JB
56272005-05-16 Juanma Barranquero <lekktu@gmail.com>
5628
1e866943
JB
5629 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5630
027a4b6b
JB
5631 * align.el (align-regexp):
5632 * ansi-color.el (ansi-color-get-face):
5633 * array.el (array-reconfigure-rows, array-init-max-row)
5634 (array-init-max-column, array-init-columns-per-line)
5635 (array-init-field-width):
5636 * dired-aux.el (dired-trample-file-versions):
5637 * dired-x.el (dired-mark-sexp):
5638 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5639 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5640 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5641 * faces.el (face-read-integer):
5642 * files.el (backup-extract-version, insert-directory):
5643 * hexl.el (hexl-insert-decimal-char):
5644 * server.el (server-process-filter):
5645 * shell.el (shell-extract-num):
5646 * startup.el (command-line-1):
5647 * term.el (term-command-hook):
5648 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5649 (time-stamp-do-number):
5650 * time.el (display-time-update):
5651 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5652 (timezone-fix-time):
5653 * vms-patch.el (vms-suspend-resume-hook):
5654 * calendar/appt.el (appt-convert-time):
5655 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5656 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5657 * calendar/cal-islam.el (mark-islamic-diary-entries):
5658 * calendar/calendar.el (calendar-cursor-to-date)
5659 (calendar-star-date):
5660 * calendar/diary-lib.el (diary-attrtype-convert)
5661 (mark-diary-entries, diary-entry-time):
5662 * calendar/solar.el (solar-get-number):
5663 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5664 * emacs-lisp/re-builder.el (reb-display-subexp):
5665 * emulation/edt.el (edt-set-scroll-margins):
5666 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5667 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5668 (vip-get-ex-count):
5669 * emulation/viper-ex.el (viper-get-ex-token)
5670 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5671 * international/fontset.el (fontset-plain-name):
5672 * mail/feedmail.el (feedmail-look-at-queue-directory):
5673 * mail/mailalias.el (mail-get-names):
5674 * mail/rmail.el (rmail-convert-to-babyl-format):
5675 * mail/rmailsum.el (rmail-make-basic-summary-line)
5676 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5677 (rmail-summary-goto-msg):
5678 * mail/smtpmail.el (smtpmail-read-response):
5679 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5680 (ange-ftp-vms-add-file-entry):
5681 * play/gametree.el (gametree-looking-at-ply)
5682 (gametree-current-branch-score):
5683 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5684 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5685 * progmodes/cperl-mode.el (condition-case):
5686 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5687 (ebrowse-set-member-buffer-column-width)
5688 (ebrowse-select-1st-to-9nth):
5689 * progmodes/etags.el (etags-snarf-tag):
5690 * progmodes/flymake.el (flymake-parse-line):
5691 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5692 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5693 (idlwave-shell-menu-def):
5694 * progmodes/ps-mode.el (ps-run-goto-error):
5695 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5696 (vhdl-speedbar-contract-level):
5697 * term/mac-win.el (x-handle-numeric-switch):
5698 * term/sun-mouse.el (sun-get-frame-data):
5699 * term/w32-win.el (x-handle-numeric-switch):
5700 * term/x-win.el (x-handle-numeric-switch):
5701 * textmodes/ispell.el (ispell-parse-output):
5702 * textmodes/nroff-mode.el (nroff-outline-level):
5703 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5704 (reftex-bib-sort-year-reverse, reftex-format-citation):
5705 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5706 (reftex-section-number):
44a91a68
JB
5707 * textmodes/texinfmt.el (texinfo-paragraphindent):
5708 Replace `string-to-int' by `string-to-number'.
027a4b6b 5709
cc211a0f
JB
5710 * international/latexenc.el: Add page marker to force the "Local
5711 Variables:" string out of the last page.
5712
c65a8e73
NR
57132005-05-16 Nick Roberts <nickrob@snap.net.nz>
5714
5715 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5716 tooltip-change-major-mode.
5717 (gud-tooltip-print-command): Remove case where gud-minor-mode
5718 is gdb ("--fullname").
5719 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5720 explain to user.
5721
97c66d74
JB
57222005-05-16 Jay Belanger <belanger@truman.edu>
5723
5724 * calc/calc-store.el (calc-copy-special-constant): New function.
5725
5726 * calc/calc-ext.el (calc-init-extensions): Add binding for
5727 `calc-copy-special-constant'.
5728
5729 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5730 for the `calc-copy-special-constant' command.
5731
0f182ca2
NR
57322005-05-16 Nick Roberts <nickrob@snap.net.nz>
5733
5734 * subr.el (left-fringe-p): New function.
5735
e6467bba
NR
5736 * progmodes/compile.el (compilation-setup): Set local value of
5737 overlay-arrow-string to "" always.
52eb0373
JB
5738 (compilation-set-window): Left fringe then don't scroll.
5739 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
5740 (compilation-context-lines): Adjust doc string accordingly.
5741
bffc3c6e
KS
57422005-05-16 Kim F. Storm <storm@cua.dk>
5743
5744 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5745 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5746 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5747 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5748 (ido-read-file-name): Handle commands with ido property value
5749 equal to find-file as reading a file name, to allow C-d to enter dired.
5750 (ibuffer-find-file): Add ido property with value find-file.
5751
294c599c
KS
57522005-05-15 Kim F. Storm <storm@cua.dk>
5753
5754 * subr.el (open-network-stream-nowait): Remove.
5755 (open-network-stream-server): Remove.
5756
85ddb888
RS
57572005-05-15 Richard M. Stallman <rms@gnu.org>
5758
f1bc6e52
RS
5759 * faces.el (describe-face): Output a definition link button.
5760
5761 * help-mode.el (help-face-def): New button type.
5762
02d9d682
RS
5763 * emacs-lisp/copyright.el (copyright-fix-years):
5764 Match properly if the first year is 2-digit.
5765 Don't mess up the whitespace after the years by filling.
5766
5767 * dired-aux.el (dired-mark-confirm):
5768 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5769
5770 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5771 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5772 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5773
85ddb888
RS
5774 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5775 Set font-lock-comment-start-skip.
5776
5777 * font-lock.el (font-lock-comment-start-skip): New variable.
5778 (font-lock-comment-end-skip): New variable.
5779 (font-lock-fontify-syntactically-region): Use them if non-nil.
5780
fcd6e601
JB
57812005-05-15 Jay Belanger <belanger@truman.edu>
5782
5783 * calc/calc-store.el (calc-store-value): Return a string rather
5784 than display it as a message.
5785 Use calc-var-name for variable name.
5786 (calc-store-into): Add the result of calc-store-value to message.
5787 (calc-copy-variable): Add a message.
5788 (calc-store-exchange): Improve error messages.
5789 (calc-store-binary, calc-store-map): Don't reset the values of
5790 special constants.
5791
af415106
LT
57922005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5793
5794 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5795 manual to docstring.
5796
5797 * files.el (hack-local-variables-confirm): Add STRING argument.
5798 Make the function handle non file visiting buffers correctly.
5799 (hack-local-variables-prop-line, hack-local-variables)
5800 (hack-one-local-variable): Use STRING arg of
5801 `hack-local-variables-confirm'.
5802
7177e2a3
MA
58032005-05-14 Michael Albinus <michael.albinus@gmx.de>
5804
5805 Sync with Tramp 2.0.49.
5806
5807 * tramp.el (tramp-handle-dired-call-process)
5808 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5809 because the contents of the Tramp buffer is changed before
5810 insertion (`expand-file' and alike).
5811 (tramp-handle-insert-directory): If `localname' has an empty
5812 nondirectory name, it must not be quoted.
5813 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5814 variable `tramp-chunksize'. Change callees.
5815 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
5816 for buggy `send-process-string' implementation.
5817 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
5818 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5819 (tramp-handle-shell-command): `insert-buffer' cannot be used
5820 because the contents of the Tramp buffer is changed before
e0ad342f 5821 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
5822 <frederic.bothamy@free.fr>.
5823 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
5824 handler only. Ange-FTP has its own auto-save mechanism.
5825 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
5826 (tramp-set-auto-save-file-modes): Set file modes of
5827 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5828 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5829 (tramp-bug): Remove obsolete variable.
5830 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 5831 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 5832
39c7eb8a
JPW
58332005-05-14 John Paul Wallington <jpw@pobox.com>
5834
7177e2a3 5835 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
5836 If `dired-directory' is a list, use its car.
5837
58382005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5839
5840 * ibuffer.el (define-ibuffer-column filename):
5841 If `dired-directory' is a list, use its car.
5842
bbf87c29
RS
58432005-05-14 Richard M. Stallman <rms@gnu.org>
5844
e72e5833
RS
5845 * subr.el (symbol-file): Doc fix.
5846
11efeb9b
RS
5847 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5848 (byte-compile-form): Call byte-compile-nogroup-warn.
5849 (byte-compile-warning-types): Doc fix.
5850
d06ba294
RS
5851 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5852
bbf87c29
RS
5853 * progmodes/cc-engine.el (c-literal-faces):
5854 Add font-lock-comment-delimiter-face.
5855
5856 * net/net-utils.el (dig): Use with-no-warnings.
5857
5858 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5859 (sc-recite-frame-alist, sc-default-cite-frame)
5860 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 5861 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
5862 Mark as risky-local-variable.
5863
5864 * international/ogonek.el (ogonek-jak, ogonek-how):
5865 Don't use beginning-of-buffer.
5866
5867 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5868
5869 * calendar/solar.el (solar-data-list): Move definition up.
5870
5871 * dnd.el (dnd-protocol-alist): Add autoload.
5872
5873 * progmodes/sh-script.el: Many doc usage fixes.
5874 (sh-indent-after-do): Change default to match common styles.
5875
043fa787
LT
58762005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * files.el (interpreter-mode-alist)
5879 (auto-mode-interpreter-regexp): Doc fixes.
5880
90713743
NR
58812005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5882
44a91a68 5883 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
5884
5885 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5886
d90b02af
JD
58872005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5888
5889 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 5890 make-local-variable.
d90b02af 5891
5063dbbf
YM
58922005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5893
5894 * term/mac-win.el (mac-select-convert-to-string): Try coding
5895 systems in mac-script-code-coding-systems if specified one cannot
5896 encode string for `com.apple.traditional-mac-plain-text'.
5897
27a7c83f
DP
58982005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5899
5900 * progmodes/make-mode.el (makefile-targets-face)
5901 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5902 (makefile-dependency-regex): Fix it to not make the colon in
5903 $(var:a=b) special.
5904 (makefile-rule-action-regex): New regexp for highlighting embedded
5905 Shell strings.
5906 (makefile-macroassign-regex): Handle != for highlighting as
5907 embedded Shell strings.
5908 (makefile-var-use-regex): New const.
5909 (makefile-statements, makefile-automake-statements)
5910 (makefile-gmake-statements, makefile-makepp-statements)
5911 (makefile-bsdmake-statements): New consts.
5912 (makefile-make-font-lock-keywords): New function.
5913 (makefile-automake-font-lock-keywords)
5914 (makefile-gmake-font-lock-keywords)
5915 (makefile-makepp-font-lock-keywords)
5916 (makefile-bsdmake-font-lock-keywords): New consts.
5917 (makefile-mode-map): Add switchers between the various submodes.
5918 (makefile-mode): Document the availability of the variants.
5919 (makefile-automake-mode, makefile-gmake-mode)
5920 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5921
5922 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5923 new variants of makefile-mode.
5924
3989c3e7
SM
59252005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5928 the inheritance.
5929
0cc61511
LT
59302005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5931
0de01c28
LT
5932 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5933 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5934
0cc61511
LT
5935 * files.el (normal-mode): Extend the scope of the
5936 `enable-local-variables' binding to include the `set-auto-mode' call.
5937 (magic-mode-alist): Doc fix.
5938
bf2cea1d
SM
59392005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5942 font-lock-comment-face rather than copying its setting.
5943
e94dae7f
AS
59442005-05-12 Andreas Schwab <schwab@suse.de>
5945
5946 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5947
19958124
LK
59482005-05-12 Lute Kamstra <lute@gnu.org>
5949
5950 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5951 defcustom for the mode hook variable. Delete the last argument.
5952 * generic-x.el: Fix callers of define-generic-mode.
5953 (generic-x-modes): Delete group.
5954 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5955 generic-x customization group.
5956
6da4411e
KS
59572005-05-12 Kim F. Storm <storm@cua.dk>
5958
5959 * font-lock.el (font-lock-negation-char-face): Default to "off".
5960
5961 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5962 font-lock-negation-char-face to ! in !=.
5963
218cf475
MY
59642005-05-12 Masatake YAMATO <jet@gyve.org>
5965
5966 * add-log.el (find-change-log): Fix typos in the docstring
5967 of function.
5968
405cb12a
LK
59692005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5970
5971 * international/latexenc.el (latexenc-find-file-coding-system):
5972 Avoid `re-search-forward' when looking for input encoding because
5973 of speed and safety. Better regular expressions for recognizing
5974 input encoding. Limit a search for TeX-master/tex-main-file to
5975 the local variable section.
5976
8cec35c4
DN
59772005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5978
5979 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5980 syntax of $ to "'" (quote).
5981
1ed8284d
RS
59822005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5983
5984 * dnd.el (dnd-protocol-alist): Improve custom type.
5985
5986 * dired.el (dired-dnd-protocol-alist): New variable.
5987 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5988 `dired-mode-hook' to the end.
5989
3989c3e7
SM
59902005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5993 comment-end if comment-start-skip is not set.
5994 Obey the font-lock-comment-delimiter-face variables.
5995
b71813cb
SM
59962005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5997
ca19f3f1
AS
5998 * files.el (executable-find): Move from executable.el. Use
5999 locate-file.
ba47dcb2
SM
6000 * progmodes/executable.el (executable-find): Move to files.el.
6001
b71813cb
SM
6002 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6003 when trying to ensure forward progress.
6004
1f9d439a
KS
60052005-05-11 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * mouse-sel.el (mouse-sel-follow-link-p): New function.
6008 (mouse-select, mouse-select-internal, mouse-extend-internal):
6009 Use it to implement mouse-1-click-follows-link functionality.
6010
c50089c9
RS
60112005-05-11 Richard M. Stallman <rms@gnu.org>
6012
6013 * font-lock.el (font-lock-fontify-syntactically-region):
6014 Use font-lock-comment-delimiter-face for comment delimiters.
6015
cfb79865
JB
60162005-05-10 Jay Belanger <belanger@truman.edu>
6017
6018 * calc/calc-help.el (calc-m-prefix-help): Add mention of
6019 preserving embedded modes.
6020
d101bf56
RS
60212005-05-10 Richard M. Stallman <rms@gnu.org>
6022
6023 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6024
6025 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 6026 Move from ada-stmt.el.
d101bf56
RS
6027 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6028
6029 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
6030 Move to ada-mode.el.
6031 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
6032
6033 * cus-edit.el (custom-file): Call file-chase-links.
6034
6035 * files.el (read-directory-name): Fix previous change.
af415106
LT
6036 (hack-local-variables-confirm): New function.
6037 (hack-local-variables-prop-line, hack-local-variables)
6038 (hack-one-local-variable): Use it.
d101bf56 6039
0003d2e3
LK
60402005-05-10 Lute Kamstra <lute@gnu.org>
6041
6042 * font-lock.el (font-lock-keywords-alist)
6043 (font-lock-removed-keywords-alist): Clarify docstrings.
6044
556dd15d
NR
60452005-05-10 Nick Roberts <nickrob@snap.net.nz>
6046
6047 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6048 (gdb-source-info): Check for preprocessor info.
52eb0373 6049 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 6050 a macro for a function.
556dd15d 6051 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 6052 found (user might have used GDB dir command).
556dd15d
NR
6053 (gdb-get-location): Update gdb-location-alist correctly for change
6054 to gdb-info-breakpoints-custom.
6055
6056 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6057 (gud-tooltip-print-command): Add gdbmi case.
6058 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6059 preprocessor info.
6060
a8a64bf4
RS
60612005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6062
6063 * startup.el (fancy-splash-insert): Fix typo in doc string.
6064
f1701e65
JB
60652005-05-09 Juanma Barranquero <lekktu@gmail.com>
6066
78640104
JB
6067 * obsolete/float.el (string-to-float):
6068 * obsolete/hilit19.el (hilit-add-pattern):
6069 * obsolete/rnews.el (news-parse-range, news-select-message)
6070 (news-get-pruned-list-of-files): Replace `string-to-int' by
6071 `string-to-number'.
6072
f1701e65
JB
6073 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6074 `find-file-not-found-hooks'; use `add-hook'.
6075 (uncompress-while-visiting): Set `write-file-functions', not
6076 `write-file-hooks'; use `add-hook'.
6077
a0e6f952
KS
60782005-05-09 Kim F. Storm <storm@cua.dk>
6079
6080 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6081 (cua-paste): Handle clipboard action.
6082 (cua--init-keymaps): Remap clipboard-kill-region and
6083 clipboard-kill-ring-save.
6084
c29d24ea
EZ
60852005-05-08 Eli Zaretskii <eliz@gnu.org>
6086
b659edce
SM
6087 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6088 Improve commentary.
906aee93 6089
c29d24ea
EZ
6090 * simple.el (next-error-overlay-arrow-position): Revert the change
6091 made on 2005-04-30.
6092
1d64910f
JB
60932005-05-07 Jay Belanger <belanger@truman.edu>
6094
6095 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6096 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6097 `calc-sel-reselect'.
6098
6099 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6100 Calc is in embedded mode.
6101
55b958f0
EZ
61022005-05-07 Eli Zaretskii <eliz@gnu.org>
6103
b659edce
SM
6104 * progmodes/compile.el (compilation-setup):
6105 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 6106
55b958f0
EZ
6107 * textmodes/ispell.el (ispell-program-name): Try looking for
6108 "aspell" along exec-path, and if found, use it as the default
6109 speller program.
6110
c2c51a11
EZ
61112005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
6112
b659edce
SM
6113 * international/mule.el (sgml-xml-auto-coding-function):
6114 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 6115
f1701e65 61162005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
6117
6118 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6119 as well as `interactive', so that defmacro* would recognize
6120 `declare' forms.
6121
e6469973
EZ
61222005-05-07 Eli Zaretskii <eliz@gnu.org>
6123
b659edce
SM
6124 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6125 Explain more about the LIGHTER arg's usage in the doc string.
6126 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
6127 strips whitespace from LIGHTER. Quote LIGHTER before using it,
6128 since it could have characters special to regular expressions.
6129
06df7f87
EZ
61302005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6131
6132 * replace.el (occur-1): Bind inhibit-read-only so that
6133 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 6134 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
6135 (occur-engine): Don't set buffer-read-only here.
6136
5f4d0dd9
SM
61372005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6140 list-buffers-directory. This caused the *cvs-commit* buffer to be
6141 sometimes mistakenly reused as a *cvs* buffer.
6142
ffdb022f
NR
61432005-05-07 Nick Roberts <nickrob@snap.net.nz>
6144
6145 * tooltip.el: Move code for GUD tooltips into gud.el.
6146 (require): CL no longer needed to compile case.
6147 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 6148 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
6149 gud-tooltip-mode in gud.el.
6150 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6151 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6152 tooltip-gud prefix with gud-tooltip and obsolete.
6153 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6154 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6155 (tooltip-mouse-motion): Mouse movement functions/variable.
6156 Rename in gud.el by adding gud prefix.
6157 (tooltip-gud-original-filter, tooltip-gud-dereference)
6158 (tooltip-gud-event, tooltip-toggle-gud-tips)
6159 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 6160 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
6161 gud.el by replacing tooltip-gud prefix with gud-tooltip.
6162 (gdb-tooltip-print): Move to gdb-ui.el.
6163
6164 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6165 (require): CL needed to compile case.
588c0770 6166 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 6167 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
6168 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6169 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6170 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6171 (gud-tooltip-change-major-mode)
6172 (gud-tooltip-activate-mouse-motions-if-enabled)
6173 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6174 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6175 (gud-tooltip-original-filter, gud-tooltip-dereference)
6176 (gud-tooltip-event, tooltip-toggle-gud-tips)
6177 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 6178 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 6179
5f4d0dd9 6180 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
6181 (gdb-cpp-define-alist-flags): Doc fix.
6182 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6183 gud-tooltip-mode is t.
6184
64981116
SM
61852005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6188 evaporate if their text is deleted.
6189 (goto-address-at-point): Make it work as a mouse binding as well.
6190 (goto-address-at-mouse): Obsolete it. Update users.
6191
860f2506
GM
61922005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6193
6194 * calendar/appt.el (top-level): No longer activate on load.
6195
19f26a89
JB
61962005-05-06 Juanma Barranquero <lekktu@gmail.com>
6197
6198 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6199 * net/webjump.el (webjump):
6200 * progmodes/idlw-help.el (idlwave-do-context-help1)
6201 (idlwave-highlight-linked-completions):
64981116
SM
6202 * textmodes/po.el (po-find-file-coding-system-guts):
6203 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 6204
6ff95f1d
EZ
62052005-05-06 Eli Zaretskii <eliz@gnu.org>
6206
2c6b25c7
EZ
6207 * files.el (locate-file): Doc fix.
6208
38a300b1
EZ
6209 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6210 Remove the redundant test for ms-dos.
6211
ab3290cb
EZ
6212 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6213 look for the preprocessor with exec-suffixes. If not found in
6214 standard places, look in exec-path. Remove most of the tests that
6215 used system-type.
6216
6ff95f1d
EZ
6217 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6218
6219 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6220
6221 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6222 file-name clash with jka-compr.el on 8+3 filesystems.
6223
17d28d26
YM
62242005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6225
6226 * term/mac-win.el: Don't define or bind scroll bar functions if
6227 x-toolkit-scroll-bars is t.
ca19f3f1
AS
6228 (x-select-text, x-get-selection-value): Clear
6229 x-last-selected-text-clipboard if x-select-enable-clipboard is
6230 nil.
17d28d26
YM
6231 (PRIMARY): Put mac-scrap-name property.
6232 (mac-select-convert-to-file-url): New function.
6233 (public.file-url): New selection target type. Add to
6234 selection-converter-alist.
6235 (x-get-selection, x-selection-value): Handle it.
6236 (x-cut-buffer-or-selection-value): New alias.
6237
b659edce
SM
62382005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6239
6240 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6241 entry to avoid calling bibtex-find-entry with arg global
6242 being t. Remove arg key.
6243 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6244 (bibtex-copy-summary-as-kill): Change accordingly.
6245
62462005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6249 (org-agenda-date-later): Use with-current-buffer.
6250
643b4cf5
LT
62512005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6254 (define-obsolete-variable-alias): Doc Fixes.
6255
dc1a7e26
KS
62562005-05-06 Kim F. Storm <storm@cua.dk>
6257
8a370783
KS
6258 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
6259 vertical-motion when selective-display is active.
6260
dc1a7e26
KS
6261 * ido.el (ido-setup-hook): New hook.
6262 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6263 (ido-input-stack): New var.
52eb0373 6264 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
6265 ido-next-work-file binding to M-O.
6266 Bind M-f to ido-wide-find-file-or-pop-dir.
6267 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6268 (ido-read-internal): Run ido-setup-hook.
6269 Catch quit in read-file-name and read-string to cancel edit.
6270 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6271 Automatically pop-all when completing a directory name (RET).
6272 (ido-file-internal): Add with-no-warnings around ffap and dired code.
6273 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6274 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
6275 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6276 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
6277 (ido-make-merged-file-list): Catch quit to cancel merge.
6278 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6279 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 6280
dc1a7e26 62812005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 6282
dc1a7e26 6283 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 6284 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 6285 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 6286 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
6287 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6288
dc75b163
JB
62892005-05-05 Juanma Barranquero <lekktu@gmail.com>
6290
64981116
SM
6291 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6292 Fix typo in docstring.
3fe26922 6293
1c1d2dc8
JB
6294 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6295 (ebrowse-print-statistics-line)
6296 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6297
dc75b163
JB
6298 * term/w32-win.el (image-library-alist): Add additional name for
6299 Xpm library.
6300
ae23f980
NR
63012005-05-05 Nick Roberts <nickrob@snap.net.nz>
6302
6303 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6304 use gcc instead of cpp.
6305
6306 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 6307 (gdb-create-define-alist): Use it.
19f26a89 6308 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 6309
02636b9c
NR
63102005-05-04 Nick Roberts <nickrob@snap.net.nz>
6311
588c0770 6312 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 6313
01a50b51
KS
63142005-05-04 Richard M. Stallman <rms@gnu.org>
6315
d101bf56
RS
6316 * help.el (describe-key): No error when UNTRANSLATED is nil.
6317
01a50b51
KS
6318 * simple.el (line-move-1): Fix previous change to signal errors
6319 appropriately.
6320
fa2b23e5 63212005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
6322
6323 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6324 (icalendar-duration-correction): Remove.
6325 (icalendar--get-event-properties): Split result at commas.
6326 (icalendar--decode-isoduration): New optional argument
6327 DURATION-CORRECTION.
fa2b23e5
KS
6328 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6329 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6330 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6331 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
6332 (icalendar--convert-anniversary-to-ical): New functions, extracted
6333 from icalendar-export-region, with bug fixes.
6334 (icalendar-export-region): Use the above functions.
6335 (icalendar-import-buffer): Check before saving diary file.
6336 (icalendar--convert-recurring-to-diary)
6337 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
6338 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6339 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
6340 (icalendar--convert-ical-to-diary): Use the above functions.
6341
be50a727
NR
63422005-05-03 Nick Roberts <nickrob@snap.net.nz>
6343
6344 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6345 Remove these recent additions.
6346 (c-mode): Restore to before 2005-04-28.
6347
6348 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6349 recent addition.
6350
6351 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6352 (gdb-define-alist): New variables.
6353 (gdb-create-define-alist): New function.
6354 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6355 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6356 with string-to-number.
52eb0373 6357 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
6358
6359 * progmodes/gud.el: Replace string-to-int with string-to-number.
6360 (gud-find-file): Handle gdb-define-alist.
6361
6362 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6363
bc446113
JB
63642005-05-02 Jay Belanger <belanger@truman.edu>
6365
fa2b23e5
KS
6366 * calc/calc-aent.el (math-read-token):
6367 * calc/calc-bin.el (calc-word-size):
6368 * calc/calc-ext.el (calc-read-number-fancy):
6369 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 6370 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 6371 * calc/calc-frac.el (calc-over-notation):
bc446113 6372 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 6373 (calc-graph-num-points, calc-graph-init):
bc446113 6374 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
6375 (calc-edit-macro-repeats):
6376 * calc/calc-yank.el (calc-do-grab-rectangle):
6377 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6378 Replace `string-to-int' by `string-to-number'.
bc446113 6379
e40527dc
KS
63802005-05-02 Kim F. Storm <storm@cua.dk>
6381
6382 * kmacro.el: Use executing-kbd-macro-index variable.
6383
9a479835
TTN
63842005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6385
6386 * net/rlogin.el (rlogin-parse-words): Delete func.
6387 (rlogin): Use split-string, not rlogin-parse-words.
6388 Also, if there are option-like elements in the parsed args,
6389 take the host to be the first arg immediately following them.
6390 Suggested by Michael Mauger.
6391
f6b1b15a
LT
63922005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6395
975e5c47 63962005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 6397
975e5c47
NR
6398 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6399 (cc-mode-cpp-program): Rename to cc-define-list-program and
6400 move to cc-vars.el.
f6b1b15a 6401
975e5c47 6402 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 6403 Change to "gcc -E -dM -". Make customizable.
975e5c47 6404
5c2e5a5e
KS
64052005-05-02 Kim F. Storm <storm@cua.dk>
6406
6407 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6408
95bb5b56
NR
64092005-05-02 Nick Roberts <nickrob@snap.net.nz>
6410
b161ea4e
NR
6411 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6412
95bb5b56
NR
6413 * international/mule-util.el (truncate-string): Remove alias and
6414 obsolete declaration.
6415
6416 * international/mule-cmds.el (update-iso-coding-systems):
6417 Remove alias and obsolete declaration.
6418
6419 * international/mule.el (coding-system-parent): Remove alias and
6420 obsolete declaration.
6421
6422 * subr.el (define-function, sref): Remove aliases and obsolete
6423 declarations.
6424 (chars-in-region): Remove obsolete declaration.
6425
ebbfa918
RS
64262005-05-01 Richard M. Stallman <rms@gnu.org>
6427
6428 * info.el (Info-mode): Set widen-automatically to nil, locally.
6429
6430 * simple.el (widen-automatically): New variable.
6431 (pop-global-mark): Obey widen-automatically.
6432
656c316d
DN
64332005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6434
6435 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 6436 before the keymap size is increased by a lot of define-key calls.
656c316d 6437
b2cfb30b
RS
64382005-05-01 Richard M. Stallman <rms@gnu.org>
6439
5c2e5a5e 6440 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
6441 Rename ARG to ELEMENT. Doc fix.
6442
5c2e5a5e 64432005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 6444
92bedc0e
NR
6445 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6446 Remove references to allout-exposure/change to allout-new-exposure.
6447
9ded0282
NR
6448 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6449 bytecode symbols.
6450
6451 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6452 (compiled-function-p, focus-frame, unfocus-frame):
6453 Remove aliases and obsolete declarations.
52eb0373 6454 Back out inadvertent changes from previous commit.
9ded0282 6455
a87fdbbd
LT
64562005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * files.el (require-final-newline): Make Custom tags consistent
6459 with mode-require-final-newline.
6460 (mode-require-final-newline): Doc fix.
6461
0003d2e3
LK
64622005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * international/latexenc.el (latexenc-find-file-coding-system):
6465 Fix regular expressions.
6466
64672005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
6468
6469 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 6470 Fix regular expressions.
b7f29772 6471
bdf7ae41
NR
64722005-05-01 Nick Roberts <nickrob@snap.net.nz>
6473
6474 * subr.el (string-to-int): Make obsolete.
6475
0b1fc48a
RS
64762005-04-30 Richard M. Stallman <rms@gnu.org>
6477
7e995a23 6478 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
6479
6480 * loadup.el: load jka-comp-hook.
6481
6ff95f1d 6482 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 6483 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
6484 to jka-comp-hook.el.
6485 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 6486 (jka-compr-inhibit): Autoload.
a87fdbbd 6487
0b1fc48a
RS
6488 * jka-comp-hook.el: New file.
6489 Enable the mode by default.
6490
6491 * files.el (backup-buffer-copy): Use copy-file instead
6492 of write-region, and put back the 'excl.
6493
64942005-04-30 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * progmodes/flymake.el (flymake-split-string)
6497 (flymake-split-string, flymake-log, flymake-pid-to-names)
6498 (flymake-reg-names, flymake-get-source-buffer-name)
6499 (flymake-unreg-names, flymake-add-line-err-info)
6500 (flymake-add-err-info): Clarify docstrings.
6501 (flymake-popup-menu, flymake-make-emacs-menu)
6502 (flymake-make-xemacs-menu): Add docstrings.
6503 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6504 Set variables directly throughout.
6505
80b61a0f
NR
65062005-04-30 Nick Roberts <nickrob@snap.net.nz>
6507
6508 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 6509 exists. Initialize cc-define-alist.
80b61a0f 6510 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 6511 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 6512
bb9c1f2a
SS
65132005-04-29 Sam Steingold <sds@gnu.org>
6514
6515 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6516 (cc-create-define-alist): Use it instead of the hard-coded string.
6517
2d5e5eb8
SM
65182005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6521 for latexenc.
6522
57efa539
LK
65232005-04-29 Lute Kamstra <lute@gnu.org>
6524
6525 * emacs-lisp/generic.el: Improve commentary section.
6526 (define-generic-mode): Improve docstring.
6527
56c91423
CD
65282005-04-29 Carsten Dominik <dominik@science.uva.nl>
6529
b67a4e9f 6530 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
6531 (org-prefix-format-compiled): New variable.
6532 (org-compile-prefix-format): New function.
b67a4e9f
KS
6533 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6534 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6535 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6536 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 6537 consistency with entries from `org-mode' files.
b67a4e9f 6538 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
6539 (org-non-link-chars): New constant.
6540 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
6541 (org-agenda-day-view): Remove command.
6542 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
6543 (org-follow-bbdb-link, org-store-link): Search also company field.
6544 (org-highlight-overlay): New variable.
6545 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
6546 (org-agenda-mode): Add pre-command-hook to remove highlight.
6547 (org-evaluate-time-range): Behavior depends upon whether time stamp
6548 contains a time or not.
56c91423
CD
6549 (org-show-subtree, org-show-entry): New functions.
6550 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 6551
7eb6ede5
LT
65522005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * comint.el (comint-output-filter-functions): Add autoload cookie.
6555
b7ce4173
KS
65562005-04-28 Kim F. Storm <storm@cua.dk>
6557
6558 * ido.el (ido-everywhere): Fix last change.
6559
0b606bb2
TTN
65602005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6561
6562 * international/latexenc.el: New file.
6563 * international/mule-conf.el (file-coding-system-alist): For .tex,
6564 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6565
d79b6c21
LK
65662005-04-28 Lute Kamstra <lute@gnu.org>
6567
0a20b1dc
LK
6568 * font-lock.el (font-lock-add-keywords)
6569 (font-lock-remove-keywords): Clarify docstring.
6570 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6571 Don't start docstrings with a `*'.
6572 (font-lock-update-removed-keyword-alist): Give it a docstring.
6573
d79b6c21
LK
6574 * generic-x.el: Update commentary section.
6575 Only require font-lock when compiling.
6576 Define all modes conditionally.
6577 Place all generic modes in the generic-x-modes customization group.
6578 (generic-x-modes): New customization group.
6579 (generic-default-modes, generic-mswindows-modes)
6580 (generic-unix-modes, generic-other-modes): New constants.
6581 (generic-define-mswindows-modes, generic-define-unix-modes):
6582 Update docstrings. Make them obsolete.
2d5e5eb8
SM
6583 (generic-extras-enable-list): New default value. Update docstring.
6584 Improve :type. Change :set function.
d79b6c21
LK
6585 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6586 Fix docstring.
6587
2d5e5eb8
SM
6588 * emacs-lisp/generic.el (generic-mode-internal):
6589 Simplify font-lock-defaults.
817edb15 6590 (define-generic-mode): Fix docstring.
d79b6c21
LK
6591
65922005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6595 font-lock-face property to highlight matches.
6596
8c75afbf
NR
65972005-04-28 Nick Roberts <nickrob@snap.net.nz>
6598
52eb0373 6599 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 6600 (cc-define-alist): New variable.
588c0770 6601 (c-mode): Make it local and initialize it.
8c75afbf
NR
6602
6603 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6604 (gdb-exited): New function.
6605 (gdb-annotation-rules): Use it.
6606 (gdb-starting): Set gdb-active-process to t.
6607 (gdb-stopping): Amend doc string.
6608 (gdb-reset): Set gdb-active-process to nil.
6609
6610 * tooltip.el (tooltip-gud-tips): Show the associated #define
6611 directives when a C program under GDB is not executing.
6612
b8a04883
SM
66132005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6616 font-lock-fontify-syntactic-keywords.
6617
6618 * font-lock.el (font-lock-default-fontify-region): Don't force
6619 parse-sexp-lookup-properties to nil.
6620
a46f2d6d
EZ
66212005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6622
6623 * man.el (man-mode-syntax-table): Set up `:' to have
6624 word-constituent syntax.
6625
b2b46494
LK
66262005-04-27 Lute Kamstra <lute@gnu.org>
6627
6628 * novice.el (disable-command): Don't add spurious newlines to the
6629 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6630
a715531f
JB
66312005-04-26 Jay Belanger <belanger@truman.edu>
6632
6633 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6634 than one window before deleting window.
6635
85ab9f4e
LT
66362005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6637
6638 * shell.el (shell-prompt-pattern): Doc fix.
6639 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6640
6641 * comint.el (comint-prompt-regexp, comint-get-old-input)
6642 (comint-use-prompt-regexp)
6643 (comint-use-prompt-regexp-instead-of-fields)
6644 (comint-replace-by-expanded-history, comint-send-input)
6645 (comint-output-filter, comint-get-old-input-default)
6646 (comint-line-beginning-position, comint-bol, comint-show-output)
6647 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
6648 (comint-next-prompt, comint-previous-prompt):
6649 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
6650 `comint-use-prompt-regexp'. Keep old name as alias and declare
6651 obsolete.
6652 (comint-use-prompt-regexp): Shorten first line of doc string.
6653
6654 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6655 Set paragraph-separate buffer locally to "\\'".
6656
6657 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6658 Adapt to above name change.
6659
6660 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6661 (smbclient-prompt-regexp): Ditto.
6662
6663 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6664
19475957
NR
66652005-04-27 Nick Roberts <nickrob@snap.net.nz>
6666
6667 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6668 gdb-location-list.
6669 Break lines that are over 80 characters wide.
6670
2231c2bc
SM
66712005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6674 New fun and var, to preserve compatibility.
6675
6676 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6677
66782005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6679
6680 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6681 name to file-newer-than-file-p.
6682
68a94f5a
RS
66832005-04-26 Richard M. Stallman <rms@gnu.org>
6684
f03f317a
RS
6685 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6686
68a94f5a
RS
6687 * progmodes/python.el (python-mode):
6688 Use new name eldoc-documentation-function.
6689
6690 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6691
6692 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6693 (eldoc-documentation-function):
2231c2bc 6694 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 6695
c9c1312d
NR
66962005-04-26 Nick Roberts <nickrob@snap.net.nz>
6697
6698 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6699
35b1b8ab
DN
67002005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6701
6702 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 6703 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
6704 {C,S,A,C-S}-{f1-f12}.
6705
bc10bcbd
KH
67062005-04-26 Kenichi Handa <handa@m17n.org>
6707
2231c2bc
SM
6708 * international/mule-cmds.el (select-safe-coding-system):
6709 Fix previous change.
bc10bcbd 6710
ec1e11a9
LK
67112005-04-26 Lute Kamstra <lute@gnu.org>
6712
c25eec81
LK
6713 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6714
6715 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6716 (font-lock-comment-delimiter-face): Ditto.
6717
ec1e11a9
LK
6718 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6719
2b2920a9
JB
67202005-04-25 Jay Belanger <belanger@truman.edu>
6721
6722 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6723 to t while inserting information; use help-mode.
6724
c9b630f7
DN
67252005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6726
6727 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 6728 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 6729
8ba81e93
LK
67302005-04-25 Lute Kamstra <lute@gnu.org>
6731
6732 * font-core.el (font-lock-defaults): Fix docstring.
6733
6734 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6735
901ae597
KH
67362005-04-25 Kenichi Handa <handa@m17n.org>
6737
2231c2bc
SM
6738 * international/mule-cmds.el (select-safe-coding-system):
6739 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
6740 no-conversion was found to be safe.
6741
a6390474
RS
67422005-04-24 Richard M. Stallman <rms@gnu.org>
6743
6744 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6745 citation markers at start of each line.
6746
6747 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6748 citation markers at start of each line.
6749
6750 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6751
6752 * files.el (mode-require-final-newline): Fix previous change.
6753 (require-final-newline): Fix type label.
6754
2538808f
GM
67552005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6756
6757 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6758 statement in buffer (broken by 2004-11-24 change).
6759
456986fd
KS
67602005-04-24 Kim F. Storm <storm@cua.dk>
6761
6762 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6763 and read-file-name-function values. Don't overwrite existing
6764 non-nil values if ido-mode is enabled without ido-everywhere.
6765
e5baf107
LT
67662005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6767
6768 * files.el (mode-require-final-newline): Minor doc fix.
6769
1441edfe
EZ
67702005-04-24 Eli Zaretskii <eliz@gnu.org>
6771
9d1ffd5a 6772 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
6773 (syntax-class): If argument is nil, return nil. Mask off upper 16
6774 bits, not 8 bits.
9d1ffd5a 6775
1441edfe
EZ
6776 * files.el (mode-require-final-newline): Doc fix.
6777 (backup-buffer-copy): Fix last change.
6778
49ed33c7
YM
67792005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6780
6781 * term/mac-win.el: Require select. Set selection-coding-system to
6782 mac-system-coding-system. Call menu-bar-enable-clipboard.
6783 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6784 (x-select-enable-clipboard): New variables.
6785 (x-select-text, x-get-selection, x-selection-value)
6786 (x-get-selection-value, mac-select-convert-to-string)
6787 (mac-services-open-file, mac-services-open-selection)
6788 (mac-services-insert-text): New functions.
6789 (CLIPBOARD, FIND): Put mac-scrap-name property.
6790 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6791 (public.tiff): Put mac-ostype property.
6792 (selection-converter-alist): Add entries for them.
6793 (mac-application-menu-map): New keymap.
6794 (interprogram-cut-function, interprogram-paste-function): Set to
6795 x-select-text and x-get-selection-value, respectively.
6796 (split-window-keep-point): Set to t.
6797
469bc679
RS
67982005-04-23 Richard M. Stallman <rms@gnu.org>
6799
6800 * files.el (read-directory-name): Always pass non-nil
6801 DEFAULT-FILENAME arg to read-file-name.
6802 (backup-buffer-copy, basic-save-buffer-2): Take care against
6803 writing thru an unexpected existing symlink.
6804 (revert-buffer): In indirect buffer, revert the base buffer.
6805 (magic-mode-alist): Doc fix.
6806 (buffer-stale-function): Doc fix.
6807 (minibuffer-with-setup-hook): Avoid warning.
6808 (mode-require-final-newline): Doc and custom fix.
e5baf107 6809
469bc679
RS
6810 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6811
6812 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6813 use the default appearance.
6814 (font-lock-comment-delimiter-face): New face, new variable.
6815
6816 * imenu.el (imenu--generic-function): The official position of a
6817 definition is the start of the line that BEG is in.
6818
6819 * midnight.el (midnight-timer): Move defvar up.
6820
6821 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6822
6823 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6824
6825 * startup.el (command-line): Use with-no-warnings.
6826
6827 * window.el (window-size-fixed): New defvar.
6828
6829 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6830
e5baf107 6831 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
6832 Use font-lock-comment-delimiter-face.
6833
6834 * mail/sendmail.el (mail-font-lock-keywords):
6835 Use font-lock-comment-delimiter-face.
6836
6837 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6838
68392005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6840
e5baf107 6841 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
6842 Specify t for LAXMATCH when matching directories.
6843 Save match data around compilation-compat-error-properties form.
6844
1639cc2e
DK
68452005-04-23 David Kastrup <dak@gnu.org>
6846
6847 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6848 Mention that the autoloaded aliases should be kept for AUCTeX.
6849
d379c558
AS
68502005-04-23 Andreas Schwab <schwab@suse.de>
6851
6852 * isearch.el (isearch-forward): Doc fix.
6853
4739237d
EZ
68542005-04-23 Eli Zaretskii <eliz@gnu.org>
6855
6856 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6857 (jit-lock-stealth-nice): Change default value to 0.5.
6858
71baa28f
EZ
68592005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6860
6861 * abbrev.el (write-abbrev-file): Write table entries in
6862 alphabetical order by table name.
6863
e271742d
KS
68642005-04-22 Kim F. Storm <storm@cua.dk>
6865
6866 * ido.el (ido-read-internal): Fix `list' completion.
6867
9a9c3a4b
KH
68682005-04-22 Kenichi Handa <handa@m17n.org>
6869
6870 * recentf.el (recentf-save-file-coding-system): New variable.
6871 (recentf-save-list): Encode the file by
6872 recentf-save-file-coding-system and add coding: tag.
6873
230e1e80
NR
68742005-04-22 Nick Roberts <nickrob@snap.net.nz>
6875
6876 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6877
e1573595
LK
68782005-04-21 Lute Kamstra <lute@gnu.org>
6879
9721d904
LK
6880 * loadhist.el (unload-feature): Don't remove a function from hooks
6881 if it is about to be restored to an autoload . Remove functions
6882 that will become unbound from auto-mode-alist. Simplify the code.
6883
2c7b5da1
LK
6884 * subr.el (assq-delete-all): New implementation that is linear,
6885 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6886 (rassq-delete-all): New function.
6887
2231c2bc
SM
6888 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6889 Add size-indication-mode.
e1573595 6890
2375e71a
KH
68912005-04-21 Kenichi Handa <handa@m17n.org>
6892
6893 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 6894 eval-when-compile.
2375e71a 6895
8e447172
NR
68962005-04-21 Nick Roberts <nickrob@snap.net.nz>
6897
e271742d 6898 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
6899 Add tooltip-mode.
6900
6901 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6902
fcd9d525
LT
69032005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6904
6905 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6906 (inferior-lisp-filter-regexp, inferior-lisp-program)
6907 (inferior-lisp-load-command, inferior-lisp-prompt)
6908 (inferior-lisp-mode-hook, lisp-source-modes)
6909 (inferior-lisp-load-hook): defvar->defcustom.
6910 (inferior-lisp-program, inferior-lisp-prompt)
6911 (inferior-lisp-load-hook): Doc fixes.
6912 (inferior-lisp-install-letter-bindings): Small change in
6913 introductory comment.
6914
57428691
DN
69152005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6916
6917 * vc.el (vc-annotate-color-map): Change some colors so that text
6918 using them as foreground is readable on both white and black
6919 backgrounds.
6920
c791cb54
SM
69212005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * international/mule-conf.el (translation-table-for-input):
6924 Remove redundant declaration.
6925
396fdf3c
NR
69262005-04-20 Nick Roberts <nickrob@snap.net.nz>
6927
6928 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6929
6930 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6931 (tooltip-toggle-gud-tips): New function.
6932
37c5c4a7
YM
69332005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6934
6935 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6936 right angle brackets.
6937
64cb0f82
NR
69382005-04-20 Nick Roberts <nickrob@snap.net.nz>
6939
6940 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6941
95ed7b42
SM
69422005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6943
b8471a02
SM
6944 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6945 Remove. Update callers to use expand-file-name instead.
6946
95ed7b42
SM
6947 * subr.el (syntax-class): New function.
6948
6949 * simple.el (blink-matching-open): Use it.
6950
6951 * paren.el (show-paren-function): Use it to recognize parens that are
6952 also used in 2-char comment markers.
6953
191652f8
LK
69542005-04-19 Lute Kamstra <lute@gnu.org>
6955
6956 * loadhist.el (unload-feature): Update for new format of
6957 load-history. Simplify the code.
6958
327a3376
YM
69592005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6960
6961 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6962 (mac-add-charset-info): New function. Initialize variable
6963 mac-charset-info-alist using it.
6964 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6965 for translation.
6966 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
6967 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6968 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6969 New CCL programs.
327a3376 6970
5827e9d4
KS
69712005-04-19 Kim F. Storm <storm@cua.dk>
6972
6973 * simple.el (next-buffer, prev-buffer, next-error)
6974 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6975 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6976
6977 * bindings.el (next-buffer, prev-buffer, next-error)
6978 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6979 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6980 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6981 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6982
e5feeb31
SM
69832005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * isearch.el (isearch-edit-string): Make the search-ring available for
6986 minibuffer history commands.
6987 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6988 the default history commands now work just as well.
6989 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6990
77580d18
KS
69912005-04-18 Kim F. Storm <storm@cua.dk>
6992
6993 * emulation/cua-base.el (cua--pre-command-handler): Add more
6994 elaborate check for shift modifier on non-window systems.
6995
adbb89ef
LH
69962005-04-18 Lars Hansen <larsh@math.ku.dk>
6997
6998 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6999
2e764c66
KS
70002005-04-18 Kim F. Storm <storm@cua.dk>
7001
7002 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7003 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
7004 (tooltip-gud-process-output, gdb-tooltip-print):
7005 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 7006 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 7007
3f4413f8
YM
70082005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7009
7010 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7011 `display-graphic-p' may not be bound yet.
7012
742220b6
LT
70132005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7014
7015 * startup.el (command-line): No longer enable Xterm Mouse mode by
7016 default in terminals compatible with xterm.
7017
7018 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7019
01c515bb
NR
70202005-04-18 Nick Roberts <nickrob@snap.net.nz>
7021
7022 * tooltip.el (tooltip-gud-echo-area): Rename from
7023 tooltip-use-echo-area.
7024 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7025 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7026 area independently of where help tooltips are displayed.
7027
bbeb3055
DK
70282005-04-17 David Kastrup <dak@gnu.org>
7029
7030 * cus-theme.el (custom-theme-write-variables): Quote variables
7031 where necessary.
7032
ec0cf966
RS
70332005-04-17 Richard M. Stallman <rms@gnu.org>
7034
9e60c724
RS
7035 * simple.el (yank-excluded-properties): Add follow-link to value.
7036
ec0cf966
RS
7037 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7038
7039 * startup.el (fancy-splash-max-time): Just 30 seconds.
7040 (fancy-splash-delay): Just 7.
7041 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7042
7043 * loadhist.el (unload-feature): Update for new format of load-history.
7044 Simplify the code.
7045
7046 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7047 (rmail-font-lock-keywords): Don't fontify the text of a citation.
7048
7049 * mail/sendmail.el (mail-font-lock-keywords):
7050 Don't fontify subject text.
7051 Don't fontify the text of a citation.
7052
70532005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
7054
7055 * comint.el (comint-output-filter): Run comint-output-filter-functions
7056 with point where the user had it.
7057
b72c5a86
SM
70582005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * international/ucs-tables.el (ucs-set-table-for-input):
7061 Disable when using unify-on-decoding.
7062
fbcaad36
DN
70632005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7064
7065 * emulation/cua-base.el (cua-global-mark-face): Add special case
7066 for displays supporting a high number of colors.
7067
ccb9871d
EZ
70682005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7069
b72c5a86 7070 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 7071
3d70f279
EZ
70722005-04-16 Chong Yidong <cyd@stupidchicken.com>
7073
7074 * filesets.el (filesets-add-buffer): If user supplies a name of a
7075 non-existing fileset, create a new fileset.
7076
bf94eed3
CD
70772005-04-16 Carsten Dominik <dominik@science.uva.nl>
7078
b72c5a86 7079 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 7080 `outline-up-heading-all'.
bf94eed3 7081
a35d9075
AS
70822005-04-16 Andreas Schwab <schwab@suse.de>
7083
7084 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7085 /etc/permissions.d/* and /etc/aliases.d/*.
7086
5f400376
KH
70872005-04-16 Kenichi Handa <handa@m17n.org>
7088
b72c5a86
SM
7089 * international/code-pages.el (cp-make-coding-system):
7090 Set `translation-table-for-input' property value to the symbol
5f400376
KH
7091 ucs-mule-to-mule-unicode, not to that value.
7092 (pt154): Escape guillemet by `\'.
7093
9e5b2858
LT
70942005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * loadup.el: Load tooltip if x-show-tip is fboundp.
7097
7098 * startup.el (command-line): Add comment.
7099
7100 * tooltip.el (tooltip-mode): Specify correct standard value for
7101 Custom in init-value.
7102
3698ff2e
NR
71032005-04-15 Nick Roberts <nickrob@snap.net.nz>
7104
7105 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7106 possible.
7107
a9f07b61
CD
71082005-04-15 Carsten Dominik <dominik@science.uva.nl>
7109
fe38e3b0 7110 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
7111 `org-agenda-date-today'.
7112 (org-evaluate-time-range): Insert at point instead of directly
7113 after time range.
7114 (org-first-headline-recenter, org-subtree-end-visible-p)
7115 (org-optimize-window-after-visibility-change): New functions
7116 (org-agenda-post-command-hook): Don't allow point at end of line,
7117 to make sure it always hits the text properties.
b72c5a86
SM
7118 (org-agenda-next-date-line, org-agenda-previous-date-line):
7119 New commands.
a9f07b61 7120 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
7121 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7122 Improve marker positions.
a9f07b61
CD
7123 (org-agenda-new-marker): Argument POS made optional.
7124 (org-agenda-get-timestamps): Deadlines which are done are listed
7125 in org-done-face now.
7126 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
7127 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7128 Set `undone-face' and `done-face' properties.
a9f07b61
CD
7129 (org-last-todo-state-is-todo): New variable.
7130 (org-todo): Set `org-last-todo-state-is-todo'.
7131 (org-agenda-todo): Change face according to
588c0770 7132 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
7133 the same entry.
7134 (org-calendar-goto-agenda): New command.
7135 (org-calendar-to-agenda-key): New option.
7136 (org-startup-folded): New allowed value `content'.
7137 (org-set-regexps-and-options): Accept new value `content' for
7138 `org-startup-folded'.
7139 (org-get-current-options): Handle new value `content' for
7140 `org-startup-folded'.
7141 (org-insert-todo-heading): New command.
7142 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7143 interactively in empty file and option
7144 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 7145 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 7146 `org-agenda-change-all-lines'.
b72c5a86 7147 (org-warning-face): Change color on dark background
a9f07b61 7148
c6588b4e
YM
71492005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7150
7151 * international/mule-cmds.el (set-locale-environment): On Mac OS,
7152 use preferences AppleLocale and AppleLanguages, and variable
7153 mac-system-locale for default locale. On Mac OS Classic, use
7154 mac-system-coding-system for default coding systems.
7155
b72c5a86
SM
7156 * term/mac-win.el: Don't set file-name-coding-system.
7157 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
7158 user-full-name by mac-system-coding-system on Mac OS Classic.
7159 (mac-system-coding-system): New variable.
7160
b3a623d0
LT
71612005-04-13 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * startup.el (command-line): Handle `xterm-mouse-mode' before
7164 reading init file.
4d727d1a
LT
7165
7166 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 7167
328fc313
GM
71682005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7169
7170 * progmodes/sh-script.el (sh-here-document-word): Make it a
7171 defcustom. Doc fix.
7172 (sh-add): Bash uses $(( )) for arithmetic.
7173 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7174 (sh-maybe-here-document): Remove quotes and leading whitespace
7175 from heredoc word when closing. Indent heredoc with tabs if word
7176 starts with "-".
7177
0047373b
RS
71782005-04-13 Richard M. Stallman <rms@gnu.org>
7179
7180 * simple.el (undo): Fix previous change.
7181
7182 * custom.el (defface): Doc fix.
7183
a2d66c78
LK
71842005-04-13 Lute Kamstra <lute@gnu.org>
7185
5c156fdf
LK
7186 * Makefile.in (DONTCOMPILE): Remove list.
7187 (compile, compile-always): Don't use DONTCOMPILE.
7188 (update-authors): Load the library in which batch-update-authors
7189 is defined.
7190 * makefile.w32-in (DONTCOMPILE): Remove list.
7191 (compile, compile-always): Fix comments.
7192 (update-authors): Load the library in which batch-update-authors
7193 is defined.
7194
a2d66c78
LK
7195 * generic-x.el (generic-mode-ini-file-find-file-hook):
7196 Rename to ini-generic-mode-find-file-hook.
7197 Keep generic-mode-ini-file-find-file-hook as an alias.
7198 (ini-generic-mode-find-file-hook): Rename from
7199 generic-mode-ini-file-find-file-hook. Fix docstring.
7200 (ini-generic-mode): Docstring change.
7201 (bat-generic-mode-run-as-comint): Silence the byte compiler.
7202
7203 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7204 called from lisp.
7205
7206 * generic.el: Move to the emacs-lisp subdir.
7207
759e9f0c
DN
72082005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7209
7210 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7211 and C-S- function and cursor motion keys.
7212
dc56fc01
LT
72132005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7214
7215 * startup.el (command-line): Enable Xterm Mouse mode by default.
7216 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
7217 for Custom. No longer show "Mouse" in mode line when enabled.
7218 Doc fix.
dc56fc01 7219
d50285de
KS
72202005-04-12 Kim F. Storm <storm@cua.dk>
7221
7222 * emulation/cua-base.el (cua-rectangle-face)
7223 (cua-rectangle-noselect-face): Define face attributes here.
7224
7225 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7226
ed0fb1f1
JD
72272005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7228
7229 * startup.el (command-line): Turn off blinking cursor if
7230 cursorBlink in resources is off or false.
7231
a56e6111
YM
72322005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7233
7234 * term/mac-win.el (dnd): Require dnd.
7235 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
7236 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7237 (kTextEncodingISOLatin2): Remove constants.
7238 (mac-script-code-coding-systems): New constant.
7239 (mac-handle-language-change): New function.
7240 (special-event-map): Bind it to `language-change' event.
7241 (mac-centraleurroman, mac-cyrillic): New coding systems.
7242 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7243 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7244 and mac-cyrillic-encoder to encode-mac-centraleurroman and
7245 encode-mac-cyrillic, respectively.
a56e6111 7246
a1b6a089
NR
72472005-04-12 Nick Roberts <nickrob@snap.net.nz>
7248
7249 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7250 Don't set overlay-arrow-string to "=>" as this is done
7251 globally in C now.
7252
4d88e0ad
LK
72532005-04-12 Lute Kamstra <lute@gnu.org>
7254
b72c5a86
SM
7255 * generic-x.el (rc-generic-mode, rul-generic-mode):
7256 Fix auto-mode-alist entries.
4d88e0ad
LK
7257 (etc-fstab-generic-mode): Tweak fontification.
7258
7259 * generic.el (generic-make-keywords-list): Fix docstring.
7260 (generic-mode-internal): Simplify generic-font-lock-keywords.
7261
df5e8d2c
RV
72622005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7263
b72c5a86 7264 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
7265 (whitespace-buffer-trailing): Revert the incorrect test inversion.
7266 However, fix the highlight area for the leading and
df5e8d2c
RV
7267 trailing whitespaces to show space.
7268
7a15a271
RV
72692005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7270
7271 * whitespace.el (whitespace-version): Bump to 3.5
7272
b72c5a86
SM
7273 (whitespace-buffer-leading, whitespace-buffer-trailing):
7274 Invert sense of the test to highlight the whitespace.
7a15a271 7275
c80b3945
NR
72762005-04-12 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * progmodes/gud.el (gud-display-line): GUD uses its own
7279 overlay arrow now so don't set overlay-arrow-string.
7280 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7281
22c061d6
DN
72822005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7283
7284 * term.el (term-ansi-current-bold, term-ansi-current-underline)
7285 (term-ansi-current-reverse, term-ansi-current-invisible)
7286 (term-ansi-face-already-done): Change to boolean.
7287 (term-reset-terminal, term-handle-colors-array): Handle the above
7288 vars accordingly.
7289 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7290 (term-emulate-terminal): Use the new name.
7291
7292 * faces.el (secondary-selection): Use yellow1, not yellow.
7293 (trailing-whitespace): Use red1, not red.
7294
b438e670
JD
72952005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7296
7297 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7298 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7299 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7300
7301 * cus-edit.el (dnd): New group.
7302
7303 * term/w32-win.el (dnd): Require dnd
7304 (w32-drag-n-drop): Call dnd-handle-one-url.
7305
7306 * x-dnd.el: Require dnd.
b72c5a86
SM
7307 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7308 Call dnd-handle-one-url.
b438e670
JD
7309 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7310 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7311 to dnd-insert-text.
4d88e0ad
LK
7312 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7313 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 7314 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 7315 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
7316
7317 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7318
0047373b 73192005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
7320
7321 * wdired.el: Doc fixes.
7322 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7323 (wdired-use-dired-vertical-movement): Rename from
7324 wdired-always-move-to-filename-beginning.
7325 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7326 (wdired-change-to-wdired-mode): Change mode name.
7327 (wdired-newline): Delete.
7328
713c9020
RS
73292005-04-11 Richard M. Stallman <rms@gnu.org>
7330
7dbe67a4
RS
7331 * whitespace.el (whitespace-highlight-the-space):
7332 Don't call whitespace-unhighlight-the-space here.
7333
713c9020
RS
7334 * simple.el (undo): Record t in undo-equiv-table
7335 for the redo record made by an undo-in-region.
7336
45bd9a1a
NR
73372005-04-12 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7340 (gdb-frame-inferior-io-buffer): New Functions to control
7341 display of separate IO buffer.
7342 (menu): Add them to menu-bar.
7343 (gdb-display-buffer): Check for buffer another frame.
7344 Protect GUD buffer.
7345 (gdb-setup-windows): Create IO buffer if not already there.
7346 (gdb-memory-mode): Remove purecopy noops.
7347
055e0d88
GM
73482005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7349
7350 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7351 and pass to self-insert-command.
7352
9285b8bc
LK
73532005-04-11 Lute Kamstra <lute@gnu.org>
7354
7355 * generic.el: Commentary section cleanup.
7356 (generic): Delete.
7357 (generic-use-find-file-hook, generic-lines-to-scan)
7358 (generic-find-file-regexp, generic-ignore-files-regexp)
7359 (default-generic-mode, generic-mode-find-file-hook)
7360 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7361 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7362 (generic-use-find-file-hook, generic-lines-to-scan)
7363 (generic-find-file-regexp, generic-ignore-files-regexp)
7364 (default-generic-mode, generic-mode-find-file-hook)
7365 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7366
9552bee8
KF
73672005-04-10 Karl Fogel <kfogel@red-bean.com>
7368
7369 * bookmark.el (bookmark-write-file): Catch errors writing file.
7370 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7371
6695c528
RS
73722005-04-10 Richard M. Stallman <rms@gnu.org>
7373
7374 * startup.el (fancy-splash-tail): Update copyright year.
7375 (command-line): Split part of -Q into -D.
7376 (emacs-basic-display): New defvar.
7377 (fancy-splash-text): Correct name of menu item.
7378
7379 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7380
7381 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7382 lines in one node.
7383
7384 * comint.el (comint-send-input): New arg ARTIFICIAL.
7385 Callers in this file changed.
7386
7387 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7388
7389 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7390
73912005-04-10 Chong Yidong <cyd@stupidchicken.com>
7392
7393 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7394 `ldap-search-internal'.
7395
35f257bb
SM
73962005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7397
f587e30b
SM
7398 * files.el (set-auto-mode-1): Use line-end-position.
7399
35f257bb
SM
7400 * international/latin-1.el:
7401 * international/latin-2.el:
7402 * international/latin-3.el:
7403 * international/latin-4.el:
7404 * international/latin-5.el:
7405 * international/latin-8.el:
7406 * international/latin-9.el: Give punctuation syntax to NBSP.
7407
7408 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7409 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7410 Use char-classes to accept non-ascii letters, accepted in some recent
7411 bibtex implementations.
7412
223bc577
LT
74132005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7414
7415 * custom.el (custom-set-minor-mode): Any non-nil value for the
7416 variable should enable the mode when set through Custom.
7417
4bcb9c95
SM
74182005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7421 TAB binding so tab-always-indent is obeyed.
7422 (vhdl-minibuffer-local-map): Move initialization into declaration.
7423 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7424 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7425 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7426 (vhdl-current-line): Use line-beginning-position.
7427 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7428 with-output-to-temp-buffer, so the current position can be recorded.
7429
0c9a01ff
MY
74302005-04-10 Masatake YAMATO <jet@gyve.org>
7431
4bcb9c95
SM
7432 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7433 Add regexp for gcov.
0c9a01ff 7434
91472578
MB
74352005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7436
4bcb9c95
SM
7437 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7438 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 7439 syntax which Emacs 20 doesn't support.
91472578 7440
6695c528
RS
74412005-04-09 Richard M. Stallman <rms@gnu.org>
7442
b72c5a86
SM
7443 * help.el (describe-key-briefly, describe-key):
7444 Replace strings as event types with "(any string)".
6695c528 7445
941f9778
SM
74462005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * arc-mode.el (archive-mode-map): Move initialization into
7449 the declaration. Override *all* bindings of `undo'.
7450 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7451
1d1bf521
JB
74522005-04-09 Jay Belanger <belanger@truman.edu>
7453
941f9778 7454 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 7455
ce102cb1
DN
74562005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7457
7458 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7459 (xterm-register-default-colors): Update color values computation
7460 to match xterm-200.
7461
2a9e192d
KH
74622005-04-09 Kenichi Handa <handa@m17n.org>
7463
7464 * international/code-pages.el (iso-latin-7): Fix the map.
7465
e790a4a3
LT
74662005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7467
7468 * emacs-lisp/lisp.el (defun-prompt-regexp)
7469 (parens-require-spaces, buffer-end, end-of-defun)
7470 (insert-parentheses): Doc fixes.
7471
3306ed3b
KS
74722005-04-08 Kim F. Storm <storm@cua.dk>
7473
7474 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 7475 * hi-lock.el (hi-green): Likewise.
3306ed3b 7476
099dcdcf
DN
74772005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7478
3306ed3b 7479 * cus-edit.el (custom-modified-face):
099dcdcf
DN
7480 * comint.el (comint-highlight-input): Fix previous changes.
7481 * term.el (term-handle-ansi-escape): Add a comment.
7482
c22c3db0
SM
74832005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7486 in the buffer and in whitespace-highlighted-space.
7487 (whitespace-unhighlight-the-space): Simplify.
7488 (whitespace-buffer): Simplify.
7489
ea81d57e
DN
74902005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7491
7492 * textmodes/table.el (table-cell-face): Add special case for
7493 displays supporting a high number of colors.
7494 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7495 (vhdl-font-lock-reserved-words-face)
7496 (vhdl-speedbar-architecture-face)
7497 (vhdl-speedbar-instantiation-face)
7498 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
7499 (vhdl-speedbar-instantiation-selected-face): Likewise.
7500 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7501 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
7502 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7503 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
7504 (ebrowse-progress-face): Likewise.
7505 * progmodes/compile.el (compilation-info-face): Likewise.
7506 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7507 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7508 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 7509 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
7510 (woman-unknown-face): Likewise.
7511 * wid-edit.el (widget-button-pressed-face): Likewise.
7512 * whitespace.el (whitespace-highlight-face): Likewise.
7513 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7514 * pcvs-info.el (cvs-marked-face): Likewise.
7515 * info.el (info-xref): Likewise.
7516 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 7517 * hilit-chg.el (highlight-changes-face)
c22c3db0 7518 (highlight-changes-delete-face): Likewise.
ea81d57e 7519 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
7520 (hi-red-b): Likewise.
7521 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 7522 * font-lock.el (font-lock-keyword-face)
c22c3db0 7523 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
7524 * cus-edit.el (custom-invalid-face, custom-modified-face)
7525 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
7526 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7527 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 7528
67b4790b
LK
75292005-04-08 Lute Kamstra <lute@gnu.org>
7530
7531 * font-lock.el (font-lock-keywords): Docstring fixes.
7532
9741224e
KH
75332005-04-08 Kenichi Handa <handa@m17n.org>
7534
7535 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7536 chars are more than a limit, print " and more..." at the tail.
7537
3a10b9ce
KS
75382005-04-08 Kim F. Storm <storm@cua.dk>
7539
7540 * emacs-lisp/authors.el (authors-aliases): Update list.
7541 (authors-ignored-files): New list.
7542 (authors-fixed-entries): Fix typo.
7543 (authors-renamed-files-alist): Update list.
7544 (authors-add): Check authors-ignored-files.
7545
eaf779a7
CD
75462005-04-08 Carsten Dominik <dominik@science.uva.nl>
7547
214e2d48 7548 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
7549 optional, to ensure backward compatibility.
7550
fc2cae59
SE
75512005-04-08 Stephen Eglen <stephen@gnu.org>
7552
7553 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7554
859b8989
KS
75552005-04-08 Kim F. Storm <storm@cua.dk>
7556
b72c5a86 7557 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
7558
7559 * mouse.el (mouse-on-link-p): Doc fix.
7560
709bfdaf
LT
75612005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7562
db648b84
LT
7563 * ielm.el (ielm-prompt-read-only): Doc fix.
7564
709bfdaf
LT
7565 * comint.el (comint-prompt-read-only): Doc fix.
7566
5b523a77
JL
75672005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7568
7569 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7570 ensure dired always handles wildcards passed to ffap.
7571 (find-file-at-point): Use it.
7572 (ffap-dired-wildcards): Doc fix.
7573
34d86208
JL
75742005-04-07 Juri Linkov <juri@jurta.org>
7575
7576 * simple.el (next-error-overlay-arrow-position): New defvar.
7577 Put "=>" on its property `overlay-arrow-string'. Add it to
7578 `overlay-arrow-variable-list'.
7579
7580 * progmodes/compile.el (compilation-setup):
7581 Set `next-error-overlay-arrow-position' to nil. Also set it to
7582 nil in the local hook `kill-buffer-hook'. Make local variable
7583 `overlay-arrow-string' and set it to "=>".
7584 (compilation-goto-locus): Set BOL position to
7585 `next-error-overlay-arrow-position' instead of
7586 `overlay-arrow-position'.
7587
7588 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7589 locally instead of adding it to the global hook.
7590 (Info-kill-buffer): Move up.
7591
9fb518aa
DN
75922005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7593
7594 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 7595 xterm-200.
9fb518aa 7596
5c8b653b
SM
75972005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7598
797bf075
SM
7599 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7600
5c8b653b
SM
7601 * fast-lock.el:
7602 * lazy-lock.el: Move them to the obsolete subdir.
7603
969ee2ad
SM
76042005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7605
7606 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7607 (wdired-add-replace-advice): Remove.
7608 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7609
73f0d996
KS
76102005-04-06 Kim F. Storm <storm@cua.dk>
7611
7612 * startup.el (command-line): Add --bare-bones alias for -Q.
7613
369f76bb
YM
76142005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7615
7616 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7617 create the startup fontset if a font specification ends with
7618 `mac-roman'.
7619
e0e5f076
LK
76202005-04-06 Lute Kamstra <lute@gnu.org>
7621
9e4b54a0
LK
7622 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7623 change.
7624
e0e5f076
LK
7625 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7626 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7627
ab7bc290
LK
76282005-04-05 Lute Kamstra <lute@gnu.org>
7629
6a8cf883
LK
7630 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7631 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 7632
969ee2ad
SM
7633 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7634 Put them in the generic-x group.
6a8cf883 7635
d9c39305 7636 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 7637
ab7bc290
LK
7638 * generic.el (define-generic-mode): Don't use custom-current-group.
7639 Document default :group value.
7640 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7641 (define-global-minor-mode): Don't use custom-current-group.
7642
39b32c06
GM
76432005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7644
f4564cfd
GM
7645 * startup.el (command-line-1): Display startup-echo-area-message
7646 when fancy splash screen is in use.
7647
d6d43bde
GM
7648 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7649 (sh-escaped-newline): New face.
7650 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7651 newline, and use sh-escaped-newline face.
7652
39b32c06
GM
7653 * progmodes/tcl.el (tcl-escaped-newline): New face.
7654 (tcl-builtin-list): New variable.
7655 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7656 newlines. Fix keywords subexpression number.
7657
da659ce6
CD
76582005-04-05 Carsten Dominik <dominik@science.uva.nl>
7659
d9c39305 7660 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 7661 `add-to-diary-entry'.
da659ce6 7662
7ed08c01
KS
76632005-04-05 Kim F. Storm <storm@cua.dk>
7664
7665 * ediff-init.el: Use (featurep 'xemacs).
7666
f1c7de69
DP
76672005-04-05 David Ponce <david@dponce.com>
7668
7669 * cus-edit.el (face): Derive from symbol widget. Display sample
7670 of the current face on the fly.
7671 (widget-face-sample-face-get, widget-face-notify): New functions.
7672 (widget-face-value-create): Remove.
7673
7674 * wid-edit.el (widget-field-end): Temporarily remove field
7675 narrowing before to call `get-char-property'.
7676
32503b32
JB
76772005-04-04 Jay Belanger <belanger@truman.edu>
7678
7679 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7680 (math-read-subscripts): New variable.
7681 (math-read-preprocess-string): Process subscripts.
7682
47b143f3
LT
76832005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7684
a9aa7c74
LT
7685 * comint.el (comint-prompt-read-only): Doc fix.
7686
47b143f3
LT
7687 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7688 `-1'. Doc fix.
7689
6eb49472
CD
76902005-04-04 Carsten Dominik <dominik@science.uva.nl>
7691
969ee2ad
SM
7692 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7693 Change default value to nil.
6eb49472 7694
171c707b
LK
76952005-04-04 Lute Kamstra <lute@gnu.org>
7696
8c6ef2ca
LK
7697 * autorevert.el (auto-revert-mode): Specify :group.
7698 * battery.el (display-battery-mode): Specify :group.
7699 * diff-mode.el (diff-minor-mode): Specify :group.
7700 * font-core.el (font-lock-mode): Specify :group.
7701 * hl-line.el (hl-line-mode): Specify :group.
7702 * iimage.el (iimage): New customization group.
7703 (iimage-mode): Specify :group.
7704 * longlines.el (longlines-mode): Specify :group.
7705 * master.el: Don't require easy-mmode.
7706 (master): New customization group.
7707 (master-mode): Specify :group.
7708 * msb.el (msb-mode): Specify :group.
7709 * reveal.el (reveal-mode): Specify :group.
7710 * simple.el (next-error-follow-minor-mode): Specify :group.
7711 * smerge-mode.el (smerge-mode): Specify :group.
7712 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7713 * emulation/cua-base.el (cua-mode): Specify :group.
7714 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7715 * language/thai-util.el (thai-auto-composition-mode)
7716 (thai-word-mode): Specify :group.
7717 * mail/supercite.el (sc-minor-mode): Specify :group.
7718 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7719 * progmodes/flymake.el (flymake-mode): Specify :group.
7720 * progmodes/glasses.el (glasses-mode): Specify :group.
7721 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7722 * textmodes/enriched.el (enriched-mode): Specify :group.
7723 * textmodes/refill.el (refill-mode): Specify :group.
7724
171c707b
LK
7725 * add-log.el (change-log-font-lock-keywords): Names in
7726 parenthesized lists can contain spaces.
7727
e3039e63
TTN
77282005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7729
7730 * startup.el (fancy-splash-text): Shorten default text of
7731 "Emacs Tutorial" line. Also, if the current language env
7732 indicates an available tutorial file other than TUTORIAL,
7733 extract its title and append it to the line in parentheses.
7734 (fancy-splash-insert): If arg is a thunk, funcall it.
7735
1151215a
JB
77362005-04-04 Jay Belanger <belanger@truman.edu>
7737
7738 * calc.el (calc-language-alist): Add tags to customization type.
7739
745986d5
LT
77402005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7741
81fb9e86 7742 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
7743 Doc fix.
7744
28cfe103 77452005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 7746
969ee2ad
SM
7747 * add-log.el (change-log-font-lock-keywords): The manual
7748 describing a Change Log entry, says: (...) "Aside from these
7749 header lines, every line in the change log starts with a space or
52eb0373 7750 a tab.". The font-lock was not highlighting lines started with
969ee2ad 7751 spaces, added support for it.
e9fd21e8 7752
63d516ce
SM
77532005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7754
7755 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 7756 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
7757 complex example in the docstring.
7758 (bibtex-font-lock-url): Use pop.
7759
59bb9410
SM
77602005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7761
4c5113c7
SM
7762 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7763
59bb9410
SM
7764 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7765
6c381cba
GM
77662005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7767
7768 * filesets.el (filesets-set-default): Doc fix.
7769
07e5fb9e
LK
77702005-04-03 Lute Kamstra <lute@gnu.org>
7771
c85465f9
LK
7772 * generic.el (define-generic-mode): Add argument to specify
7773 keywords for defcustom.
7774 (default-generic-mode): Specify :group.
59bb9410 7775
0c0a9c99
LK
7776 * generic-x.el: Specify :group for all generic modes.
7777
07e5fb9e 7778 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 7779 (desktop-after-read-hook): Doc fix.
07e5fb9e 7780
2a0af9db
LT
77812005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7782
7783 * simple.el (visible-mode): Use explicit :group keyword.
7784 This changes the group of `visible-mode-hook' from paren-blinking
7785 to editing-basics.
7786
2f2e2373
EZ
77872005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7788
52eb0373 7789 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
7790 mailbox specifications as well as URLs.
7791 (rmail-insert-inbox-text): Remove unused conditional branches.
7792
1ee49a88
JB
77932005-04-01 Jay Belanger <belanger@truman.edu>
7794
7795 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7796 (calc-gnuplot-print-command): Move definitions to calc.el.
7797
7798 * calc/calc-embed.el (calc-embedded-announce-formula)
7799 (calc-embedded-open-formula, calc-embedded-close-formula)
7800 (calc-embedded-open-word, calc-embedded-close-word)
7801 (calc-embedded-open-plain, calc-embedded-close-plain)
7802 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7803 (calc-embedded-open-mode, calc-embedded-close-mode):
7804 Move definitions to calc.el.
7805
7806 * calc/calc.el (calc-settings-file, calc-language-alist):
7807 Make customizable.
7808 (calc-embedded-announce-formula, calc-embedded-open-formula)
7809 (calc-embedded-close-formula, calc-embedded-open-word)
7810 (calc-embedded-close-word, calc-embedded-open-plain)
7811 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7812 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7813 (calc-embedded-close-mode, calc-gnuplot-name)
7814 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7815 from other files and make customizable.
7816
392fe1b7
SM
78172005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7820 Use buffer-live-p.
7821 (cvs-mode-run): Don't call cvs-update-header here.
7822 (cvs-run-process): Call cvs-update-header.
7823 Use process properties for cvs-postprocess and cvs-buffer so that
7824 the sentinel can behave better if the temp buffer is killed.
7825 Use a pipe rather than a tty, to better handle unexpected prompts.
7826 (cvs-sentinel): Rewrite. Call cvs-update-header.
7827
2e2255f6
AS
78282005-04-01 Andre Spiegel <spiegel@gnu.org>
7829
7830 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7831 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7832
392fe1b7
SM
78332005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * generic.el (define-generic-mode): Add indentation rule.
7836
5e9961be
LT
78372005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * files.el (mode-require-final-newline): Make Custom correctly
7840 report a nil value and allow to set it to nil via Custom.
7841 Doc fix.
7842
9cf97f26
KH
78432005-04-01 Kenichi Handa <handa@m17n.org>
7844
7845 * international/characters.el: Enable the correct case setting for
7846 dotless-i and dotted-I.
7847
81f5c6a3
KS
78482005-04-01 Kim F. Storm <storm@cua.dk>
7849
7850 * ido.el (ido-file-internal): Fall back to non-ido command if
7851 initial directory is on slow ftp (or tramp) host.
7852
39a27f95
RS
78532005-03-31 Richard M. Stallman <rms@gnu.org>
7854
e134f4a8
RS
7855 * emacs-lisp/autoload.el (make-autoload):
7856 Handle define-global-minor-mode.
7857
39a27f95 7858 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 7859 Rename from easy-mmode-define-global-mode.
39a27f95
RS
7860 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7861
392fe1b7
SM
7862 * progmodes/scheme.el (scheme-mode-syntax-table):
7863 Update syntax of | and # for two-character comment syntax.
39a27f95 7864
66e181ad
LK
78652005-03-31 Lute Kamstra <lute@gnu.org>
7866
7867 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7868 (define-minor-mode): Call custom-current-group at load-time.
7869
7870 * generic.el (define-generic-mode): Add debug declaration.
7871 Add defcustom for the mode hook.
7872 (generic-mode-internal): Use run-mode-hooks.
7873
34514f48
KS
78742005-03-31 Kim F. Storm <storm@cua.dk>
7875
7876 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
7877 (mouse-fixup-help-message): New defun called by show_help_echo
7878 to fixup mouse-2 prefix in help messages when applicable.
34514f48 7879
f793f885 7880 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 7881
fafbb99d 78822005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 7883
e5729c6c
KH
7884 * language/thai-word.el (thai-find-word-ends): Pay attention to
7885 the case that we reach the end of buffer.
7886
7c315e1c
KH
7887 * textmodes/fill.el (fill-text-properties-at): New function.
7888 (fill-newline): Use fill-text-properties-at instead of
7889 text-properties-at.
7890
52eb0373 78912005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 7892
d9c39305 7893 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
7894 not comint-quote-filename.
7895
5ee2cf8a
TTN
78962005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7897
7898 * help-fns.el (help-with-tutorial): Revert last change.
7899
7ab4753e
KS
79002005-03-31 Kim F. Storm <storm@cua.dk>
7901
7902 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7903
fffaba77
PE
79042005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7905
7906 * calendar/cal-china.el: Update reference to "Calendrical
7907 Calculations" book; there's a new edition.
7908 * calendar/cal-coptic.el: Likewise.
7909 * calendar/cal-french.el: Likewise.
7910 * calendar/cal-hebrew.el: Likewise.
7911 * calendar/cal-islam.el: Likewise.
7912 * calendar/cal-iso.el: Likewise.
7913 * calendar/cal-julian.el: Likewise.
7914 * calendar/cal-mayan.el: Likewise.
7915 * calendar/cal-persia.el: Likewise.
7916 * calendar/calendar.el: Likewise.
7917 * calendar/holidays.el: Likewise.
7918 * calendar/lunar.el: Likewise.
7919 * calendar/solar.el: Likewise.
7920
7921 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7922 white space from doc string.
7923
0a2bf0fa
JB
79242005-03-30 Jay Belanger <belanger@truman.edu>
7925
7926 * calc/calc-help.el (calc-full-help): Remove email address.
7927
19577b0e
TTN
79282005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7929
7930 * help-fns.el (help-with-tutorial): Delete title line.
7931
4fdb2a6c
GM
79322005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7933
9080baba
GM
7934 * calendar/cal-x.el (calendar-one-frame-setup)
7935 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7936 rather than 'symbol for set-window-dedicated-p.
7937
204451b6
GM
7938 * calendar/appt.el (appt-buffer-name): Make it a constant.
7939 (appt-add): Doc fix.
7940
4fdb2a6c
GM
7941 * filesets.el (filesets-menu-path, filesets-menu-before)
7942 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7943 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7944 (filesets-add-submenu): Delete and use add-submenu instead.
7945
ef943dba
CD
79462005-03-30 Carsten Dominik <dominik@science.uva.nl>
7947
19577b0e 7948 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
7949 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7950 (org-diary-default-entry): New function.
392fe1b7 7951 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
7952 (org-agenda-check-no-diary): New function.
7953 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7954 linking to diary entries.
392fe1b7
SM
7955 (org-agenda-execute-calendar-command): New function.
7956 (org-agenda): Improve visible section in window.
7957 Use `org-fit-agenda-window'.
ef943dba
CD
7958 (org-fit-agenda-window): New option.
7959 (org-move-subtree-down): Better handling of empty lines
7960 at end of subtree.
7961 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7962 levels up.
7963 (org-fontify-done-headline): New option.
7964 (org-headline-done-face): New face.
7965 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
7966 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7967 When current field is non-empty, it is copied to next row.
7968 (org-table-copy-from-above): Fix bug which made it
7969 impossible to copy fields containing only a single non-white character.
ef943dba 7970
c33d06b0
KS
79712005-03-30 Kim F. Storm <storm@cua.dk>
7972
7973 * kmacro.el (kmacro-end-macro): Isearch may store this command
7974 into the macro -- so ignore it when executing keyboard macro.
7975
4f5f7887
NR
79762005-03-30 Nick Roberts <nickrob@snap.net.nz>
7977
7978 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7979
74269806
KH
79802005-03-29 Kenichi Handa <handa@m17n.org>
7981
7982 * language/thai.el ("Thai"): Set setup-function and exit-function
7983 for Thai language environment.
7984
7985 * language/thai-util.el: Require thai-word.
7986 (thai-word-mode-map): New variable.
7987 (thai-word-mode): New minor mode.
7988 (setup-thai-language-environment-internal): New function.
7989 (exit-thai-language-environment-internal): New function.
7990
7991 * language/thai-word.el (thai-word-table): Declare it by defvar,
7992 use dolist to initialize it.
7993 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7994 (thai-fill-find-break-point): New functions.
7995
8e669bbd
RS
79962005-03-29 Richard M. Stallman <rms@gnu.org>
7997
7998 * simple.el (idle-update-delay): Move definition up.
b36a687c 7999 (set-mark): Doc fix.
8e669bbd
RS
8000
80012005-03-29 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * longlines.el: New file.
c33d06b0 8004
8e669bbd
RS
8005 * simple.el (buffer-substring-filters): New variable.
8006 (filter-buffer-substring): New function.
8007 (kill-region, copy-region-as-kill): Use it.
8008
8009 * register.el (copy-to-register, append-to-register)
8010 (prepend-to-register): Use filter-buffer-substring.
8011
5f9ffb03
NR
80122005-03-30 Nick Roberts <nickrob@snap.net.nz>
8013
588c0770 8014 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
8015 (gud-filter-pending-text): Move in front of gdb.
8016 (gud-overlay-arrow-position): New variable.
8017 (gud-sentinel, gud-display-line): Use it in place of
8018 overlay-arrow-position.
8019
0d6d7be5
GM
80202005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8021
b976213b
GM
8022 * progmodes/fortran.el (fortran-if-indent): Doc fix.
8023 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8024 (fortran-font-lock-keywords-4): New variable.
8025 (fortran-blocks-re, fortran-end-block-re)
8026 (fortran-start-block-re): New constants, for hideshow.
8027 (hs-special-modes-alist): Add a Fortran entry.
8028 (fortran-mode-map): Bind fortran-end-of-block,
8029 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 8030 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
8031 (fortran-looking-at-if-then, fortran-end-of-block)
8032 (fortran-beginning-of-block): New functions, for hideshow.
8033
52eb0373
JB
8034 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8035 Doc fix. Tweak regexp.
0d6d7be5
GM
8036 (f90-beginning-of-block): Push mark first.
8037
bb64248b
JB
80382005-03-29 Jay Belanger <belanger@truman.edu>
8039
8040 * calc/calc.el: Update copyright date.
8041 (calc-version): Increase to 2.1.
8042 (calc-version-date): Remove.
8043
8044 * calc/calc-help.el: Update copyright date.
8045 (calc-full-help): Remove reference to calc-version-date.
8046 Update copyright date.
8047
55ec6b37
SM
80482005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * vc.el (vc-do-command): Use a pipe for async processes, so password
8051 prompts don't show up at places where the user can't reply.
8052
52eb0373 80532005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
8054
8055 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8056 on the file name we pass to the inferior shell.
8057
ef91372a
SM
80582005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8059
8060 * progmodes/which-func.el (which-function): Be robust in the face of an
8061 imenu--make-index-alist failure.
8062
8d194e3e
SM
80632005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8066
8067 * progmodes/python.el (python-preoutput-filter): Fix last change.
8068
d7029908
LK
80692005-03-29 Lute Kamstra <lute@gnu.org>
8070
8071 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8072 functions and compiled macros.
8073 (debug-convert-byte-code): Handle macros too.
8074 (debug-on-entry-1): Don't signal an error when trying to clear a
8075 function that is not set to debug on entry.
8076
d59ea3ae
JB
80772005-03-29 Jay Belanger <belanger@truman.edu>
8078
8079 * calc/calc-lang.el: Add functions to math-function-table
8080 properties of tex and math.
8081
eab4bb89
KH
80822005-03-29 Kenichi Handa <handa@m17n.org>
8083
8084 * ps-mule.el (ps-mule-plot-string): Translate characters by
8085 ps-print-translation-table.
8086 (ps-mule-begin-job): Call find-charset-region/string with
8087 ps-print-translation-table.
8d194e3e 8088 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
8089
8090 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 8091 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 8092
073fcaf6
JL
80932005-03-29 Juri Linkov <juri@jurta.org>
8094
8095 * simple.el (next-error-highlight-timer): New variable.
8096
8097 * progmodes/compile.el (compilation-goto-locus):
8098 Use `next-error-highlight-timer' instead of `sit-for'.
8099
caf3c78f
SM
81002005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * mail/supercite.el (sc-mail-field): Use assoc-string.
8103 (sc-get-address): Simplify regexps.
8104
8105 * files.el (minibuffer-with-setup-hook): New macro.
8106 (find-file-read-args): Use it to avoid let-binding
8107 minibuffer-with-setup-hook (which breaks turning on/off
8108 file-name-shadow-mode while in the prompt).
8109
ca19f3f1
AS
8110 * complete.el (PC-read-include-file-name-internal): Use
8111 test-completion.
caf3c78f 8112
2d526287
LT
81132005-03-28 Luc Teirlinck <teirllm@auburn.edu>
8114
8115 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8116
12566797
SM
81172005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8118
ba96f392
SM
8119 * window.el (window-buffer-height): Use count-screen-lines.
8120
12566797
SM
8121 * progmodes/python.el (python-preoutput-leftover): New var.
8122 (python-preoutput-filter): Use it.
8123 (python-send-receive): Loop until all the result has been received.
8124
ba40634b
JL
81252005-03-28 Juri Linkov <juri@jurta.org>
8126
8127 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8128
8129 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8130 "Recover Crashed Session".
8131 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8132 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8133 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8134 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8135 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8136 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8137 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8138 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8139
8140 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8141 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8142 Ediff Sessions", "Toggle use of separate control buffer frame",
8143 "Use separate frame for Ediff control buffer".
8144
8145 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8146 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8147 "Rename Bookmark", "Delete Bookmark".
8148
8149 * info.el (Info-mode-menu): Remove ellipsis from "Index".
8150 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8151 Add `:active Info-index-alternatives' to "Next Matching Item".
8152
8153 * wdired.el (wdired-change-to-wdired-mode):
8154 Mention `wdired-abort-changes' key in the initial message.
8155
8156 * international/mule.el (auto-coding-alist): Associate non-ascii
8157 image filename extensions with `no-conversion'.
8158
8d194e3e
SM
81592005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * international/iso-acc.el:
8162 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8163
468b711f
LT
81642005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8165
73cba75d
LT
8166 * textmodes/sgml-mode.el (html-mode): Doc update.
8167
468b711f
LT
8168 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8169
99a56581
DN
81702005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8171
8172 * term.el (term-move-columns): Fix face after extending a line.
8173 (term-insert-spaces): Likewise.
8174 (term-reset-terminal): Fix off by one error.
8175
54879547
EZ
81762005-03-26 Eli Zaretskii <eliz@gnu.org>
8177
8178 * international/mule.el (auto-coding-alist): Add .xpi files.
8179
8180 * files.el (auto-mode-alist): Add .xpi files.
8181
ee7a5ccb
EZ
81822005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
8183
8184 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8185
b2705c8c
EZ
81862005-03-26 Eli Zaretskii <eliz@gnu.org>
8187
8188 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8189
da8612d3
GM
81902005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8191
8192 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8193 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
8194
8195 * calendar/cal-move.el (calendar-beginning-of-year): Move the
8196 cursor to Jan 1 when needed.
8197 (calendar-end-of-year): Fix -/+ typo.
8198 Reported by Chong Yidong <cyd@stupidchicken.com>.
8199
be940bc5
SM
82002005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8201
5ffc943b
SM
8202 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8203
be940bc5
SM
8204 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8205 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
8206
85df292e
RS
82072005-03-25 Richard M. Stallman <rms@gnu.org>
8208
8209 * filesets.el (filesets-init): Add autoload.
8210
8211 * mail/mailalias.el (mail-directory): Doc fix.
8212
82132005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 8214
85df292e
RS
8215 * mail/mailalias.el (mail-directory-process): Do nothing if
8216 mail-directory-process is an atom.
8217 (mail-get-names): Ignore mail-directory-names if it is an atom.
8218 (mail-directory-process defvar): Doc fix.
8219 (mail-names): Doc fix.
8220
82212005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
8222
8223 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8224
ae766e0d
KH
82252005-03-26 Kenichi Handa <handa@m17n.org>
8226
be940bc5
SM
8227 * international/mule-util.el (detect-coding-with-priority):
8228 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 8229
5a049eca
NR
82302005-03-26 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8233 (gdb-frames-mode-map): Add follow-link property.
8234
bba984aa
JB
82352005-03-25 Jay Belanger <belanger@truman.edu>
8236
8237 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8238 for variables.
8239
13200335
JL
82402005-03-25 Juri Linkov <juri@jurta.org>
8241
8242 * image-mode.el: Optimize image filename extension regexps in
8243 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
8244 in `auto-mode-alist'.
8245 (image-mode): Add `image-toggle-display-text' to local hook
8246 `change-major-mode-hook'. Display the image as an image by
8247 default. Set `cursor-type' and `truncate-lines' if the image
8248 is already displayed. Take into account the current mode (image
8249 or text) in message.
8250 (image-minor-mode): New minor mode.
8251 (image-mode-maybe, image-toggle-display-text): New functions.
8252 (image-toggle-display): Use called-interactively-p.
8253 Let-bind `inhibit-read-only' to t.
8254
90d0be7d
JL
8255 * image-mode.el (image-minor-mode): Set `cursor-type' and
8256 `truncate-lines' if the image is already displayed. Add turning
8257 image-minor-mode off to `change-major-mode-hook'. Add message.
8258 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 8259
5341e481
SM
82602005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8263 Terminal.app, use utf-8.
8264 (set-display-table-and-terminal-coding-system): Add coding-system arg.
8265 (set-locale-environment): Use it.
8266
8267 * term/xterm.el: Undo last change, better done in mule-cmds.el.
8268
8269 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8270
8271 * progmodes/python.el (python-close-block-statement-p)
8272 (python-outdent-p, python-current-defun): Use symbol-end.
8273
126c9dda
TTN
82742005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8275
8276 * files.el (save-some-buffers): Doc fix.
8277
932fb767
WL
82782005-03-25 Werner Lemberg <wl@gnu.org>
8279
8280 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 8281 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 8282 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 8283 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
8284 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8285 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8286 Replace `legal' with `valid'.
8287 * textmodes/reftex-vars.el, textmodes/reftex.el:
8288 Replace `legal' with `valid'.
932fb767 8289
25f72ec0
WL
82902005-03-25 Werner Lemberg <wl@gnu.org>
8291
5341e481 8292 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
aaed846c 8293 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4920bd1e 8294 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
d00fa0a4 8295 * emulation/vip.el: Replace `illegal' with `invalid'.
ca19f3f1
AS
8296 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8297 `invalid'.
9d034245 8298 * mail/supercite.el: Replace `illegal' with `invalid'.
881b07f9
JB
8299 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8300 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8301 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8302 * progmodes/sh-script.el, progmodes/xscheme.el:
8303 Replace `illegal' with `invalid'.
8304 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8305 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8306 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
8307 * textmodes/reftex.el, textmodes/org.el:
8308 Replace `illegal' with `invalid'.
25f72ec0 8309
781da985
SM
83102005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8311
5341e481
SM
8312 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8313 (flymake-find-buildfile, flymake-find-possible-master-files)
8314 (flymake-check-include, flymake-parse-line): Replace loops over the
8315 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8316
8317 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8318 Substitute file-name-as-directory in the rest of the file.
8319 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8320 (flymake-replace-region): Remove unused arg `buffer'.
8321 (flymake-check-patch-master-file-buffer): Update calls to it.
8322 (flymake-add-err-info): Remove unused var `count'.
8323 (flymake-mode): Use define-minor-mode.
8324
8325 * progmodes/flymake.el: Use with-current-buffer.
8326 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8327 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8328 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8329 Avoid testing for `xemacs'.
8330 (flymake-nop): Move.
8331 (flymake-region-has-flymake-overlays): Return the computed value.
8332 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8333 Remove unused var `endline'.
8334 (flymake-get-line-count): Remove unused function.
8335 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8336
8337 * emulation/vi.el:
8338 * generic.el:
8339 * hilit-chg.el (global-highlight-changes):
8340 * hi-lock.el (hi-lock-mode):
8341 * follow.el: find-file-hooks -> find-file-hook.
8342
781da985
SM
8343 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8344
3659a2b8
JL
83452005-03-24 Juri Linkov <juri@jurta.org>
8346
8347 * dired.el (dired-mode-map): Add menu item "Compare directories"
8348 for dired-compare-directories.
8349
8350 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8351 Doc fix. Replace `read-file-name' with `read-directory-name'.
8352
781da985 83532005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
8354
8355 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8356
0fa1a6b8
JB
83572005-03-24 Jay Belanger <belanger@truman.edu>
8358
fe38e3b0 8359 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
8360 relevant mode settings in calc-embedded-original-modes when modes
8361 are permanently changed.
8362
a702ffbb
SM
83632005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * autoinsert.el: find-file-hooks -> find-file-hook.
8366
fbc5e359
LK
83672005-03-24 Lute Kamstra <lute@gnu.org>
8368
8369 * generic.el (generic-font-lock-defaults): Make it obsolete.
8370 (generic-font-lock-keywords): New variable to replace
8371 generic-font-lock-defaults.
8372 (generic-mode-set-font-lock): Delete it.
8373 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8374 (generic-bracket-support): Add docstring.
8375
16a013c2
LK
8376 * generic-x.el: Rename generic-font-lock-defaults to
8377 generic-font-lock-keywords throughout.
8378 (mailagent-rules-setup-function): Delete it.
8379 (mailagent-rules-generic-mode): Use anonymous function instead.
8380 (show-tabs-generic-mode-font-lock-defaults-1)
8381 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8382 Quote faces.
8383 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8384 not foreground.
8385
48621281
LK
8386 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8387 Recognize define-generic-mode.
8388
a702ffbb
SM
83892005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8392 if there's no completion table.
8393
c29749e7
MB
83942005-03-23 Miles Bader <miles@gnu.org>
8395
fbc5e359 8396 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
8397 Remove tty-specific variants, as they're no longer needed.
8398
ca2d9ad8
LK
83992005-03-23 Lute Kamstra <lute@gnu.org>
8400
a702ffbb 8401 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
8402 (installshield-statement-keyword-list)
8403 (installshield-system-functions-list)
8404 (installshield-system-variables-list, installshield-types-list)
8405 (installshield-funarg-constants-list): Make them constants.
8406
ef300cff
LK
8407 * generic.el (generic-make-keywords-list): Add autoload cookie.
8408
a702ffbb
SM
8409 * calendar/time-date.el: Add comment on time value formats.
8410 Don't require parse-time.
ca2d9ad8
LK
8411 (with-decoded-time-value): New macro.
8412 (encode-time-value): New function.
8413 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8414 (days-to-time): Return a valid time value when arg is huge.
8415 (time-since): Use time-subtract.
8416 (time-to-number-of-days): Use time-to-seconds.
8417
bbcb3b44
DP
84182005-03-23 David Ponce <david@dponce.com>
8419
8420 * recentf.el: (recentf-keep): New option.
8421 (recentf-menu-action): Default to `find-file'.
8422 (recentf-keep-non-readable-files-flag)
8423 (recentf-keep-non-readable-files-p)
8424 (recentf-file-readable-p, recentf-find-file)
8425 (recentf-cleanup-remote): Remove.
8426 (recentf-include-p): More robust.
8427 (recentf-keep-p): New function.
8428 (recentf-remove-if-non-kept): Rename from
52eb0373 8429 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 8430 All callers updated.
bbcb3b44 8431 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
8432 (recentf-track-closed-file): Update. Doc fix.
8433 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 8434
8df0ffbe
KS
84352005-03-23 Kim F. Storm <storm@cua.dk>
8436
8437 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8438 Don't inherit from fringe face (now happens automatically).
8439
eac7d7eb
KS
84402005-03-22 Kim F. Storm <storm@cua.dk>
8441
8442 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8443 position values.
8444
4a4a82d6
SM
84452005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * menu-bar.el (showhide-date-time): Remove.
8448 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8449 (menu-bar-make-mm-toggle): Simplify.
8450
19f26a89 84512005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
8452
8453 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8454 Accept qualified variable and function names.
8455
b9d8ddef
TTN
84562005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8457
8458 * bindings.el (completion-ignored-extensions):
8459 Remove ".lis" for `vax-vms'.
8460
9660f868
AS
84612005-03-22 Andreas Schwab <schwab@suse.de>
8462
8463 * generic-x.el: Revert last change.
8464 * ldefs-boot.el: Update.
8465
948e33b9
JB
84662005-03-22 Jay Belanger <belanger@truman.edu>
8467
8468 * calc/calc-embed (calc-embedded-original-modes): New variable.
8469 (calc-embedded-save-original-modes)
8470 (calc-embedded-restore-original-modes): New functions.
8471 (calc-do-embedded): Save original modes when entering embedded mode
8472 and restore when leaving embedded mode.
8473 (calc-embedded-modes-change): Change the value of
8474 calc-embedded-original-modes to reflect permanent changes.
8475
e6c901b6
LK
84762005-03-22 Lute Kamstra <lute@gnu.org>
8477
8478 * generic-x.el: Require generic again.
8479
28c22055
MB
84802005-03-22 Miles Bader <miles@gnu.org>
8481
8482 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8483 Tweak details to look good on both ttys and bitmap displays, light
8484 or dark background, etc.
8485
f0ebf1eb
KS
84862005-03-21 Kim F. Storm <storm@cua.dk>
8487
8488 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8489 mouse position.
8490
47fda8fc
SM
84912005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * icomplete.el: Don't forcibly turn on the mode upon load.
8494 (icomplete-mode): Use define-minor-mode.
8495 (icomplete-eoinput): Default to nil.
8496 (icomplete-minibuffer-setup): Remove autoload.
8497 (icomplete-tidy): Simplify.
8498 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8499 in the initial state or if the user has modified the field.
8500 Fix handling of icomplete-max-delay-chars.
8501 Remove code that handles the oddball case where
8502 minibuffer-completion-table is an integer.
8503 Wrap icomplete-completions in while-no-input in case building
8504 completions takes more time than expected.
8505 (icomplete-completions): Simplify.
8506
a775dff4
RS
85072005-03-21 Richard M. Stallman <rms@gnu.org>
8508
8509 * jka-compr.el (jka-compr-really-do-compress):
8510 Make variable buffer-local.
8511
8512 * image-mode.el: Handle .xpm files too.
8513 (image-toggle-display): Preserve modification flag.
8514
8515 * help.el (where-is): Don't mention aliases with no key bindings.
8516
077f7085
LK
85172005-03-21 Lute Kamstra <lute@gnu.org>
8518
ca19f3f1
AS
8519 * generic.el: Fix commentary section. Don't require cl for
8520 compilation.
077f7085
LK
8521 (generic-mode-list): Add autoload cookie.
8522 (generic-use-find-file-hook, generic-lines-to-scan)
8523 (generic-find-file-regexp, generic-ignore-files-regexp)
8524 (generic-mode, generic-mode-find-file-hook)
8525 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8526 (define-generic-mode): Make it a defmacro. Fix docstring.
8527 (generic-mode-internal): Code cleanup. Add autoload cookie.
8528 (generic-mode-set-comments): Code cleanup.
8529 * generic-x.el: Don't prevent compilation. Don't require generic.
8530 Follow coding conventions. Minor code cleanup.
8531 (etc-fstab-generic-mode): Add some keywords.
8532 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8533 define-generic-mode like a function declaration.
8534
51d6d300
JB
85352005-03-21 Jay Belanger <belanger@truman.edu>
8536
8537 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8538 changing modes.
8539
568ec09d
SS
85402005-03-21 Sam Steingold <sds@gnu.org>
8541
8542 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8543
7651545c
TTN
85442005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8545
8546 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8547 Add underscore to "f$ lexicals" regexp.
8548
fe6b1dbd
JL
85492005-03-20 Juri Linkov <juri@jurta.org>
8550
8551 * subr.el (progress-reporter-do-update): When `min-value' is equal
8552 to `max-value', set `percentage' to 0 and prevent division by zero.
8553
340b8d4f
MA
85542005-03-20 Michael Albinus <michael.albinus@gmx.de>
8555
8556 Sync with Tramp 2.0.48.
8557
8558 * tramp.el (all): Change all addresses to .gnu.org.
8559 (tramp-append-tramp-buffers): New defun.
8560 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8561 Catch `dont-send' signal.
8562 (tramp-set-auto-save-file-modes): Set always permissions, because
8563 there might be an old auto-saved file belonging to another
8564 original file. This could be a security threat. Reported by
8565 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8566 Check for Emacs 21.3.50 removed.
8567
8568 * tramp-smb.el (all): Remove debug construct for
8569 `with-parsed-tramp-file-name'.
a57e098f 8570 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
8571 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8572 No error message if DIRECTORY or FILENAME doesn't exist.
8573 (tramp-smb-open-connection): Check existence of
8574 `tramp-smb-program'.
8575
a57e098f
SM
85762005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8579 Properly handle the case where the `m' or `s' command's argument is not
8580 yet terminated.
8581 (perl-indent-new-calculate): New function.
8582 (perl-indent-line): Use it.
8583
e38b967a
MB
85842005-03-20 Miles Bader <miles@gnu.org>
8585
8586 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8587 in text-mode too. Change to new face names.
a57e098f 8588 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 8589 Add `:weight bold' attribute.
a57e098f 8590 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 8591
0ee6e7b7
JL
85922005-03-19 Juri Linkov <juri@jurta.org>
8593
8594 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8595
8596 * international/mule.el (auto-coding-alist): Sync with
8597 `auto-mode-alist' by adding upper case archive file extensions
8598 and adding ear/war to jar extension.
8599
864f69e9
EZ
86002005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8601
8602 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8603 running, restart it.
8604
580a2a02
EZ
86052005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8606
a57e098f 8607 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
8608
8609 * man.el (Man-follow-manual-reference): If current-word returns
8610 nil, use "".
8611
09ad1a5b
EZ
86122005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8613
8614 * simple.el (goto-line): Doc fix.
8615
9dce96b5
EZ
86162005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8617
8618 * files.el (save-buffer): Doc fix.
8619
068f123a
EZ
86202005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8621
8622 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 8623 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
8624 remote files.
8625
19f26a89 86262005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
8627
8628 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8629 function names.
8630
504f06a2
EZ
86312005-03-19 Eli Zaretskii <eliz@gnu.org>
8632
8633 * language/thai-word.el: New file.
8634
79d2d279
EZ
86352005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8636
8637 * files.el (backup-buffer): If the file's directory is not
8638 writable, use copy instead of move to backup the file.
8639
f3b7338c
EZ
86402005-03-19 Eli Zaretskii <eliz@gnu.org>
8641
8642 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8643
5d62baca
VJL
86442005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8645
a57e098f
SM
8646 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8647 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
8648 <darkman_spam@yahoo.fr>.
8649 (ps-print-version): New version 6.6.6.
8650
951f97e6
SM
86512005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8652
8653 * textmodes/table.el (table--line-column-position): New idiom.
8654 (table--row-column-insertion-point-p): New function to test
8655 validity of row and column insertion operation at a location.
8656 (table-global-menu, table-cell-menu): Use above functions for
8657 deterministic test operation.
8658 (table--editable-cell-p): Behave in deterministic fashion.
8659
1332f1a0
JL
86602005-03-18 Juri Linkov <juri@jurta.org>
8661
8662 * isearch.el (isearch-lazy-highlight-new-loop):
8663 Make arguments beg and end optional.
8664 (isearch-update): Remove optional arguments nil from
8665 isearch-lazy-highlight-new-loop.
8666 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8667 isearch-lazy-highlight-case-fold-search instead of
8668 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
8669 isearch-lazy-highlight-regexp.
8670 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
8671
8672 * replace.el (perform-replace): Remove bindings of global
8673 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8674 Add three new arguments to `replace-highlight'.
8675 (replace-highlight): Add arguments string, regexp, case-fold.
8676 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8677 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 8678 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
8679 variables whose values lazy highlighting will use regardless of
8680 changes to global variables isearch-string, isearch-regexp,
8681 isearch-case-fold-search during lazy highlighting loop.
8682 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8683 to `lazy-highlight-cleanup'.
8684
8685 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8686 (ispell-highlight-face): Set default face to `isearch' when
8687 lazy highlighting is enabled.
8688 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8689 priority to 1. Add lazy highlighting.
8690 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8691 from `isearch-dehighlight'.
8692
42f73fb4
DP
86932005-03-18 David Ponce <david@dponce.com>
8694
8695 * files.el (hack-local-variables): Do a case-insensitive search
8696 for End.
8697
46fe9018
JL
86982005-03-18 Juri Linkov <juri@jurta.org>
8699
8700 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8701 `isearch-lazy-highlight-cleanup', add alias to old name and
8702 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
8703 (isearch-done, isearch-lazy-highlight-new-loop):
8704 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
8705 (lazy-highlight-cleanup) <variable>: Doc fix.
8706 (isearch-lazy-highlight-update): Rename obsolete
8707 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8708
951f97e6 87092005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
8710
8711 * language/thai-util.el: Fix categorization of Thai characters in
8712 thai-category-table.
8713 (thai-composition-pattern): Adjust it for the above change.
8714 (thai-self-insert-command, thai-compose-syllable): New functions.
8715 (thai-compose-region): Use thai-compose-syllable.
8716 (thai-compose-string): Likewise.
8717 (thai-composition-function): Likewise.
8718 (thai-auto-composition): New function.
8719 (thai-auto-composition-mode): New minor mode.
8720
8721 * language/thai.el: Fix patterns to be registered in
8722 composition-function-table.
8723
8724 * international/quail.el (quail-input-method): Locally bind
8725 inhibit-modification-hooks to t.
8726
c7bd5d57
RS
87272005-03-17 Richard M. Stallman <rms@gnu.org>
8728
8729 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8730 (perl-mode): Use run-mode-hooks.
8731
8732 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8733 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8734 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8735
951f97e6 8736 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
8737 to compute resend-to-address and use it.
8738
8739 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8740
8741 * image-mode.el: New file.
8742
8743 * image.el (insert-sliced-image): Add autoload cookie.
8744
8745 * font-lock.el (font-lock-lines-before): New user option.
8746 (font-lock-after-change-function): Obey it.
8747
8748 * bindings.el (esc-map): Make M-g a prefix.
8749 Bind M-g g and M-g M-g to goto-line.
8750
c7bd5d57
RS
8751 * faces.el (face-id): Doc fix.
8752
87532005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8754
8755 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8756 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8757 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8758
8759 * mail/sendmail.el (mail-yank-ignored-headers)
8760 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8761 Add Mail-Followup-To and Mail-Reply-To headers.
8762 (mail-citation-hook): Add autoload cookie.
8763 (mail-mode): Doc fix.
8764 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8765 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8766 (mail-mode-fill-paragraph): Handle those headers.
8767 (mail-mailing-lists): New variable.
8768 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8769
5a1f9fcf
JL
87702005-03-17 Juri Linkov <juri@jurta.org>
8771
8772 * isearch.el (isearch-fallback): Check for `(car previous)'
8773 before calling `isearch-other-end-state'.
8774
0b6ec58d
KS
87752005-03-17 Kim F. Storm <storm@cua.dk>
8776
8777 * simple.el (move-beginning-of-line): Move to beginning of buffer
8778 line, as well as beginning of screen line.
8779
eae4ba2a
GM
87802005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8781
8782 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8783 argument REDRAW rather than calendar-redrawing variable.
8784 * calendar/calendar.el (calendar-redrawing): Delete.
8785 (redraw-calendar): Do not bind calendar-redrawing.
8786
87872005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8788
8789 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8790 diary-file buffer.
8791
b3e484d7
SM
87922005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * help.el (describe-mode): Allow a :minor-mode-function property to
8795 specify a different minor mode toggle function than the variable.
8796 * simple.el (auto-fill-function):
8797 * subr.el (add-minor-mode): Use it.
8798
7bf880c6
KH
87992005-03-16 Kenichi Handa <handa@m17n.org>
8800
8801 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8802 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8803 (ethio-fidel-to-sera-buffer): Likewise.
8804
fe3947c3
JL
88052005-03-16 Juri Linkov <juri@jurta.org>
8806
8807 * emacs-lisp/find-func.el (find-function-regexp):
8808 Add defun-emitting macro `menu-bar-make-toggle'.
8809
8810 * isearch.el: Put `isearch-scroll' property to
8811 `split-window-horizontally'.
8812
8813 * info.el: Update error messages for `debug-ignored-errors'.
8814 (Info-isearch-search): Doc fix.
8815 (Info-find-node): Move up code to go into info buffer before
8816 recording the node to the history.
8817 (Info-fontify-node): Fontify titles only if the next line
8818 has two or more `*', `=', `-', `.'.
8819 Display "go to this node" for empty (match-string 3).
8820
6a3fac90
YM
88212005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8822
8823 * term/mac-win.el: Add mouse pointer shape constants.
8824
bc438588
KS
88252005-03-15 Kim F. Storm <storm@cua.dk>
8826
8827 * simple.el (move-beginning-of-line): Use vertical-motion.
8828
65e7180e
JL
88292005-03-15 Juri Linkov <juri@jurta.org>
8830
8831 * isearch.el (isearch-error): New variable.
8832 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 8833 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
8834 (isearch-within-brackets-state): Remove.
8835 (isearch-case-fold-search-state, isearch-pop-fun-state):
8836 Decrease frame index.
8837 (isearch-mode, isearch-top-state, isearch-push-state)
8838 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8839 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8840 (isearch-search, isearch-lazy-highlight-new-loop):
8841 Replace `isearch-invalid-regexp' with `isearch-error'.
8842 Remove `isearch-within-brackets'.
8843 (isearch-search): Add `search-failed' handler to `condition-case'.
8844 (isearch-lazy-highlight-search): Add `condition-case' to catch
8845 errors and allow `isearch-lazy-highlight-update' to try
8846 highlighting from the beginning of the window.
8847 (isearch-repeat): Move up code to set isearch-wrapped to t
8848 before calling isearch-wrap-function.
8849
8850 * info.el (Info-isearch-initial-node): New internal variable.
8851 (Info-search): Signal an error in isearch mode when search leaves
8852 the initial node. Signal an error when `bound' is non-nil and
8853 nothing was found in the current subfile.
8854 (Info-isearch-search): Remove `condition-case'.
8855 (Info-isearch-wrap): Don't wrap when search failed during leaving
8856 the initial node. If `Info-isearch-search' is nil, wrap around
8857 the current node.
8858 (Info-isearch-start): New fun.
8859 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8860 `isearch-mode-hook'.
8861
a7321976
YM
88622005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8863
8864 * simple.el (normal-erase-is-backspace): Set default to t if
8865 running on Mac.
8866
8867 * term/mac-win.el (function-key-map): Sync with x-win.el.
8868
8dedddd5
KH
88692005-03-15 Kenichi Handa <handa@m17n.org>
8870
8871 * international/mule-cmds.el (locale-language-names): Modify the
8872 format of elements and add more entries.
8873 (locale-preferred-coding-systems): Add more entries.
b3e484d7 8874 (set-locale-environment): Adjust for the change of
8dedddd5
KH
8875 locale-language-names.
8876
8a462381
SM
88772005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * pcvs.el (smerge-ediff): Remove bogus autoload.
8880
43314bf6
LK
88812005-03-14 Lute Kamstra <lute@gnu.org>
8882
dc64809a
LK
8883 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8884 Ignore a `*' at the beginning of a line.
8885
8a462381 8886 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
8887 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8888 subr.el.
8889 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8890 to specify indentation.
8891
43314bf6
LK
8892 * generic.el (define-generic-mode): Let generic-mode-list be a
8893 list of strings; test membership with equal.
8894
40821110
KS
88952005-03-14 Kim F. Storm <storm@cua.dk>
8896
8897 * simple.el (next-line, previous-line): Add optional try-vscroll
8898 arg to recognize interactive use. Pass it on to line-move.
8899 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 8900 executing keyboard macro to ensure consistent behavior.
40821110 8901
b70d9316
SM
89022005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8905
c4fbcb01
LK
89062005-03-13 Lute Kamstra <lute@gnu.org>
8907
8908 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8909 debugger-setup-buffer so that backtrace marks the frames set to
8910 debug-on-exit and we don't have to do it manually. Set an extra
8911 debug-on-exit for macro's.
8912 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 8913
3fdfb09c
LK
89142005-03-12 Lute Kamstra <lute@gnu.org>
8915
8916 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8917 lisp-indent-function throughout.
8918 (with-no-warnings): Set lisp-indent-function property.
8919
09d252f2
TTN
89202005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8921
8922 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8923 Add entry for backslash.
8924
c10d2217
JL
89252005-03-12 Juri Linkov <juri@jurta.org>
8926
8927 * info.el (Info-search): Four fixes for backward search.
8928
0e425a58
JB
89292005-03-11 Jay Belanger <belanger@truman.edu>
8930
8931 * calc/calc.el (calc-language-alist): New variable.
8932 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8933 (calc-embedded-find-modes): Use calc-language-alist instead of
8934 calc-embedded-language-alist.
8935
33873bad
GM
89362005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8937
8938 * calendar/calendar.el (calendar-redrawing): New internal
8939 variable.
8940 (redraw-calendar): Remove bogus save-excursion from previous
8941 change. Bind calendar-redrawing to t for mark-diary-entries.
8942 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8943 calendar if that is why we were called.
8944
fa815b14
KH
89452005-03-11 Kenichi Handa <handa@m17n.org>
8946
8947 * international/mule.el (make-coding-system): Set property
c7bd5d57 8948 coding-system-define-form to nil.
fa815b14
KH
8949 (define-coding-system-alias): Likewise.
8950
ac249c4c
KH
89512005-03-11 Kenichi Handa <handa@m17n.org>
8952
8953 These changes are suggested by Dave Love <fx@gnu.org>.
8954
8955 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8956 coding: tag.
8957 (adaptive-fill-regexp): Add more bullets.
8958 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8959 regexps.
8960
ef75a647
SM
89612005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8962
dd39c336
SM
8963 * help.el (describe-mode): Properly handle non-trivial lighters.
8964 Don't ignore minor modes that are not listed in minor-mode-list.
8965
ef75a647
SM
8966 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8967 feature ON when the user requests to turn it OFF.
8968
449808f7
LK
89692005-03-10 Lute Kamstra <lute@gnu.org>
8970
8971 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 8972 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
8973 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8974 second argument as the 2005-03-07 change makes it obsolete.
8975 (debug-on-entry, cancel-debug-on-entry): Update call to
8976 debug-on-entry-1.
8977 (debug, debugger-setup-buffer): Comment update.
ef75a647 8978 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 8979
134d277e
JB
89802005-03-10 Jay Belanger <belanger@truman.edu>
8981
8982 * calc/calc-embed.el (math-ms-args): Declare it.
8983 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8984 math-ms-args.
8985 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8986 variables.
8987
33c76f5a
NR
89882005-03-10 Nick Roberts <nickrob@snap.net.nz>
8989
8990 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8991 Use message-box.
8992
8993 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8994 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8995 (tooltip-gud-tips): Simplify.
588c0770 8996 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
8997 (tooltip-gud-modes): Add fortran-mode.
8998 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8999
9000 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 9001
7f351d0b
KS
90022005-03-09 Kim F. Storm <storm@cua.dk>
9003
9004 * play/animate.el (animate-place-char): Use forward-line instead
9005 of next-line to improve performance.
9006
e62ecf85
SJ
90072005-03-09 Simon Josefsson <jas@extundo.com>
9008
9009 * net/browse-url.el (browse-url-default-browser): Doc fix.
9010
f1953880
MB
90112005-03-09 Miles Bader <miles@gnu.org>
9012
9013 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9014 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9015
ca8d88cd
KH
90162005-03-09 Kenichi Handa <handa@m17n.org>
9017
ec4e909a
KH
9018 * international/latin-1.el: Set case and syntax for 255 only if
9019 set-case-syntax-set-multibyte is nil.
9020
7f351d0b 9021 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 9022 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 9023 (ispell-process-line): Likewise.
ca8d88cd
KH
9024 (ispell-complete-word): Likewise.
9025
9839760a
GM
90262005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9027
9028 * calendar/calendar.el (redraw-calendar): Preserve point.
9029 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9030 (calendar-week-start-day): Move after definition of
9031 redraw-calendar. Delete buffer test, since redraw-calendar has
9032 that now.
9033
9034 * calendar/diary-lib.el (mark-diary-entries): Only call
9035 redraw-calendar in the first of any recursive calls.
9036 Reported by Alan Shutko <ats@acm.org>.
9037
9553cf63
JL
90382005-03-08 Juri Linkov <juri@jurta.org>
9039
9040 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9041 (html-horizontal-rule, html-line, html-image, html-checkboxes)
9042 (html-radio-buttons): Add a space before the trailing `/>' where
9043 sgml-xml-mode is non-nil.
9044 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9045 the subsequent tag of the empty XML tag.
9046 (html-href-anchor): Don't set initial input to "http:".
9047 (html-image): Ask for the image URL and set point inside alt="".
9048 (html-name-anchor): Duplicate the name in the `id' attribute when
9049 sgml-xml-mode is non-nil.
9050 (html-paragraph): Remove \n before <p>.
9051 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9052 instead of `checked' when sgml-xml-mode is non-nil.
9053
9054 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9055 Remove 1 space before #RRGGBB to not truncate it on terminal
9056 windows w/o fringes. Remove 1 space between bg and fg examples
9057 to get more space.
9058 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9059 avoid byte-compile warnings.
9060
9061 * image-file.el (image-file-handler): Put `safe-magic' property to
9062 `image-file-handler'.
9063
9064 * info.el (Info-isearch-search): Emulate word search in
9065 isearching through multiple Info nodes with Info-search.
9066 (Info-isearch-wrap): Allow isearch-word.
9067
9b54d453
LK
90682005-03-08 Lute Kamstra <lute@gnu.org>
9069
9070 * emacs-lisp/debug.el (debugger-step-through): Make sure that
9071 stepping into the debugger's code is not possible.
9072 (debugger-jumping-flag): Docstring update.
9073
41d4eedc
JB
90742005-03-08 Jay Belanger <belanger@truman.edu>
9075
9076 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9077 embedded mode begins.
9078 (calc-embedded-language-alist): New variable.
9079 (calc-embedded-find-modes): Use calc-embedded-language-alist to
9080 set default language mode.
9081
c68f7e21
KH
90822005-03-08 Kenichi Handa <handa@m17n.org>
9083
9084 * international/ccl.el (define-ccl-program): Fix docstring about
9085 extra 256 bytes assured for the output buffer.
9086
9087 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9088 Fix BUFFER_MAGNIFICATION to 2.
9089 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9090
3ee9f6ac
JW
90912005-03-07 Karl Chen <quarl@cs.berkeley.edu>
9092
9093 * align.el (align-rules-list): Added an alignment rule for CSS
9094 declarations (applies to css-mode and html-mode buffers).
9095
a29cf450
SM
90962005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9099
2f8cd1ce
KS
91002005-03-07 Kim F. Storm <storm@cua.dk>
9101
a54595d4
KS
9102 * simple.el (move-beginning-of-line): New command.
9103
9104 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9105
9106 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9107
9108 * emulation/cua-base.el: Put CUA move property on move-end-of-line
9109 and move-beginning-of-line.
9110
2f8cd1ce
KS
9111 * apropos.el (apropos-print): Omit command from M-x ... RET.
9112
7a2306d9
NR
91132005-03-07 Nick Roberts <nickrob@snap.net.nz>
9114
9115 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9116 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9117
aaf2cff2
RS
91182005-03-06 Richard M. Stallman <rms@gnu.org>
9119
9120 * bindings.el (esc-map): Bind M-g to goto-line.
9121
9122 * facemenu.el (global-map): Bind M-o, not M-g.
9123
bf7970c5
JD
91242005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9125
9126 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9127 "Open Directory" as for "Open File".
9128
0251bafb
RS
91292005-03-06 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9132 (push-mark-command): Run activate-mark-hook.
9133
91342005-03-06 Richard M. Stallman <rms@gnu.org>
9135
9136 * help-mode.el (help-mode-finish): Don't alter the element
9137 in view-return-to-alist if there already is one.
9138
9139 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9140 make sure the current buffer is the expected one.
9141
9142 * novice.el (disabled-command-function): Output in *Disabled Command*.
9143 Explicitly ignore non-keyboard events, and explicitly handle C-g.
9144
9145 * textmodes/flyspell.el (flyspell-large-region):
9146 Pass args differently for aspell.
9147
9148 * files.el (mode-require-final-newline): Doc fix.
9149
52eb0373 91502005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 9151
2f8cd1ce 9152 * progmodes/which-func.el (which-function):
0251bafb
RS
9153 Specify NOERROR when calling imenu--make-index-alist.
9154
55d0f066
SM
91552005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9156
a3194d03
SM
9157 * simple.el (normal-erase-is-backspace): Define default value.
9158
ca19f3f1
AS
9159 * custom.el (custom-theme-set-variables): Remove unused var
9160 `immediate'.
9161 (custom-reevaluate-setting): Simple function to handle variables
9162 that are defined before their default value can really be
9163 computed.
a3194d03
SM
9164
9165 * startup.el (command-line): Use it for temporary-file-directory,
9166 small-emporary-file-directory, auto-save-file-name-transforms,
9167 blink-cursor-mode, and normal-erase-is-backspace.
9168
55d0f066
SM
9169 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9170 progress, even with buggy anchored keywords.
9171
f38c52df
LT
91722005-03-05 Luc Teirlinck <teirllm@auburn.edu>
9173
be6e87e5 9174 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 9175
bb96021a
RS
91762005-03-05 Richard M. Stallman <rms@gnu.org>
9177
9178 * simple.el (goto-line): Use a number at point as the default.
9179 With C-u as arg, switch buffers.
9180
3ff96c81
JL
91812005-03-05 Juri Linkov <juri@jurta.org>
9182
9183 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9184 with `no-blinking-cursor'.
9185
9186 * startup.el (no-blinking-cursor): New defvar.
9187 (command-line): Add `--no-blinking-cursor' to longopts.
9188 Set `no-blinking-cursor' to t for command line arguments
9189 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
9190 with `no-blinking-cursor' in the condition for calling
9191 `blink-cursor-mode'.
9192
c3a52675
LT
91932005-03-04 Luc Teirlinck <teirllm@auburn.edu>
9194
9195 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9196 (menu-bar-options-save): Add blink-cursor-mode.
9197 (menu-bar-options-menu): Add blink-cursor-mode.
9198
77b94af3
GM
91992005-03-04 Ulf Jasper <ulf.jasper@web.de>
9200
9201 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9202 (icalendar-export-file, icalendar-export-region)
a29cf450 9203 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
9204 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9205
524352d6
LK
92062005-03-04 Lute Kamstra <lute@gnu.org>
9207
a29cf450 9208 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
9209 (debug-function-list): Ditto.
9210
b12e59fd
RC
92112005-03-04 Robert J. Chassell <bob@rattlesnake.com>
9212
9213 * textmodes/texinfmt.el (texinfo-append-refill):
9214 Redefine the types of line to which @refill
9215 is not appended by replacing a search for `@refill\\|@bye' with
9216 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
9217 itemize@refill' bug and the unfilled long lines bug.
a29cf450 9218 (texinfmt-version): Update number and date.
b12e59fd 9219
518d3637
RS
92202005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9221
9222 * international/code-pages.el (windows-1250, windows-125[2-8])
9223 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9224
d245ff23
SM
92252005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9228 bound yet.
9229
b8210c6e
JPW
92302005-03-02 Romain Francoise <romain@orebokech.com>
9231
9232 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9233 buffer after removing limits.
9234 (ibuffer-pop-filter): Ditto.
9235 Update copyright.
9236
aad1926a
MB
92372005-03-02 Miles Bader <miles@gnu.org>
9238
9239 * button.el (make-text-button): If the user doesn't specify a
9240 type, use the default. Rewrite to use `add-text-properties' and
9241 plist functions.
9242
284f0680
LK
92432005-03-01 Lute Kamstra <lute@gnu.org>
9244
9245 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9246 (debugger-jumping-flag): New var.
9247 (debug-entry-code): Use it.
9248 (debugger-jump): Use debugger-jumping-flag and add
9249 debugger-reenable to post-command-hook.
9250 (debugger-reenable): Use debugger-jumping-flag and remove itself
9251 from post-command-hook.
9252 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9253 debugger-reenable.
9254
43e7d00a
RC
92552005-03-01 Robert J. Chassell <bob@rattlesnake.com>
9256
284f0680 9257 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
9258 inclusion of "itemize\\|", which may be unnecessary, is certainly
9259 inelegant, and stops refilling in itemize lists when formatting
9260 Japanese Texinfo files to Info.
9261 Update copyright to 2005.
9262
911ba5f8
NR
92632005-03-01 Nick Roberts <nickrob@snap.net.nz>
9264
9265 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9266 of an error if GDB can't find the source file.
9267
f830b09e
GM
92682005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9269
9270 * calendar/calendar.el (redraw-calendar): Work from any buffer,
9271 not just the calendar.
9272
9273 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9274 first.
9275 (diary-redraw-calendar): New function.
9276 (make-diary-entry): Add diary-redraw-calendar to local
9277 write-contents-functions. Turn off selective display before
9278 inserting in diary.
9279
5582d76d
KS
92802005-03-01 Kim F. Storm <storm@cua.dk>
9281
9282 * emacs-lisp/copyright.el (copyright-fix-years): New command.
9283
a9ee5cac
LK
92842005-03-01 Lute Kamstra <lute@gnu.org>
9285
9286 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9287 that debug-entry-code can be safely removed from a function while
9288 this code is being evaluated. Revert the 2005-02-27 change as the
9289 new implementation no longer requires it. Make sure that a
dd39c336 9290 function body containing just a string is not mistaken for a docstring.
439368ed
LK
9291 (debug): Skip one more frame in case of debug on entry.
9292 (debugger-setup-buffer): Delete one more frame line in case of
9293 debug on entry.
9294 (debugger-frame-number): Update to use the new text introduced by
d245ff23 9295 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 9296
77032434
KS
92972005-02-28 Kim F. Storm <storm@cua.dk>
9298
9299 * double.el (double-translate-key): Call force-window-update after
9300 read-event to avoid crash in redisplay.
9301
c4d5a8a1
SM
93022005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9305 (debug): Use it. Move the inhibit-trace earlier.
9306 (debug-entry-code): New const.
9307 (debug-on-entry-1): Use it.
9308
4c23089d 93092005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 9310
c4d5a8a1
SM
9311 * international/utf-16.el (ccl-encode-mule-utf-16le):
9312 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
9313 (ccl-encode-mule-utf-16be): Likewise.
9314
93152005-02-28 Kenichi Handa <handa@m17n.org>
9316
9317 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9318 Fix BUFFER_MAGNIFICATION to 4.
9319 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9320
0f468ead
NR
93212005-02-28 Nick Roberts <nickrob@snap.net.nz>
9322
9323 * speedbar.el (speedbar-update-flag): Doc fix.
9324 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9325 argument.
9326
35c5f5d3
SM
93272005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9328
fc88c288
SM
9329 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9330 have a non-nil `invisible' property but are actually visible.
9331
35c5f5d3
SM
9332 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9333 for perldoc sections.
9334 (perl-outline-regexp, perl-outline-level): New var and function.
9335 (perl-mode): Use them.
9336
f43ae016
GM
93372005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9338
9339 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9340 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9341
04c9dde8
LT
93422005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9343
9344 * cus-edit.el: Comment change.
9345 (custom-buffer-create-internal): Slightly reword text at top of
9346 Custom buffers. Mention there that saving an option edits the
9347 init file. Add link to Emacs manual node on `custom-file'.
9348 (custom-magic-alist): Rewrite individual State messages to use
9349 capitalized keywords. Doc fix.
9350
261b7f30
GM
93512005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9352
9353 * calendar/calendar.el (calendar-buffer): Move above
9354 calendar-week-start-day.
9355 (calendar-week-start-day): Doc fix. Add :set function.
9356 (calendar-minimum-window-height): New variable.
9357 (generate-calendar-window): Only resize window if selected-window
9358 is displaying the calendar buffer. Use new variable
9359 calendar-minimum-window-height.
9360 (generate-calendar): Reword error message.
9361 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9362
b71c9e75
AS
93632005-02-27 Andreas Schwab <schwab@suse.de>
9364
c58447fd
AS
9365 * vc.el (vc-do-command): Don't run command asynchronously when
9366 operating in a remote directory.
9367
b71c9e75
AS
9368 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9369 change from sync with Tramp 2.0.47.
9370
aa5c6b3e
RS
93712005-02-27 Richard M. Stallman <rms@gnu.org>
9372
9373 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9374
9375 * textmodes/flyspell.el (flyspell-mode-on):
9376 Call ispell-change-dictionary only if necessary.
9377
9378 * emacs-lisp/re-builder.el (regexp-builder): New function.
9379
9380 * register.el (describe-register-1): Explicitly handle
9381 yank-excluded-properties = t.
9382
9383 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9384 (custom-magic-alist): Change the status descriptions again.
9385 (face widget-type): Total rewrite based on `restricted-sexp'
9386 to eliminate the confusing double hiding levels.
9387
9388 * emacs-lisp/debug.el (debug-on-entry-1):
9389 If function body is empty, add nil as body form.
9390
5f8a82e1
SM
93912005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * emacs-lisp/trace.el (inhibit-trace): New var.
9394 (trace-make-advice): Use it.
9395
9396 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9397
c6f4488c
KS
93982005-02-26 Kim F. Storm <storm@cua.dk>
9399
9400 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9401 (mouse-on-link-p, mouse-drag-region-1): Use it.
9402
a0b497c5
LK
94032005-02-25 Lute Kamstra <lute@gnu.org>
9404
9405 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9406
ffa8d0ef
LT
94072005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * frame.el (blink-cursor-mode): Add :group keyword.
9410
1a951b51
GM
94112005-02-24 Ulf Jasper <ulf.jasper@web.de>
9412
78d54dee
SM
9413 * calendar/icalendar.el (icalendar--decode-isodatetime):
9414 New optional argument DAY-SHIFT.
1a951b51
GM
9415 (icalendar-export-region): Fix coding-system-for-write.
9416 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9417 events by one.
9418
6ecedb40
SM
94192005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9422
1749aa90
KS
94232005-02-24 Kim F. Storm <storm@cua.dk>
9424
9425 * international/iso-acc.el (iso-accents-compose): Fix crash
9426 during redisplay. Call force-window-update after read-event
9427 and delete-region to signal that window is not accurate.
9428
78d54dee
SM
94292005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9432 Remove unused and inexistent var `inhibit-trace'.
9433 (debugger-mode): Use run-mode-hooks.
9434 (debugger-list-functions): Add buttons; setup xref stack.
9435
a98ac7ae
RS
94362005-02-23 Richard M. Stallman <rms@gnu.org>
9437
9438 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9439 appointment says it was explicitly made.
9440 (appt-add): Set the 3rd element.
9441 (appt-make-list): Preserve explicit appointments.
9442
9443 * subr.el (find-tag-default): Catch errors in forward-sexp.
9444
91c66262
JL
94452005-02-23 Juri Linkov <juri@jurta.org>
9446
9447 * info.el (Info-isearch-search): New defcustom.
9448 (Info-isearch-search): Call the default isearch function
9449 when Info-isearch-search is nil.
9450 (Info-isearch-wrap): Use variable Info-isearch-search.
9451
01d746be
LT
94522005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9453
9454 * cus-edit.el: Comment change.
9455
b686dd59
KS
94562005-02-22 Kim F. Storm <storm@cua.dk>
9457
6ecedb40
SM
9458 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9459 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 9460
fe77c061
SJ
94612005-02-22 Simon Josefsson <jas@extundo.com>
9462
6ecedb40
SM
9463 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9464 New variable.
fe77c061
SJ
9465 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9466 Oskarsson" <myrkraverk@users.sourceforget.net>.
9467
baf70a02
KS
94682005-02-22 Kim F. Storm <storm@cua.dk>
9469
9470 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9471 check that window of that event is the selected window.
9472 (mouse-drag-region-1): Compare mouse event window to selected
9473 window before setting point.
9474
9475 * tooltip.el (tooltip-show-help-function): Pass event to
9476 mouse-on-link-p so it can check selected window.
9477
ca69e8aa
KH
94782005-02-22 Kenichi Handa <handa@m17n.org>
9479
9480 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9481 (ps-mule-show-warning): New function.
9482 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9483 characters are found.
9484
9485 * ps-print.el (ps-header-footer-string): Return a list of header
9486 and footer strings.
9487
dae3211d
SM
94882005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9489
9490 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9491
94922005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 9493
9df747e1
SM
9494 * frame.el (blink-cursor-mode): Use define-minor-mode.
9495
2c75eddf
SM
9496 * term/mac-win.el (function-key-map): Use char-names more consistently.
9497 (file-name-coding-system): Only set it for MacOS-9. The other case is
9498 already handled in mule-cmds.el (where it also works when mac-win.el
9499 is not used).
9500
c4a166f1
KH
95012005-02-21 Kenichi Handa <handa@m17n.org>
9502
002dc239
KH
9503 * international/mule.el (ctext-pre-write-conversion): Always use
9504 " *code-converting-work*" buffer for work.
9505
c4a166f1
KH
9506 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9507
22071507
TTN
95082005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9509
9510 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9511
50d9c396
JY
95122005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9513
2c75eddf 9514 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
9515 allows changes outside the restricted area of the buffer.
9516
0fba9f25
KS
95172005-02-20 Kim F. Storm <storm@cua.dk>
9518
9519 * simple.el (line-move): Add fourth optional arg try-vscroll which
9520 must be set to perform auto-window-vscroll.
9521 When moving backwards and doing auto-window-vscroll, automatically
9522 vscroll to the last part of lines which are taller than the window.
9523 (next-line, previous-line): Set try-vscroll arg on line-move.
9524
ac010fca
DN
95252005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9526
f79bdb3a
DN
9527 * replace.el (query-replace, query-replace-regexp)
9528 (replace-string, replace-regexp): When operating on region, make
9529 the minibuffer prompt say so.
9530
ac010fca
DN
9531 * isearch.el (isearch-forward): Document isearch-query-replace and
9532 isearch-query-replace-regexp keybindings.
0fba9f25 9533
fa64fa22
JB
95342005-02-19 Jay Belanger <belanger@truman.edu>
9535
9536 * calc/calc-aent.el (math-read-token): Add local variable.
9537
9538 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9539 (calc-edit-top): Move declaration to earlier in file.
9540 (calc-edit-macro-repeats): Add local variables.
9541
9542 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9543 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9544 calcFunc-tanh.
9545 Adjust integration rule for calcFunc-tan.
9546
3f9526a3 95472005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
9548
9549 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9550 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9551 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9552 (viper-skip-separators): Bug fix.
9553 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 9554 particular major mode.
0fba9f25 9555 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 9556 kill ring.
0fba9f25
KS
9557
9558 * viper-ex.el (viper-color-display-p): New function.
9559 (viper-has-face-support-p): Use viper-color-display-p.
9560
9561 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9562
9563 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9564
9565 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9566 (viper-file-remote-p): Make equivalent to file-remote-p.
9567
78d54dee
SM
9568 * viper.el (viper-major-mode-modifier-list):
9569 Use viper-gnus-modifier-map.
0fba9f25 9570
c761fd55
DK
95712005-02-19 David Kastrup <dak@gnu.org>
9572
9573 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9574 quoting.
9575
7ca4e8a1
JB
95762005-02-19 Jay Belanger <belanger@truman.edu>
9577
9578 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 9579 Remove extra definitions.
7ca4e8a1
JB
9580 (calc-coth): New function.
9581 (calcFunc-cot): Fix `let'.
9582
0e0d5683
EZ
95832005-02-19 Eli Zaretskii <eliz@gnu.org>
9584
9585 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9586 the reasons we use "type pc" in these faces.
9587
9588 * button.el (button): Ditto.
9589
2511035d
EZ
95902005-02-19 Michael Mauger <mmaug@yahoo.com>
9591
9592 * replace.el (query-replace-read-from): Set the value of
9593 query-replace-from-history-variable to handle the case of an empty
9594 string entered to accept the suggested default.
74f69b93 9595
78d54dee
SM
9596 * net/tramp.el (tramp-file-name-for-operation):
9597 Use dired-call-process instead of dired-call-process-command.
74f69b93 9598
7182a9a6
JB
95992005-02-19 Jay Belanger <belanger@truman.edu>
9600
9601 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9602 (math-div-non-trig): New variables.
9603 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9604 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9605 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9606 trig expressions.
9607
8c4e7434
NR
96082005-02-19 Nick Roberts <nickrob@snap.net.nz>
9609
9610 * progmodes/gdb-ui.el (gdb-var-update-handler)
9611 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9612 for watch expressions,
9613 (gdb-var-create-handler): Don't set speedbar-update-flag.
9614 (gdb-post-prompt): Simplify test for speedbar.
9615
17561e4f 96162005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 9617
78d54dee
SM
9618 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9619 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 9620 we use the syntax table of the correct buffer.
78d54dee 9621 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 9622 Felix Gatzemeier.
0fba9f25 9623
78d54dee
SM
9624 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9625 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 9626 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 9627
78d54dee
SM
9628 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9629 ediff-recurse-to-subdirectories.
9630 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 9631 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 9632
78d54dee 9633 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 9634 nil.
0fba9f25 9635
9be92b96
SM
96362005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9639
3a51abf1
DK
96402005-02-18 David Kastrup <dak@gnu.org>
9641
9642 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9643 use `mark-active' when defined.
9644
92dc83a9
KH
96452005-02-18 Kenichi Handa <handa@m17n.org>
9646
9647 * ps-print.el (ps-font-info-database): New entry
9648 ZapfChancery-MediumItalic with correct font name. Fix font name
9649 of the entry Zapf-Chancery-MediumItalic.
9650
6dbbc01d
LT
96512005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9652
9653 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9654
4aed6e1e
KS
96552005-02-16 Kim F. Storm <storm@cua.dk>
9656
9657 * ido.el (ido-fallback-command): Pass user input to fallback command.
9658
96592005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
9660
9661 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9662 (gdb-find-file-hook): Add server prefix.
9663
a29c9707
RS
96642005-02-16 Richard M. Stallman <rms@gnu.org>
9665
9666 * replace.el (perform-replace): Pass new args to replace-highlight.
9667 (replace-highlight): Take region args,
9668 and pass them to isearch-lazy-highlight-new-loop.
9669
9670 * novice.el (disabled-command-hook): Autoload the defalias
9671 and the make-obsolete-variable call.
9672
9673 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9674
9675 * isearch.el (isearch-lazy-highlight-start-limit)
9676 (isearch-lazy-highlight-end-limit): New variables limit
9677 the region for highlighting.
9678 (isearch-lazy-highlight-new-loop): New args BEG and END.
9679 (isearch-lazy-highlight-search): Use the new vars.
9680 (isearch-lazy-highlight-update): Likewise.
9681
9682 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9683
9684 * cus-start.el (all): Use default-boundp.
9685
4aed6e1e 96862005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
9687
9688 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9689
e1c9f939
LT
96902005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9691
9692 * autorevert.el (auto-revert-stop-on-user-input)
9693 (auto-revert-verbose): Doc fixes.
9694
52c7f9ee
JR
96952005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9696
9697 * international/mule-cmds.el (set-locale-environment): Remove call
9698 to set-selection-coding-system on Windows.
9699
6ec30302
JB
97002005-02-15 Jay Belanger <belanger@truman.edu>
9701
9702 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 9703 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
9704 calcFunc-coth.
9705 (math-simplify-sqrt): Add simplifications.
9706
9707 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9708 to list.
9709
9710 * calc/calc-ext.el: Add functions to autoloads.
9711
9712 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9713 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9714 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9715 (math-csc-raw, math-cot-raw): New functions.
9716
9717 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9718
9719 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9720 the variable name in a message.
9721
9722 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9723 calcFunc-csc, calcFunc-cot.
9724
9725 * calc/calcalg2.el: Add derivative and integration rules for
9726 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9727 calcFunc-csch, calcFunc-coth.
9728 (math-do-integral-methods): Add to checks for when to use
9729 substitutions.
9730
9731 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9732
43817a75
LK
97332005-02-15 Lute Kamstra <lute@gnu.org>
9734
9be92b96
SM
9735 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9736 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
9737 <monnier@iro.umontreal.ca>
9738 (lisp-outline-level): Improve efficiency. Suggested by David
9739 Kastrup <dak@gnu.org>.
9740
34093ed7
NR
97412005-02-15 Nick Roberts <nickrob@snap.net.nz>
9742
9743 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9744 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9745 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 9746 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
9747 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9748
0f014aa1
LT
97492005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9750
9751 * cus-start.el (all): Comment change.
9752
23e8c095
LK
97532005-02-14 Lute Kamstra <lute@gnu.org>
9754
9755 * cus-start.el (all): Check if symbol is void.
9756
a4869139
CD
97572005-02-14 Carsten Dominik <dominik@science.uva.nl>
9758
9759 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9760 optional argument to \cite.
9761
134948fc
RS
97622005-02-14 Richard M. Stallman <rms@gnu.org>
9763
9764 * cus-edit.el (custom-buffer-create-internal): Update help message.
9765 (custom-magic-alist): Update help messages.
9766
9767 * cus-start.el (all): Allow a var to specify a standard value.
9768
5e2087b8
LT
97692005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9770
9771 * custom.el (custom-theme-set-variables): Handle variable aliases.
9772
9773 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
9774 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9775 declare obsolete.
03e38499
LT
9776 (blink-cursor-mode): Define with defcustom and use correct
9777 standard expression in that defcustom.
5e2087b8
LT
9778 * startup.el (command-line): Adapt to above changes in frame.el.
9779
b7a2a696
LK
97802005-02-11 Lute Kamstra <lute@gnu.org>
9781
9782 * apropos.el (apropos-score-doc): Prevent division by zero.
9783
ea66d5e0
GM
97842005-02-11 Ulf Jasper <ulf.jasper@web.de>
9785
9786 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9787 (icalendar--get-event-property-attributes)
9788 (icalendar--get-event-properties)
9789 (icalendar--datetime-to-diary-date): New functions.
9790 (icalendar--split-value): Doc fix.
9791 (icalendar--datetime-to-noneuropean-date)
9792 (icalendar--datetime-to-european-date): New optional argument
9793 SEPARATOR. Return result as a string instead of a list.
9794 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9795 (icalendar--convert-string-for-export): Rename arg S to STRING.
9796 (icalendar-export-region): Doc fix. Change name of error buffer.
9797 Save output buffer.
9798 (icalendar-import-file): Add blank at end of prompt.
9799 (icalendar-import-buffer): Doc fix. Do not switch to error
9800 buffer. Indicate status in return value.
9801 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9802 buffer. Save output buffer. Handle exception from recurrence
9803 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9804 events. Fix problems with weekly all-day events.
9805
44291460
RS
98062005-02-10 Richard M. Stallman <rms@gnu.org>
9807
9808 * simple.el (eval-expression-print-format):
9809 Avoid warning about edebug-active.
9810
9be92b96 9811 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
9812 (help-for-help): Define with defalias.
9813
9814 * font-core.el (font-lock-default-function): Use with-no-warnings.
9815
9816 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9817
9818 * custom.el (defface): Doc fix.
9819
37956fd5
NR
98202005-02-10 Nick Roberts <nickrob@snap.net.nz>
9821
9822 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9823 width 0" to prevent word wrapping problems.
9824
44042fe7
KS
98252005-02-09 Kim F. Storm <storm@cua.dk>
9826
9827 * ido.el (ido-file-extensions-order): New defcustom.
9828 (ido-file-extension-lessp, ido-file-extension-aux)
9829 (ido-file-extension-order): New advanced file ordering.
9830 (ido-file-lessp): New simple file ordering.
9831 (ido-sort-list): Remove.
9832 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9833 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9834
e7eaabae
DN
98352005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9836
9837 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9838 that some versions of grep produce.
9839 (grep-mode-font-lock-keywords): Likewise.
9840
76f8cd56
NR
98412005-02-09 Nick Roberts <nickrob@snap.net.nz>
9842
9843 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 9844 (gdb-cdir): Delete.
76f8cd56
NR
9845 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9846 (gdb-source-info): Treat case when source file is in another
9847 directory properly.
9848 (gdb-get-location): New function.
9849
519b13cd
JB
98502005-02-07 Jay Belanger <belanger@truman.edu>
9851
9852 * calc/calc-prog.el (calc-write-parse-table-part)
9853 (calc-fix-token-name): Fix a check for language type.
9854
9be92b96 9855 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 9856
009bb5d2
AS
98572005-02-07 Andre Spiegel <spiegel@gnu.org>
9858
9859 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9860 as directory not writable.
9861
82ec225b
KS
98622005-02-07 Kim F. Storm <storm@cua.dk>
9863
9864 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9865 (cua--standard-movement-commands): Remove list.
9866 Instead, set CUA property value to move for movement commands.
9867 (cua-movement-commands): Remove. Users must set CUA prop instead.
9868 (cua--pre-command-handler): Check CUA property.
9869 (cua--init-keymaps): Don't remap undo commands.
9870 (cua-mode): Don't call cua--rectangle-on-off.
9871
9872 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9873 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9874 (cua--rect-undo-set-point): New var.
9875 (cua--rectangle-undo-boundary): Setup undo apply entry.
9876 (cua--rect-undo-handler): New function for rectangle undo.
9877 (cua--rect-start-position, cua--rect-end-position): Add.
9878 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9879 for restored rectangle. Set point if cua--rect-undo-set-point.
9880
c529f7f7
JB
98812005-02-06 Jay Belanger <belanger@truman.edu>
9882
9883 * calc/calc-lang.el (calc-tex-language): Display more information
9884 in messages.
9885
9886 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9887 in TeX mode.
9888
ba2c991c
RS
98892005-02-06 Richard M. Stallman <rms@gnu.org>
9890
9891 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9892
6d61d855
EZ
98932005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9894
9895 * net/ldap.el (ldap-search-internal): Support attributes with
9896 optional descriptions separated by a semi-colon, as in
9897 "userCertificate;binary".
9898
18daafed
JD
98992005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9900
9901 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9902 isn't a cons (i.e. the version is 0).
9903
cb602754
EZ
99042005-02-05 Eli Zaretskii <eliz@gnu.org>
9905
9906 * help.el (help-for-help): Doc fix.
9907
a0079e58
NR
99082005-02-05 Nick Roberts <nickrob@snap.net.nz>
9909
52eb0373 9910 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
9911 GDB-Windows on the menu-bar as this works better.
9912
e67d06eb
JB
99132005-02-04 Jay Belanger <belanger@truman.edu>
9914
9915 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 9916 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
9917
9918 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9919 (math-latex-parse-two-args): New function.
9920
02f244c8
LK
99212005-02-03 Lute Kamstra <lute@gnu.org>
9922
9923 * help-fns.el (help-with-tutorial): Make sure that users cannot
9924 remove the entire text of the tutorial by means of `undo'.
9925
ca97010c
SM
99262005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9929 in recent changes, where the ispell process was repeatedly
9930 killed & restarted.
a41118cc
SM
9931
9932 * international/mule-cmds.el (set-locale-environment): Set file-name
9933 coding system to utf-8 on Darwin systems.
9934 (set-default-coding-systems): Don't set default-file-name-coding-system
9935 on Darwin systems.
9936
4e07258f
RS
99372005-02-03 Richard M. Stallman <rms@gnu.org>
9938
9939 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9940
99412005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9942
9943 * faces.el (list-faces-display): Add optional argument.
9944
30b940a7
SM
99452005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * font-core.el (font-lock-default-function): Handle the rare case where
9948 only font-lock-keywords is set.
9949
4e07258f 99502005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 9951
30b940a7 9952 * international/characters.el: Cancel previous change for
fbbde29a
KH
9953 I-WITH-DOT-ABOVE and DOTLESS-i.
9954
9955 * international/latin-5.el: Cancel previous change.
9956
87c366c1
NR
99572005-02-02 Nick Roberts <nickrob@snap.net.nz>
9958
9959 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9960
56072160
KH
99612005-02-02 Kenichi Handa <handa@m17n.org>
9962
9963 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9964 DOTLESS-i.
9965
9966 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9967 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9968
394dff57 9969 * case-table.el (get-upcase-table): New function.
56072160
KH
9970 (copy-case-table): Copy upcaes table too if non-nil.
9971 (set-case-syntax-delims): Maintain upcase table too.
9972 (set-case-syntax-pair): Likewise.
9973 (set-upcase-syntax, set-downcase-syntax): New functions.
9974 (set-case-syntax): Maintain upcase table too.
9975
dd8e8b27
NR
99762005-02-02 Nick Roberts <nickrob@snap.net.nz>
9977
52eb0373 9978 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
9979
9980 * progmodes/gud.el (gud-goto-info): New function.
9981 (gud-tool-bar-map): Use correct icon.
9982
cc08f5b2
TTN
99832005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9984
9985 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9986 When delegating, order args in the funcall correctly.
9987
b961eb0e
TTN
99882005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9989
9990 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9991
2fdf4457
CD
99922005-02-01 Carsten Dominik <dominik@science.uva.nl>
9993
9994 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9995 buffer not visiting a file.
9996
a214f7ba
JB
99972005-01-31 Jay Belanger <belanger@truman.edu>
9998
9999 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10000 bound on the line with the formula.
10001
fb89c330
KS
100022005-01-31 Kim F. Storm <storm@cua.dk>
10003
10004 * ses.el (ses-create-cell-variable-range)
10005 (ses-destroy-cell-variable-range, ses-reset-header-string)
10006 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10007 (ses-insert-row): Fix format of apply undo entries.
10008
998858ae
JB
100092005-01-31 Jay Belanger <belanger@truman.edu>
10010
10011 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10012 parts.
10013
10014 * calc/calc-embed.el (calc-embedded-open-formula)
10015 (calc-embedded-close-formula): Ignore matrix environments.
10016
10017 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10018 TeX mode.
10019
10020 * calc/calc-lang.el (math-function-table, math-oper-table)
10021 (math-variable-table): Adjust the LaTeX portions.
10022
10023 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10024 (math-latex-ignore-words): New constant.
10025
a6e7a34b
RS
100262005-01-31 Richard M. Stallman <rms@gnu.org>
10027
10028 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10029 (ispell-local-dictionary): Doc fix.
10030 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10031 Don't reinitialize at run time. Don't defcustom.
10032 All uses changed to append ispell-local-dictionary-alist,
10033 or check it first.
10034 (ispell-current-dictionary): New variable for dictionary in use.
10035 (ispell-dictionary): Now used only for global default.
10036 (ispell-start-process): Set ispell-current-dictionary,
10037 not ispell-dictionary.
10038 (ispell-change-dictionary): Use this only for setting
10039 user preferences.
10040 (ispell-internal-change-dictionary): New function
10041 to change the current dictionary in use.
fb89c330
KS
10042 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10043 Use ispell-current-dictionary.
a6e7a34b
RS
10044 Handle ispell-local-dictionary-overridden.
10045 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10046
1be70c61
JB
100472005-01-31 Jay Belanger <belanger@truman.edu>
10048
10049 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10050
10051 * calc/calc-ext.el: Add calc-latex-language to autoloads.
10052 (calc-mode-map): Add calc-latex-language.
10053
10054 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10055 (math-latex-print-frac): New functions.
10056 (math-oper-table, math-function-table, math-variable-table)
10057 (math-complex-format, math-input-filter): Add latex properties.
10058 (calc-set-language): Set math-expr-special-function-mapping.
10059
10060 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 10061 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
10062
10063 * calc/calc.el (calc-language): Adjust docstring.
10064 (calc-set-mode-line): Add LaTeX support.
10065 (math-expr-special-function-mapping): New variable.
e09d97e8 10066 (math-tex-ignore-words): Add to list.
fb89c330 10067
1be70c61
JB
10068 * calc/calccomp.el (math-compose-expr, math-compose-rows):
10069 Add LaTeX support.
10070 (math-compose-expr): Add support for special functions.
10071
10072 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10073
2d08f307
NR
100742005-01-31 Nick Roberts <nickrob@snap.net.nz>
10075
10076 * progmodes/gdb-ui.el (gdb-memory-address)
10077 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10078 (gdb-memory-mode-map, gdb-memory-format-keymap)
10079 (gdb-memory-format-menu, gdb-memory-unit-keymap)
10080 (gdb-memory-unit-menu): New variables for a buffer
10081 that lets the user examine program memory.
10082 (gdb-memory-set-address, gdb-memory-set-repeat-count)
10083 (gdb-memory-format-binary, gdb-memory-format-octal)
10084 (gdb-memory-format-unsigned, gdb-memory-format-signed)
10085 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10086 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10087 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10088 (gdb-memory-unit-byte, gdb-memory-unit-menu)
10089 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10090 (gdb-memory-mode, gdb-memory-buffer-name)
10091 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10092 New functions for above buffer.
10093
ce406543
RS
100942005-01-30 Richard M. Stallman <rms@gnu.org>
10095
10096 * cus-edit.el (custom-bury-buffer): Function deleted.
10097 (custom-buffer-done-function): Option deleted.
10098 (custom-buffer-done-kill): New (replacement option.
10099 (Custom-buffer-done): Call quit-window.
10100 (custom-buffer-create-internal): Update for above changes.
10101
03c64f2e
LT
101022005-01-29 Luc Teirlinck <teirllm@auburn.edu>
10103
10104 * simple.el (undo-ask-before-discard): New var.
10105 (undo-outer-limit-truncate): Implement it.
10106 (undo-extra-outer-limit): Doc update.
10107
5a92a9eb
RS
101082005-01-29 Richard M. Stallman <rms@gnu.org>
10109
394dff57 10110 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
10111 (ses-begin-change): Doc fix.
10112
10113 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10114 instead of rebinding C-x u and C-_.
10115
10116 * files.el (normal-backup-enable-predicate): Return nil for files
10117 in /tmp, regardless of temporary-file-directory.
10118
10119 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10120
10121 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10122 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 10123 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
10124 for move-to-column's 2nd arg.
10125
10126 * simple.el (undo): Fix the test for continuing a series of undos.
10127 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 10128 (pending-undo-list): Move up defvar.
5a92a9eb
RS
10129
10130 * wid-edit.el (widget-button-click):
10131 Shorten the range of the track-mouse binding.
10132
10133 * comint.el (comint-insert-input): Undo previous changes;
10134 use last-input-event in interactive spec.
10135
28d986b9
EZ
101362005-01-29 Eli Zaretskii <eliz@gnu.org>
10137
cf63e6fa
EZ
10138 * progmodes/compile.el (compilation-start): Bind buffer-read-only
10139 to nil before invoking call-process. Reset buffer's modified flag
10140 after fontifying it in the no-async branch.
10141
28d986b9
EZ
10142 * wid-edit.el (widget-specify-button): If mouse pointer shape
10143 cannot be changed, use mouse face instead.
10144
c7c87573
NR
101452005-01-29 Nick Roberts <nickrob@snap.net.nz>
10146
10147 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10148 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 10149 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 10150 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 10151 added on 2005-01-19.
c7c87573 10152
394dff57
SM
101532005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10156 (dsssl-mode): Use define-derived-mode.
10157 (scheme-mode-initialize): Remove.
10158 (scheme-mode): Use run-mode-hooks.
10159
10160 * cus-edit.el (customize-group-other-window)
10161 (custom-buffer-create-other-window): Don't override special-display-*.
10162 (custom-mode-map): Make it dense.
10163
10164 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10165 sets the default value.
10166
2d65673f
EZ
101672005-01-28 Eli Zaretskii <eliz@gnu.org>
10168
10169 * descr-text.el: Add more keywords.
10170
6b626913
SM
101712005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10172
b9fbc167
SM
10173 * speedbar.el: Avoid unnecessary use of locate-library.
10174
6b626913
SM
10175 * international/mule-cmds.el (standard-display-european-internal):
10176 Don't fiddle with latin-1 non-break space any more since it's now
10177 special cased in the C code.
10178 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10179
3bf93f74
LT
101802005-01-26 Luc Teirlinck <teirllm@auburn.edu>
10181
10182 * cus-start.el (all): Add `undo-outer-limit'.
10183
31df23f5
LK
101842005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10185
6b626913
SM
10186 * textmodes/bibtex.el (bibtex-format-entry):
10187 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
10188 field lines.
10189 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10190 not on part of a buffer.
10191
101922005-01-25 Lute Kamstra <lute@gnu.org>
10193
10194 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10195 nonempty field text strings like "{letters\\macro{}more letters}".
10196 Clarify docstring.
10197 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10198 (bibtex-entry-offset, bibtex-parse-association)
10199 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 10200 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 10201
19f26a89 102022005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 10203
60fc9395 10204 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 10205 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
10206 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10207 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10208
10209 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10210 isearch minor mode.
10211
fe860842
LT
102122005-01-24 Luc Teirlinck <teirllm@auburn.edu>
10213
10214 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10215
2fc3738c
LK
102162005-01-24 Lute Kamstra <lute@gnu.org>
10217
10218 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10219 CASECHARS and NOT-CASECHARS regular expressions of the
10220 "nederlands" and "nederlands8" dictionaries to prevent a "Range
10221 striding over charsets" error.
10222
dacb2f70
JB
102232005-01-24 Jay Belanger <belanger@truman.edu>
10224
10225 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10226 display variable name.
10227
e1a050dc
KH
102282005-01-24 Kenichi Handa <handa@m17n.org>
10229
10230 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10231 Fix setting of the element of encoded-kbd-iso2022-invocations.
10232
ac94d5f4
NR
102332005-01-24 Nick Roberts <nickrob@snap.net.nz>
10234
10235 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10236 (gdb-threads-select): Change to also accept mouse events.
10237 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10238 (gdb-threads-mouse-select): Delete.
10239
9bb99df6
LT
102402005-01-23 Luc Teirlinck <teirllm@auburn.edu>
10241
10242 * files.el (insert-directory): Take care of empty directory,
10243 listed without -a switch.
10244
bd6a8278
SM
102452005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10246
04138be8
SM
10247 * textmodes/refill.el (refill-post-command-function):
10248 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10249 to the list of functions that we should be careful not to undo.
10250 (refill-late-fill-paragraph-function): Remove.
10251 (refill-saved-state): New var.
10252 (refill-mode): Use it to save fill-paragraph-function.
10253 Save also the value of auto-fill-function.
10254
bd6a8278
SM
10255 * term/w32-win.el: Simplify code.
10256
5c20cae2
KS
102572005-01-23 Kim F. Storm <storm@cua.dk>
10258
8f958b40
KS
10259 * simple.el (line-move): Adapt to new return value from
10260 pos-visible-in-window-p.
10261
5c20cae2
KS
10262 * simple.el (line-move): Fix last change. Check partial
10263 visibility at point rather than at window-start.
10264
e1c7e69a
JR
102652005-01-22 Jason Rumney <jasonr@gnu.org>
10266
10267 * term/w32-win.el (xw-defined-colors): Remove debug-message.
10268
3d4d788a
DK
102692005-01-22 David Kastrup <dak@gnu.org>
10270
10271 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10272
1a8461d3
EZ
102732005-01-22 Eli Zaretskii <eliz@gnu.org>
10274
10275 * type-break.el (type-break-mode): Add a test for
10276 type-break-file-name being non-nil.
10277
1da1887d
EZ
102782005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10279
10280 * net/eudc.el (top level): Call (message "") via progn, so that
10281 eudc-options-file is loaded.
10282
d00e399a
KS
102832005-01-22 Kim F. Storm <storm@cua.dk>
10284
10285 * simple.el (line-move-1): Rename from line-move.
10286 (line-move): New function that adjusts vscroll for partially
10287 visible rows, and calls line-move-1 otherwise.
10288
2ff1dec9
JW
102892005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10290
623f1465 10291 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
10292 since it's not a complete read-event implementation
10293
7ec35700
JB
102942005-01-20 Jay Belanger <belanger@truman.edu>
10295
10296 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10297 for called function.
10298
a15252fd
ST
102992005-01-20 Steven Tamm <steventamm@mac.com>
10300
6b626913 10301 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
10302 Controlled now by s/darwin.h:PTY_ITERATION.
10303
66c226bf
SM
103042005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * window.el (handle-select-window): Don't switch window when we're
10307 in the minibuffer.
10308
7c018923
SM
103092005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10310
10311 * subr.el (dotimes-with-progress-reporter): New macro.
10312
10313 * ses.el (ses-dotimes-msg): Remove macro.
10314 Use `dotimes-with-progress-reporter' instead.
10315
8db8a5cf
ST
103162005-01-19 Steven Tamm <steventamm@mac.com>
10317
10318 * term/mac-win.el (process-connection-type): Use new
588c0770 10319 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
10320 10.3) when using carbon build.
10321
7679290d
JB
103222005-01-19 Jay Belanger <belanger@truman.edu>
10323
10324 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10325 flags if the last command was a tab or M-tab.
10326
17c90a9e
JB
10327 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10328 in formula editing buffer.
10329
2c60b6d3
NR
103302005-01-19 Nick Roberts <nickrob@snap.net.nz>
10331
10332 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10333 breakpoint image symbol in margin.
10334
1ff85beb
JB
103352005-01-19 Jay Belanger <belanger@truman.edu>
10336
10337 * calc/calc-prog.el (calc-execute-kbd-macro):
10338 Ignore calc-keep-arg-flag.
10339
664ca704
KH
103402005-01-19 Kenichi Handa <handa@m17n.org>
10341
10342 * textmodes/ispell.el (ispell-looking-at): New function.
10343 (ispell-process-line): Use ispell-looking-at to compare the ispell
10344 output and the buffer contents.
10345
926787be
JB
103462005-01-18 Jay Belanger <belanger@truman.edu>
10347
10348 * calc/calc.el (calc-display-raw): Fix docstring.
10349
67b9b71f
SM
103502005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10351
7c018923
SM
10352 * simple.el (blink-matching-open): Strip extra info from syntax.
10353
67b9b71f
SM
10354 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10355 funny chars in the end-of-here-doc marker.
10356
83c7f806
NR
103572005-01-19 Nick Roberts <nickrob@snap.net.nz>
10358
10359 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10360 that enable/disabled state of breakpoints is shown correctly in
10361 fringe and on ttys.
10362 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10363 Add breakpoint information as text properties.
67b9b71f 10364 (gdb-mouse-toggle-breakpoint):
83c7f806 10365 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 10366 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
10367 breakpoints in the margin.
10368 (gdb-remove-strings): Simplify.
10369
538a5f8b
JB
103702005-01-17 Jay Belanger <belanger@truman.edu>
10371
10372 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10373 erasing buffer.
10374
444919be
RS
103752005-01-17 Richard M. Stallman <rms@gnu.org>
10376
10377 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10378 for calling grep-compute-defaults.
10379
10380 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10381 if buffer is empty.
10382
10383 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10384
67476fca
SM
103852005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10388
10389 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10390 non-preloaded variables.
10391
4042dc25
ST
103922005-01-17 Steven Tamm <steventamm@mac.com>
10393
10394 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10395 tex-shell cause to force interactivity when using pipes.
10396
aea3bdb1
KS
103972005-01-17 Kim F. Storm <storm@cua.dk>
10398
10399 * simple.el (just-one-space): Make arg optional.
10400
41774623
NR
104012005-01-17 Nick Roberts <nickrob@snap.net.nz>
10402
10403 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 10404 posn-at-x-y to t to access left-margin.
41774623 10405
01917a18
MA
104062005-01-16 Michael Albinus <michael.albinus@gmx.de>
10407
10408 Sync with Tramp 2.0.47.
10409
10410 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10411 catching keep-date problems in cp/scp operations.
10412 (tramp-handle-copy-file): Don't call `set-file-modes'
10413 unconditionally. Specialized functions should know better what is
10414 necessary. This improves performance a little bit, and the
10415 functions could catch errors with `cp -p' and `scp -p'.
10416 (tramp-do-copy-or-rename-file-via-buffer)
10417 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10418 when appropriate.
67476fca
SM
10419 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10420 Call `set-file-modes' when appropriate.
01917a18
MA
10421 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10422 Johnsson <isak@hypergene.com>
10423 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10424 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10425 <joakim@verona.se>
10426 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10427 Emacs only.
10428
10429 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10430 `find-file-hooks' and `dired-mode-hook'.
10431 (tramp-minor-mode-map): Respective map. Add remapping for
10432 `compile' and `recompile'.
10433 (tramp-remap-command, tramp-recompile): New defuns.
10434 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10435 in buffer "*Compilation*". Call the commands asynchronously.
10436
10437 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10438 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10439 `shell-command', because it isn't magic in XEmacs. Reported by
10440 Adrian Aichner <adrian@xemacs.org>.
10441
10442 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10443 `substitute-in-file-name.
10444 (tramp-smb-handle-substitute-in-file-name): New defun.
10445 (tramp-smb-advice-PC-do-completion): Delete advice.
10446
104472005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10448
10449 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10450 Fix error in deleting region.
10451
d4b6c2e3
RS
104522005-01-15 Richard M. Stallman <rms@gnu.org>
10453
10454 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10455 In non-temp buffer, switch syntax table temporarily.
10456
10457 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10458
10459 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10460
10461 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10462
10463 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10464 (imenu--generic-function): Use START, not BEG, as pos of definition.
10465
10466 * simple.el (just-one-space): Argument specifies number of spaces.
10467
10468 * simple.el (eval-expression-print-format): Avoid warning
10469 about edebug-active.
10470
c85465f9 104712005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
10472
10473 * progmodes/sh-script.el: Code copied from make-mode.el
10474 with small changes,
10475 (sh-mode-map): Bind C-c C-\.
10476 (sh-backslash-column, sh-backslash-align): New variables.
10477 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 10478
43805352
EZ
104792005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10480
10481 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 10482 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 10483 rmail-obsolete group.
67476fca 10484 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 10485 All callers updated.
67476fca 10486 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
10487 Take an argument specifying whether it is POP or IMAP mailbox we
10488 are using. All callers updated.
67476fca
SM
10489 (rmail-pop-password-error): Rename to
10490 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
10491 (rmail-movemail-search-path)
10492 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
10493 (rmail-remote-password, rmail-remote-password-required):
10494 New customization variables.
10495 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 10496 (rmail-parse-url): New function.
67476fca 10497 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
10498 with GNU mailutils movemail.
10499
5754a69e
EZ
105002005-01-15 Kevin Ryde <user42@zip.com.au>
10501
10502 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10503 suffix to space, $ or '$, to correctly position point when going
10504 to @table style constants like DBL_MAX.
10505
a7ed85f0
EZ
105062005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10507
10508 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
10509 (type-break-file-keystroke-count, type-break-choose-file):
10510 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
10511 is nil.
10512 (type-break-file-name): Doc update as per the above.
10513
f79b331a
EZ
105142005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10515
10516 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10517 lookup-key might return nil; handle that.
10518
8b3a75ac
EZ
105192005-01-15 Alan Mackenzie <acm@muc.de>
10520
10521 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 10522 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 10523
791d856f
CD
105242005-01-14 Carsten Dominik <dominik@science.uva.nl>
10525
10526 * textmodes/org.el (org-show-following-heading): New option.
10527 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 10528 (org-cycle): Documentation fix.
791d856f
CD
10529
10530 * textmodes/org.el (orgtbl-optimized): New option
10531 (orgtbl-mode): New command, a minor mode.
10532 (orgtbl-mode-map): New variable.
10533 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10534 (orgtbl-error, orgtbl-self-insert-command)
10535 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10536
10537 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10538 a local variable in each org-mode buffer.
10539
67476fca 10540 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 10541 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 10542 (org-get-current-options): Add STARTUP options.
1bef8597 10543 (org-table-insert-row): Make mode intelligent about when
791d856f 10544 realignment is needed.
67476fca
SM
10545 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10546 New commands.
10547 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
10548 (org-table-blank-field): Support blanking regions if active.
10549
af41e141
CD
105502005-01-14 Carsten Dominik <dominik@science.uva.nl>
10551
099fc2c9
CD
10552 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10553 if the year is not given.
af41e141 10554
67476fca
SM
10555 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10556 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 10557 save-match-data.
67476fca
SM
10558 (reftex-reference): Remove ?. from list of spaces.
10559 (reftex-label-info): Add automatic label prefix recognition.
10560
10561 * textmodes/reftex-index.el (reftex-index-next-phrase):
10562 Add slave parameter to call of `reftex-index-this-phrase'.
10563 (reftex-index-this-phrase): New optional argument.
10564 (reftex-index-region-phrases): Add slave parameter to call of
10565 `reftex-index-this-phrase'.
10566 (reftex-display-index): New argument redo.
10567 (reftex-index-rescan): Add 'redo to arguments of
10568 `reftex-display-index'.
af41e141 10569 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
10570 (reftex-index-switch-index-tag): Add 'redo to arguments of
10571 `reftex-display-index'.
10572 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10573 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
10574 after the word.
10575
67476fca
SM
10576 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10577 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
10578 (reftex-citation): Prefix argument no longer rescans the document,
10579 but forces prompting for optional arguments of cite macros.
67476fca 10580 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 10581
67476fca
SM
10582 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10583 Add optional arguments to most cite commands.
af41e141
CD
10584 (reftex-cite-cleanup-optional-args): New option
10585 (reftex-cite-prompt-optional-args): New option.
67476fca 10586 (reftex-trust-label-prefix): New option.
af41e141 10587
67476fca
SM
10588 * textmodes/reftex-toc.el (reftex-toc-find-section):
10589 Add push-mark before changing the position in the buffer.
af41e141 10590
67476fca
SM
10591 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10592 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 10593
5ca75c83
NR
105942005-01-14 Nick Roberts <nickrob@snap.net.nz>
10595
10596 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10597 more carefully.
10598
ed8031f2
SM
105992005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10602 (sgml-mode): Use it.
10603 (sgml-get-context): Better keep track of implicitly closed tags.
10604
7573e36d
KH
106052005-01-13 Kenichi Handa <handa@m17n.org>
10606
10607 * textmodes/ispell.el: These changes are to fix misalignment error
10608 caused by equivalent characters of different Emacs charsets.
10609 (ispell-unified-chars-table): New variable.
10610 (ispell-get-decoded-string): New function.
10611 (ispell-get-casechars, ispell-get-not-casechars)
10612 (ispell-get-otherchars): Call ispell-get-decoded-string.
10613
80888260
JPW
106142005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10615
10616 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 10617 of (defvar . symbol) in `current-load-list'.
80888260 10618
9deb0aba
RS
106192005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10620
10621 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10622
f5340eb7
JB
106232005-01-12 Jay Belanger <belanger@truman.edu>
10624
10625 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10626 to create a Calc summary.
10627
1e801ac3
KS
106282005-01-12 Kim F. Storm <storm@cua.dk>
10629
10630 * mouse.el (mouse-on-link-p): Change functionality and doc
10631 string to comply with latest description in lisp ref.
10632
a1c9fd19
NR
106332005-01-12 Nick Roberts <nickrob@snap.net.nz>
10634
ed8031f2
SM
10635 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10636 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
10637 (event-type): Give mouse event symbols an 'event-kind property
10638 with value 'mouse-click.
10639
066a23af
JL
106402005-01-12 Juri Linkov <juri@jurta.org>
10641
10642 * facemenu.el (list-colors-display): Add new arg buffer-name.
10643 Use it. Fix docstring. Replace code for identifying duplicate
10644 colors by the name with call to `list-colors-duplicates' which
10645 identifies duplicate colors by the value unless the color
10646 is one of special Windows colors. Set truncate-lines to t.
10647 Print sorted duplicate color names on each line. Indent to 22
10648 \(the longest color name in rgb.txt) instead of 20. Optimize.
10649 (list-colors-duplicates): New function.
10650 (facemenu-color-name-equal): Delete function.
10651
987d1819
JL
10652 * facemenu.el (list-colors-print): New function created from code
10653 in list-colors-display. Print #RRGGBB at the window right edge.
10654 (list-colors-display): When temp-buffer-show-function is not
10655 defined, call list-colors-print from temp-buffer-show-hook
10656 to get the right value of window-width in list-colors-print
10657 after the buffer is displayed.
10658
aac42a1b
JL
10659 * simple.el (pop-mark): Move deactivate-mark out of conditional
10660 part to deactivate the active mark regardless of the state of the
10661 mark ring.
10662
10663 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10664 variables line in desktop files.
10665
afd33362
JL
106662005-01-12 Juri Linkov <juri@jurta.org>
10667
10668 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10669 Bring together isearch highlight related options.
10670 (lazy-highlight): Replace group `replace' by `matching'.
10671 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10672 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10673 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10674 and declare them obsolete.
10675 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10676 (isearch-faces): Remove defgroup.
10677 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10678 Move isearch highlighting code closer to lazy highlighting code.
10679
10680 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10681 (query-replace-highlight, query-replace-lazy-highlight)
10682 (query-replace): Move definitions to the beginning of the file.
10683
424b9d3e
JL
106842005-01-11 Juri Linkov <juri@jurta.org>
10685
881b07f9
JB
10686 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10687 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
10688 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10689
10690 * info.el (Info-history-forward): New variable.
10691 (Info-select-node): Reset Info-history-forward to nil.
10692 (Info-last): Turn into defalias.
10693 (Info-history-back): Rename from Info-last.
10694 Add current node to Info-history-forward.
10695 (Info-history-forward): New fun.
10696 (Info-mode-map): Replace Info-last by Info-history-back.
10697 Bind Info-history-forward to "r".
10698 (Info-mode-menu): Replace Info-last by Info-history-back.
10699 Fix menu item text. Add menu item for Info-history-forward.
10700 (info-tool-bar-map): Replace Info-last by Info-history-back.
10701 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10702 for Info-history-forward.
10703 (Info-mode): Replace Info-last by Info-history-back in docstring.
10704 Add local variable Info-history-forward.
10705 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10706
fbd8dc8a
SM
107072005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10708
10709 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10710 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10711 Ignore select-window events rather than fiddle with
10712 mouse-autoselect-window.
10713
28f94a34
RS
107142005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10715
10716 * type-break.el (type-break-mode): Fix previous change.
10717
b748957a
JB
107182005-01-10 Jay Belanger <belanger@truman.edu>
10719
10907497 10720 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
10721 calculator; only reset when point is inside a calculator.
10722 Don't adjust the window height if the window takes up the whole height
10907497 10723 of the frame.
b748957a 10724
e4edc5cd
TTN
107252005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10726
10727 * ebuff-menu.el (Electric-buffer-menu-mode):
10728 Preserve value of buffer-local var header-line-format.
10729
3579f0c2
JB
107302005-01-09 Jay Belanger <belanger@truman.edu>
10731
10732 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10733 Make sure settings file exists before accessing it.
10734
7f72c3db
JB
10735 * calc/calc-embed.el (calc-embedded-subst):
10736 Replace math-multi-subst-rec, which is only supposed to be called
10737 by math-multi-subst, by math-multi-subst.
10738
5fbf7903
AS
107392005-01-09 Andre Spiegel <spiegel@gnu.org>
10740
10741 * vc.el (vc-allow-async-revert): New user option.
10742 (vc-disable-async-diff): New internal variable.
10743 (vc-revert-buffer): Use them to disable asynchronous diff.
10744
fbd8dc8a
SM
10745 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10746 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
10747 asynchronously if vc-disable-async-diff is t.
10748
809c26be
JB
107492005-01-09 Jay Belanger <belanger@truman.edu>
10750
10751 * calc/calc.el (defcalcmodevar): New macro.
10752 (calc-mode-var-list-restore-default-values)
10753 (calc-mode-var-list-restore-saved-values): New functions.
10754 (calc-mode-var-list): Use defcalcmodevar to define it.
10755 (calc-always-load-extensions, calc-line-numbering)
10756 (calc-line-breaking, calc-display-just, calc-display-origin)
10757 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10758 (calc-group-char, calc-point-char, calc-frac-format)
10759 (calc-prefer-frac, calc-hms-format, calc-date-format)
10760 (calc-float-format, calc-full-float-format, calc-complex-format)
10761 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10762 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10763 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10764 (calc-matrix-brackets, calc-language, calc-language-option)
10765 (calc-left-label, calc-right-label, calc-word-size)
10766 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10767 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10768 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10769 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10770 (calc-window-height, calc-display-trail, calc-show-selections)
10771 (calc-use-selections, calc-assoc-selections)
10772 (calc-display-working-message, calc-auto-why, calc-timing)
10773 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10774 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10775 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10776 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10777 (calc-gnuplot-geometry, calc-graph-default-resolution)
10778 (calc-graph-default-resolution-3d, calc-invocation-macro)
10779 (calc-show-banner): Use defcalcmodevar to declare them and set
10780 their default values.
10781
10782 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10783 instead of default values (but restore default values if there is
10784 an argument of 0).
10785
0ba9bc53
DK
107862005-01-09 David Kastrup <dak@gnu.org>
10787
10788 * desktop.el (desktop-restore-eager): Fix typo in type.
10789
03e31a1a
RS
107902005-01-08 Richard M. Stallman <rms@gnu.org>
10791
10792 * cus-edit.el (customize): Delete :link.
10793
3aba853a
JB
107942005-01-08 Jay Belanger <belanger@truman.edu>
10795
10796 * calc/calc.el (calc-mode): Remove the extension from the
10797 `calc-settings-file' file name when loading it.
10798
1f387600
KS
107992005-01-08 Kim F. Storm <storm@cua.dk>
10800
10801 * info.el (Info-mode-map, Info-next-link-keymap)
10802 (Info-prev-link-keymap, Info-up-link-keymap):
10803 Map follow-link to mouse-face.
10804 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10805
a4dfc830
JB
108062005-01-08 Jay Belanger <belanger@truman.edu>
10807
10808 * calc/calc.el (calc-settings-file): Change default value.
10809 Suggested by cgw in a comment in calc-mode.el.
10810
10811 * calc/calc-mode.el (calc-settings-file-name):
10812 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10813 Replace ~/.emacs in a prompt by calc-settings-file.
10814
9abb41eb
LH
108152005-01-07 Lars Hansen <larsh@math.ku.dk>
10816
7716b93b
KS
10817 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10818 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
10819 (desktop-buffer-args-list): New variable.
10820 (desktop-append-buffer-args): New function.
10821 (desktop-save): Call desktop-append-buffer-args for some buffers.
10822 (desktop-lazy-create-buffer): New function.
10823 (desktop-idle-create-buffers): New function.
10824 (desktop-read): Add message about buffers to restore lazily.
10825 (desktop-lazy-abort): New command.
10826 (desktop-clear): Call desktop-lazy-abort.
10827 (desktop-lazy-complete): New command.
10828
c7ce7fc4
RS
108292005-01-06 Richard M. Stallman <rms@gnu.org>
10830
10831 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 10832 Rename from find-face.
c7ce7fc4 10833
c35b0c6b
KS
108342005-01-06 Kim F. Storm <storm@cua.dk>
10835
10836 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10837
10838 * man.el (Man-xref-man-page, Man-xref-header-file)
10839 (Man-xref-normal-file): Add follow-link property.
10840
4c07596d
JB
108412005-01-06 Jay Belanger <belanger@truman.edu>
10842
10843 * calc/calc-units.el: Make sure the proper macro definitions are
10844 available when compiling.
10845
b49018ff
JL
108462005-01-06 Juri Linkov <juri@jurta.org>
10847
fbd8dc8a
SM
10848 * isearch.el (isearch-lazy-highlight-update):
10849 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 10850
e3cde0c7
MB
108512005-01-06 Miles Bader <miles@gnu.org>
10852
fbd8dc8a 10853 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
10854 (isearch-lazy-highlight-face): Use new name.
10855
4dbbcb46
SM
108562005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10857
2eec3e8e
SM
10858 * uniquify.el (uniquify-rationalize-file-buffer-names):
10859 Re-add an interactive spec.
9890ec7d
SM
10860 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10861 to the same name.
2eec3e8e 10862
4dbbcb46
SM
10863 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10864 (isearch-update, isearch-done): Adjust calls accordingly.
10865
436c08c2
RS
108662005-01-05 Richard M. Stallman <rms@gnu.org>
10867
c7ce7fc4
RS
10868 * custom.el (custom-set-variables, custom-theme-set-variables):
10869 Clarify documentation.
10870
436c08c2 10871 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 10872 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
10873 Fix the TYPE args to find-function-read and find-function-do-it.
10874 (find-function): Doc fix.
10875 (find-function-at-point): Replace function-at-point alias.
10876
4829145a
RS
108772005-01-04 Richard M. Stallman <rms@gnu.org>
10878
10879 * cus-face.el (custom-declare-face):
10880 Record defface in current-load-list.
10881
10882 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10883
10884 * emacs-lisp/find-func.el: Doc fixes.
10885 (find-face-regexp): New variable.
10886 (find-function-regexp-alist): New variable.
10887 (find-function-C-source): Third arg is now TYPE.
10888 (find-function-search-for-symbol): Handle general TYPE.
10889 (find-function-read, find-function-do-it): Handle general TYPE.
10890 (find-definition-noselect, find-face): New functions.
10891 (function-at-point): Alias deleted.
10892
73a6a972
SM
108932005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * battery.el (display-battery-mode): Rename from display-battery.
10896 Handle the case where it gets turned off.
10897
60d1a807
RS
108982005-01-04 Richard M. Stallman <rms@gnu.org>
10899
dd496df6
RS
10900 * cus-edit.el (customize): Make :link point to user doc.
10901
10902 * man.el (Man-fontify-manpage): Turn off undo generation.
10903
60d1a807
RS
10904 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10905
d198dfaa
AS
109062005-01-04 Andreas Schwab <schwab@suse.de>
10907
10908 * files.el (insert-directory): Only look for error lines in
73a6a972 10909 inserted text. Don't move too far after processing --dired markers.
d198dfaa 10910
69ba53f7
RS
109112005-01-04 Richard M. Stallman <rms@gnu.org>
10912
10913 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10914 Don't expand if the character is @, period, dash, etc.
10915 (define-mail-abbrev): Quote names that contain problem characters.
10916
d4bb7735
TTN
109172005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10918
10919 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10920
d57c7572
RS
109212005-01-03 Richard M. Stallman <rms@gnu.org>
10922
10923 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10924 (query-replace-highlight, query-replace-lazy-highlight)
10925 (query-replace): Definitions moved up. Doc fix.
10926
109272005-01-03 Richard M. Stallman <rms@gnu.org>
10928
10929 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10930 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10931 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 10932 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
10933 Change all references to them.
10934
985a8e0f
LT
109352005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10936
10937 * cus-edit.el (custom-file): Doc fix for defcustom.
10938 (custom-file): The function no longer sets the variable
10939 `custom-file' to its return value.
10940
10941 * startup.el (command-line): No longer load `custom-file'.
10942
8a525646
SM
109432005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10944
1b60b25a
SM
10945 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10946
8a525646
SM
10947 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10948 Don't confuse module-prefixed identifiers for labels.
10949 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10950
c45c149c
RS
109512005-01-02 Richard M. Stallman <rms@gnu.org>
10952
969be033
RS
10953 * files.el (basic-save-buffer-1): Fix previous change.
10954
19996af4
RS
10955 * loadhist.el (file-loadhist-lookup): New function.
10956 (file-provides, file-requires): Use it.
10957
c45c149c
RS
10958 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10959 instead of calculating the right size.
10960
d57c7572 109612005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 10962
3625f6b7 10963 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 10964
d101bf56 109652005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 10966
5e39b98a
SM
10967 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10968
50292b6e
SM
10969 * files.el (hack-local-variables): Fix last change.
10970
731da695
JB
109712005-01-02 Jay Belanger <belanger@truman.edu>
10972
10973 * calc/calc-yank.el (calc-edit-top): New variable.
10974 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10975 object. Change header properties.
10976 (calc-edit-finish, calc-edit-finish-stack-object)
10977 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10978 edited object.
10979 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10980 for the beginning of the edited object.
10981 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10982 for the beginning of the edited object.
10983 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10984 (calc-finish-formula-edit, calc-macro-repeats)
10985 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10986 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10987 beginning of the edited object.
10988 (calc-user-define-edit): Change the header for editing macros.
10989 Remove unnecessary variable.
10990
227c9573
JB
109912005-01-01 Jay Belanger <belanger@truman.edu>
10992
731da695 10993 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 10994 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 10995 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 10996 header.
42a797de 10997 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
10998 mode to match new header.
10999 (calc-user-define-edit): Change titles to include names of commands.
42a797de 11000 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 11001 (calc-finish-macro-edit): Remove.
227c9573
JB
11002 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11003 (calc-edit-macro-command, calc-edit-macro-command-type)
11004 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11005 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11006 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11007 (calc-edit-macro-finish-edit): New functions.
11008 (calc-user-define-edit): Use new functions to edit named calc macros.
11009
4c6af0f6
SM
110102005-01-01 Stefan <monnier@iro.umontreal.ca>
11011
11012 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11013
11014 * ses.el (copy-region-as-kill): Deactivate mark.
11015
3f68d7c8
RS
110162005-01-01 Richard M. Stallman <rms@gnu.org>
11017
f42a241b
RS
11018 * replace.el (occur-1): If the output buffer is also an input,
11019 don't kill it, rename it.
11020
11021 * faces.el (set-face-background, set-face-foreground): Doc fix.
11022
3f68d7c8
RS
11023 * cus-face.el (custom-face-attributes): Fix :help-echo strings
11024 for :foreground and :background.
11025
3f68d7c8 11026 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 11027 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
11028 Delete the code to use it.
11029
41d0b092
KS
110302005-01-01 Kim F. Storm <storm@cua.dk>
11031
11032 * image.el (insert-sliced-image): Use t for line-height property.
11033
553fd77e
JB
110342004-12-31 Jay Belanger <belanger@truman.edu>
11035
fe38e3b0 11036 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
553fd77e
JB
11037 for "var-" at the beginning of the minibuffer.
11038
1241e32d
RS
110392004-12-31 Richard M. Stallman <rms@gnu.org>
11040
1db7dd46
RS
11041 * faces.el (read-face-name):
11042 Don't treat an attribute spec as a list of faces.
11043
11044 * simple.el (undo): Use undo-equiv-table to detect
11045 unexpected changes since previous undo.
11046 (undo-list-saved): Variable deleted.
11047 (buffer-disable-undo): Don't alter undo-list-saved.
11048
1241e32d
RS
11049 * files.el (require-final-newline): Allow `visit' and `visit-save'.
11050 (mode-require-final-newline): New option.
11051 (after-find-file): Handle require-final-newline with new values.
11052 (basic-save-buffer): Handle new values of require-final-newline.
11053
11054 * progmodes/sh-script.el (sh-require-final-newline):
11055 Alist value now controls whether to use mode-require-final-newline.
11056 (sh-set-shell): Implement that new meaning.
11057
11058 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11059 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11060 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11061 Delete old-Emacs compatibility code.
11062 (antlr-c-common-init): Function deleted.
41d0b092 11063
1241e32d
RS
11064 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11065 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11066 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11067 * progmodes/python.el (python-mode): Use mode-require-final-newline.
11068 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11069 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11070 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11071 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11072 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11073 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11074 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11075 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
ca19f3f1
AS
11076 * progmodes/cfengine.el (cfengine-mode): Use
11077 mode-require-final-newline.
1241e32d
RS
11078 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11079 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11080 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11081
ebf0c615
JB
110822004-12-31 Jay Belanger <belanger@truman.edu>
11083
a10e1fb7
JB
11084 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11085 way to return to Calc.
11086
11087 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11088 finish, C-xk as the way to cancel the edit. Add cancel routine to
11089 kill-buffer-hook.
11090
ebf0c615
JB
11091 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11092 MacEdit code.
11093
11094 * calc/calc-prog.el: Remove obsolete MacEdit code.
11095 (calc-macro-edit-algebraic, calc-macro-edit-variable)
11096 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11097
e205f8c1
KH
110982004-12-31 Kenichi Handa <handa@m17n.org>
11099
11100 * international/mule.el (buffer-file-coding-system-explicit):
4c6af0f6
SM
11101 Rename for explicit-buffer-file-coding-system.
11102 (after-insert-file-set-coding): Adjust for the above change.
e205f8c1 11103
4c6af0f6
SM
11104 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11105 to buffer-file-coding-system-explicit.
e205f8c1
KH
11106 (basic-save-buffer-1): Likewise.
11107
1241e32d
RS
111082004-12-30 Richard M. Stallman <rms@gnu.org>
11109
11110 * textmodes/artist.el (artist-butlast-fn): Var deleted.
11111 (artist-butlast, artist-last): Functions deleted.
11112 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11113 (artist-compute-key-compl-table): Call remq directly.
11114 (artist-remove-nulls): Function deleted.
11115 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11116 (artist-push, artist-pop): Macro deleted.
11117
111182004-12-30 Andreas Leue <al@sphenon.de>
11119
11120 * textmodes/artist.el (artist-version): 1.2.6
11121 (artist-prev-next-op-alist): New variable.
11122 (artist-select-next-op-in-list): New function.
11123 (artist-select-prev-op-in-list): New function.
11124 (artist-make-prev-next-op-alist): New function.
11125 (artist-is-in-op-list-p): New function.
11126 (artist-get-first-non-nil-op): New function.
11127 (artist-get-last-non-nil-op): New function.
11128 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4c6af0f6 11129 artist-prev-next-op-alist.
1241e32d 11130 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4c6af0f6 11131 change drawing operation.
1241e32d 11132
d918508e
LT
111332004-12-30 Luc Teirlinck <teirllm@auburn.edu>
11134
11135 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11136
51b4073a
MY
111372004-12-31 Masatake YAMATO <jet@gyve.org>
11138
11139 * server.el (server-process-filter): Suppress `error', too.
11140
5196b999
JB
111412004-12-30 Jay Belanger <belanger@truman.edu>
11142
4c6af0f6
SM
11143 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11144 Change the way a variable is displayed in a message.
5196b999 11145
0c753fd7
JB
11146 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11147 (calc-user-define-permanent, calc-execute-kbd-macro):
11148 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11149
c243063e
KH
111502004-12-30 Kenichi Handa <handa@m17n.org>
11151
4c6af0f6
SM
11152 * files.el (basic-save-buffer-1):
11153 Set explicit-buffer-file-coding-system to last-coding-system-used.
c243063e
KH
11154 (revert-buffer): Pay attention to
11155 explicit-buffer-file-coding-system (not buffer-file-coding-system)
11156 on bind coding-system-for-read.
11157
4c6af0f6
SM
11158 * international/mule.el (explicit-buffer-file-coding-system):
11159 New buffer local variable.
c243063e
KH
11160 (after-insert-file-set-coding): Set it to coding-system-for-read.
11161
9e559f9b
LT
111622004-12-29 Luc Teirlinck <teirllm@auburn.edu>
11163
11164 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11165
456e761b
ST
111662004-12-29 Sanghyuk Suh <han9kin@mac.com>
11167
11168 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11169 that include line numbers.
11170
c4cb00d0
RS
111712004-12-29 Milan Zamazal <pdm@zamazal.org>
11172
11173 * files.el (hack-local-variables): If no PREFIX, set it to "^".
11174 Redundant variable PREFIXLEN removed.
11175
111762004-12-28 Matt Hodges <MPHodges@member.fsf.org>
11177
11178 * eshell/em-hist.el (eshell-previous-matching-input):
11179 Start the deletion from the end of the output.
11180
30c92fab
ST
111812004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11182
11183 * term/mac-win.el: Require x-dnd.
4c6af0f6 11184 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
30c92fab 11185
f4b483aa
DK
111862004-12-29 David Kastrup <dak@gnu.org>
11187
4c6af0f6
SM
11188 * international/mule.el (decode-coding-inserted-region):
11189 Don't barf if `buffer-undo-list' is already set to `t'.
f4b483aa 11190
e15de347
JB
111912004-12-29 Jay Belanger <belanger@truman.edu>
11192
11193 * calc/calc-prog.el (calc-user-define-formula): Put default values
11194 for function names in prompts.
11195 (calc-user-define-permanent, calc-user-define-composition)
11196 (calc-user-define-formula): Remove the need for "calcFunc-" in the
11197 default input for algebraic functions.
11198
903d71fb
TTN
111992004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
11200
11201 * vc-rcs.el (vc-rcs-annotate-command):
11202 Fix omission bug: Call `vc-setup-buffer'.
11203
a28e0218
KH
112042004-12-29 Kenichi Handa <handa@m17n.org>
11205
11206 * international/mule.el (recode-region): New function.
11207
0d808a63
RS
112082004-12-28 Richard M. Stallman <rms@gnu.org>
11209
94ed0931
RS
11210 * simple.el (undo-extra-outer-limit): New variable.
11211 (undo-outer-limit-truncate): Test and set it.
11212
11213 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11214 enables the feature to extend the existing region.
11215
11216 * simple.el (mark-word): New arg ALLOW-EXTEND
11217 enables the feature to extend the existing region.
11218
11219 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11220 enables the feature to extend the existing region.
11221
11222 * startup.el (site-run-file): Don't allow setting it with Custom.
11223
0d808a63
RS
11224 * simple.el (buffer-disable-undo): Fix previous change.
11225
62490a3a
MY
112262004-12-27 Masatake YAMATO <jet@gyve.org>
11227
11228 * hexl.el (hexlify-buffer): Remove fontification here.
11229 Use font lock mechanism instead.
11230 (hexl-font-lock-keywords): New font lock kewords.
11231 (hexl-mode-old-font-lock-keywords): New variable.
11232 (hexl-mode): Store the old font lock keywords.
11233 (hexl-mode-exit): Restore the old font lock keywords.
11234
e8298998
RS
112352004-12-27 Richard M. Stallman <rms@gnu.org>
11236
11237 * simple.el (undo): Fix previous change.
11238
74e2abe2
ST
112392004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11240
11241 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4c6af0f6
SM
11242 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11243 Call x-open-connection on Mac OS X.
74e2abe2 11244
56011a8c
RS
112452004-12-27 Richard M. Stallman <rms@gnu.org>
11246
e8298998
RS
11247 * files.el (buffer-save-without-query): New var (buffer-local).
11248 (save-some-buffers): Save those buffers first, w/o asking.
11249
11250 * files.el (insert-directory-ls-version): New variable.
11251 (insert-directory): When ls returns an error, test the version
11252 number to decide what the return code means.
11253 With --dired output format, detect and distinguish lines
11254 that are really error messages.
11255 (insert-directory-adj-pos): New function.
a2c7e69a 11256
56011a8c
RS
11257 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11258
11259 * battery.el (battery-mode-line-format): Remove initial spaces.
11260
11261 * uniquify.el (uniquify-rationalize-file-buffer-names):
11262 Delete interactive spec.
11263
11264 * type-break.el (type-break-mode): Set buffer-save-without-query.
11265 Remove code that tried to set save-some-buffers-always.
11266 (type-break-file-keystroke-count): Bind deactivate-mark.
11267
11268 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11269
11270 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11271 Test that the buffer is live, and maybe reject current buffer too.
11272 Clarify.
11273 (next-error-find-buffer): Rewrite for clarity.
11274
11275 * loadup.el: Don't use buffer-disable-undo; do it directly.
11276
11277 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11278 (describe-variable): Call symbol-file with `defvar'.
11279
11280 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11281 (symbol-file): Rewritten to handle new load-history format.
11282 Now takes an arg TYPE to specify looking for a particular
11283 type of definition only.
11284
a2c7e69a 11285 * emacs-lisp/debug.el (debugger-make-xrefs):
56011a8c
RS
11286 Call symbol-file with `defun'.
11287
a2c7e69a 11288 * emacs-lisp/find-func.el (find-function-noselect):
56011a8c
RS
11289 Call symbol-file with `defun'.
11290 (find-variable-noselect): Call symbol-file with `defvar'.
11291
a2c7e69a 11292 * eshell/esh-cmd.el (eshell-find-alias-function):
56011a8c
RS
11293 Call symbol-file with `defun'.
11294
11295 * eshell/esh-test.el (eshell-test-goto-func):
11296 Call symbol-file with `defun'.
11297
11298 * mail/rmail.el (rmail-resend):
11299 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11300
11301 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11302
11303 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11304
11305 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11306 Call buffer-disable-undo.
11307
11308 * simple.el (undo-list-saved): New variable (buffer-local).
11309 (undo): Set and test it.
4c6af0f6 11310 (buffer-disable-undo): Move here from buffer.c.
e8298998 11311 Clear out undo-list-saved.
a2c7e69a
KS
11312
11313 * international/mule.el (decode-coding-inserted-region):
56011a8c
RS
11314 Set buffer-undo-list in a correct and optimal way.
11315
11316 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11317 (cperl-font-lock-unfontify-region-function): No need to save and
11318 restore info, since font-lock.el does it for us.
a2c7e69a 11319
56011a8c
RS
11320 * ansi-color.el (save-buffer-state): Definition deleted.
11321 (ansi-color-unfontify-region): Don't use save-buffer-state.
11322
113232004-12-27 Dave Love <fx@gnu.org>
11324
11325 * wid-edit.el (function): Use restricted-sexp as parent.
11326
113272004-12-27 Kevin Ryde <user42@zip.com.au>
11328
a2c7e69a 11329 * simple.el (next-matching-history-element): Use same
56011a8c
RS
11330 `interactive' form as previous-matching-history-element.
11331
a2c7e69a 11332 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4c6af0f6 11333 it can appear unencoded and has been seen from yahoo.
56011a8c 11334
19f26a89 113352004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8ffc3990
SJ
11336
11337 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1a63439b 11338 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8ffc3990 11339
e314a6e4
KH
113402004-12-27 Kenichi Handa <handa@m17n.org>
11341
4c6af0f6
SM
11342 * international/utf-8.el (utf-translate-cjk-load-tables):
11343 Bind coding-system-for-read to nil while loading subst-*.
e314a6e4 11344
82141d51
JB
113452004-12-26 Jay Belanger <belanger@truman.edu>
11346
11347 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11348 default input.
11349
d8b7bc9b
LT
113502004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11351
11352 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11353 before reverting and disable undo recording while reverting.
11354
dfdc1af2
TTN
113552004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11356
11357 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11358 (hs-make-overlay): New function.
11359 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11360 (hs-flag-region): Delete function.
11361 (hs-hide-comment-region): No longer use `hs-flag-region'.
11362 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11363 (hs-hide-block-at-point): Likewise.
11364 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11365 (hs-hide-all, hs-show-all): Likewise.
11366 (hs-show-block): Likewise.
11367 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11368
70d16390
TTN
113692004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11370
11371 * progmodes/hideshow.el: Require `cl' when compiling.
11372 Remove XEmacs and Emacs 19 compatibility.
11373 Use `dolist' and `add-to-list' for load-time actions.
11374 (hs-discard-overlays): Use `dolist'.
11375 (hs-show-block): Likewise.
11376
11c2175c
DN
113772004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11378
11379 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11380
aa7d6700
TTN
113812004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11382
11383 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11384 When extending backwards, move outside the current comment first.
11385
7a0ea9e3
KH
113862004-12-22 Kenichi Handa <handa@m17n.org>
11387
11388 * international/quail.el (quail-start-translation): Fix prompt
11389 string for the case if input-method-use-echo-area being non-nil.
11390 (quail-start-conversion): Likewise.
11391 (quail-show-guidance): Don't show guidance if
11392 input-method-use-echo-area is non-nil.
11393
56351784
RS
113942004-12-21 Richard M. Stallman <rms@gnu.org>
11395
11396 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11397
a74deabc
GM
113982004-12-21 Markus Rost <rost@ias.edu>
11399
4c6af0f6
SM
11400 * calendar/diary-lib.el (mark-diary-entries):
11401 Set mark-diary-entries-in-calendar only after checking for diary-file.
a74deabc 11402
fda2922a
RS
114032004-12-21 Richard M. Stallman <rms@gnu.org>
11404
11405 * faces.el (escape-glyph): Use blue against light foreground.
11406
11407 * simple.el (undo-outer-limit-truncate): New function.
11408 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11409
114102004-12-21 Eli Barzilay <eli@barzilay.org>
aa7d6700 11411
52eb0373 11412 * calculator.el (calculator-radix-grouping-mode)
fda2922a
RS
11413 (calculator-radix-grouping-digits)
11414 (calculator-radix-grouping-separator):
11415 New defcustoms for the new radix grouping mode functionality.
56011a8c
RS
11416 (calculator-mode-hook): Now used in electric mode too,
11417 (calculator): Call it.
fda2922a
RS
11418 (calculator-mode-map): Some new keys.
11419 (calculator-message): New function. Some new calls.
56011a8c
RS
11420 (calculator-op, calculator-set-register): Use it.
11421 (calculator-string-to-number): New function, mostly moved and
11422 updated code from calculator-curnum-value.
fda2922a 11423 (calculator-curnum-value): Use it.
4c6af0f6 11424 (calculator-paste): Use it, and update grabbing the current-kill.
56011a8c
RS
11425 (calculator-rotate-displayer)
11426 (calculator-rotate-displayer-back): Toggle digit grouping when
11427 in radix mode, use calculator-message.
4c6af0f6
SM
11428 (calculator-displayer-prev, calculator-displayer-next):
11429 Change digit group size when in radix mode.
11430 (calculator-number-to-string): Rename from
56011a8c
RS
11431 calculator-num-to-string. Now deals with digit grouping in
11432 radix mode.
4c6af0f6 11433 (calculator-update-display, calculator-put-value): Use the new name.
56011a8c
RS
11434 (calculator-fact): Return a floating point number.
11435 (calculator-mode): Doc fix.
fda2922a 11436
8f449c3a
GM
114372004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11438
11439 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4c6af0f6
SM
11440 * calendar/diary-lib.el (view-other-diary-entries):
11441 Use current-prefix-arg in interactive spec.
8f449c3a 11442
9ee7410d
JB
114432004-12-19 Jay Belanger <belanger@truman.edu>
11444
ca19f3f1
AS
11445 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11446 adjust the syntax of both delimiters of half-open intervals.
9ee7410d 11447
4edf8c04
KS
114482004-12-19 Kim F. Storm <storm@cua.dk>
11449
11450 * mouse.el (mouse-1-click-follows-link): Doc fix.
11451
fbe6152f
ST
114522004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11453
11454 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11455 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11456 instead of centraleuropean as the name
11457
c08e6004
MA
114582004-12-17 Michael Albinus <michael.albinus@gmx.de>
11459
11460 Sync with Tramp 2.0.46.
11461
11462 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11463 parameters wrt Tramp convention.
11464 (tramp-handle-file-attributes-with-perl)
11465 (tramp-handle-directory-files-and-attributes): Apply it.
11466 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11467 `copy-program'. Reported by Zack Weinberg
11468 <zack@codesourcery.com>.
11469 (top): Set `edebug-form-spec' property directly rather than
11470 calling `def-edebug-spec'.
11471
11472 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11473 advice less fragile. Surround temporary redefinition of
11474 `substitute-in-file-name' with `unwind-protect'. Suggested by
11475 Matt Hodges <MPHodges@member.fsf.org>.
11476
2c13e47b
JL
114772004-12-17 Juri Linkov <juri@jurta.org>
11478
11479 * replace.el (occur-accumulate-lines, occur-engine):
11480 Make forcing deferred font-lock fontification jit-specific.
11481
c44edf72
KS
114822004-12-17 Kim F. Storm <storm@cua.dk>
11483
11484 * mouse.el (mouse-1-click-follows-link): New defcustom.
11485 (mouse-on-link-p): New function.
11486 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11487 functionality. Map a mouse-1 click event into a mouse-2 (or
11488 other) event when position is inside a link.
11489
11490 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11491 prefix in tooltip text with "mouse-1" when this is a link
11492 recognized by mouse-1-click-follows-link functionality.
11493
11494 * help.el (describe-key): Report effective and original binding
11495 for mouse-1 when clicked on a link.
11496 (describe-mode): Add follow-link property to "minor-mode" button.
11497
11498 * help-fns.el (describe-variable): Add follow-link property to
11499 "below" button.
11500
11501 * help-mode.el (help-xref): Add follow-link property.
11502
11503 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11504 (apropos-command, apropos-variable, apropos-face, apropos-group)
11505 (apropos-widget, apropos-plist): Add follow-link property.
11506
11507 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11508 checks if position is in a filename, rather than some other
11509 clickable item. Function looks for cvs-filename-face at position.
11510
11511 * wid-edit.el (widget-specify-field, widget-specify-button):
11512 Map a :follow-link keyword into a follow-link property.
11513 (link): Add :follow-link keyword, map to RET binding.
11514
11515 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11516
11517 * progmodes/compile.el (compilation-minor-mode-map)
11518 (compilation-button-map, compilation-mode-map): Likewise.
11519
e3fa1c11
TTN
115202004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11521
11522 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11523 (zone-replace-char): Take `count' and `del-count'
11524 instead of `direction'. Update callers. When `del-count' is
11525 non-nil, delete that many characters, otherwise `count' characters
11526 backwards. Insert the newly-replaced string `count' times.
11527 (zone-fret): Handle chars w/ width greater than one.
11528 (zone-fall-through-ws): No longer take window width `ww'.
11529 Update callers. Add handling for `char-width' greater than one.
11530 (zone-pgm-drip): Update var holding window-end position every cycle.
11531
a2961378
AS
115322004-12-17 Andre Spiegel <spiegel@gnu.org>
11533
11534 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11535 rather than insert-file.
11536
0e0803f7
JB
115372004-12-16 Jay Belanger <belanger@truman.edu>
11538
11539 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11540 (math-init-random-base, math-random-digit): Check to see if
11541 var-RandSeed is bound.
11542 (math-random-last): Declare it.
11543 (math-random-digit): Don't make math-random-last local.
11544
8b000fc3
TTN
115452004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11546
11547 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11548 one-shot thunk for uniform (error, quit, normal) recovery.
11549 Reported by John Paul Wallington.
11550 (zone-pgm-random-life): Fix bug:
11551 Recognize empty initial field by lack of "@" chars.
11552
f1f007dc
JL
115532004-12-16 Juri Linkov <juri@jurta.org>
11554
11555 * help.el (function-called-at-point):
4c6af0f6 11556 * help-fns.el (variable-at-point): As a last resort try stripping
f1f007dc
JL
11557 non-word prefixes and suffixes.
11558
11559 * descr-text.el (describe-property-list): Don't treat syntax-table
11560 specially. Use describe-text-sexp which inserts [show] button
11561 for large objects and handles printing errors. Sort properties
11562 by names in alphabetical order instead of by value sizes.
11563 Add `mouse-face' to list of properties for `describe-face' widget.
11564 (describe-char): Mask out face-id from 19 bits of character.
11565 Print face-id separately.
11566
11567 * replace.el (occur-accumulate-lines, occur-engine):
11568 Fontify unfontified matching lines in the source buffer
11569 before copying them.
11570 (occur-engine): Don't put mouse-face on context lines.
11571 (occur-next-error): Set point to line beginning/end
11572 before searching for prev/next property to skip multiple
11573 matches on a line (not supported by occur engine).
11574 Remove redundant prefix-numeric-value.
11575
8270a848
JL
115762004-12-15 Juri Linkov <juri@jurta.org>
11577
11578 * replace.el (match): New face.
11579 (list-matching-lines-face): Change default from `bold' to `match'.
11580
11581 * progmodes/grep.el (grep-match-face): New defvar.
11582 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11583 compilation-column-face to highlight grep matches.
11584
11585 * apropos.el (apropos-match-face): Change default from
11586 `secondary-selection' to `match'.
11587
11588 * info-look.el (info-lookup-highlight-face): Change default from
11589 `highlight' to `match'.
11590
78f617dd
DP
115912004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11592
11593 * progmodes/executable.el (executable-interpret): Eliminate
11594 obsolete compile-internal, and switch to comint for interaction.
11595
b66d0e6b
S
115962004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11597
11598 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11599 `&&' when skipping multiple statements on a line.
11600
6f5546a9
TTN
116012004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11602
11603 * play/zone.el (zone): Set `truncate-lines'.
11604 Also, init `tab-width' with value from original buffer.
11605 (zone-shift-up): Rewrite for speed.
11606 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11607 (zone-pgm-jitter): Remove redundant entries from ops vector.
11608 (zone-exploding-remove): Reduce iteration count.
11609 (zone-cpos): Convert to defsubst.
11610 (zone-replace-char): New defsubst.
11611 (zone-park/sit-for): Likewise.
11612 (zone-fret): Take window-start arg.
52eb0373 11613 Update callers. Use `zone-park/sit-for'.
6f5546a9 11614 (zone-fill-out-screen): Rewrite.
52eb0373 11615 (zone-fall-through-ws): Likewise. Update callers.
6f5546a9 11616 (zone-pgm-drip): Use `zone-replace-char'.
52eb0373 11617 Move var inits before while-loop. Use `zone-park/sit-for'.
6f5546a9
TTN
11618 (zone-pgm-random-life): Handle empty initial field.
11619 Use `zone-replace-char' and `zone-park/sit-for'.
11620
a31a30b5
JL
116212004-12-15 Juri Linkov <juri@jurta.org>
11622
11623 * isearch.el (isearch-update): Test isearch-lazy-highlight
11624 before calling isearch-lazy-highlight-new-loop.
11625 (isearch-lazy-highlight-new-loop):
11626 Don't test isearch-lazy-highlight.
11627
11628 * replace.el (perform-replace): Add isearch-case-fold-search.
11629 Use delimited-flag for isearch-regexp.
11630 Reset isearch-lazy-highlight-last-string to force lazy
11631 highlighting when called from isearch mode.
11632 (query-replace-highlight): Revert defcustom type to boolean.
11633 (query-replace-lazy-highlight): New defcustom.
11634 (query-replace): New face.
11635 (perform-replace, replace-highlight, replace-dehighlight):
11636 Test query-replace-lazy-highlight instead of special value
11637 `isearch' of query-replace-highlight.
11638 (replace-dehighlight): Don't call isearch-dehighlight.
11639 (replace-highlight): Don't call isearch-highlight.
11640 Use face `query-replace' unconditionally.
11641
5b631efc
KS
116422004-12-14 Kim F. Storm <storm@cua.dk>
11643
11644 * simple.el (inhibit-mark-movement): Remove defvar.
11645 (beginning-of-buffer, end-of-buffer): Don't use it.
11646
4c6af0f6
SM
11647 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11648 Don't use inhibit-mark-movement.
5b631efc
KS
11649
11650 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11651 (cua--undo-push-mark): Remove.
4c6af0f6
SM
11652 (cua--pre-command-handler, cua--post-command-handler):
11653 Don't fiddle with inhibit-mark-movement.
5b631efc 11654
a0e4e275
JL
116552004-12-14 Juri Linkov <juri@jurta.org>
11656
11657 * buff-menu.el (list-buffers-noselect): Collect internal info
11658 for every buffer in BUFFER-LIST arg too.
11659 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11660 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11661 Bind same-window-buffer-names and same-window-regexps to nil.
11662
37d8fcc2
JL
116632004-12-13 Juri Linkov <juri@jurta.org>
11664
4c6af0f6 11665 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
37d8fcc2
JL
11666
11667 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11668 (sc-cite-region, sc-uncite-region, sc-recite-region):
11669 Fix previous change to handle not alist as a symbol, but
11670 a citation frame as a symbol that represents a variable name.
11671
d9c1ce9d
RS
116722004-12-13 Richard M. Stallman <rms@gnu.org>
11673
11674 * filecache.el (file-cache-add-directory-using-find):
11675 Only set up file-cache-find-command-posix-flag if we will use it.
11676
37d8fcc2 11677 * bindings.el (mode-line-buffer-identification-keymap):
d9c1ce9d
RS
11678 Don't cancel the mode-line's usual down-mouse-1 binding.
11679
11680 * cus-edit.el (custom-face-selected): Handle `default' specs.
11681 (custom-face-edit): Increase extra-offset.
11682 (custom-display): Handle `default' specs.
11683
11684 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11685
11686 * emacs-lisp/elint.el (elint-standard-variables)
11687 (elint-unknown-builtin-args): Move definitions up.
11688
11689 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11690
11691 * info.el (info-xref-visited): Use `default' instead of t.
11692 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11693
11694 * faces.el (header-line, mode-line-inactive, tool-bar):
11695 Use `default' instead of t for setting the defaults.
11696 (face-spec-choose): Separate `t' from `default'.
11697
11698 * subr.el (while-no-input): New macro.
11699
117002004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11701
11702 * filecache.el (file-cache-add-directory-using-find):
11703 Only test file-cache-find-command-posix-flag on some systems.
11704
17a5a301
SM
117052004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11708 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11709 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11710 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
ca19f3f1
AS
11711 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11712 annotate.
17a5a301 11713
3f11c6df
JL
117142004-12-12 Juri Linkov <juri@jurta.org>
11715
11716 * files.el (find-file-other-window, find-file-other-frame):
11717 Add the first buffer to the returned value to return the complete
11718 list of all visited buffers.
11719 (find-file-read-only, find-file-read-only-other-window)
11720 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11721 `find-file-read-args'. Signal an error about non-existent file
11722 only if file name doesn't contain wildcards. Toggle read-only in
11723 all visited buffers.
11724 (find-alternate-file, find-alternate-file-other-window):
11725 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11726 called interactively. Pass arg `wildcards' to other functions.
11727 (find-file-noselect): Doc fix.
11728
11729 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11730 Doc fix.
11731 (ffap-directory-finder): New variable.
11732 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11733 (ffap-file-at-point): Add /* to immediately rejected names.
11734 Return absolute file names matching ffap-dired-wildcards.
11735 (ffap-read-file-or-url): Set default value for `completing-read'
11736 to `buffer-file-name'.
11737 (find-file-at-point): When filename matches ffap-dired-wildcards,
11738 call ffap-file-finder with t arg `wildcards', instead of dired.
11739 (ffap-other-window, ffap-other-frame): Return visited buffers.
11740 (ffap-read-only, ffap-read-only-other-window)
11741 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11742 (dired-at-point): Call ffap-directory-finder instead of dired.
11743 (ffap-dired-other-window, ffap-dired-other-frame)
11744 (ffap-list-directory): New commands.
11745 (ffap-bindings): New keybindings for new commands.
11746
6a2067b2
JL
117472004-12-12 Juri Linkov <juri@jurta.org>
11748
11749 * simple.el (beginning-of-buffer, end-of-buffer):
11750 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11751 Do not push mark when mark is active in transient-mark-mode.
11752
11753 * simple.el (mark-word):
11754 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11755 * textmodes/paragraphs.el (mark-paragraph):
11756 Extend the region when mark is active in transient-mark-mode,
11757 regardless of the last command. Doc fix.
11758
11759 * simple.el (mark-word): Preserve direction when repeating.
11760 Make arg optional. Interactive "p" -> "P".
11761 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11762
11763 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11764 preserving direction, to mark forward instead of backward when mark
11765 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11766
35d59c0f
JL
117672004-12-12 Juri Linkov <juri@jurta.org>
11768
11769 * isearch.el (isearch-edit-string): Set 7th arg of
11770 `read-from-minibuffer' to `t' to inherit the current input
11771 method (whose name is indicated by [IM] in the minibuffer prompt)
11772 from the current buffer to the minibuffer.
11773 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11774 to allow C-g quitting for lazy highlighting looping inside the
11775 search with nested repetition operators. Add overlay to the list
11776 before setting its face and other properties to avoid the case of
11777 code quitting after placing the new overlay but before it's
11778 recorded on the list. Select the window where isearch was
11779 activated, to highlight matches in the right window when isearch
11780 switches the current window to the minibuffer.
11781
11782 * international/isearch-x.el
11783 (isearch-process-search-multibyte-characters):
11784 Use `isearch-message' as initial input for `read-string' instead
11785 of adding it to the minibuffer prompt. After reading a string
11786 remove the initial value of `isearch-message' from the string.
11787
11788 * replace.el (replace-match-maybe-edit): Doc fix.
11789 (perform-replace): Don't call `replace-highlight' when automatic
11790 replacement is requested in literal mode, since it is intended
11791 only to highlight words during entering a new replacement string
11792 for \? in non-literal mode.
11793
11794 * replace.el (query-replace-highlight): Add new value `isearch'
11795 that allows query replacement to use isearch highlighting.
11796 Change type from `boolean' to `choice'. Doc fix.
11797 (replace-highlight, replace-dehighlight, perform-replace):
11798 Use isearch highlighting if query-replace-highlight eq `isearch'.
11799
6f8ffb88
SM
118002004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
ca19f3f1
AS
11803 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11804 `error'.
6f8ffb88
SM
11805
11806 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11807 case of \end{verbatim}.
11808
d56bb1ab
DN
118092004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11810
588c0770 11811 * term.el (term-termcap-format): Synchronize with terminfo.
d56bb1ab
DN
11812 (term-emulate-terminal): Handle reset.
11813 (term-reset-terminal): New function.
11814
0ccb50fc
TTN
118152004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11816
11817 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11818 (zone-fill-out-screen): New func.
11819 (zone-pgm-drip): Use `zone-fill-out-screen'.
11820 Also, no longer go to point-min on every cycle.
11821 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11822 (zone-pgm-random-life-wait): New user var.
11823 (zone-pgm-random-life): New func.
11824
00daa381
TTN
118252004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11826
11827 * files.el (auto-mode-alist): Map .com to DCL mode.
11828
ec06d344
RS
118292004-12-09 Richard M. Stallman <rms@gnu.org>
11830
11831 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11832
ae09da48 118332004-12-09 Nick Roberts <nickrob@snap.net.nz>
06cc57db
NR
11834
11835 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11836 buffer with a display margin.
11837
a9e0384f
JB
118382004-12-08 Jay Belanger <belanger@truman.edu>
11839
11840 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11841 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11842
cc1caa4e
RS
118432004-12-08 Richard M. Stallman <rms@gnu.org>
11844
11845 * faces.el: Delete code to set display table.
11846 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11847
3073399b
JB
118482004-12-08 Jay Belanger <belanger@truman.edu>
11849
11850 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11851
11852 * calc/calc-ext.el (math-read-replacement-list)
11853 (math-read-superscripts, math-read-preprocess-string): Move to
11854 calc-aent.el.
11855
11856 * calc/calc-aent.el (math-read-replacement-list)
11857 (math-read-superscripts, math-read-preprocess-string): Move from
11858 calc-ext.el.
11859
be02a7ed
SM
118602004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * isearch.el (isearch-quote-char): Fix up typo in last change.
11863
5a27c5d8
LT
118642004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11865
11866 * mouse.el (mouse-set-font): Handle the case where the command was
11867 not invoked using the mouse.
11868
11869 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11870 (edmacro-finish-edit): Further update for keyboard macros that are
11871 lambda forms.
ae09da48 11872 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5a27c5d8 11873
ae09da48 118742004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
d3a403e5
SM
11875
11876 * font-lock.el (font-lock-unfontify-region): Save buffer state.
be02a7ed 11877 (font-lock-default-unfontify-region): Don't save buffer state any more.
d3a403e5 11878
33c886d0
JB
118792004-12-07 Jay Belanger <belanger@truman.edu>
11880
d3a403e5 11881 * calc/calc-help.el (calc-describe-key):
33c886d0
JB
11882 Set calc-summary-indentation even when Calc Summary buffer exists.
11883
c9ba50dd
GM
118842004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11885
11886 * calendar/holidays.el (holiday-easter-etc): Make arguments
1615f2a3 11887 optional for backwards compatibility. Doc fix.
d3a403e5 11888 Remove un-necessary local vars mandatory, output-list.
fe38e3b0 11889 (holiday-advent): Make arguments optional for backwards
1615f2a3 11890 compatibility. Doc fix.
c9ba50dd 11891
22864a48
SM
118922004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11893
96bda29d
SM
11894 * paren.el (show-paren-function): Fix last change (2004-12-02).
11895
11896 * international/mule-util.el (char-displayable-p): Return nil for
11897 unibyte mode.
11898
22864a48
SM
11899 * subr.el (subregexp-context-p): New function.
11900
11901 * isearch.el (isearch-quote-char): Use it.
11902
11903 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11904 (regexp-opt-not-groupie*-re): Remove.
11905 (regexp-opt): Properly handle inputs with duplicate entries.
11906
39ebd5dd
RS
119072004-12-06 Richard M. Stallman <rms@gnu.org>
11908
1bc897ca
RS
11909 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11910
11911 * cus-edit.el (custom-file): Doc fix.
11912
39ebd5dd
RS
11913 * textmodes/org.el: New file.
11914
952cb084
KH
119152004-12-06 Kenichi Handa <handa@m17n.org>
11916
11917 * ldefs-boot.el: Update international/mule-util.el section.
11918
c95e9af3
SS
119192004-12-05 Sam Steingold <sds@gnu.org>
11920
22864a48 11921 * net/tramp.el (tramp-handle-file-accessible-directory-p):
d3a403e5 11922 Fix `tramp-time-diff' comparison logic.
c95e9af3 11923
911aa049
TTN
119242004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11925
22864a48
SM
11926 * progmodes/which-func.el (which-function):
11927 Use `run-hook-with-args-until-success' instead of a custom loop.
911aa049
TTN
11928 Fixes bug with local hooks.
11929
d10e87a2
SM
119302004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11931
11932 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11933 Use delete-dups when calculating the initial value.
11934 (bibtex-autokey-get-title): Use <=.
11935 (bibtex-goto-line): New function.
11936 (bibtex-reposition-window): Use line numbers instead of point
11937 positions. Use window-body-height.
11938 (bibtex-find-crossref): Use bibtex-reposition-window.
11939 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11940 position of entry if key is found or nil if not found.
11941
32a6e6fc
RS
119422004-12-05 Richard M. Stallman <rms@gnu.org>
11943
11944 * cus-edit.el (custom-file): Doc fix.
11945
11946 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11947
96bda29d
SM
119482004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * simple.el (blink-matching-open):
11951 * textmodes/tex-mode.el (tex-validate-region):
11952 Obey syntax-table text properties.
11953
32a6e6fc
RS
119542004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11955
11956 * wid-edit.el (widget-specify-field): Add `real-field' property to
44240c37 11957 boundary.
32a6e6fc
RS
11958 (widget-field-at): Use it.
11959
ab67e8b6
RS
119602004-12-02 Richard M. Stallman <rms@gnu.org>
11961
f6101ac9
RS
11962 * progmodes/cc-mode.el (awk-mode autoload):
11963 Supply t meaning interactive function.
11964
ab67e8b6
RS
11965 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11966 (isearch-mode-map): No special definition for space.
11967 (isearch-whitespace-chars): Command deleted.
11968 (isearch-forward-regexp): Doc fix.
11969 (isearch-quote-char): When a space is not inside brackets,
11970 use `[ ]' instead of just space.
11971 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11972
11973 * imenu.el (imenu--generic-function): Delete code to exclude
11974 matches in comments.
11975
11976 * man.el (Man-reverse-face): Change default to `highlight'.
11977
11978 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11979 (occur-engine): Use `face' prop rather than `font-lock-face'
11980 when specifying use of `match-face'.
11981 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11982
11983 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11984
11985 * add-log.el (add-log-current-defun): Handle the case where point
11986 is in the header part of a DEFUN construct.
11987
119882004-12-02 Dave Love <fx@gnu.org>
11989
11990 * progmodes/python.el (python-font-lock-syntactic-keywords):
11991 Fix previous change.
11992
119932004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11994
11995 * paren.el (show-paren-function): Check for matching chars
11996 specified by text props.
11997
7e1637c2
JB
119982004-12-02 Jay Belanger <belanger@truman.edu>
11999
12000 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12001 when reading a new key sequence.
12002
03f01237
KS
120032004-12-02 Kim F. Storm <storm@cua.dk>
12004
12005 * faces.el (escape-glyph): Rename from glyph.
12006 (standard-display-table): Set it here. Add escape-glyph face to
12007 extra slot characters.
12008
12009 * disp-table.el: Undo 2004-12-01 change. Display table is now
12010 setup in faces.el.
12011
21c05941
MH
120122004-12-02 Mark A. Hershberger <mah@everybody.org>
12013
12014 * xml.el (xml-parse-dtd): Don't show validity messages when
12015 xml-validating-parser is nil.
12016 (xml-substitute-special): Fix validity error messages to
12017 actually show the unexpandable entity. Added validity error if &
12018 isn't followed by an entity.
96bda29d 12019 (xml-parse-tag): Concatenate any string following the a
21c05941 12020 <![CDATA[]]> section to the parsed CDATA.
63b446bc
MH
12021 (xml-parse-dtd): Skip parameter entity declarations and use of
12022 parameter entities.
21c05941 12023
8b744bb8
LT
120242004-12-01 Luc Teirlinck <teirllm@auburn.edu>
12025
12026 * kmacro.el (kmacro-default-counter-format): New var.
12027 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
12028 (kmacro-display): Remove `nil' from `and' form. Delete call to
12029 `format' inside `message'.
12030 (kmacro-start-macro): Use `kmacro-default-counter-format'.
12031
31982e1f
SM
120322004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * pcvs.el (cvs-header-msg): New function.
12035 (cvs-update-header): Use it. Change calling convention.
12036 Correctly handle the case of having simultaneous active processes.
12037 (cvs-sentinel): Don't call cvs-update-header any more.
12038 (cvs-mode-run): Update call and add cvs-update-header to postproc.
12039
d5639b35
JB
120402004-12-01 Jay Belanger <belanger@truman.edu>
12041
12042 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12043 Change message.
12044
957ea28a
JL
120452004-12-01 Juri Linkov <juri@jurta.org>
12046
12047 * progmodes/prolog.el (prolog-mode-variables):
12048 Fix imenu-generic-expression.
12049
fb568b49
DP
120502004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
12051
12052 * faces.el (glyph): New face.
12053
12054 * disp-table.el: Add an autoloaded table, that doesn't require
12055 this library, with glyph face.
12056
12057 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12058 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12059 (conf-quote-normal): Allow normalizing only ' or ".
12060 (conf-mode): Regexp-quote constructed comment-start and don't
12061 match section {} where "name" contains braces.
12062
12063 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12064 files.
12065
2d5cd4e6
KH
120662004-12-01 Kenichi Handa <handa@m17n.org>
12067
12068 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12069 (x-select-text): Don't treat eight-bit-control/graphic chars
12070 specially. Store the encoded text in the X cut buffer.
12071 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12072 with x-last-selected-text-cut-encoded.
12073
31982e1f
SM
120742004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12077
034a48f4
MR
120782004-11-30 Markus Rost <rost@ias.edu>
12079
12080 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12081 AUCTeX.
12082
9dbee55e
JB
120832004-11-30 Jay Belanger <belanger@truman.edu>
12084
83a2a07a
JB
12085 * calc/calc-arith.el (math-possible-signs): Made stronger checks
12086 on signs of intervals.
12087 (math-pow-of-zero): Strengthen checks for positive and negative
12088 exponents.
12089
9dbee55e
JB
12090 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12091 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12092 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12093 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12094 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12095 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12096 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12097 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12098 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12099 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12100 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12101 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
ca19f3f1
AS
12102 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12103 functions with provide statements.
9dbee55e
JB
12104
12105 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12106
ca19f3f1
AS
12107 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12108 autoloads.
9dbee55e
JB
12109
12110 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12111 (calc-load-everything, math-defsimplify): Replace dummy autoloading
12112 functions by require statements.
12113 (math-defsimplify): Move to calc-alg.el, add to autoloads.
12114
12115 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12116 (calc-gnuplot-print): Give them values.
12117
12118 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12119 autoloads.
12120 Add calc-do-embedded-activate to autoloads.
12121 (calc-gnuplot-name, calc-gnuplot-plot-command)
12122 (calc-gnuplot-print-command): Move them to calc-graph.el.
12123
f084eeb9
ST
121242004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12125
12126 * term/mac-win.el (ccl-encode-mac-roman-font)
12127 (ccl-encode-mac-cyrillic-font)
12128 (ccl-encode-mac-centraleuropean-font, encoder-list)
12129 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12130 Support Cyrillic, CentralEuropean, and Dingbat font display
12131
26c14a95
AS
121322004-11-30 Andre Spiegel <spiegel@gnu.org>
12133
31982e1f 12134 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
26c14a95
AS
12135
12136 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12137 still nil.
12138
d55f9265
LT
121392004-11-29 Luc Teirlinck <teirllm@auburn.edu>
12140
12141 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12142 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12143
d0132055
JB
121442004-11-29 Jay Belanger <belanger@truman.edu>
12145
12146 * calc/calc-arith.el (math-pow-of-zero): Take into account different
12147 cases of the base and exponent.
12148
5f9e0ca5
TZ
121492004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12150
fc368889
KS
12151 * simple.el (next-error-buffer-p): Allow for inclusive and
12152 exclusive tests for finding a buffer.
12153 (next-error-find-buffer): Pass the exclusive and inclusive tests
12154 to next-error-buffer-p.
12155
12156 * replace.el (occur-next-error): Switch to the Occur buffer when
12157 appropriate, use the exclusive filter to next-error-find-buffer to
12158 do it. Use the absolute value of the motion amount.
5f9e0ca5 12159
a778cf63
KH
121602004-11-29 Kenichi Handa <handa@m17n.org>
12161
25a0994a 12162 * startup.el (command-line): Decode all default-directory by
a778cf63
KH
12163 locale-coding-system.
12164
21e6ab43
JB
121652004-11-29 Jay Belanger <belanger@truman.edu>
12166
12167 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12168 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12169 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12170 Replace calls to calc-extensions by appropriate require, replace
12171 calc-extensions-loaded by appropriate featurep.
12172
ca19f3f1
AS
12173 * calc/calc-ext.el: Move require to end of file. Remove redundant
12174 loading of calc.el.
21e6ab43
JB
12175 (calc-extensions-loaded): Remove unnecessary variable.
12176 (calc-extensions): Remove unnecessary function.
ca19f3f1
AS
12177 (calc-load-everything): Replace calc-need-macros by appropriate
12178 require.
21e6ab43
JB
12179
12180 * calc/calc-macs.el: Move provide to end of file.
12181 (calc-need-macros): Remove unnecessary function.
12182
12183 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12184 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12185 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12186 Replace calc-extensions by appropriate require.
12187 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12188
12189 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12190 Replace calc-need-macros by appropriate require.
12191
12192 * calc/calc.el: Move require to end of file.
12193 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12194 Remove unnecessary variable.
12195 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12196 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12197 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12198 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12199 (math-stack-value-offset, math-format-value, math-format-flat-expr)
12200 (math-format-number, math-format-bignum, math-read-number)
12201 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12202 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12203 by appropriate require.
12204 (calc-check-defines): Replace calc-need-macros by appropriate require.
12205
bbf877e1
KS
122062004-11-29 Kim F. Storm <storm@cua.dk>
12207
12208 * macros.el (insert-kbd-macro): Handle kmacro functions.
12209
20c78df0
JL
122102004-11-28 Juri Linkov <juri@jurta.org>
12211
12212 * compare-w.el (compare-windows-highlight): Attach each overlay
12213 to its window to properly highlight differences while comparing
12214 two windows of the same buffer. Fix arguments.
12215 (compare-windows-sync-default-function): Fix arguments of
12216 `compare-windows-highlight'.
12217
12218 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12219 Use `read-expression-history'. Set initial contents only if
12220 `edebug-global-break-condition' is non-nil. Set histpos to 1
12221 if initial contents is equal to the last history element.
12222 (edebug-set-conditional-breakpoint): Instead of temporarily
12223 prepending the current condition to the history, set initial
12224 contents to the current condition. Set histpos to 1 if initial
12225 contents is equal to the last history element.
12226
180ee7c7
JL
12227 * info.el (Info-search-whitespace-regexp): Remove shy group.
12228 (Info-search): Forward line if search is on the header line.
12229 Use search-whitespace-regexp in two other places.
12230
9e66b14a
LT
122312004-11-27 Luc Teirlinck <teirllm@auburn.edu>
12232
12233 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12234 warning. Delay real definition, which uses
31982e1f 12235 `set-fringe-indicators-1' till after the definition of that function.
9e66b14a 12236
4cf6519d
KS
122372004-11-28 Kim F. Storm <storm@cua.dk>
12238
12239 * fringe.el (fringe): New defgroup.
12240 (fringe-mode): Move to fringe group.
12241 (fringe-indicators): New defcustom.
12242 (set-fringe-indicators-1): New defun.
12243
12244 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12245 (menu-bar-showhide-fringe-ind-menu): New keymap.
12246 (menu-bar-showhide-fringe-ind-empty)
12247 (menu-bar-showhide-fringe-ind-mixed)
12248 (menu-bar-showhide-fringe-ind-box)
12249 (menu-bar-showhide-fringe-ind-right)
12250 (menu-bar-showhide-fringe-ind-left)
12251 (menu-bar-showhide-fringe-ind-none): New defuns.
12252 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12253
94221759
RS
122542004-11-27 Richard M. Stallman <rms@gnu.org>
12255
31982e1f 12256 * comint.el (comint-read-noecho): Add trivial compatibility definition.
94221759
RS
12257
12258 * generic.el (define-generic-mode): Doc fix.
12259
12260 * menu-bar.el (menu-bar-options-save): For the options
12261 that are toggled with menu-bar-make-mm-toggle, don't check
12262 for customized-value prop.
12263
671c30d8
EZ
122642004-11-27 Eli Zaretskii <eliz@gnu.org>
12265
12266 * mail/supercite.el (sc-cite-region): Handle the case where
12267 sc-cite-frame-alist is a symbol.
12268 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12269 a symbol.
12270 (sc-recite-region): Handle the case where sc-recite-frame-alist is
12271 a symbol.
12272
39528a68 122732004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
ca5e6fef
EZ
12274
12275 * wid-edit.el (widget-narrow-to-field): New function.
12276 (widget-complete): Use it.
12277
670c0015
JB
122782004-11-27 Jay Belanger <belanger@truman.edu>
12279
12280 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12281 variable.
ca19f3f1
AS
12282 (calc-eval-error): Don't check if the variable calc-eval-error is
12283 bound.
670c0015
JB
12284 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12285 (math-alg-inequalities): Move declaration to earlier in the file.
12286
12287 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12288 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12289 Declare them.
12290
12291 * calc/calc-lang.el (math-expr-data, math-expr-token)
12292 (math-exp-old-pos): Declare them.
12293
12294 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12295 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12296
552380b4
KS
122972004-11-27 Kim F. Storm <storm@cua.dk>
12298
12299 * progmodes/flymake.el: Use (featurep 'xemacs).
443b961a 12300 (flymake-makehash): Change to defsubst. Use fboundp.
552380b4
KS
12301 (flymake-time-to-float): Remove.
12302 (flymake-float-time): Merge code from flymake-time-to-float here.
12303 (flymake-replace-regexp-in-string): Change to defsubst.
443b961a
SM
12304 (flymake-split-string-remove-empty-edges):
12305 Rename to flymake-split-string.
552380b4
KS
12306 (flymake-split-string): Remove previous defalias.
12307 (flymake-get-temp-dir): Change to defsubst.
443b961a
SM
12308 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12309 Define for xemacs only.
552380b4
KS
12310 (flymake-master-file-count-limit): Change into compiler defvar only.
12311 (flymake-find-possible-master-files): Let-bind it dynamically while
12312 sorting files using flymake-master-file-compare.
12313
443b961a
SM
123142004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12317 of defun-prompt-regexp matches inside a comment/string but the
12318 beginning is correctly outside everything.
12319
12320 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12321 appears within a string or a comment.
12322
12323 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12324 rather than make-symbol for symbols which are used in
12325 a symbol-macrolet or equivalent.
12326
b9bc92b4
JB
123272004-11-26 Jay Belanger <belanger@truman.edu>
12328
12329 * calc-misc.el (calc-last-why-command): Declare it.
12330
12331 * calc-vec.el (math-grade-vec): New variable.
12332 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12333 Replace variable grade-vec by declared variable.
12334 (math-rb-close): New variable.
12335 (math-read-brackets, math-read-vector): Replace variable close by
12336 declared variable.
12337
12338 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12339 (calc-one-window, calc-edit-handler, calc-restore-trail)
12340 (calc-allow-ret): Declare them.
12341
443b961a 12342 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
b9bc92b4
JB
12343 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12344 (math-radix-float-cache-tag, math-random-cache)
12345 (math-max-digits-cache, math-integral-cache, math-units-table)
12346 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12347 (math-moc-func): New variable.
12348 (math-map-over-constants, math-map-over-constants-rec):
12349 Replace variable func by declared variable.
12350
12351 * calc/calc-store.el (calc-given-value, calc-store-opers):
12352 Declare them.
12353 (calc-var-name-map): Move declaration to earlier in the file.
12354 (calc-pv-pos): New variable.
12355 (calc-permanent-variable, calc-insert-permanent-variable):
12356 Replace variable pos by declared variable.
12357
12358 * calc/calc-mtx.el (calc-det-lu): New variable.
ca19f3f1
AS
12359 (math-det-raw, math-det-step): Replace variable lu by declared
12360 variable.
b9bc92b4
JB
12361
12362 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12363 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12364 and arg by declared variables.
12365 (calcFunc-reducer): Fix incorrect variable.
12366 (math-inner-mul-func, math-inner-add-func): New variables.
12367 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12368 and add-func by declared variables.
12369
12370 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12371 (calc-digit-value): Declare them.
12372
12373 * calc/calc-help.el (Info-history): Declare it.
443b961a 12374 (calc-describe-key): Make calc-summary-indentation a local variable.
b9bc92b4
JB
12375 (calc-help-long-names): Move declaration to earlier in file.
12376
12377 * calc/calc-embed.el (calc-original-buffer): Declare it.
12378 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12379 (calc-embed-bot): New variables.
12380 (calc-do-embedded, calc-embedded-mark-formula)
12381 (calc-embedded-find-bounds, calc-embedded-duplicate)
443b961a
SM
12382 (calc-embedded-new-formula, calc-embedded-make-info):
12383 Replace vars outer-top, outer-bot, bot and top by declared variables.
b9bc92b4
JB
12384 (calc-embed-prev-modes): New variable.
12385 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12386 prev-modes with declared variable.
12387 (calc-embed-vars-used): New variable.
12388 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12389 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12390 vars-used by declared variable.
12391
ca19f3f1
AS
12392 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12393 variable.
b9bc92b4
JB
12394 (math-format-radix-float): Remove unnecessary setq.
12395 (math-radix-float-cache): Declare it.
12396
12397 * calc/calcsel2.el (calc-keep-selection): Declare it.
12398
12399 * calc/calc-maint.el: Remove file.
12400
02c8032e
SM
124012004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12402
12403 * textmodes/bibtex.el (bibtex-sort-entry-class)
12404 (bibtex-comment-start): Use defcustom.
12405 (bibtex-entry-field-alist): Use nil if initial content of the
12406 field is undefined. Fix docstring.
12407 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12408 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12409 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12410 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12411 Fix docstring.
12412 (bibtex-autokey-title-terminators): Use only one regexp.
12413 (bibtex-string-maybe-empty-head): New variable.
12414 (bibtex-remove-delimiters-string): New function.
12415 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12416 Use bibtex-remove-delimiters-string.
12417 (bibtex-progress-message, bibtex-field-left-delimiter)
12418 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12419 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12420 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12421 Simplify.
12422 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12423 Use eq and bibtex-remove-delimiters-string. For end markers use
12424 insertion type so that marker stays after inserted text.
12425 (bibtex-autokey-get-names): Return empty string if name is missing.
12426 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12427 calling bibtex-autokey-name-case-convert.
12428 (bibtex-autokey-demangle-title):
12429 Call bibtex-autokey-titleword-case-convert. Remove call to
12430 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12431 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12432 (bibtex-read-key): New optional arg global.
12433 (bibtex-files-expand): New optional arg force.
12434 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12435 (bibtex-complete-crossref-cleanup): Rename from
12436 bibtex-complete-key-cleanup. Simplify code.
12437 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12438 Operate on current entry.
12439 (bibtex-button): Add docstring.
12440 (bibtex-entry): Simplify.
12441 (bibtex-make-field): Replace optional arg called-by-yank with more
12442 specific args move and interactive.
12443 (bibtex-end-of-entry): Use forward-sexp.
12444 (bibtex-find-entry-globally): Remove.
12445 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12446 Bound to C-c C-x.
12447 (bibtex-find-entry): New optional args global and display.
12448 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12449 (bibtex-validate): Use arg force of bibtex-files-expand.
12450 (bibtex-clean-entry): Bugfix, clean string entries properly.
12451 Always keep point at beginning of entry.
12452 (bibtex-complete): Bugfix. Handle string entries properly.
12453 Call cleanup functions only if needed.
12454 (bibtex-String): Use bibtex-read-string-key.
12455 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12456 case of replacement text.
12457
c82c5727
LH
124582004-11-26 Lars Hansen <larsh@math.ku.dk>
12459
02c8032e 12460 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
c82c5727
LH
12461 (tramp-perl-directory-files-and-attributes): New constant.
12462 (tramp-file-name-handler-alist): Delete file-directory-files, add
12463 directory-files-and-attributes.
12464 (tramp-perl-file-attributes): Surround uid and gid by double
52eb0373 12465 quotes. Change parameter id-format from nonnumeric.
c82c5727
LH
12466 (tramp-convert-file-attributes): New function.
12467 (tramp-handle-file-attributes): Use it.
12468 (tramp-maybe-send-perl-script): New function.
52eb0373
JB
12469 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12470 file mode. Change parameter id-format from nonnumeric.
c82c5727
LH
12471 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12472 from nonnumeric.
12473 (tramp-post-connection): Don't send tramp-perl-file-attributes
52eb0373 12474 script. Reset connection property "perl-scripts".
c82c5727
LH
12475 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12476 in use.
12477
48aa4dfc
LH
124782004-11-26 Lars Hansen <larsh@math.ku.dk>
12479
12480 * desktop.el (desktop-read): Replace mapcar with mapc.
02c8032e
SM
12481 (desktop-create-buffer): Replace mapcar with mapc.
12482 Remove redundant piece of code.
48aa4dfc 12483
fb130b2d
NR
124842004-11-27 Nick Roberts <nickrob@snap.net.nz>
12485
12486 * progmodes/gud.el (gud-display-line): Use display-buffer
12487 for GDB-UI as for GUD.
12488
12489 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12490 Delete variables.
12491 (gdb-ann3): Don't make GUD buffer dedicated.
02c8032e 12492 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
fb130b2d
NR
12493 (gdb-display-source-buffer): Delete function.
12494 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12495 (menu): Delete menu bindings for viewing source/assembler.
12496 (gdb-setup-windows, gdb-restore-windows):
52eb0373 12497 Don't dedicate GUD. No assembler now.
fb130b2d
NR
12498 (gdb-reset): No need to undedicate source buffers now.
12499 (gdb-source-info): No assembler now.
12500
4d4f2edf
NR
125012004-11-26 Nick Roberts <nickrob@snap.net.nz>
12502
12503 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12504 width to those for special frames.
12505 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12506 Use display-buffer.
12507 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12508 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12509 (gdb-frame-assembler-buffer): Rework like
12510 gdb-frame-breakpoints-buffer.
12511
5ffc01b6
RS
125122004-11-25 Richard M. Stallman <rms@gnu.org>
12513
12514 * progmodes/flymake.el: Reindent.
12515 (flymake-split-string): Turn into defalias.
02c8032e 12516 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5ffc01b6 12517 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
02c8032e
SM
12518 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12519 (flymake-build-relative-filename): Rename from ...path.
5ffc01b6
RS
12520 Fix error message.
12521
125222004-11-25 Cheng Gao <chenggao@gmail.com>
12523
12524 * progmodes/flymake.el: Much whitespace and capitalization change.
12525 Move `provide' to end. Require `compile' only when compiling.
12526
b67b1f0b
JB
125272004-11-24 Jay Belanger <belanger@truman.edu>
12528
12529 * calc/calc-alg.el: Added comment.
12530 (math-polynomial-base): Replace variable mpb-top-expr by
12531 math-poly-base-top-expr.
12532
12533 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12534 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12535 variable.
12536 (math-poly-base-total-base): New variable.
12537 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12538 mpb-total-base by declared variable.
12539 (math-factored-vars, math-to-list): Declare it.
12540 (math-fact-expr): New variable.
12541 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12542 (math-factor-expr-try, math-factor-expr-part): Replace variable
12543 expr by declared variable.
12544 (math-fet-x): New variable.
12545 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12546 by declared variable.
12547 (math-factor-poly-coefs): Make temp a local variable.
12548
12549 * calc/calc-units.el (calc-convert-units): Make units a local
12550 variable.
12551 (calc-num-units, calc-den-units): New variables.
12552 (calc-explain-units, calc-explain-units-rec): Replace variables
12553 num-units and den-units by declared variables.
12554 (math-cu-unit-list): New variable.
12555 (math-build-units-table, math-compare-unit-names)
12556 (math-convert-units, math-convert-units-rec): Replace variable
12557 unit-list by declared variable.
12558 (math-fbu-base, math-fbu-entry): New variables.
12559 (math-find-base-units, math-find-base-units-rec): Replace variables
12560 base and entry by declared variables.
12561 (math-which-standard): New variable.
12562 (math-to-standard-units, math-to-standard-rec): Replace variable
12563 which-standard by declared variable.
12564 (math-fcu-u): New variable.
12565 (math-find-compatible-unit, math-find-compatible-unit-rec):
12566 Replace variable u by declared variable.
12567 (math-cu-new-units, math-cu-pure): New variables.
12568 (math-convert-units, math-convert-units-rec): Replace variables
12569 new-units and pure by declared variables.
12570 (math-try-cancel-units): New variable.
12571 (math-simplify-units-quotient): Replace variable try-cancel-units by
12572 declared variable.
12573
261b01c6
RS
125742004-11-24 Richard M. Stallman <rms@gnu.org>
12575
12576 * textmodes/ispell.el (ispell-check-version):
12577 If default-directory is nonexistent, use home dir.
12578
12579 * progmodes/grep.el (grep-regexp-alist):
12580 Don't match parens around line numbers.
12581
12582 * progmodes/cperl-mode.el (cperl-indent-region)
7707da3c 12583 (cperl-imenu--create-perl-index, cperl-xsub-scan):
261b01c6
RS
12584 Don't print progress messages.
12585
12586 * progmodes/compile.el (compilation-mode-map):
12587 Don't inherit from compilation-minor-mode-map;
12588 copy its bindings instead. But the menu bar Compile
12589 entry now does inherit from compilation-menu-map.
12590
12591 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12592 Use with-no-warnings around compiler-macroexpand.
12593
12594 * imenu.el: Don't always require newcomment.
12595 (imenu--generic-function): Call comment-normalize-vars
12596 if we have a comment syntax.
12597 Exit the loop if REGEXP matches the null string.
12598 Test comment-start as well as comment-start-skip
12599 when deciding whether to check for comments.
12600
12601 * tooltip.el (tooltip-mode): Doc fix.
12602
12603 * term.el (term-escape-char, term-mode): Doc fixes.
12604
126052004-11-24 Dave Love <fx@gnu.org>
12606
12607 * progmodes/python.el (python-font-lock-syntactic-keywords):
12608 Check for escapes in the regexp.
12609 (python-quote-syntax): Don't do it here.
12610
2c212859 126112004-11-24 Nick Roberts <nickrob@snap.net.nz>
29b5fa7e
NR
12612
12613 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12614 (gdb-frames-mode-map, gdb-threads-mode-map)
12615 (gdb-registers-mode-map, gdb-locals-mode-map)
12616 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7707da3c 12617 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
29b5fa7e 12618
7707da3c 12619 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
29b5fa7e
NR
12620 (dedicated-switch-to-buffer): Rework.
12621 (gdb-var-evaluate-expression-handler, gdb-put-string):
12622 Remove unused variable bindings.
12623 (gdb-setup-windows, gdb-display-buffer):
52eb0373 12624 Simplify. Use pop-to-buffer.
29b5fa7e
NR
12625 (gdb-view-source-function): Simplify.
12626 (gdb-frame-breakpoints-buffer):
12627 Use pop-to-buffer, special-display-regexps.
12628
2c212859 126292004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
f607ff4b
GM
12630
12631 * progmodes/f90.el (f90-smart-end)
12632 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12633 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12634 (f90-end-of-block): Doc fix. Make check of outermost block
12635 conditional on value of `f90-smart-end'.
12636 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12637 Handle case where END-BLOCK is nil.
12638 (f90-match-end): Handle un-named PROGRAM blocks.
12639 (f90-backslash-not-special): New function.
12640
25cad79b
JB
126412004-11-24 Jay Belanger <belanger@truman.edu>
12642
7a96b50d
JB
12643 * calc/calc.el (calc-embedded-active): Removed unnecessary
12644 declaration.
12645 (calc-show-banner): Removed redundant declaration.
12646
12647 * calc/calc-graph.el (calc-gnuplot-default-device)
12648 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12649 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12650 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12651 Remove redundant initial values.
12652
12653 * calc/calc-arith.el (math-scalar-functions)
12654 (math-nonscalar-functions, math-scalar-if-args-functions)
12655 (math-real-functions, math-positive-functions)
12656 (math-nonnegative-functions, math-real-scalar-functions)
12657 (math-real-if-arg-functions, math-integer-functions)
12658 (math-num-integer-functions, math-rounding-functions)
12659 (math-float-rounding-functions, math-integer-if-args-functions)
12660 (math-super-types): Move declarations to earlier in file.
12661 (math-unit-prefixes): Declared it.
12662 (math-floor-prec, math-trunc-prec): New variables.
12663 (math-trunc-fancy): Replace variable prec by declared variable.
12664 (math-floor-fancy): Replace variable prec by declared variable.
12665 (math-com-bterms): New variable.
12666 (math-commutative-equal, math-commutative-collect):
12667 Replace variable bterms by declared variable.
12668
12669 * calc/calc-misc.el (math-trunc): Replace variable prec by
12670 math-trunc-prec.
12671 (math-floor): Replace variable prec by math-floor-prec.
12672
25cad79b
JB
12673 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12674 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12675 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12676 (math-format-date, math-format-date-part): Replace variables
12677 date, dt, year, month, day, weekday, hour, minute, second and
12678 bc-flag by declared variables.
12679 (math-pd-str): New variable.
12680 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12681 Replace variable str by declared variable.
12682 (math-daylight-savings-hook, math-tzone-names): Move definitions
12683 to earlier in the file.
12684 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12685 (math-sh-year): New variable.
12686 (math-setup-add-holidays, math-setup-holidays)
1b436112 12687 (math-setup-year-holidays): Replace variable `year' by declared
25cad79b
JB
12688 variable.
12689
12690 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12691 New variables.
12692 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12693 n, nf and nfm1 by declared variables.
12694 (math-nri-n): New variable.
1b436112
JB
12695 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12696 n by declared variable.
25cad79b
JB
12697 (calcFunc-log): Removed misplaced condition.
12698
0e7acedf
SM
126992004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12702
1919c2cd
NR
127032004-11-24 Nick Roberts <nickrob@snap.net.nz>
12704
12705 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
0e7acedf
SM
12706 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12707 Dedicate gdb-related windows.
52eb0373
JB
12708 (gdb-display-buffer): Dedicate gdb-related windows.
12709 Don't grab other frames.
1919c2cd
NR
12710 (gdb-reset): Remove dedicated property after debugging.
12711
19f26a89 127122004-11-24 Jay Belanger <belanger@truman.edu>
0d0b3b81
JB
12713
12714 * calc/calc-sel.el: Add comment.
12715
12716 * calc/calc.el (math-stack-value-offset): Replace variables c,
12717 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12718
12719 * calc/calccomp.el (math-comp-sel-tag): Declare it.
0d0b3b81
JB
12720 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12721 (math-stack-value-offset-fancy): Replace variables c, wid and off
12722 by declared variables.
0d0b3b81 12723 (math-comp-just, math-comp-comma-spc): New variables.
1b436112
JB
12724 (math-compose-expr, math-compose-matrix): Replace variables `just'
12725 and comma-spc by declared variable.
0d0b3b81
JB
12726 (math-comp-vector-prec): New variable.
12727 (math-compose-expr, math-compose-matrix, math-compose-rows):
12728 Replace variable vector-prec by declared variable.
0d0b3b81
JB
12729 (math-comp-left-bracket, math-comp-right-bracket)
12730 (math-comp-comma): New variables.
12731 (math-compose-expr, math-compose-rows): Replace variables
12732 left-bracket, right-bracket and comma by declared variables.
0d0b3b81
JB
12733 (math-comp-full-width): New variable.
12734 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12735 Replace variable full-width by declared variable.
0d0b3b81
JB
12736 (math-comp-highlight, math-comp-word, math-comp-level)
12737 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12738 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12739 New variables.
12740 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12741 (math-comp-sel-flat-term): Replace variables comp-highlight,
12742 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12743 declared variables.
12744 (math-comp-simplify, math-comp-simplify-term)
12745 (math-comp-add-string, math-comp-add-string-sel):
12746 Replace variables comp-highlight, comp-buf, comp-base,
0e7acedf 12747 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
0d0b3b81 12748
6f8a2742
JD
127492004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12750
0e7acedf 12751 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
c5c56f46 12752
6f8a2742
JD
12753 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12754 and x-server-version may throw.
12755
14ed2ad6
KS
127562004-11-23 Kim F. Storm <storm@cua.dk>
12757
0e7acedf
SM
12758 * subr.el (substitute-key-definition-key): Optimize.
12759 Don't call indirect-function for nil defn (always signals error).
92c8c0ce 12760
14ed2ad6
KS
12761 * ido.el (ido-read-internal): Fix require-match check when
12762 ido-directory-too-big is set.
12763
298a667c
JB
127642004-11-23 Jay Belanger <belanger@truman.edu>
12765
12766 * calc/calc-ext.el (math-read-replacement-list)
12767 (math-read-superscripts): New variables.
12768 (math-read-preprocess-string): New function.
0e7acedf 12769 (math-read-expr): Filter input through math-read-preprocess-string.
298a667c
JB
12770
12771 * calc/calc-aent.el (math-read-exprs): Filter input through
12772 math-read-preprocess-string.
12773
8fc464b6
DP
127742004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12775
12776 * progmodes/compile.el (compilation-start): In cd command use
12777 substitute-env-vars -- not quite shell compatible but better than
12778 nothing.
12779 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12780 handle the newer versions messages, which are more parseable.
12781
ea78522d
SM
127822004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * reveal.el (reveal-mode-map): New var.
12785 (reveal-mode): Use it.
12786
47924ad5
NR
127872004-11-23 Nick Roberts <nickrob@snap.net.nz>
12788
12789 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12790 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12791
49561cf6
SM
127922004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12795 header-line when needed.
12796 Use fixed-pitch only in the header-line.
12797 Build the underline automatically. Use emdash if available.
12798
1668b456
RS
127992004-11-22 Richard M. Stallman <rms@gnu.org>
12800
49561cf6
SM
12801 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12802 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1668b456 12803
771aad8e
NR
128042004-11-22 Nick Roberts <nickrob@snap.net.nz>
12805
12806 * progmodes/gdb-ui.el (gdb-resync): New function.
12807 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
77c99c7f 12808 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
771aad8e
NR
12809 Use it to fail more gracefully.
12810 (gdb-variables): Delete variable.
12811 Re-order variables to reduce byte-compiler warnings.
12812
d8ac3d27
SM
128132004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * descr-text.el (describe-char):
12816 * paren.el (show-paren-function):
12817 * subr.el (syntax-after): Undo last change.
12818
12819 * progmodes/python.el (run-python): Don't hard code *Python*.
12820 Don't modify global process-environment.
12821 (python-send-region, python-load-file): Don't assume that
12822 python-buffer == (process-buffer (python-proc)).
12823 (python-switch-to-python): Simplify.
12824
12825 * dired.el (dired-align-file): Don't assume line starts with spaces.
12826
8dd989f6
JB
128272004-11-21 Jay Belanger <belanger@truman.edu>
12828
12829 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12830 Replace variable `lines' by math-read-big-lines.
12831 (math-read-big-expr): Replace variables the-baseline, the-h2
12832 and err-msg by math-read-big-baseline, math-read-big-h2 and
12833 math-read-err-msg.
12834 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12835
12836 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8dd989f6 12837 (math-read-big-balance): Replace unbound variable by value.
8dd989f6
JB
12838 (math-read-big-lines): New variable.
12839 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12840 (math-read-big-error, math-read-big-balance): Replace variable
12841 `lines' by declared variable.
8dd989f6
JB
12842 (math-read-big-baseline, math-read-big-h2): New variables.
12843 (math-read-big-rec): Replace variables the-baseline and the-h2
12844 by declared variables.
8dd989f6
JB
12845 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12846 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12847 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12848 declared variables.
8dd989f6
JB
12849 (math-read-big-err-msg): New variable.
12850 (math-read-big-error): Replace variable err-msg by declared variable.
12851
58cf70d3
SM
128522004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * ses.el: Add coding cookie.
12855 Fix up docstrings, follow new commenting conventions.
12856 (ses-header-line-menu): Fix missing variable rename for header-row.
12857 (ses-cell-size): Remove.
12858 (ses-make-cell): New function.
12859 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12860 (ses-calculate-cell): Remove unused var `symbol'.
12861 (ses-narrowed-p): New function.
12862 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12863 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12864 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12865 (ses-setup): Use restore-buffer-modified-p.
12866 (ses-cleanup): Remove unused var `end'.
12867 (ses-header-string-left-offset): Remove.
12868 (ses-create-header-string): Adjust to new behavior of `align-to'.
12869 Truncate excessively large fields to preserve alignment.
12870 (ses-reconstruct-all): Remove unused var `refs'.
12871 (ses-read-cell-printer): Remove unused var `prompt'.
12872 (ses-delete-row): Remove unused var `pos'.
12873 (ses-delete-column): Remove unused var `new'.
12874
b6d0ac87
VJL
128752004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12876
12877 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12878 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12879 Eliminate eval-and-compile usage.
12880 (ps-insert-file): Use insert-file-contents instead of insert-file.
c033ddef 12881 (ps-setup): Code fix.
b6d0ac87 12882
83aebfe6
VJL
12883 * printing.el (pr-setup, lpr-setup): Code fix.
12884
802efb40
JB
128852004-11-21 Jay Belanger <belanger@truman.edu>
12886
12887 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12888 (calc-original-buffer): Declare them.
802efb40
JB
12889 (calc-user-formula-alist): New variable.
12890 (calc-user-define-formula, calc-fix-user-formula)
12891 (calc-user-define-composition, calc-finish-formula-edit):
12892 Replace variable `alist' by declared variable.
802efb40
JB
12893 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12894 (var-q7, var-q7, var-q8, var-q9): Declare them.
12895 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12896 are bound.
802efb40 12897 (calcFunc-typeof): Replace undeclared variable by expression.
802efb40 12898 (math-exp-env): New variable.
58cf70d3 12899 (math-define-body, math-define-exp): Replace exp-env by declared var.
802efb40
JB
12900 (math-define-exp): Replace misplaced variable by expression.
12901
12902 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12903 (calc-curve-model, calc-curve-coefnames): New variables.
12904 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12905 varnames, model and coefnames by declared variables.
802efb40
JB
12906 (math-root-widen): New variable.
12907 (math-search-root, math-find-root): Replace variable root-widen by
12908 declared variable.
802efb40
JB
12909 (var-DUMMY): Declare it.
12910 (math-root-vars, math-min-vars): Move the declarations to earlier in
12911 the file.
802efb40 12912 (math-brent-min): Make d a local variable.
802efb40 12913 (math-find-minimum): Replace non-existent variable.
802efb40 12914 (math-ninteg-romberg): Remove unnecessary variable.
802efb40
JB
12915 (math-ninteg-temp): New variable.
12916 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12917 integ-temp by declared variable.
802efb40
JB
12918 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12919 New variables.
12920 (math-general-fit): Replace variables first-var, first-coef and
12921 new-coefs by declared variables.
12922 (calcFunc-fitvar): Replace variable first-var by declared variable.
12923 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12924 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
802efb40
JB
12925 (math-all-vars-vars, math-all-vars-found): New variables.
12926 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12927 found by declared variable math-all-vars-vars.
12928
8e528e73
LT
129292004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12930
12931 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12932 of `defconst'.
12933
dedbac89
RS
129342004-11-20 Richard M. Stallman <rms@gnu.org>
12935
1668b456
RS
12936 * isearch.el (isearch-mode-map): Don't bind SPC.
12937 (isearch-whitespace-chars): Function deleted.
12938 (isearch-search): Bind search-spaces-regexp.
12939 (isearch-lazy-highlight-search): Likewise.
12940 (search-whitespace-regexp): Doc fix.
12941 (isearch-forward-regexp): Doc fix.
12942
fd6866c8
RS
12943 * emacs-lisp/bytecomp.el (byte-compile-form):
12944 Move the calls to byte-compile-set-symbol-position,
12945 to avoid having two for the same symbol occurrence.
12946
9961365e
RS
12947 * comint.el (comint-input-ring-size): Increase to 150.
12948
8e528e73 12949 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
b27ce24f
RS
12950 New variables.
12951 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12952 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12953
58b00d47
RS
12954 * imenu.el (imenu--generic-function):
12955 Ensure we keep moving backward even if BEG isn't further back.
12956
8e528e73 12957 * replace.el (query-replace-read-to, query-replace-read-from):
58b00d47
RS
12958 Specify t for KEEP-ALL in read-from-minibuffer.
12959
12960 * progmodes/python.el (python-switch-to-python):
12961 If Python isn't running, start it.
12962 Don't alter debug-ignored-errors.
12963
12964 * progmodes/cperl-mode.el (cperl-indent-region):
12965 Don't mind imenu-scanning-message.
12966
12967 * bindings.el (global-map): Bind C-e to move-end-of-line.
12968
12969 * simple.el (line-move-finish): New arg FORWARD.
12970 Ignore invisible newlines, not intangible ones.
12971 Conditions for acceptable stopping positions depend on FORWARD.
12972 (line-move): Pass FORWARD arg to line-move-finish.
12973
6d3bce2b
RS
12974 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12975 of HEADER. Compensate for this change in the code to add display
12976 properties. Don't make the first line intangible.
12977
dedbac89
RS
12978 * info.el (Info-search): Fix previous change.
12979
2f672bb5
TTN
129802004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12981
12982 * Makefile.in (recompile): Revert 2004-11-19 change.
12983 (compile): Likewise.
12984
18cb59e8
LT
129852004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12986
12987 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12988
b11b1870
VJL
129892004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12990
ad96a7ef 12991 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
99439846 12992 defgroup and defcustom. Eliminate eval-and-compile usage.
ad96a7ef
VJL
12993
12994 * progmodes/ebnf-otz.el: Fix typos.
b11b1870 12995
c85b0022
JB
129962004-11-19 Jay Belanger <belanger@truman.edu>
12997
0434d288
JB
12998 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12999 (calc-edit-finish, calc-finish-stack-edit): Replace variable
13000 disp-trail by declared variable.
13001
13002 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
fe38e3b0 13003 (calc-finish-selection-edit): Replace variable disp-trail by
0434d288 13004 declared variable.
58cf70d3 13005 (calc-selection-cache-entry): Move declaration to earlier in the file.
0434d288
JB
13006 (calc-selection-cache-num, calc-selection-cache-comp)
13007 (calc-selection-cache-offset, calc-selection-true-num)
13008 (calc-final-point-line, calc-final-point-column)
13009 (calc-original-buffer): Declare them.
0434d288
JB
13010 (calc-fnp-op, calc-fnp-num): New variables.
13011 (calc-find-nth-part, calc-find-nth-part-rec)
58cf70d3 13012 (calc-select-previous): Replace op and num by declared variables.
0434d288
JB
13013 (calc-rsf-old, calc-rsf-new): New variables.
13014 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13015 Replace variables old and new by declared variables.
0434d288
JB
13016 (calc-sel-reselect): New variable.
13017 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13018 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
fe38e3b0 13019 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
0434d288
JB
13020 reselect with declared variable.
13021
c85b0022
JB
13022 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13023 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13024 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13025 (math-import-list, math-rewrite-phase): Declare them.
fe38e3b0 13026 (math-rewrite): Use let* to declare variables.
c85b0022 13027 (calc-rewrite-selection): Make rules a local variable.
c85b0022
JB
13028 (calc-rewr-sel): New variable.
13029 (calc-rewrite-selection, calc-locate-selection-marker)
13030 (calc-rewrite): Use the declared variable calc-rewr-sel instead
13031 of sel.
c85b0022
JB
13032 (math-rewrite-whole-expr): New variable.
13033 (math-rewrite, math-rewrite-phase): Replace variable expr by
13034 declared variable.
c85b0022
JB
13035 (math-rewrite-heads-heads, math-rewrite-heads-skips)
13036 (math-rewrite-heads-blanks ): New variables.
13037 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13038 heads, skips and blanks by declared variables.
c85b0022
JB
13039 (math-rwcomp-subst-old, math-rwcomp-subst-new)
13040 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13041 New variables.
13042 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13043 old, new, old-func and new-func by declared variables.
c85b0022
JB
13044 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13045 Remove unnecessary variable.
c85b0022
JB
13046 (math-apply-rw-regs): New variable.
13047 (math-apply-rewrites, math-rwapply-replace-regs)
58cf70d3 13048 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
c85b0022
JB
13049 (math-apply-rw-ruleset): New variable.
13050 (math-apply-rewrites, math-rwapply-remember): Replace variable
13051 ruleset by declared variable.
13052
6de891db
RS
130532004-11-19 Richard M. Stallman <rms@gnu.org>
13054
13055 * info.el (Info-search): Use search-whitespace-regexp.
13056
e1c1c5a7
TTN
130572004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13058
13059 * vc-rcs.el (vc-rcs-parse): New function.
13060 (vc-rcs-annotate-command): Likewise.
13061 (vc-rcs-annotate-current-time): Likewise.
13062 (vc-rcs-annotate-time): Likewise.
13063 (vc-rcs-annotate-extract-revision-at-line): Likewise.
13064
087b413d
TTN
130652004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13066
13067 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13068
c456ee78
JB
130692004-11-18 Jay Belanger <belanger@truman.edu>
13070
58cf70d3 13071 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
c456ee78 13072
9f7a9918
VJL
130732004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13074
13075 * printing.el: Eliminate use of interactive-p and eval-and-compile.
13076 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13077 Use make-temp-file to generate PostScript files in any situation.
13078 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7573a5af
SM
13079 (pr-interactive-p): Eliminate var.
13080 (pr-save-interactive): Eliminate macro.
9f7a9918
VJL
13081 (pr-interface, pr-ps-directory-preview)
13082 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13083 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13084 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13085 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13086 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13087 (pr-ps-region-ps-print, pr-ps-mode-preview)
13088 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13089 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13090 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13091 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13092 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13093 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13094 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13095 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13096 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13097 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13098 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13099 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13100 Eliminate pr-save-interactive usage.
7573a5af
SM
13101 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13102 Eliminate pr-interactive-p usage.
9f7a9918
VJL
13103 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13104 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13105 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13106 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13107 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13108 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7573a5af
SM
13109 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13110 New funs.
9f7a9918
VJL
13111 (pr-ps-file): Use make-temp-file to generate a temporary file.
13112
00a789bd 131132004-11-17 Jay Belanger <belanger@truman.edu>
00a789bd 13114
6abf3a27
SM
13115 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13116 a local variable.
6abf3a27 13117 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6abf3a27
SM
13118 (math-top-only): New variable.
13119 (math-simplify, math-simplify-step): Replace variable top-only by
00a789bd 13120 declared variable math-top-only.
6abf3a27 13121 (math-simplify-expr): Declare it.
77c99c7f 13122 Replace argument expr in all calls of math-defsimplify by
087b413d 13123 math-simplify-expr.
00a789bd
JB
13124 (math-simplify-plus, math-simplify-times, math-simplify-divide)
13125 (math-simplify-divisor, math-simplify-one-divisor)
13126 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6abf3a27 13127 (math-simplify-pow): Replace variable expr by declared variable
00a789bd 13128 math-simplify-expr.
6abf3a27
SM
13129 (math-simplify-divisor): Remove local variables temp and op.
13130 (math-simplify-one-divisor): Make temp and op local variables.
6abf3a27
SM
13131 (math-simplify-divisor-nover, math-simplify-divisor-dover):
13132 New variables.
13133 (math-simplify-divisor, math-simplify-one-divisor):
13134 Replace variables nover and dover by declared variables.
6abf3a27
SM
13135 (math-expr-subst-new, math-expr-subst-old): New variables.
13136 (math-expr-subst, math-expr-subst-rec): Replace variables new
00a789bd 13137 and old by declared variables.
6abf3a27
SM
13138 (math-is-poly-degree, math-is-poly-loose): New variables.
13139 (math-is-polynomial, math-is-poly-rec): Replace variables degree
00a789bd 13140 and loose by declared variables.
00a789bd 13141 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6abf3a27
SM
13142 (math-polynomial-base, math-polynomial-base-rec):
13143 Replace variables const-ok and mpb-pred by declared variables.
00a789bd 13144
6abf3a27 13145 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
00a789bd 13146
6abf3a27
SM
13147 * calc/calc-ext.el (math-defsimplify): Change the argument in
13148 the created function to math-simplify-expr.
00a789bd 13149
6abf3a27
SM
13150 * calc/calc-units.el (math-simplify-expr): Declare it.
13151 Replace argument expr in all calls of math-defsimplify by
087b413d 13152 math-simplify-expr.
6abf3a27 13153 (math-simplify-units-prod): Replace variable expr by declared
00a789bd
JB
13154 variable math-simplify-expr.
13155
6abf3a27
SM
131562004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13159 Replace mapcar->dolist, format->string.
13160
c10de401
MB
131612004-11-17 Miles Bader <miles@gnu.org>
13162
13163 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13164 * progmodes/idlwave.el: Remove RCS keywords.
2da3fbb1
MB
13165
131662004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
13167
13168 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13169 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
77c99c7f 13170 Update to IDLWAVE version 5.5. Too many changes to list them here.
2da3fbb1
MB
13171 * progmodes/idlw-help.el: New file.
13172
ee31cd78
RS
131732004-11-16 Richard M. Stallman <rms@gnu.org>
13174
13175 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13176 Discard spaces after \i according to TeX rules.
13177
6abf3a27 13178 * international/mule.el (set-buffer-file-coding-system):
ee31cd78
RS
13179 New arg NOMODIFY.
13180 (after-insert-file-set-coding): Pass that new arg.
13181 Prevent set-buffer-multibyte from trying to lock the file.
13182
13183 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13184
13185 * saveplace.el (save-place): Doc fix.
13186
13187 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13188 temporarily widen before finding the following word to copy.
13189
13190 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13191 (cl-map-keymap): Definition deleted.
13192
13193 * subr.el (map-keymap-internal): New function.
13194
6abf3a27
SM
131952004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13198 when pressing rather than when releasing mouse-2. Simplify.
13199
7573a5af
SM
132002004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13201
13202 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13203 (compilation-mode): Set it here instead.
13204
13205 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13206
13207 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13208 (loop, cl-parse-loop-clause, defsetf): Use backquote.
13209
132102004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * progmodes/compile.el (compilation-internal-error-properties):
13213 Fix up a transposition-typo. Check end-col before using it.
13214
ee31cd78
RS
132152004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
13216
6abf3a27 13217 * international/iso-cvt.el (iso-tex2iso-trans-tab):
ee31cd78
RS
13218 Discard whitespace after macro \i when converting it.
13219
b0339ffd
JL
132202004-11-16 Juri Linkov <juri@jurta.org>
13221
13222 * emacs-lisp/find-func.el (find-function-regexp):
13223 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
13224 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
13225 Remove invalid `\W' from [^cgv\W]. Doc fix.
13226 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13227
ce2bbf6a
LT
132282004-11-15 Luc Teirlinck <teirllm@auburn.edu>
13229
13230 * play/life.el: Maintainer is now FSF.
13231 (life-patterns, life-neighbor-deltas, life-window-start)
13232 (life-current-generation, life-generation-string): Use defvar
13233 instead of defconst.
13234
9c8e6c85
SM
132352004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * progmodes/compile.el (compilation-move-to-column): New fun.
13238 (compilation-internal-error-properties)
13239 (compilation-next-error-function): Use it to make sure we don't go past
13240 the end of line.
13241
fbee29e6
JPW
132422004-11-15 John Paul Wallington <jpw@gnu.org>
13243
13244 * autoinsert.el (auto-insert-alist): Insert the user's name in
13245 copyright notice, rather than Free Software Foundation, for the
13246 Emacs Lisp header case too.
13247
14b84c94
VJL
132482004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13249
13250 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13251 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13252 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
13253 return the list of string in a string.
13254 (pr-call-process): Message if calling process returns an error, that
13255 is, the exit status is different of zero.
13256
46a73156
JB
132572004-11-15 Jay Belanger <belanger@truman.edu>
13258
fe38e3b0 13259 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9c8e6c85 13260 variable var-thing.
9c8e6c85 13261 (math-integ-depth, math-integ-level, math-integral-limit)
46a73156
JB
13262 (math-enable-subst, math-any-substs, math-integ-msg)
13263 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13264 (math-int-threshold, math-int-factors, math-double-roots)
13265 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
fe38e3b0
JB
13266 (var-GenCount): Declare these variables.
13267 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9c8e6c85
SM
13268 (math-integral-cache, math-integral-cache-state):
13269 Move declarations to earlier in the file.
46a73156
JB
13270 (math-deriv-var, math-deriv-total, math-deriv-symb)
13271 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13272 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13273 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13274 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
fe38e3b0 13275 (math-solve-res): New variables
46a73156
JB
13276 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13277 (math-integral, math-replace-integral-parts)
13278 (math-integrate-by-parts, calc-dump-integral-cache)
13279 (math-try-integral, math-do-integral, math-do-integral)
9c8e6c85 13280 (math-do-integral-methods, math-try-solve-for)
46a73156
JB
13281 (math-try-solve-prod, math-solve-poly-funny-powers)
13282 (math-solve-crunch-poly, math-decompose-poly)
13283 (math-solve-find-root-term, math-find-root-in-prod)
13284 (math-integ-try-linear-substitutions)
13285 (math-integ-try-substitutions, math-expr-rational-in)
9c8e6c85 13286 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
46a73156
JB
13287 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13288 (math-solve-for, math-solve-system, math-solve-system-rec)
13289 (math-solve-get-sign, math-solve-get-int)
13290 (math-solve-system-subst): Replace undeclared variables with newly
13291 declared variables.
13292
7573a5af
SM
132932004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13294
13295 * winner.el (winner-active-region, winner-edges, winner-window-list):
13296 Define at toplevel.
13297 (winner-mode-map): Move init inside declaration.
13298
87589a70
LT
132992004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13300
13301 * files.el (convert-standard-filename): Doc fix.
13302
b14f1885
DP
133032004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13304
9c8e6c85 13305 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
b14f1885
DP
13306 passwd, group, shadow, default/* and pam.d/*.
13307
bf490c7b
VJL
133082004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13309
13310 * printing.el (pr-menu-spec): Adjust menu specification.
13311
6367b616
VJL
133122004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13313
13314 * printing.el: Doc fix. Insert :version tag into all defcustom.
572f248f
SM
13315 Handle interactive-p as is recommended in Emacs Lisp Reference.
13316 Set the file permission bits for newly created files.
13317 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13318 The printing menu specification (in `pr-menu-spec') was merged.
13319 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6367b616
VJL
13320 (pr-version): New version number (6.8.3).
13321 (pr-file-modes): New option.
13322 (pr-interactive-p): New var.
13323 (pr-save-interactive, pr-save-file-modes): New macros.
13324 (pr-setup): Code fix.
13325 (pr-menu-spec): Menu specification merged.
13326 (pr-call-process, pr-text2ps): Set file permission bits.
13327 (pr-despool-print): Set file permission bits. Handle interactive-p as
13328 is recommended.
13329 (pr-interface, pr-ps-directory-preview)
13330 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13331 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13332 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13333 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13334 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13335 (pr-ps-region-ps-print, pr-ps-mode-preview)
13336 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13337 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13338 (pr-despool-using-ghostscript, pr-despool-ps-print)
13339 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13340 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13341 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13342 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13343 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13344 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13345 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13346 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13347 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13348 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13349 Handle interactive-p as is recommended.
13350
572f248f
SM
133512004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13354 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13355
13356 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13357 so it doesn't forget to highlight the beginning of the region either.
13358
955afc13
DP
133592004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13360
13361 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13362 (c-font-lock-init): Eliminate obsolete make-local-hook.
13363 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13364 (awk-mode): Use run-mode-hooks.
13365
13366 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13367
5596fbf1
KS
133682004-11-13 Kim F. Storm <storm@cua.dk>
13369
13370 * mouse.el (mouse-drag-copy-region): Add :version.
13371 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13372 while dragging mode line, so mode line can be dragged downwards.
13373 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13374 while pressing mouse button so window doesn't scroll until we
13375 release the mouse if clicking on partially visible line.
13376
68d1b30d
JB
133772004-11-12 Jay Belanger <belanger@truman.edu>
13378
fe38e3b0
JB
13379 * calc/calc-graph.el (calc-dumb-map): Declare it.
13380 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8571856b 13381 than unbound.
fe38e3b0
JB
13382 (calc-graph-name): Made `end' a local variable.
13383 (calc-graph-lookup): Made `varname' a local variable.
8571856b
KS
13384 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13385 Declare them.
fe38e3b0
JB
13386 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13387 (calc-graph-plot, calc-graph-compute-3d): Remove references to
68d1b30d 13388 the unused variable y3vec.
fe38e3b0
JB
13389 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13390 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8571856b 13391 calc-graph-prev-kill-hook.
68d1b30d
JB
13392 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13393 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13394 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13395 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13396 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13397 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13398 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13399 (calc-graph-y3value, calc-graph-y3name)
13400 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13401 (calc-graph-stepcount, calc-graph-is-splot)
13402 (calc-graph-surprise-splot, calc-graph-blank)
fe38e3b0 13403 (calc-graph-non-blank, calc-graph-curve-num): New variables.
68d1b30d
JB
13404 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13405 (calc-graph-recompute-2d, calc-graph-compute-3d)
8571856b
KS
13406 (calc-graph-format-data): Replace undeclared variables with the
13407 above newly declared variables.
68d1b30d 13408
7c7d4075
EZ
134092004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13410
f431a910
EZ
13411 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13412 `rsf-beep' and `rsf-sleep-after-message'.
13413
7c7d4075
EZ
13414 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13415 list if `message-sender' is non-nil.
13416
63cd5734
EZ
134172004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13418
13419 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13420 consing by using mapc instead of mapcar.
13421
cf66c8aa
NR
134222004-11-12 Nick Roberts <nickrob@snap.net.nz>
13423
13424 * tooltip.el (require): Explain why CL is needed.
13425
e22c7647
VJL
134262004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13427
13428 * printing.el: Insert :version into defgroup (printing). All reference
13429 to Files option in menubar were changed to File.
13430 (pr-version): New version number (6.8.2).
13431 (pr-get-symbol): Call easy-menu-intern.
13432 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13433 compilation gripes.
13434
977b50fb
SM
134352004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13436
036cf769
SM
13437 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13438 new byte-compile-function-environment binding to t.
13439
13440 * font-lock.el (font-lock-fontify-syntactically-region):
13441 Don't forget to highlight the last char when we hit `end'.
13442
13443 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13444 (mwheel-scroll): Adjust accordingly.
13445
13446 * cvs-status.el: Reduce spurious warnings.
13447 (cvs-status-checkout): Remove.
13448 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13449
13450 * pcvs.el (cvs-mode-checkout): New command.
13451
8cece98a
SM
13452 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13453
13454 * tooltip.el: Require CL.
13455
977b50fb
SM
13456 * emacs-lisp/bytecomp.el: Use push.
13457 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13458 (defalias): Remove the `byte-compile' property and add
13459 a `byte-hunk-handler'.
13460
be4b3ae8
JL
134612004-11-11 Juri Linkov <juri@jurta.org>
13462
13463 * info.el (Info-search): Save match data for isearch.
13464 Skip Tag Table node.
13465
13466 * descr-text.el (describe-char): Replace syntax-after with code
13467 from its previous version.
13468
13469 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13470 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13471
13472 * international/mule.el (sgml-html-meta-auto-coding-function):
13473 Remove > after <html to allow HTML attributes.
13474
fe1f8500
JB
134752004-11-11 Jay Belanger <belanger@truman.edu>
13476
fe38e3b0 13477 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8cece98a 13478 a variable.
fe38e3b0
JB
13479 (calcFunc-dfac): Replace unbound max by n.
13480 (math-stirling-local-cache): New variable.
13643b5f 13481 (math-stirling-number, math-stirling-1, math-stirling-2):
8cece98a
SM
13482 Replace the variable `cache' by the declared variable
13483 math-stirling-local-cache.
fe38e3b0
JB
13484 (var-RandSeed): Declare it as a variable.
13485 (math-init-random-base, math-random-digit): Don't check to see if
8cece98a 13486 var-RandSeed is bound.
13643b5f 13487 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8cece98a 13488 Declare them instead of just setting them.
fe38e3b0
JB
13489 (math-init-random-base): Made i a local variable.
13490 (math-random-digit): Made math-random-last a local variable.
13491 (math-prime-test-cache): Move declaration to before it is used.
13643b5f
JB
13492 (math-prime-test-cache-k, math-prime-test-cache-q)
13493 (math-prime-test-cache-nm1, math-prime-factors-finished):
8cece98a 13494 Declare them as variables.
13643b5f 13495
8cece98a 134962004-11-11 Jay Belanger <belanger@truman.edu>
13643b5f 13497
fe38e3b0 13498 * calc/calc-ext.el (math-defcache): Use defvar for the new
977b50fb 13499 variables it creates.
fe1f8500 13500
af61551b
LH
135012004-11-11 Lars Hansen <larsh@math.ku.dk>
13502
8cece98a
SM
13503 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13504 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13505 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13506 (desktop-save): Add :version.
af61551b 13507
3a502e66
SM
135082004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * printing.el (pr-get-symbol): Don't downcase.
13511
4726a1df 135122004-11-10 Jay Belanger <belanger@truman.edu>
3a502e66 13513
fe38e3b0 13514 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3a502e66 13515 string to kill-ring.
4726a1df
JB
13516
13517 * calc/calc-aent.el (calc-alg-exp, math-toks)
13518 (math-exp-pos,math-exp-old-pos, math-exp-token)
fe38e3b0 13519 (math-exp-keep-spaces, math-exp-str): New variables.
3a502e66 13520 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
fe38e3b0
JB
13521 (calcAlg-enter): Use declared variable calc-alg-exp.
13522 (math-build-parse-table, math-find-user-token): Use declared
3a502e66 13523 variable math-toks.
4726a1df
JB
13524 (math-read-exprs, math-read-token, calc-check-user-syntax)
13525 (calc-match-user-syntax, match-factor-after, math-read-factor):
13526 Use declared variables math-exp-pos math-exp-old-pos.
13527 (math-read-exprs, math-read-token, math-read-expr-level)
13528 (calc-check-user-syntax, calc-match-user-syntax)
fe38e3b0 13529 (match-factor-after, math-read-factor): Use declared variable
8571856b 13530 math-exp-token.
4726a1df 13531 (math-read-exprs, math-read-expr-list, math-read-token)
fe38e3b0
JB
13532 (math-read-factor): Use declared variable math-exp-keep-spaces.
13533 (math-read-exprs, math-read-token): Use declared variable
4726a1df 13534 math-exp-str.
fe38e3b0 13535 (calc-match-user-syntax): Make m a local variable.
4726a1df 13536
fe38e3b0 13537 * calc/calc-ext.el (math-read-expr): Use declared variables
3a502e66 13538 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4726a1df
JB
13539 math-exp-keep-spaces.
13540
fe38e3b0 13541 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3a502e66 13542 variables math-exp-pos, math-exp-str.
4726a1df 13543
fe38e3b0 13544 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8571856b 13545 math-exp-old-pos.
4726a1df 13546 (math-parse-fortran-vector, math-parse-fortran-vector-end)
fe38e3b0 13547 (math-parse-eqn-prime): Use declared variable math-exp-token.
4726a1df
JB
13548
13549 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3a502e66 13550 Use declared variable math-exp-pos.
fe38e3b0
JB
13551 (math-check-for-commas): Use declared variable math-exp-str.
13552 (math-read-brackets): Use declared variables math-exp-old-pos,
4726a1df 13553 math-exp-keep-spaces.
3a502e66
SM
13554 (math-read-brackets, math-read-vector, math-read-matrix):
13555 Use declared variable math-exp-token.
4726a1df 13556
e9146d5a
SM
135572004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13558
9c8e6c85
SM
13559 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13560 where the keymap is a symbol.
13561 (easy-menu-add-item): Use keymap-prompt. Simplify.
13562
32a0479a
SM
13563 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13564
e9146d5a
SM
13565 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13566 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13567
86523fac
TTN
135682004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13569
13570 * ebuff-menu.el: Doc fixes throughout.
13571 (electric-buffer-menu-mode-hook): New defvar.
13572
df388ce6
NR
135732004-11-10 Nick Roberts <nickrob@snap.net.nz>
13574
52eb0373
JB
13575 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13576 The resulting compiler warnings appear to be harmless.
df388ce6 13577
dd0f1553
DP
135782004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13579
13580 * textmodes/conf-mode.el: New file.
13581
13582 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13583
e9146d5a
SM
135842004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13587
6d37f0f1
JB
135882004-11-09 Jay Belanger <belanger@truman.edu>
13589
fe38e3b0 13590 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6d37f0f1
JB
13591
13592 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
fe38e3b0
JB
13593 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13594 (calc-z-prefix-help, calc-user-function-list): Use declared
dd0f1553 13595 variables calc-z-prefix-buf, calc-z-prefix-msgs.
fe38e3b0 13596 (math-map-tree, math-map-tree-rec): Use declared variables
dd0f1553 13597 math-mt-many, math-mt-func.
fe38e3b0 13598 (math-read-expression, math-read-string): Use declared variable
dd0f1553
DP
13599 math-expr-data.
13600
fe38e3b0 13601 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
dd0f1553 13602 variable math-normalize-a.
6d37f0f1 13603
fe38e3b0
JB
13604 * calc/calc.el (math-normalize-a): New variable.
13605 (math-normalize): Use declared variable math-normalize-a.
6d37f0f1 13606
fe38e3b0 13607 * calc/calc-poly.el (math-expand-form): Use declared variable
dd0f1553 13608 math-mt-many.
6d37f0f1 13609
e9146d5a
SM
13610 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13611 Use declared variable math-mt-many.
fe38e3b0 13612 (math-rewrite): Use declared variable math-mt-func.
6d37f0f1
JB
13613
13614 * calc/calc-vec.el (math-read-brackets, math-read-vector)
fe38e3b0 13615 (math-read-matrix): Use declared variable math-expr-data.
6d37f0f1
JB
13616
13617 * calc/calc-lang.el (math-parse-fortran-vector)
13618 (math-parse-fortran-vector-end, math-parse-tex-sum)
13619 (math-parse-eqn-matrix, math-parse-eqn-prime)
fe38e3b0 13620 (math-read-math-subscr): Use declared variable math-expr-data.
6d37f0f1
JB
13621
13622 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13623 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13624 (calc-match-user-syntax, math-read-if, math-factor-after)
fe38e3b0 13625 (math-read-factor): Use declared variable math-expr-data.
6d37f0f1 13626
b4f8e43e
GM
136272004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13628
13629 * calendar/diary-lib.el (diary-from-outlook)
13630 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
32261ad3 13631 interactive-p; but rather new optional argument NOCONFIRM.
b4f8e43e 13632
32a0479a 136332004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
0c90b629
SM
13634
13635 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13636 (easy-menu-name-match): Revert correspondingly.
13637
a7a7ddf1
RS
136382004-11-09 Richard M. Stallman <rms@gnu.org>
13639
13640 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13641 Turn off warnings for the new function even if definition not constant.
13642 If the definition isn't a quoted symbol, record (FUNCTION . t).
13643 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13644 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13645 (display-call-tree, byte-compile-arglist-warn):
13646 Handle t returned by byte-compile-fdefinition.
13647
84c2fd9f
JD
136482004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13649
366fc3f9
JD
13650 * Makefile.in (maintainer-clean): Depend on distclean.
13651
84c2fd9f
JD
13652 * help-fns.el (help-C-file-name): File name must be in build-files
13653 to be returned.
13654
6b644e8d
JB
136552004-11-09 Jay Belanger <belanger@truman.edu>
13656
13657 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
fe38e3b0 13658 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
0c90b629
SM
13659
13660 * calc/calc.el (calc, calc-trail-display, calc-mode):
13661 Remove obsolete sections.
6b644e8d 13662
fe38e3b0 13663 * calc/calc.el (calc-x-paste-text): Remove.
6b644e8d 13664
fe38e3b0 13665 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
0c90b629 13666 mouse-2.
6b644e8d 13667
ec3dd752
NR
136682004-11-09 Nick Roberts <nickrob@snap.net.nz>
13669
13670 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13671 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13672 current frame (in case of recursive calls).
13673 (gdb-show-changed-values): Add :version keyword.
13674
a778cf63
KH
136752004-11-09 Kenichi Handa <handa@m17n.org>
13676
13677 * international/mule-cmds.el: Change coding: tag back to
13678 iso-2022-7bit.
13679
0c90b629
SM
136802004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13681
0c90b629
SM
13682 * international/mule-cmds.el: Change coding-system to utf-8.
13683 (select-safe-coding-system-interactively):
13684 New function extracted from select-safe-coding-system.
13685 (select-safe-coding-system): Use it.
13686
1efc19eb
RS
136872004-11-08 Richard M. Stallman <rms@gnu.org>
13688
13689 * subr.el (syntax-after): Doc fix.
13690
13691 * paren.el (show-paren-function): Change calls to syntax-after
13692 for new way of returning the value.
13693
13694 * menu-bar.el (menu-bar-file-menu): Make this the real name
13695 and menu-bar-files-menu the alias. Use the former.
13696 (global-map): Use `file', not `files', as the symbol.
13697
13698 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13699
13700 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13701 Don't use beginning-of-buffer.
13702 (filesets-cmd-show-result): Use with-no-warnings.
13703
b056d9cb
JL
137042004-11-08 Juri Linkov <juri@jurta.org>
13705
13706 * progmodes/compile.el (compile): Don't overwrite last command in
13707 minibuffer history with default command if they are not equal.
13708
3c29dab1
JB
137092004-11-08 Jay Belanger <belanger@truman.edu>
13710
fe38e3b0 13711 * calc/calcalg2.el (math-do-integral-methods): Try linear then
0c90b629 13712 non-linear substitutions.
3c29dab1 13713
bd6bda79
JB
137142004-11-08 Jay Belanger <belanger@truman.edu>
13715
13716 * calc/calcalg2.el (math-linear-subst-tried): New variable.
fe38e3b0
JB
13717 (math-do-integral): Set `math-linear-subst-tried' to nil.
13718 (math-do-integral-methods): Use `math-linear-subst-tried' to
0c90b629
SM
13719 determine what type of substitution to try.
13720 (math-integ-try-linear-substituion):
13721 Set `math-linear-subst-tried' to t.
bd6bda79 13722
85c38542
KS
137232004-11-08 Kim F. Storm <storm@cua.dk>
13724
13725 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13726
91337c1f
JL
137272004-11-07 Juri Linkov <juri@jurta.org>
13728
13729 * info-look.el (info-lookup): Allow reusing in the current buffer
13730 not only *info* buffer, but all (even renamed) Info buffers
13731 by checking for major-mode instead of *info* buffer name.
13732 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13733 (octave-mode, maxima-mode) <doc-spec>:
13734 Allow long dashes generated by Texinfo 4.7 before definitions.
13735 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13736 definitions with argument separated by space.
13737
551373ea
RS
137382004-11-06 Richard M. Stallman <rms@gnu.org>
13739
13740 * simple.el (next-error group, face): Move before first use.
13741 (next-error-highlight, next-error-highlight-no-select): Likewise.
1efc19eb 13742
0c90b629 13743 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
551373ea 13744 (line-move): New args NOERROR and TO-END.
1bef8597 13745 Return t if succeed in moving specified number of lines.
551373ea 13746 (move-end-of-line): New function.
1efc19eb
RS
13747
13748 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13749 (end-of-buffer-other-window): Likewise.
551373ea
RS
13750
13751 * simple.el (line-move-ignore-invisible): Default to t.
13752
13753 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13754
13755 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13756
0c90b629
SM
13757 * international/iso-cvt.el (iso-cvt-define-menu):
13758 Rename menu-bar-files-menu to menu-bar-file-menu.
551373ea
RS
13759
13760 * net/browse-url.el (browse-url-gnome-moz-program)
13761 (browse-url-gnome-moz-arguments): Move up before first use.
13762
13763 * net/tramp.el (tramp group): Add :version.
13764
0c90b629 13765 * progmodes/ada-xref.el (ada-gdb-application):
551373ea
RS
13766 Use goto-char instead of beginning-of-buffer.
13767
0c90b629 13768 * progmodes/cperl-mode.el (cperl-info-on-command):
551373ea
RS
13769 Use goto-char instead of beginning-of-buffer.
13770
0c90b629 13771 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
551373ea
RS
13772 Move up before first use.
13773 (idlwave-shell-temp-pro-file): Likewise.
13774 (idlwave-shell-temp-rinfo-save-file): Likewise.
13775 (idlwave-shell-temp-file): Minor doc fix.
13776
13777 * textmodes/flyspell.el (flyspell-external-point-words):
13778 Use goto-char instead of beginning-of-buffer.
13779
e7b52b6d
KG
137802004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13781
0c90b629
SM
13782 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13783 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
c37ee7cb 13784 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
e7b52b6d 13785
59341ff0
DP
137862004-11-06 David Ponce <david@dponce.com>
13787
13788 * recentf.el (recentf-menu-path): Use menu item name.
13789
6159c232
EZ
137902004-11-06 Eli Zaretskii <eliz@gnu.org>
13791
13792 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13793 display doesn't support images.
13794
cffe562a
AS
137952004-11-06 Andreas Schwab <schwab@suse.de>
13796
803a05c2
AS
13797 * tempo.el (tempo-match-finder): Doc fix.
13798
cffe562a
AS
13799 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13800
32a0479a 138012004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
98961e08
AS
13802
13803 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13804 (easy-menu-lookup-name): New fun to replace it.
13805 (easy-menu-get-map): Use it to obey menu item names (rather than just
13806 keys) when looking up `path'.
13807 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13808 (easy-menu-convert-item-1): Adjust to new name.
13809
27540e81
EZ
138102004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13811
13812 * outline.el (hide-body): Don't hide lines at the top of the file
13813 that precede the first header line.
13814
14e32dd3
EZ
138152004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13816
13817 * align.el (align-areas): Delete whitespace before reindenting, so
13818 that tabs are never placed after spaces.
13819
4d79b874
EZ
138202004-11-06 Alan Shutko <ats@acm.org>
13821
13822 * macros.el (insert-kbd-macro): Do completions based on macros,
13823 rather than all commands.
13824
16d24ae8
EZ
138252004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13826
13827 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13828 to solve a bug whereby tags with 'b' don't match.
13829
3296d21b
JL
138302004-11-05 Juri Linkov <juri@jurta.org>
13831
13832 * info.el (Info-search): Don't search in node header lines
13833 and file headers.
13834
13835 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13836 symbol-constituent characters after dot, not only digits.
13837
5dcd636b
DP
138382004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13839
0c90b629 13840 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5dcd636b 13841
8d9e2a49
JD
138422004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13843
13844 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13845 if a dialog will be used, read-file-name otherwise.
5dcd636b 13846
fb54e72e
RS
138472004-11-04 Richard M. Stallman <rms@gnu.org>
13848
13849 * textmodes/table.el (table group): Add :version.
13850
5dcd636b 13851 * textmodes/ispell.el (ispell-word):
fb54e72e
RS
13852 Don't alter args; set them only thru `interactive' spec.
13853
13854 * textmodes/flyspell.el (flyspell-word):
13855 Don't alter FOLLOWING; set it only thru `interactive' spec.
13856
13857 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13858
13859 * net/browse-url.el (browse-url-maybe-new-window):
13860 Use called-interactively-p.
13861
5dcd636b 13862 * mail/supercite.el (sc-cite-region):
fb54e72e
RS
13863 Don't use interactive-p. Add arg INTERACTIVE.
13864 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13865
5dcd636b 13866 * international/mule-cmds.el (set-input-method, toggle-input-method):
fb54e72e
RS
13867 Don't use interactive-p. Add arg INTERACTIVE.
13868
13869 * eshell/esh-mode.el (eshell-show-maximum-output):
13870 Don't use interactive-p.
13871 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13872
13873 * mouse.el (mouse-show-mark): Get positions to delete from mark
13874 and point, not from mouse-drag-overlay.
13875
13876 * imenu.el (imenu-eager-completion-buffer): Add :version.
13877
13878 * filesets.el (filesets group): Add :version.
13879
6a36ed14
DP
138802004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13881
13882 * files.el (xml-based-modes): Delete var.
13883 (magic-mode-alist): New more general var.
13884 (set-auto-mode): Use it.
13885
13886 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13887 when clicking from another window.
13888
f36e4afe
TTN
138892004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13890
b44a1825
TTN
13891 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13892 (vc-cvs-annotate-time): Incorporate value of deleted var.
13893 Remove special-case handling of beginning-of-buffer cruft.
13894 Cache ending position (point) and return value in text property
13895 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13896
cd227df3
TTN
13897 * vc-cvs.el (vc-cvs-annotate-command):
13898 Delete extraneous lines from beginning of buffer.
13899 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13900
02b73b97
TTN
13901 * progmodes/grep.el (grep-default-command): Take empty string
13902 for tag if all other methods yield nil. Shell-quote the tag.
13903
f36e4afe
TTN
13904 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13905 spec in `interactive' form, and mention it in the docstring.
2e734353 13906 Also, make sure point is at bol after calling `annotate-time'.
f36e4afe 13907
29bb7127
RS
139082004-11-02 Richard M. Stallman <rms@gnu.org>
13909
fb54e72e
RS
13910 * cus-edit.el (customize-group-other-window):
13911 Select the window that displays the custom buffer.
13912 (custom-buffer-create-other-window): Likewise.
13913
13914 * comint.el (comint-insert-input): Fix previous change.
13915
29bb7127
RS
13916 * emacs-lisp/elp.el (elp-instrument-function):
13917 Use called-interactively-p.
13918
13919 * emacs-lisp/easymenu.el (easy-menu-intern):
13920 Don't downcase; rather, case-flip the first letter of each word.
13921
13922 * emacs-lisp/easy-mmode.el (define-minor-mode):
13923 Use called-interactively-p.
13924
13925 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13926 Add interactive-only.
13927 (byte-compile-warnings): Add interactive-only as option.
13928 (byte-compile-interactive-only-functions): New variable.
13929 (byte-compile-form): Warn about calls to functions
13930 in byte-compile-interactive-only-functions.
13931
13932 * emacs-lisp/autoload.el (update-file-autoloads):
13933 Don't use interactive-p; take new arg SAVE-AFTER.
13934
13935 * emacs-lisp/advice.el (ad-make-advised-definition):
13936 Use called-interactively-p.
13937
46bfc73b
JD
139382004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13939
13940 * files.el (find-file-existing): New function.
13941
13942 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13943 find-file-existing. Add "New File..." that calls find-file.
13944
424b9d3e 13945 * diropen.pbm, diropen.xpm: New files.
f36e4afe 13946
46bfc73b
JD
13947 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13948 icon diropen. New tool bar item find-file-existing uses icon open.
13949
63baed99 13950 * dired.el (dired-read-dir-and-switches): Call read-directory-name
46bfc73b
JD
13951 instead of read-file-name.
13952
fba8240f
GM
139532004-11-02 Ulf Jasper <ulf.jasper@web.de>
13954
13955 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13956 (icalendar--split-value): Change name of work buffer.
13957 (icalendar--get-weekday-abbrev): Return nil on error.
13958 (icalendar--date-to-isodate): New function.
13959 (icalendar-convert-diary-to-ical)
13960 (icalendar-extract-ical-from-buffer): Use only two args for
13961 make-obsolete (XEmacs compatibility).
0c90b629 13962 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
fba8240f
GM
13963 (icalendar-export-region): Doc fix.
13964 If error, return non-nil and write errors to a buffer.
13965 Use correct weekday for weekly recurring events.
13966 Check whether date has been parsed for ordinary events.
13967 Make weekly events start in the year 2000.
13968 DTEND is non-inclusive, shift end date by one day if
13969 necessary (not for entries that have date and time).
13970 Rename local let variables: oops -> found-error, datestring ->
13971 startdatestring.
13972
23ed65c0
KS
139732004-11-02 Kim F. Storm <storm@cua.dk>
13974
ad8d994c
KS
13975 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13976 keep-mode-if-same variable. Add it as optional arg instead.
13977 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13978
3fc26d48
KS
13979 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13980 substitute-command-keys will select lower-case bindings like those
13981 used in the static help texts.
13982
1b25dccd
KS
13983 * descr-text.el (describe-text-properties): Don't err if called in
13984 the *Help* buffer; output to *Help-2* buffer instead.
13985
23ed65c0
KS
13986 * kmacro.el (group kmacro): Add :version.
13987 (kmacro-keyboard-quit): New function to cleanup on C-g.
13988 (kmacro-start-macro): Set defining-kbd-macro to append when
13989 appending to last macro.
13990
13991 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13992
f73f9708
NR
139932004-11-02 Nick Roberts <nickrob@snap.net.nz>
13994
13995 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13996 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13997 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13998 Add :version keyword.
13999
19f26a89 140002004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
97d83988 14001
0c90b629
SM
14002 * progmodes/flymake.el (flymake-err-line-patterns):
14003 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12e46b00 14004 `compilation-error-regexp-alist-alist' to internal Flymake format.
23ed65c0 14005
77c99c7f 14006 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12e46b00 14007
23ed65c0
KS
140082004-11-01 Jay Belanger <belanger@truman.edu>
14009
0c90b629
SM
14010 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14011 with `interactive "s"'.
23ed65c0 14012
df0a91e2
JD
140132004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14014
11fd50f7
SM
14015 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14016 Revert change from 2004-10-16. '*' checks the current buffer, but the
df0a91e2
JD
14017 mouse click may be in another buffer.
14018
2b601e1c
JPW
140192004-11-01 John Paul Wallington <jpw@gnu.org>
14020
14021 * files.el (large-file-warning-threshold): Add :version keyword.
14022 (kill-some-buffers): Doc fix.
14023
14024 * thumbs.el (group thumbs): Add :version keyword.
14025
2c10c0f0
JPW
14026 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14027
2d1ef312
RS
140282004-11-01 Richard M. Stallman <rms@gnu.org>
14029
29bb7127
RS
14030 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14031
14032 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14033
2d1ef312
RS
14034 * allout.el (allout group): Add :version.
14035 (allout-init): Don't use interactive-p.
14036 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11fd50f7 14037 (allout-forward-current-level, allout-backward-current-level):
2d1ef312
RS
14038 Don't use interactive-p.
14039
14040 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14041 (bibtex-find-text): Likewise.
14042
14043 * progmodes/vhdl-mode.el (vhdl-fill-region)
14044 (vhdl-beginning-of-statement): Don't use interactive-p.
14045
14046 * progmodes/idlwave.el (idlwave-update-routine-info):
14047 Don't use interactive-p.
14048
14049 * progmodes/idlw-shell.el (idlwave-shell-send-char):
14050 Don't use interactive-p.
14051
11fd50f7 14052 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2d1ef312
RS
14053 Don't use interactive-p.
14054
14055 * progmodes/ada-xref.el (ada-make-body-gnatstub):
14056 Don't use interactive-p.
14057
14058 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14059 (fortune-in-buffer): Doc fix.
14060
ca19f3f1
AS
14061 * play/5x5.el (5x5-new-game): Set up the buffer even if not
14062 interactive.
2d1ef312
RS
14063
14064 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14065 don't select the temporary buffer.
14066 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14067 (eudc-get-phone): Likewise.
14068
5bad6053
KS
140692004-11-01 Kim F. Storm <storm@cua.dk>
14070
14071 * man.el (Man-xref-normal-file): Fix help-echo.
14072
11fd50f7
SM
140732004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * reveal.el (reveal-last-tick): New var.
14076 (reveal-post-command): Use it to avoid closing overlays when we're
14077 appending text to them.
14078
e0dc0c55
SM
140792004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14080
14081 * textmodes/bibtex.el: Require button.
14082 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14083 (bibtex-reference-keys): Distinguish between header keys and
14084 crossref keys.
14085 (bibtex-beginning-of-field): New function.
14086 (bibtex-url-map): Remove.
14087 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14088 (bibtex-font-lock-url-regexp): Assume that field names begin at
14089 the beginning of a line.
14090 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
14091 Remove field delimiters. Use bibtex-beginning-of-field.
14092 Bugfix, point can be inside a field with a url.
14093 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14094 New functions.
14095 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14096 (bibtex-key-in-head): Simplify.
14097 (bibtex-current-line): Use bolp.
14098 (bibtex-parse-keys): Remove unused arg `add'.
14099 Use bibtex-type-in-head and bibtex-key-in-head.
14100 (bibtex-parse-entry, bibtex-autofill-entry):
14101 Use bibtex-type-in-head and bibtex-key-in-head.
14102 (bibtex-autokey-get-field): Do not alter case of replacement text.
14103 (bibtex-autokey-get-names): Do all processing of name list.
14104 (bibtex-autokey-get-year): New function.
14105 (bibtex-autokey-get-title): Do all processing of title words.
14106 (bibtex-generate-autokey): Simplify.
14107 (bibtex-string-files-init): Use default-directory.
14108 Allow for absolute file names in bibtex-string-files.
14109 (bibtex-files, bibtex-file-path): New variables.
14110 (bibtex-files-expand): New function.
14111 (bibtex-find-entry-globally): New command.
14112 (bibtex-summary-function): New variable.
14113 (bibtex-summary): Default value of bibtex-summary-function.
14114 (bibtex-find-crossref): New optional args pnt and split.
14115 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14116 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14117 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
14118 Fix handling of required and alternative fields.
14119 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14120 Use cons and display-buffer.
14121 (bibtex-validate-globally): New command.
14122 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
14123 bibtex-parse-keys and bibtex-parse-strings for updating
14124 bibtex-reference-keys and bibtex-strings.
14125 (bibtex-realign): Remove blank lines past the last entry.
14126 (bibtex-reformat): Use bibtex-entry-format as default.
14127 (bibtex-choose-completion-string): Remove.
14128 (bibtex-complete): Do not use bibtex-choose-completion-string.
14129 (bibtex-url): Simplify.
14130
67156185
JD
141312004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14132
14133 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14134 (x-dnd-types-alist, x-dnd-open-file-other-window)
14135 (x-dnd-known-types): Add :version.
14136
d98410ed
JPW
141372004-10-31 John Paul Wallington <jpw@gnu.org>
14138
14139 * ibuffer.el (group ibuffer): Add :version keyword.
14140
ad1432ee
KS
141412004-10-31 Kim F. Storm <storm@cua.dk>
14142
14143 * ido.el (group ido): Add :version keyword.
14144 (ido-mode): Remove :version keyword.
14145
14146 * emulation/cua-base.el (group cua): Add :version keyword.
14147 (cua-mode): Remove :version keyword.
14148
be203836
LT
141492004-10-30 Luc Teirlinck <teirllm@auburn.edu>
14150
0a306700
LT
14151 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14152
be203836
LT
14153 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14154 compiler warning.
7c26939b
LT
14155 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
14156 function.
14157 (help-at-pt-display-when-idle): Remove autoload.
be203836 14158
11fd50f7 141592004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5459bcdf
SM
14160
14161 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14162
d6288299
JL
141632004-10-30 Juri Linkov <juri@jurta.org>
14164
14165 * help.el (function-called-at-point):
5459bcdf 14166 * help-fns.el (variable-at-point): Read -> intern.
d6288299 14167
707994d2
SJ
141682004-10-30 Simon Josefsson <jas@extundo.com>
14169
5459bcdf
SM
14170 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14171 Recognize AS_* too.
707994d2 14172
266725f1
SJ
141732004-10-29 Simon Josefsson <jas@extundo.com>
14174
14175 * subr.el (read-passwd): Move back from password.el.
14176
14177 * password.el: Remove, not ready yet.
14178
88aab7b4
AS
141792004-10-29 Andreas Schwab <schwab@suse.de>
14180
14181 * speedbar.el (speedbar-frame-parameters): Improve customize type.
14182
ab60bd74
SS
141832004-10-29 Sam Steingold <sds@gnu.org>
14184
f946e47e 14185 * mouse.el (mouse-show-mark): Replace the last occurrence of
ab60bd74
SS
14186 x-lost-selection-hooks with x-lost-selection-functions.
14187
11fd50f7 141882004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
14189
14190 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14191 x-lost-selection-functions is bound.
14192
14193 * mouse-sel.el (mouse-sel-mode):
14194 * emacs-lisp/lselect.el: Adjust to new names for
14195 x-(lost|sent)-selection-functions.
14196
14197 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14198 New obsolete aliases of x-lost-selection-functions and
14199 x-sent-selection-functions.
14200
a00725c7
KS
142012004-10-28 Kim F. Storm <storm@cua.dk>
14202
14203 * imenu.el (imenu-scanning-message): Remove.
14204 (imenu-progress-message): Make it a no-op.
14205
8a9cdb8d
JPW
142062004-10-28 John Paul Wallington <jpw@gnu.org>
14207
14208 * files.el (set-auto-mode): Call `throw' correctly.
14209
02c9f5cd
JL
142102004-10-28 Juri Linkov <juri@jurta.org>
14211
14212 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14213 to search `Info-...' commands in `info' manual.
14214 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14215 Add 'info-file "emacs" property.
14216 (Info-find-emacs-command-nodes): Fix index line number regexp.
14217 Set real line number (instead of fake 0) in first element of the
14218 returned list.
14219 (Info-goto-emacs-command-node): Use line number of first element
14220 to set point in the first found Info node.
14221
14222 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14223 code to `grep-mode-font-lock-keywords'.
14224 (grep-mode-font-lock-keywords): Delete grep markers instead
14225 of making them invisible.
14226
f4982064
JD
142272004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14228
14229 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14230 and x-server-version in bug report.
14231
521cf174
DP
142322004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
14233
14234 * files.el (set-auto-mode-0): New function.
14235 (set-auto-mode): Use it to handle aliased modes and to
14236 be consistent between C-x C-f and C-x C-w.
14237
16a3d4e5
KH
142382004-10-28 Kenichi Handa <handa@m17n.org>
14239
5459bcdf
SM
14240 * international/utf-8.el (utf-translate-cjk-charsets):
14241 Add katakana-jisx0201.
7d9d5480 14242
16a3d4e5
KH
14243 * international/subst-jis.el: Add data for JISX0201.
14244
068f3848
SM
142452004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * obsolete/hilit19.el (hilit-mode): New function.
14248 Move all the toplevel side-effecting stuff into it, so that loading
14249 hilit19 doesn't mess everything up any more.
14250
4660a9e3
RS
142512004-10-27 Richard M. Stallman <rms@gnu.org>
14252
563631fe
RS
14253 * add-log.el (add-change-log-entry): Set up mailing address
14254 and full name later, and don't alter add-log-mailing-address
14255 or add-log-full-name.
14256
14257 * elide-head.el (elide-head): Change error to message.
14258 (elide-head-show): Likewise.
14259
14260 * apropos.el (apropos-macrop): Doc fix.
14261
14262 * mouse.el (mouse-show-mark): Do most processing the same
14263 regardless of transient-mark-mode.
14264
14265 * shadowfile.el (shadow-copy-files): Use interactive-p
14266 only to control whether to print a message.
14267
14268 * tar-mode.el (tar-mode): Use write-contents-functions,
14269 not write-contents-hooks.
14270
4660a9e3
RS
14271 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14272 directory-sep-char.
14273
142742004-10-27 Richard M. Stallman <rms@gnu.org>
14275
14276 * strokes.el (strokes-unload-hook): Fix previous change.
14277
14278 * type-break.el (type-break-run-at-time): Always use run-at-time;
14279 forget the alternatives.
14280 (type-break-cancel-function-timers): Always use cancel-function-timers;
14281 forget the alternatives.
14282
14283 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14284
af3b9e47
KH
142852004-10-27 Kenichi Handa <handa@m17n.org>
14286
068f3848 14287 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
af3b9e47
KH
14288
14289 * international/subst-gb2312.el: Likewise.
14290
14291 * international/subst-big5.el: Likewise.
14292
14293 * international/subst-ksc.el: Likewise.
14294
14295 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14296 New variable.
14297 (utf-translate-cjk-set-unicode-range): New function.
14298 (utf-translate-cjk-unicode-range): Make it customizable.
068f3848
SM
14299 (utf-8-post-read-conversion):
14300 Use utf-translate-cjk-unicode-range-string.
3ccf95cb
KH
14301 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14302 Unicode ranges.
af3b9e47 14303
bbc67516
DP
143042004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14305
14306 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14307 trivial variants to shorten the list.
14308 (xml-based-modes): New var.
14309 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14310 declaration higher priority than auto-mode-alist.
14311
14312 * find-file.el (cc-other-file-alist): Bring it in line with
14313 cc-mode's auto-mode-alist entries and use \' instead of $.
14314
14315 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14316 and add "Id" and "Name" submenus to it.
14317
14318 * imenu.el (imenu--generic-function): Skip matches in comments.
14319
8cb77f98
JB
143202004-10-26 Jay Belanger <belanger@truman.edu>
14321
14322 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
fe38e3b0 14323 (full-calc-keypad, calc-trail-display): Use an extra argument
8cb77f98
JB
14324 instead of `interactive-p'.
14325
14326 * calc/calc-misc.el (calc-other-window): Use an extra argument
bbc67516 14327 instead of `interactive-p'.
8cb77f98 14328
bbc67516
DP
14329 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14330 `interactive-p'.
8cb77f98 14331
c8636435
KS
143322004-10-26 Kim F. Storm <storm@cua.dk>
14333
14334 * help.el (describe-key): Describe both down-event and up-event
14335 for a mouse click.
14336
fb2496f4
RS
143372004-10-26 Richard M. Stallman <rms@gnu.org>
14338
14339 * woman.el (woman): Don't call interactive-p.
14340
14341 * pcomplete.el (pcomplete): Instead of interactive-p,
14342 use an arg set non-nil by the interactive spec.
14343
14344 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14345 use an arg set non-nil by the interactive spec.
14346
14347 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14348 use an arg set non-nil by the interactive spec.
14349
e3c9b21e
MY
143502004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14351
068f3848
SM
14352 * progmodes/flymake.el (flymake-split-string):
14353 Use `flymake-split-string-remove-empty-edges' in any case.
c8636435 14354
e3c9b21e
MY
143552004-10-26 Masatake YAMATO <jet@gyve.org>
14356
c8636435
KS
14357 * progmodes/flymake.el (flymake-err-line-patterns):
14358 Use `compilation-error-regexp-alist-alist' instead of
e3c9b21e
MY
14359 `compilation-error-regexp-alist'.
14360
068f3848
SM
143612004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14362
14363 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14364 verbatim face on the \ of \end{verbatim}.
14365
967d58da
JB
143662004-10-25 Jay Belanger <belanger@truman.edu>
14367
fe38e3b0 14368 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
967d58da
JB
14369 erasing minibuffer.
14370
d7aea840
SJ
143712004-10-25 Simon Josefsson <jas@extundo.com>
14372
14373 * subr.el (read-passwd): Move to net/password.el.
14374
14375 * net/password.el (read-passwd): Add. Autoload it.
14376
3acd2c4f
KG
143772004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14378
14379 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14380
85af630d
KG
14381 * simple.el (process-file): Fix logic.
14382
6faab05f
LT
143832004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14384
f328b6c4 14385 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6faab05f
LT
14386 (increase-right-margin): Remove erroneous call to `interactive-p'.
14387
4a2ca8dd
KS
143882004-10-24 Kim F. Storm <storm@cua.dk>
14389
14390 * help.el (describe-mode): Fix 2004-10-13 change.
14391 Copy pure "Auto Fill" string so it can be propertized later
14392 without causing a read-only error.
14393
f254e21f
LT
143942004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14395
14396 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14397 style indexes.
14398
8de40f9f
KG
143992004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14400
14401 * simple.el (process-file): Accept nil for INFILE. Reported by
14402 Luc Teirlinck.
14403
3988d9c6
MY
144042004-10-24 Masatake YAMATO <jet@gyve.org>
14405
f328b6c4
SM
14406 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14407 Handle periods and underscores in a function name.
3988d9c6
MY
14408 Remove the address fontification.
14409
19f26a89 144102004-10-24 Masatake YAMATO <jet@gyve.org>
135a6e29 14411
f328b6c4
SM
14412 * progmodes/asm-mode.el (asm-font-lock-keywords):
14413 Use font-lock-variable-name-face for registers.
135a6e29
NR
14414
144152004-10-24 Nick Roberts <nickrob@snap.net.nz>
14416
14417 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14418 kill-all-local-variables.
14419 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
f328b6c4
SM
14420 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14421 Use kill-all-local-variables and provide mode-hooks.
14422 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
135a6e29
NR
14423 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14424 Suggested by Masatake YAMATO <jet@gyve.org>.
14425
0457dd55
KG
144262004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14427
14428 * simple.el (process-file): New function, similar to call-process
14429 but supports file handlers.
14430 * vc.el (vc-do-command): Use it, instead of call-process.
14431 * net/tramp-vc.el (vc-do-command): Do not advise it if
14432 process-file is fboundp.
14433 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14434 process-file.
14435 (tramp-handle-process-file): New function.
14436 (tramp-file-name-for-operation): Support process-file.
14437
45af6ed7
GM
144382004-10-23 Ulf Jasper <ulf.jasper@web.de>
14439
14440 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14441 (icalendar-weekdayabbrev-table)
14442 (icalendar-monthnumber-table): Delete.
14443 (icalendar--get-month-number): Use calendar-month-name-array.
14444 (icalendar--get-weekday-number): New function.
14445 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14446 (icalendar-export-region): Handle multi-line entries.
14447 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14448
33a584e6
JPW
144492004-10-23 John Paul Wallington <jpw@gnu.org>
14450
818f3c45
JPW
14451 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14452 `wildcards' set to t in interactive spec.
14453
33a584e6 14454 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1818237f 14455 interactive spec rather than use `interactive-p'.
818f3c45
JPW
14456 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14457 rather than use function `interactive-p'.
33a584e6 14458
d0ee2ed3
KH
144592004-10-22 Kenichi Handa <handa@m17n.org>
14460
14461 * international/mule.el (translate-region): Implement it in Lisp
14462 as a front end of translate-region-internal.
14463
23b24d63
JB
144642004-10-21 Jay Belanger <belanger@truman.edu>
14465
14466 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
f328b6c4 14467 Declare these variables with defvar.
23b24d63
JB
14468
14469 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14470 is bound, only check to see if it is bound.
14471
22101fbb
SM
144722004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14473
f328b6c4
SM
14474 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14475 Don't output messages.
14476
22101fbb
SM
14477 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14478
6e237e72
JB
144792004-10-21 John Paul Wallington <jpw@gnu.org>
14480
14481 * calc/calc-graph.el (calc-graph-init):
14482 Use `set-process-query-on-exit-flag'.
14483
199143f1
DP
144842004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14485
14486 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14487 dir right and also allow argumentless cd.
14488
8550b998
RS
144892004-10-19 Richard M. Stallman <rms@gnu.org>
14490
14491 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14492
14493 * eshell/em-unix.el (eshell-grep):
14494 Don't bind compilation-process-setup-function.
14495
14496 * comint.el (comint-insert-input): Use @ in `interactive'.
14497 (comint-input-filter-functions): Doc fix.
14498 (comint-kill-whole-line, comint-get-source): Doc fix.
14499
14500 * progmodes/compile.el (compilation-setup):
14501 Don't set buffer-read-only if MINOR is non-nil.
14502
9c5cb892
JB
145032004-10-19 Jay Belanger <belanger@truman.edu>
14504
14505 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
22101fbb
SM
14506 (calc-emacs-type-gnu19): Remove.
14507 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14508 Remove check for old emacs versions.
9c5cb892 14509
22101fbb 14510 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9c5cb892
JB
14511 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14512 for current Emacs.
14513
14514 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14515 the end of the minibuffer.
14516 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14517 copy `esc-map'.
14518
22101fbb 14519 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9c5cb892 14520
22101fbb 14521 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9c5cb892
JB
14522 call that would be given when the current emacs was used.
14523
8a41a047
GM
145242004-10-19 Ulf Jasper <ulf.jasper@web.de>
14525
14526 * calendar/icalendar.el: Set coding to utf-8.
14527 (icalendar-version): Increase to 0.07.
14528 (icalendar-monthnumber-table): Change March pattern.
14529 (icalendar-get-all-event-properties)
14530 (icalendar-set-event-property): Delete.
14531 (icalendar-all-events): No longer interactive.
14532 (icalendar-convert-diary-to-ical)
14533 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14534 their replacements.
14535 (icalendar-export-file, icalendar-export-region): New functions;
14536 essentially old `icalendar-convert-diary-to-ical' but appending to
14537 target rather than overwriting.
14538 (icalendar-import-file): Append to target file rather than
14539 overwriting. Fourth arg deleted.
14540 (icalendar-import-buffer): New name for old
14541 `icalendar-extract-ical-from-buffer'.
14542 (icalendar--convert-string-for-import): New name for
14543 old `icalendar-convert-for-import'.
14544 (include-icalendar-files): Delete.
14545 Prefix for all internal functions changed from `icalendar-'
14546 to `icalendar--'.
14547
b18ba80e
RS
145482004-10-19 Richard M. Stallman <rms@gnu.org>
14549
14550 * paths.el (news-path): Fix previous change.
14551
19f26a89 145522004-10-18 Jay Belanger <belanger@truman.edu>
9c5cb892 14553
22101fbb
SM
14554 * calc/calc-help.el (calc-describe-bindings):
14555 Set `buffer-read-only' to nil while working in the keybindings buffer;
9c5cb892
JB
14556 remove some extra information from the keybindings buffer.
14557
7a892a8b
DP
145582004-10-18 David Ponce <david@dponce.com>
14559
14560 * mouse.el (mouse-drag-move-window-top): New function.
14561 (mouse-drag-mode-line-1): Use it.
14562
e14105f6
TTN
145632004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14564
14565 * info.el (Info-fontify-node): For multiline refs,
14566 arrange to unfontify newline and surrounding whitespace.
14567
bcabe045
SM
145682004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14571 directory is missing.
14572
957237cb
JPW
145732004-10-17 John Paul Wallington <jpw@gnu.org>
14574
14575 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14576 New customizable variable; whether to display buffers that match
14577 `ibuffer-maybe-show-predicates' by default.
14578 (ibuffer-maybe-show-predicates): Mention it in docstring.
14579 (ibuffer-display-maybe-show-predicates): New variable.
14580 (ibuffer-update): Prefix arg now toggles whether buffers that
14581 match `ibuffer-maybe-show-predicates' should be displayed.
14582 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14583 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14584 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14585
b15d0c4c
MA
145862004-10-17 Michael Albinus <michael.albinus@gmx.de>
14587
14588 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14589 work correctly.
14590
bfb2dda4
DP
145912004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14592
14593 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14594 (Buffer-menu-beginning): New helper function.
14595 (Buffer-menu-execute): Use it.
14596 (Buffer-menu-select): Use it.
14597 (Buffer-menu-sort): Use it and also keep markers.
14598
69075cdd
RS
145992004-10-17 Richard M. Stallman <rms@gnu.org>
14600
bcabe045 14601 * paths.el (news-directory): Rename from news-path. Old name alias.
69075cdd
RS
14602 (rmail-spool-directory): Use defvar.
14603 (sendmail-program): Use defcustom.
14604 (remote-shell-program): Use defcustom.
14605 (term-file-prefix): Use defvar.
14606 (abbrev-file-name): Use defvar.
14607
14608 * term.el: Add maintainer.
14609
14610 * subr.el (with-local-quit): Return nil if there's a quit.
14611 (read-passwd): Use with-local-quit. Doc fix.
14612
14613 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14614 (strokes-unload-hook): Set as a variable with add-hook.
14615
14616 * startup.el (fancy-splash-tail, normal-splash-screen):
14617 Update copyright year.
14618
14619 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14620
14621 * server.el (server-unload-hook): Set as a variable with add-hook.
14622
14623 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14624
bfb2dda4 14625 * frame.el (special-display-popup-frame):
69075cdd
RS
14626 Make the buffer current as its frame is created.
14627
14628 * delsel.el (delsel-unload-hook): Set as a variable.
14629
14630 * comint.el (comint-output-filter-functions):
14631 Add comint-watch-for-password-prompt.
14632 (comint-read-noecho): Function deleted.
14633 (send-invisible): Use read-passwd.
14634
14635 * fringe.el (fringe-mode-initialize): New function.
14636 (fringe-mode): Use fringe-mode-initialize as :initialize.
14637
690987a7
KS
146382004-10-17 Kim F. Storm <storm@cua.dk>
14639
ca19f3f1
AS
14640 * language/indian.el (indian-script-language-alist): Swap value
14641 and doc.
690987a7
KS
14642 (indian-font-char-index-table): Doc fix.
14643
4d11f532
SM
146442004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14647
577bf5d2
JL
146482004-10-16 Juri Linkov <juri@jurta.org>
14649
14650 * progmodes/compile.el (compilation-start): Move let-binding of
14651 `process-environment' into `with-current-buffer' body.
14652 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14653
c2e2ede7
RS
146542004-10-16 Richard M. Stallman <rms@gnu.org>
14655
14656 * pcvs-util.el (cvs-bury-buffer):
14657 Don't call get-buffer-window for effect.
14658
14659 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14660
14661 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14662
14663 * msb.el (msb-unload-hook): Set the variable.
14664
14665 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14666 Use * to err if buffer is readonly.
14667
14668 * subr.el (looking-back): Return only t or nil.
14669
14670 * whitespace.el (whitespace-unload-hook): Set the variable.
14671
14672 * view.el (view-mode-enable): Set view-page-size and
14673 view-half-page-size to nil.
14674 (view-set-half-page-size-default): view-half-page-size = nil
14675 means the default.
14676 (View-scroll-page-forward): Use view-page-size-default.
14677 (View-scroll-page-backward): Likewise.
14678 (view-page-size, view-half-page-size): Doc fixes.
14679
14680 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14681
14682 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14683
14684 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14685 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14686 (byte-compile-log-1): Bind inhibit-read-only.
14687 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14688 (byte-compile-log-warning): Likewise.
14689 (byte-compile-file-form-require): Detect "cl" from the arg value.
14690
14691 * progmodes/compile.el (compilation-start): Assume compilation-mode
14692 will make the buffer read-only.
14693 (compilation-mode): Take arg name-of-mode.
14694 (compilation-setup): Make buffer read-only.
14695 (compilation-handle-exit): Bind inhibit-read-only.
14696
14697 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14698 (ispell-message): Likewise.
14699 (ispell-show-choices): Don't call get-buffer-window uselessly.
14700 (ispell-init-process): Use set-process-query-on-exit-flag.
14701
9df95fa0
KS
147022004-10-16 Kim F. Storm <storm@cua.dk>
14703
d12757b7
KS
14704 * fringe.el (fringe-bitmaps): Only initialize when defined.
14705
9df95fa0
KS
14706 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14707 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14708
14709 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14710
d3b628d9
SJ
147112004-10-15 Simon Josefsson <jas@extundo.com>
14712
14713 * net/password.el: Add.
14714
4a2ca8dd
KS
147152004-10-14 Masatake YAMATO <jet@gyve.org>
14716
14717 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14718 (gdb-script-end-of-defun): New function.
14719 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14720 `gdb-script-end-of-defun' as *-of-defun-function.
14721
e25e90b4
DP
147222004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14723
4d11f532 14724 * button.el (button-activate): Allow a marker to display as an action.
e25e90b4 14725
4d11f532 14726 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
e25e90b4
DP
14727
14728 * help.el (describe-mode): Use it to make minor mode list into
14729 hyperlinks.
14730
9238467d
SM
147312004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * vc.el (vc-annotate-display-select): Fix typo.
14734
14735 * subr.el (substitute-key-definition-key): New function.
14736 (substitute-key-definition): Use it with map-keymap.
14737 (event-modifiers): Use push.
14738 (mouse-movement-p, with-temp-buffer): Simplify.
14739
9c5cb892
JB
147402004-10-12 Jay Belanger <belanger@truman.edu>
14741
14742 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
22101fbb 14743 New variables.
9c5cb892 14744 (calc-help-index-entries): New function.
22101fbb
SM
14745 (calc-describe-function): Use `calc-help-function-list' instead of
14746 obarray for completion.
14747 (calc-describe-variable): Use `calc-help-variable-list' instead
14748 of obarray for completion.
9c5cb892 14749
c2e2ede7
RS
147502004-10-12 Richard M. Stallman <rms@gnu.org>
14751
14752 * info-look.el (info-lookup-file): Add info-file property.
14753 (info-lookup-symbol): Likewise.
14754
14755 * info.el (info-xref): Add underlining.
14756 (info): Add info-file property.
14757 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14758
414da5ab
MA
147592004-10-12 Michael Albinus <michael.albinus@gmx.de>
14760
14761 Sync with Tramp 2.0.45.
14762
14763 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
adc182c8 14764 defined. This is not the case for XEmacs without package "edebug".
414da5ab
MA
14765 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14766 remote files to the permissions of the original file. This is not
14767 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14768 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
adc182c8 14769 (tramp-perl-decode): Fix an error in Perl implementation.
414da5ab
MA
14770 $pending must be cleared every loop. Reported by Benjamin Place
14771 <benjaminplace@sprintmail.com>
14772
adc182c8
SM
14773 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14774 Don't activate advice during definition. This is done later on,
14775 depending on test result of `substitute-in-file-name'.
14776 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14777
147782004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14779
14780 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14781
14782 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
414da5ab 14783
82862190
DP
147842004-10-12 David Ponce <david@dponce.com>
14785
14786 * recentf.el (recentf-edit-list): Update the menu when the recentf
14787 list has been modified.
14788
3bb53a84
SJ
147892004-10-12 Simon Josefsson <jas@extundo.com>
14790
14791 * net/tls.el (tls-certtool-program): New variable.
14792 (tls-certificate-information): New function, based on
14793 ssl-certificate-information.
14794
5e2e859a
KH
147952004-10-12 Kenichi Handa <handa@m17n.org>
14796
adc182c8 14797 * international/mule.el (coding-system-equal): Move from mule-util.el.
5e2e859a 14798
adc182c8 14799 * international/mule-util.el (coding-system-equal): Move to mule.el.
5e2e859a 14800
b583964c
KS
148012004-10-12 Kim F. Storm <storm@cua.dk>
14802
14803 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14804 reset kmacro-initial-counter-value if set.
14805 (kmacro-set-counter): Only set kmacro-counter if defining or executing
52eb0373 14806 macro. Set kmacro-initial-counter-value otherwise. Never set both.
b583964c 14807 (kmacro-display): Show macro counter if non-zero.
5a484642
KS
14808
14809 * subr.el (substitute-key-definition): Mention command remapping
14810 in doc string.
14811
9c5cb892
JB
148122004-10-11 Jay Belanger <belanger@truman.edu>
14813
14814 * calc/calc-misc.el (calc-info-goto-node): New function.
14815 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
22101fbb 14816 node in one step.
9c5cb892
JB
14817 (calc-describe-copying, calc-describe-distribution)
14818 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14819 Go to appropriate info node in one step.
14820
9238467d 148212004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
14822
14823 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14824
14825 * font-lock.el (font-lock-apply-highlight): Fix last change.
14826
e8620cb6
SJ
148272004-10-11 Simon Josefsson <jas@extundo.com>
14828
14829 * mail/smtpmail.el (smtpmail-open-stream): Look for
14830 starttls-gnutls-program instead of starttls-program iff
14831 starttls-use-gnutls is non-nil.
14832 (smtpmail-open-stream): Don't overwrite user settings of
14833 starttls-extra-arguments and starttls-extra-args.
14834
9238467d 148352004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
14836
14837 * comint.el (comint-mouse-insert-input): Remove.
14838 (comint-insert-input): Make it work for mouse bindings.
14839 (comint-mode-map): Move defs into the declaration.
14840 (comint-output-filter): Typo.
14841
14842 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14843
97e810ff
KG
148442004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14845
14846 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14847 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14848 ange-ftp-remote-shell.
14849
af8c5477
AS
148502004-10-10 Andreas Schwab <schwab@suse.de>
14851
14852 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14853 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14854 Reported by <sri@asu.edu>.
14855
fd1cf0a0
AS
148562004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14857
14858 * vc.el (vc-annotate-mode): Remove variable.
14859 (vc-annotate-display-select): Only call vc-annotate-mode
14860 if we're not in that mode already.
14861
adc182c8
SM
148622004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14865 (imenu-choose-buffer-index): Check here for rescan instead.
14866
14867 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14868 where the face expression evals to nil.
14869
14870 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14871 (tex-font-lock-keywords-2): Use it.
14872 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14873
14874 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14875
c2b4a97b
KS
148762004-10-09 Kim F. Storm <storm@cua.dk>
14877
14878 * subr.el (progress-reporter-update): Define before first usage.
14879 (make-progress-reporter): Doc fix.
14880
9f4b6e73
LT
148812004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14882
14883 * textmodes/paragraphs.el (sentence-end-double-space)
14884 (sentence-end-without-period, sentence-end-without-space)
14885 (sentence-end): Doc fixes.
14886
657f0f9c
EZ
148872004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14888
adc182c8
SM
14889 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14890 Change paragraph-start regexp so we don't fill code starting with #'(.
9f4b6e73 14891
67e61e16
EZ
148922004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14893
14894 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14895 New defcustom.
14896 (extract-address-components): Use it.
14897
b4329caa
EZ
148982004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14899
14900 * subr.el (make-progress-reporter, progress-reporter-update)
14901 (progress-reporter-force-update, progress-reporter-do-update)
14902 (progress-reporter-done): New functions.
4f124fb5
EZ
14903
14904 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14905
14906 * progmodes/etags.el (etags-tags-completion-table): Use progress
14907 reporter.
14908 (etags-tags-apropos): Likewise.
b4329caa 14909
a1883913
EZ
149102004-10-08 Alan Mackenzie <acm@muc.de>
14911
14912 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14913 of current line.
14914
149152004-10-08 Masatake YAMATO <jet@gyve.org>
9afed9b1 14916
9f4b6e73 14917 * server.el (server-process-filter): Wrap `process-send-region'
adc182c8 14918 by `condition-case' to guard the case when the pipe to PROC is closed.
9afed9b1 14919
f6caa5db
MH
149202004-10-07 Mark A. Hershberger <mah@everybody.org>
14921
adc182c8 14922 * xml.el (xml-substitute-special): Limit handling of external entities.
f6caa5db 14923
fb1adf17
NR
149242004-10-06 Nick Roberts <nickrob@snap.net.nz>
14925
588c0770 14926 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
fb1adf17 14927
07f7e9ae
JPW
149282004-10-06 John Paul Wallington <jpw@gnu.org>
14929
14930 * xml.el (xml-parse-dtd): Fix `error' call.
14931
fcb21188
MH
149322004-10-05 Mark A. Hershberger <mah@everybody.org>
14933
14934 * xml.el (xml-substitute-special): Return a single string instead
14935 of a list of strings if an entity substitution is made.
14936
1698fb36
GM
149372004-10-05 Ulf Jasper <ulf.jasper@web.de>
14938
14939 * calendar/icalendar.el: New file.
14940
ea99d5c8
JL
149412004-10-05 Juri Linkov <juri@jurta.org>
14942
14943 * isearch.el (isearch-done): Set mark after running hook.
577bf5d2 14944 Reported by Drew Adams <drew.adams@oracle.com>.
ea99d5c8
JL
14945
14946 * info.el (Info-history, Info-toc): Fix Info headers.
14947 (Info-toc): Narrow buffer before Info-fontify-node.
14948 (Info-build-toc): Don't check for special Info file names.
14949 Set main-file to nil if Info-find-file returns a symbol.
14950
28fdc86a 149512004-10-05 Emilio C. Lopes <eclig@gmx.net>
80a47b51
GM
14952
14953 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14954 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14955 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14956
149572004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14958
14959 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14960 for old interactive spec from calendar-goto-iso-date.
14961 (calendar-goto-iso-date): Use it.
14962 (calendar-goto-iso-week): New function. Suggested by Emilio
14963 C. Lopes <eclig@gmx.net>.
14964
5086e75d
LT
149652004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14966
adc182c8
SM
14967 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14968 `set-right-margin' bindings that follow the minor mode conventions.
5086e75d 14969
9238467d 149702004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
dd166d5f
SM
14971
14972 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14973 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14974 (latex-block-args-alist): Add minipage and picture.
14975 (latex-block-body-alist): Use reftex-label if enabled.
14976 (latex-insert-block): Don't insert a \n if not necessary.
14977 (tex-compile-commands): Make sure dvips doesn't send to printer.
14978 (tex-compile-default): Handle the case where no executable is found.
14979 (latex-noindent-environments): New var.
14980 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14981 If tex-indent-allhanging is non-nil, make sure we only align for macros
14982 at beginning of line.
14983
2308f447
DP
149842004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14985
14986 * newcomment.el (comment-beginning): Doc fix and don't choke on
dd166d5f 14987 unset `comment-end-skip' when at beginning of comment.
2308f447 14988
972a542d
DN
149892004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14990
14991 * term.el (term-adjust-current-row-cache): Don't allow the current
14992 row to become negative.
52eb0373
JB
14993 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14994 the end of the line. Fix scroll down. Add comments.
972a542d 14995 (term-handle-ansi-escape): Don't exceed terminal width when moving
2308f447 14996 right.
dd166d5f 14997 (term-scroll-region): Move the cursor after setting the scroll region.
972a542d 14998
a5b3d1b8
LT
149992004-10-01 Luc Teirlinck <teirllm@auburn.edu>
15000
15001 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15002 to `width' for consistency with docstring. Doc fix.
15003
9a737a1f
MS
150042004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
15005
15006 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15007 This is necessary for derived modes.
15008
31437c9b
KS
150092004-09-30 Kim F. Storm <storm@cua.dk>
15010
15011 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15012 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15013
15014 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15015 kmacro-extract-lambda functions.
15016 (edit-kbd-macro): Handle kmacro lambda forms.
15017 Include counter and counter format in edit buffer.
15018 (edmacro-finish-edit): Get counter and format from edit buffer and
15019 update kmacro bindings when found.
15020
978b94d0
LT
150212004-09-29 Luc Teirlinck <teirllm@auburn.edu>
15022
dd166d5f
SM
15023 * textmodes/paragraphs.el (forward-paragraph):
15024 Avoid args-out-of-range error when point winds up at the beginning of
30857a61
LT
15025 the buffer and hard newlines are enabled.
15026
978b94d0
LT
15027 * newcomment.el (comment-multi-line): Doc fix.
15028
bd9d7d76
SM
150292004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15032 (diff-fixup-modifs): Catch unified-diff file-headers.
15033
841a8bca
KS
150342004-09-29 Kim F. Storm <storm@cua.dk>
15035
15036 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15037 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15038 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15039
15040 * fringe.el (fringe-bitmap-p): New macro.
15041 (fringe-bitmaps): Add standard fringe bitmaps on load.
15042
4a2ca8dd
KS
150432004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * dired.el (dired-view-command-alist): Use more efficient regexps.
15046 Remove dubious arguments.
15047 (dired-align-file): New function.
15048 (dired-insert-directory): Use it.
15049 (dired-move-to-end-of-filename): Make the " -> " search more specific.
15050 (dired-buffers-for-dir): Remove unused var `pattern'.
15051
28f94a34 150522004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
ba55e59f
GM
15053
15054 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15055 from diary display excursion. Store diary buffer's point for
15056 `simple-diary-display'.
15057 (simple-diary-display): Set window point and start when
15058 displaying buffer, to preserve point.
15059
e2577410
LT
150602004-09-27 Luc Teirlinck <teirllm@auburn.edu>
15061
15062 * textmodes/enriched.el (enriched-translations): Replace defconst
15063 with defvar.
15064
b1f6fa86
VJL
150652004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15066
15067 * printing.el: Doc fix.
15068 (pr-version): New version number (6.8.1).
15069 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15070 make-temp-name.
bd9d7d76
SM
15071 (pr-delete-file): Check if file exists before deleting it.
15072 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6c1178b5 15073
9238467d 150742004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
d6be0122
DN
15075
15076 * term.el (term-display-table): New variable.
15077 (term-mode): Use it.
15078 (term-exec-1): Set the coding system to binary.
15079 (term-emulate-terminal): Decode the string before inserting it.
6c1178b5 15080
d6be0122
DN
150812004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
15082
15083 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
bd9d7d76 15084 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
d6be0122
DN
15085 (map): Bind S-prior, S-next and S-insert.
15086 (term-mode): Set `indent-tabs-mode' to nil.
15087 (term-paste): New function to be bound to S-insert.
15088 (term-send-del, term-send-backspace): Change the strings sent.
588c0770 15089 (term-termcap-format): Synchronize with etc/e/eterm.ti.
d6be0122 15090 (term-handle-colors-array): Fix handling of underline and reverse.
bd9d7d76 15091 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
d6be0122 15092 (term-erase-in-line): Fix comparison.
bd9d7d76
SM
15093 (term-emulate-terminal): Fix line wrap handling.
15094 (term-start-output-log): Rename from `term-set-output-log'.
15095 (term-stop-output-log): Rename from `term-stop-photo'.
15096 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6c1178b5 15097
9238467d 150982004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
52e281e8 15099
1f3b4d04
SM
15100 * dired.el (dired-move-to-filename): Don't output a message if
15101 raise-error is non-nil. Fix return position and value.
15102
52e281e8
SM
15103 * files.el (insert-directory): Obey --dired even with symlinks.
15104
b3df990b
LH
151052004-09-25 Lars Hansen <larsh@math.ku.dk>
15106
52e281e8 15107 * ls-lisp.el (ls-lisp-format): Mark file names with property
b3df990b
LH
15108 dired-filename.
15109
ffb032e2
KS
151102004-09-25 Kim F. Storm <storm@cua.dk>
15111
15112 * ido.el (ido-max-directory-size): New defcustom.
15113 (ido-decorations): Add "too big" element.
15114 (ido-directory-too-big): New dynamic var.
15115 (ido-may-cache-directory): Don't cache big directories.
15116 (ido-directory-too-big-p): New defun.
15117 (ido-set-current-directory): Update ido-directory-too-big.
15118 (ido-read-internal): Make empty ido-cur-item if too-big.
15119 (ido-buffer-internal): Use ido-read-internal directly instead of
15120 ido-read-buffer.
15121 (ido-file-internal): Init ido-directory-too-big.
15122 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15123 and redo completion with full list.
15124 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15125 it, and show completions.
15126 (ido-all-completions): Let bind ido-directory-too-big to nil.
15127 (ido-exhibit): Handle ido-directory-too-big.
52e281e8
SM
15128 (ido-read-buffer): Handle fallback to read-buffer.
15129 Init ido-directory-too-big.
ffb032e2
KS
15130 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15131 Init ido-directory-too-big.
15132
0869a860
LH
151332004-09-24 Luc Teirlinck <teirllm@auburn.edu>
15134
15135 * subr.el (delay-mode-hooks): Doc fix.
15136
998733b3
LT
151372004-09-23 Luc Teirlinck <teirllm@auburn.edu>
15138
15139 * textmodes/enriched.el
15140 (enriched-default-text-properties-local-flag): New variable.
15141 (enriched-mode): Make sure that enabling and disabling the mode is
15142 a no-op. Doc fix.
15143
7daf6654 151442004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
97f3be50
GM
15145
15146 * calendar/holidays.el (holiday-advent): Report on a specified day
15147 offset from advent, not just advent.
15148 (holiday-easter-etc): Report on one specified day offset from
52eb0373 15149 easter, not all easter holidays. Various Easter holidays moved to
97f3be50
GM
15150 `christian-holidays' variable in calendar.el.
15151 * calendar/calendar.el (christian-holidays): Adapt for new
588c0770 15152 behavior of `holiday-advent' and `holiday-easter-etc' functions.
97f3be50 15153
54e7526b
KS
151542004-09-23 Kim F. Storm <storm@cua.dk>
15155
ed2846bd
KS
15156 * image.el (insert-sliced-image): Add doc string.
15157
54e7526b
KS
15158 * ido.el (ido-choice-list): New dynamic var for `list' context.
15159 (ido-context-switch-command): New dynamic var.
15160 (ido-define-mode-map): Generalize switch between file/buffer contexts.
15161 (ido-read-internal): Handle new `list' context.
15162 Handle insert-buffer and insert-file ido-exit values.
15163 (ido-buffer-internal): New arg switch-cmd. Use it to setup
52eb0373 15164 ido-context-switch-command. Handle insert-file ido-exit value.
54e7526b
KS
15165 (ido-read-buffer): Set ido-context-switch-command to 'ignore
15166 unless it is already bound by caller.
15167 (ido-file-internal): New arg switch-cmd. Use it to setup
15168 ido-context-switch-command. Handle insert-buffer ido-exit value.
15169 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15170 used for context switching.
15171 (ido-all-completions): Handle new `list' context.
15172 (ido-make-choice-list): Return choices for `list' context.
15173 (ido-find-file-in-dir, ido-display-file, ido-write-file)
15174 (ido-display-buffer, ido-kill-buffer): Disable context switching.
15175 (ido-insert-buffer, ido-insert-file): Setup context switching.
15176 (ido-exhibit): Handle `list' context.
15177 (ido-read-file-name): Disable context switching. Handle fallback.
15178 (ido-read-directory-name): Disable context switching.
15179 (ido-completing-read): New defun like completing-read. Setup and
15180 use new `list' context.
15181
a2052295
JH
151822004-09-20 Jesper Harder <harder@ifa.au.dk>
15183
15184 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15185
9c5cb892
JB
151862004-09-21 Jay Belanger <belanger@truman.edu>
15187
77c99c7f 15188 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9c5cb892 15189 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4a2ca8dd 15190 separate window.
9c5cb892 15191
d45774a3
LT
151922004-09-21 Luc Teirlinck <teirllm@auburn.edu>
15193
15194 * subr.el (after-change-major-mode-hook): Doc fix.
15195
082b4369
VJL
151962004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15197
15198 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
15199 of ghostscript for monochrome PostScript file in Windows.
15200
88a74fa5
KH
152012004-09-21 Kenichi Handa <handa@m17n.org>
15202
59bb9410 15203 * descr-text.el (describe-char): Checking of quail activation fixed.
88a74fa5 15204
9c5cb892 152052004-09-21 Jay Belanger <belanger@truman.edu>
4a2ca8dd 15206
77c99c7f 15207 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9c5cb892 15208
6d9ac082
LT
152092004-09-20 Luc Teirlinck <teirllm@auburn.edu>
15210
15211 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6622d928 15212 after the mode hooks instead of before. Doc fix.
6d9ac082 15213
fe7ecaf2
JR
152142004-09-20 Jason Rumney <jasonr@gnu.org>
15215
15216 * startup.el (command-line) [windows-nt]: Try .emacs first, then
15217 _emacs, but revert to .emacs if neither exists in home directory.
15218
2e74da96
JPW
152192004-09-20 John Paul Wallington <jpw@gnu.org>
15220
15221 * bindings.el (completion-ignored-extensions): Add .dfsl.
15222
4d894c98
RS
152232004-09-20 Richard M. Stallman <rms@gnu.org>
15224
15225 * bindings.el (scroll-left): Make it disabled.
15226
15227 * files.el (enable-local-eval): Doc fix.
15228
15229 * indent.el (move-to-left-margin): Special case for minibuffer.
15230
15231 * term.el (term-emulate-terminal): Turn off undo for output.
15232 Use with-current-buffer and save-selected-window.
15233
15234 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15235
6d9ac082 15236 * progmodes/make-mode.el (makefile-fill-paragraph):
4d894c98 15237 Don't insist on spaces when looking for comments. # is enough.
6d9ac082 15238
4d894c98
RS
15239 * files.el (hack-local-variables): Copy the variables list
15240 to another buffer, strip prefixes and suffixes there, then read.
15241 (enable-local-eval): Doc fix.
15242 (ignored-local-variables): Initialize to nil.
15243 (risky-local-variable-p): Don't check ignored-local-variables here.
15244 (hack-one-local-variable): Ignore var if in ignored-local-variables.
15245
152462004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15247
15248 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15249 of = to "." (punctuation).
15250
9238467d 152512004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
a8a64811
SM
15252
15253 * subr.el (event-basic-type): Fix mask (extend to 22bits).
15254
7320911b
LT
152552004-09-18 Luc Teirlinck <teirllm@auburn.edu>
15256
15257 * textmodes/enriched.el (enriched-rerun-flag): New variable.
15258 (enriched-before-change-major-mode): New function.
15259 Add it to `change-major-mode-hook'.
15260 (enriched-after-change-major-mode): New function.
15261 Add it to `after-change-major-mode-hook'.
15262 (enriched-mode): Make it work correctly if called from
15263 `after-change-major-mode-hook'.
15264 No longer set `indent-line-function'.
15265
15266 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15267
15268 * subr.el (after-change-major-mode-hook): New variable.
15269 (run-mode-hooks): Implement it.
15270
0f4a15f8
SM
152712004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * battery.el (battery-linux-proc-apm): Use string-to-number.
15274 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15275 Use dolist (and less indentation). Use erase-buffer.
15276 Pre-initialize `design-capacity', `warn', and `low'.
15277 (battery-format): Use replace-regexp-in-string.
15278
d66fe334
EZ
152792004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
15280
15281 * battery.el: Delete superfluous empty lines.
15282 (battery-linux-proc-acpi): Attempt to gather information from all
15283 battery subdirectories regardless of their file name.
15284 (battery-linux-proc-apm): Replace all occurrences of
15285 battery-hex-to-int-2 with string-to-int (base 16).
15286 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15287 (battery-hex-map): Delete variable.
15288
0529fb36
JPW
152892004-09-18 John Paul Wallington <jpw@gnu.org>
15290
15291 * calc/calc-units.el (calc-quick-units): Fix overzealous
15292 s/or/unless/.
15293
9c5cb892
JB
152942004-09-17 Jay Belanger <belanger@truman.edu>
15295
11fd50f7 15296 * calc/calc.el (calc-mode-var-list): Fix the value of
4a2ca8dd
KS
15297 `calc-matrix-brackets'.
15298
dc711054
JPW
152992004-09-17 Romain Francoise <romain@orebokech.com>
15300
0f4a15f8
SM
15301 * ibuf-ext.el (define-ibuffer-filter filename):
15302 Expand dired-directory since buffer-file-name is absolute.
dc711054 15303
6e3654ab
KS
153042004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15305
c8be3fe8
KS
15306 * ediff-init.el (ediff-current-diff-face-A)
15307 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15308 (ediff-current-diff-face-Ancestor)
15309 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15310 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15311 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15312 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15313 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15314 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15315 Use min-colors.
15316
6e3654ab 15317 * term.el (term-down): Perform vertical motion if DOWN is negative.
0f4a15f8 15318 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
588c0770 15319 (term-termcap-format): Synchronize with the eterm terminfo entry
6e3654ab
KS
15320 in etc/e/eterm.ti.
15321 (term-handle-colors-array): If the current foreground or
15322 background are zero (i.e. unspecified), use the foreground and
15323 background of the default face for reverse video.
15324 (term-ansi-at-eval-string, term-ansi-default-fg)
0f4a15f8 15325 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
588c0770 15326 (term-mem): Delete unused function.
6e3654ab
KS
15327 (term-protocol-version): Increment.
15328 (term-current-face): Set to default.
15329
9c5cb892
JB
153302004-09-15 Jay Belanger <belanger@truman.edu>
15331
15332 * calc/calc.el (calc-mode-var-list): Define this variable.
15333 (calc-always-load-extensions, calc-line-numbering)
15334 (calc-line-breaking, calc-display-just, calc-display-origin)
15335 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15336 (calc-group-char, calc-point-char, calc-frac-format)
15337 (calc-prefer-frac, calc-hms-format, calc-date-format)
15338 (calc-float-format, calc-full-float-format, calc-complex-format)
15339 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15340 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15341 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15342 (calc-matrix-brackets, calc-language, calc-language-option)
15343 (calc-left-label, calc-right-label, calc-word-size)
15344 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15345 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15346 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15347 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15348 (calc-window-height, calc-display-trail, calc-show-selections)
15349 (calc-use-selections, calc-assoc-selections)
15350 (calc-display-working-message, calc-auto-why, calc-timing)
15351 (calc-mode-save-mode, calc-standard-date-formats)
15352 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15353 (calc-user-parse-tables, calc-gnuplot-default-device)
15354 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15355 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15356 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15357 (calc-invocation-macro, calc-show-banner): Give these values as
15358 part of `calc-mode-var-list's initialization after the variables
15359 are declared with defvar.
fe38e3b0 15360 (calc-bug-address): Change email address to send bug reports to.
77c99c7f 15361 Change the maintainer address at the top.
9c5cb892
JB
15362 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15363 than "\\.emacs" to determine if it is the user-init-file.
15364
15365 * calc/calc-embed.el (calc-embedded-set-modes): Use
15366 `calc-mode-var-list' correctly.
15367
113e270a
TTN
153682004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15369
15370 * vc.el (annotate-time): Document point handling.
15371 (vc-annotate-display-autoscale): Doc fix.
15372
5c2137b8
MB
153732004-09-15 Miles Bader <miles@gnu.org>
15374
15375 * generic.el (generic-make-keywords-list): Use symbol rather than
15376 word anchors in regexp.
15377
a386a960
JPW
153782004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15379
15380 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15381 no file name consider `dired-directory'.
15382
bfa02563
KS
153832004-09-14 Kim F. Storm <storm@cua.dk>
15384
15385 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15386
0904599e
SJ
153872004-09-14 Simon Josefsson <jas@extundo.com>
15388
15389 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15390
15391 * textmodes/dns-mode.el: Add.
15392
c046590e
SM
153932004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15396 (disabled-command-function): Make the ?\ char more obvious.
15397
15398 * vc-arch.el (vc-arch-root, vc-arch-registered):
15399 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15400
82ae2f3f
EZ
154012004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15402
15403 * windmove.el (windmove-frame-edges): Report coordinates of
15404 outside edges of frame, not inside edges.
15405 (windmove-coordinates-of-position): Convert into wrapper to new
15406 function `windmove-coordinates-of-window-position';
15407 `compute-motion' always applies to selected window.
15408 (windmove-coordinates-of-position): Update documentation to refer
15409 to Emacs 21 Lisp Reference Manual.
15410 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15411
93e212f9
KS
154122004-09-13 Kim F. Storm <storm@cua.dk>
15413
15414 * isearch.el (isearch-resume-in-command-history): Rename from
15415 isearch-resume-enabled and change default to nil.
15416
c046590e 154172004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7c732021 15418
ce9f8ffb
SM
15419 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15420 (vc-registered): Use it.
15421 (vc-find-root): New fun.
15422
87a53d2e
SM
15423 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15424 Don't tell to use \\{...} when it's already done.
15425
7c732021
SM
15426 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15427 Provide a sample complex default.
15428 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15429 (bibtex-entry): Use mapc.
15430
f2e92e79
KS
154312004-09-12 Kim F. Storm <storm@cua.dk>
15432
c0ad3b38
KS
15433 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15434
f4961c00
KS
15435 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15436 inhibit-field-text-motion to t so rectangles work in comint buffers.
15437
f2e92e79
KS
15438 * simple.el (choose-completion-string): Set buffer before running
15439 choose-completion-string-functions hook so it can be buffer-local.
15440
139aea08
DP
154412004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15442
15443 * progmodes/compile.el (compilation-start): Parse command to see
15444 if it starts with a cd, and if so perform it for the *compilation*
15445 buffer. Change the header to reflect this.
15446
72b92836
KS
154472004-09-11 Kim F. Storm <storm@cua.dk>
15448
15449 * ido.el (ido-enable-dot-prefix): Doc fix.
15450 (ido-enable-dot-prefix): New defcustom.
15451 (ido-set-matches1): Use it.
15452
d528bff7
SM
154532004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * textmodes/bibtex.el (bibtex-mark-active)
15456 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15457
154582004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15459
15460 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15461 used in a case insensitive environment.
15462 (bibtex-mode-map): Rearrange order of menus.
15463 (bibtex-quoted-string-re): Obsolete.
15464 (bibtex-complete-key-cleanup): Variable replaced by new function.
15465 (bibtex-font-lock-keywords): Use backquotes.
15466 (bibtex-font-lock-url-regexp): New internal variable.
15467 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15468 "OPT" and "ALT".
15469 (bibtex-insert-current-kill, bibtex-make-field)
15470 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15471 (bibtex-parse-field-text): Simplify.
15472 (bibtex-string=): New helper function.
15473 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15474 (bibtex-map-entries): Use bibtex-string=.
15475 (bibtex-search-entry): Use not.
15476 (bibtex-enclosing-field): Fix docstring.
15477 (bibtex-assoc-regexp): Obsolete.
15478 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15479 (bibtex-autokey-get-names): Handle empty name field.
15480 (bibtex-parse-strings): Use assoc-string and unless.
15481 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15482 Use assoc-string.
15483 (bibtex-pop): Simplify.
15484 (bibtex-mode): Set font-lock-extra-managed-props.
15485 (bibtex-entry-update): Use assoc-string.
15486 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15487 (bibtex-autofill-entry): Use bibtex-string=.
15488 (bibtex-print-help-message): Simplify.
15489 (bibtex-find-entry): New optional arg START.
15490 (bibtex-validate): Use bibtex-string= and assoc-string.
15491 Do not call obsolete function compilation-parse-errors.
15492 (bibtex-remove-delimiters): Only remove delimiters if present.
15493 (bibtex-copy-entry-as-kill): Add docstring.
52eb0373 15494 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
d528bff7
SM
15495 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15496 (bibtex-complete): Use bibtex-predefined-month-strings,
15497 bibtex-string=, and new function bibtex-complete-key-cleanup.
15498 (bibtex-generate-url-list): New variable.
15499 (bibtex-url): New command bound to C-c C-l and mouse-2.
15500 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15501 (bibtex-font-lock-url): New function.
15502
cbd5542a
SM
155032004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15504
15505 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15506
419a6e22
KS
155072004-09-09 Kim F. Storm <storm@cua.dk>
15508
15509 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15510 counter and format with binding.
15511 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15512 the declared macro uses own macro counter and format. Give symbol
15513 kmacro property.
15514 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15515 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15516 (kmacro-end-and-call-macro): Doc fix.
15517
340db502
LH
155182004-09-09 Lars Hansen <larsh@math.ku.dk>
15519
cbd5542a
SM
15520 * desktop.el (desktop-clear-preserve-buffers):
15521 Remove make-obsolete-variable.
340db502 15522
4d894c98
RS
155232004-09-08 Richard M. Stallman <rms@gnu.org>
15524
15525 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15526 with the buffer as argument.
15527
c046590e 155282004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
c9cb3a26
SM
15529
15530 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15531
a13cf3bc
JL
155322004-09-08 Juri Linkov <juri@jurta.org>
15533
15534 * replace.el (perform-replace): Use `query-replace-descr'.
15535
15536 * cus-start.el (history-delete-duplicates): Specify customization.
15537
15538 * diff-mode.el (diff-mode-map):
15539 * progmodes/compile.el (compilation-mode-map):
15540 * progmodes/grep.el (grep-mode-map):
15541 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15542 to `next-error-follow-minor-mode'.
15543
155442004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15545
15546 * isearch.el (isearch-lazy-highlight-update): Take into account
15547 the case of zero-length match at the search bound.
15548
303e592c
KS
155492004-09-08 Kim F. Storm <storm@cua.dk>
15550
15551 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15552 change. Use zero width overlays when necessary.
15553
52c408f2
TTN
155542004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15555
15556 * subr.el (split-string): Docfix.
15557
dfd5bc54
TTN
155582004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15559
15560 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15561 (display-call-tree): Ensure newline after caller/calls blocks.
15562
6cc52547
TTN
155632004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15564
15565 * startup.el (command-line-1): Make option
15566 --directory/-L modify `load-path' straight away.
15567
edbf5932
TTN
155682004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15569
15570 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15571
e114fc2c
TTN
155722004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15573
15574 * emacs-lisp/autoload.el (make-autoload):
15575 Handle `define-compilation-mode'.
15576
15577 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15578 Specify `doc-string-elt' property.
15579
d430d2e8
TTN
155802004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15581
15582 * bs.el (bs-mode): Doc fix.
15583
9c64f299
TTN
155842004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15585
15586 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15587
2fdc1cee
TTN
155882004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15589
15590 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15591
c52da52a
KH
155922004-09-08 Kenichi Handa <handa@m17n.org>
15593
15594 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15595 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15596 ps-mule-next-point -> 1+).
15597
588c0770 15598 * composite.el (encode-composition-rule): Add autoload cookie.
c52da52a 15599
a020987f
LT
156002004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15601
15602 * format.el (buffer-auto-save-file-format): Make it permanent local.
15603
a01c5155
KS
156042004-09-07 Kim F. Storm <storm@cua.dk>
15605
4e14f66c
KS
15606 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15607 (authors-fixed-entries): Fix typo.
15608 (authors-canonical-author-name): Compact multiple spaces.
15609 Ignore trivial names (e.g. only first name).
15610
a01c5155
KS
15611 * term.el (term-window-width): Only use full window width on
15612 window system if overflow-newline-into-fringe is enabled.
15613 (term-mode): Don't disable overflow-newline-into-fringe.
15614
c046590e 156152004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
718dc91d 15616
c9cb3a26
SM
15617 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15618 motion as seen on my Mac OS X xterms.
15619
718dc91d
SM
15620 * newcomment.el (uncomment-region-default, comment-region-default):
15621 New functions extracted from uncomment-region and comment-region.
15622 (comment-region, comment-region-function, uncomment-region)
15623 (uncomment-region-function): Use them.
15624
15625 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15626
15627 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15628 It's not crucial but can make sense at times.
15629
15630 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15631 the first commit.
15632
15633 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15634 Disable obsolete code.
15635
00889cf9
JL
156362004-09-07 Juri Linkov <juri@jurta.org>
15637
15638 * progmodes/grep.el (grep-highlight-matches): Change default from
8041ea75 15639 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
00889cf9
JL
15640 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15641 if grep option `--color' is available, or to `nil' otherwise.
8041ea75
JL
15642 (grep-process-setup): Call `grep-compute-defaults' if
15643 `grep-highlight-matches' is not computed. Set env-vars only
15644 if `grep-highlight-matches' is `t'.
00889cf9
JL
15645 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15646 is already defined).
15647
8041ea75
JL
15648 * progmodes/compile.el (compilation-start): Use copy of
15649 `process-environment' created by `copy-sequence' to not
15650 modify env-vars in the global `process-environment'.
15651
8a98a6c2
EZ
156522004-09-06 Eli Zaretskii <eliz@gnu.org>
15653
15654 * simple.el (next-error-follow-minor-mode): Fix last change.
15655
c28e534b
LT
156562004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15657
15658 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15659 permanent local.
15660
5f3a57c9
RS
156612004-09-04 Richard M. Stallman <rms@gnu.org>
15662
15663 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15664 highlighting if the search string is empty.
15665
240c0c90
LT
156662004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15667
15668 * facemenu.el (facemenu-active-faces): Change condition of inner
15669 `while' loop to also check the first two elements of `face-atts'
15670 and `mask-atts'.
15671
8e734456
JPW
156722004-09-04 John Paul Wallington <jpw@gnu.org>
15673
15674 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15675 (thumbs-view-image-mode): Make buffer read-only.
15676
8f0d9e76
EZ
156772004-09-04 Christopher J. Madsen <cjm@pobox.com>
15678
15679 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15680 (ispell-check-version): Set it.
15681 (ispell-send-replacement): New function.
15682 (ispell-process-line): Call ispell-send-replacement.
15683
2a1c966e
EZ
156842004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15685
15686 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15687 Support choosing seconds with "s".
15688
0721fbe3
EZ
156892004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15690
15691 * terminal.el (te-escape): Show `?' in prompt for help key.
15692
19f26a89 156932004-09-04 Emilio C. Lopes <eclig@gmx.net>
db1febad
EZ
15694
15695 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15696
cbdad6e2
EZ
156972004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15698
2a223f35 15699 * simple.el (next-error-follow-minor-mode)
0ad10447
EZ
15700 (next-error-follow-mode-post-command-hook): New functions.
15701 (next-error-follow-last-line): New defvar.
15702
718dc91d 15703 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
0ad10447
EZ
15704 * progmodes/compile.el (compilation-mode-map): Likewise.
15705 * progmodes/grep.el (grep-mode-map): Likewise.
15706 * replace.el (occur-mode-map): Likewise.
15707
cbdad6e2
EZ
15708 * newcomment.el (uncomment-region): Bind comment-use-global-state
15709 to nil.
15710
90e118ab
LT
157112004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15712
15713 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15714 locally around the call to `revert-buffer'.
15715
9e68f42d
JL
157162004-09-03 Juri Linkov <juri@jurta.org>
15717
15718 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15719 `isearch-adjusted' to `t'.
15720 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15721 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15722 (isearch-other-meta-char): Restore isearch-point unconditionally.
15723 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15724 Set point to start of match if region is not active in transient
15725 mark mode (to include the current match to region boundaries).
15726 Push the search string to `query-replace-from-history-variable'.
15727 Add prompt "Query replace regexp" for isearch-regexp.
15728 Add region beginning/end as last arguments of `perform-replace.'
15729 (isearch-query-replace-regexp): Replace code by the call to
15730 `isearch-query-replace' with arg `t'.
15731
b4fab893
RS
157322004-09-03 Richard M. Stallman <rms@gnu.org>
15733
15734 * startup.el (normal-top-level): Undo previous TERM change.
15735
46540080
KS
157362004-09-03 Kim F. Storm <storm@cua.dk>
15737
c59ee3b4
KS
15738 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15739 highlight overlays; allow using RET when cursor is over a button.
15740 (cua--highlight-rectangle): Use it.
15741 (cua--rectangle-set-corners): Don't move backwards at eol.
15742 (cua--forward-line): Don't move into void after eob.
15743
46540080
KS
15744 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15745 point is set (and displayed) inside rectangle.
15746 (cua--rectangle-operation): Fix for highlight of empty lines.
15747 (cua--highlight-rectangle): Fix highlight for tabs.
15748 Position cursor at left/right edge of rectangle using new `cursor'
15749 property on overlay strings.
15750 (cua--indent-rectangle): Don't tabify.
15751 (cua-rotate-rectangle): Ignore that point has moved.
15752
4bc6a872
RS
157532004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15754
15755 * term/mac-win.el: Add ASCII equivalents for some function keys.
15756 (mode-line-frame-identification): Sync with x-win.el.
15757
c3829a8e
JL
157582004-09-02 Juri Linkov <juri@jurta.org>
15759
15760 * progmodes/compile.el (compilation-buffer-name): Compare major
15761 mode with second element of compilation-arguments instead of third
15762 to reflect latest changes in compilation-arguments structure.
15763 (recompile): Use global variable `compilation-directory' to get
15764 recent compilation directory only when `recompile' is invoked NOT
15765 in the compilation buffer. Otherwise, use `default-directory' of
15766 the compilation buffer.
f0206910
JL
15767 (compilation-error-properties): Allow to funcall col and end-col.
15768 (compilation-mode-font-lock-keywords): Check col and end-col by
15769 `integerp'.
15770 (compilation-goto-locus): If end-mk is non-nil in transient mark
15771 mode don't activate the mark (and don't display message in
15772 push-mark), but highlight overlay between mk and end-mk.
15773
15774 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15775 (grep-regexp-alist): Add rule to highlight grep matches.
15776 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15777
15778 * info.el (Info-fontify-node): Don't compute other-tag
15779 if Info-hide-note-references=hide.
15780
15781 * help.el (function-called-at-point):
15782 * help-fns.el (variable-at-point):
15783 Try `find-tag-default' when other methods failed.
c3829a8e
JL
15784
15785 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15786 Do not push mark if inhibit-mark-movement is non-nil.
15787
15788 * textmodes/ispell.el (ispell-html-skip-alists):
15789 Fix backslashes in docstring.
15790
6a18e4e7
JL
157912004-09-01 Juri Linkov <juri@jurta.org>
15792
15793 * isearch.el (isearch-wrap-function)
15794 (isearch-push-state-function): New defvars.
15795 (isearch-pop-fun-state): New defsubst.
15796 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15797 (isearch-push-state): Set the result of calling
15798 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15799 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15800 restore the mode-specific starting point of terminated search.
15801 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15802 (isearch-repeat): Call `isearch-wrap-function' if defined.
15803 (isearch-message-prefix): Don't add prefix "over" to the message
15804 for wrapped search if `isearch-wrap-function' is defined.
15805 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15806 restore the mode-specific starting point of failed search.
15807
15808 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15809 (Info-search): Add new optional arguments for the sake of isearch.
15810 Replace whitespace in Info-search-whitespace-regexp literally.
15811 Add backward search. Don't call `Info-select-node' if regexp is
15812 found in the same Info node. Don't add node to Info-history for
15813 wrapped isearch.
15814 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15815 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15816 (Info-mode): Set local variables `isearch-search-fun-function',
15817 `isearch-wrap-function', `isearch-push-state-function',
15818 `search-whitespace-regexp'.
15819
15820 * isearch.el: Remove ancient Change Log section.
15821 (isearch-string, isearch-message-string, isearch-point)
15822 (isearch-success, isearch-forward-flag, isearch-other-end)
15823 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15824 (isearch-barrier, isearch-within-brackets)
15825 (isearch-case-fold-search): Add suffix `-state' to state-related
15826 defsubsts to avoid name clashes with other function names.
15827
15828 * simple.el (next-error): New defgroup and defface.
15829 (next-error-highlight, next-error-highlight-no-select):
15830 New defcustoms.
15831 (next-error-no-select): Let-bind next-error-highlight to the value
15832 of next-error-highlight-no-select before calling `next-error'.
15833
15834 * progmodes/compile.el (compilation-goto-locus):
15835 Use `next-error' face instead of `region'. Set 4-th argument of
15836 `move-overlay' to `current-buffer' to move overlay to different
15837 source buffers. Use new variable `next-error-highlight'.
15838
15839 * simple.el (next-error-find-buffer): Move the rule
15840 "if current buffer is a next-error capable buffer" after the
15841 rule "if next-error-last-buffer is set to a live buffer".
15842 Simplify to test all rules in one `or'.
15843 (next-error): Doc fix.
15844 (next-error, previous-error, first-error)
15845 (next-error-no-select, previous-error-no-select):
15846 Make arguments optional.
15847
7d01236c
LT
158482004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15849
15850 * macros.el (apply-macro-to-region-lines): Make it operate on all
15851 lines that begin in the region, rather than on all complete lines
15852 in the region.
15853
7a01b040
JD
158542004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15855
15856 * x-dnd.el (x-dnd-protocol-alist): Document update.
15857 (x-dnd-known-types): Defcustom it.
15858 (x-dnd-handle-motif): Print message-atom in error message.
15859
f04232c3
JPW
158602004-08-30 John Paul Wallington <jpw@gnu.org>
15861
15862 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15863 strings rather than programatically constructing message.
15864
4f4ce597
RS
158652004-08-30 Richard M. Stallman <rms@gnu.org>
15866
15867 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15868 Don't return a string that would read as the wrong character code.
15869
2661eae9
KS
158702004-08-29 Kim F. Storm <storm@cua.dk>
15871
c046590e
SM
15872 * emulation/cua-base.el (cua-auto-expand-rectangles):
15873 Remove automatic rectangle padding feature; replace by non-destructive
2661eae9
KS
15874 virtual rectangle edges feature.
15875 (cua-virtual-rectangle-edges): New defcustom.
15876 (cua-auto-tabify-rectangles): New defcustom.
15877 (cua-paste): If paste into a marked rectangle, insert rectangle at
15878 current column, even if virtual; also paste exactly as many lines
15879 as has been marked (ignore additional lines or add empty lines),
15880 but paste whole source if only one line is marked.
15881 (cua--update-indications): No longer use overwrite-cursor to
15882 indicate rectangle padding
15883
15884 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15885 (cua--rectangle-virtual-edges): New defun.
15886 (cua--rectangle-get-corners): Remove optional PAD arg.
15887 (cua--rectangle-set-corners): Never do padding.
15888 (cua--forward-line): Remove optional PAD arg. Simplify.
15889 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15890 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15891 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15892 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15893 (cua--rectangle-move): Never do padding. Simplify.
15894 (cua--tabify-start): New defun.
15895 (cua--rectangle-operation): Add tabify arg. All callers changed.
15896 (cua--pad-rectangle): Remove.
15897 (cua--delete-rectangle): Handle delete with virtual edges.
15898 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15899 (cua--insert-rectangle): Handle insert at virtual column.
15900 Perform auto-tabify if necessary.
15901 (cua--activate-rectangle): Remove optional FORCE arg.
15902 Never do padding. Simplify.
15903 (cua--highlight-rectangle): Enhance for virtual edges.
15904 (cua-toggle-rectangle-padding): Remove command.
15905 (cua-toggle-rectangle-virtual-edges): New command.
15906 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15907 (cua--rectangle-post-command): Don't force rectangle padding.
15908 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15909
a71eb435
LT
159102004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15911
15912 * indent.el (edit-tab-stops-buffer): Doc fix.
15913
ea2e9f8d
RS
159142004-08-28 Richard M. Stallman <rms@gnu.org>
15915
15916 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15917 (grep-tag-default): Function deleted.
15918
77c99c7f 15919 * subr.el (find-tag-default): Move from etags.el.
ea2e9f8d 15920
77c99c7f 15921 * progmodes/etags.el (find-tag-default): Move to subr.el.
ea2e9f8d
RS
15922
15923 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15924 into the basic character if it has an uppercase form.
15925
11d2e01b
KH
159262004-08-27 Kenichi Handa <handa@m17n.org>
15927
15928 * international/utf-8.el (utf-8-post-read-conversion): If the
15929 buffer is unibyte, temporarily make it multibyte.
15930
0e48150a
MY
159312004-08-27 Masatake YAMATO <jet@gyve.org>
15932
15933 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15934
2eb43e13
JPW
159352004-08-25 John Paul Wallington <jpw@gnu.org>
15936
003274a0
JPW
15937 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15938 0, 1, and many mismatches in message.
15939 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15940
2eb43e13
JPW
15941 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15942 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15943
55a88c8a
SM
159442004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15945
15946 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15947 vc-diff-switches differently.
15948
49eac10f
LT
159492004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15950
15951 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15952 before and a real defvar after
15953 `speedbar-supported-extension-expressions'. This is to silence
15954 the compiler without breaking bootstrapping.
15955
2ee3b79e
RS
159562004-08-22 Richard M. Stallman <rms@gnu.org>
15957
55a88c8a
SM
15958 * textmodes/flyspell.el (flyspell-word):
15959 Use set-process-query-on-exit-flag.
2ee3b79e
RS
15960 (flyspell-highlight-duplicate-region): Take POSS as arg.
15961 (flyspell-word): Pass POSS as arg.
15962
15963 * progmodes/ada-xref.el: Many doc and style fixes.
15964 (ada-find-any-references): Use compilation-start.
15965 (ada-get-ali-file-name): Improve error msg.
15966 (ada-get-ada-file-name): Likewise.
15967
15968 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15969 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15970
15971 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15972 Add forward defvar.
15973
15974 * whitespace.el (global-whitespace-mode): New alias
15975 for whitespace-global-mode.
15976
77c99c7f 15977 * speedbar.el (speedbar-file-regexp): Move definition up.
2ee3b79e
RS
15978 (speedbar-mode, speedbar-set-mode-line-format):
15979 Use with-no-warnings.
15980 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15981
15982 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15983 controls whether to display the error buffer.
15984
588c0770 15985 * ps-mule.el: Delete compatibility code for old Emacsen.
2ee3b79e
RS
15986 (ps-mule-find-wrappoint): Don't use chars-in-region.
15987
49eac10f 15988 * frame.el (display-mouse-p, display-selections-p):
2ee3b79e 15989 Use with-no-warnings.
49eac10f 15990
2ee3b79e
RS
15991 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15992
90a02640
DK
159932004-08-22 David Kastrup <dak@gnu.org>
15994
818226ac
DK
15995 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15996 information.
15997
90a02640
DK
15998 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15999
2b54cb7b
AS
160002004-08-22 Andreas Schwab <schwab@suse.de>
16001
55a88c8a 16002 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2b54cb7b 16003
44feddcf
MY
160042004-08-22 Masatake YAMATO <jet@gyve.org>
16005
16006 * cvs-status.el (cvs-status-checkout): New function.
16007 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16008
311f32fe
DK
160092004-08-21 David Kastrup <dak@gnu.org>
16010
16011 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16012 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16013 has been converted to use hashtables, the relation `nil=none' is
16014 no longer valid, as `nil' is not a hashtable. This patch tries to
16015 reduce the number of resulting errors.
16016
3829aa6f
JPW
160172004-08-21 John Paul Wallington <jpw@gnu.org>
16018
16019 * subr.el (process-kill-without-query): Made obsolete in
16020 version 21.4, not 21.5.
16021
16022 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16023 (vc-previous-comment, vc-next-comment)
16024 (vc-comment-search-reverse, vc-comment-search-forward)
16025 (vc-comment-to-change-log): Likewise.
16026
16027 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16028
29bbca9e
EZ
160292004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
16030
aca16f78
SM
16031 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16032 Correct indentation of DEFMETHODS with non-standard method
29bbca9e
EZ
16033 combinations (e.g., PROGN, MIN, MAX).
16034
aca16f78
SM
160352004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16036
16037 * startup.el (normal-top-level-add-subdirs-to-load-path):
16038 Avoid unnecessarily checking system-type.
16039 (normal-top-level): Set TERM to "dumb". Simplify.
16040
16041 * avoid.el (mouse-avoidance-ignore-p): New fun.
16042 Also ignore switch-frame, select-window, double, and triple clicks.
16043 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16044 (mouse-avoidance-fancy-hook): Use it.
16045
160462004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
16047
16048 * avoid.el (mouse-avoidance-nudge-mouse)
16049 (mouse-avoidance-banish-destination): Stay within the current window
16050 to avoid problems with mouse-autoselect-window.
16051
27615979
SM
160522004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16053
16054 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16055 the newer format of some messages in cvs-1.12.1.
16056
2b8d823f
MY
160572004-08-19 Masatake YAMATO <jet@gyve.org>
16058
16059 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16060 (elp-results-jump-to-definition-by-mouse)
aca16f78 16061 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2b8d823f
MY
16062 (elp-output-result): Use elp-output-insert-symname.
16063
295f3b30
KH
160642004-08-18 Kenichi Handa <handa@m17n.org>
16065
16066 * language/cyrillic.el: Register koi8-r in
16067 ctext-non-standard-encodings-alist.
16068 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16069
eacd5edc
LT
160702004-08-17 Luc Teirlinck <teirllm@auburn.edu>
16071
16072 * emacs-lisp/copyright.el (copyright-update-year): Delete code
16073 that replaces 20xy with xy.
16074
ee1fcbdd
JPW
160752004-08-17 John Paul Wallington <jpw@gnu.org>
16076
16077 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16078 (reb-force-update): Doc fix.
16079
8afc13c6
RS
160802004-08-16 Richard M. Stallman <rms@gnu.org>
16081
16082 * progmodes/which-func.el (which-func-update-1): Doc fix.
16083
16084 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16085 (sh-mode-abbrev-table): New variable.
16086
16087 * progmodes/compile.el (compilation-mode): Doc fix.
16088
16089 * emacs-lisp/lisp-mode.el (eval-last-sexp):
16090 Don't cons a new symbol each time.
16091 (eval-last-sexp-fake-value): New variable.
16092
16093 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16094 (copyright-update-year): Detect continuation of list of years.
16095
16096 * term.el (term-default-fg-color, term-default-bg-color)
16097 (ansi-term-color-vector): Use `unspecified', not nil, as default.
16098
16099 * imenu.el: Several doc fixes: don't say variables are buffer-local.
16100
19f26a89 161012004-08-16 Davis Herring <herring@lanl.gov>
be3a9510
LT
16102
16103 * isearch.el (isearch-string, isearch-message-string, isearch-point)
16104 (isearch-success, isearch-forward-flag, isearch-other-end)
16105 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16106 (isearch-barrier, isearch-within-brackets)
16107 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16108
68fbea3a
KH
161092004-08-16 Kenichi Handa <handa@m17n.org>
16110
16111 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16112
c3ff5bc1
KH
161132004-08-15 Kenichi Handa <handa@m17n.org>
16114
16115 * term/x-win.el (x-selection-value): If utf8 was successful but
16116 ctext was not, use utf8 string.
16117
e11d1dd9
EZ
161182004-08-14 Davis Herring <herring@lanl.gov>
16119
16120 * isearch.el: Remove accidental changes of March 4. Fix backing
16121 up when a regexp isearch is made more general. Use symbolic
16122 accessor functions for isearch stack frames to make usage clearer.
16123 (search-whitespace-regexp): Made groups in documentation shy (as
16124 is the group in the default value).
16125 (isearch-fallback): New function, addresses problems with regexps
16126 liberalized by `\|', adds support for liberalization by `\}' (the
16127 general repetition construct), and incorporates behavior for
16128 `*'/`?'.
16129 (isearch-}-char): New command, calls `isearch-fallback' with
16130 arguments appropriate to a typed `}'.
16131 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16132 appropriately.
16133 (isearch-mode-map): Bind `}' to `isearch-}-char'.
be3a9510
LT
16134 (isearch-string, isearch-message,string, isearch-point)
16135 (isearch-success, isearch-forward-flag, isearch-other-end)
16136 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16137 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
e11d1dd9
EZ
16138 New inline functions to read fields of a stack frame.
16139
ab5a4a32
EZ
161402004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
16141
16142 * battery.el (battery-linux-proc-acpi): Look into battery
16143 directories matching the literal string "CMB", too (required for
16144 Linux kernel version 2.6.7).
16145
78642e03
JPW
161462004-08-14 John Paul Wallington <jpw@gnu.org>
16147
6dad1714
JPW
16148 * cus-start.el (read-file-name-completion-ignore-case): Add.
16149 (blink-cursor-alist): Change version to "21.4".
16150
78642e03
JPW
16151 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16152
048526bd
DP
161532004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
16154
16155 * speedbar.el (speedbar-scan-subdirs): New option.
16156 (speedbar-file-lists): Don't ignore file-name case on Unix and use
16157 dolist.
16158 (speedbar-insert-files-at-point): Take an extra argument and use
16159 it to optionally find out if a subdir is empty. Also unreadable
16160 files don't get expand buttons.
42e1fd33 16161 (speedbar-directory): New image (unused pixmap already existed).
048526bd
DP
16162 (speedbar-expand-image-button-alist): Use it.
16163
2a15eb73
MS
161642004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
16165
16166 CC Mode update to 5.30.9:
16167
16168 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
aca16f78 16169 Move from cc-vars to cc-defs for dependency reasons. Fix the
2a15eb73
MS
16170 POSIX char class test to check that it works in
16171 `skip-chars-(forward|backward)' too.
16172
aca16f78 16173 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2a15eb73
MS
16174 first argument starts with a special brace list.
16175
aca16f78 16176 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2a15eb73
MS
16177 when `c-opt-type-concat-key' is used (i.e. in Pike).
16178
aca16f78 16179 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
52eb0373
JB
16180 Fix bug when the inner char pair doesn't have paren syntax,
16181 i.e. "(<>)".
2a15eb73
MS
16182
16183 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16184 whitespace safe.
16185
aca16f78 16186 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2a15eb73
MS
16187 position for `arglist-intro', `arglist-cont-nonempty' and
16188 `arglist-close' when there are two arglist open parens on the same
16189 line and there's nothing in front of the first.
16190
aca16f78 16191 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2a15eb73
MS
16192 locking of qualified names in Java, which previously could fontify
16193 common indexing expressions in many cases. The standard Java
16194 naming conventions are used to tell them apart.
16195
aca16f78
SM
16196 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16197 Fix inconsistency wrt opening parens on the first line inside a paren
2a15eb73
MS
16198 block.
16199
16200 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16201 compile time for the sake of `c-major-mode-is'.
16202
16203 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16204 `c-major-mode-is' in the event that this is used inside a
16205 `c-lang-defconst'.
16206
aca16f78 16207 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2a15eb73
MS
16208 `c-lang-defconst' so that it works better with fallback languages.
16209
aca16f78 16210 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2a15eb73
MS
16211 it to fail to record the base mode.
16212
aca16f78
SM
16213 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16214 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
77c99c7f 16215 is used. Reorder the syntax checks to get more efficient
2a15eb73
MS
16216 skipping in some situations.
16217
16218 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16219 continuation which might precede the newly inserted '{'.
16220
aca16f78
SM
16221 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16222 Fix cases where it could loop indefinitely.
2a15eb73
MS
16223
16224 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16225 size specs correctly. Only fontify identifiers in front of '('
77c99c7f 16226 with as functions - don't accept any paren char. Tighten up
2a15eb73
MS
16227 initializer skipping to stop before function and class blocks.
16228
aca16f78 16229 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2a15eb73
MS
16230 the point could be left directly after an open paren when finding
16231 the beginning of the first decl in the block.
16232
16233 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16234 table when filtering out legitimate open parens to be recorded.
16235 This could cause cache inconsistencies when e.g.
16236 `c++-template-syntax-table' was temporarily in use.
16237
aca16f78
SM
16238 * progmodes/cc-engine.el (c-on-identifier)
16239 (c-simple-skip-symbol-backward): Small fix for handling "-"
2a15eb73
MS
16240 correctly in `skip-chars-backward'. Affected the operator lfun
16241 syntax in Pike.
16242
aca16f78
SM
16243 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16244 Fix bug that could cause an error from `after-change-functions' when
2a15eb73
MS
16245 the changed region is at bob.
16246
162472004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
16248
16249 CC Mode update to 5.30.9:
16250
16251 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16252 to say that <TAB> doesn't insert WS into a CPP line.
16253 (c-indent-command, c-tab-always-indent): Amend doc strings.
16254
16255 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16256 checks for user errors, thus eliminating cryptic and unhelpful
16257 Emacs error messages. (1) Check the arg to `c-set-style' is a
16258 string. (2) Check that settings to `c-offsets-alist' are not
16259 spuriously quoted.
16260
52eb0373 16261 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2a15eb73
MS
16262 which precedes the newly inserted `{'.
16263
48ddd622
MA
162642004-08-10 Michael Albinus <michael.albinus@gmx.de>
16265
16266 Sync with Tramp 2.0.44.
16267
16268 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16269 function "tramp_file_attributes". Otherwise, file names
16270 containing spaces are misinterpreted. Reported by Magnus Henoch
16271 <mange@freemail.hu>.
16272 (tramp-handle-file-truename): FILENAME must be expanded first.
16273 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16274 obscure results. Reported by D. Goel <deego@gnufans.org>.
16275 (tramp-handle-verify-visited-file-modtime): If file does not
16276 exist, say it is not modified if and only if that agrees with the
16277 buffer's record. Check whether a file is visiting the buffer, or
16278 the buffer has no recorded last modification time. Return t in
16279 case the visiting file doesn't exist. Suggested by Luc Teirlinck
16280 <teirllm@auburn.edu>.
588c0770 16281 (tramp-handle-write-region): Pass modtime explicitly to
48ddd622
MA
16282 `set-visited-file-modtime', because filename can be different
16283 from (buffer-file-name) if `file-precious-flag' is set.
16284 `set-visited-file-modtime' must be called always when `visit' is t
16285 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16286 (tramp-handle-set-visited-file-modtime): If `time-list' is not
16287 nil, don't apply the whole body. If the file doesn't exists, set
16288 modtime to '(-1 65535). Suggested by Luc Teirlinck
16289 <teirllm@auburn.edu>.
16290
2bd77330
LT
162912004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16292
16293 * help.el (describe-bindings): Doc fix.
16294
16295 * subr.el (kbd): Doc fix.
16296
7ad938e7
JPW
162972004-08-08 John Paul Wallington <jpw@gnu.org>
16298
16299 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16300 instead of `string-to-int'.
16301 (define-ibuffer-column mode): Fix indentation.
16302
3bc603c4
LH
163032004-08-08 Lars Hansen <larsh@math.ku.dk>
16304
ca19f3f1
AS
16305 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16306 expression.
3bc603c4 16307
8392e138
LT
163082004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16309
16310 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16311
16312 * novice.el (disabled-command-function): New variable renamed from
16313 `disabled-command-hook'.
16314 (disabled-command-hook): Keep the _variable_ as alias for
16315 `disabled-command-function' and make obsolete.
16316 (disabled-command-function): Function renamed from
16317 `disabled-command-hook'. Adapt code to name change of the variable.
16318
abaf2e77
EZ
163192004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16320
16321 * simple.el (completion-root-regexp): New defvar.
16322 (completion-setup-function): Use it instead of a literal string.
16323
8bd6323a
JPW
163242004-08-07 John Paul Wallington <jpw@gnu.org>
16325
16326 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16327 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16328 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16329 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16330
093b77de
KH
163312004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16332
16333 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16334 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16335
af1781ac
KH
163362004-08-04 Kenichi Handa <handa@m17n.org>
16337
aca16f78
SM
16338 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16339 Fix previous change.
af1781ac
KH
16340
163412004-08-03 Kenichi Handa <handa@m17n.org>
16342
16343 * international/encoded-kb.el: The following changes are to
16344 utilize key-translation-map instead of minor mode map.
16345 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16346 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16347 (encoded-kbd-last-key): New function.
16348 (encoded-kbd-iso2022-single-shift): New function.
16349 (encoded-kbd-iso2022-designation)
16350 (encoded-kbd-self-insert-iso2022-7bit)
16351 (encoded-kbd-self-insert-iso2022-8bit)
16352 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16353 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16354 key-translation-map.
16355 (encoded-kbd-setup-keymap): Setup key-translation-map.
16356 (saved-key-translation-map): New variable.
c046590e
SM
16357 (encoded-kbd-mode): Save/restore key-translation-map.
16358 Adjust for the change of encoded-kbd-setup-keymap.
af1781ac 16359
0f7a93c1
KS
163602004-08-02 Kim F. Storm <storm@cua.dk>
16361
16362 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16363 and call compute-motion with nil for topos and width to get proper
16364 usable width and height for both window and non-window systems.
16365
16366 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16367 calculate usable window width and height.
16368
16369 * window.el (window-buffer-height): Call compute-motion with nil width.
16370
78629844
DK
163712004-08-01 David Kastrup <dak@gnu.org>
16372
aca16f78
SM
16373 * replace.el (query-replace-read-from):
16374 Use `query-replace-compile-replacement'.
78629844
DK
16375 (query-replace-compile-replacement): New function.
16376 (query-replace-read-to): Use `query-replace-compile-replacement'
16377 for repeating the last command.
16378
e7fdaf63
JPW
163792004-08-01 John Paul Wallington <jpw@gnu.org>
16380
fdeadcd1
JPW
16381 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16382 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16383 (pr-switches): Remove period from end of error messages.
16384
16385 * help-mode.el (help-go-back): Likewise.
16386
e7fdaf63
JPW
16387 * abbrev.el (only-global-abbrevs): Doc fix.
16388 (edit-abbrevs-map): Define within defvar.
16389 (quietly-read-abbrev-file): Doc fix.
16390
83f64226
LT
163912004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16392
16393 * novice.el (enable-command, disable-command): Doc fixes.
16394
16395 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16396
53a7160c
RS
163972004-07-30 Richard M. Stallman <rms@gnu.org>
16398
16399 * subr.el (with-local-quit): Doc fix.
16400
4bcce19c
LT
164012004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16402
16403 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16404
ee945d08
LT
164052004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16406
16407 * custom.el (defcustom): Doc fix.
16408
31f98a93
MY
164092004-07-28 Masatake YAMATO <jet@gyve.org>
16410
16411 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16412
38357a23
SM
164132004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16414
16415 * imenu.el (imenu-prev-index-position-function)
16416 (imenu-extract-index-name-function, imenu-name-lookup-function)
16417 (imenu--index-alist): Docstring redundancy fix.
16418
e0db2366
LH
164192004-07-25 Lars Hansen <larsh@math.ku.dk>
16420
16421 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16422 binding dired-backup-overwrite.
16423
a3111ae4
JPW
164242004-07-25 John Paul Wallington <jpw@gnu.org>
16425
16426 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16427
b96b979c
LT
164282004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16429
16430 * term/tty-colors.el (tty-color-approximate): Doc fix.
16431
16432 * select.el (x-get-selection, x-set-selection): Doc fixes.
16433
16434 * frame.el (make-frame): Doc fix.
16435
7630911d
RS
164362004-07-24 Richard M. Stallman <rms@gnu.org>
16437
16438 * mail/rmail.el (rmail-mime-charset-pattern):
16439 Don't include semicolon in the charset value.
16440
16441 * replace.el (occur-next-error): Call set-window-point.
16442 (occur-engine): Handle negative NLINES.
16443
d398de43
LT
164442004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16445
16446 * frame.el (modify-all-frames-parameters): Minor doc fix.
833a249e 16447 (set-frame-configuration): Doc fix.
d398de43 16448
55c4a67c
EZ
164492004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16450
16451 * simple.el (completion-setup-function): Compute the common parts
16452 and the first difference place correctly when
16453 partial-completion-mode is on.
16454
9586e1d3
VJL
164552004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16456
47a97a6d 16457 * ps-print.el: Doc fix.
9586e1d3
VJL
16458 (ps-print-version): New version 6.6.5.
16459 (ps-printing-region): Doc fix.
16460 (ps-generate-string-list): Comment fix.
47a97a6d
VJL
16461 (ps-message-log-max): Code fix.
16462
47a97a6d
VJL
164632004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16464
16465 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16466 generated PostScript.
9586e1d3 16467
23f87bed
MB
164682004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16469
16470 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16471 with Gnus v5_10 branch.)
16472
164732004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16474
16475 * calendar/time-date.el (time-to-number-of-days): New function.
1bef8597 16476 Imported from Gnus.
23f87bed 16477
8b66e34f
KS
164782004-07-22 Kim F. Storm <storm@cua.dk>
16479
16480 * progmodes/make-mode.el: Fix comments.
16481
553d3334
VJL
164822004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16483
16484 * printing.el: Doc fix.
16485
bf294e2f
LT
164862004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16487
16488 * frame.el (modify-all-frames-parameters): Minor doc fix.
16489
1637ed87
RS
164902004-07-20 Richard M. Stallman <rms@gnu.org>
16491
6a18e4e7
JL
16492 * textmodes/fill.el (fill-nobreak-p): If this break point is
16493 at the end of the line, don't consider the newline which follows
16494 as a reason to return t.
1637ed87 16495
9375be01
JPW
164962004-07-19 John Paul Wallington <jpw@gnu.org>
16497
16498 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16499
c60b302c
LT
165002004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16501
16502 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16503 Delete irrelevant code.
16504
cdfa3ecc
KG
165052004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16506
38357a23
SM
16507 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16508 New docstring. From Luc Teirlinck.
cdfa3ecc 16509
2d677766
LT
165102004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16511
16512 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16513 section.
16514 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16515 non-file buffers. We know it is nil.
16516
07dfe738
KG
165172004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16518
16519 Sync with Tramp 2.0.43.
16520
c046590e
SM
16521 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16522 Remove outdated comment.
07dfe738
KG
16523 (tramp-locked, tramp-locker): New variables for implementing a
16524 global lock.
c046590e 16525 (tramp-sh-file-name-handler): Use them to implement the global lock.
2d677766 16526
07dfe738
KG
165272004-07-13 Michael Albinus <michael.albinus@gmx.de>
16528
16529 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16530 calls to respective `xxx` calls.
16531 (tramp-process-alive-regexp): Precise doc string.
16532 (tramp-multi-action-process-alive): New defun.
16533 (tramp-multi-actions): Use it.
16534 (tramp-handle-find-backup-file-name): `copy-tree' is available
bf247b6e 16535 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
07dfe738
KG
16536 in order to avoid this function.
16537 (tramp-handle-write-region): Set current buffer. If connection
588c0770 16538 wasn't open, `file-modes' has changed it accidentally. Reported by
07dfe738
KG
16539 David Kastrup <dak@gnu.org>.
16540 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16541 HOST.
16542 (tramp-action-password, tramp-multi-action-password): Apply it.
16543 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16544 name must still contain the port number. Otherwise, we have two
16545 Tramp buffers, with all the confusion. Reported by Myron Selby
16546 <myron@xytech.com> and Rolf Dubitzky
16547 <Dubitzky@physi.uni-heidelberg.de>.
16548
16549 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16550 HOST to `tramp-enter-passwd'.
16551
16552 * net/tramp-vc.el (all): Code cleanup. Change all
16553 `tramp-handle-xxx' calls to respective `xxx` calls.
2d677766 16554
3e39672f
JY
165552004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16556
16557 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16558 functions that are not erroneous if either 1-valued or
16559 multi-valued. Detect functions in this class.
c046590e 16560 (testcover-1value-functions, testcover-compose-functions)
77c99c7f 16561 (testcover-progn-functions) Add some additional functions to lists.
3e39672f
JY
16562 (testcover-mark): Bugfix when marking up the definition for an
16563 empty function.
16564
3751eb00
RS
165652004-07-17 Richard M. Stallman <rms@gnu.org>
16566
c046590e
SM
16567 * replace.el (occur-read-primary-args): Pass default to
16568 read-from-minibuffer.
3751eb00
RS
16569
16570 * mail/footnote.el (footnote-section-tag): Use defcustom.
16571
16572 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16573 Compile font-lock-keywords, not KEYWORDS.
16574 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16575 Add warn, check-type. Handle cerror like error.
16576
77787810
DP
165772004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16578
16579 * progmodes/which-func.el (which-func-keymap): New var.
16580 (which-func-face): New face.
16581 (which-func-format): Use them.
16582
b6fdd1ef
EZ
165832004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16584
16585 * buff-menu.el (list-buffers-noselect): Append the buffer's
16586 process status to its mode name.
16587
f9253326
KS
165882004-07-16 Kim F. Storm <storm@cua.dk>
16589
16590 * simple.el (inhibit-mark-movement): New defvar.
16591 (beginning-of-buffer, end-of-buffer): Do not push mark if
16592 inhibit-mark-movement is non-nil or C-u prefix is given.
16593
16594 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16595 Init to beginning-of-buffer and end-of-buffer.
16596 (cua--undo-push-mark): New defvar.
16597 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16598 already active and command is in cua--preserve-mark-commands.
16599 Also fix check for shift modifier on non-window systems.
16600 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16601
386c8f42
LT
166022004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16603
16604 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16605 of two integers, instead of a cons.
16606
16607 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16608 `visited-file-modtime' now returns a list of two integers, instead
16609 of a cons.
16610
16611 * dired.el (dired-directory-changed-p): Ditto.
16612
16613 * progmodes/grep.el (grep): Doc fix.
16614
c29a05c8
DP
166152004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16616
16617 * autorevert.el (auto-revert-tail-mode)
16618 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16619 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16620 in both at the same time.
16621 (auto-revert-tail-mode): New command.
16622 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16623 (auto-revert-handler): Revert only either tail or whole file.
16624
16625 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16626 add auto-revert-tail-mode.
16627
0117451d
VJL
166282004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16629
16630 * printing.el: Doc fix. Change name of some funs.
16631 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16632 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16633 (pr-standard-file-name): New fun. Replace pr-standard-path.
16634 (pr-call-process): Code fix.
16635
01df0a6d
LT
166362004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16637
16638 * subr.el (with-selected-window): Doc fix.
16639
3ac08e99
LT
166402004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16641
16642 * subr.el (get-buffer-window-list): Doc fix.
16643
90dc1922
LT
166442004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16645
da38045d
LT
16646 * files.el (switch-to-buffer-other-window): Doc fix.
16647
90dc1922 16648 * window.el (save-selected-window, one-window-p)
0ba2e87b
LT
16649 (split-window-keep-point, split-window-vertically)
16650 (split-window-horizontally): Doc fixes.
90dc1922 16651
45f17557
VJL
166522004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16653
16654 * printing.el: Doc fix. Now it uses call-process instead of
16655 shell-command for low command execution.
16656 (pr-version): New version number (6.8).
16657 (pr-shell-file-name): Option removed.
16658 (pr-shell-command): Fun removed.
16659 (pr-call-process): New fun. Replace pr-shell-command.
16660 (pr-standard-path, pr-remove-nil-from-list): New funs.
16661 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16662 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16663 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16664 (pr-ps-utility-process, pr-txt-print): Code fix.
16665
831dc66d
EZ
166662004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16667
16668 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16669 boolean.
16670
80a7a1bf
LH
166712004-07-09 Lars Hansen <larsh@math.ku.dk>
16672
16673 * wid-edit.el (widget-field-buffer): Doc fix.
16674
a29ccd9f
JPW
166752004-07-09 John Paul Wallington <jpw@gnu.org>
16676
c046590e
SM
16677 * emacs-lisp/re-builder.el (reb-update-overlays):
16678 Distinguish between one and several matches in message.
a29ccd9f 16679
02c04e6f
RS
166802004-07-09 Richard M. Stallman <rms@gnu.org>
16681
16682 * mouse.el (mouse-set-region-1): If transient-mark-mode
16683 is `identity', change it to `only'.
16684
16685 * simple.el (current-word): Doc fix.
16686
6d12a4df
MH
166872004-07-09 Mark A. Hershberger <mah@everybody.org>
16688
ae04ab88
MH
16689 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16690 so that it is more understanding of whitespace.
16691
7c018923 16692 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6d12a4df
MH
16693 (("ns" . "element") (attr-list) children) instead of
16694 ((:ns . "element") (attr-list) children) in order to reduce the
16695 number of symbols used.
16696 (xml-skip-dtd): Change to use xml-parse-dtd but set
16697 xml-validating-parsing to nil.
588c0770 16698 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
6d12a4df
MH
16699 (xml-substitute-entity): Remove in favor of new entity substitution.
16700 (xml-substitute-special): Rewrite in to substitute complex
16701 entities from DOCTYPE declarations.
588c0770 16702 (xml-parse-fragment): Parse fragments from entity declarations.
6d12a4df
MH
16703 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16704 (xml-parse-dtd, xml-substitute-special): Make validity checks
16705 conditioned on xml-validating-parser. Add "Not Well Formed" to
16706 error messages about well-formedness.
16707
0ecc9999
ST
167082004-07-08 Steven Tamm <steventamm@mac.com>
16709
16710 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16711 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16712 Do not treat double clicks and triple clicks specially in the
16713 scroll bar (preventing strange repositioning problems)
16714
c046590e 167152004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
cc0aea1a
SM
16716
16717 * replace.el (query-replace-regexp-eval): Fix last change.
16718
c046590e 167192004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6f1df6d9
SM
16720
16721 * replace.el (query-replace-descr): New fun.
16722 (query-replace-read-from, query-replace-read-args): Default to the
16723 previous from&to.
16724 (query-replace-read-to): Quote the `from' string when displaying it.
16725 (query-replace-regexp-eval): Immediately check read-only status.
16726 Use query-replace-read-from to get the \n checking.
16727 Quote the `from' string when displaying it.
16728 (map-query-replace-regexp, occur-read-primary-args):
16729 Quote the `from' string when displaying it.
16730
16731 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16732 delimited-ness of the search to query-replace.
16733
16734 * replace.el (query-replace-read-from, query-replace-read-to):
16735 New funs extracted from query-replace-read-args.
16736 (query-replace-read-args): Use them.
16737
16738 * replace.el (query-replace-interactive, query-replace-read-args):
16739 Remove the `initial' special value.
16740 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16741 (occur-engine): Remove unused var `matchend'.
16742
16743 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16744 Use the search string without prompting.
16745
475344c3
KH
167462004-07-05 Kenichi Handa <handa@m17n.org>
16747
6f1df6d9
SM
16748 * international/mule.el (decode-coding-inserted-region):
16749 Set last-coding-system-used only when coding is nil.
475344c3 16750
2a1a35c6
EZ
167512004-07-03 Eli Zaretskii <eliz@gnu.org>
16752
16753 * progmodes/grep.el (grep-compute-defaults, grep-command)
16754 (grep-program, find-program, grep-find-use-xargs, grep-history)
16755 (grep-find-history, grep-tag-default, grep-find-command)
16756 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16757 Add autoload cookies, for unbundled packages that load `compile'
16758 and expect all grep-related symbols to become defined.
16759
610101de
EZ
167602004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16761
6f1df6d9 16762 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
610101de
EZ
16763 (iimage-mode-image-search-path): New user option to search the
16764 image file.
588c0770 16765 (iimage-locate-file): New function. Emacs21.3 or earlier does not
610101de
EZ
16766 have locate-file.
16767 (iimage-mode-buffer): Use it.
16768
e21badcd
NR
167692004-07-03 Nick Roberts <nickrob@gnu.org>
16770
16771 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16772 carefully.
16773 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16774
52979451
JL
167752004-07-03 Juri Linkov <juri@jurta.org>
16776
16777 * replace.el (query-replace-read-args): Swallow space after 'foo,
16778 not after (quote foo). Match space only immediately after symbol,
16779 not anywhere in the whole string.
16780
e3ccf404
RS
167812004-07-02 Richard M. Stallman <rms@gnu.org>
16782
16783 * replace.el (query-replace-read-args): Swallow space after
16784 symbols, not after closeparens. But avoid error if string ends there.
16785
16786 * progmodes/python.el (python-beginning-of-statement):
16787 Exit the loop if backward-up-list gets error.
16788
16789 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16790
1e118124
AS
167912004-07-02 Andre Spiegel <spiegel@gnu.org>
16792
16793 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16794 only if vc-consult-headers is non-nil.
16795
5dc0a68b
JL
167962004-07-02 Juri Linkov <juri@jurta.org>
16797
16798 * pcvs.el (cvs-mode-diff-repository): New command.
16799
16800 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16801
0ec4febd
JL
168022004-07-01 Juri Linkov <juri@jurta.org>
16803
16804 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16805 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16806 C-M-% to isearch-query-replace-regexp.
16807 (minibuffer-local-isearch-map): Add arrow key bindings.
16808 Bind C-f to isearch-yank-char-in-minibuffer.
16809 (isearch-forward): Doc fix.
16810 (isearch-edit-string): Doc fix.
16811 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16812 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16813 (isearch-yank-char): Add optional arg.
16814 (isearch-yank-char-in-minibuffer): New fun.
16815
16816 * replace.el (query-replace-interactive): Change type from boolean
16817 to choice. Add value `initial'.
16818 (query-replace-read-args): Handle value `initial' of
16819 query-replace-interactive.
16820
5fa405b6
KS
168212004-06-29 Kim F. Storm <storm@cua.dk>
16822
16823 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16824 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16825
16826 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16827 Add :group 'ada.
16828
16829 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16830
637b9d73
JL
168312004-06-29 Juri Linkov <juri@jurta.org>
16832
16833 * replace.el (query-replace-read-args): Swallow a space after
16834 everything except )]" which in most cases means after a symbol.
16835
16836 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16837
e3ccf404
RS
168382004-06-28 Richard M. Stallman <rms@gnu.org>
16839
16840 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16841 More changes to go with previous change in font-lock.el.
16842
cb05ca25
DK
168432004-06-26 David Kastrup <dak@gnu.org>
16844
16845 * replace.el (perform-replace): Highlight the match even in
16846 non-query mode if there is potential replace string editing.
16847
3f788773
KG
168482004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16849
15cc764c
KG
16850 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16851 agree with new return value of `file-remote-p'.
16852 This syncs with Tramp 2.0.42.
16853
3f788773
KG
16854 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16855 according to new documentation of `file-remote-p'.
16856
16857 * files.el (file-remote-p): Fix doc to say that return value is
16858 identification of remote system, if not nil.
16859 (file-relative-name): Use new return value of `file-remote-p'.
16860
817819c2
NR
168612004-06-26 Nick Roberts <nickrob@gnu.org>
16862
5fa405b6 16863 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
817819c2
NR
16864 (gdb-goto-breakpoint): Fix breakage.
16865
00170b0d
EZ
168662004-06-26 Eli Zaretskii <eliz@gnu.org>
16867
16868 * man.el (Man-getpage-in-background): Add windows-nt to the list
16869 of systems where shell-file-name should be used instead of
16870 literal "sh".
16871
bc071f64
SS
168722004-06-25 Sam Steingold <sds@gnu.org>
16873
16874 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16875 function names `(setf symbol)'.
16876
b4a4b0ae
RS
168772004-06-24 Richard M. Stallman <rms@gnu.org>
16878
16879 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16880
16881 * font-lock.el (font-lock-keywords): Change format of compiled values.
16882 Document it.
16883 (font-lock-add-keywords): If font-lock-keywords is compiled,
16884 extract the uncompiled version, modify, then recompile.
16885 (font-lock-remove-keywords): Likewise.
16886 (font-lock-fontify-keywords-region): Handle changed format.
16887 (font-lock-compile-keywords): Handle changed format.
16888 (font-lock-set-defaults): Compile the keywords explicitly here.
16889
7c1c02ac
DK
168902004-06-24 David Kastrup <dak@gnu.org>
16891
16892 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16893 replacements here.
16894 (query-replace-regexp): Doc string explaining this and the new
16895 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16896 is better placed in `query-replace-read-args'.
16897 (replace-regexp): Explain `\,', `\#' and `\?'.
16898 (replace-match-data): New function for thorough reuse/destruction
16899 of old match-data.
c8d09ad8 16900 (replace-match-maybe-edit): Function for implementing `\?' editing.
7c1c02ac
DK
16901 (perform-replace): Fix maintaining of the match stack including
16902 already matched regions, implement `\?', fix various problems
16903 with regions while editing and other stuff.
c8d09ad8 16904 (replace-highlight): Simplify.
7c1c02ac 16905
bb72b9d0
DP
169062004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16907
16908 * progmodes/grep.el (grep-error-screen-columns): New variable.
16909 (grep-regexp-alist): Give it the full functionality of gnu style
16910 compilation messages with line and column ranges. Ask me for the
16911 perl script I'm working on, that uses these.
16912
7b199114
NR
169132004-06-23 Nick Roberts <nickrob@gnu.org>
16914
52eb0373 16915 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
7b199114
NR
16916 Remove.
16917 (comint-insert-input, comint-mouse-insert-input): New functions
16918 based on comint-insert-clicked-input for two bindings but just
16919 one functionality.
16920
21ae22ff
LT
169212004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16922
16923 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16924
255d07dc
LH
169252004-06-23 Lars Hansen <larsh@math.ku.dk>
16926
16927 * files.el (write-contents-functions): Doc fix.
16928
4e9691e9
JB
169292004-06-21 Juanma Barranquero <lektu@terra.es>
16930
c8d09ad8 16931 * image.el (image-library-alist): Rewrite docstring in active voice.
4e9691e9 16932
376de739
RS
169332004-06-20 Richard M. Stallman <rms@gnu.org>
16934
16935 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16936
16937 * isearch.el (isearch-repeat): Avoid testing old match data.
16938 (isearch-message): Display trailing space in special font
16939 when search is failing.
16940 (isearch-search-fun-function): Doc fix.
16941
16942 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16943
e6c45c29
LT
169442004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16945
16946 * frame.el (show-trailing-whitespace): Doc fix.
16947
16948 * cus-edit.el (custom-variable-documentation): New function.
16949 (custom-variable): Use it.
16950
6871c35f
NR
169512004-06-19 Nick Roberts <nickrob@gnu.org>
16952
16953 * man.el (Man-getpage-in-background): Revert previous change but
16954 make cygwin a special case.
16955
9ae0d84f
LT
169562004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16957
c8d09ad8
SM
16958 * autorevert.el (global-auto-revert-non-file-buffers):
16959 Update docstring.
9ae0d84f 16960
fed0b1ee
DP
169612004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16962
16963 * progmodes/compile.el (compilation-error-properties): Store one
16964 more than end-col, if present, so that transient-mark-mode will
16965 highlight last char too.
16966 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16967 ranges, if present.
16968
f34bdfdc
JR
169692004-06-18 Jason Rumney <jasonr@gnu.org>
16970
16971 * makefile.w32-in: Double percent signs in for loops.
16972
2f57bf85
DK
169732004-06-17 David Kastrup <dak@gnu.org>
16974
16975 * replace.el (query-replace-read-args): Only warn about use of \n
16976 and \t when we are doing a regexp replacement and the actual
16977 escaped character is n or t.
16978 (query-replace-regexp): Add \, and \# interpretation to
16979 interactive call and document it.
c8d09ad8 16980 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2f57bf85
DK
16981 as shortkey for replace-count.
16982 (replace-quote): New function for doubling backslashes.
16983
0111ab41
JB
169842004-06-17 Juanma Barranquero <lektu@terra.es>
16985
f4af98d8
JB
16986 * files.el (parse-colon-path, cd): Mention in docstring that the
16987 path separator is colon in GNU-like systems.
16988
16989 * newcomment.el (comment-region-internal): Fix docstring.
16990
0111ab41
JB
16991 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16992 (ewoc-invalidate, ewoc-collect): Doc fixes.
16993 (ewoc--create-node, ewoc--delete-node-internal):
16994 Fix typos in docstring.
16995
c90dcdd5
LT
169962004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16997
16998 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16999 manual to docstring.
17000
3a504454
VJL
170012004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17002
17003 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17004
1f94377f
LT
170052004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17006
17007 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17008 Add hyperlink to emacs-xtra manual to docstring.
17009
c8d09ad8
SM
17010 * autorevert.el (global-auto-revert-non-file-buffers):
17011 Add hyperlink to emacs-xtra manual to docstring, as well as an
1f94377f
LT
17012 info-link.
17013
fe347034
JB
170142004-06-14 Juanma Barranquero <lektu@terra.es>
17015
17016 * image.el (image-library-alist): New variable to map image types
17017 to external libraries. Initialized to nil, unless system-specific
17018 configs change it.
17019 (image-type-available-p): Determine whether an image type is
17020 available by calling `init-image-library'.
17021
17022 * term/w32-win.el (image-library-alist): Initialize to a known set
17023 of probable library names.
17024
c1136bda
KH
170252004-06-14 Kenichi Handa <handa@m17n.org>
17026
4060d762
KH
17027 * international/code-pages.el (windows-1256, cp1125): Fix tables
17028 for several characters.
17029
c8d09ad8 17030 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
c1136bda 17031
092de21d
RS
170322004-06-13 Richard M. Stallman <rms@gnu.org>
17033
17034 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17035
17036 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17037 not "`pc-selection-mode'".
17038
17039 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17040
17041 * simple.el (previous-matching-history-element): Specify a default.
17042
17043 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17044
17045 * cus-face.el (custom-declare-face): Simplify code.
17046
17047 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17048
25f6295e
LT
170492004-06-13 Luc Teirlinck <teirllm@auburn.edu>
17050
17051 * files.el (before-save-hook): Add `time-stamp' to the options.
17052
17053 * time-stamp.el (time-stamp): Recommend adding it to
1ebd4f78 17054 `before-save-hook', rather than `write-file-functions'.
25f6295e
LT
17055 Make a similar change in `Commentary' section.
17056
6393ab2a
KG
170572004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17058
17059 * diff-mode.el (diff-current-defun): If at start of hunk, use
17060 position of first change.
17061
c04ebd1d
LH
170622004-06-13 Lars Hansen <larsh@math.ku.dk>
17063
17064 * dired-x.el (dired-mark-omitted): Bind to "*O".
17065
037b0a87
KF
170662004-06-12 Karl Fogel <kfogel@red-bean.com>
17067
17068 * bookmark.el (bookmark-bmenu-relocate): New function, as
17069 suggested by David J. Biesack <David.Biesack@sas.com>.
17070 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17071 (bookmark-bmenu-mode): Describe binding in doc string.
17072 (bookmark-set-filename): Save the bookmark list if it's time.
17073
6fb41b5b
KH
170742004-06-13 Kenichi Handa <handa@m17n.org>
17075
c8d09ad8 17076 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6fb41b5b
KH
17077 (ccl-untranslated-to-ucs): Fix typo.
17078
95e4a189 170792004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
fc3095ce 17080
c8d09ad8
SM
17081 * progmodes/python.el (python-open-block-statement-p):
17082 Fix indentation after a block opening that contains a comment.
fc3095ce 17083
7c226e40
EZ
170842004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
17085
17086 * bindings.el (completion-ignored-extensions): Add file extensions
17087 of Python byte-compiled files.
17088
1c492b87
JL
170892004-06-12 Juri Linkov <juri@jurta.org>
17090
17091 * info.el (Info-goto-node): Add autoload.
17092 (Info-toc): Add substring-no-properties on Info file name.
17093 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17094 (Info-mode-map): Bind L to Info-history, T to Info-toc.
17095
66189a40
KH
170962004-06-12 Kenichi Handa <handa@m17n.org>
17097
c8d09ad8
SM
17098 * international/mule-cmds.el (set-language-environment):
17099 Load subst tables if necessary.
66189a40 17100
c8d09ad8 17101 * international/mule.el (decode-char): Load subst tables if necessary.
66189a40
KH
17102 (encode-char): Likewise.
17103
17104 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17105 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
17106 (utf-16le-decode-loop): Set r5 to -1 before loop.
17107 (utf-16be-decode-loop): Likewise.
17108 (ccl-decode-mule-utf-16le): Add EOF processing block.
17109 (ccl-decode-mule-utf-16be): Likewise.
17110 (ccl-decode-mule-utf-16le-with-signature): Likewise.
17111 (ccl-decode-mule-utf-16be-with-signature): Likewise.
17112 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
17113 (ccl-mule-utf-16-encode-untrans): New CCL.
17114 (utf-16-decode-to-ucs): Handle pre-read character.
17115 (utf-16le-encode-loop): Handle surrogate pair.
17116 (utf-16be-encode-loop): Likewise.
c8d09ad8 17117 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
66189a40 17118 of utf-16le-encode-loop.
c8d09ad8 17119 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
66189a40 17120 of utf-16be-encode-loop.
c8d09ad8
SM
17121 (mule-utf-16-post-read-conversion):
17122 Call utf-8-post-read-conversion at first.
17123 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17124 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
66189a40
KH
17125 Add post-read-conversion and pre-write-conversion.
17126
c8d09ad8 17127 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
66189a40
KH
17128 (utf-translate-cjk-unicode-range): New variable.
17129 (utf-translate-cjk-load-tables): New function.
17130 (utf-lookup-subst-table-for-decode): New function.
17131 (utf-lookup-subst-table-for-encode): New function.
17132 (utf-translate-cjk-mode): Init-value changed to t. Don't load
17133 tables here. Update safe-charsets of utf-* coding systems.
17134 (ccl-mule-utf-untrans): New CCL.
17135 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
17136 at end of each branch.
17137 (ccl-mule-utf-8-encode-untrans): New CCL.
17138 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17139 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
17140 length of encoding. Don't return r0.
17141 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
c8d09ad8
SM
17142 (utf-8-post-read-conversion): Narrow to region properly.
17143 If utf-translate-cjk-mode is on, load tables if necessary.
17144 Call utf-8-compose with hash-table arg if necessary.
588c0770 17145 Call XXX-compose-region instead of XXX-post-read-conversion.
66189a40
KH
17146 (utf-8-pre-write-conversion): New function.
17147 (mule-utf-8): Include CJK charsets in safe-charsets if
17148 utf-translate-cjk-mode is on. Add pre-write-conversion.
17149
17150 * international/characters.el: Temporarily set
17151 utf-translate-cjk-mode to nil.
17152
c8d09ad8
SM
17153 * language/devan-util.el (devanagari-compose-region):
17154 Add autoload cookie.
66189a40
KH
17155
17156 * international/ccl.el (ccl-dump-call): Fix printing the
17157 subroutine name.
17158
7805cdbd
LT
171592004-06-11 Luc Teirlinck <teirllm@auburn.edu>
17160
17161 * dired.el (dired-revert): If buffer is marked unmodified before
ca19f3f1
AS
17162 reverting, keep it marked unmodified. Adapt to new conventions
17163 for commenting out code.
17164 (dired-make-relative): Adapt to new conventions for commenting out
17165 code.
7805cdbd 17166
0c2222fa
MB
171672004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
17168
c8d09ad8
SM
17169 * eshell/esh-module.el (eshell-load-defgroups):
17170 Bind `vc-handled-backends' to nil when opening files.
0c2222fa 17171
e9efcef4
JB
171722004-06-11 Juanma Barranquero <lektu@terra.es>
17173
17174 * files.el (parse-colon-path, cd): Doc fixes (refer to
17175 `path-separator', not colon).
17176
9fc2be4c
JB
171772004-06-10 Juanma Barranquero <lektu@terra.es>
17178
17179 * newcomment.el (comment-search-forward)
17180 (comment-search-backward): Fix typos in docstring.
17181 (comment-region): Doc fix.
17182
d39e545f
LT
171832004-06-10 Luc Teirlinck <teirllm@auburn.edu>
17184
17185 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17186 switch is no longer stored in `dired-switches-alist'.
17187
17188 * dired-aux.el (dired-insert-subdir): Do not store R switch in
17189 `dired-switches-alist'.
17190
d82baff9
KS
171912004-06-10 Kim F. Storm <storm@cua.dk>
17192
17193 * pcvs.el (cvs-mode-diff-yesterday): New command.
17194
17195 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17196
4545a37c
JL
171972004-06-10 Juri Linkov <juri@jurta.org>
17198
17199 * emacs-lisp/edebug.el (edebug-eval-defun):
17200 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17201 Fix docstring.
17202
17203 * simple.el (eval-expression-print-format): Don't print additional
17204 information on the first call to `eval-print-last-sexp'.
17205 (next-error-find-buffer): Fix punctuation.
17206 (killing) <defgroup>: Fix punctuation.
17207 (yank-excluded-properties): Change group from editing to killing.
17208
17209 * replace.el (perform-replace): Use `limit' to terminate the
17210 while-loop explicitly.
17211
2736c905
JD
172122004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17213
d82baff9
KS
17214 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17215 Use lc-*.xpm as prefix instead of *-locol.xpm.
2736c905
JD
17216
17217 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17218 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17219 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17220 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17221 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17222 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17223 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17224 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17225 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17226 * toolbar/lc-up_arrow.xpm:
77c99c7f 17227 Rename from *-locol.xpm.
2736c905 17228
067eac9b
RV
172292004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
17230
17231 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17232 include forms like &<str>; as valid url patterns.
17233
ca0028ce
LT
172342004-06-08 Luc Teirlinck <teirllm@auburn.edu>
17235
17236 * dired.el (dired-diff, dired-backup-diff)
17237 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17238 (dired-do-chown, dired-do-touch, dired-do-print)
17239 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17240 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17241 (dired-create-directory, dired-do-copy, dired-do-symlink)
17242 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17243 (dired-do-copy-regexp, dired-do-hardlink-regexp)
17244 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17245 (dired-maybe-insert-subdir, dired-next-subdir)
17246 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17247 (dired-kill-subdir, dired-tree-up, dired-tree-down)
17248 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17249 (dired-run-shell-command, dired-query): Remove redundant,
17250 or incorrect, autoloads.
17251
17252 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
c8d09ad8
SM
17253 does not end in a slash. Add optional argument KILL-ROOT.
17254 Update docstring.
ca0028ce
LT
17255 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17256 (dired-query): Add autoloads.
17257
ed27bf96
DP
172582004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
17259
ca19f3f1
AS
17260 * progmodes/compile.el (compilation-set-window-height): Rearrange
17261 the save-* functions because a buffer can have several current
ed27bf96
DP
17262 point in different windows.
17263 (compilation-error-regexp-alist-alist): Recognize {standard input}
17264 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17265
9757a56b
JD
172662004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17267
17268 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17269 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17270 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
a4ba8298 17271 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9757a56b
JD
17272 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17273 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
a4ba8298 17274 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9757a56b
JD
17275 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17276 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17277 * toolbar/up_arrow-locol.xpm:
17278 New versions of icons that uses fewer colors.
ed27bf96 17279
9757a56b
JD
17280 * toolbar/tool-bar.el (tool-bar-local-item)
17281 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17282 if display-color-cells is 256 or less.
17283
765771b1
KS
172842004-06-08 Kim F. Storm <storm@cua.dk>
17285
17286 * wid-edit.el (widget-specify-button): Use hand pointer rather
17287 than mouse-face as visible mouse-over effect.
17288
5f29a6c8
KF
172892004-06-07 Karl Fogel <kfogel@red-bean.com>
17290
17291 * saveplace.el (save-place-alist-to-file): Bind `print-length'
765771b1 17292 and `print-level' to nil when writing out `save-place-alist'.
5f29a6c8 17293 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
765771b1 17294
0b0dea7b
JB
172952004-06-07 Juanma Barranquero <lektu@terra.es>
17296
17297 * completion.el (completion-kill-region): Doc fix.
17298
17299 * format.el (format-insert-annotations)
17300 (format-annotate-location): Doc fixes.
c8d09ad8 17301 (format-subtract-regions): Make arguments match their use in docstring.
0b0dea7b
JB
17302
17303 * simple.el (kill-region): Doc fix.
17304
17305 * subr.el (insert-buffer-substring-no-properties)
17306 (insert-buffer-substring-as-yank): Doc fixes.
17307
487327a9
LT
173082004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17309
0aa99669
LT
17310 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17311 Update docstring.
17312 (dired-reset-subdir-switches): New function.
17313
487327a9
LT
17314 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17315 Limit scope of `buffer-read-only' binding.
17316
2a050854
JW
173172004-06-06 Emilio C. Lopes <eclig@gmx.net>
17318
08384afd
KS
17319 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17320 eshell-explicit-command-char.
2a050854 17321
8c1138be
JB
173222004-06-06 Juanma Barranquero <lektu@terra.es>
17323
17324 * help-fns.el (help-argument-name): Inherit from italic face only
17325 if the frame supports it.
17326
722ceca4
JD
173272004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17328
d82baff9 17329 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
60ce1c58
KS
17330 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17331 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17332 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17333 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17334 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17335 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17336 New conversions from xpm files.
722ceca4
JD
17337
17338 * toolbar/README: New file.
17339
33bc06fb
RS
173402004-06-06 Richard M. Stallman <rms@gnu.org>
17341
17342 * isearch.el (isearch-mode-map): Undo previous change.
17343
575f6118
JL
173442004-06-05 Juri Linkov <juri@jurta.org>
17345
17346 * bindings.el (debug-ignored-errors): Add regexps for history
17347 related messages. Remove $ from "No further undo information".
17348 Move Ediff's messages to ediff.el.
17349
17350 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17351
17352 * cus-edit.el (custom-display): Add `min-colors'.
17353
17354 * custom.el (defface): Add `supports' to docstring.
17355
17356 * help-fns.el (help-argument-name): Add :group 'help.
17357
a994ebb8
LT
173582004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17359
17360 * find-dired.el (find-ls-subdir-switches): New user option.
17361 (find-dired): No longer call `abbreviate-file-name' on DIR.
17362 Set `dired-subdir-switches' buffer-locally.
17363
17364 * locate.el: Merge the two `Commentary' sections.
17365 (locate-ls-subdir-switches): New user option.
17366 (locate): Update for other changes.
17367 (locate-mode-map): Restore Dired binding for mouse-2.
17368 Bind `locate-mouse-view-file' to M-mouse-2.
17369 Bind `l' to `locate-do-redisplay'.
17370 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17371 (locate-mouse-view-file, locate-tags, locate-find-directory):
17372 Print message if used outside main listing.
17373 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17374 Various changes to support inserted subdirectories.
17375 (locate-insert-header): Change header of *Locate* buffer.
17376
17377 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17378 Change interactive default switches.
17379 (dired-rename-subdir-2): Update `dired-switches-alist'.
17380 (dired-insert-subdir, dired-kill-subdir):
17381 Handle `dired-switches-alist'. Do not mark buffer modified.
17382 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17383 (dired-insert-subdir-doinsert): Omit messages.
17384 Handle `dired-subdir-switches'.
17385 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17386
c8d09ad8 17387 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
a994ebb8
LT
17388 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17389 subdirs if -R switch is used for a subdir.
17390 (dired-mode): Set `dired-switches-alist'.
17391 (dired-build-subdir-alist): Only print number of directories in
17392 echo area when invoked interactively.
17393
d6921846
LH
173942004-06-05 Lars Hansen <larsh@math.ku.dk>
17395
17396 * dired-x.el (dired-omit-mode): Rename from
88c29504 17397 dired-omit-files-p. Use define-minor-mode to define it.
d6921846 17398 (dired-omit-files-p): Add as alias for dired-omit-mode.
88c29504 17399 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
d6921846 17400 dired-mark-omitted.
88c29504 17401 (dired-mark-omitted): Add. Bind to M-O.
d6921846 17402
62bfe0fc
KH
174032004-06-05 Kenichi Handa <handa@m17n.org>
17404
17405 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17406
8be2a2dd
JB
174072004-06-05 Juanma Barranquero <lektu@terra.es>
17408
17409 * help-fns.el (help-argument-name): Reintroduce face.
17410 (help-default-arg-highlight): Use it, now that
17411 `face-differs-from-default-p' can be trusted.
17412
7780d793
JB
174132004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17414
17415 * textmodes/table.el: Sentence commands added to Point Motion
17416 group; kill and backward-kill commands added to Extraction group.
17417
9742a3a6
EZ
174182004-06-04 Mario Lang <mlang@delysid.org>
17419
588c0770 17420 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
9742a3a6
EZ
17421 systems appear to use mW, make the code handle this. Fix a
17422 division-by-zero bug while at it, and handle kernels with
17423 a slightly different layout in /proc/acpi.
17424
e2cae769 174252004-06-04 Karl Fogel <kfogel@red-bean.com>
5129f10c 17426
52eb0373 17427 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
5129f10c 17428 because the latter is a CL-ism. This fixes the bug reported by
7780d793 17429 Shawn Boyette <mdxi@collapsar.net> in
c8d09ad8 17430 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5129f10c 17431
9717e36c
MB
174322004-06-04 Miles Bader <miles@gnu.org>
17433
17434 * faces.el (display-supports-face-attributes-p): Function moved to
17435 C code. Previously only the tty-related portion of this function
17436 was done in C; however the previous attempt to do a halfway-proper
17437 job for non-tty displays in lisp didn't work properly because of
e2cae769 17438 funny conditions during Emacs startup.
1151d617
MB
17439 (face-differs-from-default-p): Simplify, now that
17440 display-supports-face-attributes-p works properly on all display
17441 types. Remove :stipple from comparison; it doesn't really work
17442 in emacs anyway.
9717e36c 17443
7e07a66d
MB
174442004-06-04 Miles Bader <miles@gnu.org>
17445
17446 * faces.el (face-differs-from-default-p): Use a different
17447 implementation, so we can really check whether FACE displays
17448 differently or not.
17449
421c91e5
MB
174502004-06-04 Miles Bader <miles@gnu.org>
17451
17452 * faces.el (display-supports-face-attributes-p): Implement a
17453 `different from default' check for non-tty displays.
17454
67c41d86
DK
174552004-06-03 David Kastrup <dak@gnu.org>
17456
17457 * woman.el (woman-mapcan): More concise code.
17458 (woman-topic-all-completions, woman-topic-all-completions-1)
17459 (woman-topic-all-completions-merge): Replace by a simpler and
17460 much faster implementation based on O(n log n) sort/merge instead
17461 of the old O(n^2) behavior.
17462
2bb680b0
MB
174632004-06-03 Miles Bader <miles@gnu.org>
17464
2d14d61e
MB
17465 * subr.el (read-number): Use canonical format for default in prompt.
17466
c8d09ad8
SM
17467 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17468 Add regexp for " [...]" style defaults.
2bb680b0 17469
0bdd7ae4
JPW
174702004-06-02 Romain Francoise <romain@orebokech.com>
17471
17472 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17473 groups: if the user asks for a hidden buffer, open the
17474 corresponding filter group to expose it.
17475
17476 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17477 `ibuffer-jump-to-buffer'.
17478 (ibuffer-jump-offer-only-visible-buffers): New user option.
17479
86d373e6
JB
174802004-06-02 Juanma Barranquero <lektu@terra.es>
17481
17482 * faces.el (frame-update-faces): Add empty docstring so the one
17483 for `ignore' doesn't show through.
17484
17485 * subr.el (process-kill-without-query): Remove spurious "\n" on
17486 obsolescence string.
17487 (focus-frame, unfocus-frame): Add obsolescence declaration and
17488 empty docstring.
17489
17490 * international/mule.el (register-char-codings): Make alias for
c8d09ad8 17491 `ignore'. Move docstring to obsolescence info and remove redundancy.
86d373e6 17492
90ec69c7
KS
174932004-06-02 Kim F. Storm <storm@cua.dk>
17494
17495 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17496 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17497
c8d09ad8
SM
174982004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17499
17500 * comint.el (comint-replace-by-expanded-history-before-point):
17501 Obey `start' as the docstring says.
17502 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17503 (comint-update-fence): Prevent font-lock from running unnecessarily.
17504 (comint-dynamic-list-completions): Use with-current-buffer.
17505
175062004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17507
17508 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17509 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17510 (bibtex-entry-update): Handle alternatives and optional fields.
17511 (bibtex-parse-entry): Bugfix, handle empty key.
17512
ef5572c5
SM
175132004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17514
17515 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17516
7bfa55b3
LH
175172004-05-31 Lars Hansen <larsh@math.ku.dk>
17518
17519 * desktop.el (desktop-save): Don't save minor modes without a
17520 known mode initialization function.
17521
64df673d
LT
175222004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17523
ef5572c5 17524 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
64df673d
LT
17525
17526 * autorevert.el: Update `Commentary' section.
17527
aa8ca433
JB
175282004-05-30 Juanma Barranquero <lektu@terra.es>
17529
17530 * dos-fns.el (convert-standard-filename):
17531 * files.el (convert-standard-filename):
17532 * w32-fns.el (convert-standard-filename):
17533 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17534
2fcaee47 175352004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
aa8ca433 17536
2fcaee47
KG
17537 Sync with Tramp.
17538
aa8ca433 17539 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
ef5572c5
SM
17540 (tramp-let-maybe): Move to an earlier spot in the file.
17541 Patch by Andreas Schwab.
2fcaee47 17542
5709c1a0
AS
175432004-05-30 Andreas Schwab <schwab@suse.de>
17544
17545 * dired.el (dired-get-filename): Don't use dired-re-dot.
17546
7a61e456
RS
175472004-05-30 Richard M. Stallman <rms@gnu.org>
17548
17549 * files.el (find-file): Doc fix.
17550
17551 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17552
f471ca2b
NR
175532004-05-30 Nick Roberts <nickrob@gnu.org>
17554
17555 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17556 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17557 modeline of the locals buffer.
17558 (gdb-goto-breakpoint): Handle gdbmi.
17559 (gdb-get-frame-number): Change for gdbmi.
17560
c8364415
MA
175612004-05-30 Michael Albinus <michael.albinus@gmx.de>
17562
17563 * files.el (file-remote-p): Apply file name handler for operation
588c0770 17564 `file-remote-p'. It isn't a property any longer.
c8364415
MA
17565 (file-relative-name): `fh' and `fd' get the required value via
17566 `find-file-name-handler' already.
17567
17568 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17569 (top): Remove setting of `file-remote-p' property for
ef5572c5 17570 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
c8364415 17571
19a87064
MA
175722004-05-29 Michael Albinus <michael.albinus@gmx.de>
17573
17574 Version 2.0.41 of Tramp released.
17575
ef5572c5
SM
17576 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17577 Throw away if process has died.
17578 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17579 (tramp-out-of-band-prompt-regexp): Rename to
19a87064
MA
17580 `tramp-process-alive-regexp', because its usage is widen.
17581 (tramp-actions-copy-out-of-band): Apply it.
ef5572c5
SM
17582 (tramp-actions-before-shell, tramp-multi-actions):
17583 Add `tramp-action-process-alive' action.
19a87064
MA
17584 (tramp-action-process-alive): New defun.
17585 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17586 Add entry for `file-remote-p'.
17587 (tramp-handle-file-remote-p): New defun.
17588 (top): Remove setting of `file-remote-p'. Don't set
17589 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17590
17591 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17592 `file-remote-p'.
17593
17594 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
ef5572c5
SM
17595 counted for (last) line. [They should or they shouldn't? --Stef]
17596 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19a87064
MA
17597
175982004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17599
17600 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17601 not really necessary but seems to keep the shell history smaller
17602 in some cases. It is no substitute for setting HISTFILE and
17603 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17604 though. Suggested by Luc Teirlinck.
17605 (tramp-open-connection-setup-interactive-shell): Export variables
17606 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17607 (tramp-set-process-query-on-exit-flag): New compat function.
17608 (tramp-open-connection-multi, tramp-open-connection-su)
17609 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17610 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17611 (tramp-let-maybe): New macro, let-binds a variable only if it
17612 isn't obsolete.
17613 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17614 (tramp-handle-file-truename): Use it.
17615 (tramp-completion-file-name-regexp-unified): Avoid matching
17616 filenames starting with "/:" -- those are reserved for
17617 file-name-non-special.
17618
ef5572c5
SM
17619 * tramp-smb.el (tramp-smb-open-connection):
17620 Use tramp-set-process-query-on-exit-flag compat function.
19a87064 17621
08fd1251
RS
176222004-05-29 Richard M. Stallman <rms@gnu.org>
17623
17624 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17625
17626 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17627 (eval-last-sexp-print-value): Print char equivalent regardless
17628 of standard-output value.
17629
ef5572c5 17630 * thumbs.el (thumbs-subst-char-in-string): Delete.
08fd1251
RS
17631 (thumbs-thumbname): Use subst-char-in-string.
17632 (thumbs-resize-image): Use condition-case, not ignore-errors.
17633 (thumbs-kill-buffer): Likewise.
17634
17635 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17636 (thumbs-mode): Make buffer read-only.
17637 (thumbs-make-thumb): Unconditionally accept an existing file.
17638 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17639 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17640 (thumbs-show-thumbs-list): Error if images not supported.
17641 (thumbs-save-current-image): Improve prompt string.
17642 (thumbs-mode-map): Define u, R, x.
17643 (thumbs-unmark): New command.
17644 (thumbs-emboss-image): Minor cleanup.
17645 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17646 (thumbs-rename-images): New command.
17647 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17648
17649 * thumbs.el (thumbs-current-image): New function.
17650 (thumbs-file-list, thumbs-file-alist): New functions.
17651 (thumbs-find-image): Delete arg L.
17652 Don't set up thumbs-fileL as buffer-local global var.
17653 (thumbs-find-image-at-point): Use thumbs-current-image.
17654 (thumbs-set-image-at-point-to-root-window): Likewise.
17655 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17656 Record and warn about errors. Update thumbs-markedL for deletions.
17657 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17658 (thumbs-redraw-buffer): Use thumbs-file-list.
17659 (thumbs-mark): Use thumbs-current-image.
17660 (thumbs-show-name): Use thumbs-current-image.
17661
17662 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17663 and imenu--last-menubar-index-alist.
17664
17665 * subr.el (with-selected-window): Undo previous change.
17666
176672004-05-29 John Paul Wallington <jpw@gnu.org>
17668
17669 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17670 (thumbs-mouse-find-image): New command.
17671 (thumbs-mode-map): Bind it to mouse-2.
e2cae769 17672 (thumbs-mode): Make mode-class special.
08fd1251
RS
17673 (thumbs-view-image-mode): Likewise.
17674
9dd5e8d7
EZ
176752004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17676
17677 * flymake.el: New file.
17678
0a11c70b
LT
176792004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17680
17681 * files.el (find-file-noselect-1): Do not bind
17682 `inhibit-read-only' to t during execution of
17683 `find-file-not-found-functions'.
17684
227ef0ff
SM
176852004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17686
17687 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17688 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17689
6b9654dc
JL
176902004-05-28 Juri Linkov <juri@jurta.org>
17691
17692 * simple.el (eval-expression-print-format): New fun.
17693
17694 * simple.el (eval-expression):
17695 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17696 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17697 (edebug-eval-expression): Print additionally the value returned by
17698 `eval-expression-print-format'.
17699
17700 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17701 (insert-pair): Make arguments optional. Find character pair
17702 from `insert-pair-alist' according to the last input event.
17703 (insert-parentheses): Make arguments optional.
17704 (raise-sexp, delete-pair): New funs.
17705
17706 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17707 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17708 Bind C-M-q to `indent-pp-sexp'.
17709
17710 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17711 `pp-to-string' modified to be able to format text with newlines.
17712 (pp-to-string): Move the buffer-formatting part of the code to
17713 `pp-buffer'. Call `pp-buffer'.
17714
17715 * info.el (Info-desktop-buffer-misc-data): Don't save information
17716 about virtual files.
17717 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17718 buffers with names obtained from the desktop file instead of the
17719 default *info* buffer.
17720
ce50a847
SM
177212004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17722
ca19f3f1
AS
17723 * subr.el (with-selected-window): Only save/restore the selected
17724 window.
034a6113 17725
ce50a847
SM
17726 * progmodes/compile.el (compilation-error-regexp-alist):
17727 Use expand-file-name and data-directory.
17728
17729 * progmodes/grep.el (grep-tree): Rework previous fix.
17730
17731 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17732 after the user marked text with the mouse.
17733
17734 * startup.el (command-line): Keep the first regexp of
17735 auto-save-file-name-transforms intact.
17736
5445d287
JB
177372004-05-28 Juanma Barranquero <lektu@terra.es>
17738
17739 * cus-edit.el (customize-face, customize-face-other-window)
86d373e6
JB
17740 (custom-face-edit-delete): Make arguments match their use in
17741 docstring.
17742 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17743 docstring.
5445d287
JB
17744
17745 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17746 not `cvs-butlast'.
17747
17748 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17749 `nbutlast' are in subr.el).
17750
17751 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17752 (set-w32-system-coding-system): Doc fixes.
17753
ce50a847 17754 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5445d287
JB
17755 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17756 Make arguments match their use in docstring.
17757 (artist-draw-region-trim-line-endings)
17758 (artist-mouse-choose-operation): Fix typo in docstring.
17759 (artist-key-set-point-common): Doc fix.
17760
1cfd38a8
SJ
177612004-05-28 Simon Josefsson <jas@extundo.com>
17762
ce50a847
SM
17763 * mail/smtpmail.el (smtpmail-open-stream):
17764 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1cfd38a8 17765
9e94e254
SJ
177662004-05-26 Simon Josefsson <jas@extundo.com>
17767
17768 * starttls.el: Merge with my GNUTLS based starttls.el.
17769 (starttls-gnutls-program, starttls-use-gnutls)
17770 (starttls-extra-arguments, starttls-process-connection-type)
ce50a847 17771 (starttls-connect, starttls-failure, starttls-success): New variables.
9e94e254 17772 (starttls-program, starttls-extra-args): Doc fix.
ce50a847
SM
17773 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17774 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17775 and pass on to corresponding *-gnutls function if it is set.
9e94e254 17776
62aad204
LT
177772004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17778
17779 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17780 remote files.
17781
ae3b2983
MA
177822004-05-27 Michael Albinus <michael.albinus@gmx.de>
17783
17784 * files.el (file-name-non-special): There are more operations
17785 which need handling: `find-backup-file-name',
17786 `insert-file-contents', `verify-visited-file-modtime',
17787 `write-region'. Rename t value of method to `add'. Add new
17788 methods `quote' and `unquote-then-quote' to file-arg-indices.
17789
1021748d
JL
177902004-05-25 Juri Linkov <juri@jurta.org>
17791
17792 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17793 (Info-index-nodes): Enclose code in condition-case to catch errors.
17794 (Info-index-node): Don't search all index nodes if request is only
17795 for the current node and file is not in the cache of index nodes.
17796 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17797 for consistency with dired-copy-filename-as-kill.
17798 Bind `S' to Info-search-case-sensitively.
17799 (Info-copy-current-node-name): New arg. With zero prefix arg put
17800 the name inside a function call to `info'. Display copied text in
17801 the echo area.
17802
59de4ad0
SS
178032004-05-25 Sam Steingold <sds@gnu.org>
17804
17805 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17806 strip the package prefix from the symbol name, if any.
17807 Make it the `find-tag-default-function' for `lisp-mode'.
17808
1a597f4f
JPW
178092004-05-25 John Paul Wallington <jpw@gnu.org>
17810
17811 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17812 instead of obsolete `process-kill-without-query'.
17813
17814 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17815 Declare as variable, not constant.
17816
74dca654
LT
178172004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17818
17819 * files.el (find-file-noselect-1): Fix bug introduced by
17820 Revision 1.694. As a side effect, `inhibit-read-only'
17821 is again, by default, t during execution of
17822 `find-file-not-found-functions'.
17823 (insert-directory): Check that lines were really inserted by
17824 the --dired switch, before erasing them.
17825
00da1cc5
NR
178262004-05-24 Nick Roberts <nickrob@gnu.org>
17827
c9858347 17828 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
00da1cc5 17829 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
c9858347
NR
17830 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17831 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17832 gud-minor-mode (gdbmi).
00da1cc5 17833
4c493999
JB
178342004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17835
17836 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17837 explicitly select the text to be taken as URL.
17838
675254bc
JL
178392004-05-23 Juri Linkov <juri@jurta.org>
17840
17841 * info.el (Info-index-nodes): New var and fun.
17842 (Info-goto-index, Info-index, info-apropos)
17843 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17844 (Info-index): Fix docstring. Store and restore Info-history-list.
17845 (Info-complete-nodes): New var.
17846 (Info-complete-menu-item): Use it.
17847 (Info-index-node): New fun.
17848 (Info-final-node, Info-forward-node, Info-backward-node)
17849 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17850 Use Info-index-node.
17851 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17852 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17853 (Info-find-node-2): If a node with period in its name not found,
17854 try to find a node without the name part after period.
17855 (Info-select-node): Call Info-fontify-node only if
17856 Info-fontify-maximum-menu-size is not nil.
17857 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17858 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17859 Preserve Info-history-list.
17860 (Info-toc): Set Info-current-file.
17861 (Info-build-toc): Move point to the beginning of the buffer.
17862 Add main-file variable.
17863 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17864 Use backslashed representation of the control character ^_.
17865
17866 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17867 numbers in the new Texinfo 4.7 format.
17868
17869 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17870 regexps for function and variable names.
17871
17872 * descr-text.el (describe-property-list): Add [show] button for
17873 `syntax-table' property with action to pp to a separate buffer.
17874 (describe-char): Replace search-forward by re-search-forward with
ce50a847 17875 whitespace regexp after "character:" to not fail in too narrow windows.
675254bc
JL
17876
17877 * simple.el (next-error-find-buffer): Add a rule to return
17878 next-error capable buffer if one window on the selected frame
17879 displays such buffer.
17880
0145381f
NR
178812004-05-23 Nick Roberts <nickrob@gnu.org>
17882
17883 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17884 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17885 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17886 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
ce50a847
SM
17887 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17888 Handle new value for gud-minor-mode (gdbmi).
0145381f 17889 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
ce50a847
SM
17890 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17891 Change from local to global gdb variable set.
588c0770 17892 (gdb-ann3): Initialize above gdb variable set.
0145381f
NR
17893 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17894 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17895 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17896 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17897 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17898 (gdb-info-locals-handler, gdb-invalidate-assembler)
17899 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17900 set as global variables.
17901 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17902 Handle gdbmi.
17903 (gdb-info-breakpoints-custom): Fix regexp.
17904 (def-gdb-var): Delete.
17905
17906 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17907 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17908 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4c493999 17909 a new mode. The file (gdb-mi.el) for this mode will be included
0145381f
NR
17910 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17911 primary interface.
17912
f5340e29
JH
179132004-05-23 Jesper Harder <harder@ifa.au.dk>
17914
17915 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17916 interpreted as a directory.
17917
657cc4ff
RS
179182004-05-22 Richard M. Stallman <rms@gnu.org>
17919
71d5a208
RS
17920 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17921 as a close quote.
17922
17923 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17924
675254bc 17925 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
71d5a208 17926 Use assoc-string, not assoc-ignore-case.
675254bc 17927
71d5a208
RS
17928 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17929
657cc4ff
RS
17930 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17931 If moving back then fwd gets a defun that ends before point,
17932 try again moving fwd then back.
17933
17934 * files.el (file-name-non-special): Allow t in file-arg-indices
17935 to mean requote the return value. Use `identity' as an element
17936 rather than as the whole value.
17937
17938 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17939
7d57db29
JB
179402004-05-22 Juanma Barranquero <lektu@terra.es>
17941
17942 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17943 `help-make-usage'.
17944 (help-highlight-arguments): Skip function name before searching
17945 for arguments.
17946
24462ed2
JB
179472004-05-21 Juanma Barranquero <lektu@terra.es>
17948
17949 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17950 Don't mention in the docstring these arguments meant for
17951 internal (recursive) use only.
17952 (allout-char-spec): Comment out (it's not implemented).
17953 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17954 obsolescence declaration.
17955 (allout-flatten-exposed-to-buffer)
17956 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17957 (my-mark-marker): Doc fix.
17958 (produce-allout-mode-map, allout-sibling-index)
17959 (allout-isearch-expose, allout-distinctive-bullet)
17960 (allout-open-topic, allout-reindent-body)
17961 (allout-rebullet-heading, allout-process-exposed)
17962 (allout-insert-listified, allout-latex-verb-quote)
17963 (allout-insert-latex-header, allout-insert-latex-trailer):
17964 Make arguments match their use in docstring.
17965 (allout-primary-bullet, allout-old-style-prefixes)
17966 (allout-inhibit-protection, allout-init, allout-mode)
17967 (allout-before-change-protect, allout-flag-region):
17968 Use "Emacs" instead of "emacs" in docstrings.
17969
ce44846f
KH
179702004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17971
17972 * international/characters.el: Modify syntax of more characters.
17973
a6e7bdf1
MY
179742004-05-21 Masatake YAMATO <jet@gyve.org>
17975
ce50a847 17976 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
46de1c5a 17977 (etags-tags-completion-table): Show parsing progress.
a6e7bdf1 17978
442c8150
LT
179792004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17980
17981 * locate.el (locate-prompt-for-command): Shorten first line of
17982 docstring.
17983 (locate-mode): Expand docstring and include keymap summary.
17984
4edcfd17
LT
17985 * files.el (find-file-noselect-1): Limit the scope of the
17986 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17987 is, by default, nil during the execution of
17988 `find-file-not-found-functions' and `find-file-hook'.
17989
64867fce
EZ
179902004-05-20 Michael Mauger <mmaug@yahoo.com>
17991
17992 * facemenu.el (facemenu-color-name-equal): New function.
17993 (list-colors-display): Use it to compare colors instead of
17994 facemenu-color-equal.
17995
88537a99
EZ
179962004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17997
17998 * compare-w.el (compare-windows-face): Use min-colors instead of
17999 checking for tty or pc types.
18000
47ff5b28
SM
180012004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18004 (completion-setup-function): Use with-current-buffer.
18005 Properly save excursion. Simplify.
18006 Don't assume there is necessarily a `mouse-face' property somewhere.
18007
18008 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18009
18010 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
18011
18012 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18013 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18014 Use with-current-buffer.
18015 (byte-goto-log-buffer): Delete.
18016 (byte-compile-log-file): Call compilation-forget-errors.
18017
2aa4a729
PJ
180182004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18019
18020 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18021 output messages into the search result.
18022
15aa7790
MY
180232004-05-19 Masatake YAMATO <jet@gyve.org>
18024
47ff5b28 18025 * wid-edit.el (widget-radio-button-notify): Revert my last
24462ed2 18026 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15aa7790 18027
70abfe90
KH
180282004-05-19 Kenichi Handa <handa@m17n.org>
18029
e4ad9cf1
SM
18030 * international/characters.el: Fix syntax (open/close) of CJK chars.
18031
180322004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
18033
18034 * help-mode.el (help-go-back): Don't depend on position of back button.
18035
180362004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1bef8597 18039 files don't contain an accidental additional /.
e4ad9cf1
SM
18040
18041 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18042 in source buffer.
70abfe90 18043
4d4ea14a
MY
180442004-05-18 Masatake YAMATO <jet@gyve.org>
18045
18046 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
e4ad9cf1 18047 to widget-apply. :action method assumes 2 arguments, not 3.
4d4ea14a 18048
2c375837
GM
180492004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
18050
e4ad9cf1
SM
18051 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18052 New constants.
2c375837
GM
18053 (hs-special-modes-alist): Add an f90-mode entry.
18054
410019e5
SS
180552004-05-17 Sam Steingold <sds@gnu.org>
18056
e4ad9cf1
SM
18057 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18058 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
410019e5 18059
57116789
KS
180602004-05-16 Kim F. Storm <storm@cua.dk>
18061
18062 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18063
e9e132ed
JW
180642004-05-15 John Wiegley <johnw@newartisans.com>
18065
e4ad9cf1 18066 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
e9e132ed 18067 (eshell-output-object-to-target): Improve output speed 20% by not
ca19f3f1
AS
18068 calling `eshell-stringify' if something is already known to be a
18069 string.
e9e132ed 18070
c1380aa6
EZ
180712004-05-15 Alex Ott <ott@jet.msk.su>
18072
e4ad9cf1
SM
18073 * textmodes/ispell.el (ispell-local-dictionary-alist):
18074 Add windows-1251 to the choice of coding systems.
c1380aa6
EZ
18075 (ispell-dictionary-alist-6): Add support for "russianw.aff",
18076 encoded in cp1251.
18077
bc3621a0
EZ
180782004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
18079
18080 * progmodes/compile.el (compilation-warning-face)
18081 (compilation-info-face): Use min-colors.
18082
26955824
JD
180832004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18084
60ce1c58
KS
18085 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18086 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18087 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18088 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18089 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18090 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18091 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18092 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18093 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18094 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18095 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18096 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18097 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18098 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
26955824 18099
62f3da3b
KS
181002004-05-15 Kim F. Storm <storm@cua.dk>
18101
18102 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18103 Use it to set triggered-p element of timer.
18104 (timer-event-handler): Set triggered-p element non-nil while running
18105 the timer function.
18106
d5c24489
SM
181072004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * descr-text.el (describe-char-unicode-data)
18110 (describe-char-unicodedata-file): Re-enable the unicode code now that
18111 the licensing issues have been cleared in the unicode-4 license.
18112 (describe-text-properties-1): Remove unused `overlay' var.
18113 (describe-char): Remove unused var `buffer'.
18114
ddda21d3
DP
181152004-05-14 David Ponce <david@dponce.com>
18116
18117 * tree-widget.el: New file.
18118
28cfe103 181192004-05-13 Marcelo Toledo <marcelo@gnu.org>
c7a73294 18120
e4ad9cf1 18121 * language/european.el ("Brazilian Portuguese"): Add support for
c7a73294
DK
18122 Brazilian Portuguese.
18123
97dad9d3
JW
181242004-05-13 John Wiegley <johnw@newartisans.com>
18125
18126 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18127 `recentf-mode' if this variable has been customized to t.
18128
18129 * eshell/esh-test.el (eshell-test): Call the function
e4ad9cf1 18130 `emacs-version' rather than trying to build a custom version string.
97dad9d3 18131
a267ab4d
SM
181322004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18133
18134 * net/telnet.el (telnet-mode): Use define-derived-mode.
18135 Don't modify the global value of comint-prompt-regexp.
18136
64bd6fd1
JPW
181372004-05-13 John Paul Wallington <jpw@gnu.org>
18138
18139 * version.el (emacs-version): Check for `gtk' feature before
18140 `x-toolkit' feature.
18141
aae424b9
JB
181422004-05-13 Juanma Barranquero <lektu@terra.es>
18143
08cbceb9
JB
18144 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18145 arguments in the docstring, they're used only in recursive calls.
18146
aae424b9
JB
18147 * help-fns.el (help-arg-highlighting-function)
18148 (help-argument-name): Delete.
18149 (help-default-arg-highlight): New function.
18150 (help-do-arg-highlighting): Use it.
18151
eb15ce9e
GM
181522004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18153
a267ab4d
SM
18154 * calendar/appt.el (appt-disp-window):
18155 Use `calendar-set-mode-line' for a centered mode-line.
eb15ce9e
GM
18156
181572004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18158
18159 * calendar/appt.el (appt-disp-window): Do not split window
18160 excessively when `split-height-threshold' is low.
18161
da1a6bb8
NR
181622004-05-12 Nick Roberts <nickrob@gnu.org>
18163
18164 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18165 kill-buffer-hook here and make it local.
18166 (gud-kill-buffer-hook): Use kill-process for a sure kill.
18167
0e52264f
DP
181682004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
18169
a267ab4d
SM
18170 * progmodes/compile.el (compilation-set-window-height):
18171 Use save-excursion to protect against misplaced marker.
0e52264f 18172
9b44aa8b
JD
181732004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18174
18175 * custom.el (defface): Document that type can have value gtk.
18176
18177 * faces.el (face-spec-set-match-display): Handle type gtk in display.
18178
08020f9a
KH
181792004-05-12 Kenichi Handa <handa@m17n.org>
18180
588c0770 18181 * descr-text.el: Require quail at compile time.
08020f9a
KH
18182 (describe-char): If an input method is on and it supports the
18183 character, show how to input it.
18184
18185 * international/quail.el (quail-install-decode-map): Accept a
18186 char-table whose subtype is `quail-decode-map'.
18187 (quail-store-decode-map-key, quail-gen-decode-map1)
18188 (quail-gen-decode-map, quail-find-key1, quail-find-key)
18189 (quail-show-key): New functions.
18190
c9688100
JB
181912004-05-12 Juanma Barranquero <lektu@terra.es>
18192
71507e47
JB
18193 * generic.el (define-generic-mode): Remove redundant arglist info.
18194
c9688100
JB
18195 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18196 Make arguments match their use in docstring.
18197 (help-arg-highlighting-function): New variable.
18198 (help-argument-name): Mention it in the docstring.
18199 (help-do-arg-highlight): Use it. Expand regexp to accept also
18200 ARG-xxx and xxx-ARG references.
18201
cdc9b845
EZ
182022004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18203
18204 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18205 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18206 and "mailto:addr1?to=addr2" equal.
18207
ac00945e
EZ
182082004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18209
18210 * man.el (Man-getpage-in-background): Use shell-file-name
a267ab4d 18211 and shell-command-switch variables instead of hard-coded values.
ac00945e 18212
1e77b112
EZ
182132004-05-11 Eli Zaretskii <eliz@gnu.org>
18214
18215 * iimage.el: New file.
18216
494bcd27
JB
182172004-05-11 Juanma Barranquero <lektu@terra.es>
18218
86d373e6
JB
18219 * custom.el (custom-initialize-default, defcustom):
18220 Fix typo in docstring.
f68d54e7 18221
b4777370
JB
18222 * files.el (set-visited-file-name, file-expand-wildcards):
18223 Fix docstring.
18224
f68d54e7
SM
182252004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18226
18227 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18228
18229 * subr.el (eventp): Be more discriminating with integers.
494bcd27 18230
10436a47
DP
182312004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
18232
18233 * progmodes/compile.el (compile): Add universal prefix arg.
18234 (compilation-error-regexp-alist-alist): Add edg patterns.
18235
3eab7193
SS
182362004-05-10 Sam Steingold <sds@gnu.org>
18237
f68d54e7
SM
18238 * textmodes/ispell.el (ispell-message):
18239 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3eab7193 18240
522067b2
SM
182412004-05-10 Dave Love <fx@gnu.org>
18242
18243 * progmodes/python.el (help-buffer): Autoload when compiling.
18244 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18245 (run-python): Prepend to any existing PYTHONPATH.
18246
95157669
NR
182472004-05-10 Nick Roberts <nick@nick.uklinux.net>
18248
18249 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18250 for pending breakpoints.
18251
e109331a
RS
182522004-05-10 Richard M. Stallman <rms@gnu.org>
18253
18254 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
18255 directly without calling any functions in Rmail.
18256 (unrmail-unprune): Function deleted.
18257
b82a6ae7
SM
182582004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18259
18260 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18261 C-c C-z binding.
18262
a57e8159
KH
182632004-05-10 Kenichi Handa <handa@m17n.org>
18264
18265 * descr-text.el (describe-char): Fix previous change. Don't make
18266 a unibyte character to multibyte in the *Help* buffer.
18267
f9878c26
MB
182682004-05-10 Miles Bader <miles@gnu.org>
18269
18270 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18271 buffer an error if the debugger process is actually running.
18272
efde45ca
JB
182732004-05-10 Juanma Barranquero <lektu@terra.es>
18274
aa7094ba
JB
18275 * help-fns.el (help-argument-name): Default to italic.
18276 (help-highlight-arguments): Return always (usage . doc), even when
18277 usage is nil.
18278
18279 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18280 (define-ibuffer-filter): Add usage info.
18281 (define-ibuffer-op): Add usage info (but CL-style defaults for
18282 keyword args are not shown).
18283
efde45ca 18284 * subr.el (remove-overlays, read-passwd): Fix docstring.
54ce7cbf
JB
18285 (start-process-shell-command): Fix docstring. Put usage info in a
18286 format usable by `describe-function'.
18287 (open-network-stream, open-network-stream-nowait)
18288 (open-network-stream-server): Fix docstring.
efde45ca 18289
893b49bb
JR
182902004-05-09 Jason Rumney <jasonr@gnu.org>
18291
64ec7df9
JR
18292 * international/code-pages (cp932, cp936, cp949, c950): Remove.
18293 Only define cp125* if windows-125* is already defined.
18294
18295 * language/korean.el (cp949): Add alias.
18296
18297 * language/chinese.el (cp936, cp950): Add aliases.
18298
18299 * language/japanese.el (cp932): Add alias.
18300
ceb96489
JR
18301 * term/w32-win.el: Require code-pages.
18302
b82a6ae7
SM
18303 * international/mule-cmds.el (set-locale-environment):
18304 On MS-Windows use ansi code-page for default coding-systems.
893b49bb
JR
18305 Set up paper sizes for Windows 3 letter languages.
18306
b82a6ae7
SM
18307 * international/code-pages.el (cp932, cp936, cp949, cp950):
18308 Add aliases. Also add cp125* if not already defined.
893b49bb 18309
b1c661c7
JB
183102004-05-09 Juanma Barranquero <lektu@terra.es>
18311
b4777370
JB
18312 * help-fns.el (help-highlight-arguments): Don't try to highlight
18313 missing or autoloaded arglists. Accept structured arguments, like
18314 the first ones of `do' and `flet'.
d0aa1aab
JB
18315
18316 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18317 (cvs-get-marked): Remove redundant arglist info.
18318
b4777370
JB
18319 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18320 Don't use CL-style default args.
b1c661c7 18321
9e24a165
AS
183222004-05-08 Andreas Schwab <schwab@suse.de>
18323
70d4043b
AS
18324 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18325
9e24a165
AS
18326 * international/subst-ksc.el: Fix references to utf-translate-cjk
18327 into utf-translate-cjk-mode.
18328 * international/subst-big5.el: Likewise.
18329 * international/subst-gb2312.el: Likewise.
18330 * international/subst-jis.el: Likewise.
18331 * international/utf-16.el: Likewise.
18332 * international/utf-8.el: Likewise.
18333
c4ae2d51
JW
183342004-05-08 John Wiegley <johnw@newartisans.com>
18335
b82a6ae7 18336 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
c4ae2d51
JW
18337 "virtual buffers" (off by default), which makes it possible to
18338 switch to the "virtual" buffers of recently visited files. When a
18339 buffer name search fails, and this option is on, iswitchb will
18340 look at the list of recently visited files, and permit matching
18341 against those names. When the user hits RET on a match, it will
18342 revisit that file.
b82a6ae7 18343 (iswitchb-read-buffer): Add two optional arguments, which makes
c4ae2d51 18344 isearchb.el possible.
b82a6ae7
SM
18345 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18346 (iswitchb-next-match): Add support for virtual buffers.
c4ae2d51
JW
18347
18348 * isearchb.el: This module extends iswitchb to provide "as you
18349 type" buffer selection.
18350
18351 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18352 Ignore the read-only property when flyspell highlighting is on.
18353 Not ignoring it leads to a series of confusing errors.
18354 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18355 but also make sure to call flyspell-incorrect-hook.
18356 (flyspell-maybe-correct-transposition): Perform transposition test
18357 by bit twiddling a string, rather than using a temp buffer.
18358 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18359 buffer. This is also the original version of the code, which
18360 could not be checked in before due to a previous lack of
18361 assignment papers. This version has seen heavy usage on my system
18362 for several years now.
18363
18364 * calendar/cal-bahai.el: New file, which adds support for the
18365 Baha'i calendar to Emacs. This calendar is based on a solar year
18366 of 19 months of 19 days, with 4 intercalary days. Each year
18367 begins on March 21, with the calendar starting in 1844.
603b9df9 18368
881b07f9
JB
18369 * calendar/cal-menu.el, calendar/calendar.el
18370 * calendar/diary-lib.el, calendar/holidays.el:
18371 Added support for using cal-bahai.el.
c4ae2d51
JW
18372
18373 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18374 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18375 function can be used outside of eshell buffers.
18376 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18377
0f0af7a8
JB
183782004-05-08 Juanma Barranquero <lektu@terra.es>
18379
18380 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18381 word constituent so FOO-ARG is not recognized as an arg.
b82a6ae7 18382 (help-highlight-arguments): Don't skip lists in mandatory arguments.
0f0af7a8
JB
18383
18384 * simple.el (next-error): Fix typo in docstring.
18385 (open-line): Make argument names match their use in docstring.
18386 (split-line): Fix docstring.
18387
603b9df9
JB
18388 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18389 usable by `describe-function'.
18390 (gensym, gentemp, typep, ignore-errors): Make argument names match
18391 their use in docstring.
18392
18393 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18394 argument to `help-setup-xref'.
18395
38c65fca
KG
183962004-05-07 Kai Grossjohann <kai@emptydomain.de>
18397
18398 Version 2.0.40 of Tramp released.
18399
b82a6ae7
SM
18400 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18401 Use symbol-function to invoke functions only known on some Emacs
38c65fca
KG
18402 flavors. This avoids byte-compiler warnings. Reported by Kevin
18403 Scaldeferri <kevin@scaldeferri.com>.
b82a6ae7 18404 (tramp-do-copy-or-rename-file-via-buffer): Rename from
38c65fca
KG
18405 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18406 consistent with the other tramp-do-* functions.
18407 (tramp-do-copy-or-rename-file): Calls adjusted.
18408 (tramp-process-initial-commands): Avoid liveness check on shell --
18409 we know that it must be alive since we're opening a connection at
18410 this moment.
18411 (tramp-last-cmd): New internal variable.
18412 (tramp-process-echoes): New tunable.
18413 (tramp-send-command): Set tramp-last-cmd.
18414 (tramp-wait-for-output): Delete echo, if applicable.
18415 (tramp-read-passwd): Construct the key for the password cache in a
18416 way that works for multi methods, too.
18417 (tramp-bug): Add backup-directory-alist and
b82a6ae7 18418 bkup-backup-directory-info to bug reports, with Tramp counterparts.
38c65fca 18419
0f0af7a8 184202004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
18421
18422 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18423
18424 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18425 (tramp-actions-copy-out-of-band): New defcustoms.
18426 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18427 used instead of a synchronous one. Allows password entering.
18428 (tramp-action-out-of-band): New defun.
b82a6ae7
SM
18429 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18430 Remove restriction with password from doc string.
38c65fca
KG
18431 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18432 `tramp-out-of-band-prompt-regexp',
18433 `tramp-actions-copy-out-of-band', `password-cache' and
18434 `password-cache-expiry'.
18435 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18436 password caching.
18437 (tramp-touch): FILE can be a local file, too.
18438 (TODO): Remove items done.
18439 (tramp-handle-insert-directory): Properly quote file name also if
18440 not full-directory-p. Handle wildcard case. Reported by Andreas
18441 Schwab <schwab@suse.de>.
18442 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18443 new file.
b82a6ae7
SM
18444 (tramp-handle-file-local-copy, tramp-handle-write-region):
18445 The permissions of the temporary file are set if filename exists.
38c65fca
KG
18446 Reported by Ted Stern <stern@cray.com>.
18447 (tramp-backup-directory-alist)
18448 (tramp-bkup-backup-directory-info): New defcustoms.
b82a6ae7
SM
18449 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18450 (tramp-handle-find-backup-file-name): New function.
18451 Implements Tramp's find-backup-file-name.
38c65fca
KG
18452
18453 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18454 for `find-backup-file-name'.
18455
18456 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18457 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18458
9bcabb45
LH
184592004-05-07 Lars Hansen <larsh@math.ku.dk>
18460
18461 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18462
a478f3e1
JB
184632004-05-07 Juanma Barranquero <lektu@terra.es>
18464
a478f3e1
JB
18465 * subr.el (lambda): Add arglist description to docstring.
18466 (declare): Fix typo in docstring.
18467 (open-network-stream): Fix docstring.
b82a6ae7 18468 (process-kill-without-query): Fix docstring and add obsolescence info.
a478f3e1
JB
18469 (last, butlast, nbutlast): Make arguments match their use in docstring.
18470 (insert-buffer-substring-no-properties): Likewise.
18471 (insert-buffer-substring-as-yank): Likewise.
18472 (split-string): Fix docstring.
18473
0f0af7a8
JB
18474 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18475 Make argument names match their use in docstring.
18476
a478f3e1
JB
18477 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18478
6dba30fb
NR
184792004-05-06 Nick Roberts <nickrob@gnu.org>
18480
18481 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18482 Fit first sentence on one line for apropos-command.
18483
24d5055c
SM
184842004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 Changes largely merged in from Dave Love's code.
18487 * progmodes/python.el: Doc fixes.
18488 (python-mode-map): Add python-complete-symbol.
18489 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18490 (python-comment-indent, python-complete-symbol)
18491 (python-symbol-completions, python-partial-symbol)
18492 (python-try-complete): New.
18493 (python-indent-line): Remove optional arg. Use python-block-end-p.
18494 (python-check): Bind compilation-error-regexp-alist.
18495 (inferior-python-mode): Use rx. Move keybindings to top level.
18496 Set comint-input-filter.
18497 (python-preoutput-filter): Use rx.
18498 (python-input-filter): Re-introduce.
18499 (python-proc): Start new process if necessary.
18500 Check python-buffer non-nil.
18501 (view-return-to-alist): Defvar.
18502 (python-send-receive): New.
18503 (python-eldoc-function): Use it.
18504 (python-mode-running): Don't defvar.
18505 (python-mode): Set comment-indent-function.
18506 Maybe update hippie-expand-try-functions-list.
18507 (python-indentation-levels): Initialize differently.
18508 (python-block-end-p): New.
18509 (python-indent-line): Use it.
18510 (python-compilation-regexp-alist): Augment.
18511 (run-python): Import `emacs' module to Python rather than loading
18512 code directly. Set python-buffer differently.
18513 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18514 Use python-proc.
18515 (python-send-command): Go to end of comint buffer.
18516 (python-load-file): Use python-proc, emacs.eimport.
18517 (python-describe-symbol): Simplify interactive form.
18518 Use emacs.help. Do use temp-buffer-show-hook.
18519 Call print-help-return-message.
18520 (hippie-exp): Require when compiling.
18521 (python-preoutput-continuation): Use rx.
18522
18523 * diff-mode.el (diff-make-unified): Fix regexp.
18524
b90a6a12
JPW
185252004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18526
18527 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18528 filter groups from the buffer when rebuilding the Ibuffer buffer
18529 and `ibuffer-show-empty-filter-groups' is nil.
18530
1ed43c8e
VJL
185312004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18532
18533 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
18534 (ps-setup): Call ps-comment-string.
18535 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 18536
b03a4fdd
JB
185372004-05-06 Juanma Barranquero <lektu@terra.es>
18538
b4777370
JB
18539 * ehelp.el (electric-help-command-loop): Check whether the last
18540 character is visible, not (point-max).
18541
1c34b5a9
JB
18542 * help-fns.el (help-argument-name): Default to bold; don't inherit
18543 from font-lock-variable-name-face.
18544 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18545
f747bef9
KH
185462004-05-05 Kenichi Handa <handa@m17n.org>
18547
18548 * descr-text.el (describe-char): Copy the character with text
18549 properties and overlays into the first line, and call
18550 describe-text-properties on it.
18551
971cb834
SE
185522004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18553
18554 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 18555 Remove unwanted ###autoloads from source file.
971cb834 18556
2a93ca78
LH
185572004-05-05 Lars Hansen <larsh@math.ku.dk>
18558
18559 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 18560 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
18561 (wdired-abort-changes): Add message.
18562
9a9069c9
SM
185632004-05-03 Michael Mauger <mmaug@yahoo.com>
18564
18565 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18566 (sql-emacs20-p): Remove.
588c0770 18567 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
9a9069c9
SM
18568 (sql-builtin-face, sql-doc-face): Remove.
18569 (sql-mode-ansi-font-lock-keywords)
18570 (sql-mode-oracle-font-lock-keywords)
18571 (sql-mode-postgres-font-lock-keywords)
18572 (sql-mode-linter-font-lock-keywords)
18573 (sql-mode-ms-font-lock-keywords)
18574 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18575 (sql-product-font-lock): Fix font-lock reset when font rules change.
18576 (sql-highlight-product): Remove incorrect font-lock reset logic.
18577
c21c3d89
JY
185782004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18579
18580 * ses.el (ses-set-parameter): Fix typo.
18581
bdcc01de
KS
185822004-05-04 Kim F. Storm <storm@cua.dk>
18583
18584 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18585 Must expand directory for completion to work; and don't mess with
18586 process-environment.
6ab66799
KS
18587 (ido-read-file-name): If command has ido property, don't use ido
18588 if value is ignore, or read as directory if value is dir.
18589 Set ido ignore property for dired-do-rename command.
bdcc01de 18590
8eae13fd
JB
185912004-05-04 Juanma Barranquero <lektu@terra.es>
18592
b4777370
JB
18593 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18594 (electric-help-help): Check against unmapped commands.
18595
c57ada27
JB
18596 * help-fns.el (help-argument-name): New face, inheriting from
18597 font-lock-variable-name-face, to highlight function arguments in
18598 `describe-function' and `describe-key'.
18599 (help-do-arg-highlight): Auxiliary function to highlight a given
18600 list of arguments in a string.
18601 (help-highlight-arguments): Highlight the function arguments and
18602 all uses of them in the docstring.
24462ed2 18603 (describe-function-1): Use it. Do docstring output via `insert',
c57ada27
JB
18604 not 'princ', so text attributes are preserved.
18605
b4777370
JB
18606 * winner.el (winner-mode-map): Move `winner-undo' and
18607 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18608 previous bindings conflict with `prev-buffer', `next-buffer').
8eae13fd 18609
8bf38a9b
SM
186102004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18611
18612 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18613 (bibtex-entry-update): New command bound to C-c C-u.
18614 (bibtex-text-in-string): Fix regexp.
18615 (bibtex-assoc-of-regexp): Remove.
18616 (bibtex-progress-message): Fix docstring.
18617 (bibtex-inside-field): Use if.
18618 (bibtex-assoc-regexp): New function.
18619 (bibtex-format-entry): Make code more robust so that it formats
18620 also old entries.
18621 (bibtex-autokey-demangle-title): Merge with obsolete function
18622 bibtex-assoc-of-regexp.
18623 (bibtex-field-list): New function.
18624 (bibtex-entry): Use bibtex-field-list.
18625 (bibtex-parse-entry): Fix docstring.
18626 (bibtex-print-help-message): Use bibtex-field-list.
18627 (bibtex-make-field): Use bibtex-field-list.
24462ed2 18628 (bibtex-entry-index): Bugfix. Return crossref key if required.
8bf38a9b
SM
18629 (bibtex-lessp): Fix docstring.
18630
9bfadbd3
LT
186312004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18632
8bf38a9b 18633 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 18634
0928a1d8
JD
186352004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18636
18637 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18638 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18639
186402004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
18641
18642 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18643 x-get-selection.
18644
238add5e
JR
186452004-05-03 Jason Rumney <jasonr@gnu.org>
18646
18647 * makefile.nt: Remove.
18648
d83e1f9d
KS
186492004-05-03 Kim F. Storm <storm@cua.dk>
18650
8bf38a9b 18651 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 18652 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 18653
deae888e
LT
186542004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18655
8bf38a9b 18656 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 18657
a89f5c79
NR
186582004-05-03 Nick Roberts <nickrob@gnu.org>
18659
31b5ff39 18660 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 18661 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
18662 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18663 window over visible frames.
18664 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 18665
822001db
SM
186662004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18667
8eae13fd 18668 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
18669 (compilation-fake-loc): Use it.
18670 (compilation-forget-errors): Reset it.
18671
55f2eb7e
SM
186722004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18673
18674 * diff-mode.el (diff-header-face, diff-file-header-face):
18675 Use min-colors.
18676
5ad1dfd6
SM
186772004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18678
18679 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18680 (bibtex-clean-entry): Disentangle code.
18681 (bibtex-realign): New function.
18682 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18683 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18684 Remove undocumented optional arg called-by-convert-alien.
18685 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18686 for sorting instead of bibtex-sort-buffer.
18687
cf8f099f
EZ
186882004-05-02 Eli Zaretskii <eliz@gnu.org>
18689
18690 * progmodes/compile.el (compilation-start): In the
18691 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
18692 chance to show the updated process status in the mode line, and
18693 fontify the buffer explicitly after the process exits.
cf8f099f 18694
37384ede
SM
186952004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18696
18697 * progmodes/python.el (python-compilation-line-number): Remove.
18698 (python-compilation-regexp-alist): Don't use it any more.
18699 (python-orig-start, python-input-filter): Remove.
18700 (inferior-python-mode): Don't set up comint-input-filter-functions.
18701 (python-send-region): Use compilation-fake-loc.
18702
18703 * progmodes/compile.el (compilation-messages-start): New var.
18704 (compilation-mode): Don't setup next-error-function here.
18705 (compilation-setup): Set it up here instead (for minor modes as well).
18706 Make compilation-messages-start buffer local.
18707 (compilation-next-error-function): Use it.
18708 (compilation-forget-errors): Set compilation-messages-start.
18709
7655d378
LT
187102004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18711
18712 * ielm.el (ielm-prompt-read-only): Update docstring.
18713
18714 * comint.el (comint-prompt-read-only): Update docstring.
18715 (comint-update-fence, comint-kill-whole-line)
18716 (comint-kill-region): New functions.
18717
18718 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 18719 interactive form.
7655d378 18720
9242b3b7
JB
187212004-05-01 Juanma Barranquero <lektu@terra.es>
18722
18723 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18724 format arglist so default values in CL-style argument lists are
18725 correctly shown.
18726
1e8b532f
JR
187272004-05-01 Jason Rumney <jasonr@gnu.org>
18728
18729 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18730
d1df889e
KH
187312004-05-01 Kenichi Handa <handa@m17n.org>
18732
18733 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18734 quail file if it is up to date.
18735
8aa3c147
JL
187362004-04-30 Juri Linkov <juri@jurta.org>
18737
18738 * cus-edit.el (custom-mode-map):
18739 Add key binding `C-x C-s' to `Custom-save'.
18740
18741 * outline.el (outline-blank-line): New var.
18742 (outline-next-preface, outline-show-heading)
18743 (outline-end-of-subtree): Use it.
18744
18745 * dired-aux.el (dired-touch-initial): New fun.
18746 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
18747 (dired-diff): Use `dired-dwim-target-directory'
18748 if current dired buffer has no buffer mark.
8aa3c147
JL
18749
18750 * bindings.el (propertized-buffer-identification):
18751 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18752 Add C-M-arrow keys for consistency.
18753
18754 * files.el (confirm-kill-emacs):
18755 Change group from top-level `emacs' to `convenience'.
18756
18757 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18758 Push mark on the first call of successive command calls.
18759 (insert-pair): New fun created from `insert-parentheses' with
18760 `open' and `close' arguments added. Enclose active regions
18761 in paired characters. Compare adjacent characters syntax with
18762 inserted characters syntax before inserting a space.
18763 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18764
18765 * delsel.el: Don't put `delete-selection' property
18766 on `insert-parentheses' symbol to take advantage of
18767 region handling in `insert-pair' function.
9242b3b7 18768 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 18769
b2dae92a
KS
187702004-04-30 Kim F. Storm <storm@cua.dk>
18771
b2b55d03
KS
18772 * emulation/cua-base.el: Add support for changing cursor types;
18773 based on patch from Michael Mauger.
18774 (cua-normal-cursor-color, cua-read-only-cursor-color)
18775 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18776 Customization cursor type and/or cursor color.
18777 (cua--update-indications): Handle cursor type changes.
18778 (cua-mode): Update cursor indications if enabled.
18779
3b365de3
KS
18780 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18781
b2dae92a
KS
18782 * mouse.el (mouse-drag-copy-region): New defcustom.
18783 (mouse-set-region, mouse-drag-region-1): Use it.
18784
18785 * simple.el (kill-ring-save): If region face background color is
18786 unspecified (if no highlighting), show extent of fully visible
18787 region even if transient-mark-mode is enabled.
18788
18789 * emulation/cua-base.el (cua--standard-movement-commands):
18790 Add cua-scroll-up and cua-scroll-down.
18791 (cua-scroll-up, cua-scroll-down): New commands.
18792 (cua--init-keymaps): Remap scroll-up and scroll-down.
18793
18794 * emulation/cua-rect.el (cua--convert-rectangle-as):
18795 New defmacro.
18796 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18797 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 18798 New commands (suggested by Jordan Breeding).
b2dae92a 18799
3b0af402
JB
188002004-04-30 Juanma Barranquero <lektu@terra.es>
18801
18802 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18803
76f024d9
JB
188042004-04-30 Mario Lang <mlang@delysid.org>
18805
18806 * diff.el (diff-switches): Fix typo in docstring.
18807
38784ed8
AS
188082004-04-30 Alex Schroeder <alex@gnu.org>
18809
18810 * xml.el (xml-debug-print-internal): Don't add newline and
18811 indentation to text nodes and write empty elements as empty tags
18812 instead of opening and closing tags.
18813 (xml-debug-print): Take optional indent-string argument.
18814 (xml-print): Alias for xml-debug-print.
18815
d71d20ea
GM
188162004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18817
18818 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18819 than duplicate call to `line-beginning-position'.
18820
e4ad9cf1
SM
18821 * progmodes/f90.el (f90-get-present-comment-type):
18822 Return whitespace, as well as comment chars, for consistent filling
d71d20ea 18823 of comment blocks. Use `match-string-no-properties'.
e4ad9cf1 18824 (f90-break-line): Trim trailing whitespace when filling comments.
d71d20ea
GM
18825
188262004-04-30 Dave Love <fx@gnu.org>
18827
18828 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18829 (diary-from-outlook-internal, diary-from-outlook)
e4ad9cf1
SM
18830 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18831 New functions to import diary entries from Outlook-format
d71d20ea
GM
18832 appointments in mail messages.
18833
dafb59b2
SM
188342004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18835
2c2cd44f
SM
18836 * progmodes/python.el (python-send-command): New fun.
18837 (python-send-region, python-load-file): Use it.
18838
18839 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18840
dafb59b2
SM
18841 * help-fns.el (help-C-file-name): Use new subr-name.
18842 Prepend `src/' to the file name.
18843 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
18844 (describe-function-1, describe-variable): Only find a C source file
18845 name if DOC is already loaded.
dafb59b2
SM
18846
18847 * help-mode.el (help-function-def, help-variable-def):
18848 Use the new find-function-search-for-symbol functionality.
18849 Allow FILE to be `C-source'.
18850
18851 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18852 (find-function-C-source): New fun.
18853 (find-function-search-for-symbol): Use it.
18854
76f024d9 188552004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
18856
18857 * progmodes/sql.el (sql-product-alist): Rename variable
18858 `sql-product-support'. Add Postgres login parameters.
e4ad9cf1 18859 (sql-set-product, sql-product-feature): Update with renamed variable.
2c2cd44f
SM
18860 (sql-connect-postgres): Add username prompt.
18861 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18862 Make patterns less product specific.
e2cae769 18863 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2c2cd44f
SM
18864 (sql-mode-abbrev-table): Modify initialization.
18865 (sql-builtin-face): Add variable.
18866 (sql-keywords-re): Add macro.
18867 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18868 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18869 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18870 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18871 (sql-mode-linter-font-lock-keywords)
18872 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18873 (sql-mode-sybase-font-lock-keywords)
18874 (sql-mode-informix-font-lock-keywords)
18875 (sql-mode-interbase-font-lock-keywords)
18876 (sql-mode-ingres-font-lock-keywords)
18877 (sql-mode-solid-font-lock-keywords)
18878 (sql-mode-sqlite-font-lock-keywords)
18879 (sql-mode-db2-font-lock-keywords): Default to nil.
18880 (sql-product-font-lock): Always highlight ANSI keywords.
e4ad9cf1 18881 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2c2cd44f
SM
18882 (sql-send-string): Add function.
18883
b4777370 188842004-04-29 Dave Love <fx@gnu.org>
2c2cd44f
SM
18885
18886 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18887 (cfengine-end-of-defun): Ensure progress through buffer.
18888
18889 * info-look.el (cfengine-mode): Accept a terminal ().
18890
e4619728
JL
188912004-04-29 Juri Linkov <juri@jurta.org>
18892
18893 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18894 instead of isearch-yank-word-or-char. Add new key bindings for
18895 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18896 (isearch-del-char): New fun.
18897 (isearch-forward, isearch-edit-string): Update docstring.
18898 (isearch-yank-char): Doc fix.
18899 (isearch-other-meta-char): Restore point after scrolling.
18900
18901 * progmodes/compile.el (compilation-context-lines): Add nil option
18902 to disable compilation output window scrolling.
18903 (compilation-set-window): Use it.
18904
dafb59b2
SM
18905 * outline.el (outline-next-preface, outline-show-heading):
18906 Don't leave unhidden blank line before heading.
e4619728
JL
18907 (outline-end-of-subtree): Include last newline into subtree.
18908 (hide-entry): Leave point at beginning of heading instead of end.
18909 (outline-up-heading): Push mark for the first call of successive
18910 command calls.
18911
016b8f71
LT
189122004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18913
18914 * comint.el (comint-prompt-read-only): New variable.
18915 (comint-output-filter): Implement it.
18916
18917 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18918 (ielm-prompt-internal): New variable.
18919 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18920 (ielm-send-input): Delete unused variable `buf'.
18921 (ielm-eval-input): Use `ielm-prompt-internal'.
18922 (inferior-emacs-lisp-mode): Use new variables
18923 `comint-prompt-read-only' and `ielm-prompt-internal'.
18924 Get rid of obsolete variable `directory-sep-char'.
18925 (ielm): Use `zerop'.
18926
d70d59e9
JPW
189272004-04-29 John Paul Wallington <jpw@gnu.org>
18928
18929 * thumbs.el (toplevel): Require cl at compile time.
18930 Remove conditional definitions of `ignore-errors' and `caddar'
18931 because they occur at run time.
18932
e51797d0
NR
189332004-04-28 Nick Roberts <nickrob@gnu.org>
18934
18935 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 18936 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 18937 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 18938 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
18939
18940 * progmodes/gud.el (gud-common-init): Throw an error if program is
18941 already running under gdb.
18942
d42799bd
JPW
189432004-04-28 John Paul Wallington <jpw@gnu.org>
18944
18945 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18946 (thumbs-show-image-num): Move assignment of
51adae01 18947 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
18948 (thumbs-emboss-image): Don't use `evenp'.
18949
83a0f060
RS
189502004-04-28 Richard M. Stallman <rms@gnu.org>
18951
18952 * progmodes/compile.el (compilation-context-lines): Default now 0.
18953
66dc9a0f
JB
189542004-04-28 Juanma Barranquero <lektu@terra.es>
18955
18956 Use `time-less-p' from calendar/time-date.el instead of defining
18957 custom versions of it.
18958
18959 * pcomplete.el (pcomplete-time-less-p): Remove.
18960
18961 * thumbs.el (time-less-p): Remove.
18962
18963 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18964 (timeclock-generate-report): Use `time-less-p'.
18965
18966 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18967 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18968
f24485f1
MY
189692004-04-28 Masatake YAMATO <jet@gyve.org>
18970
033ad8c6 18971 * subr.el (remove-overlays): Make arguments optional.
f24485f1 18972
033ad8c6 18973 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
18974 overlay for sample.
18975 (widget-specify-sample): Put evaporate to the overlay for sample.
18976 (widget-specify-doc): Put evaporate to the overlay for documentation.
18977
5242942f
JH
189782004-04-27 Jesper Harder <harder@ifa.au.dk>
18979
18980 * info.el (info-apropos): Make it an index node. Align node names
18981 like makeinfo.
18982
93397360
EZ
189832004-04-27 Eli Zaretskii <eliz@gnu.org>
18984
18985 * net/browse-url.el (browse-url-netscape-sentinel)
18986 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
18987 (browse-url-epiphany-sentinel, browse-url-mosaic):
18988 Use browse-url-*-program instead of a literal program name.
93397360 18989
0c54865e
EZ
189902004-04-27 Kevin Ryde <user42@zip.com.au>
18991
18992 * eshell/em-alias.el:
18993 * eshell/em-dirs.el:
18994 * eshell/em-hist.el:
18995 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18996 features when M-x customize-group loads modules before the main
18997 eshell.el.
18998
12092fb3
EZ
189992004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
19000
19001 * subr.el (momentary-string-display): Support EXIT-CHAR that is
19002 either a character representation of an event or an event
19003 description list.
19004
588c0770 19005 * type-break.el: Capitalize Emacs and Lisp.
27cd478d
EZ
19006 (type-break-good-break-interval, type-break-demo-boring-stats)
19007 (type-break-terse-messages, type-break-file-name): New defcustoms.
19008 (type-break-post-command-hook)
033ad8c6
SM
19009 (type-break-warning-countdown-string): Quote variable names in doc.
19010 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
19011 (type-break-mode): Document type-break-good-break-interval and the
19012 "session" file. Schedule break according to the session file.
588c0770 19013 Kill session file buffer on exit. Organize for save-some-buffers
27cd478d
EZ
19014 to always save the session file.
19015 (type-break-mode-line-message-mode, type-break-query-mode):
19016 Uppercase arguments.
19017 (type-break-file-time, type-break-file-keystroke-count, timep)
19018 (type-break-choose-file, type-break-get-previous-time)
19019 (type-break-get-previous-count): New defuns.
19020 (type-break): Avoid break querying after a completed break in the
19021 case where the query was initiated during user invocation of the
033ad8c6
SM
19022 break. Optional terse messages.
19023 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
19024 nil. File the break time.
19025 (type-break-schedule): New optional args for overriding the use of
19026 the current time.
19027 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19028 after a break.
19029 (type-break-check): File the keystroke count.
19030 (type-break-do-query): Prevent a second query when the break is
19031 interrupted. Optional terse message.
033ad8c6 19032 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
19033 (type-break-demo-boring): Optional terse messages. Display word
19034 per minute and keystroke counts according to
19035 type-break-demo-boring-stats.
19036
aecb322b
EZ
190372004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
19038
19039 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19040 directories, make sure they exist under archive-tmpdir.
19041
eb982898
JL
190422004-04-27 Juri Linkov <juri@jurta.org>
19043
19044 * help.el (view-emacs-news): With argument, display info for the
19045 selected version by finding it among different NEWS files, and
19046 narrowing the buffer to the selected version.
19047
19048 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19049 same-window-buffer-names.
19050 (info): New arg `buffer'. Use it. Doc fix. Read file name for
19051 non-numeric prefix argument, append the number to the buffer name
19052 for numeric prefix argument.
19053 (info-other-window): Bind same-window-regexps to nil.
19054 (Info-reference-name): Rename to Info-point-loc.
19055 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19056 and Info-find-index-name for stringy Info-point-loc.
19057 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
19058 without middle `.', but with final `.' and optional line number
19059 for it. Set Info-point-loc for index nodes.
19060 (Info-index): Remove middle `.' from index entry regexp.
19061 Modify line number regexp.
19062 (Info-index-next): Decrement line number.
19063 (info-apropos): Remove middle `.' from index entry regexp.
19064 Add optional line number regexp at the end. Add matched value
19065 for line number to the result list and insert it to the buffer.
a6095665
JL
19066 Replace match-string by match-string-no-properties.
19067 Reorder result list.
eb982898
JL
19068 (Info-fontify-node): Hide index line numbers.
19069 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19070 empty matches.
19071 (Info-follow-reference): Use `str' instead of
19072 Info-following-node-name-re.
19073 (Info-toc): Use full file names. Set Info-current-node to "Top".
19074 (Info-fontify-node): Compare file names without directory name.
19075 (Info-try-follow-nearest-node): Don't set Info-reference-name.
19076 Set second arg of Info-extract-menu-node-name for index nodes.
19077 (info-xref-visited): Use magenta3 instead of magenta4.
19078 (Info-mode): Add info-apropos to docstring.
19079
19080 * log-view.el (log-view-diff): Replace interactive code "r"
19081 by a list to allow to call it even if region is not active.
19082
19083 * paren.el (show-paren-highlight-openparen): New var.
19084 (show-paren-function): Turn on openparen highlighting when
19085 matching forward if show-paren-highlight-openparen is non-nil.
19086
19087 * simple.el (kill-ring-save): Use blink-matching-delay instead of
19088 the constant value 1.
19089 (completions-common-part): Expand docstring.
19090
19091 * textmodes/picture.el (picture-mode-map): Add arrow keys.
19092
360fe9d2
KS
190932004-04-27 Kim F. Storm <storm@cua.dk>
19094
19095 * image.el (insert-sliced-image): Use line-height instead of
19096 line-spacing property on newline.
19097
ebb39555 190982004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 19099
ebb39555
LH
19100 * desktop.el (desktop-buffer-misc-data-function): Rename to
19101 desktop-save-buffer and change docstring.
19102 (desktop-buffer-modes-to-save): Delete.
19103 (desktop-save-buffer-p): Use desktop-save-buffer instead of
19104 desktop-buffer-modes-to-save.
19105 (desktop-save): Rename desktop-buffer-misc-data-function to
19106 desktop-save-buffer and allow non-function value.
19107 (desktop-missing-file-warning): Correct docstring.
eb982898 19108
ebb39555
LH
19109 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19110 to desktop-save-buffer.
eb982898 19111
ebb39555
LH
19112 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19113 desktop-save-buffer.
eb982898 19114
ebb39555 19115 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 19116
ebb39555
LH
19117 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19118
1d359d88
EZ
191192004-04-26 Eli Zaretskii <eliz@gnu.org>
19120
033ad8c6 19121 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 19122
ee9cd72d
LT
191232004-04-25 Luc Teirlinck <teirllm@auburn.edu>
19124
19125 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19126 (ielm): Only go to the end of the buffer when starting a new process.
19127
76364803
JB
191282004-04-25 Juanma Barranquero <lektu@terra.es>
19129
19130 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19131 mode line. Bind `inhibit-read-only' to t before modifying
19132 properties of text in the buffer.
19133 (ielm): Force point to the end of buffer, even when running ielm
19134 from inside itself.
19135
82f1aca9
JH
191362004-04-25 Jesper Harder <harder@ifa.au.dk>
19137
19138 * info.el (info-apropos): Reset Info-complete-cache.
19139
dbd97672
DP
191402004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
19141
19142 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19143 Also recognize severe Irix et al. messages.
19144 (compilation-normalize-filename, compile-abbreviate-directory):
19145 Delete functions.
19146 (compilation-get-file-structure): New function inherits
19147 functionality of the two preceding ones.
033ad8c6
SM
19148 (compilation-internal-error-properties, compilation-fake-loc):
19149 Use it so that different paths to the same file share the same
dbd97672
DP
19150 markers. Also optimize finding adjacent marker slightly.
19151
9ff3aa31
KS
191522004-04-25 Kim F. Storm <storm@cua.dk>
19153
19154 * image.el (insert-sliced-image): Add line-spacing t property
19155 to newlines separating image lines.
19156
759f960a
LT
191572004-04-24 Luc Teirlinck <teirllm@auburn.edu>
19158
21fb7588
LT
19159 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19160
759f960a
LT
19161 * ielm.el (ielm-prompt-read-only): New user option.
19162 (ielm-prompt): Expand docstring to describe new behavior.
19163 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19164 mention it in the docstring.
19165
fd75d62d
AS
191662004-04-24 Andreas Schwab <schwab@suse.de>
19167
14116f3c
AS
19168 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19169
fd75d62d
AS
19170 * diff.el (diff): Set default-directory in diff buffer.
19171
473551ac
EZ
191722004-04-24 Eli Zaretskii <eliz@gnu.org>
19173
6f60853a
EZ
19174 * mail/sendmail.el (mail-bury): Don't delete the frame where the
19175 mail was being composed if the terminal cannot display more than
19176 one frame; instead, switch to previous frame.
19177
473551ac
EZ
19178 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19179 (rmail-start-mail): Support rmail-mail-new-frame even on
19180 terminals that can display only one frame at a time.
19181
033ad8c6
SM
191822004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19183
19184 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19185 (checkdoc-output-font-lock-keywords): Remove error regexp.
19186 (checkdoc-output-mode-map): Remove.
19187 (checkdoc-output-mode): Derive from compilation-mode.
19188 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19189
19190 * dired.el (dired-mode-map): Add a menu entry for wdired.
19191
19192 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19193 (rx-bracket, rx-check-any, rx-any): Clean up name space.
19194
52eb0373 19195 * wdired.el (wdired-mode-map): Move init into declaration.
033ad8c6
SM
19196 Fix `return' binding.
19197 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19198 Use force-mode-line-update.
19199 (wdired-get-filename): Use `unless'.
19200 (wdired-preprocess-files): Don't assume names have no \n and use / for
19201 dir separator.
19202 (wdired-normalize-filename): Use replace-regexp-in-string.
19203 (wdired-load-hooks): Remove.
19204 (wdired-mode-hooks): Rename to wdired-mode-hook.
19205
19206 * info-look.el: Add support for cfengine-mode.
19207 (info-lookup-setup-mode): Use dolist.
19208
192092004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
19210
19211 * wdired.el: New file.
19212
c62aec78
JB
192132004-04-23 Juanma Barranquero <lektu@terra.es>
19214
19215 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19216
19217 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19218 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19219 (pcomplete--help, pcomplete--here): Doc fixes.
19220
4b284383
JB
192212004-04-23 Andre Spiegel <spiegel@gnu.org>
19222
19223 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19224 handles wrong-number-of-arguments in backend call.
19225
19226 * vc.el (vc-print-log): Likewise.
19227
033ad8c6
SM
192282004-04-20 Dave Love <fx@gnu.org>
19229
19230 * emacs-lisp/rx.el: Doc fixes.
19231 (rx-constituents): Add/extend many forms.
19232 (rx-check): Check form is a list.
19233 (bracket): Defvar.
19234 (rx-check-any, rx-any, rx-check-not): Modify.
19235 (rx-not): Simplify.
19236 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19237 (rx-kleene): Use rx-trans-forms.
19238 (rx-quote-for-set): Delete.
19239 (rx): Allow multiple args.
19240
f24814e0
KH
192412004-04-23 Kenichi Handa <handa@m17n.org>
19242
033ad8c6 19243 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
19244 using internal-char-font.
19245
d814862a
JB
192462004-04-23 Juanma Barranquero <lektu@terra.es>
19247
19248 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19249
6fc049f6
SM
192502004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
19251
19252 * diff-mode.el (diff-next-error): New fun.
19253 (diff-mode): Use it.
19254
19255 * simple.el (next-error): Change arg name.
19256 Add support for the documented C-u C-x ` usage.
19257
19258 * frame.el (special-display-popup-frame, next-multiframe-window)
19259 (previous-multiframe-window): Only consider frames on same display.
19260
2a3f604d
LH
192612004-04-22 Lars Hansen <larsh@math.ku.dk>
19262
19263 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19264 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19265
879054ea
KS
192662004-04-22 Kim F. Storm <storm@cua.dk>
19267
19268 * net/telnet.el (telnet): Add optional port arg.
19269
063a45c5
SM
192702004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19271
19272 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19273 Minor sanity check on the `hyperlink' slot.
19274
19275 * Makefile.in (recompile): Compile new files.
19276
19277 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19278 Add byte-recompile-directory's optional `arg'.
19279
19280 * cvs-status.el (cvs-tree-use-charset): New var.
19281 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19282 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19283 (cvs-status-cvstrees): Use it.
19284
19285 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19286 Make it a normal major mode.
19287 (checkdoc-buffer-label): Make sure the file name is meaningful.
19288 (checkdoc-output-to-error-buffer): Remove.
19289 (checkdoc-error, checkdoc-start-section): Rewrite.
19290
19291 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19292 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19293 (Info-title-4-face): Use new syntax.
19294 (info-xref-visited): Inherit from info-xref.
19295
19296 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19297
d88beab5
KS
192982004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19299
19300 * simple.el (next-error-last-buffer, next-error-function):
19301 New variables for the next-error framework.
19302 (next-error-buffer-p): New function.
19303 (next-error-find-buffer): Generalize compilation-find-buffer.
19304 (next-error, previous-error, first-error, next-error-no-select)
19305 (previous-error-no-select): Move from compile.el.
19306
19307 * replace.el (occur-next-error, occur-1): Hook into the next-error
19308 framework.
19309
19310 * progmodes/compile.el (compilation-start):
19311 Set next-error-last-buffer so next-error knows where to jump.
19312 (compilation-setup): Set the buffer-local variable
19313 next-error-function to 'compilation-next-error-function.
19314 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19315 alternate way to find if a buffer is a compilation buffer, for
19316 next-error convenience.
19317 (next-error-no-select, previous-error-no-select, next-error)
19318 (previous-error, first-error): Move to simple.el.
19319 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19320 (compilation-last-buffer): Remove.
19321 (compilation-start, compilation-next-error, compilation-setup)
19322 (compilation-next-error-function, compilation-find-buffer):
19323 Remove compilation-last-buffer use.
19324
a568a2cc
JB
193252004-04-21 Juanma Barranquero <lektu@terra.es>
19326
a568a2cc
JB
19327 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19328 (font-lock-warning-face): Fix spacing.
19329
b4777370
JB
19330 * makefile.w32-in (WINS): Add url/ directory.
19331
54b06e66 193322004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 19333
063a45c5
SM
19334 * desktop.el (desktop-buffer-mode-handlers): New variable.
19335 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 19336 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
19337 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19338 Catch errors signaled in handlers. Update buffer count.
19339 Evaluate desktop-buffer-point.
54b06e66
LH
19340 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19341 move to dired.el.
19342 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19343 move to info.el.
19344 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19345 move to mail/rmail.el.
19346 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19347 to mh-e/mh-e.el.
a568a2cc
JB
19348 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19349 On fail, print message (to message buffer) even if
54b06e66 19350 desktop-missing-file-warning is nil.
a568a2cc
JB
19351 (desktop-buffer-misc-data-function): New buffer local variable.
19352 Function returning major mode specific data.
54b06e66
LH
19353 (desktop-buffer-misc-functions): Make variable obsolete.
19354 (desktop-save): Use desktop-buffer-misc-data-function.
19355 (desktop-buffer-dired-misc-data): Rename to
19356 dired-desktop-buffer-misc-data and move to dired.el.
19357 (desktop-buffer-info-misc-data): Rename to
19358 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 19359 (desktop-read): Add message about number of buffers restored/failed.
1c492b87 19360
a568a2cc
JB
19361 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19362 Add parameters. Pause to display error only when
54b06e66 19363 desktop-missing-file-warning is non-nil.
a568a2cc 19364 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 19365 (dired-mode): Bind desktop-buffer-misc-data-function.
1c492b87 19366
a568a2cc
JB
19367 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19368 Add Parameters.
19369 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 19370 (Info-mode): Bind desktop-buffer-misc-data-function.
1c492b87 19371
a568a2cc
JB
19372 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19373 Add Parameters.
1c492b87 19374
a568a2cc
JB
19375 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19376 Add Parameters.
54b06e66 19377
e921af9e
RS
193782003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19379
a4391d42
EZ
19380 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19381 the case of letters in case-insensitive expansions when the
19382 abbrev is preceded by characters with letter syntax.
e921af9e 19383
0ce7de92
RS
193842004-04-21 Richard M. Stallman <rms@gnu.org>
19385
19386 * progmodes/cperl-mode.el (cperl-putback-char):
19387 Delete Emacs 18 definition.
19388
a568a2cc 19389 * international/mule.el (ctext-post-read-conversion):
0ce7de92 19390 Use assoc-string, not assoc-ignore-case.
a568a2cc 19391
0ce7de92
RS
19392 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19393
19394 * emacs-lisp/easymenu.el (easy-menu-add):
19395 Do call x-popup-menu, but only if it's defined.
19396
19397 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19398
19399 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19400 Handle multiple args: compile like progn.
19401
19402 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19403 take all args as &rest arg.
19404
19405 * autoinsert.el (auto-insert-alist): Insert the user's name in
19406 copyright notice, rather than Free Software Foundation.
19407
02f32cf0
KH
194082004-04-21 Kenichi Handa <handa@m17n.org>
19409
19410 * descr-text.el (describe-char): Make it work on *Help* buffer.
19411
c7b08a9d
KS
194122004-04-21 Kim F. Storm <storm@cua.dk>
19413
19414 * image.el (insert-image): Add optional SLICE arg.
19415 (insert-sliced-image): New defun.
19416
d58f8753
SM
194172004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19418
19419 * subr.el (read-number): Check whether `default' is nil.
19420
194212004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19422
ca19f3f1
AS
19423 * progmodes/compile.el (compilation-error-properties): Split into
19424 two.
d58f8753 19425 (compilation-internal-error-properties): New one.
ca19f3f1
AS
19426 (compilation-compat-error-properties): Use it. Fix the non-marker
19427 case.
d58f8753 19428
6b3b4dbb
RS
194292004-04-20 Richard M. Stallman <rms@gnu.org>
19430
c7b08a9d 19431 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
19432 Don't update the data if OLD-INFO is nil.
19433
19434 * view.el (view-return-to-alist): Mark it permanent local.
19435
19436 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19437
19438 * recentf.el (recentf-save-list): Catch and warn about errors.
19439
19440 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19441 so "Buffers" won't be pure.
19442
19443 * help-mode.el (help-mode-finish): Set help-return-alist first
19444 thing, setting only the entry for the selected window.
19445
19446 * help-fns.el (describe-function-1): If many non-control non-meta
19447 keys run the command, don't list all of them.
19448
1525ea1e
JB
194492004-04-20 Juanma Barranquero <lektu@terra.es>
19450
b349012b
JB
19451 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19452 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19453
1525ea1e
JB
19454 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19455
5b6156fa
KH
194562004-04-20 Kenichi Handa <handa@m17n.org>
19457
19458 * international/quail.el (quail-lookup-key): New optional arg
19459 NOT-RESET-INDICES.
19460 (quail-get-translations): Call quail-lookup-key with
19461 NOT-RESET-INDICES t.
19462 (quail-completion): Likewise.
19463 (quail-lookup-map-and-concat): Likewise.
19464
a19788b1
KH
194652004-04-20 Kenichi Handa <handa@m17n.org>
19466
19467 * international/quail.el (quail-update-translation): Don't insert
19468 such an unsupported multibyte char in a unibyte buffer.
19469
d481033a
NR
194702004-04-20 Nick Roberts <nick@nick.uklinux.net>
19471
19472 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
19473 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19474 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a 19475 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
588c0770 19476 (gdb-frame-assembler-buffer): Improve behavior with
d481033a
NR
19477 multiple frames.
19478 (gdb-display-buffer): Extend search to all visible frames.
19479
177cd3b9
EZ
194802004-04-19 Eli Zaretskii <eliz@gnu.org>
19481
19482 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19483 characters left after base64 decoding.
19484 (rmail-decode-region): Use -dos variety of `coding', to remove any
19485 ^M characters left after qp or base64 decoding.
19486
d8dc1ccc
JD
194872004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19488
d58f8753 19489 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
19490 messages.
19491
d9ee5172
SE
194922004-04-19 Stephen Eglen <stephen@gnu.org>
19493
19494 * add-log.el (add-change-log-entry): Update doc string to mention
19495 add-log-full-name and add-log-mailing-address.
19496
d1d37da8
JL
194972004-04-18 Juri Linkov <juri@jurta.org>
19498
19499 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19500 (Info-find-node-2): Simplify error message.
19501 (Info-insert-dir): Use Info-following-node-name.
19502 (Info-goto-node): Remove *info-history* and *info-toc*.
19503 (Info-history): Create a node of the virtual history file.
19504 (Info-toc): Create a node of the virtual toc file.
19505 (Info-insert-toc): New arg `curr-file' for reference file names.
19506 (info-apropos): Remove redundant var binding for temp-file.
19507 (Info-index, Info-index-next, Info-mode): Doc fix.
19508 (Info-goto-emacs-command-node): Don't jump to *info* from
19509 non-*info* Info buffers.
19510 (Info-fontify-node): Don't show the file name of external
19511 references if `Info-hide-note-references' is `hide'. Don't hide
19512 newlines at the end of paragraphs.
19513
19514 * international/mule-diag.el (list-input-methods):
19515 Fix args to help-xref-button.
19516
72266056
JL
19517 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19518 to put into effect local variables from TUTORIAL files.
19519
19520 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19521 with default value taken from the variable `sentence-end'.
19522 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19523 Add nil const to :type.
19524 (sentence-end-without-period, sentence-end-double-space)
19525 (sentence-end-without-space): Doc fix.
19526
19527 * textmodes/paragraphs.el (forward-sentence):
19528 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19529 (fill-delete-newlines):
d58f8753
SM
19530 * progmodes/cc-cmds.el (c-beginning-of-statement):
19531 Use function `sentence-end' instead of variable `sentence-end'.
72266056 19532
225df139
AS
195332004-04-18 Andreas Schwab <schwab@suse.de>
19534
19535 * progmodes/compile.el (compilation-start): Set window start to
19536 point-min if compilation-scroll-output is nil.
19537
8fef838b
JW
195382004-04-18 John Wiegley <johnw@newartisans.com>
19539
d58f8753 19540 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 19541
677eb6a5
NR
195422004-04-18 Nick Roberts <nick@nick.uklinux.net>
19543
19544 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19545 (gdb-info-breakpoints-custom): Revert previous change.
19546 (gdb-view-assembler): Update assembler if necessary.
19547 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19548 (gdb-display-source-buffer): Update properly when both source and
19549 assembler are visible.
19550
554e2741
JW
195512004-04-17 John Wiegley <johnw@newartisans.com>
19552
d58f8753 19553 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
19554 which limits the number of names shown in the minibuffer. Off by
19555 default.
19556 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19557 up iswitchb for users with a multitude of open buffers by showing
19558 only the first and last N/2 buffers in the completion list (which
19559 is enough to aid C-s/C-r, and to know that more characters are
19560 needed to refine the completion list).
19561
1ee652eb
RS
195622004-04-17 Richard M. Stallman <rms@gnu.org>
19563
19564 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19565 (file-truename): Expand all ~ constructs directly.
19566 (insert-directory): Delete any error msg output by the
19567 `insert-directory-program'.
19568
19569 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19570 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19571 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19572 (allout-init): Use find-file-hook, not find-file-hooks.
19573 (allout-mode): Eliminate Emacs 18 support.
19574 Use write-contents-functions, not local-write-file-hooks.
19575
eb6fb6e2
DP
195762004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19577
19578 * progmodes/compile.el (compilation-error-properties): Fix for
19579 adding messages when there are already markers for their file.
19580 (compilation-fake-loc): New function.
19581
da879ae8
SM
195822004-04-16 Dave Love <fx@gnu.org>
19583
ca19f3f1
AS
19584 * progmodes/python.el (python-compilation-line-number): Fix
19585 braindamage.
da879ae8
SM
19586 (python-load-file): Fix python-orig-start setting.
19587
19588 * progmodes/compile.el: Doc fixes.
19589 (compilation-error-regexp-alist-alist)
19590 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19591 (compilation-assq): Wrap in eval-when-compile.
19592 (compilation-mode-font-lock-keywords): Don't use list*.
19593 (compilation-start): Avoid warning.
19594 (compilation-compat-error-properties)
19595 (compilation-directory-properties): Add keymap property.
19596 (compilation-parsing-end): Make it a marker for better compatibility.
19597
19598 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19599
196002004-04-16 Mark A. Hershberger <mah@everybody.org>
19601
19602 * xml.el: Doc fixes.
19603 (xml-get-children): Only looks at sub-tags and ignore strings.
19604
19605 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19606
196072004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19608
da879ae8
SM
19609 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19610
3f0d8131
AS
196112004-04-16 Andre Spiegel <spiegel@gnu.org>
19612
19613 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19614
19615 * vc.el (vc-print-log): Likewise.
19616
9a1120ea
MY
196172004-04-16 Masatake YAMATO <jet@gyve.org>
19618
ca19f3f1
AS
19619 * simple.el (completion-setup-function): Set an initial value to
19620 `element-common-end' before entering loop. Set a value to
19621 `element-common-end' at the end of loop. The bug is reported by
19622 Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
19623 (completions-common-part): Rename from completion-de-emphasis.
19624 (completions-first-difference): Rename from completion-emphasis.
19625 Suggested by RMS.
9a1120ea 19626
dc5dcc00
JB
196272004-04-16 Juanma Barranquero <lektu@terra.es>
19628
19629 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19630 (bookmark-edit-annotation-mode): Add mode name.
19631
da879ae8
SM
196322004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19633
19634 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19635 for nested conflict markers.
19636 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19637
865f6a21
NR
196382004-04-15 Nick Roberts <nick@nick.uklinux.net>
19639
19640 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19641
19642 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19643
96ef1feb
SM
196442004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19645
572943b3
SM
19646 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19647 Give a backtrace if requested.
19648
19649 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19650
19651 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19652 Remove unused functions.
19653 (python-orig-start-line, python-orig-file): Remove.
19654 (python-orig-start): New var.
19655 (python-input-filter, python-compilation-line-number)
19656 (python-send-region, python-load-file): Use it.
19657
f4e432bb 19658 * info.el (info): Always jump to *info*.
96ef1feb
SM
19659
19660 * subr.el (posn-set-point): New function.
19661
19662 * mouse.el (mouse-set-point): Use it.
19663
19664 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
19665 (compilation-button-map): New keymap.
19666 (compilation-error-properties): Use it.
19667 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
19668
19669 * smerge-mode.el (smerge-popup-context-menu): Use it.
19670
19671 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19672 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19673 mouse and non-mouse case.
19674
19675 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19676 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19677
f4e432bb
SM
19678 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19679 Make it work for non-mouse events.
19680
19681 * pcvs-info.el (cvs-status-map): Update binding name.
19682
196832004-04-14 Mark A. Hershberger <mah@everybody.org>
19684
19685 * xml.el (xml-maybe-do-ns): New function to handle namespace
19686 parsing of both attribute and element names.
19687 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19688 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
ca19f3f1
AS
19689 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19690 parsing.
f4e432bb
SM
19691 (xml-parse-attlist): Make it do its own namespace parsing.
19692
196932004-04-14 Dave Love <fx@gnu.org>
19694
572943b3
SM
19695 * progmodes/python.el (run-python): Fix use of \n.
19696 (python-load-file): Remove `try' from Python fragment.
19697 (python-describe-symbol): Fix message.
19698
f4e432bb
SM
19699 * comint.el: Doc fixes.
19700 (comint-last-input-start, comint-last-input-end)
19701 (comint-last-output-start): Give them values.
19702 (comint-arguments): Avoid warning.
19703 (comint-skip-prompt): Use line-end-position.
19704 (comint-backward-matching-input): Rename arg to agree with doc.
19705 (comint-extract-string): Use syntax-ppss.
19706 (comint-dynamic-simple-complete): Delete useless list construction.
19707 (comint-redirect-subvert-readonly): New.
19708 (comint-redirect-preoutput-filter): Use it.
19709
19710 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19711 Correctly handle negative arguments when calling hook functions.
19712
37600b6d
JH
197132004-04-14 Jesper Harder <harder@ifa.au.dk>
19714
19715 * info.el (info-apropos): Don't clobber Info-history-list.
19716
b3a7f48f
DP
197172004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19718
f4e432bb
SM
19719 * progmodes/compile.el (compilation-setup):
19720 Localize overlay-arrow-position.
b3a7f48f
DP
19721 (compilation-sentinel): Restructure code equivalently.
19722 (compilation-next-error): Find message on same line after point if
19723 not found before point.
19724 (compile-mouse-goto-error): Restore function so that compilation
19725 buffer need not be current and use compile-goto-error.
19726 (compile-goto-error): Restore function.
19727 (next-error): Set overlay-arrow-position.
19728 (compilation-forget-errors): Don't localize already local
19729 compilation-locs and remove FIXME about refontifying.
19730
c09a9077
JL
197312004-04-14 Kim F. Storm <storm@cua.dk>
19732
19733 * startup.el (emacs-quick-startup): New defvar (set by -Q).
ca19f3f1
AS
19734 (command-line): New option -Q. Like -q --no-site-file, but in
19735 addition it also disables menu-bar, tool-bar, scroll-bars,
c09a9077
JL
19736 tool-tips, and the blinking cursor.
19737 (command-line-1): Skip startup screen if -Q.
ca19f3f1
AS
19738 (fancy-splash-head): Use ":align-to center" prop to center splash
19739 image.
c09a9077
JL
19740
19741 * emulation/cua-base.el (cua-read-only-cursor-color)
19742 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19743
197442004-04-13 Dave Love <fx@gnu.org>
19745
19746 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19747 (syntax): Don't require.
19748 (python) <defgroup>: Add :version.
19749 (python-quote-syntax): Re-written.
19750 (inferior-python-mode): Move stuff here from run-python and add
19751 some more.
19752 (python-preoutput-continuation, python-preoutput-result)
19753 (python-dotty-syntax-table): New.
19754 (python-describe-symbol): Use them.
19755 (run-python): Move stuff to inferior-python-mode. Modify code
19756 loaded into Python.
19757 (python-send-region): Use python-proc, python-send-string.
19758 (python-send-string): Send newlines too. Callers changed.
19759 (python-load-file): Re-written.
19760 (python-eldoc-function): New.
19761 (info-look): Don't require.
19762 (python-after-info-look): New. A modified version of former
19763 top-level code for use with eval-after-load.
19764 (python-maybe-jython, python-guess-indent): Use widened buffer.
19765 (python-fill-paragraph): Re-written.
19766 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19767 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19768
197692004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19770
19771 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19772 Set compilation-error-regexp-alist earlier.
19773
19774 * progmodes/compile.el (compilation-minor-mode-map)
19775 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19776 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19777
197782004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19781 corresponding to the event.
19782
197832004-04-12 Joe Buehler <jbuehler@hekiman.com>
19784
19785 * loadup.el: Add cygwin to system-type list, for unexec() support.
19786
197872004-04-12 John Paul Wallington <jpw@gnu.org>
19788
19789 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19790 (ibuffer-restore-window-config-on-quit): New variable to replace
19791 `ibuffer-delete-window-on-quit'. Update all references.
19792 (ibuffer-prev-window-config): New variable.
19793 (ibuffer-quit): Restore previous window configuration instead of
19794 deleting window.
19795 (ibuffer): Save window configuration before showing Ibuffer buffer.
19796
19797 * help.el (describe-mode): Doc fix.
19798
197992004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19802 not to treat nil as a function.
19803
19804 * vc-arch.el (vc-arch-root): Be a bit more careful.
19805 (vc-arch-register): Save the buffer if we modified it.
19806 (vc-arch-delete-rej-if-obsolete): Save excursion.
19807 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19808 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19809
19810 * net/ldap.el (ldap-search): Use list*.
19811
198122004-04-12 Juri Linkov <juri@jurta.org>
19813
19814 * info.el (Info-follow-reference): Allow multiline reference name.
19815
198162004-04-11 Dave Love <fx@gnu.org>
19817
19818 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19819
19820 * progmodes/python.el: New file.
19821
198222004-04-11 Andre Spiegel <spiegel@gnu.org>
19823
19824 * vc-hooks.el (vc-arg-list): Function removed.
19825 (vc-default-workfile-unchanged-p): Use condition-case to check for
19826 backward compatibility.
19827
19828 * vc.el (vc-print-log): Use condition-case to check for backward
19829 compatibility.
19830
198312004-04-11 Juri Linkov <juri@jurta.org>
19832
19833 * dired.el (dired-faces): New defgroup.
19834 (dired-header, dired-mark, dired-marked, dired-flagged)
19835 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19836 New faces.
19837 (dired-header-face, dired-mark-face, dired-marked-face)
19838 (dired-flagged-face, dired-warning-face, dired-directory-face)
19839 (dired-symlink-face, dired-ignored-face): New face variables.
19840 (dired-font-lock-keywords): Use them instead of font-lock faces.
ee213e98
JL
19841 Split the rule for dired marks into 3 separate rules: for marks,
19842 marked file names and flagged file names.
19843
19844 * help-mode.el (help-make-xrefs): Add a final newline to the
19845 *Help* buffer.
19846
dbed3cd3
JPW
198472004-04-11 John Paul Wallington <jpw@gnu.org>
19848
19849 * replace.el (occur-engine): Distinguish between one and several
19850 matches in the matches per buffer heading.
19851
539859c3
KS
198522004-04-11 Kim F. Storm <storm@cua.dk>
19853
19854 * ido.el (ido-confirm-unique-completion): New defcustom.
19855 (ido-complete): Use it.
19856 (ido-write-file): Set it to t unconditionally.
19857
1f3ddf11
MB
198582004-04-10 Miles Bader <miles@gnu.org>
19859
19860 RCS keyword removal (only non-comment changes are enumerated here):
19861
19862 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19863 (byte-compile-insert-header): Don't use `byte-compile-version'.
1f3ddf11
MB
19864 * forms.el (forms-version): Variable removed.
19865 (forms-mode): Don't use `forms-version'.
19866 * recentf.el (recentf-version): Variable removed.
19867 * progmodes/delphi.el (delphi-version): Variable removed.
19868 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19869
40899d7b
SM
198702004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19871
19872 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19873
7b30b20c
JH
198742004-04-09 Jesper Harder <harder@ifa.au.dk>
19875
19876 * info.el (info-apropos): Improve menu item regexp.
19877
758b7b09
SJ
198782004-04-09 Simon Josefsson <jas@extundo.com>
19879
19880 * mail/smtpmail.el: Add comment, based on report by
19881 kdc@rcn.com (Kevin D. Clark).
19882
91fa27cd
SM
198832004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19884
19885 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19886 Redo one more thing that I didn't notice Daniel had undone.
19887
e20b265a
NR
198882004-04-08 Nick Roberts <nick@nick.uklinux.net>
19889
dc5dcc00 19890 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
19891 (gdb-goto-breakpoint, gdb-display-buffer)
19892 (gdb-display-source-buffer, gdb-view-source-function)
19893 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19894 (gdb-source-info, gdb-frame-handler): Don't specify a window
19895 for display.
19896 (gdb-info-breakpoints-custom): Remove superfluous update of
19897 assembler buffer.
19898 (gdb-many-windows): Make settable outside gdb.
19899
79b42981
GM
199002004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19901
19902 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19903 Derive from fundamental-mode rather than text-mode.
19904
8a7757f6
JL
199052004-04-08 Juri Linkov <juri@jurta.org>
19906
19907 * info.el (Info-history): Doc fix.
19908 (Info-history-list): New var.
19909 (info-xref): Change magenta4 to blue, remove bold for dark and
19910 light backgrounds, change bold to underline for non-color classes.
19911 (info-xref-visited): New face.
19912 (Info-fontify-visited-nodes): New custom.
19913 (Info-hide-note-references): Add new value `hide'. Doc fix.
19914 (Info-reference-name): New var.
19915 (Info-selection-hook): New custom.
19916 (Info-edit-mode-hook): New var.
19917 (Info-find-file): New fun.
19918 (Info-find-node): Move part of code to Info-find-file.
19919 (Info-find-node-2): Add anchors to Info-history-list. Move point
19920 to the place with the reference name if name is defined.
19921 (Info-select-node): Add current node to Info-history-list.
19922 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19923 (Info-search-whitespace-regexp): New custom.
19924 (Info-search-case-fold): New var.
cb53a351
SM
19925 (Info-search): Add "case-sensitively" to the prompt.
19926 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
19927 (Info-search-case-sensitively, Info-search-next): New fun.
19928 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
19929 (Info-history): New fun. Add *info-history* to
19930 same-window-buffer-names.
8a7757f6
JL
19931 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19932 (Info-insert-toc): New fun.
19933 (Info-build-toc): New fun.
19934 (Info-follow-reference): Add new arg `fork'. Doc fix.
19935 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19936 with the same name prefer the reference closest to point.
19937 (Info-next-reference): Replace * by + in the *Note regexp.
19938 Add regexp for http:// and ftp://. Skip the *Note prefix.
19939 (Info-prev-reference): Replace * by + in the *Note regexp.
19940 Add regexp for http:// and ftp://. Skip the *Note prefix.
19941 (Info-follow-nearest-node): Add new arg `fork'.
19942 (Info-try-follow-nearest-node): Add new arg `fork'.
19943 Call browse-url for http:// and ftp:// references.
19944 Set Info-reference-name for index entries.
19945 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19946 Info-search-next, Info-history, Info-toc, clone-buffer.
19947 (Info-menu-update): Replace * by + in the *Note regexp.
19948 (Info-mode): Add documentation for Info-history, Info-toc,
19949 Info-search-case-sensitively, Info-search-next, clone-buffer.
19950 (Info-fontify-menu-headers): Remove fun. Move code to
19951 Info-fontify-node.
19952 (Info-fontify-node): Add docstring. Add local vars
19953 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19954 then fontify header line, titles, menu headers, http and ftp
19955 references, refill paragraphs. If not-fontified-p is t or
19956 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
19957 Fontify menu headers. Fontify http and ftp references.
19958 Change regexp for cross references to require whitespace after *Note,
19959 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
19960 Use display property for Info-hide-note-references=t. Use fifth
19961 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
19962 different face. Unhide file names of external references.
19963 Unhide newlines. Display visited menu items in a different face.
19964
91fa27cd
SM
199652004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * progmodes/compile.el: Require CL.
19968 (compilation-mode-font-lock-keywords): Re-install the "line as
19969 function" patch.
19970
19971 * help-fns.el (help-C-source-directory): New var.
19972 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19973 (describe-function-1, describe-variable): Use them.
19974
19975 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19976 to C source files specially.
19977
0c1b7af5
JL
199782004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19979
19980 * info.el (Info-hide-cookies-node): New function.
19981 (Info-select-node): Use it.
19982 (Info-display-images-node): Remove message with image file name.
19983
f6164cdd
DP
199842004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19985
19986 * progmodes/compile.el (compilation-warning-face)
19987 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
19988 (compilation-skip-visited, compilation-context-lines):
19989 Declare :version when added to Emacs.
f6164cdd
DP
19990 (compilation-error-regexp-alist-alist): Extend caml and irix.
19991 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19992 (compilation-mode-font-lock-keywords): Temporarily undo line as
19993 function patch, which wasn't ready.
19994
3a8b6993
KH
199952004-04-07 Kenichi Handa <handa@m17n.org>
19996
19997 * international/latin1-disp.el (latin1-display-setup): Check each
19998 character is displayable or not instead of calling
19999 latin1-display-check-font.
20000
3699afe8
KH
200012004-04-06 Kenichi Handa <handa@m17n.org>
20002
cb53a351
SM
20003 * language/ethio-util.el (ethio-sera-being-called-by-w3):
20004 New variable.
3699afe8
KH
20005 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20006 instead of sera-being-called-by-w3.
20007 (ethio-fidel-to-sera-buffer): Likewise.
20008 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20009 instead of sera-being-called-by-w3.
20010 (ethio-write-file): Likewise.
20011
f88aa6e5
VJL
200122004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20013
5fe26b00 20014 * printing.el: Doc fix.
f88aa6e5 20015
38e33352
NR
200162004-04-05 Nick Roberts <nick@nick.uklinux.net>
20017
20018 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20019 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20020 (gdb-setup-windows): Only use separate IO buffer if required.
20021
c953fe1b
KS
200222004-04-06 Kim F. Storm <storm@cua.dk>
20023
20024 * term.el (term-is-xemacs): Remove.
20025 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20026 (term-window-width): New function.
20027 (term-mode, term-check-size): Use it.
20028 (term-mode): Disable overflow-newline-into-fringe in term buffer.
20029
8e4d1662
PA
200302004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
20031
cb53a351 20032 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 20033 `symbol' to `name'.
8e4d1662 20034
cbfbd37d 200352004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
20036 * info.el (info-apropos): New function.
20037 (Info-mode-menu): Add it.
20038 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20039
1d0a6ebb
JH
20040 * help-mode.el (help-make-xrefs): Recognize aliased variable with
20041 inherited docstring.
20042
cbfbd37d
JH
20043 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20044
cb53a351
SM
200452004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20048
20049 * progmodes/compile.el (font-lock): Don't require any more.
20050 (compilation-error-properties, compilation-start, compilation-sentinel)
20051 (compilation-filter, next-error): Use with-current-buffer.
20052 (compilation-skip-to-next-location, compilation-skip-threshold)
20053 (compilation-skip-visited): Move to silence the byte-compiler.
20054 (compilation-setup): Simplify.
20055 (compilation-next-error): Use line-(beginning|end)-position.
20056 Make sure `pt' is non-nil before using compilation-loop.
20057 (compile-goto-error): Add optional event arg. Use it.
20058 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20059 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20060 Update the binding for mouse-2.
20061 (first-error): Set compilation-current-error to nil rather than bob.
20062 (compilation-parsing-end, compilation-parse-errors-function)
20063 (compilation-error-list, compilation-old-error-list):
20064 "New" compatibility variables.
20065 (compile-buffer-substring, compilation-compat-error-properties)
20066 (compilation-compat-parse-errors, compilation-forget-errors):
20067 New compatibility functions.
20068 (compilation-mode-font-lock-keywords): Use them.
20069
1f41bcba
LT
200702004-04-04 Luc Teirlinck <teirllm@auburn.edu>
20071
20072 * autorevert.el (auto-revert-handler): If point (or a window
20073 point) is at the end of the buffer, keep it there after
20074 reverting. This allows to tail a file.
20075 Mention this in the `Commentary'.
20076
20077 * format.el (format-write-file): Add optional argument CONFIRM
20078 and make it behave like the analogous argument to `write-file'.
20079
6411a60a
VJL
200802004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20081
20082 * progmodes/ebnf2ps.el: Doc fix.
20083 (ebnf-version): New version number (4.2).
20084 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
20085 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20086 Put autoloaded funs before first use.
6411a60a
VJL
20087 (ebnf-style-database): Add dtd entry.
20088 (ebnf-syntax-alist): Add dtd initialization.
20089 (ebnf-token-sequence): New fun.
20090 (ebnf-comment-table): Add new comment action character.
cb53a351 20091 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
20092
20093 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20094 Type Definition for XML).
20095
cb53a351
SM
20096 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20097 * progmodes/ebnf-bnf.el (ebnf-sequence):
20098 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20099 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20100 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20101 Code simplification: call ebnf-token-sequence.
6411a60a 20102
c1994268
EZ
201032004-04-04 Eli Zaretskii <eliz@gnu.org>
20104
20105 * calendar/timeclock.el (timeclock-relative)
20106 (timeclock-get-project-function, timeclock-get-workday-function)
20107 (timeclock-query-out, timeclock-when-to-leave)
20108 (timeclock-when-to-leave-string, timeclock-log-data)
20109 (timeclock-generate-report, timeclock-in): Doc fixes.
20110
aa81d8d2
SM
201112004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20112
4dfde3dd 20113 * url/: New dir. Import the URL package from its repository.
cb53a351 20114
5c84686c
AS
201152004-04-03 Andreas Schwab <schwab@suse.de>
20116
20117 * diff-mode.el (diff-mode): Fix missing quote.
20118
35aeddc4
JL
201192004-04-03 Juri Linkov <juri@jurta.org>
20120
20121 * descr-text.el (describe-property-list): Add `font-lock-face'.
20122
20123 * dired.el (dired-font-lock-keywords): Fix permission regexps.
20124
bcfa9925
JD
201252004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20126
aa81d8d2
SM
20127 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20128 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 20129
6555a8dd
DK
201302004-04-02 David Kastrup <dak@gnu.org>
20131
20132 * net/browse-url.el (browse-url-generic): Use call-process
20133 instead of start-process to allow browsers that fork and detach.
20134
e5c644da
DP
201352004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
20136
20137 * compile.el (compilation-current-error): New var.
20138 (compilation-setup, compile-mouse-goto-error)
20139 (compile-goto-error, next-error): Use it.
20140 (compilation-skip-to-next-location): Default to t, which gives
20141 contiguous skipping like old compile (where this was redundant).
20142 (compilation-next-error): Prevent previous-* commands from moving
20143 back to message at or just before point.
20144
38253bba
VJL
201452004-04-01 Nick Roberts <nick@nick.uklinux.net>
20146
20147 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20148 (gdb-source-info): Don't display source at startup, if required.
20149 (gdb-show-main): New option.
20150 (gdba): Update documentation.
20151 (gdb-source): Cover case of auto-display output.
20152
71c8db4c
LT
201532004-03-31 Luc Teirlinck <teirllm@auburn.edu>
20154
588c0770 20155 * autorevert.el: Delete obsolete autoloads and defvars.
04e08b8c 20156 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
20157 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20158 (auto-revert-handler-vc): Delete.
20159 (auto-revert-handler): Treat return value `fast' of
20160 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
20161
20162 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20163 return `fast'.
20164
20165 * files.el (buffer-stale-function): Doc change.
20166
38253bba 201672004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 20168
38253bba
VJL
20169 * printing.el: New tip on Tips section.
20170 (pr-version): New version number (6.7.4).
20171 (pr-shell-file-name): Initialization fix.
606ebcd1 20172
3ccd3160
JL
201732004-03-31 Juri Linkov <juri@jurta.org>
20174
20175 * dired.el: Add autoload for `dired-do-touch'.
20176 (dired-touch-program): New var.
20177 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20178 (dired-no-confirm): Add `touch' to docstring.
20179
20180 * dired-aux.el (dired-do-touch): New fun.
20181 (dired-do-chxxx): Add argument -t for touch operation.
20182
20183 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20184 `dired-move-to-filename-regexp'.
20185
201862004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
20187
0c1b7af5 20188 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 20189
1ede99a8
VJL
201902004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20191
20192 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20193 and only if the buffer was modified.
20194
ce4dd05c
KH
201952004-03-30 Kenichi Handa <handa@m17n.org>
20196
20197 * international/characters.el: Delete pairs for U+2308..U+230B.
20198
5d987733
NR
201992004-03-29 Nick Roberts <nick@nick.uklinux.net>
20200
20201 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20202 to detect the beginning of a level 2 or 3 annotation.
20203
984d06b3
KH
202042004-03-29 Kenichi Handa <handa@m17n.org>
20205
20206 * international/ucs-tables.el (ucs-insert): Fix the error message.
20207
39cc05f5
KH
202082004-03-29 Kenichi Handa <handa@m17n.org>
20209
2d76740f
KH
20210 * international/mule-util.el (char-displayable-p): Fix generation
20211 of XLFD file name.
20212
39cc05f5
KH
20213 * Makefile.in (setwins, setwins_almost): Change directory to $wd
20214 before finding directories by `find'.
20215
adb3b353
SM
202162004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * subr.el (interactive-form): Delete. Now implemented in C.
20219
20220 * pcvs.el (cvs-parse-process): Workaround for Darwin.
20221
20222 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20223 (vc-diff-label): New fun.
20224 (vc-diff-internal): Use it.
20225
20226 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20227
757caf1c
VJL
202282004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20229
9d59cbb0
VJL
20230 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20231
0b6f125d
VJL
20232 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20233 specify XML (EBNFX).
20234
6ca94f87
VJL
20235 * progmodes/ebnf2ps.el: Doc fix.
20236 (ebnf-version): New version number (4.1).
20237 (ebnf-syntax): Adjust customization.
20238 (ebnf-style-database): Add ebnfx entry.
20239 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 20240 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 20241
f8b09957
VJL
20242 * printing.el: Doc fix.
20243 (pr-version): New version number (6.7.3).
20244 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20245 returns nil for mouse position. Reported by Drew Adams
20246 <drew.adams@oracle.com>.
20247 (pr-update-menus): Modify interactive declaration. Reported by Drew
20248 Adams <drew.adams@oracle.com>.
20249
80cce9ae
NR
202502004-03-28 Nick Roberts <nick@nick.uklinux.net>
20251
20252 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20253 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 20254 required. From Stefan Monnier.
80cce9ae
NR
20255 (gdb-debug-log, gdb-enable-debug-log): New variables.
20256 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20257
1e87be1b
SM
202582004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
59de4ad0 20261 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
1e87be1b 20262
c86afc19
LT
202632004-03-27 Luc Teirlinck <teirllm@auburn.edu>
20264
20265 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20266 Call vc-find-file-hook here instead of in auto-revert-buffers.
20267 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
20268 (auto-revert-verbose, global-auto-revert-non-file-buffers)
20269 (global-auto-revert-mode, auto-revert-set-timer)
20270 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 20271
692feebd
EZ
202722004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20273
20274 * woman.el (woman-change-fonts): Rename local variable
20275 woman-font-alist to font-alist to avoid a compiler warning.
20276
99e0e3e2
EZ
202772004-03-27 Dave Love <fx@gnu.org>
20278
4d82882b
EZ
20279 * emacs-lisp/rx.el (rx): Doc fix.
20280 Fix copyright years.
05ec033b 20281
99e0e3e2 20282 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b 20283 (strokes-list-strokes): Cope with strings, not just commands.
588c0770 20284 Set foreground color of image.
99e0e3e2
EZ
20285 (strokes-global-set-stroke): Doc fix.
20286
77bca4db
LT
202872004-03-26 Luc Teirlinck <teirllm@auburn.edu>
20288
20289 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20290 Auto Revert mode.
20291 (Buffer-menu-files-only): New variable.
20292 (Buffer-menu-toggle-files-only): New function.
20293 (Buffer-menu-mode-map): Bind it to `T'.
20294 (Buffer-menu-mode): Mention `T' in docstring.
20295 Set buffer-stale-function.
20296 (list-buffers-noselect): Mark buffer non-modified and set
20297 Buffer-menu-files-only.
20298
20299 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20300
20301 * autorevert.el (auto-revert-handler): Print revert message
20302 before, rather than after, reverting.
20303 (buffer-stale-function): Move to files.el.
20304
1e87be1b 20305 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 20306
e1fbd956
SM
203072004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20308
8dc87047
SM
20309 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20310
e1fbd956
SM
20311 * calc/calc.el (calc-mode-map): Use mapc.
20312
20313 * apropos.el (apropos-mode): Don't autoload.
20314 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20315 (apropos): Use it.
20316 (apropos-print): Add optional `text' argument.
20317 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20318 Don't assume point-min == 1.
20319
20320 * bs.el (bs-buffer-list): Use buffer-local-value.
20321 (bs--set-toggle-to-show): Use with-current-buffer.
20322
20323 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20324 New funs.
20325 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20326
20327 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20328
20329 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20330 (dabbrev--find-expansion): Use pop.
20331 (dabbrev--search): Use match-string-no-properties.
20332
20333 * dired.el (dired-mode): Use run-mode-hooks.
20334 (dired-move-to-end-of-filename): Use match-string.
20335
20336 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20337 is bound before using it.
20338 (ediff-verbose-p): Make it into a var since it's not constant.
20339
20340 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20341
20342 * faces.el (read-face-font): Don't cons up unnecessarily.
20343 (header-line, tool-bar): Share common parts.
20344
20345 * files.el (file-relative-name): Use compare-strings.
20346
20347 * finder.el (finder-mode): Follow coding convention.
20348
20349 * subr.el (read-number): New function.
20350
20351 * ses.el (ses-read-number): Move to subr.el.
20352 (ses-set-header-row): Use read-number.
20353
c3504abb
AS
203542004-03-26 Andre Spiegel <spiegel@gnu.org>
20355
20356 * vc-hooks.el (vc-arg-list): New function, which handles both
20357 compiled and uncompiled code.
20358 (vc-default-workfile-unchanged-p): Use it.
20359
20360 * vc.el (vc-print-log): Undo prev change, use new function
20361 vc-arg-list from vc-hooks.el.
7c7085c0 20362
abcdd45a
MY
203632004-03-26 Masatake YAMATO <jet@gyve.org>
20364
20365 * simple.el (completion-setup-function): Emphasize the
825d0745 20366 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
20367 the common prefix substrings.
20368 (completion-emphasis): New face.
20369 (completion-de-emphasis): New face.
20370
825d0745
JB
203712004-03-25 Juanma Barranquero <lektu@terra.es>
20372
20373 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20374 Comment out (it's unused and unfinished code).
20375
5217a76a
SS
203762004-03-25 Sam Steingold <sds@gnu.org>
20377
e1fbd956 20378 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 20379 backend-function may be a byte-compiled object, not a lambda.
5217a76a 20380
ead14730
JL
203812004-03-25 Juri Linkov <juri@jurta.org>
20382
20383 * descr-text.el (describe-property-list): Add a button
20384 for `face' property that calls `describe-face'.
588c0770 20385 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
ead14730
JL
20386
20387 * international/mule.el (keyboard-coding-system):
20388 * kmacro.el (kmacro-call-macro): Fix docstring.
20389
20390 * dired.el: Fix comments.
20391
20392 * textmodes/fill.el (fill): Fix Info link.
20393
20394 * font-lock.el (fast-lock, lazy-lock):
20395 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20396 Info node.
20397
7c7085c0
JL
20398 * eshell/eshell.el (eshell): Fix broken info-link.
20399
20400 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20401 * eshell/em-banner.el (eshell-banner):
20402 * eshell/em-smart.el (eshell-smart):
20403 * eshell/esh-cmd.el (eshell-cmd):
20404 Comment out broken info-links to incomplete Info manual.
20405
ead14730
JL
20406 * info-xref.el: Fix commentary.
20407
204082004-03-25 Kevin Ryde <user42@zip.com.au>
20409
20410 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20411 Remove spurious node duplicate suppression, doesn't work, not wanted.
20412 (info-xref-output): Take format style args, add "sit-for 0" to let
20413 user see the results as they progress.
20414 (info-xref-check-all-custom): New function.
20415
0d1a8fa0
NR
204162004-03-25 Nick Roberts <nick@nick.uklinux.net>
20417
20418 * gdb-ui.el: Moved to progmodes.
ead14730 20419
cb53a351
SM
204202004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20421
20422 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20423
9edfb3d2
GM
204242004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20425
20426 * calendar/appt.el (appt-check): Remove superfluous progn.
20427 When finished with diary buffer: if it was not being displayed
20428 before, kill it; otherwise restore its original state.
20429 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20430
20431 * calendar/calendar.el (calendar-set-mode-line): Use total
20432 available mode-line width, rather than frame-width.
20433
20434 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20435 after mode change so effect not lost.
20436
d7aed37c
SM
204372004-03-23 Dave Love <fx@gnu.org>
20438
20439 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 20440 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
20441 (dired-revert): Use dolist.
20442 (dired-mode-map): Add U binding.
20443 (dired-mode): Add font-lock-beginning-of-syntax-function.
20444 (dired-garbage-files-regexp): Make it a defcustom.
20445
204462004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20449 is equivalent to nil.
20450 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20451 (vc-arch-mode-line-string): Accept `added' state.
20452 (vc-arch-state): Use inode-sigs if available.
20453 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20454 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20455 (vc-arch-tagline-re): New var.
20456 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20457 New functions.
20458 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20459 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20460
20461 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20462 (vc-file-not-found-hook): Use it.
20463
20464 * diff-mode.el (diff-default-read-only): Change default.
20465 (diff-mode-hook): Make it a defcustom. Add some options.
20466 (diff-mode-map): Bind diff-refine-hook.
20467 (diff-yank-handler): New var.
20468 (diff-yank-function): New fun.
20469 (diff-font-lock-keywords): Use them.
20470 (diff-end-of-file): Handle case where file-header looks like diff text.
20471 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20472 (diff-file-kill): Delete a subsequent empty line, if applicable.
20473 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20474 (diff-find-file-name): Use it.
20475 (diff-tell-file-name): New command.
20476 (diff-mode): Be careful with view-mode.
20477 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20478 New functions, for use in diff-mode-hook.
20479 (diff-find-source-location): Catch "regex too large" errors.
20480 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20481 (diff-refine-hunk): New command.
20482
20483 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20484 (smerge-context-menu-map): Remove unused var.
20485 (smerge-keep-all): Preserve markers.
20486 (smerge-keep-n): New fun.
20487 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20488 (smerge-keep-current, smerge-ediff): Use it.
20489 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20490 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20491 (smerge-resolve): Resolve trivial 3-part conflicts.
20492
ef3e9175
JL
204932004-03-23 Juri Linkov <juri@jurta.org>
20494
20495 * man.el (Man-width): New var.
20496 (Man-getpage-in-background): Use it.
20497 (Man-support-local-filenames): New var and fun.
20498 (Man-build-man-command): Don't add a second %s.
20499 (Man-fontify-manpage): Clean up message.
20500 (Man-mode): Set outline-regexp, outline-level,
20501 imenu-generic-expression.
20502
20503 * woman.el (woman-fill-frame): Doc fix.
20504 (woman-decode-region): Use window-width instead of frame-width.
20505
d7aed37c
SM
20506 * abbrevlist.el (list-one-abbrev-table):
20507 * descr-text.el (describe-char):
20508 * international/mule-diag.el (describe-current-coding-system):
20509 * international/quail.el (quail-insert-decode-map):
20510 Use window-width instead of frame-width.
ef3e9175
JL
20511
20512 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20513 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
20514 (jka-compr-write-region, jka-compr-insert-file-contents):
20515 Add message for undefined compress-program.
ef3e9175
JL
20516 (jka-compr-write-region): Remove redundant var bindings.
20517
20518 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20519 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20520 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20521 (dired-man): Use dired-guess-shell-command.
20522 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20523 Change default nil to t.
20524
20525 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20526 (dired-compare-directories): Add default value for empty input.
20527
20528 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20529
20530 * time.el (display-time-string-forms): Fix help-echo date format.
20531
d4411cef
LT
205322004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20533
ca19f3f1
AS
20534 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20535 docstring.
d4411cef
LT
20536 (buffer-stale-function): New variable.
20537 (auto-revert-list-diff, auto-revert-dired-file-list)
20538 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20539 (auto-revert-handler): Take over some functionality of deleted
20540 functions.
20541 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20542
b6ea9927
LT
20543 * dired.el (dired-directory-changed-p): New fun, extracted from
20544 dired-internal-noselect.
20545 (dired-buffer-stale-p): New fun.
d4411cef
LT
20546 (dired-internal-noselect): Use dired-directory-changed-p.
20547 Eliminate revert messages.
20548 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20549
39cc05f5 205502004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
20551
20552 * international/characters.el: Setup syntaxes for more parentheses
20553 Unicode characters.
6aa69bd7 20554
d7aed37c
SM
20555 * international/mule-cmds.el (select-safe-coding-system):
20556 Merge coding-system and auto-cs before comparing them.
6aa69bd7 20557
d08c4c28
SM
205582004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20561
20562 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20563 normal-auto-fill-function and comment-indent-function.
20564 The default values now work just as well.
20565 Don't set font-lock-beginning-of-syntax-function since we already set
20566 syntax-begin-function.
20567 (lisp-outline-level): Put ;;;###autoload at same level as (.
20568 (prin1-char): Quote special chars.
20569
20570 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20571 than with-no-warnings.
20572
20573 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20574 if the source location can't be found.
20575 (edebug-compute-previous-result): Use prin1-char.
20576
575f6118 20577 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
d08c4c28
SM
20578 (debug-ignored-errors): Add an entry.
20579
20580 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20581 (byte-compile-file): Output warning when deleting a file.
20582
20583 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20584 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20585
20586 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20587 (byte-compile-inline-expand): Use backquote.
20588 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20589 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20590
20591 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20592
20593 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20594
8f7ea687
JL
205952004-03-22 Juri Linkov <juri@jurta.org>
20596
20597 * finder.el (finder-known-keywords): Fix data, tex, unix.
20598
20599 * play/landmark.el: Fix keywords.
20600
20601 * language/ethio-util.el (ethio-find-file): Doc fix.
20602
20603 * emacs-lisp/warnings.el: Doc fix.
20604
20605 * textmodes/ispell.el (ispell-help): Doc fix.
20606
19e580b4
LT
206072004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20608
20609 * format.el (format-insert-file): Always return a list of two
20610 elements, like insert-file-contents does.
20611
091ec192
AS
206122004-03-21 Andre Spiegel <spiegel@gnu.org>
20613
675254bc 20614 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
091ec192
AS
20615 and vc-BACKEND-diff.
20616 (vc-print-log): If the print-log implementation supports it, use
20617 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20618 (vc-version-diff, vc-diff-internal): Doc fixes.
20619
20620 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 20621 implementation supports it, let diff output go to *vc*,
091ec192
AS
20622 not *vc-diff*, since this is an internal call.
20623
d08c4c28 20624 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
20625
20626 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20627
20628 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 20629
942269e7
JB
206302004-03-21 Dave Love <fx@gnu.org>
20631
d08c4c28
SM
20632 * progmodes/cfengine.el (cfengine-mode):
20633 Set parse-sexp-ignore-comments.
942269e7
JB
20634
20635 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20636
f134d28b
JB
206372004-03-21 Juanma Barranquero <lektu@terra.es>
20638
20639 * allout.el (allout-mode): Fix docstring.
20640
a2ac68f1
LT
206412004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20642
8f8607be
LT
20643 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20644
a2ac68f1
LT
20645 * autorevert.el (auto-revert-interval): Make new value take
20646 effect immediately when set through Custom.
20647 (auto-revert-set-timer): Add interactive declaration.
20648
31da0380
KS
206492004-03-19 David Ponce <david@dponce.com>
20650
d08c4c28
SM
20651 * ruler-mode.el (ruler-mode-header-line-format-old):
20652 Don't `make-variable-buffer-local'.
31da0380
KS
20653 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20654 (ruler-mode-header-line-format): Simply funcall the above.
20655 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20656 to save/restore a previous header line format.
20657 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20658 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20659 fringes and margins width.
942269e7 20660 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 20661
d08c4c28
SM
206622004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20663
20664 * log-edit.el (log-edit-font-lock-keywords): Typo.
20665
20666 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20667 (tex-send-tex-command): Rather than here.
20668 (tex-compilation-parse-errors): Simplify.
20669
20670 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20671
20672 * time.el (display-time-string-forms): Add help-echo with date on time.
20673
20674 * composite.el (compose-region): Use restore-buffer-modified-p.
20675
20676 * disp-table.el (standard-display-8bit): Simplify.
20677
20678 * server.el (server-process-filter): Delete temp frame.
20679
20680 * add-log.el (add-change-log-entry): Simplify.
20681
45dbfc84
KS
206822004-03-19 Kim F. Storm <storm@cua.dk>
20683
36bc84aa 20684 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 20685 (hexl-follow-line): Don't require 'fringe.
36bc84aa 20686
45dbfc84
KS
20687 * progmodes/compile.el (compilation-start): Always set
20688 compilation-last-buffer and return it.
20689
b2a737cd
LT
206902004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20691
20692 * simple.el (clone-buffer): Doc fix.
20693
7ab91c5f
JB
206942004-03-18 Juanma Barranquero <lektu@terra.es>
20695
20696 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20697
37264101
SM
206982004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * log-edit.el (log-edit-font-lock-keywords): New var.
20701 (log-edit-mode): Use it.
20702
feaa7f5c
NR
207032004-03-17 Nick Roberts <nick@nick.uklinux.net>
20704
20705 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20706 properly for watching in speedbar.
20707
935ce7ca
MY
207082004-03-17 Masatake YAMATO <jet@gyve.org>
20709
37264101
SM
20710 * smerge-mode.el (smerge-popup-context-menu):
20711 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20712
207132004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20714
20715 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20716 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20717 Take sealed revisions into account.
20718 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 20719
0f214cdf
MY
207202004-03-16 Masatake YAMATO <jet@gyve.org>
20721
20722 * register.el (register): Provide `register' feature.
20723
11ece56b
MY
207242004-03-15 Masatake YAMATO <jet@gyve.org>
20725
20726 Added context menu support in smerge mode.
20727 Most of the part is written by Stefan Monnier.
0820b1f6
SM
20728
20729 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20730 New keymap and menu.
11ece56b
MY
20731 (smerge-text-properties): New function.
20732 (smerge-remove-props): New function.
20733 (smerge-popup-context-menu): New function.
20734 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 20735 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
20736 (smerge-keep-current): Ditto.
20737 (smerge-kill-current): New function.
0820b1f6
SM
20738 (smerge-match-conflict): Put text properties.
20739 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 20740
0eeebaf5
MY
207412004-03-15 David Ponce <david@dponce.com>
20742
52eb0373 20743 * ruler-mode.el (ruler-mode-left-fringe-cols)
0eeebaf5
MY
20744 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20745 (ruler-mode-right-scroll-bar-cols): Remove.
20746 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
20747 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20748 Use fringe-columns and scroll-bar-columns.
0eeebaf5 20749
9fd76d04
MY
207502004-03-15 Masatake YAMATO <jet@gyve.org>
20751
20752 * hl-line.el (hl-line-range-function): New variable.
20753 (hl-line-move): New function.
20754 (global-hl-line-highlight): Use `hl-line-move'.
20755 (hl-line-highlight): Ditto.
20756
0820b1f6
SM
20757 * scroll-bar.el (scroll-bar-columns):
20758 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
20759
20760 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20761 (ruler-mode-left-fringe-cols)
20762 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20763 (ruler-mode-right-scroll-bar-cols)
20764 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20765 (ruler-mode-ruler-function): New variable.
20766 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
588c0770 20767 if the value for `ruler-mode-ruler-function' is given.
9fd76d04
MY
20768
20769 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 20770 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 20771 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
20772 the ascii area.
20773 (hexl-activate-ruler): New function.
20774 (hexl-follow-line): New function.
20775 (hexl-highlight-line-range): New function.
20776 (hexl-mode-ruler): New function.
20777
0820b1f6
SM
207782004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20779
20780 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20781 (vc-default-find-file-hook): New fun.
20782 (vc-find-file-hook): Call new find-file-hook operation.
20783
20784 * vc-arch.el: New file.
20785
5109b06a
EZ
207862004-03-12 Jesper Harder <harder@ifa.au.dk>
20787
20788 * info-look.el (info-lookup): Reuse an existing Info window.
20789
1239851c
EZ
207902004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20791
20792 * woman.el (woman-preserve-ascii): Default value changed to t and
20793 doc string revised.
20794
e69cfac2
RS
207952004-03-12 Richard M. Stallman <rms@gnu.org>
20796
20797 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20798 Fix minor bug.
20799
20800 * replace.el (occur-engine): Change message for count of matches.
20801
20802 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20803 For strings, do compare text properties.
20804
fbc4d3bd
SM
208052004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20806
20807 * progmodes/compile.el (compile-auto-highlight)
20808 (compilation-error-list, compilation-old-error-list)
20809 (compilation-parse-errors-function, compilation-parsing-end)
20810 (compilation-error-message, compilation-directory-stack)
20811 (compilation-enter-directory-regexp-alist)
20812 (compilation-leave-directory-regexp-alist)
20813 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20814 (compilation-current-file, compilation-regexps): Remove vars.
20815
20816 (compile-error-at-point, compilation-error-filedata)
20817 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20818 (compilation-next-error-locus, compilation-forget-errors)
20819 (count-regexp-groupings, compilation-parse-errors)
20820 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20821
20822 (compile-internal): Make obsolete.
20823
20824 (compilation-first-column, compilation-error)
20825 (compilation-directory-matcher, compilation-page-delimiter)
20826 (compilation-mode-font-lock-keywords, compilation-debug)
20827 (compilation-error-face, compilation-warning-face)
20828 (compilation-info-face, compilation-line-face)
20829 (compilation-column-face, compilation-enter-directory-face)
20830 (compilation-leave-directory-face, compilation-skip-threshold)
20831 (compilation-skip-visited, compilation-context-lines): New vars.
20832
20833 (compilation-warning-face, compilation-info-face)
20834 (compilation-message-face): New faces.
20835
20836 (compilation-error-regexp-alist-alist): New constant.
20837
20838 (compilation-face, compilation-directory-properties)
20839 (compilation-assq, compilation-error-properties, compilation-start)
20840 (define-compilation-mode, compilation-loop)
20841 (compilation-set-window): New functions.
20842
20843 (compile): Additional argument for interactive compiles like TeX.
20844
20845 * progmodes/grep.el (kill-grep): Move here from compile.el
20846 (grep-error, grep-hit-face, grep-error-face)
20847 (grep-mode-font-lock-keywords): New variables.
20848 (grep-regexp-alist): Simplify regexp and add `binary' case.
20849 (grep-mode): New mode.
20850 (grep-process-setup): Simplify.
20851
f6a20b2c
JR
208522004-03-11 Jason Rumney <jasonr@gnu.org>
20853
20854 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20855 letters on DOS/Windows.
20856
61042632
SM
208572004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20858
20859 * server.el (server-name): New var.
20860 (server-socket-dir): New var to replace server-socket-name.
20861 (server-start): Use them.
20862
2ceed428
SJ
208632004-03-11 Simon Josefsson <jas@extundo.com>
20864
20865 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20866 died to avoid infloop. Reported by Jonathan Glauner
20867 <jglauner@sbum.org>.
20868
61042632
SM
208692004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20870
20871 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20872 (smerge-mode-menu): Use it to deactivate menu entries.
20873 (smerge-keep-current): New fun.
20874 (smerge-keep-current): Use it.
20875
d544d2ca
JPW
208762004-03-10 John Paul Wallington <jpw@gnu.org>
20877
61042632 20878 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
20879 Declare them as variables, not constants.
20880
197d4ebc
VJL
208812004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20882
20883 * ps-print.el: Modification to print *Messages* buffer.
20884 (ps-print-version): New version 6.6.4.
20885 (ps-message-log-max): New fun.
20886 (ps-spool-without-faces, ps-spool-with-faces)
20887 (ps-count-lines-preprint): Code fix.
20888
1f5a8e4a
VJL
20889 * printing.el: New tips in Tips section.
20890
739ce395
VJL
208912004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20892
20893 * delim-col.el: Doc fix.
20894
20895 * printing.el: Doc fix. New doc section (Tips).
20896
2c8155f7
SM
208972004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20898
20899 * type-break.el (type-break-emacs-variant): Remove.
20900 (type-break-run-at-time, type-break-cancel-function-timers):
20901 Use fboundp rather than version name and number.
20902
4f918f60
MY
209032004-03-09 Masatake YAMATO <jet@gyve.org>
20904
2c8155f7 20905 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
20906 `make-variable-buffer-local'.
20907
1a9c959b
MA
209082004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20909
20910 * find-dired.el (find-dired): Call `shell-command' instead of
20911 `start-process-shell-command'. By this, Tramp takes over
20912 handling of remote directories.
20913
5895f7fd
SM
209142004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20915
0820b1f6
SM
20916 * newcomment.el (comment-use-global-state): New var.
20917 (comment-search-forward): Use it.
20918
20919 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20920
5895f7fd
SM
20921 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20922
20923 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20924 (enable-kinsoku): Make it a defcustom.
20925 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20926 paragraph to same-comment-start-marker.
20927
651f4d9f
EZ
209282004-03-07 Dave Love <fx@gnu.org>
20929
20930 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20931 (browse-url-mail): Use it.
20932
5895f7fd 20933 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
20934 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20935
372713e6
EZ
209362004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20937
20938 * woman.el (woman-man.conf-path): Doc fix.
20939 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20940
a6eeaa81 209412004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
20942
20943 * sort.el (sort-columns): Remove ms-dos from the list of systems
20944 where the external `sort' command is not used.
20945
d90ee664
KS
209462004-03-07 Kim F. Storm <storm@cua.dk>
20947
20948 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20949 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20950 from overlay-arrow-variable-list.
5895f7fd 20951 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 20952
0d3cb997
NR
209532004-03-06 Nick Roberts <nick@nick.uklinux.net>
20954
20955 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20956 overlay arrow string properly for the assembler buffer.
20957
5895f7fd
SM
209582004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * mail/sendmail.el (mail-mode): Fix last change.
20961
06884a35
NR
209622004-03-05 Nick Roberts <nick@nick.uklinux.net>
20963
20964 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20965 for the assembler buffer.
20966 (gdb-assembler-custom): Position the overlay arrow.
20967 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20968
032cbf90
SM
209692004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20970
5895f7fd
SM
20971 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20972
20973 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20974 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20975
032cbf90
SM
20976 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20977
20978 * newcomment.el (uncomment-region): Allow non-terminated comment.
20979 (comment-normalize-vars): Check the user-specified comstart marker.
20980
2e8d40a1
RS
209812004-03-04 Jesper Harder <harder@ifa.au.dk>
20982
20983 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20984 Otherwise, do use it if the region only contains font-lock text
20985 properties.
20986
01ff9136
MY
209872004-03-04 Masatake YAMATO <jet@gyve.org>
20988
20989 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20990 as the callback function for eldoc.
20991 (hexl-print-current-point-info): New function.
032cbf90 20992 (hexl-current-address): Print the address in both decimal
01ff9136
MY
20993 and hexadecimal format.
20994
04a6e76b
RS
209952004-03-04 Richard M. Stallman <rms@gnu.org>
20996
20997 * mail/rmail.el (rmail-convert-to-babyl-format):
20998 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20999
21000 * mail/mail-utils.el (mail-unquote-printable-region):
21001 New arg UNIBYTE.
21002
21003 * startup.el (command-switch-alist): Doc fix.
21004
21005 * simple.el (undo): Temporarily set this-command to `undo-start',
21006 then set it to `undo' once undo-start returns without error.
21007
21008 * simple.el (minibuffer-history-sexp-flag): Doc fix.
21009
21010 * simple.el (kill-line): Don't disregard trailing whitespace
21011 in eol condition, if show-trailing-whitespace is set.
21012
21013 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21014 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21015 When disabling, restore old values only if mouse-sel-has-been-enabled.
21016
21017 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21018 (isearch-{-char): New function.
21019 (isearch-mode-map): Bind { to isearch-{-char.
21020
21021 * font-lock.el (lisp-font-lock-keywords-2):
21022 Turn off the CL with-... and do-... general patterns.
21023 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
21024
21025 * files.el (switch-to-buffer-other-window):
21026 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 21027 (switch-to-buffer-other-frame): Likewise.
032cbf90 21028
5a7139ee
SM
210292004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21030
21031 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21032 recognizing leading comment on code line.
21033
5895f7fd
SM
210342004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21035
21036 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21037 hidden files/directories.
21038
5a7139ee
SM
210392004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21040
21041 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21042 only comment-start (in case the mode hasn't set it).
21043
21044 * Makefile.in (AUTOGENEL): New var.
21045 (bootstrap-prepare): Rename from bootstrap-clean.
21046 Don't remove elc files.
21047 (maintainer-clean): New target.
21048
21049 * xml.el (xml-get-attribute-or-nil): Simplify.
21050
5fe61ed2
JL
210512004-03-02 Juri Linkov <juri@jurta.org>
21052
21053 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21054 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21055 URL to prevent their substitution with the environment variable
21056 values by browsers.
21057
71efd3c4
VJL
210582004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21059
21060 * ps-print.el: Doc fix.
21061 (ps-print-version): New version number (6.6.3).
21062 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21063 Docstring fix.
21064 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21065 before printing.
21066 (ps-time-stamp-yyyy-mm-dd): New fun.
21067 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21068
d24bc50f
KS
210692004-03-02 Kim F. Storm <storm@cua.dk>
21070
21071 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21072
05f1c4ec
JB
210732004-03-01 Juanma Barranquero <lektu@terra.es>
21074
45435c0e
JB
21075 * allout.el (allout-rebullet-heading): Fix typo in docstring.
21076
05f1c4ec
JB
21077 * desktop.el (desktop-file-version)
21078 (desktop-after-read-hook): Fix typos.
21079 (desktop-clear-preserve-buffers): Remove redundant info in
21080 docstring already shown by the obsolescence message.
21081 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 21082 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
21083
21084 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21085
21086 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21087 docstring.
21088
acc037ba
VJL
210892004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21090
b8d955f4
VJL
21091 * printing.el: Replace "As Is..." in PostScript file print/preview by
21092 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 21093 <_marquardt_@zmd.de>.
b8d955f4 21094 (pr-insert-section-4): Adjust buffer interface.
acc037ba 21095
5ec2cc41 210962004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 21097
5ec2cc41
KG
21098 Version 2.0.39 of Tramp released.
21099
21100 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
21101 (tramp-handle-write-region, tramp-open-connection-rsh):
21102 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
21103 <tullmann@flux.utah.edu>.
21104 (tramp-process-connection-type): New variable.
21105 (tramp-maybe-open-connection): Use it.
d8d95bc7 21106 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 21107 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 21108 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 21109
5ec2cc41
KG
211102004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
21111
21112 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21113 case of non-existing filename, too. Reported by Christoph Bauer
21114 <c_bauer@informatik.uni-kl.de>.
21115 (tramp-smb-get-file-entries): The directory in question should
21116 have permissions "drwxrwxrwx". Just virtual, because we don't
21117 know the real permissions. Don't we know?
21118 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21119 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21120 (tramp-smb-wait-for-output): Optimize algorithm getting pending
21121 output. If it was received chunkwise, there have been problems.
21122 Remove the "prompt not found" error message; it is obvious.
21123 Simplify algorithm.
d8d95bc7 21124 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
21125 virtual prompt for shares, there's no need for distinction of
21126 reading shares (process ends afterwards) and interactive mode of
21127 smblient.
21128 (tramp-smb-open-connection): Setting process sentinel removed.
21129 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21130 "NT_STATUS_NETWORK_ACCESS_DENIED".
21131 (tramp-smb-maybe-open-connection): Set `process-connection-type'
21132 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21133 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 21134 corrected. Order of USER and HOST have been wrong.
d08c4c28 21135 Nobody complained for months ...
d8d95bc7
SM
21136 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21137 (tramp-smb-open-connection): Clear password cache if login has failed.
21138
21139 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41 21140 `tramp-unified-filenames'.
588c0770 21141 (tramp-completion-mode): Make test for XEmacs explicitly.
d8d95bc7
SM
21142 `event-to-character' can exists in Emacs packages too.
21143 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
21144 (tramp-buffer-name): Buffer name must contain the user if exists.
21145 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
21146 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21147 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21148 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
21149 `tramp-do-copy-or-rename-file-one-local', because it handles also
21150 the case both files use the same out-of-band method.
21151 Implementation added.
21152 (tramp-handle-file-local-copy, tramp-handle-write-region):
21153 Out-of-band handling removed. `copy-file' called instead, which
21154 calls `tramp-do-copy-or-rename-file-out-of-band'.
21155 (tramp-action-password): Check for out-of-band method removed.
21156 This function is used for 'login-program.
21157 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21158 appropriate.
21159 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21160 and `tramp-parse-sknownhosts'.
21161 (tramp-completion-function-alist): It's a defvar now, because we
21162 want to apply the optimized `tramp-set-completion-function'
21163 instead of a static list.
d8d95bc7
SM
21164 (tramp-set-completion-function): Implementation tuned.
21165 Avoid double entries, and entries where the function or the
5ec2cc41
KG
21166 file/directory doesn't exist.
21167 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21168 for SSH2.
21169 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21170 (tramp-handle-dired-compress-file): New function.
21171 (tramp-async-proc): New variable.
d8d95bc7
SM
21172 (tramp-handle-shell-command): Adding asynchronous processes.
21173 They are far from being perfect, but it works at least for
bf247b6e 21174 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
5ec2cc41
KG
21175 (top-level): Require password.el if visible. Should be mandatory
21176 once No Gnus has found its way into (X)Emacs.
21177 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 21178 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
21179 fallback any longer.
21180 (tramp-clear-passwd): New function.
d8d95bc7
SM
21181 (tramp-process-actions, tramp-process-multi-actions):
21182 Clear password cache if login has failed.
5ec2cc41
KG
21183
21184 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
21185 its own module.
21186 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21187 `ange-ftp-ftp-name-res'. There could be incorrect values from
21188 previous calls in case the "ftp" method is used in the Tramp file
21189 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21190
ab6d47ea
RS
211912004-02-28 Richard M. Stallman <rms@gnu.org>
21192
21193 * term.el (term-mouse-paste): Call mouse-set-point.
21194
21195 * thumbs.el: New file.
21196
06c97a04
VJL
211972004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21198
9d59cbb0 21199 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 21200
9d59cbb0 21201 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
21202 (ebnf-repeat): Code fix.
21203
9d59cbb0 21204 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 21205 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 21206
c0bf9913
JL
212072004-02-28 Juri Linkov <juri@jurta.org>
21208
21209 * ffap.el (dired-at-point): Additional writability test for
21210 relative directory names.
21211 (dired-at-point-prompter): Treat directories as a directory, get
21212 the directory component from files.
d8d95bc7 21213 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
21214 (ffap-file-at-point): Remove redundant code.
21215
ec03e8b3
KS
212162004-02-28 Kim F. Storm <storm@cua.dk>
21217
28eba01f 21218 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
21219 Initialize margin area images to nil.
21220 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21221 (breakpoint-enabled-bitmap-face)
21222 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21223 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21224 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21225 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21226 (gdb-reset): Use gdb-remove-breakpoint-icons.
21227 (gdb-put-string): Add dprop arg to specify alternative display
21228 property (for setting fringe bitmap).
21229 (gdb-remove-strings): Doc fix.
21230 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21231 icon in fringe (if available), or else as icon or text in display
21232 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
21233 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21234 Also make left window margin if required.
ec03e8b3
KS
21235 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21236 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
21237 no longer needed.
21238 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21239 gdb-put-breakpoint-icon.
21240 (gdb-assembler-mode): Don't set left-margin-width here.
21241
9022d421
EZ
212422004-02-27 Kevin Ryde <user42@zip.com.au>
21243
21244 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 21245 comma, so that it DTRT in macros.
9022d421 21246
5d18b953
EZ
212472004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
21248
21249 * progmodes/sh-script.el (sh-shell-arg)
21250 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21251 (sh-leading-keywords, sh-other-keywords): Fix custom type.
21252
328419c1
EZ
212532004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
21254
28eba01f
JB
21255 * faces.el (face-spec-set-match-display): Add a new attribute,
21256 `min-colors'.
9e6e8d1a 21257 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
21258
21259 * custom.el (defface): Add documentation for `min-colors'.
21260
21261 * font-lock.el (font-lock-comment-face, font-lock-string-face)
21262 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
21263 (font-lock-variable-name-face, font-lock-constant-face):
21264 Use `min-colors'.
328419c1 21265
d8d95bc7 21266 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 21267
ea946fcc
VJL
212682004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21269
9d59cbb0
VJL
21270 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
21271 define assq-delete-all if it's not defined.
ea946fcc
VJL
21272 (ebnf-generate-region): Code fix.
21273
449cba44
VJL
21274 * printing.el: Doc fix.
21275 (pr-version): New version number (6.7.2).
21276 (pr-command): Return empty string if command is an empty string.
21277
ac4780a1
VJL
212782004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21279
9d59cbb0 21280 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 21281
9d59cbb0
VJL
21282 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
21283 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21284 semi-down-full. Fix a bug on productions like test = {"test"}* | (
21285 "tt" ["test"] ). Reported by Markus Dreyer
21286 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
21287 (ebnf-version): New version number (4.0).
21288 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21289 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21290 (ebnf-delete-style): New commands.
21291 (ebnf-directory, ebnf-file): New funs.
21292 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21293 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21294 (ebnf-syntax-alist): New var.
21295 (ebnf-element-width): New fun replacing ebnf-list-width.
21296 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21297 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21298 (ebnf-prologue): Adjust vars.
21299 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21300 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21301 (ebnf-check-style-values, ebnf-generate-production)
21302 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21303 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21304 (ebnf-token-repeat): Code fix.
21305
9d59cbb0
VJL
21306 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21307 %right, %left and %prec. Suggested by Matthew K. Junker
21308 <junker@alum.mit.edu>.
ac4780a1
VJL
21309 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21310
9d59cbb0 21311 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
21312 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21313 (ebnf-iso-lex): Code fix.
21314
9d59cbb0 21315 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
21316 (ebnf-bnf-lex): Code fix.
21317
9d59cbb0 21318 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 21319
92f5fba2
LT
213202004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21321
21322 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21323 (abbrev-prefix-mark): Doc fix.
21324
baf92c0d
NR
213252004-02-23 Nick Roberts <nick@nick.uklinux.net>
21326
21327 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21328 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21329 (gdb-var-delete): Make interactive (really).
21330 (gdb-edit-value): Make non-interactive.
21331
d8d95bc7
SM
21332 * progmodes/gud.el (gud-speedbar-menu-items):
21333 Add gdb-var-delete and, indirectly, gdb-edit-value.
21334 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
21335 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21336 (gud-gdb-marker-filter): Add comment for annotations.
21337
4c635ea3
GM
213382004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21339
21340 * calendar/calendar.el (generate-calendar)
21341 (calendar-read-date): Prevent display of BC calendars once more -
21342 reverts 2003-10-01 change.
21343 (generate-calendar-month): Doc fix.
21344
213452004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21346
21347 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21348 return value of increment-calendar-month.
21349
4effffca
EZ
213502004-02-21 Stephen Compall <s11@member.fsf.org>
21351
21352 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 21353 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
21354 (save-place-forget-unreadable-files): New function.
21355 (save-place-alist-to-file): Use it to filter out files that are
21356 no longer readable.
235de372
EZ
21357
21358 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21359 current Texinfo environment, using the same method as in
21360 `texinfo-insert-@end', and insert a space rather than a newline if
21361 point in a @table environment.
21362
7e1626fb
EZ
213632004-02-21 Juri Linkov <juri@jurta.org>
21364
21365 * ffap.el (ffap-file-at-point): Try parent directories.
21366
69e82404
EZ
213672004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21368
21369 * vcursor.el (vcursor-modifiers): New defcustom.
21370 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21371 hard-coded list.
21372
8bcfd13b
EZ
213732004-02-21 Masatake YAMATO <jet@gyve.org>
21374
21375 * play/animate.el (animate-birthday-present): Accept names other
21376 than `Sarah', too.
21377
32e51983
EZ
213782004-02-21 Juri Linkov <juri@jurta.org>
21379
21380 * startup.el: Remove table of command line arguments from the
21381 Commentary section.
21382
36b0f52b
JW
213832004-02-20 John Wiegley <johnw@newartisans.com>
21384
d8d95bc7 21385 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
21386 again" modifier from 'e' to 'E', since 'e' is also used by the
21387 "file extension" modifier.
21388
923c1e6f
LT
213892004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21390
21391 * help-fns.el (describe-categories): Doc fix.
21392
6d2986fb
MK
213932003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21394
21395 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21396 temporary file for buffer already visiting one. This change makes
21397 output likely to be directly usable by patch program.
21398 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 21399
5223afda
NR
214002004-02-20 Nick Roberts <nick@nick.uklinux.net>
21401
21402 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21403 case of variables defined in compound statements.
d8d95bc7
SM
21404 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21405 Simplify constructions using switch-to-buffer.
5223afda 21406
507c5deb
SJ
214072004-02-19 Simon Josefsson <jas@extundo.com>
21408
21409 * play/morse.el: Fix typo.
21410 (morse-code): Add @.
21411
e306dc9f
GM
214122004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21413
21414 * calendar/appt.el (appt-display-format): Change default to
28eba01f 21415 'ignore, for backwards compatibility.
e306dc9f
GM
21416 (appt-display-message): If appt-display-format is 'ignore,
21417 respect old vars appt-msg-window and appt-visible.
21418 (appt-activate): Don't depend on return value of cancel-timer.
21419
21420 * calendar/calendar.el (calendar-holidays): Doc fix.
21421
b15aa9f9
SM
21422 * calendar/cal-coptic.el (coptic-prompt-for-date):
21423 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
21424 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21425 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21426 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21427 * calendar/cal-islam.el (calendar-goto-islamic-date)
21428 (mark-islamic-diary-entries): Ditto.
21429 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21430 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21431 (calendar-read-mayan-tzolkin-date): Ditto.
21432 * calendar/calendar.el (calendar-read-date): Ditto.
21433 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21434
c6190ba0
MR
214352004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21436
b15aa9f9
SM
21437 * progmodes/executable.el (executable-command-find-posix-p):
21438 Fix choice of the directory.
c6190ba0 21439
8e5d85ff
LT
214402004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21441
21442 * simple.el (interprogram-cut-function)
21443 (interprogram-paste-function, kill-new, kill-append):
21444 Doc fixes.
21445 (kill-region): Make it return nil. Doc fix.
21446 (yank-pop): Make its argument optional.
21447 (yank): Make ARG `-' equivalent to `-1'.
21448
a6eeaa81 214492004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
21450
21451 * mail/rmail.el (rmail-get-new-mail): Don't reference
21452 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21453
8a9825f7
LT
214542004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21455
21456 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21457 if one of global-auto-revert-non-file-buffers or autorevert-mode
21458 is non-nil.
21459
a6eeaa81 214602004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
21461
21462 * subr.el (delete-dups): A better implementation from Karl Heuer
21463 <kwzh@gnu.org>.
21464
279dffd6
EZ
214652004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21466
21467 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
21468 correct place.
21469 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
21470 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21471
a6eeaa81 214722004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
21473
21474 * progmodes/grep.el (grep-compute-defaults): Undo change from
21475 2004-01-29: don't use executable-command-find-posix-p.
21476
c33b76da
EZ
214772004-02-16 Richard Sharman <rsharman@pobox.com>
21478
21479 * hilit-chg.el: Use require instead of eval-and-compile.
21480 (highlight-compare-buffers): New function.
21481
1c0ecbc4
EZ
214822004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21483
21484 * man.el (Man-fontify-manpage): Render section headings in
21485 `Man-overstrike-face' even when overstrike was not used by man
21486 formatter for section headings.
21487
88fcbeaa
EZ
214882004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21489
52eb0373 21490 * rmail-spam-filter.el (vm-use-spam-filter)
88fcbeaa 21491 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 21492 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 21493 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
21494 spam testing. Don't delete spam message if automatic deletion
21495 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 21496 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
21497 rsf-bbdb-dont-create-entries-for-spam.
21498 (check-field): New function, extracted from code in
d08c4c28 21499 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
21500 (message-content-type): New variable to check the content-type:
21501 field added, also in defcustom of rsf-definitions-alist.
21502 (rmail-spam-filter): Replace repeated test code for header fields
21503 by calls to check-field; change the call to
21504 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 21505 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
21506 (rsf-add-contents-type): New function to convert old format
21507 of rmail-spam-definitions-alist into new one.
b15aa9f9 21508 Change prefixes of all variables and functions from
88fcbeaa
EZ
21509 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21510
a6eeaa81 215112004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
21512
21513 * loadhist.el (unload-hook-features-list): New defvar.
21514
0ca9aa8f
EZ
215152004-02-16 Dave Love <fx@gnu.org>
21516
21517 * loadhist.el (unload-feature): Doc fix. Rename flist to
21518 unload-hook-features-list.
21519
28eba01f 215202004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
21521
21522 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21523 cookie. Don't check if we are looking-at open-formula.
21524
ca4bc494
EZ
215252004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21526
21527 * subr.el (match-string-no-properties): Use substring-no-properties.
21528
a6eeaa81 215292004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
21530
21531 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
21532 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21533 Use lower-case "rx" in all error message.
740b7c2d
EZ
21534
215352004-02-16 Dave Love <fx@gnu.org>
21536
21537 * emacs-lisp/rx.el (rx-or): Put group around result.
21538 (rx-constituents): Add backref.
21539 (rx-syntax): Add string-delimiter, comment-delimiter.
21540 (rx-categories): Add combining-diacritic.
21541 (rx-check-not, rx-greedy, rx): Doc fix.
21542 (rx-backref, rx-check-backref): New.
21543
065b7364
EZ
215442004-02-16 Jesper Harder <harder@ifa.au.dk>
21545
21546 * newcomment.el (uncomment-region): Allow eob as comment end.
21547
0eee131e 215482004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
21549
21550 * filecache.el: All message and error commands now use prefix
21551 "Filecache:" to make it easy to read *Messages* buffer.
21552
fb94f75f
EZ
215532004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21554
d08c4c28
SM
21555 * autorevert.el: Add support to detect changed dired and VC buffers.
21556 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
21557 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21558 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 21559 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 21560 and `auto-revert-active-p'.
4e664f62
EZ
21561 (eval-when-compile): Defvar dired-directory and vc-mode.
21562 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21563 (auto-revert-handler-vc): New functions.
fb94f75f 21564
ebb8cb68
EZ
215652004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21566
21567 * progmodes/compile.el (compilation-directory): New defvar.
21568 (compile): Save current directory in compilation-directory.
21569 (recompile): Bind default-directory to compilation-directory if
21570 that is non-nil.
21571
062a9fce
EZ
215722004-02-16 Dave Love <fx@gnu.org>
21573
8a9825f7 21574 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
21575 (comment-region-function, uncomment-region-function): New.
21576 (comment-indent): Use comment-insert-comment-function.
21577 (uncomment-region): Use uncomment-region-function.
21578 (comment-region): Use comment-region-function.
21579
062a9fce
EZ
21580 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21581
f800daf6
EZ
215822004-02-16 Richard Stallman <rms@gnu.org>
21583
21584 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21585 loaddefs* and ldefs-boot*.
21586
a6eeaa81 215872004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
21588
21589 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21590 and email address at the beginning and end of the address.
21591
21592 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21593 anchored at the beginning of the email address.
21594
f92f5e37
KH
215952004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21596
21597 * international/ccl.el (ccl-compile-write): Pass `left' to
21598 ccl-embed-code to generate correct code of write-expr-register.
21599
4ae8d76c
TTN
216002004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21601
21602 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21603
49f87d23
JD
216042004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21605
21606 * x-dnd.el: Mention support for Motif in commentary.
21607 (x-dnd-handle-drag-n-drop-event): Ditto.
21608
584b627e
JY
216092004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21610
783bcffa
SM
21611 * ses.el: Use "ses--" prefixes for buffer-local variables.
21612 Use (point-min) instead of 1, even when we know the buffer
21613 is unnarrowed.
588c0770 21614 (ses-build-load-map): Delete. Distribute its content to defconsts for
783bcffa
SM
21615 the three maps.
21616 (ses-menu, ses-header-line-menu): New menus.
21617 (ses-mode-map): Use them.
21618 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 21619
84456793
MS
216202004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21621
b15aa9f9 21622 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
21623 when building in a different directory.
21624
7e46b7bf
LT
216252004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21626
783bcffa
SM
21627 * simple.el (kill-new): Put yank-handler property on the entire string.
21628
b15aa9f9
SM
216292004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21630
21631 * diff.el: Don't use compile any more, use diff-mode instead.
21632 (diff-regexp-alist, diff-old-file, diff-new-file)
21633 (diff-parse-differences, diff-process-setup): Remove.
21634 (diff-sentinel): New fun.
21635 (diff): Use it. Run the process ourselves.
21636 Use diff-mode for the rest of the processing.
21637
21638 * diff.el (diff): Simplify code handling `switch'.
21639
783bcffa
SM
216402004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21641
21642 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 21643
6827d730
LT
216442004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21645
fb2dcf04
LT
21646 * simple.el (kill-append): Doc fix.
21647
783bcffa
SM
21648 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21649 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 21650
1cdb6ab4
JPW
216512004-02-11 John Paul Wallington <jpw@gnu.org>
21652
21653 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21654
4c11f6a8
SM
216552004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21656
21657 * diff.el (diff-switches): New fun.
21658 (diff, diff-backup): Use it.
21659 (diff): Clean up the args construction. Use backquote.
21660 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 21661 (diff): Add a revert-buffer function.
4c11f6a8 21662
b9aafad5
JD
216632004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21664
fe38e3b0 21665 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 21666 handled by x-dnd-handle-file-name.
b9aafad5
JD
21667 (x-dnd-known-types): Add COMPOUND_TEXT.
21668 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21669 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21670 x-dnd-empty-state.
21671 (x-dnd-forget-drop): Ditto.
21672 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21673 (x-dnd-handle-one-url): Return private when inserting text.
21674 (x-dnd-insert-ctext): New function.
21675 (x-dnd-handle-file-name): New function for FILE_NAME.
21676 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21677 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21678 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21679
3638f0e0
KH
216802004-02-10 Kenichi Handa <handa@m17n.org>
21681
21682 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21683 instead of while loop.
21684
4d449b11
MB
216852004-02-10 Miles Bader <miles@gnu.org>
21686
21687 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21688
f73145c1
KH
216892004-02-09 Kenichi Handa <handa@m17n.org>
21690
21691 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21692 have end-of-line.
21693
7fefaee7
MS
216942004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21695
21696 * Makefile.in: Added extra dependencies in the recompile target
21697 needed to cope with the compile time macro expansions in CC Mode.
21698
82722af3
KS
216992004-02-09 Kim F. Storm <storm@cua.dk>
21700
21701 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21702 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21703 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21704 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21705 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21706 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21707 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21708 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21709 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21710 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21711 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
21712
217132004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21714
21715 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21716 Don't allow shrink if there's a window on our right.
21717
21718 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21719 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21720 Bring together declaration and initialization.
21721 (prolog-mode-variables): Don't set the syntax table.
21722 Don't set paragraph-start and comment-indent-function.
21723 Add /*..*/ to the comment regexps.
21724 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21725 (prolog-mode-map): Don't bind TAB.
21726 (prolog-mode): Set the syntax table.
21727 (prolog-comment-indent): Remove.
21728 (inferior-prolog-mode-map): Initialize in the declaration.
21729 (inferior-prolog-mode-syntax-table)
21730 (inferior-prolog-mode-abbrev-table): New vars.
21731 (inferior-prolog-mode): Derive from comint-mode.
21732 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21733 minibuffer windows.
21734
21735 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
588c0770 21736 in file names, as long as it is unambiguous.
fc4d69e1 21737
e1dc18db
AS
217382004-02-08 Andreas Schwab <schwab@suse.de>
21739
21740 * textmodes/reftex-toc.el
21741 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21742 format. Doc fix.
21743
21744 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21745 format string arguments.
21746
21747 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21748 string argument.
21749
fc4d69e1 21750 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
21751
21752 * play/zone.el (zone-call): Fix format string.
21753
fc4d69e1 21754 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 21755
ca19f3f1
AS
21756 * midnight.el (midnight-delay-set): Remove extra format string
21757 argument.
e1dc18db 21758
fc4d69e1 21759 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
21760
21761 * hexl.el (hexl-insert-char): Add missing format string argument.
21762
21763 * format.el (format-decode): Fix format string.
21764
21765 * emulation/vi.el (vi-mode): Remove extra format string argument.
21766 (vi-repeat-last-search): Likewise.
21767 (vi-reverse-last-search): Likewise.
21768 (vi-goto-mark): Likewise.
21769 (vi-reverse-last-find-char): Likewise.
21770 (vi-repeat-last-find-char): Likewise.
21771 (vi-locate-def): Likewise.
21772
fc4d69e1 21773 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
21774
21775 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21776 string argument.
21777 (ediff-toggle-regexp-match): Likewise.
21778
21779 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21780 format string argument.
21781
21782 * calc/calc-map.el (calc-get-operator): Remove extra format
21783 string argument.
21784
21785 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21786
21787 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21788 string argument.
21789
21790 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21791
fc4d69e1 21792 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 21793
fc4d69e1 21794 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 21795
fc4d69e1 21796 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
21797 (cl-struct-setf-expander): Likewise.
21798
21799 * vc.el (with-vc-file): Fix unsafe uses of error.
21800 (vc-cancel-version): Likewise.
21801
c35391d1
NR
218022004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21803
21804 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21805 thousands separator; fixes <class>:<line-number> regexp for
21806 non-english locales.
21807
ea855511
AS
218082004-02-08 Andreas Schwab <schwab@suse.de>
21809
21810 * view.el (view-mode-enable): Revert previous change.
21811
7fdd1f62
KS
218122004-02-07 Kim F. Storm <storm@cua.dk>
21813
21814 * simple.el (line-number-at-pos): Rename from line-at-pos.
21815 Uses changed (what-line and vc-annotate-warp-version).
21816
783bcffa
SM
218172004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21820 (diff-mode): Remove aborted attempt at support for compile.el.
21821 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21822
daa3ea8d
AS
218232004-02-06 Andreas Schwab <schwab@suse.de>
21824
21825 * view.el (view-mode-enable): Add view-mode-map to
21826 minor-mode-overriding-map-alist.
21827
14ca8854
JD
218282004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21829
21830 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21831
d1345427
SM
218322004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21833
21834 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21835 with point inside rather than after the paragraph.
21836
dbfa9ed4
SS
218372004-02-04 Sam Steingold <sds@gnu.org>
21838
21839 * mail/smtpmail.el (smtpmail-try-auth-methods):
21840 Do not try authentication when no mechanism is available.
21841 Pass port-name as defaultport to `netrc-machine'.
21842
12ad758a
SE
218432004-02-04 Stephen Eglen <stephen@gnu.org>
21844
21845 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21846 to show how minibuffer height can be constrained.
21847
21575d92
JPW
218482004-02-04 John Paul Wallington <jpw@gnu.org>
21849
21850 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21851
133aad74
JD
218522004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21853
21854 * x-dnd.el: New file for drag and drop.
21855
21856 * term/x-win.el: require x-dnd, set after-make-frame-functions
21857 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21858 drag-n-drop event.
21859
21860 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21861 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21862 (dired-dnd-handle-file): New functions for drag and drop support.
21863 (dired-mode): Initialize drag and drop if x-dnd present.
21864
d1345427
SM
218652004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21866
21867 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21868 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21869 (cperl-mode): Set fill-paragraph-function.
21870 (cperl-fill-paragraph): Make it non-interactive.
21871
c010ecfa
BR
218722004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21873
21874 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21875
0fc8fa73
DK
218762004-02-02 David Kastrup <dak@gnu.org>
21877
21878 * replace.el (perform-replace): Allow 'literal argument in
21879 regexp-flag to indicate literal replacement.
21880 (query-replace-regexp-eval): Use it.
21881
679be517
AS
218822004-02-01 Andreas Schwab <schwab@suse.de>
21883
d1345427 21884 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 21885
b3a3e4e1
SE
218862004-02-01 Stephen Eglen <stephen@gnu.org>
21887
21888 * info-look.el: Add support for maxima-mode. Update commentary
21889 because info-lookup-symbol is now bound to C-h S.
21890
11178a06
LT
218912004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21892
21893 * simple.el (edit-and-eval-command): Bind print-level and
21894 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21895 Correct initial position in command-history.
21896
eb996101
LT
218972004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21898
21899 * files.el (read-directory-name): Adapt the docstring to recent
21900 change in Fread_file_name.
21901
9e2d29b6
JY
219022004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21903
21904 * ses.el (ses-print-cell): If print format too wide for column
21905 width, truncate decimal places if that helps to avoid "#####" fill.
21906 * ses.el (ses-initial-column-width): Revert previous change.
21907
cce5462e 219082004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 21909
cce5462e
SM
21910 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21911 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21912 Add edebug info.
21913 (jit-lock-mode): Setup/cancel the new timer.
21914 (jit-lock-context-fontify): New fun. Extracted from
21915 context fontification code of jit-lock-stealth-fontify.
21916 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 21917
cce5462e
SM
21918 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21919 (jit-lock-fontify-now): Handle the `quit' case.
21920 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21921
219222004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21923
21924 * progmodes/executable.el (executable-command-find-posix-p):
21925 New. Check if find handles arguments Posix-style.
21926
21927 * progmodes/grep.el (grep-compute-defaults):
ab43c850 21928 Use executable-command-find-posix-p.
cce5462e 21929 (grep-find): Check `grep-find-command'.
ab43c850 21930
cce5462e 21931 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 21932 (file-cache-add-directory-using-find):
cce5462e 21933 Use `executable-command-find-posix-p'.
ab43c850
RS
21934
219352004-01-29 Dave Love <fx@gnu.org>
21936
21937 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21938 Iterate the hook function if arg is given.
21939 (mark-defun, narrow-to-defun): Change order of finding the limits.
21940
21941 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21942 (byte-compile-format-warn): New.
21943 (byte-compile-callargs-warn): Use it.
21944 (Format, message, error): Add byte-compile-format-like property.
21945 (byte-compile-maybe-guarded): New.
21946 (byte-compile-if, byte-compile-cond): Use it.
21947 (byte-compile-lambda): Compile interactive forms,
21948 just to make warnings about them.
21949
100eda14
JY
219502004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21951
21952 * ses.el (ses-initial-column-width): Increase to 14, so it will
21953 work well with the default printer of "%.7g" for extreme values
21954 like "-1.234567e+07".
21955
3ff05361
KH
219562004-01-29 Kenichi Handa <handa@m17n.org>
21957
21958 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21959
d57625a0
JR
219602004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21961
21962 * dos-w32.el: Added support for the `default-printer-name' function.
21963
05e72590
SM
219642004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * server.el (server-socket-name): Don't use the hostname in the
21967 socket name since /tmp is local to the host anyway.
21968
21969 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21970 robust check of widening and fix var-naming.
21971
f5ea26f8
RS
219722004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21973
21974 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21975 or rmail-spam- to rsf- in all function and variable names.
21976 (rsf-min-region-to-spam-list): New variable.
05e72590 21977 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
21978 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21979 scanned together with the recipients field for spam testing; Don't
21980 delete spam message if rmail-delete-after-output is non-nil;
05e72590 21981 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
21982 rmail-spam-filter to ease addition of header fields like
21983 content-type:;
05e72590 21984 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
21985 added also in defcustom of rsf-definitions-alist;
21986 (rmail-spam-filter): Replace repeated test code for header fields
21987 by calls to check-field; change the call to
21988 rmail-output-to-rmail-file such that rmail-current-message stays
21989 the same to avoid wrong deletion of unseen flags.
21990 (rmail-use-spam-filter): Add autoload cookie.
21991
05e72590 219922004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 21993
05e72590
SM
21994 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21995 (file-cache-add-directory-using-find): Add Cygwin support.
21996 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 21997
05e72590
SM
21998 * filecache.el (file-cache-add-directory): Check for
21999 directories an remove them from dir-files.
f5ea26f8
RS
22000
220012004-01-27 Richard M. Stallman <rms@gnu.org>
22002
22003 * man.el (Man-fontify-manpage): Clean up message.
22004
f43a0b98
KH
220052004-01-27 Kenichi Handa <handa@m17n.org>
22006
22007 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22008 (sentence-end): Define using sentence-end-without-space.
22009
05e72590
SM
22010 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22011 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 22012
6497a8f8
SM
220132004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
22014
22015 * font-lock.el (font-lock): Add jit-lock as explicit group member.
22016 (jit-lock): Group declaration moved to jit-lock.el.
22017 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22018 when necessary.
22019
22020 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22021 (jit-lock-context-unfontify-pos): Rename from
22022 jit-lock-first-unfontify-pos.
22023 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22024
337c50a5
GM
220252004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22026
6497a8f8
SM
22027 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22028 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
22029 (fortran-fill): When filling a string, adjust re-search-backward
22030 argument for special case of string just on fill-column.
22031 When filling non-string, allow one extra char if
6497a8f8
SM
22032 fortran-break-before-delimiters is non-nil.
22033 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
22034 Use fortran-break-delimiters-re and fortran-no-break-re to
22035 correctly handle cases such as "**".
22036
22037 * progmodes/f90.el (f90-break-delimiters): Doc fix.
22038 (f90-no-break-re): Add some extra tokens. Doc fix.
22039
2528f9c4
TTN
220402004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
22041
22042 * mail/rmail-spam-filter.el:
22043 Use two semicolons as Commentary line prefix.
22044 Add ";;; Code:" stylized comment.
22045 Delete end-of-line whitespace.
22046 Wrap (require 'cl) with `eval-when-compile'.
22047
414f7d4e
AS
220482004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
22049
22050 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22051 at the top level of vc.el.
22052
fe722d76
AS
220532004-01-23 Andre Spiegel <spiegel@gnu.org>
22054
22055 * vc.el (vc-current-line): Function removed. This is now done by
22056 the new function line-at-pos in simple.el.
22057 (vc-annotate-warp-version): Use line-at-pos instead of
22058 vc-current-line.
22059
f076870a
KS
220602004-01-22 Kim F. Storm <storm@cua.dk>
22061
22062 * simple.el (line-at-pos): New defun.
22063 (what-line): Use it. Optimize by only counting lines in narrowed
22064 region once.
22065
6a8b9ce4
KH
220662004-01-22 Kenichi Handa <handa@m17n.org>
22067
6497a8f8
SM
22068 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22069 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 22070
f78d258e
MR
220712004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
22072
22073 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22074 trailing white space and ensure a final newline.
22075
6497a8f8
SM
22076 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22077 Add autoload cookie.
f78d258e 22078
3a849027
AS
220792004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
22080
22081 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22082 activate view-mode explicitly.
22083
a5bfbd4e
JD
220842004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22085
75fb9fde
JD
22086 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22087 menu-bar-enable-clipboard and make Paste use clipboard first.
a5bfbd4e 22088
f56af8ca
SM
220892004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22090
438fc6c0
SM
22091 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
22092 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22093 (vc-mcvs-cvs): Remove.
22094 (vc-mcvs-command): Remove use of assert.
22095
f56af8ca
SM
22096 * outline.el (outline-insert-heading): Tighten up match.
22097 (outline-demote, outline-move-subtree-down): Don't assume anything
22098 about outline-regexp.
22099
22100 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22101 (texinfo-show-structure): Explicitly add ^, and simplify.
22102
4e788be2
GM
221032004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
22104
22105 * calendar/appt.el (appt-check): Restore usage of
22106 appt-issue-message deleted in previous change.
22107 (top-level): Activate package when loaded (needed for backwards
22108 compatibility).
22109
24aaadec
GM
221102004-01-20 Jesper Harder <harder@ifa.au.dk>
22111
22112 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22113 following previous change to smtpmail-send-data.
22114
00911925
AS
221152004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
22116
22117 * vc.el (vc-default-previous-version): Doc enhancement.
22118 (vc-default-next-version): New function.
22119 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
22120 (vc-annotate-mode): Derive from view-mode.
22121 (vc-annotate): New args REVISION, DISPLAY-MODE.
22122 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22123 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22124 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22125 (vc-annotate-show-diff-revision-at-line, vc-current-line)
22126 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22127
22128 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 22129
a73c2999
KB
221302004-01-19 Karl Berry <karl@gnu.org>
22131
22132 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22133 or "TexInfo".
22134
d0cd7210
LT
221352004-01-19 Luc Teirlinck <teirllm@auburn.edu>
22136
22137 * subr.el (delete-dups): New function.
22138
412be09b
KB
221392004-01-19 Karl Berry <karl@gnu.org>
22140
f56af8ca 22141 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
22142 with ^, since that's what texinfo-show-structure
22143 documentation says (plus it works much better in texinfo.txi).
22144
dd64e5e5
GM
221452004-01-18 Jesper Harder <harder@ifa.au.dk>
22146
f56af8ca 22147 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5 22148
52eb0373 221492004-01-18 David Ponce <david@dponce.com> (tiny change)
dd64e5e5
GM
22150
22151 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 22152 which-func-update-timer if not set.
dd64e5e5 22153
d14b04bc
TTN
221542004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
22155
22156 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22157 Remove spurious left square bracket in XX:XXam regexp.
22158
a151ecff
LT
221592004-01-16 Luc Teirlinck <teirllm@auburn.edu>
22160
22161 * progmodes/cc-defs.el: Do not require cl at run time.
22162
557be036
RS
221632004-01-16 Richard M. Stallman <rms@gnu.org>
22164
22165 * emacs-lisp/cl.el (cl-cannot-unload): New function.
22166 (cl-unload-hook): Defvar this to run cl-cannot-unload.
22167
22168 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22169 Call rmail-spam-filter. Delete and expunge spam.
22170 Print number of spam messages deleted.
22171 Save and restore the deletion status of old messages when reading
22172 new mail with spam filter, so that expunging spam does not expunge
22173 msgs deleted by the user.
f56af8ca 22174 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
22175 prevent showing message after expunge.
22176
3e7274ae
LT
221772004-01-15 Luc Teirlinck <teirllm@auburn.edu>
22178
22179 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22180 * subr.el (declare): New macro.
22181
c1bfdd54
TTN
221822004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
22183
22184 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22185
7fc34f85
SM
221862004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
22187
22188 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22189 Test window-system rather than system-type (for X11/Mac).
22190
4007b34c
LT
221912004-01-12 Luc Teirlinck <teirllm@auburn.edu>
22192
22193 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22194
09843470
RS
221952004-01-12 Richard M. Stallman <rms@gnu.org>
22196
9b07d734
SM
22197 * mail/rmail.el (rmail-convert-to-babyl-format):
22198 Use mail-unquote-printable-region.
09843470
RS
22199 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22200 (rmail-hex-char-to-integer): Functions deleted.
22201
22202 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22203 (mail-unquote-printable-region): New arg NOERROR.
22204 For invalid encoding, either signal an error to just return nil.
22205
21dcb709
GM
222062004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22207
22208 * calendar/appt.el: Update copyright and commentary.
d9acc06f 22209 (appt-issue-message): Make obsolete.
588c0770 22210 (appt-visible, appt-msg-window): Make obsolete, in favor of
21dcb709
GM
22211 appt-display-format.
22212 (appt-display-mode-line, appt-display-duration)
22213 (appt-display-diary, appt-time-msg-list, appt-mode-string)
22214 (appt-prev-comp-time, appt-display-count, appt-timer)
22215 (appt-convert-time): Doc change.
9b07d734
SM
22216 (appt-disp-window-function, appt-delete-window-function):
22217 Use defcustom rather than defvar.
21dcb709 22218 (appt-display-format): New variable.
9b07d734
SM
22219 (appt-display-message): New function with display code from appt-check.
22220 (appt-check): Add optional FORCE argument. Doc change.
22221 Add appt-make-list to diary-hook if displaying diary.
22222 Remove checking of view-diary-entries-initially.
22223 Message display section removed to new function appt-display-message.
21dcb709
GM
22224 (appt-display-window): Doc change. Remove unused internal var
22225 this-buffer. Do not beep, since appt-display-message does that.
22226 (appt-make-list): Doc change. Use caar.
22227 (appt-sort-list): Simplify by using builtin sort function.
22228 (appt-update-list): New function for updating appts when diary is
22229 saved.
22230 (appt-activate): New autoloaded function to toggle package
22231 functionality.
22232
22233 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 22234 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
22235
22236 * calendar/calendar.el: Update copyright.
9b07d734 22237 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
22238 (calendar-setup): Make defcustom rather than defvar.
22239 (mark-visible-calendar-date): Initialize temp-face and faceinfo
22240 in let binding so local to function.
22241
22242 * calendar/diary-lib.el: Update copyright.
22243 (diary, diary-entry-time): Doc change.
22244 (list-diary-entries): Doc change. Trivial logic change.
22245 (fancy-diary-display): Restore make-face command mistakenly
22246 deleted 2003-05-08.
22247 (show-all-diary-entries): Allow to pop-up frame if needed.
22248
fdce4c6d
JPW
222492004-01-09 John Paul Wallington <jpw@gnu.org>
22250
22251 * bindings.el (mode-line-change-eol): Add EVENT parameter.
22252 Temporarily select EVENT's window for changing eol type.
22253
3b42c185
TTN
222542004-01-09 Deepak Goel <deego@gnufans.org>
22255
22256 * calendar/diary-lib.el (diary-entry-time):
22257 Also accept time in the form XX[.XX][am/pm/AM/PM].
22258 (fancy-diary-font-lock-keywords): Likewise.
22259 (diary-font-lock-keywords): Likewise.
22260 * calendar/appt.el (appt-add): Likewise.
22261 (appt-make-list): Likewise.
22262 (appt-convert-time): Likewise.
22263
7f0edca4
NR
222642004-01-08 Nick Roberts <nick@nick.uklinux.net>
22265
22266 * gdb-ui.el (gdb-ann3): Revert previous change.
22267 (gdb-source-info): Allow for case of where compilation directory
22268 is not recorded.
22269
c9ec040a
JPW
222702004-01-08 John Paul Wallington <jpw@gnu.org>
22271
22272 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22273
2fae1984
NR
222742004-01-07 Nick Roberts <nick@nick.uklinux.net>
22275
9b07d734 22276 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 22277
7f0edca4
NR
22278 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22279 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22280 problems.
2fae1984
NR
22281 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22282
583c353d
LT
222832004-01-07 Luc Teirlinck <teirllm@auburn.edu>
22284
22285 * files.el (write-file-functions, write-contents-functions):
22286 Clarify docstrings.
22287
c251286b
KH
222882004-01-07 Kenichi Handa <handa@m17n.org>
22289
22290 * international/mule.el (set-auto-coding): Fix for the case that
22291 end-of-line is only CR.
22292
05faee07
KS
222932004-01-07 Kim F. Storm <storm@cua.dk>
22294
22295 * subr.el (event-start, event-end): Doc fix.
22296 (posn-string, posn-image): New defuns.
22297 (posn-object): Return either image or string object.
22298 (posn-object-x-y): Return 8th element of position.
22299 (posn-object-width-height): New defun.
22300
a8410c29
AS
223012004-01-06 Andreas Schwab <schwab@suse.de>
22302
22303 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22304 output.
22305
2e3b4a0b
KB
223062004-01-05 Karl Berry <karl@gnu.org>
22307
28eba01f 22308 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
22309 / and *, too.
22310
3c3b81d1
SJ
223112003-12-31 Simon Josefsson <jas@extundo.com>
22312
22313 * files.el (before-save-hook): Add.
22314 (basic-save-buffer): Use before-save-hook.
22315
bcbc6fd3
SJ
22316 * emacs-lisp/copyright.el: Fix comment to recommend
22317 before-save-hook instead of write-file-functions.
22318
61e938eb
RS
223192004-01-05 Richard M. Stallman <rms@gnu.org>
22320
22321 * finder.el (finder-commentary): Call delete-other-windows.
22322
22323 * net/ange-ftp.el (ange-ftp-file-attributes):
22324 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22325
17b33776
KB
223262004-01-04 Karl Berry <karl@gnu.org>
22327
28eba01f 22328 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
22329 comment characters % and # in the copyright year notice,
22330 as well as ;.
22331
125f1820 223322004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 22333
125f1820
PA
22334 * wid-edit.el (default): Define dummy :value-delete.
22335 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
22336
223372004-01-03 Richard M. Stallman <rms@gnu.org>
22338
22339 * progmodes/compile.el (compile-internal): Use point, not point-min,
22340 for set-window-point.
22341
22342 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22343
438fc6c0 22344 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
22345
22346 * progmodes/grep.el (grep-mode-map):
22347 Don't remap next-line, previous-line.
22348
223492004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22350
22351 * speedbar.el (speedbar-edit-line): Change regexp to position
22352 the cursor on the first character of this line's button.
22353
223542004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22355
22356 * subr.el (functionp): Doc fix.
22357
223582004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22359
22360 * progmodes/idlwave.el (idlwave-make-tags):
22361 * textmodes/flyspell.el (flyspell-large-region):.
22362 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22363 * emulation/viper-util.el (viper-glob-unix-files):
22364 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22365 * man.el (Man-init-defvars):
22366 * jka-compr.el (jka-compr-call-process):
22367 * files.el (get-free-disk-space,insert-directory):
22368 * ediff-ptch.el (ediff-test-patch-utility):
22369 * ediff-diff.el (ediff-test-utility):
22370 * dired-aux.el (dired-check-process):
22371 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22372 test the return value of call-process, because it can be a string.
22373
223742003-12-31 John Paul Wallington <jpw@gnu.org>
22375
22376 * bindings.el (completion-ignored-extensions): Add .pfsl.
22377
223782003-12-31 Kim F. Storm <storm@cua.dk>
22379
22380 * ido.el (ido-nonreadable-directory-p): New defun to check for
22381 nonreadable directory without activating tramp (to avoid problems
28eba01f 22382 with checking incomplete tramp paths).
55115079
PA
22383 (ido-set-current-directory, ido-file-internal)
22384 (ido-file-name-all-completions1): Use it.
22385
223862003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22387
22388 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22389 documentation if the anchor (or node) name is preceded by `info
22390 anchor' or `Info anchor' in addition to earlier `info node' and
22391 `Info node'.
22392 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22393
a6eeaa81 223942003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22395
22396 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22397 error in arguments to base64-decode-region. Remove ^M characters
22398 after decoding base64.
22399
224002003-12-30 Simon Josefsson <jas@extundo.com>
22401
22402 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22403 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22404 have only been distributed with Emacs for some years.
22405 (texinfo-mode-hook): Customize.
22406
a6eeaa81 224072003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22408
22409 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22410 cleaner (suggested by Richard Stallman).
22411
22412 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22413 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22414 file-name clashes on 8+3 DOS filesystems.
22415
22416 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22417 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22418 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22419 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22420 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22421 file-name clashes on 8+3 filesystems.
22422
9b07d734
SM
22423 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22424 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22425 file-name clashes on 8+3 DOS filesystems.
55115079
PA
22426
224272003-12-29 Richard M. Stallman <rms@gnu.org>
22428
22429 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22430 Upcase the character.
22431
22432 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22433 Search for header separator alone on a line, literally,
22434 and search for it backward, not forward.
22435 (flyspell-abbrev-table): Always use global-abbrev-table
22436 if there is no local one.
22437
22438 * progmodes/sh-script.el (sh-get-indent-info):
22439 Don't move point back if at bob.
22440
22441 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22442
22443 * play/handwrite.el (handwrite): Make the handwrite credit message
22444 a comment rather than an output command.
22445
22446 * obsolete/sc.el: Display message that this file is obsolete.
22447
22448 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22449
22450 * mail/rfc822.el (rfc822-address-start): Declare variable.
22451 Renamed from address-start. All uses changed.
22452
22453 * term.el (term-exec): Set up sentinel.
22454 (term-sentinel): New function.
22455 (term-handle-exit): New function.
22456
3b42c185 22457 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
22458 Use assoc-string, and mark them obsolete.
22459 (delay-mode-hooks): Mark as permanent local.
22460
22461 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22462
22463 * register.el (copy-rectangle-to-register): Doc fix.
22464
22465 * info.el (Info-insert-dir): Use assoc-string.
22466
22467 * info-look.el (info-lookup): Use assoc-string.
22468
22469 * frame.el (pop-up-frame-function): Use quote, not `function'.
22470 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22471 copying with lists as coordinate values.
22472
22473 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22474
22475 * find-dired.el (kill-find): New command.
22476 (find-dired): Make buffer read-only.
22477 Set up a keymap with C-c C-k running kill-find.
22478 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22479
22480 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22481
22482 * filecache.el (file-cache-ignore-case): New variable.
22483 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22484
22485 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22486 (comint-dynamic-complete-as-filename): Rename local vars.
22487 (comint-dynamic-list-filename-completions): Likewise.
22488
22489 * comint.el (comint-dynamic-list-completions-config): New var.
22490 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22491
22492 * comint.el (comint-file-name-chars): Add [].
22493 (comint-word): Use skip-chars-backward, not search.
22494
22495 * shell.el (shell-file-name-chars): Add [].
22496
22497 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22498
22499 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22500
22501 * generic.el (define-generic-mode): Doc fix.
22502
a6eeaa81 225032003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22504
22505 * files.el (kill-some-buffers): Doc fix.
22506
28eba01f 225072003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
22508
22509 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22510 arg to send-invisible
22511 (send-invisible): Doc fix. The argument is now a prompt, not the
22512 string to send.
22513 (comint-read-noecho): Doc fix.
22514
225152003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22516
22517 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22518 "@", as required by some ISP hosting service. Fix defcustom
22519 argument syntax errors that prevented use of customization.
22520
a6eeaa81 225212003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22522
22523 * xml.el (xml-get-attribute-or-nil): Doc fix.
22524
28eba01f 225252003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
22526
22527 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22528 write-file-hooks.
22529
28eba01f 225302003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
22531
22532 * autorevert.el (auto-revert-interval): Doc fix.
22533
28eba01f 225342003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
22535
22536 * xml.el (xml-get-attribute-or-nil): New function, like
22537 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 22538 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
22539 xml-get-attribute-or-nil.
22540
a6eeaa81 225412003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22542
22543 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22544
28eba01f 225452003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
22546
22547 * custom.el (custom-declare-theme): Use `value' when putting
22548 properties on `theme'.
22549
28eba01f 225502003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
22551
22552 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22553 for each yank-handler segment.
22554 (insert-for-yank-1): New function, with the body of the previous
22555 insert-for-yank.
22556
22557 * textmodes/table.el (table-yank-handler): New defcustom.
22558 (table--put-cell-indicator-property): Put yank-handler property
22559 that indicates the yank handler for the table cell.
22560
28eba01f 225612003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
22562
22563 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22564 set of keywords.
22565
a6eeaa81 225662003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
22567
22568 * international/mule-cmds.el (reset-language-environment)
22569 (set-language-environment): Don't invoke fontset-related functions
22570 if fontset-list is not fboundp.
22571
225722003-12-29 Kenichi Handa <handa@m17n.org>
22573
9b07d734
SM
22574 * international/mule-cmds.el (reset-language-environment):
22575 Call set-overriding-fontspec-internal with nil.
55115079
PA
22576 (set-language-environment): Call set-overriding-fontspec-internal
22577 if the language environment specify `overriding-fontspec'.
22578 (language-info-alist): Doc added.
22579
22580 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22581 characters of mule-unicode-0100-24ff.
22582 (ccl-encode-windows-1251-font): New CCL program.
22583 ("Bulgarian"): Specify overriding-fontspec.
22584 ("Belarusian"): Likewise.
22585
225862003-12-28 Sam Steingold <sds@gnu.org>
22587
22588 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22589 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22590
225912003-12-28 Nick Roberts <nick@nick.uklinux.net>
22592
22593 * progmodes/gud.el (gud-gdb-command-name): Set default to
22594 "gdb --annotate=3".
22595 (gud-gdb-marker-filter): Look out for annotations.
22596 (gdb-first-pre-prompt): New variable.
22597 Remove trailing white space.
22598
22599 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22600 if necessary.
588c0770 22601 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
55115079
PA
22602 annotations are detected.
22603 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22604 instead of a local one to allow transition from
22605 gud-gdb-marker-filter.
22606 Remove trailing white space.
22607
226082003-12-27 Kim F. Storm <storm@cua.dk>
22609
22610 * ido.el: Handle non-readable directories.
22611 (ido-decorations): Add 9th element for non-readable directory.
22612 (ido-directory-nonreadable): New dynamic var.
22613 (ido-set-current-directory): Set it.
22614 (ido-read-buffer, ido-file-internal):
22615 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22616 (ido-file-name-all-completions1): Return empty list for
22617 non-readable directory.
22618 (ido-exhibit): Print [Not readable] if directory is not readable.
22619 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22620 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22621 Use it.
22622
226232003-12-27 Lars Hansen <larsh@math.ku.dk>
22624
22625 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22626 calls to directory-files-and-attributes and file-attributes.
22627 (ls-lisp-format): Remove system dependent handling of user and
22628 group id's.
22629
226302003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22631
22632 * ffap.el (ffap-read-file-or-url): Revert previous change.
22633
28eba01f 226342003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
22635
22636 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22637 new list of included files called `files-with-node-lines', that
22638 only have node lines. This way @include commands can include any
22639 file, such as version and update files without node lines, not
22640 just files that are chapters.
22641
226422003-12-25 Andreas Schwab <schwab@suse.de>
22643
22644 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22645 file not found.
22646
226472003-12-08 Miles Bader <miles@gnu.org>
22648
22649 * dired.el (dired-between-files): Always use dired-move-to-filename,
22650 which is more robust in non-english locales.
22651
226522003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22653
22654 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22655
226562003-12-24 Andreas Schwab <schwab@suse.de>
22657
22658 * shell.el (shell-file-name-quote-list): Add backslash.
22659
22660 * comint.el (comint-quote-filename): Correctly handle backslash
22661 in comint-file-name-quote-list.
22662
226632003-12-24 Kenichi Handa <handa@m17n.org>
22664
9b07d734
SM
22665 * international/mule-cmds.el (set-default-coding-systems):
22666 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
22667 value of buffer-file-coding-system.
22668
9b07d734
SM
22669 * international/ucs-tables.el (ucs-set-table-for-input):
22670 If translation-table-for-encode is a symbol, get its
55115079
PA
22671 translation-table property.
22672
226732003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22674
22675 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22676 to `completing-read' on a recently fixed bug.
22677
22678 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
22679 instead of SPACE, to get the list of possible fringe modes.
22680 SPACE only works if both `partial-completion-mode' and
55115079
PA
22681 `completion-auto-help' are nil.
22682
9b07d734 22683 * complete.el (PC-is-complete-p): Delete.
55115079
PA
22684 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22685 calls to `test-completion'.
22686
226872003-12-23 Nick Roberts <nick@nick.uklinux.net>
22688
22689 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22690 to edit values when there are no children.
22691
22692 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22693 a mode called "Assembler" already exists.
9b07d734 22694 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 22695 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
22696 (gdb-var-create-handler, gdb-var-list-children-handler):
22697 Don't bother about properties as there are none.
55115079
PA
22698 (gdb-var-create-handler, gdb-var-list-children-handler)
22699 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22700 with two arguments.
9b07d734
SM
22701 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22702 Let speedbar show value changes with a different font.
55115079
PA
22703 (gdb-edit-value): New defun.
22704 (gdb-clear-partial-output, gdb-clear-inferior-io)
22705 (def-gdb-auto-update-handler): Use erase-buffer.
22706 (gdb-frame-handler): Display watch expressions in
22707 FUNCTION::VARIABLE format if required.
22708
227092003-12-23 John Paul Wallington <jpw@gnu.org>
22710
22711 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22712 (Info-goto-emacs-command-node): Doc fixes.
22713
28eba01f 227142003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
22715
22716 * cus-edit.el (custom-add-parent-links): Define "many".
22717
227182003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22719
22720 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22721 (widget-child-validate, widget-type-value-create)
22722 (widget-type-default-get, widget-type-match): New functions.
22723 (lazy): New widget.
22724 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 22725 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 22726 change) calls to `widget-children-value-delete'.
9b07d734
SM
22727 (widget-choice-value-get, widget-choice-value-inline): Remove.
22728 (menu-choice): Update widget.
55115079
PA
22729
227302003-12-03 Kenichi Handa <handa@m17n.org>
22731
22732 * language/cyrillic.el: Register "microsoft-cp1251" in
22733 ctext-non-standard-encodings-alist.
22734 ("Bulgarian"): Add ctext-non-standard-encodings.
22735 ("Belarusian"): Likewise.
22736
22737 * international/mule-conf.el (compound-text-with-extensions):
22738 Change the type to 2 (iso-2022 base).
22739
22740 * international/mule.el (ctext-non-standard-encodings-alist):
22741 Change the format.
22742 (ctext-non-standard-encodings): New variable.
22743 (ctext-post-read-conversion): Fully re-written.
22744 (ctext-non-standard-designations-alist): Delete it.
22745 (ctext-non-standard-encodings-table): New function.
22746 (ctext-pre-write-conversion): Fully re-written.
22747
227482003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22749
22750 * cus-edit.el (custom-add-parent-links): Add documentation links
22751 for parent, if the item has none of its own.
22752
227532003-11-30 Richard M. Stallman <rms@gnu.org>
22754
22755 * dired-aux.el (dired-do-query-replace-regexp):
22756 Report files visited read-only.
22757
227582003-11-30 Juri Linkov <juri@jurta.org>
22759
22760 * dired-aux.el (dired-compare-directories): New command.
22761 (dired-file-set-difference, dired-files-attributes): New functions.
22762
227632003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22764 Version 2.0.38 of Tramp released.
22765
22766 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22767 Charles Curley <charlescurley@charlescurley.com>.
22768 (tramp-multi-connection-function-alist): Add ssht entry which adds
22769 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22770 Aichner.
22771 (tramp-get-method-parameter): New function to retrieve a method
22772 parameter. This allows for omission of method parameters.
22773 Callers adjusted.
22774
227752003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22776
22777 * net/tramp.el: Add new optional parameter ID-FORMAT to
22778 `file-attributes'. Calls of `file-attributes' won't use this
22779 parameter for backward compatibility reasons.
22780 (tramp-perl-file-attributes): Add a new parameter to Perl script
22781 in order to handle uid/gid as strings, if desired.
9b07d734
SM
22782 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22783 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
22784 order to make the function more general.
22785 (tramp-handle-file-attributes): Replace proprietary optional
bf247b6e 22786 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
55115079 22787 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 22788 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
22789 (tramp-post-connection): Apply second parameter "$2" if
22790 `tramp-remote-perl' is called.
22791
9b07d734
SM
22792 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22793 Correct cut'n'waste error (`filename' instead of `directory').
55115079 22794 (tramp-smb-handle-directory-files-and-attributes)
bf247b6e 22795 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
55115079
PA
22796 introduced parameter ID-FORMAT.
22797 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22798 error (`directory' instead of `ldir').
22799
22800 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22801 `file-attributes' has a second parameter. If yes, apply it with
22802 value "'integer". Otherwise, don't use that parameter (default is
22803 integer format).
22804
55115079
PA
228052003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22806
22807 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22808 (help-for-help): Add `C-h .' to the listed Help options.
22809 Remove trailing whitespace.
22810
22811 * help-at-pt.el: New file.
22812
228132003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22814
9b07d734
SM
22815 * subr.el (noreturn, 1value): New macros for test coverage.
22816 See `testcover.el'.
55115079 22817
ca19f3f1
AS
22818 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22819 `1value'.
55115079
PA
22820
22821 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22822 for macro `1value'.
22823 (testcover-1value): New function. Checks that a 1value form
22824 actually returns only one value. Requested by RMS.
22825
228262003-11-29 Nick Roberts <nick@nick.uklinux.net>
22827
22828 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22829 (gdb-var-list-children, gdb-var-list-children-handler)
22830 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22831 gdb commands that use mi to keep them out of the command history.
22832
228332003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22834
22835 * cus-start.el (all): Add use-file-dialog.
22836
9b07d734
SM
228372003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22838
22839 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22840
55115079
PA
228412003-11-27 Kim F. Storm <storm@cua.dk>
22842
22843 * subr.el (posn-object-x-y): New defun.
22844
9b07d734
SM
228452003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22848 Don't use `space' for \\\n.
22849 Be more selective as to which # are comment-starters.
22850
55115079
PA
228512003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22852
22853 * subr.el (number-sequence): Improve handling of floating point
22854 arguments (suggested by Kim Storm). Allow negative arguments.
22855
228562003-11-26 Kenichi Handa <handa@m17n.org>
22857
22858 * international/mule-cmds.el (standard-display-european-internal):
22859 Cancel the standard-display-table setting for ` and '.
22860
228612003-11-26 Kim F. Storm <storm@cua.dk>
22862
22863 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22864 New defcustoms to add ffap-like functionality to ido.
22865 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22866 (ido-no-final-slash): New defun.
22867 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22868 (ido-read-file-name): ): Toggle VC checking via
22869 vc-handled-backends instead of vc-master-templates.
22870 (ido-file-internal): Handle ido-use-url-at-point and
22871 ido-use-filename-at-point via code borrowed from ffap-guesser.
22872 Handle new ido-exit code ffap.
22873 (ido-sort-list): Ignore final slash when sorting file names.
22874
228752003-11-25 Kim F. Storm <storm@cua.dk>
22876
22877 * emulation/cua-base.el (cua--standard-movement-commands):
22878 Add forward-sentence and backward-sentence.
22879
228802003-11-25 Stephen Eglen <stephen@gnu.org>
22881
22882 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22883 iswitchb-exit is set to 'usefirst when user selects buffer at head
22884 of list using RET. (Selecting buffers at the head of the list was
22885 broken if the substring was also a complete buffername.)
22886
228872003-11-23 Kim F. Storm <storm@cua.dk>
22888
22889 * progmodes/compile.el (grep-command, grep-use-null-device)
22890 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22891 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22892 (grep-regexp-alist, grep-program, find-program)
22893 (grep-find-use-xargs, grep-history, grep-find-history)
22894 (grep-process-setup, grep-compute-defaults)
22895 (grep-default-command, grep, grep-tag-default, grep-find)
22896 (grep-expand-command-macros, grep-tree-last-regexp)
22897 (grep-tree-last-files, grep-tree): Move grep variables, functions
22898 and commands to new file grep.el.
22899 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22900 (compilation-process-setup-function): Doc fix.
22901 (compilation-highlight-regexp, compilation-highlight-overlay): New
22902 defvars used for highlighting current compile error in source buffer.
22903 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22904 LOCAL-MAP which overrides compilation-highlight-regexp and
22905 compilation-mode-map for this compilation.
22906 Delay calling compilation-set-window-height until after running
22907 compilation-process-setup-function so it can buffer-local override
22908 compilation-window-height.
22909 Check buffer-local value of compilation-scroll-output.
22910 (compilation-set-window-height): Use buffer-local value of
22911 compilation-window-height.
22912 (compilation-revert-buffer): Don't pass (undefined)
22913 preserve-modes arg to revert-buffer.
22914 (next-error-no-select, previous-error-no-select): New commands.
22915 (compilation-goto-locus): Temporarily highlight current match in
22916 source buffer using compilation-highlight-regexp.
22917
22918 * progmodes/grep.el: New file with grep code from compile.el.
22919 (grep): New defcustom group.
22920 (grep-window-height): New defcustom, like compilation-window-height.
22921 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22922 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22923 (grep-command, grep-use-null-device, grep-find-command)
22924 (grep-tree-files-aliases, grep-tree-ignore-case)
22925 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22926 (grep-setup-hook): New hook variable.
22927 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22928 (grep-last-buffer): New defvar, override compilation-last-buffer.
22929 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22930 Call compile-internal with args highlight-regexp and grep-mode-map.
22931
229322003-11-23 Kim F. Storm <storm@cua.dk>
22933
22934 * subr.el (event-start, event-end): Doc fix.
22935 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22936 (posn-area, posn-actual-col-row, posn-object): New defuns.
22937 (posn-col-row): Simplify doc. Rewrite to use cond.
22938 (posn-point): Also return buffer position for events outside text
22939 area (that info is now present in the event position).
22940
22941 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22942 mouse-set-point so that hscroll still works now that clicks on
22943 fringes generate specific mouse events.
22944 (mouse-set-point): Note that it now works in fringes and margins
22945 too due to new semantics of posn-point in fringes and margins.
22946
22947 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22948 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22949
229502003-11-20 Kim F. Storm <storm@cua.dk>
22951
22952 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22953 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22954 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22955 to 100 for icons to avoid increasing line height when shown.
22956
9b07d734
SM
229572003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22958
22959 * newcomment.el (comment-normalize-vars): Initialize properly if
22960 comment-start was nil.
22961
55115079
PA
229622003-11-19 Andreas Schwab <schwab@suse.de>
22963
22964 * simple.el (set-variable): Fix indentation.
22965
229662003-11-17 Kenichi Handa <handa@m17n.org>
22967
9b07d734
SM
22968 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22969 Fix docstring.
55115079
PA
22970
229712003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22972
22973 * international/latin1-disp.el (latin1-display): Fix docstring.
22974
229752003-11-16 John Wiegley <johnw@newartisans.com>
22976
22977 * eshell/em-ls.el (eshell-ls-file): There are times with
22978 size-width is nil and uncomputed (when directories are created in
22979 dired, for example); in this case, 4 is reasonable default value,
22980 although it may caused skewed new entries (which could be avoided
22981 by returning the original value of 8 in all cases, but 99% of the
22982 time this is a waste of whitespace).
22983
229842003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22985
9b07d734
SM
22986 * cc-engine.el (c-guess-continued-construct)
22987 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
22988 function declaration when an unknown construct followed by a block
22989 is found inside a statement context. This avoids macros followed
22990 by blocks to be taken as function declarations.
22991
9b07d734 22992 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
22993 continuation with a brace open to `substatement-block', for
22994 consistency with recognized statements.
22995
22996 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22997 start is in a position so that `c-beginning-of-statement-1' jumped
22998 to the beginning of the same statement.
22999
9b07d734
SM
23000 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23001 Don't accept binary operators in the arglist if we're in a function
23002 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
23003 template recognition in cases like "if (a < b || c > d)".
23004
23005 (c-restricted-<>-arglists): New more appropriate name for
23006 `c-disallow-comma-in-<>-arglists'.
23007
23008 Accessing functions updated for the variable name change.
23009
23010 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23011 match data could get clobbered if NOT-INSIDE-TOKEN is used.
23012
23013 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23014 labels.
23015
23016 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23017 instead of duplicating parts of it. This fixes bogus label
23018 recognition.
23019
9b07d734 23020 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
23021 of checking the context in which to apply the minimum indentation,
23022 so that it isn't enforced in e.g. namespace blocks.
23023
23024 * cc-vars.el (c-inside-block-syms): New constant used by
23025 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
23026 to somewhat reduce the risk of becoming stale.
23027
9b07d734 23028 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
23029 cc-cmds to cc-engine to allow use from cc-align.
23030
23031 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23032 qualified identifiers containing "::".
23033
9b07d734 23034 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
23035 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23036
23037 * cc-vars.el (c-emacs-features): Use a space in front of the name
23038 of the temporary buffer. That also avoids dumping problems in
9b07d734 23039 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
23040
23041 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23042 arglist to see if it's a K&R style declaration.
23043
23044 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23045 before returning `knr-argdecl-intro'.
23046
230472003-11-16 John Wiegley <johnw@newartisans.com>
23048
23049 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23050 field in a long-listing always 8 characters, use `size-width',
23051 which has already been computed.
23052
230532003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
23054
23055 * subr.el (minor-mode-list): Add `hs-minor-mode'.
23056
230572003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23058
9b07d734
SM
23059 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23060 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
23061
230622003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23063
9b07d734
SM
23064 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23065 Take additional optional arg NARROWFUN. For the generated functions:
23066 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
23067 include frags that arrange to check for and save narrowing state before
23068 the move and then conditionally call NARROWFUN after the move.
55115079
PA
23069
230702003-11-14 John Wiegley <johnw@newartisans.com>
23071
9b07d734
SM
23072 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23073 that was optional, but obviously missing based on surrounding code.
55115079
PA
23074
23075 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23076 string arguments to numbers unless the whole argument was seen as
23077 a number.
23078
230792003-11-14 Kenichi Handa <handa@m17n.org>
23080
9b07d734
SM
23081 * international/mule.el (ctext-non-standard-encodings-alist):
23082 Fix coding systems.
55115079
PA
23083
230842003-11-10 Kenichi Handa <handa@m17n.org>
23085
23086 * language/kannada.el ("Kannada"): Add sample-text.
23087
23088 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
23089 (kannada-compose-string, kannada-post-read-conversion):
23090 Add autoload cookie.
55115079
PA
23091
23092 * international/quail.el (quail-completion): Change the message
23093 "corresponding translations" to "corresponding characters".
23094
230952003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
23096
23097 * descr-text.el (describe-char): Fix typo.
23098
28eba01f 230992003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
23100
23101 These changes are to support Kannada language/script.
23102
23103 * Makefile.in (DONTCOMPILE): Add kannada.el.
23104
23105 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23106
23107 * loadup.el: Preload kannada.el.
23108
23109 * language/ind-util.el (ucs-kannada-to-is13194-alist)
23110 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23111 New variables.
23112
23113 * language/kannada.el: New file.
23114
23115 * language/knd-util.el: New file.
23116
231172003-11-07 Andreas Schwab <schwab@suse.de>
23118
9b07d734
SM
23119 * progmodes/autoconf.el (autoconf-font-lock-keywords):
23120 Also highlight AH_*.
55115079
PA
23121
23122 * xml.el (xml-parse-dtd): Fix misplaced paren.
23123
231242003-11-07 Kenichi Handa <handa@m17n.org>
23125
23126 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23127
231282003-11-05 Juri Linkov <juri@jurta.org>
23129
23130 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23131 (desktop-buffer-file): Use saved buffer-file-coding-system
23132 for file reading. Set auto-insert to nil to prevent automatic
23133 insertion into restored empty files.
23134
231352003-11-04 Luc Teirlinck <teirllm@auburn.edu>
23136
23137 * files.el (risky-local-variable-p): Make second argument optional.
23138
9b07d734
SM
231392003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
23140
23141 * subr.el (add-hook): Fix last change.
23142
a6eeaa81 231432003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 23144
9b07d734
SM
23145 * mail/rmail.el (rmail-convert-to-babyl-format):
23146 If base64-decode-region signals an error, catch it and silently
55115079
PA
23147 ignore it.
23148
231492003-11-01 Mark A. Hershberger <mah@everybody.org>
23150
23151 * xml.el (xml-parse-region): Allow comments to appear after the
23152 topmost element has closed.
23153 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 23154 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 23155 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 23156 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
23157 Now produces elements in the form ((:ns . "element") (attr-list)
23158 children) instead of ('ns:element (attr-list) children).
23159 (xml-parse-attlist): Fix attribute parsing.
23160 (xml-parse-dtd): Change parsing so that it produces strings
23161 instead of interned symbols.
23162
231632003-11-01 era@iki.fi <era@iki.fi> (tiny change)
23164
23165 * dired.el (dired-ls-sorting-switches): Doc fix.
23166
231672003-11-01 Oliver Scholz <epameinondas@gmx.de>
23168
23169 * emacs-lisp/rx.el (rx-or): Fix the case of
23170 "(rx (and ?a (or ?b ?c) ?d))".
23171
231722003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
23173
23174 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23175 (texinfo-format-region): Use it.
23176 (texinfo-format-buffer-1): Ditto.
23177
231782003-11-01 Alan Mackenzie <acm@muc.de>
23179
23180 Changes to allow scrolling whilst in isearch mode:
23181 * isearch.el (isearch-unread-key-sequence): New function,
23182 extracted from isearch-other-meta-char.
23183 (top level): (put 'foo 'isearch-scroll) on all Emacs's
23184 "scrollable" standard functions.
23185 (isearch-allow-scroll): New customizable variable.
23186 (isearch-string-out-of-window, isearch-back-into-window)
23187 (isearch-reread-key-sequence-naturally)
23188 (isearch-lookup-scroll-key): New functions.
23189 (isearch-other-meta-char): Doc string and functionality enhanced.
23190 Now accepts a prefix argument.
23191 (isearch-lazy-highlight-window-end): New variable.
23192 (isearch-lazy-highlight-new-loop): Pay attention to the window's
23193 end (thru isearch-lazy-highlight-window-end), not only its start.
23194
9b07d734
SM
23195 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23196 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
23197 (universal-argument, universal-argument-more, negative-argument)
23198 (digit-argument, universal-argument-other-key): Minor changes.
23199
232002003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23201
23202 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23203 recursively if the last message is deleted, thus avoiding an
23204 infinite loop.
23205
232062003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
23207
23208 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23209 (tex-main-file): Don't add .tex if the extension is already present.
23210 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23211
232122003-10-29 Lute Kamstra <lute@gnu.org>
23213
23214 * progmodes/octave-inf.el (inferior-octave-prompt):
23215 Recognize version number in prompt.
23216
232172003-10-28 Dave Love <fx@gnu.org>
23218
23219 * international/characters.el: Fix some Unicode ranges.
23220
232212003-10-28 Kenichi Handa <handa@m17n.org>
23222
23223 * disp-table.el (standard-display-8bit)
23224 (standard-display-default, standard-display-ascii)
23225 (standard-display-g1, standard-display-graphic)
23226 (standard-display-underline): Assure that standard-display-table
23227 is a display table.
23228
232292003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
23230
23231 * simple.el (reindent-then-newline-and-indent): Delete space *after*
23232 reindenting the first line.
23233
232342003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
23235
23236 * wid-edit.el (widget-default-delete): Always delete child widgets.
23237
232382003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23239
23240 * newcomment.el (comment-indent): Don't call indent-according-to-mode
23241 if the line has code.
23242 Don't try to line up with something that's too far left.
23243
23244 * progmodes/octave-mod.el (octave-comment-start): Simplify.
23245 (octave-mode-syntax-table): Add % as a comment starter.
23246 (octave-point): Remove.
23247 (octave-in-comment-p, octave-in-string-p)
23248 (octave-not-in-string-or-comment-p, calculate-octave-indent)
23249 (octave-blink-matching-block-open, octave-auto-fill):
23250 Use line-(beginning|end)-position instead.
23251
232522003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23253
23254 * emacs-lisp/authors.el (authors-aliases): Add correct realname
23255 for Francesco Potort\e,Al\e(B.
23256
232572003-10-23 Dave Love <fx@gnu.org>
23258
23259 * international/mule-cmds.el (locale-charset-to-coding-system):
23260 Don't rely on nil being a coding system.
23261
23262 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23263 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23264 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23265
232662003-10-21 Nick Roberts <nick@nick.uklinux.net>
23267
23268 * gdb-ui.el (gdb-current-language): New variable.
23269 (gdb-update-flag): Remove variable.
23270 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23271 (gdb-take-last-elt): Remove function.
23272 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23273 (gdb-post-prompt): Check for variable object changes here.
23274
23275 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23276 object changes in gdb-ui.el.
23277
232782003-10-21 Richard M. Stallman <rms@gnu.org>
23279
23280 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23281
23282 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23283 Don't check for foo*/ wildcard form here.
23284 (insert-directory): Recognize foo*/ as a wildcard.
23285 Separate wildcard-regexp variable from the arg, wildcard.
23286
23287 * subr.el (add-hook): Correctly detect when make-local-hook was used.
23288 (remove-hook): Correctly handle strange cases about local hooks.
23289
232902003-10-21 David Ponce <david@dponce.com>
23291
23292 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23293 argument REAL, to return a real number instead of a rounded
23294 integer value. Define as inline function.
23295 (ruler-mode-right-fringe-cols): Likewise.
23296 (ruler-mode-scroll-bar-cols): New function.
23297 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23298 (ruler-mode-right-scroll-bar-cols): Likewise.
23299 (ruler-mode-space): New function.
23300 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23301 scroll bar mode and margins in a more robust way.
23302
233032003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23304
23305 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23306 (antlr-c-init-language-vars): New function.
23307 (antlr-mode): Use it with cc-mode before v5.29.
23308 (antlr-c-common-init): Don't set some local vars here.
23309 (antlr-mode): Set them here.
23310 (antlr-c-forward-sws): New function alias.
23311 (antlr-mode): Redefine with cc-mode before v5.30.
23312 (antlr-skip-sexps): Use it.
23313 (antlr-skip-exception-part): Ditto.
23314 (antlr-skip-file-prelude): Ditto.
23315 (antlr-outside-rule-p): Ditto.
23316 (antlr-end-of-body): Ditto.
23317 (antlr-option-kind): Ditto.
23318 (antlr-insert-option-area): Ditto.
23319 (antlr-file-dependencies): Ditto.
23320
233212003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23322
23323 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23324 Move backward only if point was not inside an entry.
23325
233262003-10-21 Richard M. Stallman <rms@gnu.org>
23327
23328 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23329
233302003-10-21 Juri Linkov <juri@jurta.org>
23331
23332 * compare-w.el: Automatically skip non-matching text to resync.
23333 (compare-windows-whitespace): Doc fix.
23334 (compare-windows-sync, compare-windows-sync-string-size)
23335 (compare-windows-recenter, compare-ignore-whitespace)
23336 (compare-windows-highlight, compare-windows-face): New variables.
23337 (compare-windows): Use compare-windows-sync.
23338 (compare-windows-highlight, compare-windows-dehighlight)
23339 (compare-windows-sync-regexp)
23340 (compare-windows-sync-default-function): New functions.
23341
233422003-10-21 Juri Linkov <juri@jurta.org>
23343
23344 * diff.el (diff-parse-differences): Don't visit the files now;
23345 instead, just record the error locus.
23346
233472003-10-21 Dave Love <fx@gnu.org>
23348
23349 * progmodes/cfengine.el: New file.
23350
233512003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23352
23353 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23354 default-directory when completing file names.
23355
233562003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23357
23358 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23359 followed by the word `face', it gets treated as a face, even if
23360 it is also defined as a variable or a function.
23361
233622003-10-20 Dave Love <fx@gnu.org>
23363
23364 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23365 Avoid incf in macro expansion.
23366
233672003-10-20 John Paul Wallington <jpw@gnu.org>
23368
23369 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23370 `evenp' so we don't implicitly require cl library at runtime.
23371
233722003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23373
23374 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23375 (help-make-xrefs): Only make cross-references for faces if
23376 preceded or followed by the word `face'. Do not make a
23377 cross-reference for variables without variable documentation,
23378 unless preceded by the word `variable' or `option'. Update doc
23379 string accordingly.
23380
233812003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23382
23383 * progmodes/hideshow.el: Rewrite one-armed `if'
23384 constructs using either `when' or `unless'.
23385 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23386
233872003-10-16 Nick Roberts <nick@nick.uklinux.net>
23388
23389 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23390 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23391 instead of 12x12.
23392
a6eeaa81 233932003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
23394
23395 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23396 message while converting to Babyl.
23397
233982003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23399
23400 * allout.el (allout-mode): Doc fix.
23401
234022003-10-16 Lute Kamstra <lute@gnu.org>
23403
23404 * subr.el (force-mode-line-update): Fix docstring.
23405
234062003-10-14 Dave Love <fx@gnu.org>
23407
23408 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23409 (default-input-method): Add :link, improve :type.
23410 (locale-charset-language-names): Fix utf-8 pattern.
23411 (locale-charset-match-p, locale-charset-alist)
23412 (locale-charset-to-coding-system): New.
23413 (set-locale-environment): Deal with codeset part of locale specs.
23414
234152003-10-14 Lute Kamstra <lute@gnu.org>
23416
23417 * fringe.el (fringe-mode): Use active voice in docstring.
23418 (set-fringe-style): Ditto.
23419
234202003-10-13 Lute Kamstra <lute@gnu.org>
23421
23422 * fringe.el (fringe-mode): Fix docstring.
23423 (set-fringe-style): Ditto.
23424
234252003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23426
23427 * ediff-mult.el (ediff-filegroup-action):
23428 Use ediff-default-filtering-regexp.
23429
23430 * ediff-util.el (ediff-recenter): Don't call
23431 ediff-restore-highlighting twice.
23432 (ediff-select-difference): Set current difference.
23433 (ediff-unselect-and-select-difference): Add comment.
23434
23435 * ediff.el (ediff-directories,ediff-directory-revisions)
23436 (ediff-directories3,ediff-merge-directories)
23437 (ediff-merge-directories-with-ancestor)
23438 (ediff-merge-directory-revisions)
23439 (ediff-merge-directory-revisions-with-ancestor):
23440 Use ediff-default-filtering-regexp.
23441
234422003-10-12 Andreas Schwab <schwab@suse.de>
23443
23444 * international/mule-cmds.el (locale-charset-language-names):
23445 Simplify regex by removing unused grouping.
23446
234472003-10-10 Dave Love <fx@gnu.org>
23448
23449 * bindings.el: Don't bind stop.
23450
234512003-10-08 Miles Bader <miles@gnu.org>
23452
23453 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23454 face instead of attempting to emulate it.
23455
234562003-10-07 Kenichi Handa <handa@m17n.org>
23457
23458 * international/mule-diag.el (list-coding-systems-1): List coding
23459 systems that are loaded automatically.
23460
23461 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23462
23463 * international/mule.el (autoload-coding-system): New function.
23464
234652003-10-07 Andreas Schwab <schwab@suse.de>
23466
23467 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23468 change-log-default-name in the buffer visiting the file.
23469
234702003-10-06 Dave Love <fx@gnu.org>
23471
23472 * files.el (find-file-hook): Customize.
23473 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23474
23475 * bindings.el (completion-ignored-extensions): Remove .log.
23476 (global-map): Add again, open, stop keys.
23477
234782003-10-05 Richard M. Stallman <rms@gnu.org>
23479
23480 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23481 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23482 Use sh-modify directly.
23483 (sh-select): Use sh-append, not eval.
23484
23485 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23486
23487 * info.el (Info-following-node-name): New function.
23488
23489 * loadhist.el (unload-feature-special-hooks):
23490 Rename from loadhist-hook-functions.
23491 (loadhist-hook-functions): Now an alias.
23492
a6eeaa81 234932003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
23494
23495 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23496 file-name clashes on 8+3 filesystems.
23497
23498 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23499 Rename loaddefs-boot.el to ldefs-boot.el
23500
23501 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23502 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23503
235042003-10-03 Lute Kamstra <lute@gnu.org>
23505
23506 * info.el (Info-mode): Revert previous change.
23507 (Info-escape-percent): New function.
23508 (Info-fontify-node): Use it.
23509
235102003-10-02 Andreas Schwab <schwab@suse.de>
23511
23512 * loaddefs-boot.el: Regenerated.
23513
235142003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23515
23516 * ffap.el: Remove defadvice related code from CVS since `complete'
23517 provides a `PC-completion-as-file-name-predicate' variable that
23518 ffap can override.
23519
235202003-10-02 Kenichi Handa <handa@m17n.org>
23521
23522 * international/utf-8.el (ccl-decode-mule-utf-8):
23523 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23524
23525 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23526 * international/subst-big5.el: Likewise.
23527 * international/subst-gb2312.el: Likewise.
23528 * international/subst-ksc.el: Likewise.
23529
235302003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23531
23532 * calendar/calendar.el (increment-calendar-month)
23533 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23534 (generate-calendar, calendar-read-date, calendar-interval)
23535 (calendar-day-of-week): Handle years BC.
23536 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23537
235382003-10-01 Dave Love <fx@gnu.org>
23539
23540 * language/cyrillic.el (cp1251): Alias for windows-1251.
23541
23542 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23543 bootstrap.
23544
235452003-10-01 Lute Kamstra <lute@gnu.org>
23546
23547 * files.el: Fix typo.
23548 * imenu.el (imenu--generic-function): Docstring fix.
23549
235502003-09-30 Richard M. Stallman <rms@gnu.org>
23551
23552 * dired.el (dired-mode): Handle dired-directory as a list.
23553
235542003-09-30 Nick Roberts <nick@nick.uklinux.net>
23555
23556 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23557
23558 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23559
23560 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23561 Replace gud-display with gud-watch.
23562 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 23563 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
23564 of this function.
23565
23566 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23567 (gdb-update-flag): New variables.
23568 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23569 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23570 (gud-watch, gdb-var-create-handler) : New functions.
23571 (gdb-var-list-children, gdb-var-list-children-handler)
23572 (gdb-var-create-regexp, gdb-var-update-regexp)
23573 (gdb-var-list-children-regexp): New constants.
23574 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23575 (gdb-annotation-rules): Reduce annotation set (level 3).
23576 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23577 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23578 updates.
23579 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23580 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23581 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23582 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23583 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23584 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23585 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23586 (gud-display, gud-display1)
23587 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23588 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23589 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23590 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23591 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23592 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23593 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23594 (gdb-display-display-buffer, gdb-toggle-display)
23595 (gdb-delete-display, gdb-expressions-popup-menu)
23596 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23597 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23598 to display buffer.
23599
236002003-09-30 Richard M. Stallman <rms@gnu.org>
23601
23602 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23603 Instead, set which-func-functions.
23604
23605 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23606 (which-func-functions): New variable.
23607 (which-function): Use that.
23608
23609 * info.el (Info-mode): Double each `%' in header line.
23610
23611 * emacs-lisp/lisp-mnt.el (lm-with-file):
23612 When FILE is nil, run BODY in current buffer.
23613
23614 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23615
23616 * help.el (describe-mode): Start with a brief list of minor modes.
23617 Find them thru minor-mode-list so as to find them all.
23618 Show them in alphabetical order.
23619
23620 * mail/sendmail.el (mail-aliases): Doc fix.
23621
23622 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23623
236242003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23625
23626 * mail/rmailsum.el (rmail-make-summary-line-1):
23627 Change comma after last label to a space.
23628 (rmail-summary-font-lock-keywords): Adapt to that change.
23629
236302003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23631
23632 * progmodes/scheme.el (scheme-mode-variables): When setting
23633 `font-lock-defaults', also specify that "#" should
23634 be interpreted with `word' syntax.
23635 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23636
236372003-09-30 Lars Hansen <larsh@math.ku.dk>
23638
23639 * desktop.el: A lot of comments updated.
23640 (desktop-save-mode): Minor mode introduced.
23641 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23642 (desktop-load-default): Function made obsolete.
23643 (desktop-locals-to-save): Variable made customizable.
23644 (desktop-read): Optional parameter `dirname' added.
23645 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23646 `desktop-read' used.
23647 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23648
236492003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23650
23651 * whitespace.el (whitespace-clean-msg): Add user customizable message
23652 for displaying ``clean'' output.
23653 (whitespace-buffer): Use `whitespace-clean-msg'.
23654 (whitespace-global-mode): Fix typo.
23655
236562003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23657
23658 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23659
236602003-09-29 Lute Kamstra <lute@gnu.org>
23661
23662 * bindings.el (mode-line-modes): Remove superfluous :propertize
23663 construct in initialization.
23664 (mode-line-position): Change cons cell into proper list in
23665 initialization.
23666
28eba01f 236672003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
23668
23669 * international/mule.el (decode-coding-inserted-region): Use car
23670 of the return value of find-operation-coding-system.
23671
236722003-09-29 Kenichi Handa <handa@m17n.org>
23673
23674 * descr-text.el (describe-char): Fix previous change.
23675
236762003-09-28 Kenichi Handa <handa@m17n.org>
23677
23678 * descr-text.el (describe-char-display): New function.
23679 (describe-char): Pay attention to display table on describing how
23680 a character is displayed.
23681
23682 * international/mule-cmds.el (encoded-string-description):
23683 Prepend "0x" to each encoded byte.
23684
236852003-09-28 Andreas Schwab <schwab@suse.de>
23686
23687 * find-file.el (ff-special-constructs): Add autoload cookie.
23688
236892003-09-28 Kevin Ryde <user42@zip.com.au>
23690
23691 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23692 makeinfo appends to duplicate index entries.
23693
a6eeaa81 236942003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
23695
23696 * dired-x.el (dired-clean-tex): Doc fix.
23697
23698 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23699 using a Chinese tutorial.
23700
237012003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23702
23703 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23704 between "MAIL FROM:" and "RCPT TO:" and the following address.
23705
237062003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23707
23708 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23709
237102003-09-28 David Ponce <david@dponce.com>
23711
23712 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23713 (recentf-load-list): When `recentf-initialize-file-name-history'
23714 is non-nil, initialize an empty `file-name-history' with the
23715 recent list.
23716
28eba01f 237172003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
23718
23719 * man.el (Man-default-man-entry): Remove the leading `*' from the
23720 word at point.
23721
237222003-09-26 Lute Kamstra <lute@gnu.org>
23723
23724 * bindings.el (mode-line-position): Mention size indication in
23725 docstring.
23726
237272003-09-26 Andre Spiegel <spiegel@gnu.org>
23728
23729 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23730
23731 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23732 because it's autoloaded now.
23733
237342003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23735
23736 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23737 (sh-font-lock-keywords, sh-feature): Fix previous change of
23738 sh-feature to avoid infloop with sh-font-lock-keywords.
23739
237402003-09-25 Kim F. Storm <storm@cua.dk>
23741
23742 * frame.el (frame-current-scroll-bars): New defun.
23743
23744 * window.el (window-current-scroll-bars): New defun.
23745
237462003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23747
23748 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23749 cause errors when the state cache contains info on parts that have
23750 been narrowed out.
23751
237522003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23753
23754 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23755 `c-setup-paragraph-variables' has to be used when this variable is
23756 changed; it doesn't work to reinitialize the mode since that
23757 typically clobbers the variable.
23758
23759 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23760 Make it interactive.
23761
237622003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23763
23764 * progmodes/cc-fonts.el (c-font-lock-declarations):
23765 Fix recognition of constructors and destructors for classes whose
23766 names are matched by `*-font-lock-extra-types'.
23767
23768 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23769 followed by an identifier in C++ then it's a type.
23770
237712003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23772
23773 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23774 problem that primarily affected XEmacs. Don't use faces to find
23775 unterminated strings since Emacs and XEmacs fontify strings
23776 differently - this function should now work better in XEmacs.
23777
237782003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23779
23780 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23781 `expand-abbrev' workaround which caused braces to misbehave inside
23782 macros.
23783
23784 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23785 handling. This bug could cause interactive font locking to bail out.
23786
237872003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23788
23789 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23790 Handle paren-style types in Pike. Also fixed some cases of
23791 insufficient handling of unbalanced parens.
23792
237932003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23794
23795 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23796 common shell prompts that are not common filename or URL characters.
23797 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 23798 the file names. This is an issue mostly for user prompts that
55115079 23799 don't have a trailing space and find-file-at-point is invoked from
e2cae769 23800 within a shell inside Emacs.
55115079
PA
23801
238022003-09-24 Andre Spiegel <spiegel@gnu.org>
23803
23804 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23805 stamps numerically, rather than textually.
23806
238072003-09-24 Kenichi Handa <handa@m17n.org>
23808
23809 * language/devan-util.el (devanagari-post-read-conversion):
23810 * language/mlm-util.el (malayalam-post-read-conversion):
23811 * language/tml-util.el (tamil-post-read-conversion):
23812 Add autoload cookie.
23813
23814 * international/utf-8.el (utf-8-post-read-conversion):
23815 Call post-read-conversion functions for Devanagari, Malayalam,
23816 and Tamil.
23817
238182003-09-23 Dave Love <fx@gnu.org>
23819
23820 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23821
238222003-09-22 Nick Roberts <nick@nick.uklinux.net>
23823
23824 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23825 Update gud-remove.
23826
238272003-09-22 Richard M. Stallman <rms@gnu.org>
23828
23829 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23830 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23831 (sh-mode-syntax-table-input): New variable.
23832 (sh-require-final-newline): Don't use eval.
23833 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23834 (sh-variables, sh-font-lock-keywords): Don't use eval.
23835 (sh-set-shell): When setting require-final-newline,
23836 treat value = `require-final-newline' as don't change it.
23837 Set sh-mode-syntax-table locally based on
23838 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23839
23840 * progmodes/compile.el (compile-internal):
23841 Call compilation-set-window-height before setting window start.
23842
238432003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23844
23845 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23846 Clear out byte-compile-last-warned-form.
23847
238482003-09-22 Richard M. Stallman <rms@gnu.org>
23849
23850 * woman.el (woman-file-name, woman-follow-word):
23851 If current-word returns nil, use "".
23852
23853 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23854
238552003-09-22 Richard M. Stallman <rms@gnu.org>
23856
23857 * emacs-lisp/lisp-mnt.el (lm-with-file):
23858 Don't visit the file, just use insert-file-contents in temp buffer.
23859
238602003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23861
23862 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23863 Add surrounding \\( and \\) around the header, as in
23864 for lm-history-header 'Change Log\\|History'.
23865
238662003-09-22 John Paul Wallington <jpw@gnu.org>
23867
23868 * progmodes/ld-script.el: Add Commentary section,
23869 minor cleanup of file header.
23870 (ld-script-font-lock-keywords): Doc fix.
23871 (toplevel): Provide `ld-script' feature.
23872
238732003-09-21 Kim F. Storm <storm@cua.dk>
23874
23875 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23876 new built-in variable default-frame-scroll-bars.
23877 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23878 scroll-bar-mode; notably, use it instead of t when we toggle
23879 scroll-bars on.
23880 (toggle-scroll-bar): Use default-frame-scroll-bars.
23881
238822003-09-19 Masatake YAMATO <jet@gyve.org>
23883
23884 * pcvs.el (cvs-do-removal): Change the prompt depending on
23885 `filter' value.
23886
238872003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23888
23889 * startup.el (command-line-1): Stop startup-echo-area-message
23890 being hidden by "Loading image..." message.
23891 (use-fancy-splash-screens-p, display-splash-screen):
23892 Move display-graphic-p test from latter to former.
23893
23894 * progmodes/sh-script.el (sh-font-lock-keywords):
23895 Highlight escaped EOLs differently from other backslash constructs.
23896
238972003-09-19 Richard M. Stallman <rms@gnu.org>
23898
23899 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23900 New functions.
23901 (edebug-enter, edebug-outside-excursion): Use them.
23902
23903 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23904 Fix the condition for whether to print "In WHERE".
23905
239062003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23907
23908 * finder.el (finder-mode-hook): New variable.
23909 (finder-mode): Run hook finder-mode-hook
23910
239112003-09-18 Masatake YAMATO <jet@gyve.org>
23912
23913 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23914
239152003-09-17 Mario Lang <mlang@delysid.org>
23916
23917 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23918 "p %e" to actually print the value in the GUD buffer.
23919
239202003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23921
23922 From David Ponce <david.ponce@wanadoo.fr>:
23923 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23924 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23925 from loaddefs-boot.el if necessary.
23926
28eba01f 239272003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
23928
23929 * progmodes/gud.el (gud-find-class): Make jdb work again since
23930 cc-mode changed the syntactic information.
23931
239322003-09-15 David Ponce <david@dponce.com>
23933
23934 * recentf.el: (recentf-exclude): Accept predicates too.
23935 (recentf-file-readable-p): New function.
23936 (recentf-include-p): Handle predicates in recentf-exclude.
23937 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23938 (recentf-cleanup): Likewise.
23939 (recentf-save-list): Use write-file to handle backup of
23940 recentf-save-file.
23941
239422003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23943
23944 * loaddefs-boot.el: Renamed from `loaddefs.el'
23945 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23946 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23947 necessary.
23948
239492003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23950
23951 * electric.el (Electric-pop-up-window): For the `one-window' case,
23952 no longer disconcertingly move point in the original buffer.
23953
239542003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23955
23956 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23957
28eba01f 239582003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
23959
23960 * dired.el (dired-mode-map): Fix typo.
23961
239622003-09-11 Richard M. Stallman <rms@gnu.org>
23963
23964 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23965
239662003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23967
23968 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23969 the function is less noisy. Now only `kill-buffer' can ask questions.
23970
239712003-09-10 Mario Lang <mlang@delysid.org>
23972
23973 * battery.el: Update Commentary and Copyright.
23974 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23975 appear due to wrong ordering of the expressions in `or'.
23976
239772003-09-09 Lute Kamstra <lute@gnu.org>
23978
23979 * misc.el (upcase-char): Fix docstring.
23980 (zap-up-to-char): New command.
23981
239822003-09-08 David Ponce <david@dponce.com>
23983
23984 Ensure that recentf correctly updates the menu bar.
23985 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23986 (recentf-menu-bar): New function.
23987 (recentf-clear-data): Use it
23988 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23989 of easy-menu-change.
23990
239912003-09-08 Lute Kamstra <lute@gnu.org>
23992
23993 * simple.el (size-indication-mode): New.
23994 * bindings.el (mode-line-position): Add buffer size indicator.
23995
239962003-09-04 Mario Lang <mlang@delysid.org>
23997
23998 * battery.el (battery-linux-proc-acpi): New function.
23999 (battery-status-function): Modify default value calculation to also
24000 check for availability of ACPI.
24001 (battery-echo-area-format): Ditto.
24002 (battery-mode-line-format): Ditto.
24003
240042003-09-06 Dave Love <fx@gnu.org>
24005
24006 * ielm.el (ielm-mode-hook): Add :options.
24007
24008 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24009 (eldoc-print-current-symbol-info): Use it.
24010
240112003-09-04 Nick Roberts <nick@nick.uklinux.net>
24012
24013 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24014 being displayed in GUD buffer.
a568a2cc 24015 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
24016 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24017 Remove functions. Use just one queue.
24018 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24019 (gdb-invalidate-assembler, gdb-get-current-frame):
24020 Modify functions. Use just one queue.
24021
240222003-09-04 Dave Love <fx@gnu.org>
24023
24024 * cus-start.el: Add blink-cursor-alist.
24025
24026 * ruler-mode.el (ruler-mode-fill-column-char)
24027 (ruler-mode-current-column-char): Use char-displayable-p,
24028 not window-system.
24029
24030 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24031
24032 * language/european.el (windows-1252): Move from code-pages.
24033
24034 * language/cyrillic.el ("Windows-1251"): Delete.
24035 ("Bulgarian", "Belarusian"): Remove `features'.
24036 (windows-1251): Move from code-pages.
24037
24038 * international/mule-diag.el (non-iso-charset-alist):
24039 Remove `codepage' stuff.
24040 (print-designation, list-coding-systems-1): Output fixes.
24041
24042 * international/code-pages.el (cp-make-translation-table)
24043 (cp-valid-codes): Made defsubsts.
24044 (cp-fix-safe-chars): Delete.
24045 (mule-diag): Don't require.
24046 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24047 (top-level): Check for defined coding system when defining
24048 cp... aliases. Change w32-add-charset-info test to avoid warning.
24049 (non-iso-charset-alist): Defvar when compiling.
24050 (cp-make-coding-system): Doc fix.
24051
240522003-09-02 Jason Rumney <jasonr@gnu.org>
24053
24054 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24055 line-ends from CVS before doing conversion.
24056
240572003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
24058
24059 * calendar/diary-lib.el (diary-header-line-flag)
24060 (diary-header-line-format): New variables.
24061 (list-diary-entries): Use them to set header line in simple diary.
24062
24063 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24064 other than font-lock-string-face to highlight backslashes.
24065
240662003-09-01 Jason Rumney <jasonr@gnu.org>
24067
24068 * international/titdic-cnv.el (tit-read-key-value): Include \r in
24069 regexp.
24070
240712003-09-01 Dave Love <fx@gnu.org>
24072
24073 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24074
24075 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24076 and :help; also line and column numbers labels.
24077
24078 * international/mule-util.el (char-displayable-p): Move from
24079 latin1-disp, rename and autoload.
24080
24081 * international/latin1-disp.el (latin1-char-displayable-p):
24082 Now obsolete alias. Replace uses with char-displayable-p.
24083 (latin1-display-ucs-per-lynx): Fix last change.
24084
24085 * international/mule-cmds.el (standard-display-european-internal):
24086 Don't use char code for Latin-1 NBSP.
24087 <XFree86 4>: Unfrob NBSP display table. Set display table to use
24088 U+2018, U+2019 for `'.
24089 (select-safe-coding-system): Message fix.
24090
240912003-09-01 Kenichi Handa <handa@m17n.org>
24092
24093 * international/fontset.el (setup-default-fontset): For Thai
24094 font, specify "*" family.
24095
28eba01f 240962003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
24097
24098 * progmodes/compile.el (previous-error): Accept a prefix
24099 argument, similarly to next-error.
24100
241012003-08-31 Masatake YAMATO <jet@gyve.org>
24102
24103 * pcvs.el (cvs-do-removal): Use = instead of eq to check
24104 the number of files. Bind the number of files to a local
24105 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24106
a6eeaa81 241072003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
24108
24109 * vc-hooks.el (vc-make-version-backup): Fix the change made on
24110 2003-07-26: msdos-long-file-names is a function, not a variable.
24111
241122003-08-29 Richard M. Stallman <rms@gnu.org>
24113
24114 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24115 Do nothing with mail-personal-alias-file if it is nil.
24116
24117 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24118 Do nothing if mail-personal-alias-file is nil.
24119
24120 * term.el (term-exec-1): Bind coding-system-for-read.
24121
24122 * dired.el (dired-mouse-find-file-other-window):
24123 Use dired-view-command-alist here, as in dired-view-file.
24124 (dired-view-command-alist): Use %s to substitute file name.
24125 Handle .ps_pages, .eps, .jpg, .gif, .png.
24126
241272003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24128
24129 * info.el (Info-mode-map): Bind S-tab and <backtab> to
24130 `Info-prev-reference', instead of M-tab.
24131
241322003-08-29 Martin Stjernholm <mast@lysator.liu.se>
24133
24134 * simple.el (blink-matching-open): Work correctly on chars that
24135 are designated as parens through the syntax-table text property.
24136
28eba01f 241372003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
24138
24139 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24140 line break position in the middle of a non-kinsoku (e.g. latin)
24141 word, making it skip until either a space or a character with
24142 category "|".
24143 (kinsoku-longer): Test for end of buffer.
24144
a6eeaa81 241452003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
24146
24147 * mail/rmail.el (rmail-convert-to-babyl-format):
24148 Detect quoted-printable- and base64-encoded messages and decode them
24149 automatically. Set the message's encoding from the charset=
24150 header, if any. Decode base64-encoded messages in Mail format as well.
24151
241522003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24153
9310ba21 24154 * mail/smtpmail.el: Fix previous change.
55115079
PA
24155 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24156 calling smtpmail-via-smtp.
24157 (smtpmail-via-smtp): Add fall-back values for envelope-from.
24158
241592003-08-26 John Paul Wallington <jpw@gnu.org>
24160
24161 * image.el (image-jpeg-p): Don't search beyond length of data.
24162
241632003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24164
24165 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24166 misfeature in `expand-abbrev' which caused electric keywords like
24167 "else" to disappear if an open brace was typed directly afterwards.
24168
241692003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24170
24171 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24172 mandatory in `define-widget'.
24173
24174 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24175 Don't align the operators "!=", "<=" and ">=" as assignment operators.
24176
24177 (c-assignment-operators): New language constant that only contains
24178 the assignment operators.
24179
24180 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24181
241822003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24183
24184 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24185 Safeguard against unbalanced sexps.
24186
28eba01f 241872003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
24188
24189 * version.el (emacs-version): Check for gtk. Include gtk version info.
24190
241912003-08-25 John Paul Wallington <jpw@gnu.org>
24192
24193 * man.el (Man-default-man-entry): Don't whizz past the section
24194 number before looking for it.
24195
241962003-08-24 Nick Roberts <nick@nick.uklinux.net>
24197
24198 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 24199 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
24200
24201 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24202 documentation.
24203 (gdb-source, gdb-source-info): Update to assembler unnecessary
24204 as its done after each GDB command anyway.
24205 (gdb-pre-prompt): Use with-current-buffer.
24206 (gdb-insert-field): Add help-echo text.
24207 (gdb-invalidate-assembler): Re-display of assembler now done in
24208 gdb-info-breakpoints-custom.
24209 (gdb-info-breakpoints-custom): Force re-display of assembler to
24210 happen *after* update of breakpoints buffer.
24211 (gdb-display-source-buffer): Don't choke if gdb-source-window
24212 isn't visible.
24213 (gdb-put-string, gdb-put-arrow): Remove free variables.
24214
242152003-08-24 John Paul Wallington <jpw@gnu.org>
24216
24217 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24218
24219 * man.el (Man-default-man-entry): Strip text properties when
24220 snarfing parts of entry because `format' preserves properties.
24221
242222003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24223
24224 * files.el (file-newest-backup): Use `expand-file-name'.
24225
24226 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24227 Allow the diary to pop up a new frame, if needed.
24228
24229 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24230 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24231 (smtpmail-send-it): Make treatment of envelope-from consistent with
24232 sendmail.el.
24233
24234 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24235 (sh-leading-keywords): Add the bash `time' reserved word.
24236 (sh-variables): Add some bash variables.
24237 (sh-add-completer): Fix nil branch of case statement.
24238
242392003-08-24 Masatake YAMATO <jet@gyve.org>
24240
24241 * progmodes/ld-script.el: New file.
24242
242432003-08-23 Markus Rost <rost@math.ohio-state.edu>
24244
24245 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24246
242472003-08-23 Andre Spiegel <spiegel@gnu.org>
24248
24249 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24250 Better explain obsolescence, and what to use instead.
24251
242522003-08-23 Masatake YAMATO <jet@gyve.org>
24253
24254 * pcvs.el (cvs-do-removal): Show the deleted file name
24255 on the prompt.
24256
242572003-08-20 Dave Love <fx@gnu.org>
24258
24259 * international/mule.el (make-coding-system)
24260 (set-buffer-file-coding-system): Doc fix.
24261
24262 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24263
24264 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24265
24266 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24267
24268 * international/utf-16.el: Add mime-text-unsuitable coding system
24269 properties.
24270
24271 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24272
24273 * cus-edit.el: Add some :links.
24274 (bib): Remove.
24275
24276 * textmodes/bib-mode.el (bib): Add :group external.
24277
242782003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
24279
24280 * wid-edit.el (widget-echo-help): Make it handle expressions that
24281 evaluate to strings.
24282
242832003-08-18 Michael Mauger <mmaug@yahoo.com>
24284
24285 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
24286
24287 Simplify selection of SQL products to define highlighting and
24288 interactive mode. Includes detailed instructions on adding
24289 support for new products.
24290
24291 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24292 product for use in highlighting and interactive mode.
24293 (sql-interactive-product): New variable. SQL product for
24294 sql-interactive-mode.
24295 (sql-product-support): New variable. Specifies product-specific
24296 parameters to drive highlighting and interactive mode.
24297 (sql-imenu-generic-expression): Add more object types.
24298 (sql-sqlite-options): Correct comment.
24299 (sql-ms-program): Use "osql" rather than "isql".
24300 (sql-prompt-regexp, sql-prompt-length): Update comment.
24301 (sql-mode-menu): Add "Start SQLi session" entry.
24302 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24303 (sql-mode-abbrev-table): Add abbreviations. Support of
24304 SYSTEM-FLAG on define-abbrev. Support was removed with last
24305 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24306 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24307 names.
24308 (sql-mode-ansi-font-lock-keywords): Set as default value.
24309 (sql-mode-oracle-font-lock-keywords): Set as default value.
24310 Support Oracle 9i keywords.
24311 (sql-mode-postgres-font-lock-keywords): Set as default value.
24312 (sql-mode-linter-font-lock-keywords): Set as default value.
24313 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24314 SQLServer 2000.
24315 (sql-mode-sybase-font-lock-keywords)
24316 (sql-mode-interbase-font-lock-keywords)
24317 (sql-mode-sqlite-font-lock-keywords)
24318 (sql-mode-strong-font-lock-keywords)
24319 (sql-mode-mysql-font-lock-keywords)
24320 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24321 keywords.
24322 (sql-mode-font-lock-defaults): Update comment.
24323 (sql-product-feature): New function. Returns feature associated
24324 with a product from `sql-product-support' alist.
24325 (sql-product-font-lock): New function. Set font-lock support
24326 based on `sql-product'.
24327 (sql-add-product-keywords): New function. Add font-lock rules to
24328 product-specific keyword variables.
24329 (sql-set-product): New function. Set `sql-product' and apply
24330 appropriate font-lock highlighting.
24331 (sql-highlight-product): New function. Set font-lock support
24332 based on a product. Also set mode name to include product name.
24333 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24334 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24335 Use `sql-set-product'.
24336 (sql-highlight-ms-keywords)
24337 (sql-highlight-sybase-keywords)
24338 (sql-highlight-interbase-keywords)
24339 (sql-highlight-strong-keywords)
24340 (sql-highlight-mysql-keywords)
24341 (sql-highlight-sqlite-keywords)
24342 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24343 (sql-get-login): Prompt in the same order as the tokens.
24344 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24345 (sql-product-interactive): New function. Common portions of
24346 product-specific interactive mode wrappers.
24347 (sql-interactive-mode): Rewritten to use product features.
24348 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24349 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24350 (sql-db2, sql-linter): Use `sql-product-interactive'.
24351 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24352 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24353 (sql-connect-ingres, sql-connect-postgres)
24354 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24355 New functions. Format command line parameters and invoke comint on
24356 the appropriate interpreter. Code was in the corresponding
24357 `sql-xyz' function before.
24358 (sql-connect-ms): New function. Support -E argument to use
24359 operating system credentials for authentication.
24360
243612003-08-18 Kenichi Handa <handa@m17n.org>
24362
24363 * international/mule.el (encode-char): Fix for the ASCII case.
24364
243652003-08-15 Kenichi Handa <handa@m17n.org>
24366
24367 * international/fontset.el (setup-default-fontset): Change "*" to
24368 nil in the specifications of font family.
24369
243702003-08-18 Kim F. Storm <storm@cua.dk>
24371
24372 * kmacro.el (kmacro-keymap): Group related bindings in
24373 initialization for clarity. Bind C-s to start macro.
24374 Remove C-r binding.
24375 (kmacro-initial-counter-value): New defvar to hold initial counter
24376 value in case we set the value before defining a macro.
24377 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24378 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24379 not defining or executing macro. Doc fix.
24380 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24381 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24382 temporarily view older elements on the macro ring without cycling
24383 the ring.
24384 (kmacro-display): Doc fix.
24385 (kmacro-exec-ring-item): New helper function.
24386 (kmacro-call-ring-2nd): Use it.
24387 (kmacro-call-ring-2nd-repeat): Doc fix.
24388 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24389 (kmacro-end-or-call-macro): Execute last viewed macro (using
24390 kmacro-exec-ring-item) from ring if this follows
24391 kmacro-view-macro. This allows us to find a macro on the ring
24392 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24393 the ring to bring it to the head of the ring.
24394 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24395 Allow binding to reserved keys without specifying C-x C-k prefix.
24396 Ask for confirmation if entered key sequence is already bound to
24397 a non-macro command.
24398 (kmacro-view-macro): Repeating command will show older elements
24399 on the macro ring; C-k will execute the last viewed macro.
24400 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24401 property from 'ring to 'head.
24402
244032003-08-17 Alan Shutko <ats@acm.org>
24404
24405 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24406 keeping December out of the alist.
24407
244082003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24409
24410 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24411 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24412 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24413 (calendar-flatten): New function.
24414 (calendar-mouse-view-other-diary-entries)
24415 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24416 in the menu title and to show multi-line diary entries correctly
24417 in the menu.
24418
244192003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24420
24421 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24422 defcustom, because the default was recently changed.
24423
244242003-08-16 Richard M. Stallman <rms@gnu.org>
24425
24426 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24427
24428 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24429 New subroutine, broken out of eval-last-sexp-1.
24430 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24431
24432 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24433
24434 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24435
24436 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24437
244382003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24439
24440 * progmodes/compile.el (compilation-error-regexp-alist):
24441 Add Java ANt error detection as described in document
24442 http://ant.apache.org/faq.html
24443
244442003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24445
24446 * simple.el (backward-word, forward-to-indentation)
9242b3b7 24447 (backward-to-indentation): Argument changed to optional.
55115079
PA
24448 (next-line, previous-line): Use `or' instead of `unless'.
24449
244502003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24451
24452 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24453 instead of a constant.
24454
244552003-08-12 Markus Rost <rost@math.ohio-state.edu>
24456
24457 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24458
244592003-08-12 Andre Spiegel <spiegel@gnu.org>
24460
24461 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24462 (vc-sccs-workfile-version): Search the entire delta table, rather
24463 than just the first entry, because that might be a deleted version.
24464
244652003-08-11 Karl Fogel <kfogel@red-bean.com>
24466
24467 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24468 [save-place] binding in the Options menu. Have it require
1bef8597 24469 'saveplace' and then toggle the variable manually, to avoid an
55115079
PA
24470 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24471 for the bug report.
24472
244732003-08-11 Nick Roberts <nick@nick.uklinux.net>
24474
24475 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24476 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24477 (gdb-info-threads-custom): Add help-echo text.
24478 (gdb-display-back): Don't use purecopy.
24479 (gdb-info-breakpoints-custom, gdb-reset)
24480 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24481 icons can be displayed.
24482
244832003-08-11 Markus Rost <rost@math.ohio-state.edu>
24484
24485 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24486
244872003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24488
24489 * bookmark.el (bookmark-completing-read):
24490 Return a string, instead of a list of one string.
24491 Use a popup menu if activated from the mouse.
24492 (bookmark-edit-annotation): Remove unused vars.
24493 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24494 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24495 to bookmark-completing-read.
24496 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24497 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24498 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24499 and erase-buffer.
24500 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24501 (bookmark-menu-jump, bookmark-menu-insert)
24502 (bookmark-popup-menu-and-apply-function)
24503 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24504 (bookmark-menu-build-paned-menu): Remove by folding it into
24505 bookmark-menu-popup-paned-menu.
24506 (menu-bar-bookmark-map): Move the define-key statements here.
24507 Use the "non-menu" commands since they now pop up a menu if needed.
24508 (bookmark-exit-hook-internal): Simplify.
24509
245102003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24511
24512 * reftex-toc.el (reftex-toc-rename-label): New function.
24513 (reftex-toc-check-docstruct): New function.
24514
24515 * reftex.el (reftex-region-active-p): New function.
24516
24517 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24518 regexp to find the \bibliography macro.
24519
24520 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24521 which does not exist in LaTeX.
24522 (reftex-cite-format-builtin): Added amsrefs support.
24523 (reftex-toc-confirm-promotion): New option
24524
24525 * reftex-toc.el
24526 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24527 (reftex-toc-demote, reftex-toc-promote)
24528 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24529 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24530 (reftex-toc-newhead-from-alist)
24531 (reftex-toc-load-all-files-for-promotion): New functions.
24532 (reftex-toc-help): Added description of new keys.
24533 (reftex-toc-split-windows-fraction): New option.
24534 (reftex-recenter-toc-when-idle): Search *toc* window on all
24535 visible frames.
24536 (reftex-toc): Additional parameter REUSE
24537 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24538 with REUSE argument.
24539 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24540 the call of `reftex-toc'.
24541 (reftex-make-separate-toc-frame): New function .
24542 (reftex-toc-recenter): When called with triple prefix arg, call
24543 `reftex-make-separate-toc-frame' first.
24544 (reftex-toc-toggle-dedicated-frame): New command.
24545 (reftex-toc-quit): Adapted to delete frame when called in
24546 dedicated frame.
24547
24548 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24549 all enclosing macros.
24550
24551
245522003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24553
24554 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24555 first use.
24556
245572003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24558
24559 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24560
245612003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24562
24563 * calendar/calendar.el (list-diary-entries-hook)
24564 (diary-display-hook, nongregorian-diary-listing-hook)
24565 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24566 Add some customize options for these hooks.
24567 (calendar-abbrev-construct): Don't try to take a substring longer
24568 than the original string.
24569
245702003-08-05 Richard M. Stallman <rms@gnu.org>
24571
24572 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24573 (testcover-reinstrument-clauses): Doc fix.
24574
24575 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24576 (warning-type-format): Rename from warning-group-format.
24577
24578 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24579 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24580 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24581 to prevent warnings about defvar for an obsolete variable.
24582
24583 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24584 warning-group-format renamed to warning-type-format.
24585
24586 * subr.el (read-passwd): Use clear-string instead of fillarray.
24587
24588 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24589 Use vconcat instead of concat.
24590 (edmacro-sanitize-for-string): New function.
24591
245922003-08-05 Dave Love <fx@gnu.org>
24593
24594 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24595 line-number-display-limit-width.
24596
24597 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24598
245992003-08-05 Kenichi Handa <handa@m17n.org>
24600
24601 * international/code-pages.el: Don't require mule-diag.
24602
24603 * international/mule-diag.el (non-iso-charset-alist):
24604 Add autoload cookie.
24605
24606 * language/devan-util.el (dev-glyph-order): Add an entry for the
24607 glyph code #xC4.
24608
246092003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24610
24611 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24612 (european-calendar-style, diary-date-forms)
24613 (calendar-day-name-array, calendar-month-name-array): Doc change.
588c0770 24614 (generate-calendar-month): Adapt for new behavior of
55115079
PA
24615 `calendar-day-name' function.
24616 (calendar-abbrev-length, calendar-day-abbrev-array)
24617 (calendar-month-abbrev-array): New variables.
24618 (calendar-abbrev-construct): New function.
24619 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24620 rather than fixing abbrevs at some width. Calling syntax change.
24621 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
588c0770 24622 (calendar-date-string): Adapt for new behaviors of
55115079
PA
24623 `calendar-day-name' and `calendar-month-name' functions.
24624
24625 * calendar/diary-lib.el (list-diary-entries): Adapt for new
588c0770 24626 behavior of `calendar-day-name' and `calendar-month-name' functions.
55115079
PA
24627 (diary-name-pattern): Use abbrev arrays, rather than fixing
24628 abbrevs at three chars. Calling syntax change.
588c0770 24629 (mark-diary-entries): Adapt for new behaviors of
55115079 24630 `diary-name-pattern' and `calendar-make-alist' functions.
588c0770 24631 (fancy-diary-font-lock-keywords): Adapt for new behavior of
55115079
PA
24632 `diary-name-pattern' function.
24633 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24634 fixing abbrevs at three chars. Calling syntax change.
24635 (cal-hebrew, cal-islam): Require when compiling.
588c0770 24636 (diary-font-lock-keywords): Adapt for new behavior of
55115079
PA
24637 `font-lock-diary-date-forms' function.
24638
24639 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24640 (calendar-hebrew-month-name-array-common-year)
24641 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
588c0770 24642 (list-hebrew-diary-entries): Adapt for new behaviors of
55115079 24643 `calendar-day-name' and `add-to-diary-list' functions.
588c0770 24644 (mark-hebrew-diary-entries): Adapt for new behaviors of
55115079
PA
24645 `diary-name-pattern' and `calendar-make-alist' functions.
24646
24647 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24648 Add doc string.
588c0770 24649 (list-islamic-diary-entries): Adapt for new behaviors of
55115079 24650 `calendar-day-name' and `add-to-diary-list' functions.
588c0770 24651 (mark-islamic-diary-entries): Adapt for new behaviors of
55115079
PA
24652 `diary-name-pattern' and `calendar-make-alist' functions.
24653
588c0770 24654 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
55115079
PA
24655 `calendar-month-name' function.
24656
24657 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24658
24659 * calendar/solar.el (solar-seasons-data): Move definition before use.
24660
24661 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24662 (cal-tex-LaTeX-hourbox): Move definition before use.
24663
881b07f9
JB
24664 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24665 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24666 * lunar.el, solar.el (displayed-month, displayed-year):
24667 Define for compiler.
55115079
PA
24668
246692003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24670
24671 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24672 MODE. Renamed from c-init-c-language-vars'.
24673 (c-initialize-cc-mode): Change accordingly.
24674 (c-common-init): Ditto.
24675 (c-mode): Ditto.
24676 (c++-mode): Use `c-init-language-vars-for'.
24677 (objc-mode): Ditto.
24678 (java-mode): Ditto.
24679 (idl-mode): Ditto.
24680 (pike-mode): Ditto.
24681 (awk-mode): Ditto.
24682
246832003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24684
24685 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24686 or not the point moved.
24687
24688 (c-search-decl-header-end): Don't trip up on operator identifiers
24689 in C++ and operators like == in all languages.
24690
24691 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24692 Detect leading labels correctly.
24693
246942003-08-02 Andreas Schwab <schwab@suse.de>
24695
24696 * textmodes/ispell.el: Don't redo key bindings on loading, put
24697 them only in loaddefs.el.
24698 * bookmark.el: Likewise.
24699 * dabbrev.el: Likewise.
24700 * emerge.el: Likewise.
24701
24702 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24703 has more than one member.
24704
24705 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24706
247072003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24708
24709 * lpr.el (printify-region): It was ending conversion before the
24710 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24711
247122003-07-31 John Paul Wallington <jpw@gnu.org>
24713
24714 * net/browse-url.el (browse-url-epiphany): Doc fix.
24715
247162003-07-30 Kenichi Handa <handa@m17n.org>
24717
24718 * international/fontset.el (setup-default-fontset):
24719 Change registry names of Akurti fonts.
24720
247212003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24722
24723 * comint.el (comint-read-noecho): Use `clear-string' instead of
24724 `fillarray'.
24725
247262003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24727
24728 * outline.el (outline-mode-hook): Add defvar.
24729
247302003-07-28 Nick Roberts <nick@nick.uklinux.net>
24731
24732 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24733 Restore assembler in source window if that is what has been selected.
24734 (menu): Add gdb-restore-windows to menu. Make gdba
24735 specific menus only visible from gdba.
24736
247372003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24738
24739 * progmodes/compile.el (compilation-environment): New user variable.
24740 (compile-internal): Respect it.
24741
247422003-07-23 Masatake YAMATO <jet@gyve.org>
24743
24744 * progmodes/gud.el (gdb-script-font-lock-keywords):
24745 Put `font-lock-function-name-face' on a symbol which includes
24746 `-' like `hook-run'. Put font-lock-variable-name-face
24747 on a symbol starting with $.
24748
247492003-07-27 Markus Rost <rost@math.ohio-state.edu>
24750
24751 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24752
247532003-07-26 Markus Rost <rost@math.ohio-state.edu>
24754
24755 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24756
247572003-07-26 Andre Spiegel <spiegel@gnu.org>
24758
24759 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24760 Use with-no-warnings.
24761 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24762 rather than to find-file-not-found-hook, which doesn't exist.
24763
247642003-07-26 Markus Rost <rost@math.ohio-state.edu>
24765
24766 * international/quail.el (quail-translate-key): Fix previous change.
24767
247682003-07-25 John Paul Wallington <jpw@gnu.org>
24769
24770 * server.el (server-start): Check `server-process' is non-nil
24771 before killing it to avoid killing current buffer's process.
24772
24773 * simple.el (choose-completion-string): Use `minibufferp';
24774 test `completion-reference-buffer' if `buffer' arg is nil.
24775 (push-mark): Use `when' and `unless'.
24776 (pop-mark): Use `when'.
24777
24778 * mouse-sel.el (mouse-sel-get-selection-function):
24779 Check `x-last-selected-text-primary'. Don't barf if it or
24780 `x-last-selected-text' aren't bound.
24781
247822003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24783
24784 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24785
247862003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24787
24788 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24789
247902003-07-23 John Paul Wallington <jpw@gnu.org>
24791
24792 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24793
247942003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24795
24796 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24797 string. Defvar the derived hook.
24798
24799 * macros.el (insert-kbd-macro): Escape double quote character.
24800 From Thomas W Murphy <twm@andrew.cmu.edu>.
24801
248022003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24803
24804 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24805 to match the specific mark rather than reusing comment-start-skip.
24806
248072003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24808
24809 * progmodes/hideshow.el (hs-special-modes-alist):
24810 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24811
248122003-07-21 Markus Rost <rost@math.ohio-state.edu>
24813
24814 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24815 value using ?\s.
24816
248172003-07-21 John Paul Wallington <jpw@gnu.org>
24818
24819 * subr.el (with-selected-window): Add closing paren.
24820
248212003-07-21 Richard M. Stallman <rms@gnu.org>
24822
24823 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24824 (lisp-mode): Likewise.
24825
24826 * subr.el (with-selected-window): Copy code form save-selected-window
24827 so as to call select-window with norecord arg.
24828 (dynamic-completion-table): Doc fix.
24829 (lazy-completion-table): Doc fix.
24830
24831 * international/mule-cmds.el (set-locale-environment):
24832 langinfo renamed to locale-info.
24833
24834 * international/mule.el (auto-coding-functions): Doc fix.
24835
248362003-07-21 Kenichi Handa <handa@m17n.org>
24837
24838 * international/quail.el (quail-translate-key):
24839 Update quail-current-str correctly.
24840
248412003-07-21 Andreas Schwab <schwab@suse.de>
24842
24843 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24844 ?, to "_".
24845
248462003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24847 Version 2.0.36 of Tramp released.
24848
24849 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24850 tramp-password-end-of-line.
24851 (tramp-password-end-of-line): New method parameter.
24852 (tramp-get-password-end-of-line): Function to access method
24853 parameter `tramp-password-end-of-line', or variable
24854 `tramp-default-password-end-of-line' (default value).
24855 (tramp-methods): Add entries for new parameter
24856 tramp-password-end-of-line.
24857 (tramp-enter-password): Use new function
24858 `tramp-get-password-end-of-line'.
24859 (tramp-handle-insert-file-contents): Do not
24860 unconditionally inhibit the file operation file-local-copy, only
24861 do that when the inhibit-file-name-operation is currently
24862 insert-file-contents. This fixes finding remote CVS-controlled
24863 files. (It would barf on inserting the CVS/Entries file
24864 literally, because the file-local-copy handler wasn't called.)
24865 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24866 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24867 (tramp-initial-commands): New variable.
24868 (tramp-process-initial-commands): New function, using the variable.
24869 (tramp-open-connection-setup-interactive-shell): Call the new function.
24870 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24871 method into the buffer name, never use nil. Reported by Hanak
24872 David <dhanak@inf.bme.hu>.
24873 (tramp-open-connection-setup-interactive-shell): Erase buffer
24874 before sending "stty -onlcr".
24875
24876 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24877
248782003-07-19 Markus Rost <rost@math.ohio-state.edu>
24879
24880 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24881
248822003-07-19 John Paul Wallington <jpw@gnu.org>
24883
24884 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24885 (artist-draw-rect, artist-draw-square): Doc fixes.
24886
24887 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24888
24889 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24890
248912003-07-19 Kenichi Handa <handa@m17n.org>
24892
24893 * international/kkc.el (kkc-show-conversion-list-update):
24894 Highlight the correct candidate in the message.
24895
248962003-07-18 John Paul Wallington <jpw@gnu.org>
24897
24898 * simple.el (current-word): Don't include punctuation char when
24899 `really-word' arg is non-nil.
24900
249012003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24902
24903 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24904 moved to the directory obsolete.
24905
249062003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24907
24908 * info.el (Info-menu-entry-name-re): Allow newlines in
24909 menu entry names.
24910
24911 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24912 syntax-ppss-after-change-function.
24913 (syntax-ppss-after-change-function): New alias. Update uses.
24914 (syntax-ppss): Catch the case where the buffer is narrowed.
24915
249162003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24917
24918 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24919 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24920
249212003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24922
24923 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24924 since it might be modified.
24925
24926 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24927 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24928 names to these language constants.
24929
249302003-07-15 Kim F. Storm <storm@cua.dk>
24931
24932 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24933 All uses changed.
24934
249352003-07-14 Mark A. Hershberger <mah@everybody.org>
24936
24937 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24938 Namespace support.
24939
249402003-07-13 Juanma Barranquero <lektu@terra.es>
24941
24942 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24943 papers received).
24944
249452003-07-13 Karl Eichwalder <ke@suse.de>
24946
24947 * textmodes/po.el (po-find-charset): White space at the start of the
24948 Content-Type field body is non-mandatory.
24949
249502003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24951
24952 * textmodes/texinfo.el (texinfo-section-list):
24953 Append appendixsection; a synonym for appendixsec.
24954
249552003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24956
24957 * man.el (Man-translate-cleanup): New.
24958 (Man-translate-references): Call `Man-translate-cleanup' to clean
24959 leading, trailing and middle spaces.
24960
249612003-07-13 Lars Hansen <larsh@math.ku.dk>
24962
24963 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24964 Handle `dired-directory' being a list.
24965
249662003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24967
24968 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24969 it doesn't exist.
24970
249712003-07-12 Richard M. Stallman <rms@gnu.org>
24972
24973 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24974
24975 * progmodes/cc-defs.el (c-make-keywords-re):
24976 Don't use delete-duplicates.
24977 (c-lang-const): Don't use mapcan.
24978
24979 * apropos.el (apropos-show-scores): Make it customizable.
24980 Document new meaning.
24981 (apropos): Compute scores from symbols.
24982 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24983
249842003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24985
24986 * ps-bdf.el: Fix copyright line.
24987 (bdf-directory-list): Fix initialization code.
24988
249892003-07-11 John Paul Wallington <jpw@gnu.org>
24990
24991 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24992 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24993 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24994
249952003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24996
24997 * emacs-lisp/ring.el (ring-elements): Doc fix.
24998
249992003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25000
25001 * calendar/timeclock.el (timeclock-relative)
25002 (timeclock-ask-before-exiting, timeclock-use-display-time):
25003 Doc changes.
25004 (timeclock-modeline-display): Give a message if
25005 `timeclock-use-display-time' is non-nil but `display-time-mode'
25006 is not active.
25007
250082003-07-11 Kenichi Handa <handa@m17n.org>
25009
25010 * international/mule-cmds.el (set-language-environment):
25011 Set current-language-environment to the correct string.
25012
250132003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25014
25015 * ps-print.el: Print line number correctly in a region. Reported by
c9688100 25016 Tim Allen <timallen@ls83.fsnet.co.uk>.
55115079
PA
25017 (ps-print-version): New version number (6.6.2).
25018 (ps-printing-region): Code fix.
25019
250202003-07-10 John Paul Wallington <jpw@gnu.org>
25021
25022 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25023 this function can be called from `add-completions-from-tags-table'.
25024
250252003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
25026
25027 * calendar/timeclock.el (timeclock-use-display-time)
25028 (timeclock-day-over-hook, timeclock-workday-remaining)
25029 (timeclock-status-string, timeclock-when-to-leave)
25030 (timeclock-when-to-leave-string, timeclock-log-data)
25031 (timeclock-find-discrep, timeclock-day-base)
25032 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25033 (timeclock-modeline-display): Set the variable
25034 `timeclock-modeline-display'.
25035 (timeclock-update-modeline): Doc fix. Respect value of
25036 `timeclock-relative'.
25037
250382003-07-09 Richard M. Stallman <rms@gnu.org>
25039
25040 * textmodes/reftex-parse.el (reftex-all-document-files):
25041 Add autoload cookie.
25042
25043 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25044 (reftex-scanning-info-available-p): Add autoload cookie.
25045
25046 * international/mule-cmds.el
25047 (set-display-table-and-terminal-coding-system): Delete duplicate
25048 aset on standard-display-table.
25049
25050 * view.el (view-file): If existing buffer's major mode is special,
25051 don't go into view mode.
25052
25053 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25054
250552003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25056
25057 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25058 buffer changes; there's third party code that calls this function
25059 directly.
25060
250612003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25062
25063 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25064 (autodoc-font-lock-keywords): Don't byte compile on font lock
25065 initialization when running from byte compiled files.
25066
250672003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
25068
25069 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25070 statement ends with auto-increment "++".
25071
250722003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25073
25074 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25075 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25076 these are changed, so declare them as variables and not constants.
25077
250782003-07-08 Markus Rost <rost@math.ohio-state.edu>
25079
9242b3b7 25080 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
25081
250822003-07-08 Kim F. Storm <storm@cua.dk>
25083
25084 * international/mule-cmds.el
25085 (set-display-table-and-terminal-coding-system): Don't break
25086 bootstrap if standard-display-table isn't setup yet.
25087
250882003-07-07 Richard M. Stallman <rms@gnu.org>
25089
25090 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25091 Give it a doc string, and autoload it.
25092
25093 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25094 Use with-no-warnings.
25095
25096 * info.el (Info-search): If find invisible text, search again.
25097
25098 * isearch.el (search-whitespace-regexp): Add a shy group around it.
25099
25100 * man.el (Man-name-regexp): Match + as part of name.
25101
25102 * simple.el (visible-mode): Rename from vis-mode.
25103 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25104
25105 * simple.el (current-word): New arg REALLY-WORD specifies
25106 don't include punctuation chars.
25107
25108 * emacs-lisp/debug.el (debug, debugger-env-macro):
25109 Use with-no-warnings while accessing and binding unread-command-char.
25110
25111 * international/mule-cmds.el
25112 (set-display-table-and-terminal-coding-system): Use explicit loop
25113 instead of calling standard-display-default.
25114
25115 * net/ange-ftp.el (ange-ftp-file-symlink-p):
25116 Use condition-case to catch error in ange-ftp-get-files.
25117
25118 * net/browse-url.el (browse-url-browser-function):
25119 Add alternative for Epiphany.
25120 (browse-url-epiphany-program, browse-url-epiphany-arguments)
25121 (browse-url-epiphany-startup-arguments)
25122 (browse-url-epiphany-new-window-is-tab): New variables.
25123 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25124
25125 * progmodes/compile.el (compile-auto-highlight): Default now t.
25126 (compile): Doc fix.
25127 (compilation-next-error): Fix previous change.
25128
25129 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25130
25131 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25132
251332003-07-07 Nick Roberts <nick@nick.uklinux.net>
25134
25135 * gdb-ui.el (gdb-source-info): Display current frame when
25136 attaching to an existing process.
25137 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25138 while laying out windows when attaching to an existing process.
25139
251402003-07-07 Stefan Monnier <monnier@cs.yale.edu>
25141
25142 * info.el (Info-menu): Use Info-menu-entry-name-re.
25143
251442003-07-06 Stefan Monnier <monnier@cs.yale.edu>
25145
25146 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25147 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25148
25149 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25150 to match the same text.
25151
251522003-07-06 John Paul Wallington <jpw@gnu.org>
25153
25154 * vc.el (vc-annotate-offset): Move defvar up.
25155
251562003-07-06 Kim F. Storm <storm@cua.dk>
25157
25158 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25159 This should fix the infinite loop when extracting menu names.
25160
251612003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25162
25163 * files.el (auto-mode-alist, interpreter-mode-alist):
25164 Remove entries to CC Mode modes to avoid duplicates; they are now added
25165 with autoload directives in cc-mode.el.
25166
251672003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25168
25169 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25170 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25171 these are changed, so declare them as variables and not constants.
25172
25173 * progmodes/cc-mode.el: Fix some autoload problems: Try to
25174 ensure that the entry for ".c" extension comes before the one for
25175 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25176 Fix incorrect entries that were added to `interpreter-mode-alist'.
25177 Move the autoload directives for AWK to the top level since they
25178 aren't recognized anywhere else. Do not use the new AWK mode doc
25179 in the autoload form for the old AWK mode.
25180
251812003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25182
25183 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25184 (bibtex-sort-ignore-string-entries): Default value t.
25185 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25186 erroneously in previous version.
25187 (bibtex-string-files): Docstring reflects new parsing scheme.
25188 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25189 docstring, add # as one of the chars to crush
25190 (bibtex-autokey-prefix-string, bibtex-autokey-names)
25191 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25192 (bibtex-autokey-name-change-strings)
25193 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25194 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25195 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25196 (bibtex-autokey-title-terminators)
25197 (bibtex-autokey-titlewords-stretch)
25198 (bibtex-autokey-titleword-ignore)
25199 (bibtex-autokey-titleword-case-convert)
25200 (bibtex-autokey-titleword-abbrevs)
25201 (bibtex-autokey-titleword-abbrevs)
25202 (bibtex-autokey-titleword-change-strings)
25203 (bibtex-autokey-titleword-length)
25204 (bibtex-autokey-titleword-separator)
25205 (bibtex-autokey-name-year-separator)
25206 (bibtex-autokey-year-title-separator)
25207 (bibtex-autokey-before-presentation-function)
25208 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25209 Fix docstring.
25210 (bibtex-strings, bibtex-reference-keys):
25211 Use lazy-completion-table and make-variable-buffer-local.
25212 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25213 (bibtex-braced-string-syntax-table)
25214 (bibtex-quoted-string-syntax-table): New variables.
25215 (bibtex-parse-nested-braces): Remove.
25216 (bibtex-parse-field-string): Use syntax table and forward-sexp.
25217 (bibtex-parse-association): Simplify.
25218 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25219 (bibtex-parse-field-text): Simplify.
25220 (bibtex-search-forward-field, bibtex-search-backward-field):
25221 argument BOUND can take value t.
25222 (bibtex-start-of-field, bibtex-start-of-name-in-field)
25223 (bibtex-end-of-name-in-field, bibtex-end-of-field)
25224 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25225 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25226 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25227 (bibtex-skip-to-valid-entry): Return buffer position of beginning
25228 and ending of entry. Update for changes of bibtex-search-entry.
25229 Simplify.
25230 (bibtex-map-entries): FUN is called with three arguments.
25231 (bibtex-search-entry): Return a cons pair with buffer positions of
25232 beginning and end of entry.
25233 (bibtex-enclosing-field): Simplify.
25234 (bibtex-format-entry): Use booktitle to set a missing title.
25235 (bibtex-autokey-get-names): Fiddle with regexps.
25236 (bibtex-generate-autokey): Use identity.
25237 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
25238 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
25239 arguments. Return alist of keys.
25240 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
25241 (bibtex-complete-string-cleanup): Fix docstring.
25242 (bibtex-read-key): New function.
a568a2cc
JB
25243 (bibtex-mode): Fix docstring. Do not parse for keys and
25244 strings when the mode is entered. Set fill-paragraph-function to
25245 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 25246 font-lock intended.
a568a2cc 25247 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
25248 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25249 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25250 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 25251 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
25252 (bibtex-beginning-of-entry): Always return new position of point.
25253 (bibtex-end-of-entry): Rearrange cond clauses.
25254 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25255 Update for changes of bibtex-map-entries.
25256 (bibtex-ispell-abstract): Do not move point.
a568a2cc 25257 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
25258 (bibtex-lessp): Handle catch-all.
25259 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
25260 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
25261 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
25262 preamble entries.
25263 (bibtex-fill-field-bounds): New function.
a568a2cc 25264 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
25265 (bibtex-fill-entry): Use bibtex-fill-field-bounds
25266 (bibtex-String): Use bibtex-strings. Always obey
25267 bibtex-sort-ignore-string-entries.
25268
252692003-07-05 John Paul Wallington <jpw@gnu.org>
25270
25271 * cus-theme.el (customize-create-theme):
25272 Call `customize-create-theme' in Reset widget's notify function.
25273
25274 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25275 (ibuffer-mark-interactive): Use `or' instead of `unless'.
25276 (define-ibuffer-column name): Add summarizer.
25277 (define-ibuffer-column size): Likewise.
25278 (define-ibuffer-column filename): Likewise.
25279 (define-ibuffer-column process): Likewise. Change BODY's output too.
25280 (define-ibuffer-column filename-and-process): Likewise, likewise.
25281 (ibuffer): Remove local vars `already-in' and `need-update'.
25282
25283 * ibuf-ext.el: Don't require `derived' at compile-time.
25284
252852003-07-05 Kim F. Storm <storm@cua.dk>
25286
25287 * info.el: Disable paragraph refilling.
25288 (Info-refill-paragraphs): New defcustom.
25289 (Info-fontify-node): Use it.
25290
252912003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25292
25293 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25294 thingies from constructors created by defstruct.
25295
25296 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25297 the default value of the variable.
25298 (byte-code-meter): Move declaration to top level.
25299
25300 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25301
25302 * info.el (Info-following-node-name-re): New fun.
25303 (Info-following-node-name): Remove.
25304 (Info-insert-dir): Use the new fun.
25305 (Info-extract-pointer): Don't save restriction; use new fun.
25306 (Info-menu-entry-name-re): New const.
25307 (Info-menu-entry-name-re): Use it along with new fun.
25308 (Info-node-spec-re): Use new fun.
25309 (Info-complete-menu-item, Info-fontify-node): Use new const.
25310 (Info-goto-node, Info-follow-reference, Info-menu-update):
25311 Use match-string.
25312 (Info-follow-reference): Use assoc-string.
25313 Use a list of strings for the completion table.
25314 (Info-fontify-node): Use match-string, line-end-position.
25315 Limit the search for `node:' to the first line.
25316
25317 * newcomment.el (uncomment-region): Remove padding coming from
25318 comment-start rather than just from comment-padding.
25319
25320 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25321 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25322 (vc-cvs-rename-file): Remove (use the default).
25323 (vc-cvs-register): Register parent dir if needed.
25324 (vc-cvs-could-register): Return non-nil if parent can be registered.
25325 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25326 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25327
25328 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25329 (vc-svn-update): Fix the arguments to `svn'.
25330 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25331 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25332 Simple implementations, assuming `name' is a URL.
25333
25334 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25335 set of chars allowed unquoted in a case pattern.
25336
25337 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25338
25339 * font-lock.el (font-lock-extra-types-widget)
25340 (c-font-lock-extra-types, c++-font-lock-extra-types)
25341 (objc-font-lock-extra-types, java-font-lock-extra-types)
25342 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25343 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25344 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25345 (font-lock-match-c++-structor-declaration)
25346 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25347 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25348 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25349 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25350 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25351 (java-font-lock-keywords-3, java-font-lock-keywords)
25352 (java-font-lock-syntactic-face-function): Remove obsolete code
25353 and constants. It's all in cc-fonts.el now.
25354
253552003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25356
25357 * mail/sendmail.el (mail-specify-envelope-from)
25358 (mail-envelope-from): Doc fix.
25359
253602003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25361
25362 * generic-x.el: Do away with the dependency on `c-emacs-features'
25363 when populating `rul-generic-mode-syntax-table'; we already know
25364 this isn't XEmacs.
25365
25366See ChangeLog.10 for earlier changes.
25367
25368;; Local Variables:
25369;; coding: iso-2022-7bit
25370;; End:
25371
47ff5b28 25372 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
55115079
PA
25373 Copying and distribution of this file, with or without modification,
25374 are permitted provided the copyright notice and this notice are preserved.
25375
25376;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1