]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mail-reply-buffer): Add defvar.
[gnu-emacs] / lisp / ChangeLog
1 2005-08-28 John Paul Wallington <jpw@gnu.org>
2
3 * ibuf-ext.el (ibuffer-auto-update-changed): Use
4 `frame-or-buffer-changed-p' to check whether we need to update.
5 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
6 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
7 as a `frame-or-buffer-changed-p' state vector instead.
8
9 2005-08-27 Romain Francoise <romain@orebokech.com>
10
11 * textmodes/makeinfo.el (makeinfo-compile): Use
12 `compilation-start'. Set `next-error-function' according to
13 `disable-errors'.
14 (makeinfo-next-error): New function.
15 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16 (makeinfo-buffer): Likewise.
17
18 * progmodes/compile.el (compilation-start): Add autoload cookie.
19
20 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21 * textmodes/sgml-mode.el: Likewise.
22 * progmodes/python.el: Likewise.
23
24 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25
26 * simple.el (blink-matching-paren-distance): Document the meaning
27 of nil value, and allow to customize to nil.
28
29 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
30 command.com, not command.exe.
31
32 2005-08-26 John Wiegley <johnw@newartisans.com>
33
34 * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
35 code around a bit so that an extraneous nil argument is not added
36 to a command when no args are given.
37
38 * eshell/esh-arg.el (eshell-parse-double-quote): If a
39 double-quoted argument resolves to nil, return it as an empty
40 string rather than as nil. This made it impossible to pass "" to
41 a shell script as a null string argument.
42
43 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * outline.el (outline-invent-heading): New fun.
46 (outline-promote, outline-demote): Use it.
47 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
48 (outline-end-of-subtree): Remove unused var `opoint'.
49
50 2005-08-26 David Reitter <david.reitter@gmail.com>
51
52 * menu-bar.el (truncate-lines, write-file, print-buffer)
53 (ps-print-buffer-faces, ps-print-buffer, split-window):
54 Disable menu items when the frame they refer to is invisible, or when
55 they refer to a buffer and the minibuffer is selected.
56
57 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
58
59 * progmodes/flymake.el (flymake-highlight-err-lines):
60 Use save-excursion around flymake-highlight-line to preserve point.
61
62 2005-08-26 Eli Zaretskii <eliz@gnu.org>
63
64 * progmodes/octave-mod.el: Change Author and Maintainer address.
65 (octave-maintainer-address): Change Kurt's email address.
66 * progmodes/octave-inf.el: Change Author and Maintainer address.
67 * progmodes/octave-hlp.el: Change Author and Maintainer address.
68
69 2005-08-26 Kim F. Storm <storm@cua.dk>
70
71 * subr.el (version-list-<, version-list-<=, version-list-=):
72 Renamed from integer-list-*.
73 (version-list-not-zero): Likewise. Fix while loop.
74 (version=): Use version-list-= instead of string-equal.
75
76 2005-08-26 Richard M. Stallman <rms@gnu.org>
77
78 * outline.el (outline-promote): Try shortening the heading.
79 As last resort, read the heading to use.
80 (outline-demote): As last resort, read the heading to use.
81
82 2005-08-26 Romain Francoise <romain@orebokech.com>
83
84 * progmodes/compile.el (compilation-start): Doc fix.
85
86 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
87 (antlr-font-lock-additional-keywords): Fix reference to
88 `antlr-font-lock-literal-regexp' erroneously changed during the
89 mass face rename.
90 (antlr-run-tool): Use `compilation-start'.
91
92 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
93 instead of the obsolete `compile-internal'.
94
95 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
96
97 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
98 (number, original-date):
99 * calendar/cal-china.el (date):
100 * calendar/cal-coptic.el (date):
101 * calendar/cal-french.el (date):
102 * calendar/cal-hebrew.el (date, entry, number, original-date):
103 * calendar/cal-islam.el (date, number, original-date):
104 * calendar/cal-iso.el (date):
105 * calendar/cal-julian.el (date):
106 * calendar/cal-mayan.el (date):
107 * calendar/cal-menu.el (date, event):
108 * calendar/cal-persia.el (date):
109 * calendar/lunar.el (date):
110 * calendar/solar.el (date): Add defvars.
111
112 * emerge.el:
113 * ibuffer.el:
114 * info-xref.el:
115 * obsolete/bg-mouse.el:
116 * obsolete/sun-curs.el:
117 * obsolete/swedish.el: Move the `defvar's to the top level.
118
119 * smerge-mode.el (smerge-refined-change): Add :group.
120
121 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
124 (smerge-keep-n): Remove props.
125 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
126 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
127 now that it's done in smerge-keep-n.
128 (smerge-refined-change): New face.
129 (smerge-refine-chopup-region, smerge-refine-highlight-change)
130 (smerge-refine): New funs.
131 (smerge-basic-map): Bind smerge-refine.
132
133 2005-08-25 Juri Linkov <juri@jurta.org>
134
135 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
136 compilation-process-setup-function and compilation-disable-input
137 in grep-mode instead of let-bindings in grep.
138
139 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
140 Delete "Automatic File De/compression" (auto-compression-mode).
141
142 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
143
144 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
145 Silence warning about non-existent variable.
146
147 2005-08-25 Richard M. Stallman <rms@gnu.org>
148
149 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
150 Rename "Describe Key" to "Describe Key or Mouse Operation".
151
152 * mail/mailalias.el (build-mail-aliases): Delete comments
153 from the contents before processing them.
154
155 * isearch.el (isearch-edit-string): Erase the Search prompt
156 if user enters an empty string and there is no default.
157
158 * comint.el (comint-file-name-prefix): Add autoload.
159
160 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
161
162 * subr.el (play-sound): Rearrange to avoid warning.
163
164 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
165
166 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
167 New hook.
168 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
169
170 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
171
172 * subr.el (version-separator, version-regexp-alist): New vars used by
173 version comparison funs.
174 (integer-list-<, integer-list-=, integer-list-<=)
175 (integer-list-not-zero): New funs for integer list comparison.
176 (version-to-list, version=, version<, version<=): New funs for version
177 comparison.
178
179 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
180
181 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
182 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
183 time to silence the byte-compiler.
184
185 * ibuffer.el (ibuffer-compile-make-eliding-form)
186 (ibuffer-check-formats): Use `with-no-warnings' to hide references
187 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
188 so it's silly to get warnings for it).
189 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
190 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
191 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
192 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
193 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
194 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
195 Defvar at compile time.
196 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
197 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
198 Declare them before use.
199
200 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
201 (info-xref-good, info-xref-bad): Defvar at compile time.
202
203 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
204 Use `let*' instead of `let'.
205
206 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
207 (*mouse-y*, menu, char): Defvar at compile time.
208 (sc::menu): Declare it before use.
209 (sc::pack-one-line): Use `let', not `let*'.
210
211 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
212 (mail-send-hook): Defvar at compile time.
213
214 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
215 Defvar at compile time.
216
217 * term/sun-mouse.el (current-global-mousemap)
218 (current-local-mousemap): Declare them before use.
219
220 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
221
222 * bookmark.el (bookmark-after-jump-hook): New hook.
223 (bookmark-jump): Run `bookmark-after-jump-hook'.
224
225 2005-08-23 Juri Linkov <juri@jurta.org>
226
227 * faces.el (minibuffer-prompt): Doc fix.
228
229 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
230
231 * progmodes/xscheme.el: Trivial changes to silence warnings.
232 (xscheme-previous-mode, xscheme-previous-process-state):
233 Add defvars.
234 (xscheme-last-input-end, xscheme-process-command-line)
235 (xscheme-process-name, xscheme-buffer-name)
236 (xscheme-expressions-ring-max, xscheme-expressions-ring)
237 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
238 (xscheme-control-g-synchronization-p)
239 (xscheme-control-g-disabled-p, xscheme-string-receiver)
240 (default-xscheme-runlight, xscheme-runlight)
241 (xscheme-runlight-string, xscheme-process-filter-state)
242 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
243 Move to beginning of file.
244 (scheme-interaction-mode-commands-alist)
245 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
246 them before use. Note: the initialization code for the variables
247 has not been moved because it uses functions that reference the
248 variables.
249 (xscheme-control-g-message-string, xscheme-process-filter-alist)
250 (xscheme-prompt-for-expression-map): Declare them before use.
251 (scheme-debugger-mode-commands): "?\ " -> "?\s".
252
253 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
254
255 * hexl.el (hexl-print-current-point-info): Fix simple spelling
256 error.
257
258 2005-08-22 Juri Linkov <juri@jurta.org>
259
260 * faces.el (set-face-underline): Delete this duplicate function
261 and make an obsolete alias to set-face-underline-p.
262 (set-face-underline-p): Use docstring of set-face-underline.
263 (describe-face): Create hyperlink to parent face.
264
265 * info.el (Info-insert-dir): Use save-excursion around
266 insert-buffer-substring.
267 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
268 (Info-escape-percent): Delete function.
269 (Info-fontify-node): Replace Info-escape-percent by
270 replace-regexp-in-string with REP arg set to lambda that
271 duplicates `%' and preserves text properties.
272
273 * progmodes/compile.el (compilation-disable-input): Doc fix.
274 (define-compilation-mode): Doc fix and refill.
275 (kill-compilation): Use `mode-name' in the error message.
276 (compilation-find-file): Use `compilation-error' in the
277 read-file-name's prompt.
278
279 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
282 (smerge-auto-leave): Make undo re-enable the mode.
283 (debug-ignored-errors): Add the user-error of impossible resolution.
284 (smerge-resolve): Move things around a bit, in preparation for later.
285 (smerge-diff): Don't fail if the buffer has no associated file.
286 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
287 (smerge-conflict-overlay): New function.
288 (smerge-match-conflict): Don't add text properties here.
289 (smerge-find-conflict): Instead, add an overlay here.
290 Also check for the case where we're inside a conflict already, so as to
291 obviate the need for font-lock-multiline, which is unbearably slow with
292 large conflicts and ciomplex font-lock patterns.
293 (smerge-remove-props): Remove overlay rather than text-properties.
294 (smerge-mode): Don't set font-lock-multiline.
295 Remove overlays when turned off.
296
297 2005-08-21 Kim F. Storm <storm@cua.dk>
298
299 * ido.el (ido-ignore-item-p): Use save-match-data.
300 Bind case-fold-search to ido-case-fold locally.
301
302 2005-08-20 Richard M. Stallman <rms@gnu.org>
303
304 * files.el (normal-mode): If font lock is on, turn it off and on.
305
306 * subr.el (replace-regexp-in-string): Doc fix.
307
308 * startup.el (command-line-1): Don't suppress startup screen
309 due to existing processes.
310
311 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
312
313 * progmodes/compile.el (compilation-disable-input): Default to nil.
314
315 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
316
317 * progmodes/compile.el (compilation-disable-input): New defcustom.
318 (compilation-start): If compilation-disable-input is non-nil, send
319 EOF to the compilation process.
320
321 2005-08-20 Eli Zaretskii <eliz@gnu.org>
322
323 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
324 Run the argument of tex-shell-cd-command through
325 convert-standard-filename, to get the correct style of slashes on
326 Windows, and enclose the result in quotes, in case the file name
327 includes whitespace or other special characters.
328
329 2005-08-19 Andreas Schwab <schwab@suse.de>
330
331 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
332 process.
333
334 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
335
336 * cus-start.el (minibuffer-prompt-properties): Correct typo.
337
338 2005-08-18 Kim F. Storm <storm@cua.dk>
339
340 * scroll-lock.el: Fix errors due to incorrect line wrapping.
341
342 2005-08-18 Richard M. Stallman <rms@gnu.org>
343
344 * scroll-lock.el: New file.
345
346 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
347
348 * dired.el (dired-move-to-end-of-filename):
349 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
350
351 2005-08-18 Kim F. Storm <storm@cua.dk>
352
353 * ido.el (ido-everywhere): Fix defcustom :set function to disable
354 rather than toggle mode when custom value is nil.
355 (ido-everywhere): Fix defun doc string.
356
357 2005-08-17 Richard M. Stallman <rms@gnu.org>
358
359 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
360 as tag instead of "Inviolable".
361
362 2005-08-17 Kim F. Storm <storm@cua.dk>
363
364 * windmove.el (windmove-coordinates-of-position): Remove.
365 (windmove-coordinates-of-window-position): Remove.
366 (windmove-reference-loc): Use posn-at-point instead.
367
368 * subr.el (insert-for-yank-1): Doc fix.
369
370 * ido.el (ido-enter-matching-directory): Rename from
371 ido-enter-single-matching-directory. Change 'slash choice to
372 'only. Add 'first choice.
373 (ido-exhibit): Adapt to above changes.
374
375 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
376
377 * Makefile.in: Expand comment about building loaddefs.el.
378
379 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
380
381 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
382 Comment use of defadvice.
383
384 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
385
386 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
387
388 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
389 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
390 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
391 * progmodes/idlw-shell.el, progmodes/ld-script.el,
392 * progmodes/which-func.el, ruler-mode.el, strokes.el,
393 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
394 for backward compatibility for faces that did not appear in the
395 previous Emacs release.
396
397 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
398
399 2005-08-15 Kim F. Storm <storm@cua.dk>
400
401 * emulation/cua-base.el (cua-delete-region): Return t if
402 deleted region was non-empty.
403 (cua-replace-region): Inhibit overwrite-mode for
404 self-insert-command if replaced region was non-empty.
405 (cua--explicit-region-start, cua--status-string): Make them
406 buffer-local at top-level...
407 (cua-mode): ...rather than when mode is enabled.
408
409 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
410
411 * progmodes/vhdl-mode.el (vhdl-emacs-21):
412 Set t for Emacs 21, 22, and so on.
413
414 2005-08-15 David Ponce <david@dponce.com>
415
416 * tree-widget.el Update Commentary header.
417 (tree-widget-theme): Doc fix.
418 (tree-widget-space-width): New option.
419 (tree-widget-image-properties): Look up in the default theme too.
420 (tree-widget--cursors): Only for images with arrow pointer shape.
421 (tree-widget-lookup-image): Pointer shape is hand by default.
422 (tree-widget-icon): Rename generic icon widget from
423 `tree-widget-control'.
424 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
425 derive from `tree-widget-icon'.
426 (tree-widget-handle): Improve default look and feel of the text
427 representation.
428 (tree-widget): Rename :*-control properties to :*-icon properties.
429 Add :action and :help-echo properties.
430 (tree-widget-after-toggle-functions): Move.
431 (tree-widget-close-node, tree-widget-open-node): Remove.
432 (tree-widget-before-create-icon-functions): New hook.
433 (tree-widget-value-create): Update to allow customization of icons
434 and nodes at run-time via that new hook.
435 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
436 (tree-widget-icon-action, tree-widget-icon-help-echo)
437 (tree-widget-action, tree-widget-help-echo): New functions.
438
439 2005-08-15 Kim F. Storm <storm@cua.dk>
440
441 * ido.el (ido-buffer-internal): Use with-no-warnings.
442 (ido-make-merged-file-list): Use while-no-input.
443
444 2005-08-15 Richard M. Stallman <rms@gnu.org>
445
446 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
447 (flyspell-large-region): Fix doc and custom type.
448
449 2005-08-14 Richard M. Stallman <rms@gnu.org>
450
451 * files.el (interpreter-mode-alist): Doc fix.
452
453 * mail/rmail.el (rmail-nonignored-headers): New variable.
454 (rmail-clear-headers): Use it.
455 (rmail-reply): Better handling of mail-followup-to header.
456
457 * progmodes/sh-script.el (sh-font-lock-keywords-var):
458 Rename variable from sh-font-lock-keywords. In the `shell' entry,
459 don't try to refer to executable-font-lock-keywords.
460 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
461 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
462 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
463 (sh-mode): Set comment-start-skip, local-abbrev-table,
464 imenu-case-fold-search.
465 (sh-set-shell): Don't set them here.
466 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
467 Don't cache the results in the original alist; don't ever modify
468 that alist.
469
470 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
471
472 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
473 empty.
474
475 2005-08-15 Andreas Schwab <schwab@suse.de>
476
477 * desktop.el: Put autoload cookie at risky-local-variable declarations.
478
479 * dired.el, info.el, mail/rmail.el: Revert last change.
480
481 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
482
483 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
484 modification in `eval-after-load' form.
485 * info.el: Likewise.
486 * mail/rmail.el: Likewise.
487
488 2005-08-14 Juri Linkov <juri@jurta.org>
489
490 * progmodes/compile.el (compilation-mode-font-lock-keywords):
491 Remove highlighting of "Compilation started". Highlight only
492 the word "finished" in "Compilation finished". Add highlighting
493 of "interrupt", "killed", "terminated" and the exit code.
494 (compilation-start): Add newline after header. Use exactly the
495 same time stamp format as the finishing message.
496 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
497
498 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
499 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
500 Add highlighting of "interrupt", "killed", "terminated".
501
502 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
503 enabled and the current command is self-insert-command, call it
504 explicitly with overwrite-mode bound to nil, to not allow it
505 to delete the character after the selected region.
506
507 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
508
509 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
510 move-end-of-line, end-of-line, and beginning-of-line to the list
511 of commands after which the echo area is updated.
512
513 2005-08-12 Eli Zaretskii <eliz@gnu.org>
514
515 * cus-edit.el (custom-save-all, custom-save-delete):
516 Bind recentf-exclude to exclude custom-file.
517
518 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
519
520 * mail/rmailsum.el (rmail-summary-end-of-message): New command
521 to go to the bottom of the mail message. Added to
522 `rmail-summary-mode-map' with key "/".
523 (rmail-summary-show-message): New (internal) function for use by
524 both `rmail-summary-beginning/end-of-message'.
525 (rmail-summary-beginning-of-message): Change to use
526 rmail-summary-show-message.
527
528 * mail/rmail.el (rmail-end-of-message): New command to go to the
529 end of the current message. Added to `rmail-mode-map' with key "/".
530 (rmail-beginning-of-message): Fix to work as documented.
531 (rmail-mode): Change documentation.
532
533 * progmodes/compile.el (compilation-start): Add the line
534 "Compilation started" with compilation start time.
535 (compilation-mode-font-lock-keywords): Add `started' to keywords.
536
537 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
538
539 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
540 of menu items.
541
542 2005-08-11 Richard M. Stallman <rms@gnu.org>
543
544 * simple.el (pop-global-mark): Reverse test of widen-automatically.
545
546 * battery.el (battery-status-function): Don't use ignore-errors.
547
548 2005-08-11 Lute Kamstra <lute@gnu.org>
549
550 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
551 define-obsolete-variable-alias.
552
553 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
556 (ange-ftp-send-cmd): Revert last change, and expand
557 the comment explaining the problem.
558
559 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
560
561 * ldefs-boot.el: Update.
562
563 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
564 item to "Time, Load and Mail". Change help echo text.
565
566 * time.el (display-time-use-mail-icon, display-time-format)
567 (display-time-string-forms): Shorten first line of docstrings.
568
569 2005-08-10 Lars Hansen <larsh@soem.dk>
570
571 * desktop.el (desktop-buffer-mode-handlers):
572 Make non-customizable. Add autoload cookie. Change initial value to
573 nil; add elements in respective modules instead. Fix doc string.
574 (desktop-load-file): New function.
575 (desktop-minor-mode-handlers): New autoloaded variable.
576 (desktop-create-buffer): Call minor mode handlers.
577 Use desktop-load-file to load major and minor mode modules prior to
578 checking for a handler.
579 (desktop-save): Don't add nil to desktop-minor-modes for minor
580 modes with nil function in desktop-minor-mode-table. Don't delete
581 desktop file before rewriting it.
582 (desktop-locals-to-save): Add autoload cookie. Don't make
583 automatically buffer-local. Add variables column-number-mode,
584 size-indication-mode, indent-tabs-mode,
585 indicate-buffer-boundaries, indicate-empty-lines and
586 show-trailing-whitespace.
587 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
588 regexps. Don't use desktop-clear-preserve-buffers-regexp.
589 (desktop-clear-preserve-buffers-regexp): Delete.
590 (desktop-clear-preserve-buffers): Update initial value and docstring.
591 (desktop-save-buffer): Fix doc string.
592
593 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
594 (hilit-chg-desktop-restore): New function.
595 (highlight-changes-mode): Add highlight-changes-mode to
596 desktop-locals-to-save.
597
598 * dired.el: Add handler to desktop-buffer-mode-handlers.
599 (dired-restore-desktop-buffer): Remove autoload cookie.
600 (dired-mode): Add autoload cookie.
601
602 * info.el: Add handler to desktop-buffer-mode-handlers.
603 (Info-restore-desktop-buffer): Remove autoload cookie.
604 (Info-mode): Add autoload cookie.
605
606 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
607 (mh-restore-desktop-buffer): Remove autoload cookie.
608 (mh-folder-mode): Add autoload cookie.
609
610 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
611 (rmail-restore-desktop-buffer): Remove autoload cookie.
612
613 2005-08-11 Masatake YAMATO <jet@gyve.org>
614
615 * hexl.el (hexl-address-region):
616 (hexl-ascii-region, hexl-font-lock-keywords):
617 (hexl-highlight-line-range): Use the term "region"
618 instead of "area" for consistency with the other symbols
619 defined in hexl.el.
620
621 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
622
623 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
624 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
625 out by Juri Linkov). Add `display-battery-mode'.
626
627 2005-08-09 Juri Linkov <juri@jurta.org>
628
629 * progmodes/compile.el (compilation-mode-font-lock-keywords):
630 Remove `-text' from face variable names.
631 (compilation-error-file-name, compilation-warning-file-name)
632 (compilation-info-file-name): Delete faces.
633 (compilation-line-number, compilation-column-number):
634 Remove face underlining.
635 (compilation-message-face): Set to `underline' value by default.
636 (compilation-error-face, compilation-warning-face)
637 (compilation-info-face): Remove `-file-name' from face names.
638 (compilation-error-text-face, compilation-warning-text-face)
639 (compilation-info-text-face): Delete face variables.
640 (compilation-text-face): Delete function.
641
642 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
643 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
644 (grep-error-face): Set to `compilation-error' instead of
645 `compilation-error-face' (which is redefined to `grep-hit-face' in
646 grep buffers).
647 (grep-mode-font-lock-keywords): Remove `-text' from face variable
648 names. Use `grep-error-face' instead of `compilation-error-text-face'.
649
650 * dired-aux.el (dired-do-query-replace-regexp):
651 Use `query-replace-read-args'.
652
653 * replace.el (query-replace-read-from, query-replace-read-to)
654 (query-replace-read-args): Rename arg `string' to `prompt'.
655
656 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
657
658 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
659
660 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
661 uploading files.
662 (ange-ftp-canonize-filename): Handle file names beginning with ~
663 correctly.
664
665 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
666
667 * textmodes/fill.el (canonically-space-region)
668 (fill-context-prefix, fill-french-nobreak-p)
669 (fill-delete-newlines, fill-comment-paragraph)
670 (justify-current-line): "?\ " -> "?\s".
671
672 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
673
674 * textmodes/fill.el (fill-nonuniform-paragraphs):
675 Improve argument/docstring consistency.
676
677 2005-08-09 Richard M. Stallman <rms@gnu.org>
678
679 * textmodes/ispell.el (ispell-word): More fboundp checks.
680
681 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
682 (find-file-noselect-1): Call it here, only if RAWFILE.
683 (normal-mode): Always set some major mode.
684 (save-some-buffers-action-alist): Change some explanation strings.
685 (file-name-non-special): In the `quote' method, use unwind-protect.
686
687 2005-08-09 Magnus Henoch <mange@freemail.hu>
688
689 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
690 (ispell-have-aspell-dictionaries): New variable.
691 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
692 (ispell-get-aspell-config-value): New function.
693 (ispell-aspell-find-dictionary): New function.
694 (ispell-aspell-add-aliases): New function.
695 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
696 appropriate. Don't look for ispell dictionaries if we use aspell.
697 (ispell-menu-map): Don't build a submenu of dictionaries.
698
699 2005-08-09 Richard M. Stallman <rms@gnu.org>
700
701 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
702 (sql-read-passwd): Use read-passwd.
703
704 * progmodes/idlw-toolbar.el (idlwave-toolbar)
705 (idlwave-toolbar-is-possible): Add defvars.
706
707 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
708 Avoid warnings.
709
710 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
711 (idlwave-system-class-info, idlwave-executive-commands-alist):
712 Use defvar.
713
714 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
715
716 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
717 Avoid warnings.
718
719 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
720 and content-type: headers.
721
722 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
723
724 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
725 and rename some of them to be more self-explanatory.
726
727 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
728
729 * startup.el (command-line-1): Implement -scriptload.
730
731 * replace.el (occur-engine): Initial *Occur* output not undoable.
732
733 * menu-bar.el (menu-bar-file-menu): Rename some menu items
734 and improve help strings.
735
736 * isearch.el (isearch-repeat): When changing direction,
737 mark search successful.
738
739 * ediff-init.el: Use (featurep 'xemacs).
740
741 * comint.el (send-invisible): Identify buffer, if not selected.
742
743 * align.el: Delete autoload for c-guess-basic-syntax.
744
745 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
746
747 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
748 Improve argument/docstring consistency. Doc fixes.
749 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
750 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
751 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
752 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
753 (r2bv-organization, r2bv-pages, r2bv-primary-author)
754 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
755 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
756 Defvar at compile time.
757
758 2005-08-09 Juri Linkov <juri@jurta.org>
759
760 * info.el: Replace `info' with upper-case `Info' where appropriate.
761 (info-title-1, info-title-2, info-title-3, info-title-4)
762 (info-menu-header): Move up face definitions.
763 (info-menu-star): Rename from `info-menu-5'.
764 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
765 (Info-fontify-visited-nodes): Fix docstring.
766 (Info-hide-note-references): Fix docstring.
767 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
768 menu items in the same way as on cross-references.
769 (info-apropos): Fix sorting order and formatting to be like in the
770 stand-alone Info browser. Display error messages for 1 sec.
771 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
772 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
773 from the menu bar.
774 (Info-insert-dir): Restore point after calling
775 `insert-buffer-substring'.
776
777 2005-08-08 Richard M. Stallman <rms@gnu.org>
778
779 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
780 (recompute-lucid-menubar): Add defvars.
781
782 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
783
784 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
785
786 * net/net-utils.el (run-dig): Rename from `dig'.
787
788 * play/gametree.el (gametree-mode): Use make-local-variable,
789 not make-variable-buffer-local.
790
791 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
792
793 * ansi-color.el (ansi-color-make-extent)
794 (ansi-color-set-extent-face): Use fboundp, not functionp.
795
796 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
797 not make-variable-buffer-local.
798
799 * bookmark.el (Info-current-file): Add defvar.
800 (bookmark-jump-noselect): Use with-no-warnings.
801
802 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
803
804 * ebuff-menu.el (Helper-return-blurb): Add defvar.
805
806 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
807
808 * find-file.el (ada-procedure-start-regexp)
809 (ada-package-start-regexp): Add defvars.
810
811 * info.el (Info-insert-dir): Use insert-buffer-substring.
812
813 * xml.el (xml-att-def-re): Add defvar.
814
815 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
816 calling convention.
817
818 * subr.el (while-no-input): Return t if there is input.
819
820 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
821
822 * cus-start.el (all): Add `overflow-newline-into-fringe'.
823
824 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
825
826 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
827 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
828
829 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
830
831 * cmuscheme.el (scheme-start-file): Replace reference to
832 `user-emacs-directory' by "~/.emacs.d/".
833
834 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
835
836 * info.el (Info-dir-remove-duplicates): Avoid case folding
837 in loop; instead, keep downcased strings for comparison.
838 Suggested by Helmut Eller.
839
840 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
841
842 Sync with Tramp 2.0.50.
843
844 * tramp.el: Remove defvar of `last-coding-system-used' in the
845 XEmacs case; not necessary anymore.
846 (tramp-user-regexp): Allow "@" as part of user name.
847 (tramp-handle-set-visited-file-modtime)
848 (tramp-handle-insert-file-contents)
849 (tramp-handle-write-region): No special handling for
850 `last-coding-system-used, because this is done in
851 `tramp-accept-process-output' now.
852 (tramp-accept-process-output): New defun.
853 (tramp-process-one-action, tramp-process-one-multi-action)
854 (tramp-wait-for-regexp, tramp-wait-for-output)
855 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
856 Howells <dhowells@redhat.com>.
857 (clear-visited-file-modtime): Defadvice removed. The check for
858 unset buffer's modtime does not need to be based on
859 `tramp-buffer-file-attributes'. Suggested by RMS.
860 (tramp-message): Insert "\n" if not being at beginning of line.
861 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
862 sequence with same logic.
863 (tramp-completion-handle-expand-file-name): Discard call of
864 `tramp-drop-volume-letter'. It is not necessary, and there have
865 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
866 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
867 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
868 should always be visible.
869 (tramp-handle-insert-directory, tramp-setup-complete)
870 (tramp-set-process-query-on-exit-flag)
871 (tramp-append-tramp-buffers): Pacify byte-compiler.
872 (tramp-bug): Delete non-existing variables from list.
873 Apply `tramp-load-report-modules' as pre-hook.
874 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
875 `shell-prompt-pattern' because of non-7bit characters.
876 Reported by Sebastian Luque <sluque@mun.ca>.
877 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
878 (tramp-match-string-list): Remove function.
879 (tramp-wait-for-regexp): Remove call of that function.
880 Suggested by Kim F. Storm <storm@cua.dk>.
881 (tramp-set-auto-save-file-modes): Use octal integer code #o600
882 instead of octal character code ?\600. The latter resulted in a
883 syntax error with XEmacs.
884
885 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
886 XEmacs case; not necessary anymore.
887 (tramp-smb-handle-write-region): No special handling for
888 `last-coding-system-used, because this is done in
889 `tramp-accept-process-output' now.
890 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
891
892 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
893
894 * wid-edit.el (widget-choice-value-create):
895 Unconditionally respect user choice. Set :explicit-choice back to nil
896 when no longer needed.
897 (widget-choice-action): Unconditionally respect user choice.
898 Eliminate :explicit-choice-value.
899
900 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
901
902 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
903 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
904 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
905 running new function `toggle-indicate-empty-lines'.
906 Rename "Customize" item to "Customize fringe".
907 Rename "Indicators" item to "Buffer boundaries" and change help echo.
908 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
909 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
910 Delete "Empty lines only" item.
911 (menu-bar-showhide-fringe-ind-customize): New function.
912 (menu-bar-showhide-fringe-ind-mixed)
913 (menu-bar-showhide-fringe-ind-box)
914 (menu-bar-showhide-fringe-ind-right)
915 (menu-bar-showhide-fringe-ind-left)
916 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
917 instead of `fringe-indicators'.
918
919 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
920
921 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
922 Change the date of last update.
923
924 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
925
926 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
927 (viper-exec-yank, viper-put-back): Don't display modification msg
928 if in the minibuffer.
929
930 * viper-init.el (viper-replace-overlay-cursor-color)
931 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
932 Make variables frame local.
933
934 * viper-util.el (viper-append-filter-alist): Use append instead of
935 nconc.
936
937 * viper.el (viper-vi-state-mode-list)
938 (viper-emacs-state-mode-list): Move help-mode and
939 completion-list-mode from the first list to the second.
940 (viper-mode): Docstring.
941 (viper-go-away, viper-non-hook-settings): Don't localize
942 minor-mode-alist in newer Emacsen. Add advice to
943 set-cursor-color. Don't bind "\C-c\\".
944
945 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
946
947 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
948 (scheme-macro-expand-command): New user options.
949 (scheme-trace-procedure, scheme-expand-current-form): New commands.
950 (scheme-form-at-point, scheme-start-file)
951 (scheme-interactively-start-process): New functions.
952 (scheme-get-process): New function, extracted from `scheme-proc'.
953 (run-scheme): Call `scheme-start-file' to get start file, and pass
954 it to `make-comint'.
955 (switch-to-scheme, scheme-proc):
956 Call `scheme-interactively-start-process' if no Scheme buffer/process
957 is available.
958
959 2005-08-06 Juri Linkov <juri@jurta.org>
960
961 * progmodes/compile.el (compilation-mode-font-lock-keywords):
962 Use `compilation-text-face', `compilation-info-text-face' and
963 `compilation-error-text-face' instead of `font-lock-keyword-face'.
964 (compilation-error): New face.
965 (compilation-error-file-name): Inherit from
966 `compilation-error' instead of `font-lock-warning-face'.
967 (compilation-warning-file-name): Inherit from
968 `compilation-warning' instead of `font-lock-warning-face'.
969 (compilation-info, compilation-error-file-name)
970 (compilation-warning-file-name, compilation-info-file-name)
971 (compilation-line-number, compilation-column-number): Doc fix.
972 (compilation-error-text-face, compilation-warning-text-face)
973 (compilation-info-text-face): New face variables.
974 (compilation-line-face, compilation-column-face)
975 (compilation-enter-directory-face)
976 (compilation-leave-directory-face): Doc fix.
977 (compilation-text-face): New function.
978
979 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
980 instead of 1 to display binary file names as info file links.
981 (grep-error-face): Use `compilation-error-face' instead of
982 `font-lock-keyword-face'.
983 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
984 and `compilation-warning-text-face' instead of
985 `font-lock-keyword-face'. Use `compilation-error-text-face'
986 instead of `grep-error-face'.
987
988 2005-08-05 Kenichi Handa <handa@m17n.org>
989
990 * international/code-pages.el: Add autoload cookies for all coding
991 systems.
992
993 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
994
995 * cus-start.el (all): Put undo.c where it alphabetically belongs.
996
997 2005-08-04 Juri Linkov <juri@jurta.org>
998
999 * progmodes/compile.el (compilation-mode-map):
1000 * progmodes/grep.el (grep-mode-map):
1001 Bind TAB to `compilation-next-error' and [backtab] to
1002 `compilation-previous-error'.
1003
1004 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
1005 matching line numbers, column numbers and their ranges with regexp
1006 matching only line numbers.
1007 (grep-context-face): New face variable.
1008 (grep-mode-font-lock-keywords): Use it.
1009
1010 * faces.el (read-face-name): Delete duplicate faces.
1011
1012 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * thumbs.el (thumbs-find-image): Don't make variables
1015 automatically buffer local.
1016 (thumbs-current-tmp-filename, thumbs-current-image-filename)
1017 (thumbs-image-num): Make automatically buffer local.
1018 (thumbs-show-thumbs-list): Use `make-local-variable', not
1019 `make-variable-buffer-local'.
1020 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
1021
1022 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1023 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1024 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1025 (bother, bye, canyou, chatlst, continue, deathlst, describe)
1026 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1027 (feelings-about, foullst, found, hello, history, howareyoulst)
1028 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1029 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1030 (neglst, obj, object, owner, please, problems, qlist)
1031 (random-adjective, relation, remlst, repetitive-shortness)
1032 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1033 (shortlst, something, sportslst, stallmanlst, states, subj)
1034 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1035 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1036 Defvar at compile time.
1037
1038 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1039 not `make-variable-buffer-local'.
1040
1041 2005-08-02 Kim F. Storm <storm@cua.dk>
1042
1043 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1044 rectangle overlay in selected window.
1045
1046 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
1047
1048 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1049 instead of display group. Make `indicate-buffer-boundaries'
1050 customizable through Custom.
1051
1052 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1055 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1056 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1057 (gdb-put-string): Fix typos in docstrings.
1058
1059 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
1060
1061 Update copyright notices of files in progmodes directory for
1062 release of Emacs 22.1.
1063
1064 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1065
1066 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1067 Don't barf if the GUD buffer has been killed.
1068
1069 2005-08-01 Kim F. Storm <storm@cua.dk>
1070
1071 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1072
1073 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
1074
1075 * simple.el (next-error-follow-minor-mode):
1076 make-variable-buffer-local -> make-local-variable.
1077
1078 * emacs-lisp/cl-extra.el: Require CL also when compiling.
1079
1080 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1081 (byte-compile-form-make-variable-buffer-local): New functions to warn
1082 about misuses of make-variable-buffer-local where make-local-variable
1083 was meant.
1084
1085 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
1086
1087 * bs.el (bs-attributes-list): Doc fix.
1088 (bs): Update url-link.
1089
1090 * desktop.el (desktop-save-buffer): Fix typos in docstring.
1091 (desktop-load-default): Simplify.
1092
1093 * ibuffer.el (ibuffer-columnize-and-insert-list)
1094 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1095 (ibuffer-unmark-all, ibuffer-toggle-marks)
1096 (ibuffer-unmark-forward, ibuffer-unmark-backward)
1097 (ibuffer-compile-make-format-form, ibuffer-format-column)
1098 (ibuffer-current-buffers-with-marks)
1099 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1100 (ibuffer): Doc fix.
1101 (ibuffer-mode): Fix typo in docstring.
1102 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1103 with `define-obsolete-variable-alias'.
1104 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
1105
1106 2005-07-29 Kenichi Handa <handa@m17n.org>
1107
1108 * international/mule-cmds.el (select-message-coding-system):
1109 Be sure to use LF for end-of-line. If no coding system is decided,
1110 return iso-8859-1-unix.
1111
1112 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1115 (ange-ftp-pending-error-line): New vars.
1116 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1117 to handle the non-fatal no-route-to-host messages.
1118 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1119
1120 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * isearch.el (isearch-mode-map, isearch-other-meta-char)
1123 (isearch-quote-char, isearch-printing-char)
1124 (isearch-text-char-description): "?\ " -> "?\s".
1125 (isearch-lazy-highlight-cleanup)
1126 (isearch-lazy-highlight-initial-delay)
1127 (isearch-lazy-highlight-interval)
1128 (isearch-lazy-highlight-max-at-a-time)
1129 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1130 Declare with define-obsolete-*-alias macros.
1131 (isearch-forward): Fix typo in docstring.
1132 (search-invisible, search-ring-yank-pointer)
1133 (regexp-search-ring-yank-pointer): Doc fixes.
1134
1135 * recentf.el (recentf-menu-append-commands-p): Declare with
1136 `define-obsolete-variable-alias'.
1137 (recentf-max-saved-items, recentf-menu-filter)
1138 (recentf-arrange-by-rule-subfilter): Doc fixes.
1139 (recentf-menu-append-commands-flag)
1140 (recentf-initialize-file-name-history, recentf-expand-file-name)
1141 (recentf-clear-data): Fix typos in docstrings.
1142
1143 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
1144
1145 * progmodes/gdb-ui.el: Smarten comments.
1146 (gdb-info-breakpoints-custom): Use nowarn when finding file.
1147
1148 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * term/apollo.el (terminal-init-apollo): New function containing
1151 all former top level forms in the file.
1152 * term/bobcat.el (terminal-init-bobcat):
1153 * term/cygwin.el (terminal-init-cygwin):
1154 * term/iris-ansi.el (terminal-init-iris-ansi):
1155 * term/linux.el (terminal-init-linux):
1156 * term/news.el (terminal-init-news):
1157 * term/rxvt.el (terminal-init-rxvt):
1158 * term/sun.el (terminal-init-sun):
1159 * term/tvi970.el (terminal-init-tvi970):
1160 * term/vt100.el (terminal-init-vt100):
1161 * term/vt102.el (terminal-init-vt102):
1162 * term/vt125.el (terminal-init-vt125):
1163 * term/vt200.el (terminal-init-vt200):
1164 * term/vt201.el (terminal-init-vt201):
1165 * term/vt220.el (terminal-init-vt220):
1166 * term/vt240.el (terminal-init-vt240):
1167 * term/vt300.el (terminal-init-vt300):
1168 * term/vt320.el (terminal-init-vt320):
1169 * term/vt400.el (terminal-init-vt400):
1170 * term/vt420.el (terminal-init-vt420):
1171 * term/wyse50.el (terminal-init-wyse50):
1172 * term/xterm.el (terminal-init-xterm): Likewise.
1173
1174 * term/README: Describe the terminal-init-* functionality.
1175
1176 * startup.el (command-line): After loading the terminal initialization
1177 file call the corresponding terminal initialization function.
1178
1179 2005-07-27 Kenichi Handa <handa@m17n.org>
1180
1181 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1182 negative.
1183
1184 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1185 (ps-mule-composition-prologue): Fix for the case that
1186 RelativeCompose is false.
1187
1188 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1191
1192 * descr-text.el (describe-char): Handle the case where the list of
1193 chars is displayed in a separate frame.
1194 Be a bit more discriminating when looking for the char.
1195
1196 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * bookmark.el (bookmark-automatically-show-annotations)
1199 (bookmark-read-annotation-text-func): Doc fixes.
1200 (bookmark-save): Improve argument/docstring consistency.
1201 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1202 (bookmark-alist-from-buffer)
1203 (bookmark-upgrade-file-format-from-0)
1204 (bookmark-grok-file-format-version)
1205 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1206 (bookmark-read-annotation-mode)
1207 (bookmark-insert-current-bookmark, bookmark-jump)
1208 (bookmark-exit-hook): Fix typos in docstrings.
1209 (bookmark-exit-hooks): Define as obsolete alias.
1210 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1211 not `bookmark-exit-hooks'. Fix docstring.
1212 (bookmark-bmenu-select): "?\ " -> "?\s".
1213
1214 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
1215
1216 * startup.el (command-line): Fix typo.
1217
1218 2005-07-24 Richard M. Stallman <rms@gnu.org>
1219
1220 * tooltip.el (tooltip-mode): Test emacs-basic-display,
1221 not emacs-quick-startup.
1222
1223 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1226 (reb-next-match, reb-show-subexp): Use `with-selected-window'
1227 instead of `reb-with-current-window'.
1228 (reb-prev-match): Likewise. Also, don't move left if the search
1229 was unsuccessful.
1230 (reb-initialize-buffer): New function.
1231 (re-builder, reb-change-syntax): Use it.
1232
1233 * man.el (Man-goto-page): Make second argument NOERROR optional.
1234
1235 2005-07-23 Richard M. Stallman <rms@gnu.org>
1236
1237 * man.el (Man-bgproc-sentinel): Check here for failure to find
1238 any man page in the output, and report the error here.
1239 (Man-arguments): Make it permanent local.
1240 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
1241 (Man-mode): Pass t for NOERROR.
1242
1243 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1244 (grep-mode-font-lock-keywords):
1245 Don't use compilation-...-face for messages that are not file names.
1246
1247 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1248 Don't use compilation-...-face for messages that are not file names.
1249
1250 2005-07-22 Juri Linkov <juri@jurta.org>
1251
1252 * startup.el (normal-splash-screen): Update menu name.
1253
1254 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1255
1256 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1257
1258 * term/xterm.el: Load term/rxvt if the terminal is actually an
1259 rxvt terminal.
1260 (xterm-rxvt-set-background-mode): Remove, not used anymore.
1261
1262 * term/rxvt.el (function-key-map): Use substitute-key-definition
1263 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1264
1265 * term/cygwin.el: New file.
1266
1267 2005-07-22 Kim F. Storm <storm@cua.dk>
1268
1269 * image-file.el (insert-image-file, image-file-yank-handler):
1270 Fix last change to maintain a (unique) yank-handler on yanked images.
1271
1272 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1273
1274 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1275 of the file size (as in "177B" for 177 bytes). This happens with
1276 "ls -lh" on FreeBSD.
1277
1278 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * hilit-chg.el (highlight-changes-global-initial-state)
1281 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1282 (hilit-chg-fixup, highlight-changes-mode):
1283 Fix typos in docstrings.
1284 (highlight-changes-global-modes, highlight-changes-rotate-faces):
1285 Doc fixes.
1286
1287 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
1288
1289 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1290 mode function using `eval-after-load'.
1291
1292 2005-07-21 Kim F. Storm <storm@cua.dk>
1293
1294 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1295 included when reporting an emacs crash, and tell about the DEBUG file.
1296
1297 * image-file.el (insert-image-file): Add yank-handler.
1298 (image-file-yank-handler): Yank handler to make unique copies of
1299 images when they are yanked into a buffer next to each other.
1300
1301 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * comint.el (comint-use-prompt-regexp, comint-send-input)
1304 (comint-source-default, comint-extract-string)
1305 (comint-get-source, comint-word, comint-completion)
1306 (comint-source, comint-prompt-read-only, comint-update-fence):
1307 Fix typos in docstrings.
1308 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1309 Declare with define-obsolete-*-alias macros.
1310 (comint-previous-matching-input-from-input)
1311 (comint-next-matching-input-from-input)
1312 (comint-previous-matching-input, comint-next-matching-input)
1313 (comint-forward-matching-input):
1314 Improve argument/docstring consistency.
1315
1316 * desktop.el (desktop-clear-preserve-buffers-regexp):
1317 Also preserve the *server* buffer.
1318
1319 * simple.el (clone-indirect-buffer): Doc fix.
1320 (fixup-whitespace, just-one-space)
1321 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1322 (next-error, next-error-highlight)
1323 (next-error-highlight-no-select, next-error-last-buffer)
1324 (next-error-buffer-p, next-error-find-buffer, next-error)
1325 (previous-error, next-error-no-select, previous-error-no-select)
1326 (open-line, split-line, minibuffer-prompt-width, kill-new)
1327 (binary-overwrite-mode): Fix typos in docstrings.
1328 (set-fill-column): Fix typo in message.
1329
1330 * skeleton.el (skeleton-proxy-new): Doc fix.
1331
1332 * strokes.el (strokes-load-hook): Doc fix.
1333 (strokes-grid-resolution, strokes-get-grid-position)
1334 (strokes-renormalize-to-grid, strokes-read-stroke)
1335 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1336 (strokes-global-map): Fix typos in docstrings.
1337 (strokes-help): Doc fix. Fix help message and pass it through
1338 `substitute-command-keys'.
1339
1340 * tempo.el (tempo-insert-prompt, tempo-interactive)
1341 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1342 (tempo-insert-string-functions, tempo-local-tags)
1343 (tempo-define-template, tempo-insert-template)
1344 (tempo-insert-prompt-compat, tempo-is-user-element)
1345 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1346 Fix typos in docstrings.
1347
1348 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1349 (vcursor-key-bindings, vcursor-use-vcursor-map)
1350 (vcursor-find-window, vcursor-scroll-down)
1351 (vcursor-disable, vcursor-beginning-of-buffer)
1352 (vcursor-end-of-buffer): Fix typos in docstrings.
1353 (vcursor-relative-move, vcursor-get-char-count):
1354 Improve argument/docstring consistency.
1355
1356 * version.el: "?\ " -> "?\s".
1357
1358 * wid-edit.el (widget-default-create, widget-after-change)
1359 (widget-default-format-handler, widget-checklist-add-item)
1360 (widget-radio-add-item, widget-choose, widget-specify-secret)
1361 (widget-field-value-create, widget-field-value-get)
1362 (widget-editable-list-format-handler)
1363 (widget-editable-list-entry-create, widget-group-value-create)
1364 (widget-documentation-link-add)
1365 (widget-documentation-string-value-create): "?\ " -> "?\s".
1366 (widget-convert-text): Doc fix.
1367 (widget-narrow-to-field, widget-field-find)
1368 (widget-url-link-action, widget-emacs-library-link-action)
1369 (widget-color-notify): Fix typos in docstrings.
1370
1371 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1372 (x-select-text, set-w32-system-coding-system)
1373 (w32-add-charset-info): Fix typos in docstrings.
1374
1375 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1376 (cua-enable-cua-keys, cua-use-hyper-key)
1377 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1378 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1379
1380 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1381
1382 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1383 `defalias' instead of faking it.
1384
1385 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1386 (eshell-ls-missing, eshell-ls-dired-initial-args)
1387 (eshell-ls-use-in-dired): Fix typos in docstrings.
1388
1389 2005-07-20 Kim F. Storm <storm@cua.dk>
1390
1391 * emulation/cua-base.el (cua-mode): Improve doc string.
1392
1393 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * abbrev.el (expand-region-abbrevs): Doc fix.
1396 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1397 Improve argument/docstring consistency.
1398
1399 * arc-mode.el (archive-get-descr, archive-alternate-display):
1400 Doc fixes.
1401 (archive-l-e): Improve argument/docstring consistency.
1402 (archive-tmpdir, archive-unixdate, archive-unixtime)
1403 (archive-chmod-entry): Fix typos in docstrings.
1404 (archive-unflag, archive-unflag-backwards)
1405 (archive-unmark-all-files): "?\ " -> "?\s".
1406
1407 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1408 (Buffer-menu-not-modified, Buffer-menu-execute)
1409 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1410 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1411
1412 * composite.el (compose-string, encode-composition-rule)
1413 (compose-last-chars): Fix typos in docstrings.
1414
1415 * desktop.el (desktop-enable, desktop-basefilename):
1416 Declare with `define-obsolete-variable-alias'.
1417 (desktop-internal-v2s): Don't quote keywords.
1418 (desktop-clear): "?\ " -> "?\s".
1419
1420 * dired.el (dired-align-file, dired-flag-backup-files)
1421 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1422 (dired-listing-switches, dired-ls-F-marks-symlinks)
1423 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1424 (dired-directory, dired-faces, dired, dired-revert)
1425 (dired-mode, dired-summary, dired-view-file)
1426 (dired-copy-filename-as-kill, dired-delete-file)
1427 (dired-no-confirm, dired-unmark-all-marks)
1428 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1429 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1430 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1431 Fix typos in message strings.
1432
1433 * dired-x.el (virtual-dired): Declare with `defalias'.
1434 (dired-mark-unmarked-files, dired-local-variables-file)
1435 (dired-omit-here-always): Doc fix.
1436 (dired-omit-mode, dired-find-subdir)
1437 (dired-enable-local-variables, dired-clean-up-buffers-too)
1438 (dired-extra-startup, dired-mark-extension, dired-jump)
1439 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1440 (dired-smart-shell-command, dired-guess-shell-alist-user)
1441 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1442 (dired-x-bind-find-file, dired-x-submit-report):
1443 Fix typos in docstrings.
1444 (dired-mark-unmarked-files): "?\ " -> "?\s".
1445
1446 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1447
1448 * faces.el (describe-face): "?\ " -> "?\s".
1449 (read-all-face-attributes, read-face-font, modify-face)
1450 (face-attr-construct, italic): Fix typos in docstrings.
1451 (frame-update-face-colors): Declare with
1452 `define-obsolete-function-alias'.
1453
1454 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1455 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1456 (magic-mode-alist, buffer-file-numbers-unique)
1457 (write-file-functions, get-free-disk-space):
1458 Fix typos in docstrings.
1459 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1460 (write-contents-hooks, write-file-hooks):
1461 Declare with `define-obsolete-variable-alias'.
1462
1463 * forms-d2.el (arch-rj): Fix typo in docstrings.
1464 (arch-tocol): Likewise. "?\ " -> "?\s".
1465
1466 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1467 Fix typo in docstring.
1468 (set-screen-width, set-screen-height): Delete redundant info in
1469 doctrings.
1470 (new-frame, screen-height, screen-width): Declare with
1471 `define-obsolete-function-alias'.
1472 (delete-frame-hook, blink-cursor): Declare with
1473 `define-obsolete-variable-alias'.
1474
1475 * paths.el (prune-directory-list): Fix typos in docstring.
1476
1477 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1478 (cvs-prefix-get): Fix typos in docstrings.
1479
1480 * ps-print.el (ps-extend-face-list, ps-extend-face)
1481 (ps-print-background-image): Fix typos in docstrings.
1482 (ps-default-fg, ps-default-bg): Doc fixes.
1483
1484 * s-region.el (s-region-bind): Doc fix.
1485 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1486
1487 * textmodes/org.el (org-table-formula-substitute-names)
1488 (org-table-get-vertical-vector): Doc fixes.
1489 (org-table-recalculate): Remove unused argument to `message'.
1490
1491 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
1492
1493 * textmodes/org.el (org-table-column-names)
1494 (org-table-column-name-regexp)
1495 (org-table-named-field-locations): New variables.
1496 (org-archive-subtree): Protect `this-command' when calling
1497 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1498 the kill buffer.
1499 (org-complete): Remove fixed-formula completion.
1500 (org-edit-formulas-map): New variable.
1501 (org-table-edit-formulas): New command.
1502 (org-finish-edit-formulas, org-abort-edit-formulas)
1503 (org-show-variable, org-table-get-vertical-vector): New functions.
1504 (org-table-maybe-eval-formula): Handle `:=' fields.
1505 (org-table-get-stored-formulas, org-table-store-formulas)
1506 (org-table-get-formula, org-table-modify-formulas)
1507 (org-table-replace-in-formulas): Handle named field formulas.
1508 (org-table-get-specials): Store locations of named fields.
1509
1510 2005-07-19 Juri Linkov <juri@jurta.org>
1511
1512 * progmodes/grep.el (grep-regexp-alist)
1513 (grep-mode-font-lock-keywords, grep-process-setup):
1514 Use default GNU grep match color "01;31m" instead of "01;41m".
1515 (grep-regexp-alist, grep-mode-font-lock-keywords):
1516 Use `\\[[0-9]*m' instead of `\\[00m'.
1517 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1518 sgr_start where its handling is more important. Use the real
1519 length of sgr_start instead of constant 8.
1520 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1521 specially. Delete all remaining escape sequences.
1522 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1523 (grep-regexp-alist): Make hyperlink only for binary file name
1524 instead of the whole line.
1525 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1526 (grep-mode): Add autoload.
1527
1528 * emacs-lisp/find-func.el (find-function-regexp):
1529 Add `define-compilation-mode'.
1530
1531 2005-07-19 Juri Linkov <juri@jurta.org>
1532
1533 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1534 (compare-windows-sync-string-size, compare-windows-recenter)
1535 (compare-windows-highlight, compare-windows): Add version 22.1.
1536 (compare-windows) <defface>: Inherit from lazy-highlight instead
1537 of duplicating its default value.
1538
1539 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1540 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1541
1542 * descr-text.el (describe-char): Create link buttons for `charset'
1543 and `code point'. Add the current input method name with a link
1544 button to `to input' field. Print face names of display table
1545 characters in `The display table entry is displayed by' section
1546 instead of printing face-id in the `display' field.
1547 Guess hardcoded faces and create a link button for them.
1548 Skip empty fields when calculating max-width.
1549 Treat `widget-create' specially while inserting strings from the
1550 collected field list.
1551 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1552
1553 * diff-mode.el (diff-file-header): Change foreground color from
1554 yellow to green on light backgrounds.
1555 (diff-context): Inherit from `shadow' only for color/grayscale
1556 with more than 88 colors.
1557 (diff-indicator-removed, diff-indicator-added)
1558 (diff-indicator-changed): New faces.
1559 (diff-font-lock-keywords): Use new faces. Regroup rules.
1560 Add "^---$" for `normal' diff format. Fontify `#' lines with
1561 font-lock-comment-delimiter-face and font-lock-comment-face.
1562 Add `#' to ^[^...] in the rule for `diff-context-face'.
1563
1564 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1565 a button-like box. Inherit from `highlight' on low colors.
1566 (shadow): Use shades of gray only for color/grayscale with
1567 more than 88 colors. Use green for light backgrounds with
1568 8 colors, and yellow for dark backgrounds with 8 colors.
1569
1570 * font-lock.el (font-lock-regexp-grouping-backslash):
1571 Don't inherit from escape-glyph (use bold for all cases).
1572
1573 * info.el (info-xref-visited): Use light foreground color `violet'
1574 for dark backgrounds instead of dark color `magenta3'.
1575 (info-title-1): Use `yellow' color for dark backgrounds.
1576
1577 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1578 too-light magenta2.
1579
1580 * replace.el (match): Use slightly more light RoyalBlue3 instead
1581 of dark RoyalBlue4.
1582
1583 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1584
1585 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * novice.el (disabled-command-hook): Declare it with
1588 `define-obsolete-variable-alias'.
1589
1590 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1591 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1592 (desktop-load-default): Add release to obsolescence info.
1593 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1594 (desktop-append-buffer-args, desktop-read):
1595 Fix typos in docstrings.
1596 (desktop-kill): Fix typo in message.
1597 (desktop-save): Doc fix.
1598
1599 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1600
1601 * viper-cmd.el (viper-escape-to-state): Bug fix.
1602 (viper-envelop-ESC-key): Change the definition of fast
1603 keysequence so it'll work with keyboard macros.
1604
1605 * ediff.el (ediff-patch-buffer): Change the docstring.
1606
1607 2005-07-19 Kenichi Handa <handa@m17n.org>
1608
1609 * international/mule-cmds.el (select-safe-coding-system): Try to
1610 use an auto-coding (if any) before anything else. If the found
1611 auto-coding is invalid, show a warning message.
1612
1613 * international/mule.el (find-auto-coding): New function created
1614 by modifying the body of set-auto-coding.
1615 (set-auto-coding): Use find-auto-coding to find a coding.
1616
1617 2005-07-18 Richard M. Stallman <rms@gnu.org>
1618
1619 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1620 not isearch-mode-end-hook-error.
1621 (allout-before-change-protect): Fix error message.
1622
1623 2005-07-18 Juri Linkov <juri@jurta.org>
1624
1625 * allout.el (allout-mode):
1626 * calculator.el (calculator-copy):
1627 * custom.el (custom-known-themes):
1628 * dired.el (dired-desktop-buffer-misc-data)
1629 (dired-restore-desktop-buffer):
1630 * dired-x.el (dired-omit-marker-char):
1631 * files.el (basic-save-buffer):
1632 * font-core.el (font-lock-mode):
1633 * calendar/calendar.el (calendar-goto-hebrew-date)
1634 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1635 (calendar-goto-persian-date):
1636 * language/ethio-util.el (ethio-sera-to-fidel-region):
1637 * textmodes/picture.el (picture-mode):
1638 Delete duplicate duplicate words.
1639
1640 2005-07-18 Juri Linkov <juri@jurta.org>
1641
1642 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1643 chars * ? } |.
1644 (isearch-fallback): Don't call `isearch-process-search-char'.
1645 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1646 (isearch-process-search-char): Call `isearch-fallback' for regexp
1647 chars * ? } |.
1648 (isearch-return-char): Make obsolete with `make-obsolete' instead
1649 of simply documenting it as obsolete in the docstring.
1650 (isearch-fallback): Refill docstring.
1651
1652 * international/isearch-x.el
1653 (isearch-process-search-multibyte-characters): Remove unneeded
1654 `concat'. Add intermediate values to `junk-hist' instead of
1655 `minibuffer-history'. Test the length of `str'.
1656
1657 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * allout.el (allout-resolve-xref): Fix typos in error strings.
1660 (allout-before-change-protect): Remove unneeded `concat'.
1661
1662 * array.el (array-mode, array-reconfigure-rows)
1663 (untabify-backward): Fix typos in docstrings.
1664 (array-reconfigure-rows): Use `insert-buffer-substring', not
1665 `insert-buffer'.
1666
1667 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1668 * progmodes/ada-mode.el (ada-make-body):
1669 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1670
1671 * dired.el (dired-log):
1672 * tar-mode.el (tar-subfile-save-buffer):
1673 * play/zone.el (zone-pgm-stress-destress):
1674 Use `insert-buffer-substring', not `insert-buffer'.
1675
1676 2005-07-17 Simon Josefsson <jas@extundo.com>
1677
1678 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1679
1680 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1681
1682 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1683 Add plain auth method.
1684 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1685
1686 2005-07-17 Kim F. Storm <storm@cua.dk>
1687
1688 * ido.el (dired-other-window): Add ido property.
1689
1690 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1691
1692 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1693 Fix typo in docstring.
1694 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1695 `insert-file-literally'.
1696
1697 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1698 info and delete redundant message. Doc fix.
1699 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1700 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1701
1702 2005-07-16 Richard M. Stallman <rms@gnu.org>
1703
1704 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1705 (byte-compile-and): Use byte-compile-and-recursion.
1706 (byte-compile-or-recursion): New function.
1707 (byte-compile-or): Use that.
1708 (byte-compile-if): Guard the else-clause too.
1709 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1710
1711 * isearch.el (isearch-mode-end-hook-quit): New variable.
1712 (isearch-done): Bind it.
1713 (isearch-mode-end-hook): Doc fix.
1714
1715 * allout.el (allout-isearch-did-quit): Variable deleted.
1716 (allout-real-isearch-abort): Function name no longer used.
1717 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1718 (allout-isearch-rectification): isearch-mode always exists.
1719 Don't set allout-isearch-did-quit.
1720 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1721 allout-isearch-did-quit.
1722 (allout-enwrap-isearch): Just add the hook.
1723 (allout-isearch-abort): Function deleted.
1724 (allout-pre-command-business): Avoid warning.
1725
1726 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1727 Correctly avoid warnings.
1728 (pascal-outline): Likewise.
1729
1730 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1731
1732 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1733
1734 * play/tetris.el (tetris-mode): Avoid warning.
1735
1736 * play/snake.el (snake-mode): Avoid warning.
1737
1738 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1739 (gamegrid-set-display-table): Avoid warning.
1740 (gamegrid-set-timer): Likewise.
1741 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1742 (gamegrid-add-score-with-update-game-score-1): Take FILE
1743 as argument.
1744 (gamegrid-add-score-with-update-game-score): Pass that argument.
1745 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1746
1747 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1748
1749 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1750 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1751
1752 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1753 and insert-file.
1754
1755 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1756 (sc-ask): Avoid warnings.
1757
1758 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1759 (eshell-hist-initialize): Use that var the natural way.
1760
1761 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1762
1763 * emacs-lisp/re-builder.el (reb-cook-regexp):
1764 Avoid warning calling lre-compile-string.
1765 (reb-color-display-p): Avoid warning.
1766
1767 * calculator.el (calculator-last-input): Guard uses
1768 of event-key and key-press-event-p.
1769 (event-key, key-press-event-p): Delete definitions.
1770
1771 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1772 (find-gc-source-directory, find-gc-subrs-callers)
1773 (find-gc-noreturn-list, find-gc-source-files)
1774 (find-gc-subrs-called): Vars renamed and defvar'd.
1775
1776 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1777 (checkdoc-overlay-put, checkdoc-delete-overlay)
1778 (checkdoc-overlay-start, checkdoc-overlay-end)
1779 (checkdoc-mode-line-update, checkdoc-char=):
1780 Define such that compiler knows they are defined.
1781 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1782 (checkdoc-read-event): Delete. Use read-event directly.
1783
1784 * whitespace.el (whitespace-make-overlay)
1785 (whitespace-overlay-put, whitespace-delete-overlay)
1786 (whitespace-overlay-start, whitespace-overlay-end):
1787 Define such that compiler knows they are defined.
1788 (whitespace): Move conditional inside.
1789
1790 * tempo.el (tempo-insert-template): Suppress warning.
1791
1792 * ediff-diff.el (longlines-mode): Add defvar.
1793
1794 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1795
1796 * server.el: Bind "C-x #" in a way that works even if C-x is
1797 redefined to a command key, not a prefix key.
1798
1799 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1800
1801 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1802 cl-make-type-test till execution time.
1803
1804 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1805
1806 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1807 arg ARG and use it.
1808
1809 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1810
1811 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1812
1813 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1814
1815 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1816 a defcustom with two :set or :type keywords.
1817
1818 2005-07-15 Richard M. Stallman <rms@gnu.org>
1819
1820 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1821 Don't give ^M comment-end syntax.
1822
1823 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1824
1825 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1826 Don't consider gdbmi (gdb-mi.el has its own update functions).
1827 (gdb-var-delete): Make it work for gdbmi as well.
1828 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1829
1830 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1831 (gud-speedbar-menu-items): Correct logic for enabling items.
1832
1833 2005-07-15 Kim F. Storm <storm@cua.dk>
1834
1835 * ido.el: Fix commentary.
1836 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1837 Use with-no-warnings around ffap-guesser.
1838 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1839 Let bind minibuffer-completing-file-name to t.
1840
1841 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * startup.el (site-run-file, keyboard-type): Doc fixes.
1844 (command-line): Check for "--basic-display" argument; also for
1845 "--quick", not "--bare-bones" (which was renamed).
1846 (fancy-splash-text): Add missing item "Getting New Versions".
1847 (normal-splash-screen): Fix typos and improve consistency with
1848 `fancy-splash-text'. Update copyright year.
1849
1850 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1851 valid binding for `help-char'.
1852
1853 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1854
1855 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1856
1857 * term.el (term-mode): Disable cua-mode for term buffers.
1858
1859 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * add-log.el (add-log-mailing-address, change-log-merge):
1862 Doc fixes.
1863 (change-log-get-method-definition): Fix typo in docstring.
1864
1865 2005-07-14 Kim F. Storm <storm@cua.dk>
1866
1867 * emulation/cua-base.el:
1868 (cua--pre-command-handler-1, cua--pre-command-handler)
1869 (cua--post-command-handler-1, cua--post-command-handler):
1870 Split in two. Check (buffer local) value of cua-mode.
1871 (cua-selection-mode): New command.
1872
1873 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1874
1875 * custom.el (custom-initialize-safe-set)
1876 (custom-initialize-safe-default): Doc fixes.
1877
1878 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1879 and simplify :init-value again.
1880
1881 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1882 and simplify :init-value again. Delete autoload.
1883
1884 * startup.el (command-line): Use `custom-reevaluate-setting' again
1885 for tooltip-mode.
1886
1887 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1888 a defcustom with two :initialize keywords.
1889
1890 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
1891
1892 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1893 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1894 (allout-post-command-business, allout-flag-region)
1895 (isearch-reenable-font-lock, allout-yank)
1896 (allout-insert-latex-header, allout-insert-latex-trailer)
1897 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1898 (allout-latex-verb-quote): Fix typos in docstrings.
1899 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1900 (allout-unprotected, allout-prefix-data):
1901 Improve argument/docstring consistency.
1902 (allout-chart-subtree): Fix argument spec.
1903 (allout-open-topic): Rename `use_sib_bullet' argument to
1904 `use-sib-bullet'. Doc fix.
1905
1906 * whitespace.el (whitespace-check-buffer-leading)
1907 (whitespace-check-buffer-trailing)
1908 (whitespace-check-buffer-indent)
1909 (whitespace-check-buffer-spacetab)
1910 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1911 (whitespace-check-leading-whitespace)
1912 (whitespace-check-trailing-whitespace)
1913 (whitespace-check-spacetab-whitespace)
1914 (whitespace-check-indent-whitespace)
1915 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1916 (whitespace-modes): Fix typos in docstrings.
1917 (defgroup, defcustom): Doc fixes.
1918
1919 * winner.el (winner-mode, winner-boring-buffers)
1920 (winner-pending-undo-ring): Doc fixes.
1921 (winner-ring): Remove unneeded `progn'.
1922 (winner-equal): `defsubst' it.
1923 (winner-redo): Fix message.
1924
1925 2005-07-13 Kim F. Storm <storm@cua.dk>
1926
1927 * simple.el (line-move-1): Always use vertical-motion to
1928 do the last (or only) line move to ensure some movement.
1929 Undo 2005-06-23 change--don't check for overlays.
1930
1931 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1932
1933 * term/mac-win.el (ccl-encode-mac-roman-font)
1934 (ccl-encode-mac-centraleurroman-font)
1935 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1936 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1937 Change charset-id boundary of dimension to ?\xef.
1938 (mac-char-fontspec-list): New constant.
1939 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1940 argument. Nil uses itself as family in font-spec. Previous
1941 behavior for nil is now provided by non-nil non-string argument.
1942 All callers changed. Add font-specs for Mac fonts to
1943 "fontset-default" unless iso8859-1 fonts are installed.
1944
1945 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1948 a continuation line if the \ is preceded by SPC or TAB.
1949 (sh-get-indent-info): Simplify.
1950 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1951 Use with-current-buffer.
1952
1953 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1954 when the matched text is empty.
1955
1956 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1957
1958 * startup.el (command-line): Revert to previous handling of
1959 tooltip-mode. Explain in comment why the complexity is needed.
1960
1961 * tooltip.el (tooltip-mode): Revert to previous implementation of
1962 its defcustom.
1963
1964 * frame.el (blink-cursor-mode): Revert to previous implementation
1965 of its defcustom. Update comment.
1966
1967 2005-07-12 Lars Hansen <larsh@soem.dk>
1968
1969 * desktop.el: Update e-mail address.
1970
1971 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1972
1973 * term/mac-win.el (mac-services-mail-selection)
1974 (mac-services-mail-to): New functions.
1975 (mac-application-menu-map): Bind them.
1976
1977 2005-07-12 wulei <milton@wulei.net> (tiny change)
1978
1979 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1980
1981 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1982
1983 * custom.el (custom-reevaluate-setting): Doc fix.
1984
1985 2005-07-11 Jay Belanger <belanger@truman.edu>
1986
1987 * calc/calc.el (calc-embedded-announce-formula-alist)
1988 (calc-embedded-open-close-plain-alist)
1989 (calc-embedded-open-close-mode-alist): Add checks for additional
1990 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1991
1992 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * custom.el (custom-enable-theme): Don't add theme to
1995 `custom-enabled-themes' with `push' because there is no
1996 setf-method for `delq'.
1997
1998 2005-07-11 Richard M. Stallman <rms@gnu.org>
1999
2000 * custom.el (custom-declare-variable): Doc fix.
2001
2002 * dired-aux.el (dired-compare-directories): Remove "." and ".."
2003 from the alists.
2004
2005 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
2006 Do nothing if edebug-active.
2007
2008 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2009 (edebug-display): Do it here instead.
2010
2011 2005-07-10 Richard M. Stallman <rms@gnu.org>
2012
2013 * cus-face.el (custom-theme-set-faces): Make it work.
2014 (custom-reset-faces): Doc fix.
2015 (custom-theme-reset-internal-face, custom-theme-face-value):
2016 Functions deleted.
2017
2018 * custom.el (custom-push-theme): Maintain list of the settings
2019 of a given theme in its theme-settings property.
2020 Maintain position of old settings in the theme-value
2021 or theme-face property.
2022 (custom-enabled-themes): New variable.
2023 (custom-theme-enabled-p): New function.
2024 (provide-theme): Update custom-enabled-themes.
2025 Disable and reenable the `user' theme.
2026 (require-theme): Doc fix.
2027 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2028 (custom-theme-value, custom-theme-variable-value): Likewise.
2029 (custom-theme-reset-internal): Likewise.
2030 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2031 (custom-enable-theme, custom-disable-theme): New functions.
2032 (custom-variable-theme-value, custom-face-theme-value): Likewise.
2033 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2034 (custom-theme-reset-variables): Simplify.
2035 (deftheme, custom-declare-theme, custom-make-theme-feature):
2036 Definitions moved.
2037
2038 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * longlines.el (longlines-show-region)
2041 (longlines-unshow-hard-newlines): Recognize hard newlines by
2042 non-nil hard property, instead of t.
2043
2044 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
2045
2046 * viper-cmd.el (viper--key-maps): New variable.
2047 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2048 emulation-mode-map-alists.
2049 (viper-envelop-ESC-key): Use viper-subseq.
2050 (viper-search-forward/backward/next): Disable debug-on-error.
2051
2052 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2053 (viper-ESC-key): New defcustoms.
2054
2055 * viper-macs.el (ex-map-read-args): Use viper-subseq.
2056
2057 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2058 (viper-subseq): Copy of subseq from cl.el.
2059
2060 * viper.el (viper-go-away, viper-set-hooks): Use
2061 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2062
2063 * viper-mous.el (viper-current-frame-saved): Use defvar.
2064
2065 * viper-init.el: Get rid of -face in face names.
2066
2067 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2068 Make it work with longlines mode
2069
2070 * ediff-mult.el (ediff-meta-mode-hook): New variable.
2071
2072 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2073
2074 * ediff-init: Get rid of -face in face names.
2075
2076 2005-07-10 Richard M. Stallman <rms@gnu.org>
2077
2078 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2079 and with-timeout-unsuspend.
2080
2081 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2082 and with-timeout-unsuspend.
2083
2084 * emacs-lisp/timer.el (with-timeout-timers): New variable.
2085 (with-timeout): Bind that variable to record timers.
2086 (with-timeout-suspend, with-timeout-unsuspend): New functions.
2087
2088 * emacs-lisp/debug.el (debug-help-follow): New function.
2089 (debugger-mode-map): Use that instead of help-follow.
2090 (debugger-setup-buffer): Use eval-buffer-list
2091 to handle eval-buffer frames.
2092
2093 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
2094
2095 * timezone.el (timezone-parse-date): Change first regexp
2096 so it will not mistakenly match dates with no time zone.
2097
2098 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
2099
2100 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2101
2102 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
2103
2104 * custom.el (custom-initialize-safe-set)
2105 (custom-initialize-safe-default): New functions.
2106
2107 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2108 and simplify :init-value.
2109
2110 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2111 and simplify :init-value. Delete obsolete comment.
2112
2113 * startup.el (command-line): Use `custom-reevaluate-setting' to
2114 handle `tooltip-mode'. Delete obsolete comment.
2115
2116 * files.el (set-visited-file-name): Avoid calling
2117 `file-name-nondirectory' with a nil argument.
2118
2119 2005-07-09 Richard M. Stallman <rms@gnu.org>
2120
2121 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2122 was called with nil for the buffer, handle the read position right.
2123 Handle read position for eval-region, too.
2124
2125 2005-07-09 Juri Linkov <juri@jurta.org>
2126
2127 * fringe.el (fringe-mode): Add period in docstring.
2128 (fringe-query-style): Build prompt depending on `all-frames' arg.
2129
2130 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2131 to not create links to unrelated functions in the Help buffer.
2132
2133 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2134 Doc fix.
2135
2136 * simple.el (next-error-hook): New variable.
2137 (next-error): Use it. Doc fix.
2138
2139 * textmodes/ispell.el (ispell-command-loop): Add current
2140 dictionary name and program name to mode-line-format.
2141 (ispell-region, ispell-process-line): Add current dictionary name
2142 and program name to messages.
2143
2144 2005-07-08 Jay Belanger <belanger@truman.edu>
2145
2146 * calc/calc.el (calc-embedded-announce-formula-alist)
2147 (calc-embedded-open-close-formula-alist)
2148 (calc-embedded-open-close-word-alist)
2149 (calc-embedded-open-close-plain-alist)
2150 (calc-embedded-open-close-new-formula-alist)
2151 (calc-embedded-open-close-mode-alist)
2152 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2153 (calc-embedded-mode-hook): New variables.
2154
2155 * calc/calc-embed.el (calc-embedded-firsttime)
2156 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2157 New variables.
2158 (calc-do-embedded): Use calc-embedded-firsttime,
2159 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2160 determine whether or not to run hooks.
2161 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2162 calc-embedded-firsttime-formula appropriately.
2163 Set calc-embedded delimiter variables according to mode.
2164
2165 2005-07-08 Richard M. Stallman <rms@gnu.org>
2166
2167 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2168 Check for "emacs", etc., as entire symbol, not just as word.
2169 (checkdoc-file-comments-engine): Use regexp-quote on FN.
2170
2171 * files.el (set-visited-file-name): Report the error
2172 for "empty filename" earlier.
2173 (kill-some-buffers): Ignore buffers already dead.
2174
2175 * fringe.el (fringe-mode): Doc fix.
2176
2177 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2178 Check for (featurep 'xemacs) and turn off warnings in what it guards.
2179 Use unwind-protect to ensure byte-compile-unresolved-functions
2180 is updated.
2181
2182 * whitespace.el (whitespace-buffer-leading-cleanup):
2183 Simplify w/ skip-chars-forward.
2184 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2185
2186 * mail/rmail.el (rmail-only-expunge): Fix paren error.
2187 Unconditionally try to leave point at the same old place.
2188
2189 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2190
2191 * comint.el (comint-postoutput-scroll-to-bottom)
2192 (comint-show-maximum-output): Take scroll-margin into consideration.
2193
2194 2005-07-08 Kim F. Storm <storm@cua.dk>
2195
2196 * ido.el (ido-use-filename-at-point): New choice `guess'.
2197 (ido-file-internal): Try ffap-guesser if selected.
2198
2199 * ido.el (ido-before-fallback-functions): New hook.
2200 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2201 (ido-read-file-name): Run it.
2202
2203 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2206 strings rather than a list of symbols to the completion function.
2207
2208 2005-07-07 Jay Belanger <belanger@truman.edu>
2209
2210 * calc/calc-units.el (math-apply-units): Change the places in
2211 which units are simplified.
2212
2213 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2214
2215 * cus-edit.el (customize-option, customize-option-other-window):
2216 Make them handle aliases.
2217
2218 * custom.el (custom-variable-p): Make it recursively follow
2219 aliases. Mention that in the docstring.
2220
2221 2005-07-07 Richard M. Stallman <rms@gnu.org>
2222
2223 * cus-start.el (exec-path): Use `directory' instead of `file'.
2224 Fix tag for nil.
2225
2226 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2229 when called non-interactively. Doc fix.
2230
2231 2005-07-07 Lute Kamstra <lute@gnu.org>
2232
2233 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2234 new address as well.
2235
2236 2005-07-07 Kenichi Handa <handa@m17n.org>
2237
2238 * international/mule.el (make-coding-system):
2239 Describe `ascii-incompatible' property in the docstring.
2240 (set-file-name-coding-system): Signal an error if coding-system is
2241 ascii-incompatible.
2242 (set-keyboard-coding-system): Likewise.
2243
2244 * international/mule-cmds.el (set-default-coding-systems):
2245 Don't set default-file-name-coding-system and
2246 default-keyboard-coding-system if coding-system is ASCII-incompatible.
2247
2248 * international/utf-16.el: Declare that all UTF-16-based coding
2249 systems are ASCII-incompatible.
2250
2251 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * progmodes/gud.el: Require font-lock for displaying errors.
2254 Used by gdb-ui.el.
2255
2256 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2257
2258 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2259 values for the pattern lists which are `read'able but not
2260 `append'able (like symbols).
2261
2262 2005-07-06 Richard M. Stallman <rms@gnu.org>
2263
2264 * progmodes/flymake.el (flymake-float-time): Instead of
2265 with-no-warnings, test for xemacs.
2266 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2267 to avoid warning.
2268
2269 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2272
2273 2005-07-05 Lute Kamstra <lute@gnu.org>
2274
2275 * battery.el: Add support for Darwin (with much debugging help
2276 from Samuel Lauber <sam124@operamail.com>).
2277 (battery-status-function, battery-echo-area-format)
2278 (battery-mode-line-format): Add support for pmset on Darwin.
2279 (battery-load-low, battery-load-critical): New user options.
2280 (battery-pmset): New function.
2281
2282 2005-07-05 Lute Kamstra <lute@gnu.org>
2283
2284 Update FSF's address in GPL notices.
2285
2286 * textmodes/page-ext.el: Update FSF's address.
2287
2288 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2291 filling from using prefix when filling a single-line docstring.
2292
2293 * progmodes/flymake.el: Remove useless eval-when-compile.
2294
2295 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2296
2297 2005-07-04 Richard M. Stallman <rms@gnu.org>
2298
2299 * textmodes/org.el (org-file-apps-defaults-gnu):
2300 Rename from org-file-apps-defaults-linux.
2301 (org-default-apps): Don't test system-type for `linux'.
2302 (org-file-apps): Doc fix.
2303
2304 2005-07-04 David Ponce <david@dponce.com>
2305
2306 * tree-widget.el: Improve header Commentary section.
2307 (tree-widget) [defgroup]
2308 (tree-widget-image-enable, tree-widget-themes-directory)
2309 (tree-widget-theme, tree-widget-image-properties-emacs)
2310 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2311 (tree-widget-image-formats, tree-widget-control)
2312 (tree-widget-empty-control, tree-widget-leaf-control
2313 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2314 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2315 (tree-widget-keep, tree-widget-after-toggle-functions)
2316 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2317 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2318 :help-echo message.
2319 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2320 (tree-widget-image-properties): Doc fix. Clearer implementation.
2321 (tree-widget--cursors): New constant.
2322 (tree-widget-lookup-image): New function split from
2323 `tree-widget-find-image'. Clearer implementation.
2324 (tree-widget-find-image): Use it.
2325 (tree-widget-button-keymap): Use `set-keymap-parent'.
2326 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2327 Define the sub-widgets here.
2328 (tree-widget-node): Check that :node is not a tree-widget.
2329 (tree-widget-get-super, tree-widget-open-control)
2330 (tree-widget-close-control, tree-widget-empty-control)
2331 (tree-widget-leaf-control, tree-widget-guide)
2332 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2333 (tree-widget-no-handle, tree-widget-value-delete)
2334 (tree-widget-map): Remove.
2335 (tree-widget-children-value-save): Doc fix. Simplified.
2336 (tree-widget-value-create): Update according to previous changes.
2337
2338 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2339
2340 * textmodes/org.el: Leading space replaced by TABS.
2341 (org-recalc-marks, org-table-rotate-recalc-marks)
2342 (org-table-get-specials): Treat "^" and "_" marks.
2343 (org-table-justify-field-maybe): Optional argument NEW.
2344 (org-table-eval-formula): Parsing of the format simplified.
2345 New modes C,I. Honor the %= parameter in the current table.
2346 Avoid unnecessary re-align by using the NEW argument to
2347 `org-table-justify-field-maybe'.
2348 (org-calc-default-modes): Default for date-format mimicks org-mode.
2349 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2350
2351 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2352
2353 * cus-face.el (custom-theme-set-faces): Make it handle face
2354 aliases whose alias declarations are pre- or autoloaded.
2355
2356 2005-07-04 Juri Linkov <juri@jurta.org>
2357
2358 * faces.el (read-face-name): Put the code for getting a face name
2359 from the buffer before adding the faces from the `face' property.
2360 Use `completing-read-multiple' instead of `completing-read'.
2361 Require `crm'. Add default value and post-process the returned
2362 list of faces.
2363
2364 * emacs-lisp/crm.el (crm-find-current-element)
2365 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2366
2367 * emacs-lisp/lisp-mode.el (eval-defun-1):
2368 * emacs-lisp/edebug.el (edebug-eval-defun):
2369 Remove unnecessary quotes.
2370
2371 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2374 (prolog-indent-level): Fix typo in docstring.
2375
2376 * info.el (Info-history, Info-history-forward)
2377 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2378
2379 * add-log.el (add-change-log-entry):
2380 * comint.el (comint-dynamic-list-input-ring)
2381 (comint-dynamic-list-completions):
2382 * dabbrev.el (dabbrev-expand):
2383 * delim-col.el (delimit-columns-rectangle-line):
2384 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2385 (diff-unified->context):
2386 * ediff-init.el (ediff-abbrev-jobname):
2387 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2388 (ediff-replace-session-activity-marker-in-meta-buffer):
2389 * info.el (Info-summary):
2390 * lpr.el (printify-region):
2391 * printing.el (pr-create-interface):
2392 * ps-print.el (ps-print-quote):
2393 * ses.el (ses-column-widths, ses-print-cell)
2394 (ses-adjust-print-width, ses-center):
2395 * shell.el (shell-file-name-quote-list):
2396 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2397 (strokes-fill-current-buffer-with-whitespace)
2398 (strokes-xpm-for-stroke, strokes-list-strokes)
2399 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2400 * term.el (term-dynamic-list-input-ring)
2401 (term-dynamic-list-completions):
2402 * calc/calc.el (math-format-stack-value):
2403 * emacs-lisp/edebug.el (edebug-display-freq-count):
2404 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2405 (delphi-new-comment-line):
2406 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2407 * progmodes/executable.el (executable-set-magic):
2408 * progmodes/python.el (inferior-python-mode):
2409 * progmodes/scheme.el (scheme-mode-syntax-table):
2410 * progmodes/sh-script.el (sh-maybe-here-document):
2411 * progmodes/sql.el (sql-copy-column):
2412 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2413 * textmodes/bibtex.el (bibtex-mode):
2414 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2415 (sgml-auto-attributes):
2416 * textmodes/table.el (table-insert, table-shorten-cell)
2417 (table--generate-source-scan-lines, table-delete-row)
2418 (*table--cell-delete-char, table--spacify-frame)
2419 (table--horizontally-shift-above-and-below)
2420 (table--cell-insert-char, table--cell-blank-str)
2421 (table--fill-region-strictly):
2422 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2423 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2424
2425 * add-log.el (change-log):
2426 * apropos.el (apropos):
2427 * comint.el (comint-completion, comint-source):
2428 * dabbrev.el (dabbrev):
2429 * delim-col.el (columns):
2430 * diff-mode.el (diff-mode):
2431 * ediff.el (ediff):
2432 * ediff-diff.el (ediff-diff):
2433 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2434 * ediff-mult.el (ediff-mult):
2435 * ediff-ptch.el (ediff-ptch):
2436 * ediff-wind.el (ediff-window):
2437 * facemenu.el (facemenu):
2438 * indent.el (indent):
2439 * info.el (info):
2440 * jka-cmpr-hook.el (compression, jka-compr):
2441 * lpr.el (lpr):
2442 * outline.el (outlines):
2443 * pcmpl-cvs.el (pcmpl-cvs):
2444 * pcmpl-rpm.el (pcmpl-rpm):
2445 * printing.el (printing):
2446 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2447 (ps-print-vertical, ps-print-headers, ps-print-font)
2448 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2449 (ps-print-background, ps-print-printer, ps-print-page)
2450 (ps-print-miscellany):
2451 * ses.el (ses):
2452 * shell.el (shell, shell-directories, shell-faces):
2453 * startup.el (initialization):
2454 * strokes.el (strokes):
2455 * term.el (term):
2456 * uniquify.el (uniquify):
2457 * w32-vars.el (w32):
2458 * calc/calc.el (calc):
2459 * emacs-lisp/bytecomp.el (bytecomp):
2460 * emacs-lisp/cl-indent.el (lisp-indent):
2461 * emacs-lisp/edebug.el (edebug):
2462 * emacs-lisp/elp.el (elp):
2463 * emacs-lisp/testcover.el (testcover):
2464 * emacs-lisp/trace.el (trace):
2465 * emulation/viper-ex.el (viper-ex):
2466 * emulation/viper-mous.el (viper-mouse):
2467 * mail/mailalias.el (mailalias):
2468 * mail/supercite.el (supercite, supercite-frames)
2469 (supercite-attr, supercite-cite, supercite-hooks):
2470 * net/rcompile.el (remote-compile):
2471 * net/rlogin.el (rlogin):
2472 * obsolete/ooutline.el (outlines):
2473 * progmodes/delphi.el (delphi):
2474 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2475 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2476 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2477 (ebnf-optimization):
2478 * progmodes/etags.el (etags):
2479 * progmodes/executable.el (executable):
2480 * progmodes/idlwave.el (idlwave):
2481 * progmodes/pascal.el (pascal):
2482 * progmodes/prolog.el (prolog):
2483 * progmodes/python.el (python):
2484 * progmodes/scheme.el (scheme):
2485 * progmodes/sh-script.el (sh, sh-script):
2486 * progmodes/sql.el (SQL):
2487 * progmodes/tcl.el (tcl):
2488 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2489 * textmodes/enriched.el (enriched):
2490 * textmodes/makeinfo.el (makeinfo):
2491 * textmodes/sgml-mode.el (sgml):
2492 * textmodes/table.el (table-hooks):
2493 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2494 * textmodes/texinfo.el (texinfo):
2495 * textmodes/two-column.el (two-column):
2496 Finish `defgroup' description with period.
2497
2498 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2499 * eshell/esh-var.el (eshell-var):
2500 * progmodes/vhdl-mode.el (vhdl-testbench):
2501 * textmodes/org.el (org): Fix typos in docstrings.
2502
2503 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2504 consistency.
2505
2506 * progmodes/flymake.el (flymake-find-file): Remove.
2507 (flymake-float-time): Use `with-no-warnings'.
2508 (flymake-check-start-time, flymake-check-was-interrupted)
2509 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2510 (flymake-new-err-info): `defvar' at compile time.
2511
2512 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
2513
2514 * replace.el (occur-hook): Doc fix.
2515 (occur-1): Don't call `occur-hook' if there are no matches.
2516
2517 2005-07-03 Richard M. Stallman <rms@gnu.org>
2518
2519 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2520 global-map, save the same map.
2521 (global-map): Don't alter it at top level.
2522 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2523 Then alter it here instead.
2524 (tpu-edt-off): Set global-map to the saved one.
2525
2526 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2527 All references simplified.
2528 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
2529 (zmacs-regions): Add defvar.
2530 (repeat-complex-command-map): Everything about that deleted.
2531
2532 * textmodes/artist.el (artist-key-is-drawing)
2533 (artist-key-endpoint1, artist-key-poly-point-list)
2534 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2535 (artist-key-compl-table, artist-rb-save-data)
2536 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2537 Don't put them in eval-when-compile.
2538 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2539
2540 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2541 Use with-no-warnings.
2542
2543 * net/browse-url.el (dos-windows-version): Add defvar.
2544
2545 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2546
2547 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2548 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2549 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2550 Add defvar.
2551 (rmail-summary-beginning-of-message): Use with-no-warnings.
2552 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2553
2554 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2555 Use with-no-warnings.
2556
2557 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2558 (c-mark-function): Add point-moving-unit property.
2559 (vi-goto-line): Use with-no-warnings.
2560
2561 * emulation/edt.el (edt-last-copied-word): Add defvar.
2562 (zmacs-region-stays): Likewise.
2563 (edt-mark-section-wisely): Use c-mark-function for C.
2564 Use makr-defun for Fortran.
2565 (time-string): defvar deleted.
2566 (edt-display-the-time): Don't set time-string.
2567
2568 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2569
2570 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2571 Don't warn when name is not constant
2572 or for defining the group `emacs'.
2573
2574 * tooltip.el (gud-tooltip-mode): Add defvar.
2575
2576 * startup.el (default-frame-background-mode): Add defvar.
2577
2578 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2579
2580 * info.el (tool-bar-map): Add defvar.
2581
2582 * dired.el (dnd-protocol-alist): Add defvar.
2583
2584 * dired-aux.el (dired-query): Display question with answer, when
2585 the user answers.
2586
2587 * custom.el (custom-add-option): Doc fix.
2588
2589 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2590
2591 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2592
2593 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2594 bogus name from the last change.
2595
2596 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2597
2598 * custom.el (custom-declare-variable): Fix typos in comment.
2599 (custom-known-themes): Doc fix.
2600 (custom-theme-directory): New defcustom.
2601 (require-theme): Make it check `custom-theme-directory'.
2602
2603 * cus-theme.el (custom-new-theme-mode): New function.
2604 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2605 (custom-theme-description): Add compiler defvars.
2606 (customize-create-theme): Add doc to the "*New Custom Theme*"
2607 buffer. Use `custom-new-theme-mode'.
2608 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2609 and save it to the `custom-theme-directory'. Make this the
2610 default directory of the buffer.
2611
2612 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2613
2614 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2615 Fix unbalanced parentheses.
2616
2617 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2620 into flymake-mode and delegate to flymake-mode.
2621
2622 * find-file.el (ff-which-function-are-we-in): Clean up.
2623
2624 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * replace.el (occur-rename-buffer): Fix docstring.
2627
2628 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2629 (edt-last-copied-word, edt-learn-macro-count)
2630 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2631 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2632 (time-string, zmacs-region-stays):
2633 * emulation/edt-mapper.el (edt-save-function-key-map)
2634 (EDT-key-name): `defvar' to silence the byte-compiler.
2635
2636 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2637
2638 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2639 font-lock-regexp-backslash. Doc fix.
2640 (font-lock-regexp-backslash-grouping-construct): Rename from
2641 font-lock-regexp-backslash-construct. Doc fix.
2642 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2643 grouping constructs.
2644
2645 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2646
2647 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2648 updating all the prerequisites.
2649
2650 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * textmodes/org.el (org-agenda-start-on-weekday)
2653 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2654 (org-agenda-use-time-grid, org-archive-location)
2655 (org-allow-space-in-links, org-usenet-links-prefer-google)
2656 (org-enable-table-editor, org-export-default-language)
2657 (org-export-html-show-new-buffer, org-fill-paragraph)
2658 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2659 (org-goto-quit, org-occur, org-eval-in-calendar)
2660 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2661 (org-agenda-diary-entry, org-remember-help)
2662 (org-table-convert-region, org-at-table-p)
2663 (org-table-move-row-down, org-table-move-row-up)
2664 (org-table-copy-region, org-table-toggle-vline-visibility)
2665 (org-table-get-stored-formulas, org-table-get-specials)
2666 (org-recalc-commands, org-table-eval-formula)
2667 (org-table-formula-substitute-names, orgtbl-make-binding)
2668 (org-format-org-table-html, org-format-table-table-html)
2669 (org-format-table-table-html-using-table-generate-source)
2670 (org-customize): Fix typos in docstrings.
2671 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2672 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2673 (org-back-to-heading): Doc fixes.
2674 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2675 (org-agenda-change-all-lines, org-get-header):
2676 Improve argument/docstring consistency.
2677 (orgtbl-error): Fix error message.
2678
2679 * progmodes/flymake.el (flymake-find-possible-master-files)
2680 (flymake-master-file-compare, flymake-get-line-err-count)
2681 (flymake-highlight-line, flymake-gui-warnings-enabled):
2682 Fix typos in docstrings.
2683 (flymake-parse-line, flymake-get-project-include-dirs-function)
2684 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2685 Doc fixes.
2686 (flymake-get-project-include-dirs-function)
2687 (flymake-make-err-menu-data):
2688 Improve argument/docstring consistency.
2689
2690 2005-07-01 Lute Kamstra <lute@gnu.org>
2691
2692 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2693 Catch errors with ignore-errors. Use temporary buffer.
2694 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2695
2696 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2697 background color faces.
2698 (facemenu-set-foreground, facemenu-set-background):
2699 Use facemenu-set-face-from-menu.
2700 (facemenu-set-face-from-menu): Treat face names that start with
2701 "fg:" or "bg:" as special.
2702 (facemenu-add-new-color): Don't create faces. Simplify.
2703
2704 2005-06-30 Richard M. Stallman <rms@gnu.org>
2705
2706 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2707 (crm-find-current-element): Likewise.
2708
2709 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2710
2711 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2712
2713 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2716 (archive-mouse-extract): Make it an obsolete alias.
2717 (archive-mode-map): Don't use archive-mouse-extract any more.
2718 (archive-mode, archive-extract): write-contents-hooks ->
2719 write-contents-functions.
2720 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2721 first arg.
2722 (archive-rename-entry): Update the call.
2723 (archive-zip-summarize): Remove unused var `method'.
2724 (archive-lzh-summarize): Remove unused var `creator'.
2725
2726 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2727 dedicated frame upon exit.
2728
2729 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2730 (archive-zip-extract, archive-zip-expunge)
2731 (archive-zip-update, archive-zip-update-case): Use executable-find.
2732 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2733 Use restore-buffer-modified-p.
2734 (archive-extract, archive-add-new-member, archive-write-file-member):
2735 Use with-current-buffer.
2736 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2737
2738 2005-06-30 Andreas Schwab <schwab@suse.de>
2739
2740 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2741
2742 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2743
2744 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2745
2746 2005-06-30 Juri Linkov <juri@jurta.org>
2747
2748 * faces.el (vertical-border): Inherit from mode-line-inactive
2749 only on tty.
2750
2751 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2754 example, -NLINES in the `occur' docstring).
2755
2756 * replace.el (occur-1): When no matches are found, do not set the
2757 `buffer-read-only' and modified flags for the occur buffer,
2758 because it is deleted.
2759
2760 * emulation/cua-base.el (cua-check-pending-input)
2761 (cua-repeat-replace-region, cua-mode, cua-debug)
2762 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2763 Fix typos in docstrings.
2764
2765 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2766 (cua-cut-region-to-global-mark)
2767 (cua--cut-rectangle-to-global-mark):
2768 Remove period from end of messages.
2769
2770 * emulation/cua-rect.el (cua-do-rectangle-padding):
2771 Remove period from end of messages.
2772 (cua--rectangle-seq-format): Fix typo in docstring.
2773 (cua-sequence-rectangle, cua-fill-char-rectangle):
2774 Improve argument/docstring consistency.
2775
2776 2005-06-29 Juri Linkov <juri@jurta.org>
2777
2778 * faces.el (default-frame-background-mode): New internal variable.
2779 (frame-set-background-mode): Use it.
2780
2781 * startup.el (normal-top-level): Set default-frame-background-mode
2782 instead of frame-background-mode. Before setting it, test for its
2783 nil value. Remove tests for frame-background-mode and frame
2784 parameter `reverse'. Add test for "unspecified-fg".
2785
2786 * term/xterm.el (xterm-rxvt-set-background-mode):
2787 * term/rxvt.el (rxvt-set-background-mode):
2788 Set default-frame-background-mode instead of frame-background-mode.
2789
2790 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * simple.el (set-variable): Warn about obsolete user variables.
2793
2794 * imenu.el (imenu--completion-buffer):
2795 * mouse.el (mouse-buffer-menu-alist):
2796 * msb.el (msb-invisible-buffer-p):
2797 * calendar/diary-lib.el (diary-header-line-format):
2798 * emacs-lisp/pp.el (pp-buffer):
2799 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2800 * textmodes/picture.el (picture-replace-match):
2801 Change space constants followed by a sexp to "?\s ".
2802
2803 * play/decipher.el (decipher-loop-with-breaks):
2804 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2805 constants "protected" from end of line by a comment to "?\s".
2806
2807 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * font-lock.el (save-buffer-state): Use `declare'.
2810
2811 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2812 reset the syntax-table to cperl-mode-syntax-table.
2813 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2814 "foo_print_bar" is not matched as a reserved keyword.
2815
2816 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2817
2818 * textmodes/org.el (orgtbl-setup): New function, for delayed
2819 setup for the orgtbl commands.
2820 (org-calc-default-modes): New option.
2821 (orgtbl-make-binding): Use `defun' to get better help display.
2822 (org-diary): Call `org-compile-prefix-format'.
2823 (org-table-formula-substitute-names): New function.
2824 (org-agenda-day-view, org-agenda-week-view): New commands.
2825 (org-agenda-toggle-week-view): Command removed.
2826 (org-tbl-menu): Split off from org-org-menu.
2827 (org-mode): Move removal of outline-mode menus to here.
2828 (org-table-formula-debug): New option.
2829 (org-table-insert-row): Keep first field if just "#" or "*".
2830 (org-mode): Paragraph regexps fixed.
2831 (org-table-recalculate-regexp): New constant.
2832 (org-table-justify-field-maybe): Avoid replace if not necessary.
2833 (org-copy-special, org-cut-special): Use `call-interactively'.
2834 (org-table-copy-region): Take region from `interactive' call.
2835 (org-trim): Return string even if no match.
2836 (org-formula): New face.
2837 (org-set-font-lock-defaults): No longer highlight "FIXME".
2838 But highlight formula-related fields in table.
2839 (org-table-p): Use regexp, not fontification.
2840 (org-table-align): Handle white space at end of line.
2841 (org-table-formula-evaluate-inline): New option.
2842 (org-mode): Auto-wrapping in comment lines turned off.
2843 (org-table-copy-down): Evaluate only in copied field, not in
2844 destination.
2845 (org-table-current-formula): Variable removed.
2846 (org-table-store-formulas, org-table-get-stored-formulas)
2847 (org-table-modify-formulas, org-table-replace-in-formulas)
2848 (org-table-maybe-eval-formula): New functions.
2849 (org-table-get-formula): Modify to use stored formulas.
2850 (org-table-insert-column, org-table-delete-column)
2851 (org-table-move-column): Call `org-table-modify-formulas'.
2852 (org-complete): Add completion for keyword formulas.
2853 (orgtbl-mode): Pull orgtbl-mode-map to start of
2854 minor-mode-map-alist.
2855
2856 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * progmodes/python.el (python-check): Require `compile' before
2859 modifying its variables.
2860
2861 * newcomment.el (comment-indent-default): Don't get fooled by an early
2862 end of buffer.
2863
2864 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2865
2866 * ps-print.el (ps-print-version): Fix version number.
2867
2868 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2869
2870 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2871
2872 2005-06-28 Richard M. Stallman <rms@gnu.org>
2873
2874 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2875 (flyspell-local-mouse-map): Declaration deleted.
2876 (flyspell-mouse-map): Bind only mouse-2.
2877 (flyspell-mode-map): Don't test flyspell-use-local-map.
2878 (flyspell-overlay-keymap-property-name): Var deleted.
2879 (flyspell-mode-on): Don't make local bindings for
2880 flyspell-mouse-map and flyspell-mode-map.
2881 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2882
2883 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2884
2885 * progmodes/compile.el (compilation-next-error-function):
2886 Don't switch buffers; operate on the current buffer.
2887
2888 * progmodes/compile.el (compilation-error-file-name)
2889 (compilation-warning-file-name, compilation-info-file-name)
2890 (compilation-line-number, compilation-column-number): New faces.
2891 (compilation-error-face, compilation-warning-face)
2892 (compilation-info-face, compilation-line-face)
2893 (compilation-column-face): Use them.
2894
2895 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2896
2897 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2898
2899 * bindings.el (global-map): Bind insertchar and its variants.
2900
2901 2005-06-27 Richard M. Stallman <rms@gnu.org>
2902
2903 * textmodes/artist.el (artist-text-overwrite)
2904 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2905
2906 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2907
2908 * ps-print.el: It was not working the page selection for printing.
2909 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2910 (ps-print-version): New version 6.6.7.
2911 (ps-end-sheet): New fun.
2912 (ps-header-sheet, ps-end-job): Call it.
2913
2914 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2915
2916 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2917
2918 2005-06-27 Lute Kamstra <lute@gnu.org>
2919
2920 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2921 background color faces.
2922 (facemenu-get-face): Delete function.
2923 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2924 (facemenu-add-new-color): Make second argument mandatory.
2925 Create the appropriate face and return it. Simplify.
2926 (facemenu-set-foreground, facemenu-set-background): Don't check if
2927 color is defined. Use return value of facemenu-add-new-color.
2928
2929 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2930
2931 * progmodes/gud.el (gud-filter): Add missing argument to
2932 with-selected-window.
2933
2934 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2937 a :require to the defcustom.
2938
2939 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2940 defcustoms corresponding to minor modes.
2941
2942 2005-06-26 David Ponce <david@dponce.com>
2943
2944 * recentf.el: Require tree-widget instead of wid-edit.
2945 (recentf-filename-handler): Fix widget :type.
2946 (recentf-cancel-dialog, recentf-open-more-files)
2947 (recentf-open-files-action): Doc fix.
2948 (recentf-dialog-goto-first): New function.
2949 (recentf-dialog-mode-map): Set parent keymap first.
2950 (recentf-dialog-mode): Define with define-derived-mode.
2951 Don't display continuation lines in dialogs.
2952 (recentf-edit-list): Rename from recentf-edit-selected-items.
2953 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2954 Simplify.
2955 (recentf-edit-list-validate): New function.
2956 (recentf-edit-list): Update accordingly.
2957 (recentf-open-files-item-shift): Remove.
2958 (recentf-open-files-item): Convert menu elements into tree and
2959 link widgets. Don't create the widgets.
2960 (recentf-open-files): Update accordingly.
2961 (recentf-save-list): Untabify.
2962
2963 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2964
2965 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2966 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2967 partially contained in the active region. Do not take active
2968 region into account when called from Lisp, unless INTERACTIVE arg
2969 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2970 avoid trouble with fields. Make marker point nowhere when no
2971 longer used. Always return nil. Doc fix.
2972 (flush-lines): Add INTERACTIVE arg. Do not take active region
2973 into account when called from Lisp, unless INTERACTIVE arg is
2974 non-nil. Use `forward-line' instead of `beginning-of-line' to
2975 avoid trouble with fields. Make marker point nowhere when no
2976 longer used. Always return nil. Doc fix.
2977 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2978 interchangeable. Do not take active region into account when
2979 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2980 message in echo area when called from Lisp, unless INTERACTIVE arg
2981 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2982 Return the number of matches. Doc fix.
2983 (occur): Doc fix.
2984 (perform-replace): Make comment follow double space convention for
2985 the sake of `outline-minor-mode'.
2986
2987 * faces.el (facep): Doc fix.
2988
2989 2005-06-25 Richard M. Stallman <rms@gnu.org>
2990
2991 * facemenu.el (facemenu-enable-faces-p): New function.
2992 (facemenu-background-menu, facemenu-foreground-menu)
2993 (facemenu-face-menu): Add menu-enable property.
2994
2995 * jka-compr.el (jka-compr-insert-file-contents):
2996 Special handling if cannot find the uncompression program.
2997
2998 * cus-face.el (custom-face-attributes): Add autoload.
2999
3000 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3001 Bind comment-indent-function locally.
3002
3003 * window.el (save-selected-window): Use save-current-buffer.
3004
3005 * subr.el (with-selected-window): Use save-current-buffer.
3006
3007 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3008 and with-current-buffer.
3009
3010 2005-06-24 Richard M. Stallman <rms@gnu.org>
3011
3012 * simple.el (line-move-1): Fix previous change.
3013
3014 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * replace.el (occur-1): Set `buffer-read-only' and the
3017 buffer-modified flag before running `occur-hook' to protect
3018 against unintentional buffer switches that can lead to data loss.
3019
3020 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
3021
3022 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3023 (gud-gdb-marker-filter): Use font-lock-warning-face for any
3024 initial error.
3025
3026 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3027 after fresh input.
3028 (gdb-var-create-handler): Put name of expression in quotes.
3029
3030 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3031
3032 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3033 elements of RING in order, and without bogus nil elements.
3034
3035 2005-06-23 Richard M. Stallman <rms@gnu.org>
3036
3037 * simple.el (set-variable): Args renamed; doc fix.
3038 (line-move-1): When there are overlays around, use vertical-motion.
3039
3040 * faces.el (escape-glyph): Use brown against light background.
3041 (nobreak-space): Rename from no-break-space.
3042 Fix previous change.
3043
3044 * dired-aux.el (dired-do-copy): Fix arg prompt.
3045
3046 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3047
3048 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3049
3050 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3051 rather than "Distributor".
3052
3053 2005-06-23 Lute Kamstra <lute@gnu.org>
3054
3055 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3056 (debug-on-entry): Use it. New interactive declaration that uses
3057 function-called-at-point.
3058
3059 2005-06-23 Kim F. Storm <storm@cua.dk>
3060
3061 * subr.el (save-match-data): Add comment about using evaporate arg
3062 to set-match-data.
3063
3064 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3065
3066 * cus-edit.el (customize-face)
3067 (customize-face-other-window): Handle face aliases.
3068
3069 * faces.el (face-documentation, set-face-attribute)
3070 (face-spec-set): Handle face aliases.
3071
3072 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
3073
3074 * help-mode.el (help-make-xrefs): If a symbol representing a face
3075 name is not followed by the word "face", it could still be a
3076 function or variable name, so don't bypass other checks.
3077
3078 2005-06-22 Juri Linkov <juri@jurta.org>
3079
3080 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3081 Replace aliased functions with calls where second arg `inherit' is t.
3082
3083 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * progmodes/gdb-ui.el (gdb-error): New variable.
3086 (gdb-error): New function.
3087 (gdb-annotation-rules): Act on error-begin and error annotations.
3088 (gdb-concat-output): Use font-lock-warning-face for errors.
3089
3090 2005-06-22 Miles Bader <miles@gnu.org>
3091
3092 * bindings.el (propertized-buffer-identification): Use renamed
3093 `Buffer-menu-buffer' face.
3094
3095 * faces.el (vertical-border): Rename from `vertical-divider'.
3096 (escape-glyph): Change dark-background color back to `cyan'.
3097
3098 2005-06-21 Juri Linkov <juri@jurta.org>
3099
3100 * faces.el (face-user-default-spec): Try getting `customized-face'
3101 prior to `saved-face'.
3102 (frame-background-mode): Refill docstring.
3103
3104 * emacs-lisp/lisp-mode.el (eval-defun-1):
3105 * emacs-lisp/edebug.el (edebug-eval-defun):
3106 Set `saved-face' temporarily to nil before calling form.
3107 Set `customized-face' to the new spec after that.
3108
3109 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
3110
3111 * subr.el (1value, lambda, key-substitution-in-progress):
3112 Doc fixes.
3113
3114 * autoinsert.el (auto-insert-alist):
3115 * ses.el (ses-call-printer):
3116 * subr.el (noreturn):
3117 * emacs-lisp/lisp.el (check-parens):
3118 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3119 * net/browse-url.el (browse-url-mosaic):
3120 * progmodes/cc-defs.el (c-safe-scan-lists):
3121 * progmodes/ebnf-abn.el (ebnf-abn-lex):
3122 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3123 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3124 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3125 * progmodes/ebnf-iso.el (ebnf-iso-lex):
3126 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3127
3128 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3129
3130 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3131
3132 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3133
3134 * calendar/appt.el (appt-make-list): Activate the package, if
3135 not already active (for backwards compatibility).
3136
3137 2005-06-20 Kim F. Storm <storm@cua.dk>
3138
3139 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
3140
3141 2005-06-20 Miles Bader <miles@gnu.org>
3142
3143 * faces.el (vertical-divider): New face.
3144
3145 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * simple.el (kill-whole-line): Doc fix.
3148 (next-error-buffer-p, next-error-find-buffer)
3149 (clone-indirect-buffer): Fix typos in docstrings.
3150 (comment-line-break-function): Doc fix: don't say variable
3151 is automatically buffer-local (it isn't).
3152
3153 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * net/tramp-ftp.el (top):
3156 * net/tramp-smb.el (top):
3157 * net/tramp-util.el (top):
3158 * net/tramp-uu.el (top):
3159 * net/tramp-vc.el (top):
3160 * net/tramp.el (top): Revert copyright years back to original
3161 ones. Tramp has a life outside GNU Emacs.
3162
3163 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
3164
3165 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3166
3167 2005-06-18 Juri Linkov <juri@jurta.org>
3168
3169 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3170 end of first regexp to limit the match to the position between
3171 line number and source line with same separator character as used
3172 between file name and line number. In the second regexp limit
3173 mouse-face area to file name and line number by adding new group
3174 for them and referring it in HYPERLINK arg.
3175 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3176 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3177 previous line where grep markers may be already removed.
3178
3179 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3180
3181 * progmodes/ps-mode.el: Update version and maintainer's email address.
3182
3183 2005-06-18 Steve Youngs <steve@xemacs.org>
3184
3185 * net/browse-url.el (browse-url-browser-function)
3186 (browse-url-default-browser): Add firefox.
3187 (browse-url-firefox-program, browse-url-firefox-arguments)
3188 (browse-url-firefox-startup-arguments)
3189 (browse-url-firefox-new-window-is-tab): New defcustoms.
3190 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3191
3192 2005-06-17 Richard M. Stallman <rms@gnu.org>
3193
3194 * startup.el (command-line): Warn if specified user name has
3195 no home directory.
3196
3197 * term.el (term-get-old-input, term-input-filter, term-input-sender)
3198 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3199
3200 * longlines.el (longlines-mode, longlines-show-hard-newlines):
3201 Doc fixes.
3202
3203 * faces.el (underline): Try bold if terminal doesn't support underline.
3204
3205 * mail/sendmail.el (mail-setup-with-from): New variable.
3206 (mail-insert-from-field): New function.
3207 (sendmail-send-it): Call it.
3208 (mail-setup): Optionally call it here.
3209
3210 * term/linux.el: Call tty-no-underline.
3211
3212 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3213
3214 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3215
3216 2005-06-17 Miles Bader <miles@gnu.org>
3217
3218 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3219 (ediff-current-diff-C, ediff-current-diff-Ancestor)
3220 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3221 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3222 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3223 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3224 Remove "-face" suffix from face names.
3225 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3226 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3227 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3228 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3229 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3230 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3231 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3232 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3233 New backward-compatibility aliases for renamed faces.
3234 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3235 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3236 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3237 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3238 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3239 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3240 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3241 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3242 Use renamed ediff faces.
3243
3244 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3245 Remove "-face" suffix from face names.
3246 (eshell-test-ok-face, eshell-test-failed-face):
3247 New backward-compatibility aliases for renamed faces.
3248 (eshell-run-test): Use renamed eshell-test faces.
3249
3250 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3251 face name.
3252 (eshell-prompt-face): New backward-compatibility alias for renamed
3253 face.
3254 (eshell-emit-prompt): Use renamed eshell-prompt face.
3255
3256 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3257 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3258 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3259 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3260 Remove "-face" suffix from face names.
3261 (eshell-ls-directory-face, eshell-ls-symlink-face)
3262 (eshell-ls-executable-face, eshell-ls-readonly-face)
3263 (eshell-ls-unreadable-face, eshell-ls-special-face)
3264 (eshell-ls-missing-face, eshell-ls-archive-face)
3265 (eshell-ls-backup-face, eshell-ls-product-face)
3266 (eshell-ls-clutter-face):
3267 New backward-compatibility aliases for renamed faces.
3268 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3269
3270 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3271 Remove "-face" suffix from face name.
3272 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3273 instead of literal face.
3274
3275 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * emacs-lisp/warnings.el (display-warning, lwarn)
3278 (warning-minimum-log-level): Doc fixes.
3279 (warning-minimum-level, warning-minimum-log-level):
3280 Add :debug to :type choices.
3281
3282 * progmodes/ada-mode.el (ada-format-paramlist)
3283 (ada-get-indent-case, ada-check-matching-start)
3284 (ada-check-defun-name, ada-goto-matching-decl-start)
3285 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3286 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3287 (ada-make-subprogram-body): Follow error conventions.
3288 (ada-case-exception-file, ada-indent-comment-as-code)
3289 (ada-indent-handle-comment-special, ada-indent-renames)
3290 (ada-indent-return, ada-search-directories-internal)
3291 (ada-tab-policy, ada-case-exception-substring)
3292 (ada-other-file-alist, ada-matching-start-re)
3293 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3294 (ada-imenu-generic-expression, ada-compile-goto-error)
3295 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3296 (ada-popup-menu, ada-add-extensions, ada-mode)
3297 (ada-region-selected, ada-create-case-exception)
3298 (ada-create-case-exception-substring, ada-after-keyword-p)
3299 (ada-activate-keys-for-case, ada-adjust-case-region)
3300 (ada-adjust-case-buffer, ada-format-paramlist)
3301 (ada-scan-paramlist, ada-insert-paramlist)
3302 (ada-indent-newline-indent)
3303 (ada-indent-newline-indent-conditional)
3304 (ada-justified-indent-current, ada-goto-previous-word)
3305 (ada-indent-current, ada-get-indent-open-paren)
3306 (ada-get-indent-paramlist, ada-get-indent-end)
3307 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3308 (ada-get-indent-block-start, ada-get-indent-subprog)
3309 (ada-get-indent-noindent, ada-get-indent-label)
3310 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3311 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3312 (ada-goto-stmt-end, ada-goto-next-word)
3313 (ada-check-matching-start, ada-check-defun-name)
3314 (ada-goto-matching-decl-start, ada-goto-matching-start)
3315 (ada-goto-matching-end, ada-search-ignore-string-comment)
3316 (ada-in-decl-p, ada-looking-at-semi-or)
3317 (ada-looking-at-semi-private, ada-in-paramlist-p)
3318 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3319 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3320 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3321 (ada-previous-package, ada-create-menu)
3322 (ada-fill-comment-paragraph-justify)
3323 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3324 (ada-other-file-name, ada-last-which-function-line)
3325 (ada-last-which-function-subprog, ada-which-function)
3326 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3327 (ada-gen-treat-proc, ada-check-emacs-version)
3328 (ada-continuation-indent, ada-align-region-separate):
3329 Fix typos in docstrings.
3330 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3331
3332 2005-06-16 Lute Kamstra <lute@gnu.org>
3333
3334 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3335 conditionally.
3336
3337 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * comint.el (comint-replace-by-expanded-filename)
3340 (comint-prompt-regexp, comint-delimiter-argument-list)
3341 (comint-preinput-scroll-to-bottom):
3342 * info.el (Info-hide-cookies-node):
3343 * ls-lisp.el (ls-lisp-classify):
3344 * find-file.el (ff-search-directories, ff-special-constructs)
3345 (ff-find-other-file):
3346 * font-lock.el (font-lock-keywords):
3347 * shell.el (shell-prompt-pattern)
3348 (shell-dynamic-complete-functions, shell-mode)
3349 (shell-delimiter-argument-list):
3350 * term.el (term-replace-by-expanded-filename)
3351 (term-prompt-regexp, term-delimiter-argument-list):
3352 * woman.el (woman-ignore, woman0-if):
3353 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3354 * emacs-lisp/elint.el (elint-init-env):
3355 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3356 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3357 * language/ethio-util.el (ethio-tilde-escape)
3358 (ethio-use-three-dot-question):
3359 * net/zone-mode.el (zone-mode-load-time-setup):
3360 * progmodes/cc-align.el (c-lineup-argcont):
3361 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3362 * progmodes/cperl-mode.el (cperl-set-style-back):
3363 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3364 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3365 Fix spellings in docstrings.
3366
3367 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3368 * progmodes/modula2.el (m2-for): Fix spellings.
3369
3370 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3371
3372 * simple.el (undo-more): Don't use `format' on `error' arguments.
3373 Improve argument/docstring consistency.
3374 (pending-undo-list): Doc fix.
3375
3376 * smerge-mode.el (smerge-ensure-match):
3377 * emulation/vip.el (vip-ex):
3378 * net/zone-mode.el (zone-mode-update-serial):
3379 * progmodes/idlwave.el (idlwave-complete):
3380 * progmodes/vhdl-mode.el (vhdl-visit-file)
3381 (vhdl-compose-wire-components):
3382 Don't use `format' on `error' arguments.
3383
3384 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3385 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3386 (tooltip-help-tips): Fix typos in docstrings.
3387
3388 2005-06-16 David Ponce <david@dponce.com>
3389
3390 * tree-widget.el (tree-widget-value-create): Simplify last change.
3391
3392 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3393
3394 * ido.el (ido-incomplete-regexp): New variable.
3395 (ido-set-matches-1): Handle invalid-regexp error and set
3396 ido-incomplete-regexp.
3397 (ido-incomplete-regexp): New face.
3398 (ido-completions): Use it.
3399 (ido-complete, ido-exit-minibuffer, ido-completions):
3400 Handle incomplete regexps.
3401 (ido-completions): Add check for complete match when entering a regexp.
3402
3403 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3406
3407 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3408
3409 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3410 by field delimiters.
3411
3412 2005-06-15 David Ponce <david@dponce.com>
3413
3414 * tree-widget.el: eval-and-compile inlined functions so they will
3415 be available at run-time too.
3416 (tree-widget-super-format-handler)
3417 (tree-widget-format-handler): Remove.
3418 (tree-widget-value-create): Handle the :indent property.
3419
3420 2005-06-15 Miles Bader <miles@gnu.org>
3421
3422 * progmodes/which-func.el (which-func): Only inherit
3423 `font-lock-function-name-face' when that makes sense against the
3424 default mode-line face, otherwise set the face color explicitly.
3425
3426 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3427 faces instead of (non-existent) variables.
3428
3429 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3432 (iswitchb-get-matched-buffers): Likewise. Simplify.
3433
3434 2005-06-14 Miles Bader <miles@gnu.org>
3435
3436 * progmodes/ld-script.el (ld-script-location-counter):
3437 Remove "-face" suffix from face name.
3438 (ld-script-location-counter-face):
3439 New backward-compatibility alias for renamed face.
3440 (ld-script-location-counter-face): Use renamed face.
3441
3442 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3443 (cperl-hash): Remove "-face" suffix from face names.
3444 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3445 New backward-compatibility aliases for renamed faces.
3446 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3447 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3448
3449 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3450 name.
3451 (which-func-face): New backward-compatibility alias for renamed face.
3452 (which-func-format): Use renamed which-func face.
3453
3454 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3455 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3456 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3457 names.
3458 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3459 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3460 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3461 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3462 (vhdl-speedbar-architecture-selected)
3463 (vhdl-speedbar-configuration-selected)
3464 (vhdl-speedbar-package-selected)
3465 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3466 names.
3467 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3468 Use renamed faces.
3469 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3470 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3471 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3472 Use renamed faces.
3473 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3474 names.
3475 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3476 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3477 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3478 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3479 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3480 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3481
3482 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3483 face name.
3484 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3485 (sh-heredoc-face): Use renamed sh-heredoc face.
3486
3487 * progmodes/idlw-help.el (idlwave-help-link):
3488 Remove "-face" suffix from face name.
3489 (idlwave-help-link-face):
3490 New backward-compatibility alias for renamed face.
3491 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3492
3493 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3494 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3495 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3496 New backward-compatibility aliases for renamed faces.
3497 (idlwave-shell-disabled-breakpoint-face)
3498 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3499
3500 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3501 Remove "-face" suffix from face names.
3502 (flymake-errline-face, flymake-warnline-face):
3503 New backward-compatibility aliases for renamed faces.
3504 (flymake-highlight-line): Use renamed flymake faces.
3505
3506 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3507 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3508 (ebrowse-member-class, ebrowse-progress):
3509 Remove "-face" suffix from face names.
3510 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3511 (ebrowse-file-name-face, ebrowse-default-face)
3512 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3513 (ebrowse-progress-face):
3514 New backward-compatibility aliases for renamed faces.
3515 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3516 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3517 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3518 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3519
3520 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3521 antlr-syntax)
3522 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3523 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3524 names.
3525 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3526 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3527 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3528 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3529 backward-compatibility aliases for renamed faces.
3530 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3531 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3532 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3533 remove "font-lock-". Use renamed antlr-mode faces.
3534 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3535 literal face-names with face variable references.
3536
3537 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3538 face name.
3539 (Buffer-menu-buffer-face): New backward-compatibility alias for
3540 renamed face.
3541 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3542
3543 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3544
3545 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3546 Eliminate "-face" suffix.
3547 (makefile-targets): Inherit from font-lock-function-name-face and
3548 eliminate "-face" suffix.
3549 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3550 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3551 actions, instead of prepending, to make it less visible.
3552 (makefile-previous-dependency, makefile-match-dependency):
3553 Don't match a target on a continuation line.
3554
3555 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3556
3557 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3558
3559 * progmodes/gdb-ui.el (menu): Re-order menu items.
3560 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3561
3562 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3563 Define in tooltip.el.
3564 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3565 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3566 gud-tooltip-echo-area.
3567
3568 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3569 backward compatibility and make obsolete.
3570 (tooltip-help-tips): Use tooltip-use-echo-area.
3571 (tooltip-show-help-function): Rename to...
3572 (tooltip-show-help): ...this, because it is a function.
3573 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3574
3575 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3576
3577 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3578 (edebug-print-length, edebug-print-level, edebug-print-circle)
3579 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3580 (edebug-eval-print-last-sexp): Doc fixes.
3581
3582 2005-06-14 Kim F. Storm <storm@cua.dk>
3583
3584 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3585 as the coverage buffer/file/both may change.
3586
3587 2005-06-14 Lute Kamstra <lute@gnu.org>
3588
3589 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3590 and run-mode-hooks. Simplify.
3591
3592 * mail/rmailedit.el (rmail-edit-mode):
3593 * progmodes/octave-inf.el (inferior-octave-mode):
3594 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3595
3596 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3597 and run-mode-hooks.
3598 (recentf-edit-list, recentf-open-files): Don't call
3599 kill-all-local-variables directly.
3600
3601 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3602
3603 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * emacs-lisp/byte-run.el (make-obsolete)
3606 (define-obsolete-function-alias): Rename arguments FUNCTION and
3607 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3608 (make-obsolete-variable, define-obsolete-variable-alias):
3609 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3610 respectively.
3611
3612 * isearchb.el (isearchb-activate):
3613 * pcvs.el (cvs-mode):
3614 * ses.el (ses-load):
3615 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3616 * net/tramp.el (tramp-find-file-exists-command)
3617 (tramp-find-shell):
3618 * progmodes/ada-mode.el (ada-create-case-exception)
3619 (ada-create-case-exception-substring, ada-make-subprogram-body):
3620 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3621 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3622 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3623 * textmodes/org.el (org-promote, org-evaluate-time-range)
3624 (org-agenda-next-date-line, org-agenda-previous-date-line)
3625 (org-agenda-error, org-open-at-point, org-table-move-row)
3626 (org-format-table-table-html-using-table-generate-source)
3627 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3628 * textmodes/reftex.el (reftex-access-scan-info):
3629 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3630 (reftex-toc-promote-prepare): Follow error conventions.
3631
3632 * diff-mode.el (diff-mode): Fix typo in docstring.
3633
3634 * forms.el (forms--intuit-from-file): Fix reference to
3635 `forms-number-of-fields' in error message.
3636 (forms-print): Fix quoting in error message.
3637
3638 * forms.el (forms-mode):
3639 * emulation/vi.el (vi-goto-insert-state):
3640 * progmodes/flymake.el (flymake-new-err-info)
3641 (flymake-start-syntax-check-for-current-buffer)
3642 (flymake-simple-cleanup):
3643 * eshell/esh-var.el (eshell/export):
3644 * progmodes/gud.el (xdb):
3645 * textmodes/flyspell.el (flyspell-incorrect-hook)
3646 (flyspell-maybe-correct-transposition)
3647 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3648
3649 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3650
3651 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3652 minibuffer prompt.
3653
3654 2005-06-13 Kim F. Storm <storm@cua.dk>
3655
3656 * subr.el (add-to-ordered-list): New defun.
3657
3658 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3659 add cua--keymap-alist to emulation-mode-map-alists.
3660
3661 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * subr.el (complete-in-turn): New macro.
3664 (dynamic-completion-table, lazy-completion-table): Add debug info.
3665
3666 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3667 in preference to face aliases.
3668
3669 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3670 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3671 Remove unused vars `start' and `firstline'.
3672 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3673 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3674
3675 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3676
3677 * cus-start.el (all): Don't complain about missing GTK-related
3678 variables, unless either `gtk' is boundp or this isn't a
3679 `windows-nt' build.
3680
3681 2005-06-13 Lute Kamstra <lute@gnu.org>
3682
3683 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3684 run-mode-hooks.
3685
3686 * ediff-mult.el (ediff-meta-mode):
3687 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3688
3689 * ledit.el (ledit-mode): Use delay-mode-hooks.
3690
3691 * woman.el (woman-mode-line-format): Delete constant.
3692 (woman-mode-map): Initialize it properly.
3693 (woman-mode): Set mode-class property to special.
3694 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3695 Set major-mode and mode-name. Don't set mode-line-format directly.
3696 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3697
3698 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3699 string argument obsolete.
3700
3701 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3702
3703 * textmodes/org.el (org-CUA-compatible): New option.
3704 (org-disputed-keys): New variable.
3705 (org-key): New function.
3706 (orgtbl-make-binding): Add docstring to the created function.
3707 (org-mode): Set paragraph start/separate regexps.
3708 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3709 (org-archive-location, org-archive-mark-done)
3710 (org-archive-stamp-time): New options.
3711 (org-archive-subtree): New command.
3712 (org-fill-paragraph): New function.
3713 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3714 (org-fake-empty-table-line): Function removed.
3715 (org-format-org-table-html): Do not create empty table lines at
3716 separator lines. Improved table header treatment.
3717 (org-link-format): New option.
3718 (org-make-link): New function.
3719 (org-insert-link, org-store-link): Use org-make-link.
3720 (org-open-file): Quote file name for shell command, to allow
3721 spaces in file names.
3722 (org-link-regexp): Fix bug with mailto link.
3723 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3724 New constants.
3725 (org-export-as-html): Deal with the optional angles around a link.
3726 Better treatment of file: links.
3727 (org-open-at-point): Replace @{ and @} with < and >.
3728 (org-run-mode-hooks): Function removed.
3729 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3730
3731 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3732
3733 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3734 MI command -data-list-register-values.
3735 (gdb-post-prompt): Indent properly.
3736
3737 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * hilit-chg.el (highlight-changes-colors): Rename from
3740 `highlight-changes-colours'.
3741 (highlight-changes-colours): Keep as obsolete alias.
3742 (highlight-changes-face-list): Doc fix.
3743 (hilit-chg-make-list): Use `highlight-changes-colors'.
3744
3745 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3746
3747 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3748 defun-prompt-regexp.
3749
3750 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3751
3752 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3753 and cygwin.
3754
3755 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3756 Don't use an old loaddefs.el, as in Makefile.in.
3757
3758 2005-06-12 Lute Kamstra <lute@gnu.org>
3759
3760 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3761
3762 * man.el (Man-mode-map): Initialize it properly.
3763 (Man-mode): Set mode-class property to special.
3764
3765 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3766
3767 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3770 A newline is needed in the docstring there.
3771
3772 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3773 Doc fixes.
3774
3775 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3776
3777 * printing.el: Doc fix. The menubar is no more changed when printing
3778 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3779 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3780 (pr-version): New version number (6.8.4).
3781 (pr-menu-bind): New command.
3782 (pr-update-menus): Docstring and code fix.
3783 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3784 Docstring fix.
3785 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3786 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3787
3788 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3789
3790 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3791 "Returns" to "return", document useful return values, etc.
3792
3793 2005-06-11 Alan Mackenzie <acm@muc.de>
3794
3795 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3796 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3797 (adaptive-file-function): Minor amendment to doc-string.
3798
3799 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3800
3801 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3802 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3803 Fix :type--it is `integer', not `string'.
3804
3805 * faces.el (modeline-highlight): Rename from (the erroneous)
3806 `modeline-higilight'.
3807
3808 2005-06-11 Lute Kamstra <lute@gnu.org>
3809
3810 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3811 lisp-interaction-mode-map but make it the parent.
3812 (edebug-eval-mode): Use define-derived-mode.
3813
3814 2005-06-11 Andreas Schwab <schwab@suse.de>
3815
3816 * bindings.el: Add binding of `ESC functionkey' for every
3817 `M-functionkey'.
3818 * hexl.el (hexl-mode-map): Likewise.
3819
3820 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3821
3822 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3823 [msft]: update regexp for newer msft compilers.
3824
3825 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3826
3827 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3828 ATTLIST portions of included DTDs.
3829 (xml-parse-dtd): Eliminate use of inefficient match-data.
3830
3831 2005-06-10 Miles Bader <miles@gnu.org>
3832
3833 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3834 (mpuz-text): Remove "-face" suffix from face names.
3835 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3836 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3837 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3838
3839 * play/gomoku.el (gomoku-O, gomoku-X):
3840 Remove "-face" suffix from face names.
3841 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3842 New backward-compatibility aliases for renamed faces.
3843 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3844
3845 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * thumbs.el: Fixes for changes of 2005-06-09.
3848 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3849 as a directory.
3850 (thumbs-thumbname): Remove directory separator from format string;
3851 `thumbs-thumbsdir' now returns a valid directory name.
3852 (thumbs-temp-dir): New defsubst.
3853 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3854 Use it.
3855
3856 * cus-edit.el (minibuffer):
3857 * files.el (make-backup-file-name-function):
3858 * filesets.el (filesets-external-viewers):
3859 * hilit-chg.el (highlight-changes-colours)
3860 (highlight-changes-face-list, highlight-changes-rotate-faces):
3861 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3862 * kmacro.el (kmacro-call-macro):
3863 * log-edit.el (log-edit-changelog-full-paragraphs):
3864 * mouse.el (mouse-1-click-follows-link):
3865 * skeleton.el (skeleton-autowrap):
3866 * subr.el (insert-for-yank-1):
3867 * tempo.el (tempo-insert-region):
3868 * terminal.el (terminal-emulator):
3869 * time.el (display-time-mail-face):
3870 * vc.el (vc-annotate):
3871 * vcursor.el (vcursor-copy-line):
3872 * woman.el (woman-bold-headings, woman-ignore)
3873 (woman-default-faces, woman-monochrome-faces):
3874 * calendar/todo-mode.el (todo-insert-threshold):
3875 * emulation/pc-select.el (pc-select-selection-keys-only)
3876 (pc-selection-mode):
3877 * emulation/vip.el (vip-find-char-forward):
3878 * emulation/viper-cmd.el (viper-find-char-forward):
3879 * international/mule-cmds.el
3880 (select-safe-coding-system-accept-default-p)
3881 (input-method-exit-on-invalid-key):
3882 * international/mule-diag.el (describe-coding-system):
3883 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3884 * net/browse-url.el (browse-url-xterm-program):
3885 * obsolete/lazy-lock.el (lazy-lock-mode):
3886 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3887 (cperl-mode):
3888 * progmodes/cpp.el (cpp-face-light-name-list)
3889 (cpp-face-dark-name-list):
3890 * progmodes/delphi.el (delphi-newline-always-indents):
3891 Fix spellings in docstrings.
3892
3893 * ido.el (ido-mode, ido-file-extensions-order)
3894 (ido-default-file-method, ido-default-buffer-method)
3895 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3896 (ido-decorations, ido-read-file-name-as-directory-commands)
3897 (ido-read-file-name-non-ido, ido-work-directory-list)
3898 (ido-ignore-item-temp-list, ido-current-directory)
3899 (ido-magic-forward-char, ido-enter-find-file)
3900 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3901 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3902
3903 2005-06-10 Lute Kamstra <lute@gnu.org>
3904
3905 * play/dunnet.el (dun-mode): Use define-derived-mode.
3906 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3907 obsolete alias.
3908
3909 * play/doctor.el (doctor-mode-map): Remove defvar.
3910 (doctor-mode): Use define-derived-mode.
3911
3912 * mail/mspools.el (mspools-mode):
3913 * net/eudc-hotlist.el (eudc-hotlist-mode):
3914 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3915
3916 2005-06-10 Miles Bader <miles@gnu.org>
3917
3918 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3919 Remove "-face" suffix from face names.
3920 (flyspell-incorrect-face, flyspell-duplicate-face):
3921 New backward-compatibility aliases for renamed faces.
3922 (flyspell-mode-on, make-flyspell-overlay)
3923 (flyspell-highlight-incorrect-region)
3924 (flyspell-highlight-duplicate-region)
3925 (flyspell-display-next-corrections)
3926 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3927
3928 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3929 from face name.
3930 (texinfo-heading-face): New backward-compatibility alias for
3931 renamed face.
3932 (texinfo-heading-face): Use renamed texinfo-heading face.
3933
3934 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3935 suffix from face names.
3936 (tex-math-face, tex-verbatim-face):
3937 New backward-compatibility aliases for renamed faces.
3938 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3939 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3940 literal face name.
3941
3942 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3943 name.
3944 (table-cell-face): New backward-compatibility alias for renamed face.
3945 (table--put-cell-face-property, table--update-cell-face):
3946 Use renamed table-cell face.
3947
3948 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3949 from face name.
3950 (sgml-namespace-face): New backward-compatibility alias for
3951 renamed face.
3952 (sgml-namespace-face): Use renamed sgml-namespace face.
3953
3954 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3955 (org-level-4, org-level-5, org-level-6, org-level-7)
3956 (org-level-8, org-warning, org-headline-done)
3957 (org-deadline-announce, org-scheduled-today)
3958 (org-scheduled-previously, org-link, org-done, org-table)
3959 (org-time-grid): Remove "-face" suffix from face names.
3960 (org-level-1-face, org-level-2-face, org-level-3-face)
3961 (org-level-4-face, org-level-5-face, org-level-6-face)
3962 (org-level-7-face, org-level-8-face, org-warning-face)
3963 (org-headline-done-face, org-deadline-announce-face)
3964 (org-scheduled-today-face, org-scheduled-previously-face)
3965 (org-link-face, org-done-face, org-table-face)
3966 (org-time-grid-face):
3967 New backward-compatibility aliases for renamed faces.
3968 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3969 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3970 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3971 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3972
3973 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3974 (viper-minibuffer-emacs, viper-minibuffer-insert)
3975 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3976 (viper-search-face, viper-replace-overlay-face)
3977 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3978 (viper-minibuffer-vi-face):
3979 New backward-compatibility aliases for renamed faces.
3980 (viper-search-face, viper-replace-overlay-face)
3981 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3982 (viper-minibuffer-vi-face): Use renamed viper faces.
3983
3984 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3985 Remove "-face" suffix from face names.
3986 (testcover-nohits-face, testcover-1value-face):
3987 New backward-compatibility aliases for renamed faces.
3988 (testcover-mark): Use renamed testcover faces.
3989
3990 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3991 face name.
3992 (diary-button-face): New backward-compatibility alias for renamed face.
3993 (diary-entry): Use renamed diary-button face.
3994
3995 * calendar/calendar.el (diary, calendar-today, holiday)
3996 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3997 (diary-face, calendar-today-face, holiday-face):
3998 New backward-compatibility aliases for renamed faces.
3999 (eval-after-load "facemenu", diary-entry-marker)
4000 (calendar-today-marker, calendar-holiday-marker, diary-face):
4001 Use renamed calendar faces.
4002
4003 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
4004 (compare-windows-face): New backward-compatibility alias for
4005 renamed face.
4006 (compare-windows-highlight): Use renamed compare-windows face.
4007
4008 * strokes.el (strokes-char): Remove "-face" suffix from face name.
4009 (strokes-char-face): New backward-compatibility alias for renamed face.
4010 (strokes-encode-buffer): Use renamed strokes-char face.
4011
4012 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4013 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4014 Remove "-face" suffix from face names.
4015 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4016 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4017 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
4018 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
4019 Use renamed pcvs faces.
4020 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4021 * pcvs-defs.el (cvs-mode-map): Likewise.
4022 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
4023
4024 * info.el (info-title-1, info-title-2, info-title-3)
4025 (info-title-4): Remove "-face" suffix from and downcase face names.
4026 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4027 (Info-title-4-face):
4028 New backward-compatibility aliases for renamed faces.
4029 (Info-fontify-node): Use renamed info faces.
4030
4031 * hilit-chg.el (highlight-changes, highlight-changes-delete):
4032 Remove "-face" suffix from face names.
4033 (highlight-changes-face, highlight-changes-delete-face):
4034 New backward-compatibility aliases for renamed faces.
4035 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4036 (hilit-chg-make-list): Use renamed highlight-changes faces.
4037
4038 * generic-x.el (show-tabs-tab, show-tabs-space):
4039 Remove "-face" suffix from face names.
4040 (show-tabs-tab-face, show-tabs-space-face):
4041 New backward-compatibility aliases for renamed faces.
4042 (show-tabs-generic-mode-font-lock-defaults-1)
4043 (show-tabs-generic-mode-font-lock-defaults-2):
4044 Use renamed show-tabs faces.
4045
4046 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4047 (smerge-markers): Remove "-face" suffix from face names.
4048 (smerge-mine-face, smerge-other-face, smerge-base-face)
4049 (smerge-markers-face):
4050 New backward-compatibility aliases for renamed faces.
4051 (smerge-mine-face, smerge-other-face, smerge-base-face)
4052 (smerge-markers-face): Use renamed smerge faces.
4053
4054 * log-view.el (log-view-file, log-view-message): Remove "-face"
4055 suffix from face names.
4056 (log-view-file-face, log-view-message-face): New
4057 backward-compatibility aliases for renamed faces.
4058 (log-view-file-face, log-view-message-face): Use renamed log-view
4059 faces.
4060
4061 * paren.el (show-paren-match, show-paren-mismatch):
4062 Remove "-face" suffix from face names.
4063 (show-paren-match-face, show-paren-mismatch-face):
4064 New backward-compatibility aliases for renamed faces.
4065 (show-paren-function): Use renamed show-paren faces.
4066
4067 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4068 (ruler-mode-margins, ruler-mode-fringes)
4069 (ruler-mode-column-number, ruler-mode-fill-column)
4070 (ruler-mode-comment-column, ruler-mode-goal-column)
4071 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4072 suffix from face names.
4073 (ruler-mode-default-face, ruler-mode-pad-face)
4074 (ruler-mode-margins-face, ruler-mode-fringes-face)
4075 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4076 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
4077 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4078 backward-compatibility aliases for renamed faces.
4079 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4080 (ruler-mode-column-number, ruler-mode-fill-column)
4081 (ruler-mode-comment-column, ruler-mode-goal-column)
4082 (ruler-mode-tab-stop, ruler-mode-current-column)
4083 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4084 faces.
4085
4086 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4087 face name.
4088 (whitespace-highlight-the-space): Use renamed face.
4089 (whitespace-highlight-face): New backward-compatibility alias for
4090 renamed face.
4091
4092 * woman.el (woman-italic, woman-bold, woman-unknown)
4093 (woman-addition, woman-symbol-face):
4094 Remove "-face" suffix from face names.
4095 (woman-italic-face, woman-bold-face, woman-unknown-face)
4096 (woman-addition-face):
4097 New backward-compatibility aliases for renamed faces.
4098 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4099 (woman-decode-region, woman-replace-match)
4100 (woman-display-extended-fonts, woman-special-characters)
4101 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4102 Use renamed woman faces.
4103
4104 * longlines.el (longlines-visible-face): Face removed.
4105
4106 * diff-mode.el (diff-header, diff-file-header, diff-index)
4107 (diff-hunk-header, diff-removed, diff-added, diff-changed)
4108 (diff-function, diff-context, diff-nonexistent): Remove "-face"
4109 suffix from face names.
4110 (diff-header-face, diff-file-header-face, diff-index-face)
4111 (diff-hunk-header-face, diff-removed-face, diff-added-face)
4112 (diff-changed-face, diff-function-face, diff-context-face)
4113 (diff-nonexistent-face): New backward-compatibility aliases for
4114 renamed faces.
4115 (diff-header-face, diff-file-header-face)
4116 (diff-index, diff-index-face, diff-hunk-header)
4117 (diff-hunk-header-face, diff-removed, diff-removed-face)
4118 (diff-added, diff-added-face, diff-changed-face, diff-function)
4119 (diff-function-face, diff-context-face, diff-nonexistent)
4120 (diff-nonexistent-face): Use renamed diff-mode faces.
4121
4122 * progmodes/compile.el (compilation-warning-face)
4123 (compilation-info-face): Remove "-face" suffix from face names.
4124 (compilation-warning-face, compilation-info-face):
4125 New backward-compatibility aliases for renamed faces.
4126 (compilation-warning-face, compilation-info-face):
4127 Use renamed compilation faces.
4128
4129 * add-log.el (change-log-date, change-log-name)
4130 (change-log-email, change-log-file, change-log-list)
4131 (change-log-conditionals, change-log-function)
4132 (change-log-acknowledgement): Remove "-face" suffix from face names.
4133 (change-log-date-face, change-log-name-face)
4134 (change-log-email-face, change-log-file-face)
4135 (change-log-list-face, change-log-conditionals-face)
4136 (change-log-function-face, change-log-acknowledgement-face):
4137 New backward-compatibility aliases for renamed faces.
4138 (change-log-font-lock-keywords): Use renamed change-log faces.
4139
4140 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4141 (custom-set, custom-changed, custom-saved, custom-button)
4142 (custom-button-pressed, custom-documentation, custom-state)
4143 (custom-comment, custom-comment-tag, custom-variable-tag)
4144 (custom-variable-button, custom-face-tag, custom-group-tag-1)
4145 (custom-group-tag): Remove "-face" suffix from face names.
4146 (custom-magic-alist, custom-magic-value-create)
4147 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4148 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4149 (custom-set-face, custom-changed-face, custom-saved-face)
4150 (custom-button-face, custom-button-pressed-face)
4151 (custom-documentation-face, custom-state-face)
4152 (custom-comment-face, custom-comment-tag-face)
4153 (custom-variable-tag-face, custom-variable-button-face)
4154 (custom-face-tag-face, custom-group-tag-face-1)
4155 (custom-group-tag-face):
4156 New backward-compatibility aliases for renamed faces.
4157
4158 * wid-edit.el (widget-documentation, widget-button)
4159 (widget-field, widget-single-line-field, widget-inactive)
4160 (widget-button-pressed): "-face" suffix removed from face names.
4161 (widget-documentation-face, widget-button-face)
4162 (widget-field-face, widget-single-line-field-face)
4163 (widget-inactive-face, widget-button-pressed-face):
4164 New backward-compatibility aliases for renamed faces.
4165 (widget-documentation-face, widget-button-face)
4166 (widget-button-pressed-face, widget-specify-field)
4167 (widget-specify-inactive): Use renamed widget faces.
4168
4169 2005-06-10 Kenichi Handa <handa@m17n.org>
4170
4171 * term/x-win.el (x-clipboard-yank): Remove condition-case
4172 wrapping.
4173
4174 2005-06-11 Kenichi Handa <handa@m17n.org>
4175
4176 * add-log.el (change-log-font-lock-keywords): Make the regexp for
4177 date lines stricter.
4178
4179 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
4180
4181 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4182 of x-get-selection.
4183
4184 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * comint.el (comint-mode, comint-snapshot-last-prompt):
4187 * frame.el (frame-current-scroll-bars):
4188 * term.el (term-mode, term-check-proc, term-input-sender)
4189 (term-simple-send, term-extract-string, term-word)
4190 (term-match-partial-filename):
4191 * window.el (window-current-scroll-bars):
4192 * emulation/cua-base.el (cua-normal-cursor-color)
4193 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4194 (cua-global-mark-cursor-color):
4195 * mail/undigest.el (rmail-forward-separator-regex):
4196 Fix typos in docstrings.
4197
4198 * comint.el (comint-check-proc, make-comint-in-buffer)
4199 (comint-source-default): Doc fixes.
4200
4201 * term.el (term-send-string): Improve argument/docstring
4202 consistency.
4203
4204 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
4205
4206 * comint.el (comint-send-input): Bind `inhibit-read-only' around
4207 call to `delete-region'.
4208 (comint-mode-hook): Do not enable Font Lock by default.
4209
4210 2005-06-09 Lute Kamstra <lute@gnu.org>
4211
4212 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4213 could be void.
4214
4215 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4218 (debug): Use it.
4219 (debugger-step-through, debugger-continue, debugger-jump)
4220 (debugger-return-value): Set it when needed.
4221 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4222 Use inhibit-read-only.
4223
4224 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * window.el (shrink-window-if-larger-than-buffer)
4227 (window-size-fixed): Fix typo in docstring.
4228
4229 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4230 thumbnails directory on loading.
4231 (thumbs-conversion-program): Use `eq' to check the system type,
4232 not `equal'.
4233 (thumbs-temp-dir): Initialize to `temporary-file-directory',
4234 not "/tmp". Fix docstring.
4235 (thumbs-thumbsdir): New function to return the thumbnails
4236 directory, creating it if needed.
4237 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4238 (thumbs-temp-file): Delete variable and make it into a function.
4239 (thumbs-resize-image, thumbs-modify-image): Use it.
4240 (thumbs-kill-buffer): Simplify.
4241 (thumbs-gensym): Defalias or duplicate CL `gensym'.
4242 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4243 docstrings.
4244
4245 2005-06-09 Kim F. Storm <storm@cua.dk>
4246
4247 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4248 set-match-data to free markers in match-data.
4249
4250 * replace.el (replace-match-data): Pass RESEAT arg `t' to
4251 match-data to unchain markers in match-data.
4252
4253 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4256 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
4257 unnecessary now.
4258
4259 2005-06-08 Richard M. Stallman <rms@gnu.org>
4260
4261 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4262 give the variable a doc string that doesn't say don't set it directly.
4263
4264 * textmodes/ispell.el (ispell-check-version):
4265 Use match-string-no-properties.
4266 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4267 (ispell-buffer-local-words): Likewise.
4268
4269 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4270 except on terminals with enough colors to really display it.
4271 (makefile-dependency-regex): Delete spurious `bb'.
4272
4273 * faces.el (escape-glyph): Use blue once again in last case.
4274 (no-break-space): Redefine so that it isn't invisible on a tty.
4275
4276 2005-06-08 Kim F. Storm <storm@cua.dk>
4277
4278 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4279 also when reading directory name.
4280
4281 2005-06-08 Lute Kamstra <lute@gnu.org>
4282
4283 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4284 (flyspell-mode-line-string): Remove autoload cookie.
4285 (flyspell-mode): Remove defvar.
4286
4287 2005-06-07 Lute Kamstra <lute@gnu.org>
4288
4289 * textmodes/org.el (org-run-mode-hooks): New function.
4290 (org-agenda-mode): Use it.
4291
4292 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
4293
4294 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4295
4296 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4299
4300 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4301
4302 * font-lock.el (font-lock-add-keywords): Doc fix.
4303
4304 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4307 (tex-compile-default): In the absence of any history, use the order in
4308 tex-compile-alist to choose the preferred command.
4309 (tex-compile-commands): Reorder a bit.
4310
4311 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4312 (flyspell-incorrect-face, flyspell-duplicate-face):
4313 Use (X)Emacs-agnostic code.
4314 (flyspell-mode-map): Don't overwrite at each load. Remove code
4315 redundant with the subsequent add-minor-mode. Merge Emacs and
4316 XEmacs code.
4317 (flyspell-word): Minor simplification.
4318 (flyspell-math-tex-command-p): Quieten the byte-compiler.
4319 (flyspell-external-point-words): Remove unused vars `size' and
4320 `start'.
4321 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4322 the corresponding Emacs code.
4323 (flyspell-correct-word, flyspell-xemacs-popup): Use
4324 flyspell-do-correct.
4325
4326 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4327 a dedicated window.
4328
4329 * international/latexenc.el (latexenc-find-file-coding-system):
4330 Undo part of last patch, to turn off a compiler warning.
4331
4332 2005-06-06 Juri Linkov <juri@jurta.org>
4333
4334 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4335 Rename `tmm-inactive-face' to `tmm-inactive'.
4336
4337 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4338
4339 * iswitchb.el: Rename faces.
4340
4341 2005-06-06 Kim F. Storm <storm@cua.dk>
4342
4343 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4344 (cua-global-mark): Remove -face suffix from face names.
4345
4346 * emulation/cua-gmrk.el (cua--init-global-mark):
4347 Remove cua-global-mark face setup.
4348
4349 2005-06-06 Richard M. Stallman <rms@gnu.org>
4350
4351 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4352 just like other allowed characters.
4353 (makefile-match-dependency): Exclude leading and training whitespace
4354 from the range of regexp subexp 1.
4355 (makefile-macroassign-regex): Don't try to match the body,
4356 just the name of the macro being defined.
4357
4358 * info.el (Info-read-node-name-2): New function.
4359 (Info-read-node-name-1): Use that.
4360 Add a completion-base-size-function property.
4361
4362 * simple.el (completion-setup-function): Look for
4363 completion-base-size-function property of
4364 minibuffer-completion-table.
4365
4366 * files.el (locate-file-completion): Doc fix.
4367
4368 * printing.el: Don't call pr-update-menus; user must do that.
4369
4370 * emacs-lisp/debug.el (debugger-window): New variable.
4371 (debug): Use debugger-window if it is set and still alive.
4372 Record debugger-window for next entry.
4373
4374 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4375
4376 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
4377
4378 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4379 (hack-one-local-variable, hack-local-variables)
4380 (hack-local-variables-prop-line): Pass that arg.
4381
4382 2005-06-06 Kim F. Storm <storm@cua.dk>
4383
4384 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4385 (ido-indicator): Remove -face suffix from face names.
4386
4387 2005-06-06 Juri Linkov <juri@jurta.org>
4388
4389 * font-lock.el (font-lock-regexp-backslash)
4390 (font-lock-regexp-backslash-construct): New faces.
4391 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4392 after `('. Add `while-no-input' to control structures.
4393
4394 * faces.el (no-break-space, shadow): New faces.
4395 (escape-glyph): Use less loud colors pink2 and red4.
4396
4397 * diff-mode.el (diff-context-face)
4398 * dired.el (dired-ignored)
4399 * rfn-eshadow.el (file-name-shadow)
4400 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4401
4402 * info.el (Info-title-1-face): Use green instead of yellow because
4403 bold yellow is not readable on light backgrounds.
4404
4405 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4406 before selecting the desired mode to not spend time fontifying
4407 old contents.
4408
4409 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4412 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4413
4414 * ps-print.el (ps-default-fg, ps-default-bg):
4415 Fix typos in docstrings.
4416
4417 * isearchb.el (isearchb): Don't pass a spurious second argument to
4418 `iswitchb-completions'.
4419
4420 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
4421
4422 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4423 to preserve point.
4424 (gdb-find-file-hook): Add doc string.
4425
4426 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4427 C dereferenced pointer expression.
4428 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
4429
4430 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4431
4432 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4433 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4434 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4435 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4436 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4437 Make background transparent.
4438
4439 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4440
4441 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4442 (font-lock-remove-keywords): Doc fix.
4443 (font-lock-mode-major-mode): Compiler defvar.
4444 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4445
4446 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4447 (font-lock-mode): Update `font-lock-mode-major-mode'.
4448 (font-lock-set-defaults): Compiler defvar.
4449 (font-lock-default-function): Take `font-lock-mode-major-mode'
4450 into account.
4451
4452 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4453 keep track of which major mode it enabled the minor mode for.
4454 Use find-file-hook again. Update docstring.
4455
4456 * simple.el (eval-expression-print-level)
4457 (eval-expression-print-length, eval-expression-debug-on-error):
4458 Doc fixes.
4459
4460 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4461
4462 * iswitchb.el (iswitchb-single-match-face)
4463 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4464 (iswitchb-invalid-regexp-face): New faces.
4465 (iswitchb-completions): Use them.
4466 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4467 now marked as an obsolete alias.
4468 (iswitchb-read-buffer): Remove check for bound font variables.
4469 (iswitchb-invalid-regexp): New free variable.
4470 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4471 set iswitchb-invalid-regexp.
4472 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4473 invalid regexps.
4474 (iswitchb-completions): Add check for complete match when entering
4475 a regexp.
4476 (iswitchb-completions): Remove require-match argument.
4477 (iswitchb-exhibit): Fix caller.
4478 (iswitchb-common-match-inserted): New variable.
4479 (iswitchb-complete, iswitchb-completion-help): Use it.
4480
4481 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4482
4483 * url-http.el (url-http-chunked-encoding-after-change-function):
4484 Use `url-http-debug' instead of `message'.
4485
4486 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4487
4488 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4489 callback argument.
4490
4491 2005-06-04 Kim F. Storm <storm@cua.dk>
4492
4493 * simple.el (line-move): Only call sit-for when moving backwards.
4494
4495 * ido.el (ido-make-merged-file-list-1): New defun split from
4496 ido-make-merged-file-list.
4497 (ido-make-merged-file-list): Bind throw-on-input around call to
4498 ido-make-merged-file-list-1. Return input-pending-p if
4499 interrupted by more input available.
4500 (ido-read-internal): Handle input-pending-p return value from
4501 ido-make-merged-file-list.
4502
4503 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4506 compatibility code.
4507
4508 * international/latexenc.el (latexenc-find-file-coding-system):
4509 Don't inherit the EOL part of the coding-system from the
4510 tex-main buffer. Fit within 80 columns.
4511
4512 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4513
4514 * tmm.el (tmm-inactive-face): New face.
4515 (tmm-remove-inactive-mouse-face): New function.
4516 (tmm-prompt, tmm-add-one-shortcut)
4517 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4518 but not selectable.
4519
4520 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * faces.el (face-equal): Improve argument/docstring consistency.
4523
4524 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4525
4526 * progmodes/make-mode.el (makefile-targets-face)
4527 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4528 (makefile-bsdmake-dependency-regex)
4529 (makefile-makepp-rule-action-regex)
4530 (makefile-bsdmake-rule-action-regex): New constants.
4531 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4532
4533 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4534 Allow (...) within `...' for makepp messages.
4535
4536 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
4537
4538 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4539
4540 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4541 "." files are deleted from all file lists before comparison.
4542
4543 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4544 (viper-ESC-key): Made them customizable.
4545
4546 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4547
4548 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4549
4550 * autorevert.el (auto-revert-buffers): Use save-match-data.
4551
4552 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4555 menu items with a nil command binding.
4556
4557 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * emacs-lisp/cl-macs.el (defsetf):
4560 Improve argument/docstring consistency.
4561
4562 * faces.el (list-faces-display): Improve the formatting by
4563 computing the maximum length required for any face-name (reworked
4564 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4565 (internal-find-face): Remove redundant info in docstring.
4566
4567 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4568
4569 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4570 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4571 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4572 (gdb-assembler-custom): Improve regexps.
4573 (def-gdb-auto-update-handler): Use window point to preserve point.
4574
4575 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4578
4579 2005-05-31 Jay Belanger <belanger@truman.edu>
4580
4581 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4582 to calc-embedded.
4583 (calc-embedded-make-info): Have plain prefix argument select
4584 entire line.
4585
4586 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * faces.el (list-faces-display): Signal error if passed a regexp
4589 that matches no face name.
4590
4591 * simple.el (filter-buffer-substring): Fix typo in docstring.
4592
4593 2005-05-31 Richard M. Stallman <rms@gnu.org>
4594
4595 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4596 (vhdl-emacs-21): Doc fix.
4597 (vhdl-mode): Unconditionally set comment-padding.
4598 (vhdl-fixup-whitespace-region): Insert spaces only where
4599 there are none.
4600 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4601
4602 2005-05-30 John Wiegley <johnw@newartisans.com>
4603
4604 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4605 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4606 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4607 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4608 `string-to-number'.
4609
4610 2005-05-30 Jay Belanger <belanger@truman.edu>
4611
4612 * calc/calc.el (calc-bug-address): Fix docstring.
4613 (calc-window-hook, calc-trail-window-hook): New variables.
4614 (calc-trail-display): Restore use of calc-trail-window-hook.
4615 (calc): Restore use of calc-window-hook.
4616
4617 2005-05-31 Masatake YAMATO <jet@gyve.org>
4618
4619 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4620
4621 * help-fns.el (help-C-file-name): Add autoload mark for
4622 `find-function-noselect'.
4623
4624 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4627 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4628
4629 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4630
4631 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4632 included diary buffer if it was not already being visited.
4633 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4634
4635 * calendar/icalendar.el (top-level): Do not require 'appt.
4636
4637 * mail/supercite.el (sc-select-attribution): Only use a list
4638 element from sc-attrib-selection-list if it returns a string.
4639 Reported by Davide G. M. Salvetti <salve@debian.org>.
4640
4641 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4642
4643 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4644 includes a hash value to improve its uniqueness, and has a ".jpg"
4645 extension. Also, it is now a valid filename on all systems.
4646 (thumbs-make-thumb): Use `let', not `let*'.
4647 (thumbs-show-thumbs-list): Check for JPEG availability.
4648
4649 2005-05-30 Richard M. Stallman <rms@gnu.org>
4650
4651 * filesets.el (filesets-menu-ensure-use-cached):
4652 Prevent warning when emacs-version>= is undefined.
4653
4654 * printing.el (pr-interactive-n-up): Use string-to-number.
4655
4656 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4657
4658 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4659 Warn only when name to be defined is quoted.
4660
4661 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4662
4663 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4664 Make regexp more robust.
4665 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4666 Force regeneration of disassembly.
4667
4668 2005-05-29 Jay Belanger <belanger@truman.edu>
4669
4670 * calc/calc.el (calc-user-invocation): Check if
4671 calc-invocation-macro is non-nil.
4672
4673 2005-05-29 Juri Linkov <juri@jurta.org>
4674
4675 * add-log.el (change-log-font-lock-keywords):
4676 Add `+' to e-mail regexp to accept mail address with keywords.
4677
4678 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4679
4680 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4681
4682 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4683
4684 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4685
4686 2005-05-29 Richard M. Stallman <rms@gnu.org>
4687
4688 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4689 Undo the change that moves to end of the current word.
4690
4691 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4692
4693 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4694 Throw error when count <= 0 to ensure input is a number.
4695 (gdb-read-memory-custom): Pick up address from buffer.
4696 (gdb-memory-mode): Allow user to increment and decrement
4697 memory address from header line.
4698
4699 2005-05-29 Richard M. Stallman <rms@gnu.org>
4700
4701 * flyspell.el (flyspell-version): Function deleted.
4702 (flyspell-auto-correct-previous-hook): Doc fix.
4703
4704 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4705 Do nothing if memory is full.
4706
4707 * font-lock.el (font-lock-fontify-syntactically-region):
4708 Pass t for GREEDY to looking-back.
4709
4710 * saveplace.el (save-place-alist-to-file): Write the file
4711 using write-region.
4712
4713 * subr.el (looking-back): New argument GREEDY.
4714
4715 * progmodes/compile.el (compilation-start): Set the mode
4716 before inserting the initial text.
4717
4718 * progmodes/which-func.el (which-func-update-1): Turn the mode
4719 off in case of error by setting which-func-mode.
4720
4721 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4722
4723 * flyspell.el (flyspell-auto-correct-previous-word):
4724 Narrow down to what's on the screen, and recenter overlays
4725 at the end of the next word.
4726
4727 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4728
4729 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4730 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4731 (flyspell-abbrev-p): Default to nil.
4732 (flyspell-use-global-abbrev-table-p): Doc fix.
4733 (flyspell-large-region): Allow nil as value.
4734 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4735
4736 (mail-mode-flyspell-verify): More robust handling
4737 of `mail-header-separator'. More efficient signature detection.
4738 Allow for regexp metacharacters in message-header-separator.
4739 Adding `To' not to be checked in mail-mode-flyspell-verify.
4740
4741 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4742 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4743 Bind flyspell-auto-correct-binding.
4744 Bind C-. and C-, .
4745 (flyspell-mode-map): Likewise.
4746 (flyspell-mode): Doc fix.
4747 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4748 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4749 (flyspell-word-cache-result): New var, always local.
4750 (flyspell-check-pre-word-p): Doc fix.
4751 (flyspell-check-changed-word-p): Handle spc like newline.
4752 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4753 (flyspell-word-search-backward, flyspell-word-search-forward):
4754 New functions.
4755 (flyspell-word): Return t if nothing to check.
4756 When parsing TeX code, check for after } or \.
4757 Use flyspell-word-search-backward to find previous word.
4758 Return nil if duplicated word.
4759 For word already checked, return same value as last time.
4760 Set flyspell-word-cache-result after checking.
4761 Don't clobber the return value.
4762 (flyspell-get-word): Major rewrite.
4763 (flyspell-external-point-words): New locals pword, pcount.
4764 Fix size used in progress message.
4765 Find the proper corresponding word in flyspell-large-region-buffer.
4766 (flyspell-region): Check for flyspell-large-region = nil.
4767 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4768 (flyspell-auto-correct-word): Check that WORD is a cons.
4769 (flyspell-correct-word): Likewise.
4770
4771 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4772
4773 * progmodes/make-mode.el (makefile-rule-action-regex)
4774 (makefile-macroassign-regex, makefile-makepp-mode)
4775 (makefile-bsdmake-mode): Continuation lines may be empty.
4776 Reported by Joshua Varner.
4777 (makefile-makepp-font-lock-keywords): Add $(stem).
4778
4779 2005-05-28 Karl Berry <karl@gnu.org>
4780
4781 * textmodes/tex-mode.el: Now that tex-send-command calls
4782 shell-quote-argument (2005-03-31 change), remove all calls to
4783 shell-quote-argument; they all end up invoking tex-send-command.
4784 The double quoting loses on filenames with non-safe characters,
4785 such as "@". Reported by Frederik Fouvry.
4786
4787 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4788
4789 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4790 about preserving point.
4791
4792 2005-05-27 Jay Belanger <belanger@truman.edu>
4793
4794 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4795 Info-goto-node.
4796
4797 * calc/calc-embed.el (calc-embed-arg): New variable.
4798 (calc-do-embedded-activate, calc-embedded-activate-formula)
4799 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4800 variable by new variable.
4801 (calc-embedded-make-info): Replace undeclared variable by new
4802 variable. When selecting region with positive prefix
4803 argument, use end of previous line instead of beginning of line.
4804
4805 * calc/calc-aent.el (calc-arg-values): Declare it.
4806
4807 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4808 Declare them.
4809
4810 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4811
4812 * calc/calc.el (calc-alg-map): Declare it.
4813
4814 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4815
4816 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4817
4818 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4819 (gdb-registers-buffer, toggle-gdb-all-registers):
4820 Toggle display of floating point registers.
4821 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4822
4823 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4824 (toggle-gud-tooltip-dereference):
4825 Rename from gud-toggle-tooltip-dereference.
4826
4827 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4830
4831 2005-05-27 Jay Belanger <belanger@truman.edu>
4832
4833 * calc/calc-prog.el (calc-kbd-report): Remove.
4834 (calc-kbd-query): Rewrite.
4835
4836 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * image.el (image-library-alist): Move to image.c.
4839 (image-type-available-p): Doc fix.
4840
4841 2005-05-27 Lute Kamstra <lute@gnu.org>
4842
4843 * calc/calc.el (calc):
4844 * outline.el (outline-1, outline-2, outline-3, outline-4)
4845 (outline-5, outline-6, outline-7, outline-8):
4846 * textmodes/dns-mode.el (dns-mode):
4847 * textmodes/sgml-mode.el (sgml-namespace-face):
4848 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4849 (tex-verbatim-face, tex-use-reftex):
4850 * textmodes/texinfo.el (texinfo-heading-face):
4851 Specify customization group.
4852
4853 * longlines.el: Don't require easy-mmode.
4854 (longlines-visible-face): Specify customization group.
4855
4856 2005-05-27 Kenichi Handa <handa@m17n.org>
4857
4858 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4859 encoding table of windows-1251.
4860
4861 * international/ucs-tables.el (ucs-set-table-for-input):
4862 If translation-table-for-input of a coding system is a symbol, get
4863 its translation-table property.
4864
4865 * international/code-pages.el: Don't register a coding system into
4866 non-iso-charset-alist more than once.
4867 (cp-make-coding-system): Likewise.
4868
4869 2005-05-26 John Wiegley <johnw@newartisans.com>
4870
4871 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4872 `eshell-resume-eval' is wrapped in a list, it indicates that the
4873 command was run asynchronously. In that case, unwrap the value
4874 before checking the delimiter value.
4875
4876 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4877 character before a space at the end of a line is \, assume the space
4878 is part of the last argument rather than a final argument separator.
4879
4880 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4881 is in use, and the target is `t' or `nil' (which are the most common
4882 values), don't assume that the symbol target is a buffer.
4883
4884 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * calendar/calendar.el (calendar-mode-line-format):
4887 Use mode-line-highlight as mouse-face.
4888
4889 * time.el (display-time-string-forms, display-time-update):
4890 Use mode-line-highlight as mouse-face.
4891
4892 2005-05-26 Jay Belanger <belanger@truman.edu>
4893
4894 * calc/calc.el (calc-language-alist): Remove extra defvar.
4895
4896 2005-05-26 Lute Kamstra <lute@gnu.org>
4897
4898 * arc-mode.el (archive-mode):
4899 * bookmark.el (bookmark-read-annotation-mode)
4900 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4901 * bs.el (bs-mode):
4902 * calc/calc-yank.el (calc-edit-mode):
4903 * calc/calc.el (calc-mode, calc-trail-mode):
4904 * calculator.el (calculator-mode):
4905 * chistory.el (command-history-mode):
4906 * comint.el:
4907 * cus-edit.el (custom-mode):
4908 * descr-text.el (describe-text-mode):
4909 * ebuff-menu.el (Electric-buffer-menu-mode):
4910 * ediff-util.el (ediff-mode):
4911 * emacs-lisp/re-builder.el (reb-mode):
4912 * emulation/vi.el (vi-mode-setup):
4913 * emulation/ws-mode.el (wordstar-mode):
4914 * eshell/esh-mode.el (eshell-mode):
4915 * forms.el (forms-mode):
4916 * help-mode.el (help-mode):
4917 * hexl.el (hexl-mode):
4918 * ibuffer.el (ibuffer-mode):
4919 * ielm.el (inferior-emacs-lisp-mode):
4920 * info.el (Info-mode, Info-edit-mode):
4921 * international/swedish.el:
4922 * ledit.el (ledit-from-lisp-mode):
4923 * locate.el (locate-mode):
4924 * mail/rmail.el (rmail-mode):
4925 * mail/rmailedit.el (rmail-edit-mode):
4926 * mail/rmailsum.el (rmail-summary-mode):
4927 * mail/supercite.el (sc-electric-mode):
4928 * net/eudc.el (eudc-mode):
4929 * net/quickurl.el (quickurl-list-mode):
4930 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4931 * obsolete/ooutline.el (outline-mode):
4932 * obsolete/options.el (Edit-options-mode):
4933 * obsolete/rnews.el (news-mode):
4934 * obsolete/rnewspost.el (news-reply-mode):
4935 * play/5x5.el (5x5-mode):
4936 * play/decipher.el (decipher-mode, decipher-stats-mode):
4937 * play/gomoku.el (gomoku-mode):
4938 * play/snake.el (snake-mode):
4939 * play/solitaire.el (solitaire-mode):
4940 * play/tetris.el (tetris-mode):
4941 * progmodes/ada-mode.el (ada-mode):
4942 * progmodes/antlr-mode.el (antlr-mode):
4943 * progmodes/autoconf.el (autoconf-mode):
4944 * progmodes/dcl-mode.el (dcl-mode):
4945 * progmodes/delphi.el (delphi-mode):
4946 * progmodes/ebrowse.el (ebrowse-tree-mode)
4947 (ebrowse-electric-list-mode, ebrowse-member-mode)
4948 (ebrowse-electric-position-mode):
4949 * progmodes/f90.el (f90-mode):
4950 * progmodes/fortran.el (fortran-mode):
4951 * progmodes/icon.el (icon-mode):
4952 * progmodes/idlw-help.el (idlwave-help-mode):
4953 * progmodes/idlw-shell.el (idlwave-shell-mode):
4954 * progmodes/idlwave.el (idlwave-mode):
4955 * progmodes/inf-lisp.el (inferior-lisp-mode):
4956 * progmodes/m4-mode.el (m4-mode):
4957 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4958 * progmodes/modula2.el (modula-2-mode):
4959 * progmodes/octave-inf.el (inferior-octave-mode):
4960 * progmodes/octave-mod.el (octave-mode):
4961 * progmodes/pascal.el (pascal-mode):
4962 * progmodes/sh-script.el (sh-mode):
4963 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4964 * progmodes/vhdl-mode.el (vhdl-mode):
4965 * progmodes/xscheme.el (scheme-interaction-mode):
4966 * replace.el (occur-mode):
4967 * ses.el (ses-mode):
4968 * simple.el (completion-list-mode):
4969 * skeleton.el:
4970 * speedbar.el (speedbar-mode):
4971 * term.el (term-mode):
4972 * terminal.el (terminal-edit-mode):
4973 * textmodes/reftex-index.el (reftex-index-mode)
4974 (reftex-index-phrases-mode):
4975 * textmodes/reftex-sel.el (reftex-select-label-mode)
4976 (reftex-select-bib-mode):
4977 * textmodes/reftex-toc.el (reftex-toc-mode):
4978 * wdired.el (wdired-change-to-wdired-mode):
4979 * wid-browse.el (widget-browse-mode):
4980 Use run-mode-hooks.
4981
4982 * array.el (array-mode):
4983 * calendar/todo-mode.el (todo-mode):
4984 * man.el (Man-mode):
4985 * play/landmark.el (lm-mode):
4986 * play/mpuz.el (mpuz-mode):
4987 Use kill-all-local-variables and run-mode-hooks.
4988
4989 * subr.el (delay-mode-hooks): Specify indentation.
4990
4991 2005-05-26 Mark A. Hershberger <mah@everybody.org>
4992
4993 * xml.el (xml-substitute-special): Don't die for undefined xml
4994 entities.
4995
4996 2005-05-26 Jay Belanger <belanger@truman.edu>
4997
4998 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4999 of nil.
5000
5001 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
5002
5003 * progmodes/gdb-ui.el (gdb-frame-address):
5004 Rename from gdb-current-address.
5005 (gdb-previous-frame-address): Rename from gdb-previous-address.
5006 (gdb-selected-frame): Rename from gdb-current-frame.
5007 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5008 (gdb-frame-number): Rename from gdb-current-stack-level.
5009 (gdb-ann3): Match new mode-name for disassembly buffer.
5010 Extend initialization of variables.
5011 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5012 (gdb-memory-mode): Use mouse-face in header line.
5013 (gdb-assembler-buffer-name): Call it disassembly and give frame
5014 in mode line.
5015 (gdb-source-spec-regexp, gdb-assembler-custom)
5016 (gdb-invalidate-assembler, gdb-frame-handler):
5017 Make robust to leading zeroes in address format.
5018
5019 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
5020
5021 * textmodes/org.el (org-mode): Use `define-derived-mode' to
5022 define `org-mode'.
5023 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5024
5025 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * log-edit.el (log-edit-changelog-entries): Distinguish between
5028 filenames like xfns.c and fns.c.
5029
5030 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
5031
5032 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5033 point after reverting.
5034 (Buffer-menu-make-sort-button): Handle the case where
5035 `Buffer-menu-use-header-line' is nil.
5036
5037 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5038
5039 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5040 New funcs. In minibuffer-local-completion-map bind `]', `/'
5041 and `:' to them.
5042
5043 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * startup.el (normal-top-level): Allow modification of load-path while
5046 we're iterating over it.
5047
5048 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5051 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5052 (thumbs-resize-interactive, thumbs-insert-image)
5053 (thumbs-insert-thumb, thumbs-dired-show-marked)
5054 (thumbs-find-image-at-point, thumbs-delete-images)
5055 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5056 (thumbs-increment-image-size, thumbs-decrement-image-size):
5057 Fix typos in docstrings.
5058
5059 2005-05-24 Andre Spiegel <spiegel@gnu.org>
5060
5061 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5062 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5063 (cperl-mode): Use them.
5064
5065 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * window.el (quit-window, shrink-window-if-larger-than-buffer):
5068 Doc fixes.
5069
5070 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
5071
5072 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
5073 Bind C-d to gdb-inferior-io-eof.
5074
5075 * dired.el (dired-dnd-popup-notice): Use message-box.
5076
5077 2005-05-23 Masatake YAMATO <jet@gyve.org>
5078
5079 * bindings.el (mode-line-major-mode-keymap):
5080 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
5081
5082 * faces.el (mode-line-highlight): New face.
5083
5084 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5085 as mouse-face.
5086
5087 * bindings.el (top-level, help-echo, mode-line-modified)
5088 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5089 as mouse-face.
5090
5091 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * progmodes/cc-engine.el (c-guess-basic-syntax):
5094 Remove spurious call to `zerop'.
5095
5096 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5097
5098 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
5099
5100 CC Mode update to 5.30.10:
5101
5102 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
5103 could go past the limit in decoration level 2, thereby causing
5104 errors during interactive fontification.
5105
5106 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5107 the file is evaluated interactively.
5108
5109 * cc-engine.el (c-guess-basic-syntax): Handle operator
5110 declarations somewhat better in C++.
5111
5112 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5113 make use of `run-mode-hooks' which has been added in Emacs 21.1.
5114 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5115 (awk-mode): Use it.
5116 (make-local-hook): Suppress warning about obsoleteness.
5117
5118 * cc-engine.el, cc-align.el, cc-cmds.el
5119 (c-append-backslashes-forward, c-delete-backslashes-forward)
5120 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5121 Compensate for return value from `forward-line' when it has moved
5122 but not to a different line due to eob.
5123
5124 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5125 `objc-method-intro' and `objc-method-args-cont'.
5126
5127 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
5128
5129 CC Mode update to 5.30.10:
5130
5131 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5132 in the copyright statement. Incidentally, change "along with GNU
5133 Emacs" to "along with this program" where it occurs.
5134
5135 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5136 so that it is interactive, hence can be found by M-x awk-mode
5137 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
5138 <gmorris+emacs@ast.cam.ac.uk>.
5139
5140 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5141 Mode's regexps.
5142
5143 2005-05-23 Kevin Ryde <user42@zip.com.au>
5144
5145 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5146 c-parse-state, to avoid a lisp error (on bad code).
5147
5148 2005-05-23 Lute Kamstra <lute@gnu.org>
5149
5150 * subr.el (font-lock-defaults): Remove defvar as it's already
5151 defined in font-core.el.
5152
5153 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5154
5155 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5158 more general and work when GDB variable "print pretty" is on,
5159 as with Emacs, for example.
5160
5161 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
5162
5163 * font-core.el: Update comment.
5164
5165 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5166 Use `after-change-major-mode-hook' instead of `find-file-hook'.
5167
5168 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5169
5170 2005-05-22 Eli Zaretskii <eliz@gnu.org>
5171
5172 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5173 and `yank-handler' in the doc strings.
5174
5175 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
5178
5179 2005-05-22 Richard M. Stallman <rms@gnu.org>
5180
5181 * help.el (describe-key): Move print-help-return-message call
5182 out of conditional.
5183
5184 * progmodes/etags.el (list-tags): Use with-no-warnings.
5185
5186 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5187 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5188 (starttls-extra-args, starttls-extra-arguments): Add defvars.
5189
5190 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5191
5192 * language/viet-util.el (viet-viscii-nonascii-translation-table):
5193 Add defvar.
5194
5195 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5196 Use defvar, not defconst.
5197
5198 * hexl.el (hexl-follow-line): Use with-no-warnings.
5199
5200 * emulation/tpu-extras.el: Use write-file-functions instead of
5201 write-file-hooks.
5202
5203 * dired.el (dired-font-lock-keywords): Fontify files with junk
5204 extensions even if marked by -F.
5205
5206 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
5207
5208 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5209 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5210 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5211 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5212 (concatenate, list-length, get*, getf, cl-remprop):
5213 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5214 (etypecase, progv, lexical-let, lexical-let*)
5215 (multiple-value-bind, multiple-value-setq, shiftf):
5216 Improve argument/docstring consistency.
5217
5218 * subr.el (focus-frame, unfocus-frame):
5219 Revert deletion on 2005-05-01.
5220
5221 2005-05-22 Andre Spiegel <spiegel@gnu.org>
5222
5223 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5224 doesn't exist.
5225
5226 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
5227 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5228
5229 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
5230
5231 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5232 already deleted variables: auto-fill-hook, blink-paren-hook,
5233 lisp-indent-hook, inhibit-local-variables, unread-command-event,
5234 suspend-hooks, comment-indent-hook, meta-flag,
5235 before-change-function, after-change-function,
5236 font-lock-doc-string-face.
5237
5238 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5239
5240 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5241
5242 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5243
5244 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5245 rmail-dont-reply-to.
5246
5247 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5248
5249 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5250 literal blank when splitting new-header-values.
5251
5252 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
5253
5254 * calendar/cal-menu.el (cal-menu-update): Add separator as a
5255 string so that tmm doesn't create a completion entry for it.
5256
5257 * textmodes/table.el (table-disable-menu): Ditto.
5258
5259 2005-05-21 Richard M. Stallman <rms@gnu.org>
5260
5261 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5262
5263 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5264
5265 * net/rcompile.el (remote-compile): Use compilation-start.
5266
5267 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5268
5269 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
5270
5271 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5272 Default to makefile-bsdmake-mode on BSD systems.
5273
5274 * imenu.el (imenu-generic-expression, imenu--generic-function'):
5275 REGEXP may also be a search function now. The part of doc-string
5276 for describing the structure was 95% identical to that of
5277 `imenu--generic-function'. Unify it there.
5278
5279 * progmodes/make-mode.el (makefile-imenu-generic-expression):
5280 Use function to find dependencies, because regexp alone is so complex,
5281 it easily goes into an endless loop.
5282 (makefile-makepp-mode): Also add submenu for Perl functions
5283 defined in the makefile.
5284 (makefile-bsdmake-mode): Special imenu-generic-expression no
5285 longer needed, due to function call.
5286 (makefile-match-dependency): Take BOUND into account when checking
5287 if we're through.
5288
5289 2005-05-20 Jay Belanger <belanger@truman.edu>
5290
5291 * calc/calc-units.el (calc-invalidate-units-table):
5292 Use inhibit-read-only.
5293 (math-build-units-table-buffer): Use view-mode.
5294
5295 2005-05-20 David Kastrup <dak@gnu.org>
5296
5297 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5298 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5299
5300 2005-05-20 Lute Kamstra <lute@gnu.org>
5301
5302 * diff-mode.el (diff-header-face, diff-file-header-face)
5303 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5304 (diff-added-face, diff-changed-face, diff-function-face)
5305 (diff-context-face, diff-nonexistent-face): Put them in the
5306 diff-mode customization group.
5307
5308 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5311
5312 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5313
5314 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5315 Minor regexp-optimization.
5316
5317 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
5318
5319 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5320 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5321 (org-agenda-add-time-grid-maybe): New function.
5322 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5323 (org-table-create): `dotimes' instead of `mapcar'.
5324 (org-xor): Simplify implementation.
5325 (org-agenda): `inhibit-redisplay' turned on.
5326 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5327 a consistent line after a state change.
5328 (org-agenda-remove-times-when-in-prefix): New option.
5329 (org-prefix-has-time): New variable.
5330 (org-parse-time-string): Optional argument NODEFAULT.
5331 (org-format-agenda-item): Parse items for time-of-day
5332 specifications and move these into the prefix if possible.
5333 (org-agenda-priority): Get current heading, not previous heading
5334 during agenda remote editing.
5335
5336 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5337
5338 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5339 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5340 (remove-duplicates, delete-duplicates, substitute)
5341 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5342 (nsubstitute-if-not, find, find-if, find-if-not, position)
5343 (position-if, position-if-not, count, count-if, count-if-not)
5344 (mismatch, search, sort*, stable-sort, merge, member*)
5345 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5346 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5347 (intersection, nintersection, set-difference, nset-difference)
5348 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5349 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5350 (nsublis, tree-equal): Improve argument/docstring consistency.
5351
5352 * subr.el (send-string, send-region):
5353 Remove obsolescence declaration.
5354 (window-dot, set-window-dot, read-input, show-buffer)
5355 (eval-current-buffer, string-to-int):
5356 Add release number to obsolescence declarations.
5357
5358 2005-05-19 Kim F. Storm <storm@cua.dk>
5359
5360 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5361 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5362
5363 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5364
5365 * faces.el (list-faces-display): Make back button respect optional
5366 regexp arg.
5367
5368 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * calculator.el (calculator-radix-grouping-mode)
5371 (calculator-radix-grouping-digits, calculator-displayer)
5372 (calculator-radix-grouping-separator, calculator-copy-displayer):
5373 * dabbrev.el (dabbrev-search-these-buffers-only):
5374 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5375 (diff-advance-after-apply-hunk, diff-mode-hook)
5376 (diff-minor-mode-prefix):
5377 * imenu.el (imenu-use-popup-menu):
5378 * jit-lock.el (jit-lock-context-time):
5379 * newcomment.el (comment-fill-column, comment-column)
5380 (comment-style, comment-padding, comment-multi-line)
5381 (comment-empty-lines, comment-auto-fill-only-comments):
5382 * reveal.el (reveal-around-mark):
5383 * uniquify.el (uniquify-buffer-name-style)
5384 (uniquify-after-kill-buffer-p)
5385 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5386 (uniquify-min-dir-content, uniquify-separator)
5387 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5388 * w32-vars.el (w32-fixed-font-alist):
5389 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5390 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5391 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5392 * progmodes/perl-mode.el (perl-indent-level)
5393 (perl-continued-statement-offset, perl-continued-brace-offset)
5394 (perl-brace-offset, perl-brace-imaginary-offset)
5395 (perl-label-offset, perl-indent-continued-arguments)
5396 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5397 * progmodes/tcl.el (tcl-indent-level)
5398 (tcl-continued-indent-level, tcl-auto-newline)
5399 (tcl-tab-always-indent, tcl-electric-hash-style)
5400 (tcl-help-directory-list, tcl-use-smart-word-finder)
5401 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5402 (inferior-tcl-source-command):
5403 * textmodes/fill.el (enable-kinsoku):
5404 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5405 * textmodes/table.el (table-yank-handler):
5406 Specify missing group (and type, if simple) in defcustom.
5407
5408 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5409
5410 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5411
5412 2005-05-19 Richard M. Stallman <rms@gnu.org>
5413
5414 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5415
5416 * subr.el (event-basic-type): Don't get an error.
5417 (left-fringe-p): Function deleted.
5418
5419 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5420 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5421
5422 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5423 in recursive copy.
5424
5425 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5426
5427 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5428
5429 * emacs-lisp/bytecomp.el
5430 (byte-compile-file-form-custom-declare-variable): Call
5431 byte-compile-nogroup-warn if appropriate.
5432
5433 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5434 (compilation-set-window): Don't call left-fringe-p; do it directly.
5435
5436 2005-05-19 Jay Belanger <belanger@truman.edu>
5437
5438 * calc/calc-graph.el (calc-graph-format-data): Make sure
5439 var-PlotRejects is bound before trying to check its value.
5440
5441 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
5442
5443 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5444 definition of this variable from reftex-global.el to reftex.el,
5445 because it is needed in the menu.
5446
5447 2005-05-19 Lute Kamstra <lute@gnu.org>
5448
5449 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5450 years are fixed. Don't insert a space after a dash.
5451
5452 2005-05-19 Kim F. Storm <storm@cua.dk>
5453
5454 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5455
5456 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5457
5458 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5459 strings, because (eq ... ?\\) is fairly frequent.
5460
5461 * progmodes/make-mode.el (makefile-add-this-line-targets):
5462 Simplify and integrate into `makefile-pickup-targets'.
5463 (makefile-add-this-line-macro): Simplify and integrate into
5464 `makefile-pickup-macros.
5465 (makefile-pickup-filenames-as-targets): Simplify.
5466 (makefile-previous-dependency, makefile-match-dependency):
5467 Don't stumble over `::'.
5468
5469 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
5470
5471 * subr.el (post-command-idle-hook, post-command-idle-delay):
5472 Remove obsoletion of post-command-idle-hook and
5473 post-command-idle-delay.
5474
5475 * faces.el (list-faces-display): Provide button when describe-face
5476 is called to take user back to the list of faces.
5477
5478 * help-fns.el (describe-variable): Remove hyperlinks in a
5479 variable's value as these are quite frequently inappropriate.
5480
5481 * follow.el (follow-submit-feedback, follow-mode):
5482 Remove references to post-command-idle-hook.
5483
5484 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5485
5486 * progmodes/make-mode.el (makefile-previous-dependency)
5487 (makefile-match-dependency): Check for := (and in bsd mode also
5488 !=) to give a better result, even when font-lock is not on.
5489
5490 2005-05-18 Jay Belanger <belanger@truman.edu>
5491
5492 * calc/calc-help.el (calc-s-prefix-help):
5493 Add `calc-copy-special-constant' to help string.
5494
5495 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5496
5497 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5498
5499 2005-05-18 Jay Belanger <belanger@truman.edu>
5500
5501 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5502 in linear factors are in proper order.
5503
5504 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
5505
5506 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5507 Support for jurabib.
5508
5509 * textmodes/reftex.el (featurep): Define aliases for overlay
5510 commands, for XEmacs compatibility, and use these aliases in
5511 overlay initializations.
5512 (reftex-highlight): Use `reftex-move-overlay'.
5513 (reftex-unhighlight): Use `reftex-delete-overlay'.
5514 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
5515 (reftex-access-search-path): Use `reftex-uniquify' instead of
5516 `reftex-uniq'
5517
5518 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5519 `before-string' property modification enables for Emacs as well.
5520 (reftex-select-item): Use `reftex-delete-overlay'.
5521 (reftex-select-mark): Use `reftex-make-overlay' and
5522 `reftex-overlay-put'.
5523 (reftex-select-unmark): Use `reftex-delete-overlay' and
5524 `reftex-overlay-put'.
5525
5526 2005-05-18 Lute Kamstra <lute@gnu.org>
5527
5528 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5529
5530 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * add-log.el (add-change-log-entry):
5533 * array.el (array-make-template, array-reconfigure-rows)
5534 (array-init-max-row, array-init-max-column)
5535 (array-init-columns-per-line, array-init-field-width):
5536 * replace.el (replace-match-maybe-edit, perform-replace):
5537 * textmodes/spell.el (spell-region):
5538 Replace `read-input' by `read-string'.
5539
5540 * forms.el (forms-mode):
5541 * finder.el (finder-compile-keywords):
5542 * shadowfile.el (shadow-read-files):
5543 Replace `eval-current-buffer' by `eval-buffer'.
5544
5545 * terminal.el (te-pass-through):
5546 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5547 (ange-ftp-raw-send-cmd):
5548 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5549 (send-process-next-char, telnet-initial-filter, telnet):
5550 Replace `send-string' by `process-send-string'.
5551
5552 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5553 (prolog-consult-region): Replace `send-string' by
5554 `process-send-string'; replace `send-region' by `process-send-region'.
5555
5556 * progmodes/delphi.el (delphi-log-msg):
5557 Replace `set-window-dot' by `set-window-point'.
5558
5559 * subr.el (window-dot, set-window-dot, read-input, send-string)
5560 (send-region, show-buffer, eval-current-buffer):
5561 Make really obsolete, as the comment says.
5562
5563 2005-05-17 Kim F. Storm <storm@cua.dk>
5564
5565 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5566 (cua--init-keymaps): Bind C-return instead of S-return to set
5567 rectangle mark.
5568
5569 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5570 instead of S-return to toggle/clear rectangle mark.
5571
5572 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5573
5574 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5575 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5576 Also fontify plain strings assigned to variables, mostly so that a
5577 colon has a face and is thus not taken as a dependency separator.
5578 (makefile-previous-dependency): Inline the new matcher, because it
5579 is too complex to work in both directions.
5580 (makefile-match-dependency): Eliminate `backward' arg (see above).
5581 Completely reimplemented so as to not sometimes go into an endless
5582 loop. It should also be more efficient, because first it only
5583 searches for `:', instead of applying the very complex regexp.
5584 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5585 to be fontified in one piece can be too long for JIT.
5586 Makefiles are never *that* big.
5587
5588 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5589
5590 * dired.el (dired-mode): Simplify.
5591
5592 2005-05-17 Lute Kamstra <lute@gnu.org>
5593
5594 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5595 defcustom for the mode hook variable.
5596
5597 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5598 Emacs Lisp Reference Manual.
5599
5600 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5601
5602 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5603 (evenp, list*):
5604 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5605 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5606
5607 * net/tramp-smb.el (tramp-smb-open-connection):
5608 Pass `tramp-chunksize' as fifth (required) argument.
5609
5610 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5611
5612 * font-lock.el (lisp-font-lock-keywords-1):
5613 Set `font-lock-negation-char-face' for [^...] char group.
5614 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5615
5616 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5617 a var, and refine it to mask one more level of nested vars.
5618 (makefile-rule-action-regex): Turn it into a var, and refine it so
5619 it recognizes backslashed continuation lines as belonging to the
5620 same command.
5621 (makefile-macroassign-regex): Refine it so it recognizes
5622 backslashed continuation lines as belonging to the same command.
5623 (makefile-var-use-regex): Don't look at the next char, because it
5624 might be the same one to be skipped by the initial [^$], leading
5625 to an overlooked variable use.
5626 (makefile-make-font-lock-keywords): Remove two parameters, which
5627 are now variables that some of the modes set locally.
5628 Handle dependency and rule action matching through functions, because
5629 regexps alone match too often. Dependency matching now comes
5630 last, so it can check, whether a colon already matched something else.
5631 (makefile-mode): Inform that font-lock improves makefile parsing
5632 capabilities.
5633 (makefile-match-dependency, makefile-match-action): New functions.
5634
5635 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5638
5639 * align.el (align-regexp):
5640 * ansi-color.el (ansi-color-get-face):
5641 * array.el (array-reconfigure-rows, array-init-max-row)
5642 (array-init-max-column, array-init-columns-per-line)
5643 (array-init-field-width):
5644 * dired-aux.el (dired-trample-file-versions):
5645 * dired-x.el (dired-mark-sexp):
5646 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5647 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5648 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5649 * faces.el (face-read-integer):
5650 * files.el (backup-extract-version, insert-directory):
5651 * hexl.el (hexl-insert-decimal-char):
5652 * server.el (server-process-filter):
5653 * shell.el (shell-extract-num):
5654 * startup.el (command-line-1):
5655 * term.el (term-command-hook):
5656 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5657 (time-stamp-do-number):
5658 * time.el (display-time-update):
5659 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5660 (timezone-fix-time):
5661 * vms-patch.el (vms-suspend-resume-hook):
5662 * calendar/appt.el (appt-convert-time):
5663 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5664 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5665 * calendar/cal-islam.el (mark-islamic-diary-entries):
5666 * calendar/calendar.el (calendar-cursor-to-date)
5667 (calendar-star-date):
5668 * calendar/diary-lib.el (diary-attrtype-convert)
5669 (mark-diary-entries, diary-entry-time):
5670 * calendar/solar.el (solar-get-number):
5671 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5672 * emacs-lisp/re-builder.el (reb-display-subexp):
5673 * emulation/edt.el (edt-set-scroll-margins):
5674 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5675 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5676 (vip-get-ex-count):
5677 * emulation/viper-ex.el (viper-get-ex-token)
5678 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5679 * international/fontset.el (fontset-plain-name):
5680 * mail/feedmail.el (feedmail-look-at-queue-directory):
5681 * mail/mailalias.el (mail-get-names):
5682 * mail/rmail.el (rmail-convert-to-babyl-format):
5683 * mail/rmailsum.el (rmail-make-basic-summary-line)
5684 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5685 (rmail-summary-goto-msg):
5686 * mail/smtpmail.el (smtpmail-read-response):
5687 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5688 (ange-ftp-vms-add-file-entry):
5689 * play/gametree.el (gametree-looking-at-ply)
5690 (gametree-current-branch-score):
5691 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5692 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5693 * progmodes/cperl-mode.el (condition-case):
5694 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5695 (ebrowse-set-member-buffer-column-width)
5696 (ebrowse-select-1st-to-9nth):
5697 * progmodes/etags.el (etags-snarf-tag):
5698 * progmodes/flymake.el (flymake-parse-line):
5699 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5700 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5701 (idlwave-shell-menu-def):
5702 * progmodes/ps-mode.el (ps-run-goto-error):
5703 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5704 (vhdl-speedbar-contract-level):
5705 * term/mac-win.el (x-handle-numeric-switch):
5706 * term/sun-mouse.el (sun-get-frame-data):
5707 * term/w32-win.el (x-handle-numeric-switch):
5708 * term/x-win.el (x-handle-numeric-switch):
5709 * textmodes/ispell.el (ispell-parse-output):
5710 * textmodes/nroff-mode.el (nroff-outline-level):
5711 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5712 (reftex-bib-sort-year-reverse, reftex-format-citation):
5713 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5714 (reftex-section-number):
5715 * textmodes/texinfmt.el (texinfo-paragraphindent):
5716 Replace `string-to-int' by `string-to-number'.
5717
5718 * international/latexenc.el: Add page marker to force the "Local
5719 Variables:" string out of the last page.
5720
5721 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5722
5723 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5724 tooltip-change-major-mode.
5725 (gud-tooltip-print-command): Remove case where gud-minor-mode
5726 is gdb ("--fullname").
5727 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5728 explain to user.
5729
5730 2005-05-16 Jay Belanger <belanger@truman.edu>
5731
5732 * calc/calc-store.el (calc-copy-special-constant): New function.
5733
5734 * calc/calc-ext.el (calc-init-extensions): Add binding for
5735 `calc-copy-special-constant'.
5736
5737 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5738 for the `calc-copy-special-constant' command.
5739
5740 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5741
5742 * subr.el (left-fringe-p): New function.
5743
5744 * progmodes/compile.el (compilation-setup): Set local value of
5745 overlay-arrow-string to "" always.
5746 (compilation-set-window): Left fringe then don't scroll.
5747 No left fringe then no arrow and scroll message to top.
5748 (compilation-context-lines): Adjust doc string accordingly.
5749
5750 2005-05-16 Kim F. Storm <storm@cua.dk>
5751
5752 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5753 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5754 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5755 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5756 (ido-read-file-name): Handle commands with ido property value
5757 equal to find-file as reading a file name, to allow C-d to enter dired.
5758 (ibuffer-find-file): Add ido property with value find-file.
5759
5760 2005-05-15 Kim F. Storm <storm@cua.dk>
5761
5762 * subr.el (open-network-stream-nowait): Remove.
5763 (open-network-stream-server): Remove.
5764
5765 2005-05-15 Richard M. Stallman <rms@gnu.org>
5766
5767 * faces.el (describe-face): Output a definition link button.
5768
5769 * help-mode.el (help-face-def): New button type.
5770
5771 * emacs-lisp/copyright.el (copyright-fix-years):
5772 Match properly if the first year is 2-digit.
5773 Don't mess up the whitespace after the years by filling.
5774
5775 * dired-aux.el (dired-mark-confirm):
5776 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5777
5778 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5779 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5780 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5781
5782 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5783 Set font-lock-comment-start-skip.
5784
5785 * font-lock.el (font-lock-comment-start-skip): New variable.
5786 (font-lock-comment-end-skip): New variable.
5787 (font-lock-fontify-syntactically-region): Use them if non-nil.
5788
5789 2005-05-15 Jay Belanger <belanger@truman.edu>
5790
5791 * calc/calc-store.el (calc-store-value): Return a string rather
5792 than display it as a message.
5793 Use calc-var-name for variable name.
5794 (calc-store-into): Add the result of calc-store-value to message.
5795 (calc-copy-variable): Add a message.
5796 (calc-store-exchange): Improve error messages.
5797 (calc-store-binary, calc-store-map): Don't reset the values of
5798 special constants.
5799
5800 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5801
5802 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5803 manual to docstring.
5804
5805 * files.el (hack-local-variables-confirm): Add STRING argument.
5806 Make the function handle non file visiting buffers correctly.
5807 (hack-local-variables-prop-line, hack-local-variables)
5808 (hack-one-local-variable): Use STRING arg of
5809 `hack-local-variables-confirm'.
5810
5811 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5812
5813 Sync with Tramp 2.0.49.
5814
5815 * tramp.el (tramp-handle-dired-call-process)
5816 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5817 because the contents of the Tramp buffer is changed before
5818 insertion (`expand-file' and alike).
5819 (tramp-handle-insert-directory): If `localname' has an empty
5820 nondirectory name, it must not be quoted.
5821 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5822 variable `tramp-chunksize'. Change callees.
5823 (tramp-open-connection-setup-interactive-shell): Check remote host
5824 for buggy `send-process-string' implementation.
5825 Set `tramp-chunksize' if found. Reported by Michael Kifer
5826 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5827 (tramp-handle-shell-command): `insert-buffer' cannot be used
5828 because the contents of the Tramp buffer is changed before
5829 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5830 <frederic.bothamy@free.fr>.
5831 (tramp-set-auto-save): Actions should be done for Tramp file name
5832 handler only. Ange-FTP has its own auto-save mechanism.
5833 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5834 (tramp-set-auto-save-file-modes): Set file modes of
5835 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5836 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5837 (tramp-bug): Remove obsolete variable.
5838 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5839 for presence of `mml-mode'. Make it running for older Emacsen as well.
5840
5841 2005-05-14 John Paul Wallington <jpw@pobox.com>
5842
5843 * ibuf-ext.el (define-ibuffer-filter filename):
5844 If `dired-directory' is a list, use its car.
5845
5846 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5847
5848 * ibuffer.el (define-ibuffer-column filename):
5849 If `dired-directory' is a list, use its car.
5850
5851 2005-05-14 Richard M. Stallman <rms@gnu.org>
5852
5853 * subr.el (symbol-file): Doc fix.
5854
5855 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5856 (byte-compile-form): Call byte-compile-nogroup-warn.
5857 (byte-compile-warning-types): Doc fix.
5858
5859 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5860
5861 * progmodes/cc-engine.el (c-literal-faces):
5862 Add font-lock-comment-delimiter-face.
5863
5864 * net/net-utils.el (dig): Use with-no-warnings.
5865
5866 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5867 (sc-recite-frame-alist, sc-default-cite-frame)
5868 (sc-default-uncite-frame, sc-default-recite-frame)
5869 (sc-attrib-selection-list, sc-rewrite-header-list):
5870 Mark as risky-local-variable.
5871
5872 * international/ogonek.el (ogonek-jak, ogonek-how):
5873 Don't use beginning-of-buffer.
5874
5875 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5876
5877 * calendar/solar.el (solar-data-list): Move definition up.
5878
5879 * dnd.el (dnd-protocol-alist): Add autoload.
5880
5881 * progmodes/sh-script.el: Many doc usage fixes.
5882 (sh-indent-after-do): Change default to match common styles.
5883
5884 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5885
5886 * files.el (interpreter-mode-alist)
5887 (auto-mode-interpreter-regexp): Doc fixes.
5888
5889 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5890
5891 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5892
5893 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5894
5895 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5896
5897 * dired.el (dired-mode): make-variable-buffer-local =>
5898 make-local-variable.
5899
5900 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5901
5902 * term/mac-win.el (mac-select-convert-to-string): Try coding
5903 systems in mac-script-code-coding-systems if specified one cannot
5904 encode string for `com.apple.traditional-mac-plain-text'.
5905
5906 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5907
5908 * progmodes/make-mode.el (makefile-targets-face)
5909 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5910 (makefile-dependency-regex): Fix it to not make the colon in
5911 $(var:a=b) special.
5912 (makefile-rule-action-regex): New regexp for highlighting embedded
5913 Shell strings.
5914 (makefile-macroassign-regex): Handle != for highlighting as
5915 embedded Shell strings.
5916 (makefile-var-use-regex): New const.
5917 (makefile-statements, makefile-automake-statements)
5918 (makefile-gmake-statements, makefile-makepp-statements)
5919 (makefile-bsdmake-statements): New consts.
5920 (makefile-make-font-lock-keywords): New function.
5921 (makefile-automake-font-lock-keywords)
5922 (makefile-gmake-font-lock-keywords)
5923 (makefile-makepp-font-lock-keywords)
5924 (makefile-bsdmake-font-lock-keywords): New consts.
5925 (makefile-mode-map): Add switchers between the various submodes.
5926 (makefile-mode): Document the availability of the variants.
5927 (makefile-automake-mode, makefile-gmake-mode)
5928 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5929
5930 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5931 new variants of makefile-mode.
5932
5933 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5936 the inheritance.
5937
5938 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5939
5940 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5941 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5942
5943 * files.el (normal-mode): Extend the scope of the
5944 `enable-local-variables' binding to include the `set-auto-mode' call.
5945 (magic-mode-alist): Doc fix.
5946
5947 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5950 font-lock-comment-face rather than copying its setting.
5951
5952 2005-05-12 Andreas Schwab <schwab@suse.de>
5953
5954 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5955
5956 2005-05-12 Lute Kamstra <lute@gnu.org>
5957
5958 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5959 defcustom for the mode hook variable. Delete the last argument.
5960 * generic-x.el: Fix callers of define-generic-mode.
5961 (generic-x-modes): Delete group.
5962 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5963 generic-x customization group.
5964
5965 2005-05-12 Kim F. Storm <storm@cua.dk>
5966
5967 * font-lock.el (font-lock-negation-char-face): Default to "off".
5968
5969 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5970 font-lock-negation-char-face to ! in !=.
5971
5972 2005-05-12 Masatake YAMATO <jet@gyve.org>
5973
5974 * add-log.el (find-change-log): Fix typos in the docstring
5975 of function.
5976
5977 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5978
5979 * international/latexenc.el (latexenc-find-file-coding-system):
5980 Avoid `re-search-forward' when looking for input encoding because
5981 of speed and safety. Better regular expressions for recognizing
5982 input encoding. Limit a search for TeX-master/tex-main-file to
5983 the local variable section.
5984
5985 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5986
5987 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5988 syntax of $ to "'" (quote).
5989
5990 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5991
5992 * dnd.el (dnd-protocol-alist): Improve custom type.
5993
5994 * dired.el (dired-dnd-protocol-alist): New variable.
5995 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5996 `dired-mode-hook' to the end.
5997
5998 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
6001 comment-end if comment-start-skip is not set.
6002 Obey the font-lock-comment-delimiter-face variables.
6003
6004 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * files.el (executable-find): Move from executable.el. Use
6007 locate-file.
6008 * progmodes/executable.el (executable-find): Move to files.el.
6009
6010 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6011 when trying to ensure forward progress.
6012
6013 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * mouse-sel.el (mouse-sel-follow-link-p): New function.
6016 (mouse-select, mouse-select-internal, mouse-extend-internal):
6017 Use it to implement mouse-1-click-follows-link functionality.
6018
6019 2005-05-11 Richard M. Stallman <rms@gnu.org>
6020
6021 * font-lock.el (font-lock-fontify-syntactically-region):
6022 Use font-lock-comment-delimiter-face for comment delimiters.
6023
6024 2005-05-10 Jay Belanger <belanger@truman.edu>
6025
6026 * calc/calc-help.el (calc-m-prefix-help): Add mention of
6027 preserving embedded modes.
6028
6029 2005-05-10 Richard M. Stallman <rms@gnu.org>
6030
6031 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6032
6033 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6034 Move from ada-stmt.el.
6035 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6036
6037 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6038 Move to ada-mode.el.
6039 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6040
6041 * cus-edit.el (custom-file): Call file-chase-links.
6042
6043 * files.el (read-directory-name): Fix previous change.
6044 (hack-local-variables-confirm): New function.
6045 (hack-local-variables-prop-line, hack-local-variables)
6046 (hack-one-local-variable): Use it.
6047
6048 2005-05-10 Lute Kamstra <lute@gnu.org>
6049
6050 * font-lock.el (font-lock-keywords-alist)
6051 (font-lock-removed-keywords-alist): Clarify docstrings.
6052
6053 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6056 (gdb-source-info): Check for preprocessor info.
6057 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
6058 a macro for a function.
6059 (gdb-info-breakpoints-custom): Try to find file again if not already
6060 found (user might have used GDB dir command).
6061 (gdb-get-location): Update gdb-location-alist correctly for change
6062 to gdb-info-breakpoints-custom.
6063
6064 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6065 (gud-tooltip-print-command): Add gdbmi case.
6066 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6067 preprocessor info.
6068
6069 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6070
6071 * startup.el (fancy-splash-insert): Fix typo in doc string.
6072
6073 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
6074
6075 * obsolete/float.el (string-to-float):
6076 * obsolete/hilit19.el (hilit-add-pattern):
6077 * obsolete/rnews.el (news-parse-range, news-select-message)
6078 (news-get-pruned-list-of-files): Replace `string-to-int' by
6079 `string-to-number'.
6080
6081 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6082 `find-file-not-found-hooks'; use `add-hook'.
6083 (uncompress-while-visiting): Set `write-file-functions', not
6084 `write-file-hooks'; use `add-hook'.
6085
6086 2005-05-09 Kim F. Storm <storm@cua.dk>
6087
6088 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6089 (cua-paste): Handle clipboard action.
6090 (cua--init-keymaps): Remap clipboard-kill-region and
6091 clipboard-kill-ring-save.
6092
6093 2005-05-08 Eli Zaretskii <eliz@gnu.org>
6094
6095 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6096 Improve commentary.
6097
6098 * simple.el (next-error-overlay-arrow-position): Revert the change
6099 made on 2005-04-30.
6100
6101 2005-05-07 Jay Belanger <belanger@truman.edu>
6102
6103 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6104 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6105 `calc-sel-reselect'.
6106
6107 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6108 Calc is in embedded mode.
6109
6110 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6111
6112 * progmodes/compile.el (compilation-setup):
6113 Set overlay-arrow-string to an empty string on text terminals.
6114
6115 * textmodes/ispell.el (ispell-program-name): Try looking for
6116 "aspell" along exec-path, and if found, use it as the default
6117 speller program.
6118
6119 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
6120
6121 * international/mule.el (sgml-xml-auto-coding-function):
6122 Recognize encoding='FOO' in single quotes as well as in double quotes.
6123
6124 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6125
6126 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6127 as well as `interactive', so that defmacro* would recognize
6128 `declare' forms.
6129
6130 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6131
6132 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6133 Explain more about the LIGHTER arg's usage in the doc string.
6134 Add commentary to clarify what the code does. Fix the regexp that
6135 strips whitespace from LIGHTER. Quote LIGHTER before using it,
6136 since it could have characters special to regular expressions.
6137
6138 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6139
6140 * replace.el (occur-1): Bind inhibit-read-only so that
6141 erase-buffer doesn't barf on read-only text properties (likewise
6142 for add-text-properties in occur-engine). Mark buffer as unmodified.
6143 (occur-engine): Don't set buffer-read-only here.
6144
6145 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6148 list-buffers-directory. This caused the *cvs-commit* buffer to be
6149 sometimes mistakenly reused as a *cvs* buffer.
6150
6151 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
6152
6153 * tooltip.el: Move code for GUD tooltips into gud.el.
6154 (require): CL no longer needed to compile case.
6155 (tooltip-mode): Do not toggle functions for GUD tooltips.
6156 (tooltip-gud-tips-p): Remove. Replace with minor mode
6157 gud-tooltip-mode in gud.el.
6158 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6159 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6160 tooltip-gud prefix with gud-tooltip and obsolete.
6161 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6162 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6163 (tooltip-mouse-motion): Mouse movement functions/variable.
6164 Rename in gud.el by adding gud prefix.
6165 (tooltip-gud-original-filter, tooltip-gud-dereference)
6166 (tooltip-gud-event, tooltip-toggle-gud-tips)
6167 (tooltip-gud-process-output, tooltip-gud-print-command)
6168 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
6169 gud.el by replacing tooltip-gud prefix with gud-tooltip.
6170 (gdb-tooltip-print): Move to gdb-ui.el.
6171
6172 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6173 (require): CL needed to compile case.
6174 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6175 tooltip-gud-tips-p. Make it a minor-mode.
6176 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6177 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6178 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6179 (gud-tooltip-change-major-mode)
6180 (gud-tooltip-activate-mouse-motions-if-enabled)
6181 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6182 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6183 (gud-tooltip-original-filter, gud-tooltip-dereference)
6184 (gud-tooltip-event, tooltip-toggle-gud-tips)
6185 (gud-tooltip-process-output, gud-tooltip-print-command)
6186 (gud-tooltip-tips): Move from tooltip.el.
6187
6188 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6189 (gdb-cpp-define-alist-flags): Doc fix.
6190 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6191 gud-tooltip-mode is t.
6192
6193 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6196 evaporate if their text is deleted.
6197 (goto-address-at-point): Make it work as a mouse binding as well.
6198 (goto-address-at-mouse): Obsolete it. Update users.
6199
6200 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6201
6202 * calendar/appt.el (top-level): No longer activate on load.
6203
6204 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6207 * net/webjump.el (webjump):
6208 * progmodes/idlw-help.el (idlwave-do-context-help1)
6209 (idlwave-highlight-linked-completions):
6210 * textmodes/po.el (po-find-file-coding-system-guts):
6211 Replace `assoc-ignore-case' by `assoc-string'.
6212
6213 2005-05-06 Eli Zaretskii <eliz@gnu.org>
6214
6215 * files.el (locate-file): Doc fix.
6216
6217 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6218 Remove the redundant test for ms-dos.
6219
6220 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6221 look for the preprocessor with exec-suffixes. If not found in
6222 standard places, look in exec-path. Remove most of the tests that
6223 used system-type.
6224
6225 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6226
6227 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6228
6229 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6230 file-name clash with jka-compr.el on 8+3 filesystems.
6231
6232 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6233
6234 * term/mac-win.el: Don't define or bind scroll bar functions if
6235 x-toolkit-scroll-bars is t.
6236 (x-select-text, x-get-selection-value): Clear
6237 x-last-selected-text-clipboard if x-select-enable-clipboard is
6238 nil.
6239 (PRIMARY): Put mac-scrap-name property.
6240 (mac-select-convert-to-file-url): New function.
6241 (public.file-url): New selection target type. Add to
6242 selection-converter-alist.
6243 (x-get-selection, x-selection-value): Handle it.
6244 (x-cut-buffer-or-selection-value): New alias.
6245
6246 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6247
6248 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6249 entry to avoid calling bibtex-find-entry with arg global
6250 being t. Remove arg key.
6251 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6252 (bibtex-copy-summary-as-kill): Change accordingly.
6253
6254 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6257 (org-agenda-date-later): Use with-current-buffer.
6258
6259 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6262 (define-obsolete-variable-alias): Doc Fixes.
6263
6264 2005-05-06 Kim F. Storm <storm@cua.dk>
6265
6266 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
6267 vertical-motion when selective-display is active.
6268
6269 * ido.el (ido-setup-hook): New hook.
6270 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6271 (ido-input-stack): New var.
6272 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
6273 ido-next-work-file binding to M-O.
6274 Bind M-f to ido-wide-find-file-or-pop-dir.
6275 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6276 (ido-read-internal): Run ido-setup-hook.
6277 Catch quit in read-file-name and read-string to cancel edit.
6278 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6279 Automatically pop-all when completing a directory name (RET).
6280 (ido-file-internal): Add with-no-warnings around ffap and dired code.
6281 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6282 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6283 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6284 New functions for M-b/M-f to move among the directory components.
6285 (ido-make-merged-file-list): Catch quit to cancel merge.
6286 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6287 (ido-completion-help): No warnings for ido-completion-buffer-full.
6288
6289 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
6290
6291 * font-lock.el (font-lock-negation-char-face): New face and variable.
6292 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6293 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6294 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6295 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6296
6297 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
6298
6299 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6300 Fix typo in docstring.
6301
6302 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6303 (ebrowse-print-statistics-line)
6304 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6305
6306 * term/w32-win.el (image-library-alist): Add additional name for
6307 Xpm library.
6308
6309 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
6310
6311 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6312 use gcc instead of cpp.
6313
6314 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6315 (gdb-create-define-alist): Use it.
6316 (gdb-cpp-define-alist-program): Update for MS-DOS.
6317
6318 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
6319
6320 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6321
6322 2005-05-04 Richard M. Stallman <rms@gnu.org>
6323
6324 * help.el (describe-key): No error when UNTRANSLATED is nil.
6325
6326 * simple.el (line-move-1): Fix previous change to signal errors
6327 appropriately.
6328
6329 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
6330
6331 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6332 (icalendar-duration-correction): Remove.
6333 (icalendar--get-event-properties): Split result at commas.
6334 (icalendar--decode-isoduration): New optional argument
6335 DURATION-CORRECTION.
6336 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6337 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6338 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6339 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6340 (icalendar--convert-anniversary-to-ical): New functions, extracted
6341 from icalendar-export-region, with bug fixes.
6342 (icalendar-export-region): Use the above functions.
6343 (icalendar-import-buffer): Check before saving diary file.
6344 (icalendar--convert-recurring-to-diary)
6345 (icalendar--convert-non-recurring-all-day-to-diary)
6346 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6347 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6348 (icalendar--convert-ical-to-diary): Use the above functions.
6349
6350 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6351
6352 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6353 Remove these recent additions.
6354 (c-mode): Restore to before 2005-04-28.
6355
6356 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6357 recent addition.
6358
6359 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6360 (gdb-define-alist): New variables.
6361 (gdb-create-define-alist): New function.
6362 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6363 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6364 with string-to-number.
6365 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
6366
6367 * progmodes/gud.el: Replace string-to-int with string-to-number.
6368 (gud-find-file): Handle gdb-define-alist.
6369
6370 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6371
6372 2005-05-02 Jay Belanger <belanger@truman.edu>
6373
6374 * calc/calc-aent.el (math-read-token):
6375 * calc/calc-bin.el (calc-word-size):
6376 * calc/calc-ext.el (calc-read-number-fancy):
6377 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6378 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6379 * calc/calc-frac.el (calc-over-notation):
6380 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6381 (calc-graph-num-points, calc-graph-init):
6382 * calc/calc-prog.el (calc-read-parse-table-part)
6383 (calc-edit-macro-repeats):
6384 * calc/calc-yank.el (calc-do-grab-rectangle):
6385 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6386 Replace `string-to-int' by `string-to-number'.
6387
6388 2005-05-02 Kim F. Storm <storm@cua.dk>
6389
6390 * kmacro.el: Use executing-kbd-macro-index variable.
6391
6392 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6393
6394 * net/rlogin.el (rlogin-parse-words): Delete func.
6395 (rlogin): Use split-string, not rlogin-parse-words.
6396 Also, if there are option-like elements in the parsed args,
6397 take the host to be the first arg immediately following them.
6398 Suggested by Michael Mauger.
6399
6400 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6401
6402 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6403
6404 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6405
6406 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6407 (cc-mode-cpp-program): Rename to cc-define-list-program and
6408 move to cc-vars.el.
6409
6410 * progmodes/cc-vars.el (cc-define-list-program):
6411 Change to "gcc -E -dM -". Make customizable.
6412
6413 2005-05-02 Kim F. Storm <storm@cua.dk>
6414
6415 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6416
6417 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6418
6419 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6420
6421 * international/mule-util.el (truncate-string): Remove alias and
6422 obsolete declaration.
6423
6424 * international/mule-cmds.el (update-iso-coding-systems):
6425 Remove alias and obsolete declaration.
6426
6427 * international/mule.el (coding-system-parent): Remove alias and
6428 obsolete declaration.
6429
6430 * subr.el (define-function, sref): Remove aliases and obsolete
6431 declarations.
6432 (chars-in-region): Remove obsolete declaration.
6433
6434 2005-05-01 Richard M. Stallman <rms@gnu.org>
6435
6436 * info.el (Info-mode): Set widen-automatically to nil, locally.
6437
6438 * simple.el (widen-automatically): New variable.
6439 (pop-global-mark): Obey widen-automatically.
6440
6441 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6442
6443 * term/xterm.el (function-key-map): Call substitute-key-definition
6444 before the keymap size is increased by a lot of define-key calls.
6445
6446 2005-05-01 Richard M. Stallman <rms@gnu.org>
6447
6448 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6449 Rename ARG to ELEMENT. Doc fix.
6450
6451 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6452
6453 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6454 Remove references to allout-exposure/change to allout-new-exposure.
6455
6456 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6457 bytecode symbols.
6458
6459 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6460 (compiled-function-p, focus-frame, unfocus-frame):
6461 Remove aliases and obsolete declarations.
6462 Back out inadvertent changes from previous commit.
6463
6464 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * files.el (require-final-newline): Make Custom tags consistent
6467 with mode-require-final-newline.
6468 (mode-require-final-newline): Doc fix.
6469
6470 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * international/latexenc.el (latexenc-find-file-coding-system):
6473 Fix regular expressions.
6474
6475 2005-05-01 David Kastrup <dak@gnu.org>
6476
6477 * international/latexenc.el (latexenc-find-file-coding-system):
6478 Fix regular expressions.
6479
6480 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * subr.el (string-to-int): Make obsolete.
6483
6484 2005-04-30 Richard M. Stallman <rms@gnu.org>
6485
6486 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6487
6488 * loadup.el: load jka-comp-hook.
6489
6490 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6491 (jka-compr-handler): Add autoload. `put' calls moved
6492 to jka-comp-hook.el.
6493 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6494 (jka-compr-inhibit): Autoload.
6495
6496 * jka-comp-hook.el: New file.
6497 Enable the mode by default.
6498
6499 * files.el (backup-buffer-copy): Use copy-file instead
6500 of write-region, and put back the 'excl.
6501
6502 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
6503
6504 * progmodes/flymake.el (flymake-split-string)
6505 (flymake-split-string, flymake-log, flymake-pid-to-names)
6506 (flymake-reg-names, flymake-get-source-buffer-name)
6507 (flymake-unreg-names, flymake-add-line-err-info)
6508 (flymake-add-err-info): Clarify docstrings.
6509 (flymake-popup-menu, flymake-make-emacs-menu)
6510 (flymake-make-xemacs-menu): Add docstrings.
6511 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6512 Set variables directly throughout.
6513
6514 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
6515
6516 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6517 exists. Initialize cc-define-alist.
6518 (c-mode): Add cc-create-define-alist locally to after-save-hook.
6519 If there is no file (Macroexpansion) don't create an alist.
6520
6521 2005-04-29 Sam Steingold <sds@gnu.org>
6522
6523 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6524 (cc-create-define-alist): Use it instead of the hard-coded string.
6525
6526 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6529 for latexenc.
6530
6531 2005-04-29 Lute Kamstra <lute@gnu.org>
6532
6533 * emacs-lisp/generic.el: Improve commentary section.
6534 (define-generic-mode): Improve docstring.
6535
6536 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
6537
6538 * textmodes/org.el (many places): Change to quiet the byte compiler.
6539 (org-prefix-format-compiled): New variable.
6540 (org-compile-prefix-format): New function.
6541 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6542 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6543 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6544 (org-get-entries-from-diary): Use `org-get-time-of-day' for
6545 consistency with entries from `org-mode' files.
6546 (org-get-time-of-day): Fix bug with partial matches early in a line.
6547 (org-non-link-chars): New constant.
6548 (org-link-regexp): Respect `org-non-link-chars'.
6549 (org-agenda-day-view): Remove command.
6550 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6551 (org-follow-bbdb-link, org-store-link): Search also company field.
6552 (org-highlight-overlay): New variable.
6553 (org-highlight, org-unhighlight): New functions.
6554 (org-agenda-mode): Add pre-command-hook to remove highlight.
6555 (org-evaluate-time-range): Behavior depends upon whether time stamp
6556 contains a time or not.
6557 (org-show-subtree, org-show-entry): New functions.
6558 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6559
6560 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6561
6562 * comint.el (comint-output-filter-functions): Add autoload cookie.
6563
6564 2005-04-28 Kim F. Storm <storm@cua.dk>
6565
6566 * ido.el (ido-everywhere): Fix last change.
6567
6568 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6569
6570 * international/latexenc.el: New file.
6571 * international/mule-conf.el (file-coding-system-alist): For .tex,
6572 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6573
6574 2005-04-28 Lute Kamstra <lute@gnu.org>
6575
6576 * font-lock.el (font-lock-add-keywords)
6577 (font-lock-remove-keywords): Clarify docstring.
6578 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6579 Don't start docstrings with a `*'.
6580 (font-lock-update-removed-keyword-alist): Give it a docstring.
6581
6582 * generic-x.el: Update commentary section.
6583 Only require font-lock when compiling.
6584 Define all modes conditionally.
6585 Place all generic modes in the generic-x-modes customization group.
6586 (generic-x-modes): New customization group.
6587 (generic-default-modes, generic-mswindows-modes)
6588 (generic-unix-modes, generic-other-modes): New constants.
6589 (generic-define-mswindows-modes, generic-define-unix-modes):
6590 Update docstrings. Make them obsolete.
6591 (generic-extras-enable-list): New default value. Update docstring.
6592 Improve :type. Change :set function.
6593 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6594 Fix docstring.
6595
6596 * emacs-lisp/generic.el (generic-mode-internal):
6597 Simplify font-lock-defaults.
6598 (define-generic-mode): Fix docstring.
6599
6600 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6603 font-lock-face property to highlight matches.
6604
6605 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6606
6607 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6608 (cc-define-alist): New variable.
6609 (c-mode): Make it local and initialize it.
6610
6611 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6612 (gdb-exited): New function.
6613 (gdb-annotation-rules): Use it.
6614 (gdb-starting): Set gdb-active-process to t.
6615 (gdb-stopping): Amend doc string.
6616 (gdb-reset): Set gdb-active-process to nil.
6617
6618 * tooltip.el (tooltip-gud-tips): Show the associated #define
6619 directives when a C program under GDB is not executing.
6620
6621 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6624 font-lock-fontify-syntactic-keywords.
6625
6626 * font-lock.el (font-lock-default-fontify-region): Don't force
6627 parse-sexp-lookup-properties to nil.
6628
6629 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6630
6631 * man.el (man-mode-syntax-table): Set up `:' to have
6632 word-constituent syntax.
6633
6634 2005-04-27 Lute Kamstra <lute@gnu.org>
6635
6636 * novice.el (disable-command): Don't add spurious newlines to the
6637 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6638
6639 2005-04-26 Jay Belanger <belanger@truman.edu>
6640
6641 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6642 than one window before deleting window.
6643
6644 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6645
6646 * shell.el (shell-prompt-pattern): Doc fix.
6647 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6648
6649 * comint.el (comint-prompt-regexp, comint-get-old-input)
6650 (comint-use-prompt-regexp)
6651 (comint-use-prompt-regexp-instead-of-fields)
6652 (comint-replace-by-expanded-history, comint-send-input)
6653 (comint-output-filter, comint-get-old-input-default)
6654 (comint-line-beginning-position, comint-bol, comint-show-output)
6655 (comint-backward-matching-input, comint-forward-matching-input)
6656 (comint-next-prompt, comint-previous-prompt):
6657 Rename `comint-use-prompt-regexp-instead-of-fields' to
6658 `comint-use-prompt-regexp'. Keep old name as alias and declare
6659 obsolete.
6660 (comint-use-prompt-regexp): Shorten first line of doc string.
6661
6662 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6663 Set paragraph-separate buffer locally to "\\'".
6664
6665 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6666 Adapt to above name change.
6667
6668 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6669 (smbclient-prompt-regexp): Ditto.
6670
6671 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6672
6673 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6674
6675 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6676 gdb-location-list.
6677 Break lines that are over 80 characters wide.
6678
6679 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6682 New fun and var, to preserve compatibility.
6683
6684 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6685
6686 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6687
6688 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6689 name to file-newer-than-file-p.
6690
6691 2005-04-26 Richard M. Stallman <rms@gnu.org>
6692
6693 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6694
6695 * progmodes/python.el (python-mode):
6696 Use new name eldoc-documentation-function.
6697
6698 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6699
6700 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6701 (eldoc-documentation-function):
6702 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6703
6704 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6705
6706 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6707
6708 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6709
6710 * term/xterm.el (function-key-map): Fix strings for
6711 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6712 {C,S,A,C-S}-{f1-f12}.
6713
6714 2005-04-26 Kenichi Handa <handa@m17n.org>
6715
6716 * international/mule-cmds.el (select-safe-coding-system):
6717 Fix previous change.
6718
6719 2005-04-26 Lute Kamstra <lute@gnu.org>
6720
6721 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6722
6723 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6724 (font-lock-comment-delimiter-face): Ditto.
6725
6726 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6727
6728 2005-04-25 Jay Belanger <belanger@truman.edu>
6729
6730 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6731 to t while inserting information; use help-mode.
6732
6733 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 * term.el (ansi-term-color-vector): Use the xterm colors.
6736 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6737
6738 2005-04-25 Lute Kamstra <lute@gnu.org>
6739
6740 * font-core.el (font-lock-defaults): Fix docstring.
6741
6742 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6743
6744 2005-04-25 Kenichi Handa <handa@m17n.org>
6745
6746 * international/mule-cmds.el (select-safe-coding-system):
6747 Don't check consistency with coding: spec, etc if raw-text or
6748 no-conversion was found to be safe.
6749
6750 2005-04-24 Richard M. Stallman <rms@gnu.org>
6751
6752 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6753 citation markers at start of each line.
6754
6755 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6756 citation markers at start of each line.
6757
6758 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6759
6760 * files.el (mode-require-final-newline): Fix previous change.
6761 (require-final-newline): Fix type label.
6762
6763 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6764
6765 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6766 statement in buffer (broken by 2004-11-24 change).
6767
6768 2005-04-24 Kim F. Storm <storm@cua.dk>
6769
6770 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6771 and read-file-name-function values. Don't overwrite existing
6772 non-nil values if ido-mode is enabled without ido-everywhere.
6773
6774 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * files.el (mode-require-final-newline): Minor doc fix.
6777
6778 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6779
6780 * subr.el (syntax-after): Doc fix.
6781 (syntax-class): If argument is nil, return nil. Mask off upper 16
6782 bits, not 8 bits.
6783
6784 * files.el (mode-require-final-newline): Doc fix.
6785 (backup-buffer-copy): Fix last change.
6786
6787 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6788
6789 * term/mac-win.el: Require select. Set selection-coding-system to
6790 mac-system-coding-system. Call menu-bar-enable-clipboard.
6791 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6792 (x-select-enable-clipboard): New variables.
6793 (x-select-text, x-get-selection, x-selection-value)
6794 (x-get-selection-value, mac-select-convert-to-string)
6795 (mac-services-open-file, mac-services-open-selection)
6796 (mac-services-insert-text): New functions.
6797 (CLIPBOARD, FIND): Put mac-scrap-name property.
6798 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6799 (public.tiff): Put mac-ostype property.
6800 (selection-converter-alist): Add entries for them.
6801 (mac-application-menu-map): New keymap.
6802 (interprogram-cut-function, interprogram-paste-function): Set to
6803 x-select-text and x-get-selection-value, respectively.
6804 (split-window-keep-point): Set to t.
6805
6806 2005-04-23 Richard M. Stallman <rms@gnu.org>
6807
6808 * files.el (read-directory-name): Always pass non-nil
6809 DEFAULT-FILENAME arg to read-file-name.
6810 (backup-buffer-copy, basic-save-buffer-2): Take care against
6811 writing thru an unexpected existing symlink.
6812 (revert-buffer): In indirect buffer, revert the base buffer.
6813 (magic-mode-alist): Doc fix.
6814 (buffer-stale-function): Doc fix.
6815 (minibuffer-with-setup-hook): Avoid warning.
6816 (mode-require-final-newline): Doc and custom fix.
6817
6818 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6819
6820 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6821 use the default appearance.
6822 (font-lock-comment-delimiter-face): New face, new variable.
6823
6824 * imenu.el (imenu--generic-function): The official position of a
6825 definition is the start of the line that BEG is in.
6826
6827 * midnight.el (midnight-timer): Move defvar up.
6828
6829 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6830
6831 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6832
6833 * startup.el (command-line): Use with-no-warnings.
6834
6835 * window.el (window-size-fixed): New defvar.
6836
6837 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6838
6839 * mail/rmail.el (rmail-font-lock-keywords):
6840 Use font-lock-comment-delimiter-face.
6841
6842 * mail/sendmail.el (mail-font-lock-keywords):
6843 Use font-lock-comment-delimiter-face.
6844
6845 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6846
6847 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6848
6849 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6850 Specify t for LAXMATCH when matching directories.
6851 Save match data around compilation-compat-error-properties form.
6852
6853 2005-04-23 David Kastrup <dak@gnu.org>
6854
6855 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6856 Mention that the autoloaded aliases should be kept for AUCTeX.
6857
6858 2005-04-23 Andreas Schwab <schwab@suse.de>
6859
6860 * isearch.el (isearch-forward): Doc fix.
6861
6862 2005-04-23 Eli Zaretskii <eliz@gnu.org>
6863
6864 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6865 (jit-lock-stealth-nice): Change default value to 0.5.
6866
6867 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6868
6869 * abbrev.el (write-abbrev-file): Write table entries in
6870 alphabetical order by table name.
6871
6872 2005-04-22 Kim F. Storm <storm@cua.dk>
6873
6874 * ido.el (ido-read-internal): Fix `list' completion.
6875
6876 2005-04-22 Kenichi Handa <handa@m17n.org>
6877
6878 * recentf.el (recentf-save-file-coding-system): New variable.
6879 (recentf-save-list): Encode the file by
6880 recentf-save-file-coding-system and add coding: tag.
6881
6882 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6885
6886 2005-04-21 Lute Kamstra <lute@gnu.org>
6887
6888 * loadhist.el (unload-feature): Don't remove a function from hooks
6889 if it is about to be restored to an autoload . Remove functions
6890 that will become unbound from auto-mode-alist. Simplify the code.
6891
6892 * subr.el (assq-delete-all): New implementation that is linear,
6893 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6894 (rassq-delete-all): New function.
6895
6896 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6897 Add size-indication-mode.
6898
6899 2005-04-21 Kenichi Handa <handa@m17n.org>
6900
6901 * international/mule-cmds.el: Add autoload for widget-value in
6902 eval-when-compile.
6903
6904 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
6905
6906 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6907 Add tooltip-mode.
6908
6909 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6910
6911 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6912
6913 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6914 (inferior-lisp-filter-regexp, inferior-lisp-program)
6915 (inferior-lisp-load-command, inferior-lisp-prompt)
6916 (inferior-lisp-mode-hook, lisp-source-modes)
6917 (inferior-lisp-load-hook): defvar->defcustom.
6918 (inferior-lisp-program, inferior-lisp-prompt)
6919 (inferior-lisp-load-hook): Doc fixes.
6920 (inferior-lisp-install-letter-bindings): Small change in
6921 introductory comment.
6922
6923 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6924
6925 * vc.el (vc-annotate-color-map): Change some colors so that text
6926 using them as foreground is readable on both white and black
6927 backgrounds.
6928
6929 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * international/mule-conf.el (translation-table-for-input):
6932 Remove redundant declaration.
6933
6934 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6935
6936 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6937
6938 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6939 (tooltip-toggle-gud-tips): New function.
6940
6941 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6942
6943 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6944 right angle brackets.
6945
6946 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6949
6950 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6953 Remove. Update callers to use expand-file-name instead.
6954
6955 * subr.el (syntax-class): New function.
6956
6957 * simple.el (blink-matching-open): Use it.
6958
6959 * paren.el (show-paren-function): Use it to recognize parens that are
6960 also used in 2-char comment markers.
6961
6962 2005-04-19 Lute Kamstra <lute@gnu.org>
6963
6964 * loadhist.el (unload-feature): Update for new format of
6965 load-history. Simplify the code.
6966
6967 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6968
6969 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6970 (mac-add-charset-info): New function. Initialize variable
6971 mac-charset-info-alist using it.
6972 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6973 for translation.
6974 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6975 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6976 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6977 New CCL programs.
6978
6979 2005-04-19 Kim F. Storm <storm@cua.dk>
6980
6981 * simple.el (next-buffer, prev-buffer, next-error)
6982 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6983 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6984
6985 * bindings.el (next-buffer, prev-buffer, next-error)
6986 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6987 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6988 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6989 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6990
6991 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * isearch.el (isearch-edit-string): Make the search-ring available for
6994 minibuffer history commands.
6995 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6996 the default history commands now work just as well.
6997 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6998
6999 2005-04-18 Kim F. Storm <storm@cua.dk>
7000
7001 * emulation/cua-base.el (cua--pre-command-handler): Add more
7002 elaborate check for shift modifier on non-window systems.
7003
7004 2005-04-18 Lars Hansen <larsh@math.ku.dk>
7005
7006 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
7007
7008 2005-04-18 Kim F. Storm <storm@cua.dk>
7009
7010 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7011 and make it optional. Don't test tooltip-gud-echo-area here.
7012 (tooltip-gud-process-output, gdb-tooltip-print):
7013 Pass tooltip-gud-echo-area to tooltip-show.
7014 (tooltip-help-tips): Remove second optional arg to tooltip-show.
7015
7016 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7017
7018 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7019 `display-graphic-p' may not be bound yet.
7020
7021 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * startup.el (command-line): No longer enable Xterm Mouse mode by
7024 default in terminals compatible with xterm.
7025
7026 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7027
7028 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7029
7030 * tooltip.el (tooltip-gud-echo-area): Rename from
7031 tooltip-use-echo-area.
7032 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7033 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7034 area independently of where help tooltips are displayed.
7035
7036 2005-04-17 David Kastrup <dak@gnu.org>
7037
7038 * cus-theme.el (custom-theme-write-variables): Quote variables
7039 where necessary.
7040
7041 2005-04-17 Richard M. Stallman <rms@gnu.org>
7042
7043 * simple.el (yank-excluded-properties): Add follow-link to value.
7044
7045 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7046
7047 * startup.el (fancy-splash-max-time): Just 30 seconds.
7048 (fancy-splash-delay): Just 7.
7049 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7050
7051 * loadhist.el (unload-feature): Update for new format of load-history.
7052 Simplify the code.
7053
7054 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7055 (rmail-font-lock-keywords): Don't fontify the text of a citation.
7056
7057 * mail/sendmail.el (mail-font-lock-keywords):
7058 Don't fontify subject text.
7059 Don't fontify the text of a citation.
7060
7061 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
7062
7063 * comint.el (comint-output-filter): Run comint-output-filter-functions
7064 with point where the user had it.
7065
7066 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * international/ucs-tables.el (ucs-set-table-for-input):
7069 Disable when using unify-on-decoding.
7070
7071 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7072
7073 * emulation/cua-base.el (cua-global-mark-face): Add special case
7074 for displays supporting a high number of colors.
7075
7076 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7077
7078 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
7079
7080 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
7081
7082 * filesets.el (filesets-add-buffer): If user supplies a name of a
7083 non-existing fileset, create a new fileset.
7084
7085 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
7086
7087 * textmodes/org.el (org-up-heading-all): Fix bug with
7088 `outline-up-heading-all'.
7089
7090 2005-04-16 Andreas Schwab <schwab@suse.de>
7091
7092 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7093 /etc/permissions.d/* and /etc/aliases.d/*.
7094
7095 2005-04-16 Kenichi Handa <handa@m17n.org>
7096
7097 * international/code-pages.el (cp-make-coding-system):
7098 Set `translation-table-for-input' property value to the symbol
7099 ucs-mule-to-mule-unicode, not to that value.
7100 (pt154): Escape guillemet by `\'.
7101
7102 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7103
7104 * loadup.el: Load tooltip if x-show-tip is fboundp.
7105
7106 * startup.el (command-line): Add comment.
7107
7108 * tooltip.el (tooltip-mode): Specify correct standard value for
7109 Custom in init-value.
7110
7111 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7114 possible.
7115
7116 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
7117
7118 * textmodes/org.el (org-agenda-date-prompt): Rename from
7119 `org-agenda-date-today'.
7120 (org-evaluate-time-range): Insert at point instead of directly
7121 after time range.
7122 (org-first-headline-recenter, org-subtree-end-visible-p)
7123 (org-optimize-window-after-visibility-change): New functions
7124 (org-agenda-post-command-hook): Don't allow point at end of line,
7125 to make sure it always hits the text properties.
7126 (org-agenda-next-date-line, org-agenda-previous-date-line):
7127 New commands.
7128 (org-set-regexps-and-options): Category may contain white space.
7129 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7130 Improve marker positions.
7131 (org-agenda-new-marker): Argument POS made optional.
7132 (org-agenda-get-timestamps): Deadlines which are done are listed
7133 in org-done-face now.
7134 (org-agenda-get-todos, org-agenda-get-timestamps)
7135 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7136 Set `undone-face' and `done-face' properties.
7137 (org-last-todo-state-is-todo): New variable.
7138 (org-todo): Set `org-last-todo-state-is-todo'.
7139 (org-agenda-todo): Change face according to
7140 `org-last-todo-state-is-todo'. And change other lines referring to
7141 the same entry.
7142 (org-calendar-goto-agenda): New command.
7143 (org-calendar-to-agenda-key): New option.
7144 (org-startup-folded): New allowed value `content'.
7145 (org-set-regexps-and-options): Accept new value `content' for
7146 `org-startup-folded'.
7147 (org-get-current-options): Handle new value `content' for
7148 `org-startup-folded'.
7149 (org-insert-todo-heading): New command.
7150 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7151 interactively in empty file and option
7152 `org-insert-mode-line-in-empty-file' has been set.
7153 (org-agenda-todo,org-agenda-priority): Modify to use
7154 `org-agenda-change-all-lines'.
7155 (org-warning-face): Change color on dark background
7156
7157 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7158
7159 * international/mule-cmds.el (set-locale-environment): On Mac OS,
7160 use preferences AppleLocale and AppleLanguages, and variable
7161 mac-system-locale for default locale. On Mac OS Classic, use
7162 mac-system-coding-system for default coding systems.
7163
7164 * term/mac-win.el: Don't set file-name-coding-system.
7165 Decode variables system-name, emacs-build-system, user-login-name, and
7166 user-full-name by mac-system-coding-system on Mac OS Classic.
7167 (mac-system-coding-system): New variable.
7168
7169 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
7170
7171 * startup.el (command-line): Handle `xterm-mouse-mode' before
7172 reading init file.
7173
7174 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7175
7176 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7177
7178 * progmodes/sh-script.el (sh-here-document-word): Make it a
7179 defcustom. Doc fix.
7180 (sh-add): Bash uses $(( )) for arithmetic.
7181 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7182 (sh-maybe-here-document): Remove quotes and leading whitespace
7183 from heredoc word when closing. Indent heredoc with tabs if word
7184 starts with "-".
7185
7186 2005-04-13 Richard M. Stallman <rms@gnu.org>
7187
7188 * simple.el (undo): Fix previous change.
7189
7190 * custom.el (defface): Doc fix.
7191
7192 2005-04-13 Lute Kamstra <lute@gnu.org>
7193
7194 * Makefile.in (DONTCOMPILE): Remove list.
7195 (compile, compile-always): Don't use DONTCOMPILE.
7196 (update-authors): Load the library in which batch-update-authors
7197 is defined.
7198 * makefile.w32-in (DONTCOMPILE): Remove list.
7199 (compile, compile-always): Fix comments.
7200 (update-authors): Load the library in which batch-update-authors
7201 is defined.
7202
7203 * generic-x.el (generic-mode-ini-file-find-file-hook):
7204 Rename to ini-generic-mode-find-file-hook.
7205 Keep generic-mode-ini-file-find-file-hook as an alias.
7206 (ini-generic-mode-find-file-hook): Rename from
7207 generic-mode-ini-file-find-file-hook. Fix docstring.
7208 (ini-generic-mode): Docstring change.
7209 (bat-generic-mode-run-as-comint): Silence the byte compiler.
7210
7211 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7212 called from lisp.
7213
7214 * generic.el: Move to the emacs-lisp subdir.
7215
7216 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7217
7218 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7219 and C-S- function and cursor motion keys.
7220
7221 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7222
7223 * startup.el (command-line): Enable Xterm Mouse mode by default.
7224 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7225 for Custom. No longer show "Mouse" in mode line when enabled.
7226 Doc fix.
7227
7228 2005-04-12 Kim F. Storm <storm@cua.dk>
7229
7230 * emulation/cua-base.el (cua-rectangle-face)
7231 (cua-rectangle-noselect-face): Define face attributes here.
7232
7233 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7234
7235 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7236
7237 * startup.el (command-line): Turn off blinking cursor if
7238 cursorBlink in resources is off or false.
7239
7240 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7241
7242 * term/mac-win.el (dnd): Require dnd.
7243 (mac-drag-n-drop): Call dnd-handle-one-url.
7244 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7245 (kTextEncodingISOLatin2): Remove constants.
7246 (mac-script-code-coding-systems): New constant.
7247 (mac-handle-language-change): New function.
7248 (special-event-map): Bind it to `language-change' event.
7249 (mac-centraleurroman, mac-cyrillic): New coding systems.
7250 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7251 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7252 and mac-cyrillic-encoder to encode-mac-centraleurroman and
7253 encode-mac-cyrillic, respectively.
7254
7255 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7258 Don't set overlay-arrow-string to "=>" as this is done
7259 globally in C now.
7260
7261 2005-04-12 Lute Kamstra <lute@gnu.org>
7262
7263 * generic-x.el (rc-generic-mode, rul-generic-mode):
7264 Fix auto-mode-alist entries.
7265 (etc-fstab-generic-mode): Tweak fontification.
7266
7267 * generic.el (generic-make-keywords-list): Fix docstring.
7268 (generic-mode-internal): Simplify generic-font-lock-keywords.
7269
7270 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7271
7272 * whitespace.el (whitespace-buffer-leading)
7273 (whitespace-buffer-trailing): Revert the incorrect test inversion.
7274 However, fix the highlight area for the leading and
7275 trailing whitespaces to show space.
7276
7277 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7278
7279 * whitespace.el (whitespace-version): Bump to 3.5
7280
7281 (whitespace-buffer-leading, whitespace-buffer-trailing):
7282 Invert sense of the test to highlight the whitespace.
7283
7284 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7285
7286 * progmodes/gud.el (gud-display-line): GUD uses its own
7287 overlay arrow now so don't set overlay-arrow-string.
7288 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7289
7290 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7291
7292 * term.el (term-ansi-current-bold, term-ansi-current-underline)
7293 (term-ansi-current-reverse, term-ansi-current-invisible)
7294 (term-ansi-face-already-done): Change to boolean.
7295 (term-reset-terminal, term-handle-colors-array): Handle the above
7296 vars accordingly.
7297 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7298 (term-emulate-terminal): Use the new name.
7299
7300 * faces.el (secondary-selection): Use yellow1, not yellow.
7301 (trailing-whitespace): Use red1, not red.
7302
7303 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7304
7305 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7306 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7307 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7308
7309 * cus-edit.el (dnd): New group.
7310
7311 * term/w32-win.el (dnd): Require dnd
7312 (w32-drag-n-drop): Call dnd-handle-one-url.
7313
7314 * x-dnd.el: Require dnd.
7315 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7316 Call dnd-handle-one-url.
7317 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7318 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7319 to dnd-insert-text.
7320 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7321 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7322 (x-dnd-get-local-file-name, x-dnd-open-local-file)
7323 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7324
7325 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7326
7327 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7328
7329 * wdired.el: Doc fixes.
7330 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7331 (wdired-use-dired-vertical-movement): Rename from
7332 wdired-always-move-to-filename-beginning.
7333 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7334 (wdired-change-to-wdired-mode): Change mode name.
7335 (wdired-newline): Delete.
7336
7337 2005-04-11 Richard M. Stallman <rms@gnu.org>
7338
7339 * whitespace.el (whitespace-highlight-the-space):
7340 Don't call whitespace-unhighlight-the-space here.
7341
7342 * simple.el (undo): Record t in undo-equiv-table
7343 for the redo record made by an undo-in-region.
7344
7345 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7346
7347 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7348 (gdb-frame-inferior-io-buffer): New Functions to control
7349 display of separate IO buffer.
7350 (menu): Add them to menu-bar.
7351 (gdb-display-buffer): Check for buffer another frame.
7352 Protect GUD buffer.
7353 (gdb-setup-windows): Create IO buffer if not already there.
7354 (gdb-memory-mode): Remove purecopy noops.
7355
7356 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7357
7358 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7359 and pass to self-insert-command.
7360
7361 2005-04-11 Lute Kamstra <lute@gnu.org>
7362
7363 * generic.el: Commentary section cleanup.
7364 (generic): Delete.
7365 (generic-use-find-file-hook, generic-lines-to-scan)
7366 (generic-find-file-regexp, generic-ignore-files-regexp)
7367 (default-generic-mode, generic-mode-find-file-hook)
7368 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7369 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7370 (generic-use-find-file-hook, generic-lines-to-scan)
7371 (generic-find-file-regexp, generic-ignore-files-regexp)
7372 (default-generic-mode, generic-mode-find-file-hook)
7373 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7374
7375 2005-04-10 Karl Fogel <kfogel@red-bean.com>
7376
7377 * bookmark.el (bookmark-write-file): Catch errors writing file.
7378 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7379
7380 2005-04-10 Richard M. Stallman <rms@gnu.org>
7381
7382 * startup.el (fancy-splash-tail): Update copyright year.
7383 (command-line): Split part of -Q into -D.
7384 (emacs-basic-display): New defvar.
7385 (fancy-splash-text): Correct name of menu item.
7386
7387 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7388
7389 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7390 lines in one node.
7391
7392 * comint.el (comint-send-input): New arg ARTIFICIAL.
7393 Callers in this file changed.
7394
7395 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7396
7397 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7398
7399 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7402 `ldap-search-internal'.
7403
7404 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * files.el (set-auto-mode-1): Use line-end-position.
7407
7408 * international/latin-1.el:
7409 * international/latin-2.el:
7410 * international/latin-3.el:
7411 * international/latin-4.el:
7412 * international/latin-5.el:
7413 * international/latin-8.el:
7414 * international/latin-9.el: Give punctuation syntax to NBSP.
7415
7416 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7417 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7418 Use char-classes to accept non-ascii letters, accepted in some recent
7419 bibtex implementations.
7420
7421 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7422
7423 * custom.el (custom-set-minor-mode): Any non-nil value for the
7424 variable should enable the mode when set through Custom.
7425
7426 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7429 TAB binding so tab-always-indent is obeyed.
7430 (vhdl-minibuffer-local-map): Move initialization into declaration.
7431 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7432 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7433 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7434 (vhdl-current-line): Use line-beginning-position.
7435 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7436 with-output-to-temp-buffer, so the current position can be recorded.
7437
7438 2005-04-10 Masatake YAMATO <jet@gyve.org>
7439
7440 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7441 Add regexp for gcov.
7442
7443 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7444
7445 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7446 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7447 syntax which Emacs 20 doesn't support.
7448
7449 2005-04-09 Richard M. Stallman <rms@gnu.org>
7450
7451 * help.el (describe-key-briefly, describe-key):
7452 Replace strings as event types with "(any string)".
7453
7454 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * arc-mode.el (archive-mode-map): Move initialization into
7457 the declaration. Override *all* bindings of `undo'.
7458 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7459
7460 2005-04-09 Jay Belanger <belanger@truman.edu>
7461
7462 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7463
7464 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7465
7466 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7467 (xterm-register-default-colors): Update color values computation
7468 to match xterm-200.
7469
7470 2005-04-09 Kenichi Handa <handa@m17n.org>
7471
7472 * international/code-pages.el (iso-latin-7): Fix the map.
7473
7474 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * emacs-lisp/lisp.el (defun-prompt-regexp)
7477 (parens-require-spaces, buffer-end, end-of-defun)
7478 (insert-parentheses): Doc fixes.
7479
7480 2005-04-08 Kim F. Storm <storm@cua.dk>
7481
7482 * comint.el (comint-highlight-prompt): Fix face spec.
7483 * hi-lock.el (hi-green): Likewise.
7484
7485 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7486
7487 * cus-edit.el (custom-modified-face):
7488 * comint.el (comint-highlight-input): Fix previous changes.
7489 * term.el (term-handle-ansi-escape): Add a comment.
7490
7491 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7494 in the buffer and in whitespace-highlighted-space.
7495 (whitespace-unhighlight-the-space): Simplify.
7496 (whitespace-buffer): Simplify.
7497
7498 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7499
7500 * textmodes/table.el (table-cell-face): Add special case for
7501 displays supporting a high number of colors.
7502 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7503 (vhdl-font-lock-reserved-words-face)
7504 (vhdl-speedbar-architecture-face)
7505 (vhdl-speedbar-instantiation-face)
7506 (vhdl-speedbar-architecture-selected-face)
7507 (vhdl-speedbar-instantiation-selected-face): Likewise.
7508 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7509 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7510 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7511 (ebrowse-root-class-face, ebrowse-member-attribute-face)
7512 (ebrowse-progress-face): Likewise.
7513 * progmodes/compile.el (compilation-info-face): Likewise.
7514 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7515 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7516 * calendar/calendar.el (diary-face): Likewise.
7517 * woman.el (woman-italic-face, woman-bold-face)
7518 (woman-unknown-face): Likewise.
7519 * wid-edit.el (widget-button-pressed-face): Likewise.
7520 * whitespace.el (whitespace-highlight-face): Likewise.
7521 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7522 * pcvs-info.el (cvs-marked-face): Likewise.
7523 * info.el (info-xref): Likewise.
7524 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7525 * hilit-chg.el (highlight-changes-face)
7526 (highlight-changes-delete-face): Likewise.
7527 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7528 (hi-red-b): Likewise.
7529 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7530 * font-lock.el (font-lock-keyword-face)
7531 (font-lock-function-name-face, font-lock-warning-face): Likewise.
7532 * cus-edit.el (custom-invalid-face, custom-modified-face)
7533 (custom-set-face, custom-changed-face, custom-variable-tag-face)
7534 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7535 * comint.el (comint-highlight-prompt): Likewise.
7536
7537 2005-04-08 Lute Kamstra <lute@gnu.org>
7538
7539 * font-lock.el (font-lock-keywords): Docstring fixes.
7540
7541 2005-04-08 Kenichi Handa <handa@m17n.org>
7542
7543 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7544 chars are more than a limit, print " and more..." at the tail.
7545
7546 2005-04-08 Kim F. Storm <storm@cua.dk>
7547
7548 * emacs-lisp/authors.el (authors-aliases): Update list.
7549 (authors-ignored-files): New list.
7550 (authors-fixed-entries): Fix typo.
7551 (authors-renamed-files-alist): Update list.
7552 (authors-add): Check authors-ignored-files.
7553
7554 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
7555
7556 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7557 optional, to ensure backward compatibility.
7558
7559 2005-04-08 Stephen Eglen <stephen@gnu.org>
7560
7561 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7562
7563 2005-04-08 Kim F. Storm <storm@cua.dk>
7564
7565 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7566
7567 * mouse.el (mouse-on-link-p): Doc fix.
7568
7569 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7570
7571 * ielm.el (ielm-prompt-read-only): Doc fix.
7572
7573 * comint.el (comint-prompt-read-only): Doc fix.
7574
7575 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7576
7577 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7578 ensure dired always handles wildcards passed to ffap.
7579 (find-file-at-point): Use it.
7580 (ffap-dired-wildcards): Doc fix.
7581
7582 2005-04-07 Juri Linkov <juri@jurta.org>
7583
7584 * simple.el (next-error-overlay-arrow-position): New defvar.
7585 Put "=>" on its property `overlay-arrow-string'. Add it to
7586 `overlay-arrow-variable-list'.
7587
7588 * progmodes/compile.el (compilation-setup):
7589 Set `next-error-overlay-arrow-position' to nil. Also set it to
7590 nil in the local hook `kill-buffer-hook'. Make local variable
7591 `overlay-arrow-string' and set it to "=>".
7592 (compilation-goto-locus): Set BOL position to
7593 `next-error-overlay-arrow-position' instead of
7594 `overlay-arrow-position'.
7595
7596 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7597 locally instead of adding it to the global hook.
7598 (Info-kill-buffer): Move up.
7599
7600 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7601
7602 * term/xterm.el (xterm-standard-colors): Update color values from
7603 xterm-200.
7604
7605 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7608
7609 * fast-lock.el:
7610 * lazy-lock.el: Move them to the obsolete subdir.
7611
7612 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7613
7614 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7615 (wdired-add-replace-advice): Remove.
7616 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7617
7618 2005-04-06 Kim F. Storm <storm@cua.dk>
7619
7620 * startup.el (command-line): Add --bare-bones alias for -Q.
7621
7622 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7623
7624 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7625 create the startup fontset if a font specification ends with
7626 `mac-roman'.
7627
7628 2005-04-06 Lute Kamstra <lute@gnu.org>
7629
7630 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7631 change.
7632
7633 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7634 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7635
7636 2005-04-05 Lute Kamstra <lute@gnu.org>
7637
7638 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7639 (define-generic-mode): Ditto. Fix debug declaration.
7640
7641 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7642 Put them in the generic-x group.
7643
7644 * calendar/timeclock.el (timeclock): Doc fix.
7645
7646 * generic.el (define-generic-mode): Don't use custom-current-group.
7647 Document default :group value.
7648 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7649 (define-global-minor-mode): Don't use custom-current-group.
7650
7651 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7652
7653 * startup.el (command-line-1): Display startup-echo-area-message
7654 when fancy splash screen is in use.
7655
7656 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7657 (sh-escaped-newline): New face.
7658 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7659 newline, and use sh-escaped-newline face.
7660
7661 * progmodes/tcl.el (tcl-escaped-newline): New face.
7662 (tcl-builtin-list): New variable.
7663 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7664 newlines. Fix keywords subexpression number.
7665
7666 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7667
7668 * textmodes/org.el (org-diary-default-entry): Fix call to
7669 `add-to-diary-entry'.
7670
7671 2005-04-05 Kim F. Storm <storm@cua.dk>
7672
7673 * ediff-init.el: Use (featurep 'xemacs).
7674
7675 2005-04-05 David Ponce <david@dponce.com>
7676
7677 * cus-edit.el (face): Derive from symbol widget. Display sample
7678 of the current face on the fly.
7679 (widget-face-sample-face-get, widget-face-notify): New functions.
7680 (widget-face-value-create): Remove.
7681
7682 * wid-edit.el (widget-field-end): Temporarily remove field
7683 narrowing before to call `get-char-property'.
7684
7685 2005-04-04 Jay Belanger <belanger@truman.edu>
7686
7687 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7688 (math-read-subscripts): New variable.
7689 (math-read-preprocess-string): Process subscripts.
7690
7691 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7692
7693 * comint.el (comint-prompt-read-only): Doc fix.
7694
7695 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7696 `-1'. Doc fix.
7697
7698 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7699
7700 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7701 Change default value to nil.
7702
7703 2005-04-04 Lute Kamstra <lute@gnu.org>
7704
7705 * autorevert.el (auto-revert-mode): Specify :group.
7706 * battery.el (display-battery-mode): Specify :group.
7707 * diff-mode.el (diff-minor-mode): Specify :group.
7708 * font-core.el (font-lock-mode): Specify :group.
7709 * hl-line.el (hl-line-mode): Specify :group.
7710 * iimage.el (iimage): New customization group.
7711 (iimage-mode): Specify :group.
7712 * longlines.el (longlines-mode): Specify :group.
7713 * master.el: Don't require easy-mmode.
7714 (master): New customization group.
7715 (master-mode): Specify :group.
7716 * msb.el (msb-mode): Specify :group.
7717 * reveal.el (reveal-mode): Specify :group.
7718 * simple.el (next-error-follow-minor-mode): Specify :group.
7719 * smerge-mode.el (smerge-mode): Specify :group.
7720 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7721 * emulation/cua-base.el (cua-mode): Specify :group.
7722 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7723 * language/thai-util.el (thai-auto-composition-mode)
7724 (thai-word-mode): Specify :group.
7725 * mail/supercite.el (sc-minor-mode): Specify :group.
7726 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7727 * progmodes/flymake.el (flymake-mode): Specify :group.
7728 * progmodes/glasses.el (glasses-mode): Specify :group.
7729 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7730 * textmodes/enriched.el (enriched-mode): Specify :group.
7731 * textmodes/refill.el (refill-mode): Specify :group.
7732
7733 * add-log.el (change-log-font-lock-keywords): Names in
7734 parenthesized lists can contain spaces.
7735
7736 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7737
7738 * startup.el (fancy-splash-text): Shorten default text of
7739 "Emacs Tutorial" line. Also, if the current language env
7740 indicates an available tutorial file other than TUTORIAL,
7741 extract its title and append it to the line in parentheses.
7742 (fancy-splash-insert): If arg is a thunk, funcall it.
7743
7744 2005-04-04 Jay Belanger <belanger@truman.edu>
7745
7746 * calc.el (calc-language-alist): Add tags to customization type.
7747
7748 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7749
7750 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7751 Doc fix.
7752
7753 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7754
7755 * add-log.el (change-log-font-lock-keywords): The manual
7756 describing a Change Log entry, says: (...) "Aside from these
7757 header lines, every line in the change log starts with a space or
7758 a tab.". The font-lock was not highlighting lines started with
7759 spaces, added support for it.
7760
7761 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7762
7763 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7764 (bibtex-generate-url-list): Update docstring accordingly. Put the
7765 complex example in the docstring.
7766 (bibtex-font-lock-url): Use pop.
7767
7768 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7771
7772 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7773
7774 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7775
7776 * filesets.el (filesets-set-default): Doc fix.
7777
7778 2005-04-03 Lute Kamstra <lute@gnu.org>
7779
7780 * generic.el (define-generic-mode): Add argument to specify
7781 keywords for defcustom.
7782 (default-generic-mode): Specify :group.
7783
7784 * generic-x.el: Specify :group for all generic modes.
7785
7786 * desktop.el (desktop-no-desktop-file-hook)
7787 (desktop-after-read-hook): Doc fix.
7788
7789 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * simple.el (visible-mode): Use explicit :group keyword.
7792 This changes the group of `visible-mode-hook' from paren-blinking
7793 to editing-basics.
7794
7795 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7796
7797 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7798 mailbox specifications as well as URLs.
7799 (rmail-insert-inbox-text): Remove unused conditional branches.
7800
7801 2005-04-01 Jay Belanger <belanger@truman.edu>
7802
7803 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7804 (calc-gnuplot-print-command): Move definitions to calc.el.
7805
7806 * calc/calc-embed.el (calc-embedded-announce-formula)
7807 (calc-embedded-open-formula, calc-embedded-close-formula)
7808 (calc-embedded-open-word, calc-embedded-close-word)
7809 (calc-embedded-open-plain, calc-embedded-close-plain)
7810 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7811 (calc-embedded-open-mode, calc-embedded-close-mode):
7812 Move definitions to calc.el.
7813
7814 * calc/calc.el (calc-settings-file, calc-language-alist):
7815 Make customizable.
7816 (calc-embedded-announce-formula, calc-embedded-open-formula)
7817 (calc-embedded-close-formula, calc-embedded-open-word)
7818 (calc-embedded-close-word, calc-embedded-open-plain)
7819 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7820 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7821 (calc-embedded-close-mode, calc-gnuplot-name)
7822 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7823 from other files and make customizable.
7824
7825 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7828 Use buffer-live-p.
7829 (cvs-mode-run): Don't call cvs-update-header here.
7830 (cvs-run-process): Call cvs-update-header.
7831 Use process properties for cvs-postprocess and cvs-buffer so that
7832 the sentinel can behave better if the temp buffer is killed.
7833 Use a pipe rather than a tty, to better handle unexpected prompts.
7834 (cvs-sentinel): Rewrite. Call cvs-update-header.
7835
7836 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7837
7838 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7839 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7840
7841 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * generic.el (define-generic-mode): Add indentation rule.
7844
7845 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7846
7847 * files.el (mode-require-final-newline): Make Custom correctly
7848 report a nil value and allow to set it to nil via Custom.
7849 Doc fix.
7850
7851 2005-04-01 Kenichi Handa <handa@m17n.org>
7852
7853 * international/characters.el: Enable the correct case setting for
7854 dotless-i and dotted-I.
7855
7856 2005-04-01 Kim F. Storm <storm@cua.dk>
7857
7858 * ido.el (ido-file-internal): Fall back to non-ido command if
7859 initial directory is on slow ftp (or tramp) host.
7860
7861 2005-03-31 Richard M. Stallman <rms@gnu.org>
7862
7863 * emacs-lisp/autoload.el (make-autoload):
7864 Handle define-global-minor-mode.
7865
7866 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7867 Rename from easy-mmode-define-global-mode.
7868 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7869
7870 * progmodes/scheme.el (scheme-mode-syntax-table):
7871 Update syntax of | and # for two-character comment syntax.
7872
7873 2005-03-31 Lute Kamstra <lute@gnu.org>
7874
7875 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7876 (define-minor-mode): Call custom-current-group at load-time.
7877
7878 * generic.el (define-generic-mode): Add debug declaration.
7879 Add defcustom for the mode hook.
7880 (generic-mode-internal): Use run-mode-hooks.
7881
7882 2005-03-31 Kim F. Storm <storm@cua.dk>
7883
7884 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7885 (mouse-fixup-help-message): New defun called by show_help_echo
7886 to fixup mouse-2 prefix in help messages when applicable.
7887
7888 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7889
7890 2005-03-31 Kenichi Handa <handa@m17n.org>
7891
7892 * language/thai-word.el (thai-find-word-ends): Pay attention to
7893 the case that we reach the end of buffer.
7894
7895 * textmodes/fill.el (fill-text-properties-at): New function.
7896 (fill-newline): Use fill-text-properties-at instead of
7897 text-properties-at.
7898
7899 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7900
7901 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7902 not comint-quote-filename.
7903
7904 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7905
7906 * help-fns.el (help-with-tutorial): Revert last change.
7907
7908 2005-03-31 Kim F. Storm <storm@cua.dk>
7909
7910 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7911
7912 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7913
7914 * calendar/cal-china.el: Update reference to "Calendrical
7915 Calculations" book; there's a new edition.
7916 * calendar/cal-coptic.el: Likewise.
7917 * calendar/cal-french.el: Likewise.
7918 * calendar/cal-hebrew.el: Likewise.
7919 * calendar/cal-islam.el: Likewise.
7920 * calendar/cal-iso.el: Likewise.
7921 * calendar/cal-julian.el: Likewise.
7922 * calendar/cal-mayan.el: Likewise.
7923 * calendar/cal-persia.el: Likewise.
7924 * calendar/calendar.el: Likewise.
7925 * calendar/holidays.el: Likewise.
7926 * calendar/lunar.el: Likewise.
7927 * calendar/solar.el: Likewise.
7928
7929 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7930 white space from doc string.
7931
7932 2005-03-30 Jay Belanger <belanger@truman.edu>
7933
7934 * calc/calc-help.el (calc-full-help): Remove email address.
7935
7936 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7937
7938 * help-fns.el (help-with-tutorial): Delete title line.
7939
7940 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7941
7942 * calendar/cal-x.el (calendar-one-frame-setup)
7943 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7944 rather than 'symbol for set-window-dedicated-p.
7945
7946 * calendar/appt.el (appt-buffer-name): Make it a constant.
7947 (appt-add): Doc fix.
7948
7949 * filesets.el (filesets-menu-path, filesets-menu-before)
7950 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7951 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7952 (filesets-add-submenu): Delete and use add-submenu instead.
7953
7954 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
7955
7956 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7957 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7958 (org-diary-default-entry): New function.
7959 (org-get-entries-from-diary): Better parsing of diary entries.
7960 (org-agenda-check-no-diary): New function.
7961 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7962 linking to diary entries.
7963 (org-agenda-execute-calendar-command): New function.
7964 (org-agenda): Improve visible section in window.
7965 Use `org-fit-agenda-window'.
7966 (org-fit-agenda-window): New option.
7967 (org-move-subtree-down): Better handling of empty lines
7968 at end of subtree.
7969 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7970 levels up.
7971 (org-fontify-done-headline): New option.
7972 (org-headline-done-face): New face.
7973 (org-set-font-lock-defaults): Use `org-headline-done-face'.
7974 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7975 When current field is non-empty, it is copied to next row.
7976 (org-table-copy-from-above): Fix bug which made it
7977 impossible to copy fields containing only a single non-white character.
7978
7979 2005-03-30 Kim F. Storm <storm@cua.dk>
7980
7981 * kmacro.el (kmacro-end-macro): Isearch may store this command
7982 into the macro -- so ignore it when executing keyboard macro.
7983
7984 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7985
7986 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7987
7988 2005-03-29 Kenichi Handa <handa@m17n.org>
7989
7990 * language/thai.el ("Thai"): Set setup-function and exit-function
7991 for Thai language environment.
7992
7993 * language/thai-util.el: Require thai-word.
7994 (thai-word-mode-map): New variable.
7995 (thai-word-mode): New minor mode.
7996 (setup-thai-language-environment-internal): New function.
7997 (exit-thai-language-environment-internal): New function.
7998
7999 * language/thai-word.el (thai-word-table): Declare it by defvar,
8000 use dolist to initialize it.
8001 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
8002 (thai-fill-find-break-point): New functions.
8003
8004 2005-03-29 Richard M. Stallman <rms@gnu.org>
8005
8006 * simple.el (idle-update-delay): Move definition up.
8007 (set-mark): Doc fix.
8008
8009 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8010
8011 * longlines.el: New file.
8012
8013 * simple.el (buffer-substring-filters): New variable.
8014 (filter-buffer-substring): New function.
8015 (kill-region, copy-region-as-kill): Use it.
8016
8017 * register.el (copy-to-register, append-to-register)
8018 (prepend-to-register): Use filter-buffer-substring.
8019
8020 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
8023 (gud-filter-pending-text): Move in front of gdb.
8024 (gud-overlay-arrow-position): New variable.
8025 (gud-sentinel, gud-display-line): Use it in place of
8026 overlay-arrow-position.
8027
8028 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8029
8030 * progmodes/fortran.el (fortran-if-indent): Doc fix.
8031 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8032 (fortran-font-lock-keywords-4): New variable.
8033 (fortran-blocks-re, fortran-end-block-re)
8034 (fortran-start-block-re): New constants, for hideshow.
8035 (hs-special-modes-alist): Add a Fortran entry.
8036 (fortran-mode-map): Bind fortran-end-of-block,
8037 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8038 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
8039 (fortran-looking-at-if-then, fortran-end-of-block)
8040 (fortran-beginning-of-block): New functions, for hideshow.
8041
8042 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8043 Doc fix. Tweak regexp.
8044 (f90-beginning-of-block): Push mark first.
8045
8046 2005-03-29 Jay Belanger <belanger@truman.edu>
8047
8048 * calc/calc.el: Update copyright date.
8049 (calc-version): Increase to 2.1.
8050 (calc-version-date): Remove.
8051
8052 * calc/calc-help.el: Update copyright date.
8053 (calc-full-help): Remove reference to calc-version-date.
8054 Update copyright date.
8055
8056 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * vc.el (vc-do-command): Use a pipe for async processes, so password
8059 prompts don't show up at places where the user can't reply.
8060
8061 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
8062
8063 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8064 on the file name we pass to the inferior shell.
8065
8066 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8067
8068 * progmodes/which-func.el (which-function): Be robust in the face of an
8069 imenu--make-index-alist failure.
8070
8071 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8074
8075 * progmodes/python.el (python-preoutput-filter): Fix last change.
8076
8077 2005-03-29 Lute Kamstra <lute@gnu.org>
8078
8079 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8080 functions and compiled macros.
8081 (debug-convert-byte-code): Handle macros too.
8082 (debug-on-entry-1): Don't signal an error when trying to clear a
8083 function that is not set to debug on entry.
8084
8085 2005-03-29 Jay Belanger <belanger@truman.edu>
8086
8087 * calc/calc-lang.el: Add functions to math-function-table
8088 properties of tex and math.
8089
8090 2005-03-29 Kenichi Handa <handa@m17n.org>
8091
8092 * ps-mule.el (ps-mule-plot-string): Translate characters by
8093 ps-print-translation-table.
8094 (ps-mule-begin-job): Call find-charset-region/string with
8095 ps-print-translation-table.
8096 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
8097
8098 * ps-print.el (ps-print-translation-table): New variable.
8099 (ps-plot-region): Translate characters by ps-print-translation-table.
8100
8101 2005-03-29 Juri Linkov <juri@jurta.org>
8102
8103 * simple.el (next-error-highlight-timer): New variable.
8104
8105 * progmodes/compile.el (compilation-goto-locus):
8106 Use `next-error-highlight-timer' instead of `sit-for'.
8107
8108 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * mail/supercite.el (sc-mail-field): Use assoc-string.
8111 (sc-get-address): Simplify regexps.
8112
8113 * files.el (minibuffer-with-setup-hook): New macro.
8114 (find-file-read-args): Use it to avoid let-binding
8115 minibuffer-with-setup-hook (which breaks turning on/off
8116 file-name-shadow-mode while in the prompt).
8117
8118 * complete.el (PC-read-include-file-name-internal): Use
8119 test-completion.
8120
8121 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8124
8125 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * window.el (window-buffer-height): Use count-screen-lines.
8128
8129 * progmodes/python.el (python-preoutput-leftover): New var.
8130 (python-preoutput-filter): Use it.
8131 (python-send-receive): Loop until all the result has been received.
8132
8133 2005-03-28 Juri Linkov <juri@jurta.org>
8134
8135 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8136
8137 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8138 "Recover Crashed Session".
8139 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8140 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8141 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8142 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8143 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8144 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8145 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8146 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8147
8148 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8149 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8150 Ediff Sessions", "Toggle use of separate control buffer frame",
8151 "Use separate frame for Ediff control buffer".
8152
8153 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8154 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8155 "Rename Bookmark", "Delete Bookmark".
8156
8157 * info.el (Info-mode-menu): Remove ellipsis from "Index".
8158 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8159 Add `:active Info-index-alternatives' to "Next Matching Item".
8160
8161 * wdired.el (wdired-change-to-wdired-mode):
8162 Mention `wdired-abort-changes' key in the initial message.
8163
8164 * international/mule.el (auto-coding-alist): Associate non-ascii
8165 image filename extensions with `no-conversion'.
8166
8167 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * international/iso-acc.el:
8170 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8171
8172 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * textmodes/sgml-mode.el (html-mode): Doc update.
8175
8176 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8177
8178 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8179
8180 * term.el (term-move-columns): Fix face after extending a line.
8181 (term-insert-spaces): Likewise.
8182 (term-reset-terminal): Fix off by one error.
8183
8184 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8185
8186 * international/mule.el (auto-coding-alist): Add .xpi files.
8187
8188 * files.el (auto-mode-alist): Add .xpi files.
8189
8190 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
8191
8192 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8193
8194 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8195
8196 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8197
8198 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8199
8200 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8201 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
8202
8203 * calendar/cal-move.el (calendar-beginning-of-year): Move the
8204 cursor to Jan 1 when needed.
8205 (calendar-end-of-year): Fix -/+ typo.
8206 Reported by Chong Yidong <cyd@stupidchicken.com>.
8207
8208 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8211
8212 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8213 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
8214
8215 2005-03-25 Richard M. Stallman <rms@gnu.org>
8216
8217 * filesets.el (filesets-init): Add autoload.
8218
8219 * mail/mailalias.el (mail-directory): Doc fix.
8220
8221 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8222
8223 * mail/mailalias.el (mail-directory-process): Do nothing if
8224 mail-directory-process is an atom.
8225 (mail-get-names): Ignore mail-directory-names if it is an atom.
8226 (mail-directory-process defvar): Doc fix.
8227 (mail-names): Doc fix.
8228
8229 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
8230
8231 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8232
8233 2005-03-26 Kenichi Handa <handa@m17n.org>
8234
8235 * international/mule-util.el (detect-coding-with-priority):
8236 Call update-coding-systems-internal before detect-coding-region.
8237
8238 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
8239
8240 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8241 (gdb-frames-mode-map): Add follow-link property.
8242
8243 2005-03-25 Jay Belanger <belanger@truman.edu>
8244
8245 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8246 for variables.
8247
8248 2005-03-25 Juri Linkov <juri@jurta.org>
8249
8250 * image-mode.el: Optimize image filename extension regexps in
8251 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
8252 in `auto-mode-alist'.
8253 (image-mode): Add `image-toggle-display-text' to local hook
8254 `change-major-mode-hook'. Display the image as an image by
8255 default. Set `cursor-type' and `truncate-lines' if the image
8256 is already displayed. Take into account the current mode (image
8257 or text) in message.
8258 (image-minor-mode): New minor mode.
8259 (image-mode-maybe, image-toggle-display-text): New functions.
8260 (image-toggle-display): Use called-interactively-p.
8261 Let-bind `inhibit-read-only' to t.
8262
8263 * image-mode.el (image-minor-mode): Set `cursor-type' and
8264 `truncate-lines' if the image is already displayed. Add turning
8265 image-minor-mode off to `change-major-mode-hook'. Add message.
8266 Call `image-toggle-display-text' after turning image-minor-mode off.
8267
8268 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8271 Terminal.app, use utf-8.
8272 (set-display-table-and-terminal-coding-system): Add coding-system arg.
8273 (set-locale-environment): Use it.
8274
8275 * term/xterm.el: Undo last change, better done in mule-cmds.el.
8276
8277 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8278
8279 * progmodes/python.el (python-close-block-statement-p)
8280 (python-outdent-p, python-current-defun): Use symbol-end.
8281
8282 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8283
8284 * files.el (save-some-buffers): Doc fix.
8285
8286 2005-03-25 Werner Lemberg <wl@gnu.org>
8287
8288 * complete.el, thumbs.el: Replace `legal' with `valid'.
8289 * calendar/calendar.el: Replace `legal' with `valid'.
8290 * emacs-lisp/advice.el: Replace `legal' with `valid'.
8291 * mail/supercite.el: Replace `legal' with `valid'.
8292 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8293 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8294 Replace `legal' with `valid'.
8295 * textmodes/reftex-vars.el, textmodes/reftex.el:
8296 Replace `legal' with `valid'.
8297
8298 2005-03-25 Werner Lemberg <wl@gnu.org>
8299
8300 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8301 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8302 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8303 * emulation/vip.el: Replace `illegal' with `invalid'.
8304 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8305 `invalid'.
8306 * mail/supercite.el: Replace `illegal' with `invalid'.
8307 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8308 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8309 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8310 * progmodes/sh-script.el, progmodes/xscheme.el:
8311 Replace `illegal' with `invalid'.
8312 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8313 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8314 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8315 * textmodes/reftex.el, textmodes/org.el:
8316 Replace `illegal' with `invalid'.
8317
8318 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8319
8320 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8321 (flymake-find-buildfile, flymake-find-possible-master-files)
8322 (flymake-check-include, flymake-parse-line): Replace loops over the
8323 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8324
8325 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8326 Substitute file-name-as-directory in the rest of the file.
8327 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8328 (flymake-replace-region): Remove unused arg `buffer'.
8329 (flymake-check-patch-master-file-buffer): Update calls to it.
8330 (flymake-add-err-info): Remove unused var `count'.
8331 (flymake-mode): Use define-minor-mode.
8332
8333 * progmodes/flymake.el: Use with-current-buffer.
8334 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8335 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8336 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8337 Avoid testing for `xemacs'.
8338 (flymake-nop): Move.
8339 (flymake-region-has-flymake-overlays): Return the computed value.
8340 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8341 Remove unused var `endline'.
8342 (flymake-get-line-count): Remove unused function.
8343 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8344
8345 * emulation/vi.el:
8346 * generic.el:
8347 * hilit-chg.el (global-highlight-changes):
8348 * hi-lock.el (hi-lock-mode):
8349 * follow.el: find-file-hooks -> find-file-hook.
8350
8351 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8352
8353 2005-03-24 Juri Linkov <juri@jurta.org>
8354
8355 * dired.el (dired-mode-map): Add menu item "Compare directories"
8356 for dired-compare-directories.
8357
8358 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8359 Doc fix. Replace `read-file-name' with `read-directory-name'.
8360
8361 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8364
8365 2005-03-24 Jay Belanger <belanger@truman.edu>
8366
8367 * calc/calc-embed.el (calc-embedded-mode-change): Save all
8368 relevant mode settings in calc-embedded-original-modes when modes
8369 are permanently changed.
8370
8371 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * autoinsert.el: find-file-hooks -> find-file-hook.
8374
8375 2005-03-24 Lute Kamstra <lute@gnu.org>
8376
8377 * generic.el (generic-font-lock-defaults): Make it obsolete.
8378 (generic-font-lock-keywords): New variable to replace
8379 generic-font-lock-defaults.
8380 (generic-mode-set-font-lock): Delete it.
8381 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8382 (generic-bracket-support): Add docstring.
8383
8384 * generic-x.el: Rename generic-font-lock-defaults to
8385 generic-font-lock-keywords throughout.
8386 (mailagent-rules-setup-function): Delete it.
8387 (mailagent-rules-generic-mode): Use anonymous function instead.
8388 (show-tabs-generic-mode-font-lock-defaults-1)
8389 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8390 Quote faces.
8391 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8392 not foreground.
8393
8394 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8395 Recognize define-generic-mode.
8396
8397 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8400 if there's no completion table.
8401
8402 2005-03-23 Miles Bader <miles@gnu.org>
8403
8404 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8405 Remove tty-specific variants, as they're no longer needed.
8406
8407 2005-03-23 Lute Kamstra <lute@gnu.org>
8408
8409 * generic-x.el: Code cleanup: make args constant whenever possible.
8410 (installshield-statement-keyword-list)
8411 (installshield-system-functions-list)
8412 (installshield-system-variables-list, installshield-types-list)
8413 (installshield-funarg-constants-list): Make them constants.
8414
8415 * generic.el (generic-make-keywords-list): Add autoload cookie.
8416
8417 * calendar/time-date.el: Add comment on time value formats.
8418 Don't require parse-time.
8419 (with-decoded-time-value): New macro.
8420 (encode-time-value): New function.
8421 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8422 (days-to-time): Return a valid time value when arg is huge.
8423 (time-since): Use time-subtract.
8424 (time-to-number-of-days): Use time-to-seconds.
8425
8426 2005-03-23 David Ponce <david@dponce.com>
8427
8428 * recentf.el: (recentf-keep): New option.
8429 (recentf-menu-action): Default to `find-file'.
8430 (recentf-keep-non-readable-files-flag)
8431 (recentf-keep-non-readable-files-p)
8432 (recentf-file-readable-p, recentf-find-file)
8433 (recentf-cleanup-remote): Remove.
8434 (recentf-include-p): More robust.
8435 (recentf-keep-p): New function.
8436 (recentf-remove-if-non-kept): Rename from
8437 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
8438 All callers updated.
8439 (recentf-menu-items-for-commands): Fix help string.
8440 (recentf-track-closed-file): Update. Doc fix.
8441 (recentf-cleanup): Update. Count removed files. Doc fix.
8442
8443 2005-03-23 Kim F. Storm <storm@cua.dk>
8444
8445 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8446 Don't inherit from fringe face (now happens automatically).
8447
8448 2005-03-22 Kim F. Storm <storm@cua.dk>
8449
8450 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8451 position values.
8452
8453 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * menu-bar.el (showhide-date-time): Remove.
8456 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8457 (menu-bar-make-mm-toggle): Simplify.
8458
8459 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8460
8461 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8462 Accept qualified variable and function names.
8463
8464 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8465
8466 * bindings.el (completion-ignored-extensions):
8467 Remove ".lis" for `vax-vms'.
8468
8469 2005-03-22 Andreas Schwab <schwab@suse.de>
8470
8471 * generic-x.el: Revert last change.
8472 * ldefs-boot.el: Update.
8473
8474 2005-03-22 Jay Belanger <belanger@truman.edu>
8475
8476 * calc/calc-embed (calc-embedded-original-modes): New variable.
8477 (calc-embedded-save-original-modes)
8478 (calc-embedded-restore-original-modes): New functions.
8479 (calc-do-embedded): Save original modes when entering embedded mode
8480 and restore when leaving embedded mode.
8481 (calc-embedded-modes-change): Change the value of
8482 calc-embedded-original-modes to reflect permanent changes.
8483
8484 2005-03-22 Lute Kamstra <lute@gnu.org>
8485
8486 * generic-x.el: Require generic again.
8487
8488 2005-03-22 Miles Bader <miles@gnu.org>
8489
8490 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8491 Tweak details to look good on both ttys and bitmap displays, light
8492 or dark background, etc.
8493
8494 2005-03-21 Kim F. Storm <storm@cua.dk>
8495
8496 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8497 mouse position.
8498
8499 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * icomplete.el: Don't forcibly turn on the mode upon load.
8502 (icomplete-mode): Use define-minor-mode.
8503 (icomplete-eoinput): Default to nil.
8504 (icomplete-minibuffer-setup): Remove autoload.
8505 (icomplete-tidy): Simplify.
8506 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8507 in the initial state or if the user has modified the field.
8508 Fix handling of icomplete-max-delay-chars.
8509 Remove code that handles the oddball case where
8510 minibuffer-completion-table is an integer.
8511 Wrap icomplete-completions in while-no-input in case building
8512 completions takes more time than expected.
8513 (icomplete-completions): Simplify.
8514
8515 2005-03-21 Richard M. Stallman <rms@gnu.org>
8516
8517 * jka-compr.el (jka-compr-really-do-compress):
8518 Make variable buffer-local.
8519
8520 * image-mode.el: Handle .xpm files too.
8521 (image-toggle-display): Preserve modification flag.
8522
8523 * help.el (where-is): Don't mention aliases with no key bindings.
8524
8525 2005-03-21 Lute Kamstra <lute@gnu.org>
8526
8527 * generic.el: Fix commentary section. Don't require cl for
8528 compilation.
8529 (generic-mode-list): Add autoload cookie.
8530 (generic-use-find-file-hook, generic-lines-to-scan)
8531 (generic-find-file-regexp, generic-ignore-files-regexp)
8532 (generic-mode, generic-mode-find-file-hook)
8533 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8534 (define-generic-mode): Make it a defmacro. Fix docstring.
8535 (generic-mode-internal): Code cleanup. Add autoload cookie.
8536 (generic-mode-set-comments): Code cleanup.
8537 * generic-x.el: Don't prevent compilation. Don't require generic.
8538 Follow coding conventions. Minor code cleanup.
8539 (etc-fstab-generic-mode): Add some keywords.
8540 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8541 define-generic-mode like a function declaration.
8542
8543 2005-03-21 Jay Belanger <belanger@truman.edu>
8544
8545 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8546 changing modes.
8547
8548 2005-03-21 Sam Steingold <sds@gnu.org>
8549
8550 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8551
8552 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8553
8554 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8555 Add underscore to "f$ lexicals" regexp.
8556
8557 2005-03-20 Juri Linkov <juri@jurta.org>
8558
8559 * subr.el (progress-reporter-do-update): When `min-value' is equal
8560 to `max-value', set `percentage' to 0 and prevent division by zero.
8561
8562 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8563
8564 Sync with Tramp 2.0.48.
8565
8566 * tramp.el (all): Change all addresses to .gnu.org.
8567 (tramp-append-tramp-buffers): New defun.
8568 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8569 Catch `dont-send' signal.
8570 (tramp-set-auto-save-file-modes): Set always permissions, because
8571 there might be an old auto-saved file belonging to another
8572 original file. This could be a security threat. Reported by
8573 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8574 Check for Emacs 21.3.50 removed.
8575
8576 * tramp-smb.el (all): Remove debug construct for
8577 `with-parsed-tramp-file-name'.
8578 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8579 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8580 No error message if DIRECTORY or FILENAME doesn't exist.
8581 (tramp-smb-open-connection): Check existence of
8582 `tramp-smb-program'.
8583
8584 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8587 Properly handle the case where the `m' or `s' command's argument is not
8588 yet terminated.
8589 (perl-indent-new-calculate): New function.
8590 (perl-indent-line): Use it.
8591
8592 2005-03-20 Miles Bader <miles@gnu.org>
8593
8594 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8595 in text-mode too. Change to new face names.
8596 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8597 Add `:weight bold' attribute.
8598 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8599
8600 2005-03-19 Juri Linkov <juri@jurta.org>
8601
8602 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8603
8604 * international/mule.el (auto-coding-alist): Sync with
8605 `auto-mode-alist' by adding upper case archive file extensions
8606 and adding ear/war to jar extension.
8607
8608 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8609
8610 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8611 running, restart it.
8612
8613 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8614
8615 * finder.el (finder-current-item): Throw an error on an empty line.
8616
8617 * man.el (Man-follow-manual-reference): If current-word returns
8618 nil, use "".
8619
8620 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8621
8622 * simple.el (goto-line): Doc fix.
8623
8624 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8625
8626 * files.el (save-buffer): Doc fix.
8627
8628 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8629
8630 * recentf.el (recentf-cleanup-remote): New variable.
8631 (recentf-cleanup): Use it to conditionally check availability of
8632 remote files.
8633
8634 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8635
8636 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8637 function names.
8638
8639 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8640
8641 * language/thai-word.el: New file.
8642
8643 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8644
8645 * files.el (backup-buffer): If the file's directory is not
8646 writable, use copy instead of move to backup the file.
8647
8648 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8649
8650 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8651
8652 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8653
8654 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8655 Use functionp instead of symbolp and fboundp. Reported by Drkm
8656 <darkman_spam@yahoo.fr>.
8657 (ps-print-version): New version 6.6.6.
8658
8659 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8660
8661 * textmodes/table.el (table--line-column-position): New idiom.
8662 (table--row-column-insertion-point-p): New function to test
8663 validity of row and column insertion operation at a location.
8664 (table-global-menu, table-cell-menu): Use above functions for
8665 deterministic test operation.
8666 (table--editable-cell-p): Behave in deterministic fashion.
8667
8668 2005-03-18 Juri Linkov <juri@jurta.org>
8669
8670 * isearch.el (isearch-lazy-highlight-new-loop):
8671 Make arguments beg and end optional.
8672 (isearch-update): Remove optional arguments nil from
8673 isearch-lazy-highlight-new-loop.
8674 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8675 isearch-lazy-highlight-case-fold-search instead of
8676 isearch-case-fold-search, and let-bind isearch-regexp to
8677 isearch-lazy-highlight-regexp.
8678 Use isearch-lazy-highlight-last-string instead of isearch-string.
8679
8680 * replace.el (perform-replace): Remove bindings of global
8681 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8682 Add three new arguments to `replace-highlight'.
8683 (replace-highlight): Add arguments string, regexp, case-fold.
8684 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8685 to allow isearch-lazy-highlight-new-loop to use these values
8686 to set corresponding isearch-lazy-highlight-* internal
8687 variables whose values lazy highlighting will use regardless of
8688 changes to global variables isearch-string, isearch-regexp,
8689 isearch-case-fold-search during lazy highlighting loop.
8690 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8691 to `lazy-highlight-cleanup'.
8692
8693 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8694 (ispell-highlight-face): Set default face to `isearch' when
8695 lazy highlighting is enabled.
8696 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8697 priority to 1. Add lazy highlighting.
8698 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8699 from `isearch-dehighlight'.
8700
8701 2005-03-18 David Ponce <david@dponce.com>
8702
8703 * files.el (hack-local-variables): Do a case-insensitive search
8704 for End.
8705
8706 2005-03-18 Juri Linkov <juri@jurta.org>
8707
8708 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8709 `isearch-lazy-highlight-cleanup', add alias to old name and
8710 declare obsolete. Add release numbers to other obsolete vars.
8711 (isearch-done, isearch-lazy-highlight-new-loop):
8712 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8713 (lazy-highlight-cleanup) <variable>: Doc fix.
8714 (isearch-lazy-highlight-update): Rename obsolete
8715 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8716
8717 2005-03-18 Kenichi Handa <handa@m17n.org>
8718
8719 * language/thai-util.el: Fix categorization of Thai characters in
8720 thai-category-table.
8721 (thai-composition-pattern): Adjust it for the above change.
8722 (thai-self-insert-command, thai-compose-syllable): New functions.
8723 (thai-compose-region): Use thai-compose-syllable.
8724 (thai-compose-string): Likewise.
8725 (thai-composition-function): Likewise.
8726 (thai-auto-composition): New function.
8727 (thai-auto-composition-mode): New minor mode.
8728
8729 * language/thai.el: Fix patterns to be registered in
8730 composition-function-table.
8731
8732 * international/quail.el (quail-input-method): Locally bind
8733 inhibit-modification-hooks to t.
8734
8735 2005-03-17 Richard M. Stallman <rms@gnu.org>
8736
8737 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8738 (perl-mode): Use run-mode-hooks.
8739
8740 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8741 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8742 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8743
8744 * mail/sendmail.el (sendmail-send-it): Reenable the code
8745 to compute resend-to-address and use it.
8746
8747 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8748
8749 * image-mode.el: New file.
8750
8751 * image.el (insert-sliced-image): Add autoload cookie.
8752
8753 * font-lock.el (font-lock-lines-before): New user option.
8754 (font-lock-after-change-function): Obey it.
8755
8756 * bindings.el (esc-map): Make M-g a prefix.
8757 Bind M-g g and M-g M-g to goto-line.
8758
8759 * faces.el (face-id): Doc fix.
8760
8761 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8762
8763 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8764 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8765 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8766
8767 * mail/sendmail.el (mail-yank-ignored-headers)
8768 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8769 Add Mail-Followup-To and Mail-Reply-To headers.
8770 (mail-citation-hook): Add autoload cookie.
8771 (mail-mode): Doc fix.
8772 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8773 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8774 (mail-mode-fill-paragraph): Handle those headers.
8775 (mail-mailing-lists): New variable.
8776 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8777
8778 2005-03-17 Juri Linkov <juri@jurta.org>
8779
8780 * isearch.el (isearch-fallback): Check for `(car previous)'
8781 before calling `isearch-other-end-state'.
8782
8783 2005-03-17 Kim F. Storm <storm@cua.dk>
8784
8785 * simple.el (move-beginning-of-line): Move to beginning of buffer
8786 line, as well as beginning of screen line.
8787
8788 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8789
8790 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8791 argument REDRAW rather than calendar-redrawing variable.
8792 * calendar/calendar.el (calendar-redrawing): Delete.
8793 (redraw-calendar): Do not bind calendar-redrawing.
8794
8795 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8796
8797 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8798 diary-file buffer.
8799
8800 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * help.el (describe-mode): Allow a :minor-mode-function property to
8803 specify a different minor mode toggle function than the variable.
8804 * simple.el (auto-fill-function):
8805 * subr.el (add-minor-mode): Use it.
8806
8807 2005-03-16 Kenichi Handa <handa@m17n.org>
8808
8809 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8810 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8811 (ethio-fidel-to-sera-buffer): Likewise.
8812
8813 2005-03-16 Juri Linkov <juri@jurta.org>
8814
8815 * emacs-lisp/find-func.el (find-function-regexp):
8816 Add defun-emitting macro `menu-bar-make-toggle'.
8817
8818 * isearch.el: Put `isearch-scroll' property to
8819 `split-window-horizontally'.
8820
8821 * info.el: Update error messages for `debug-ignored-errors'.
8822 (Info-isearch-search): Doc fix.
8823 (Info-find-node): Move up code to go into info buffer before
8824 recording the node to the history.
8825 (Info-fontify-node): Fontify titles only if the next line
8826 has two or more `*', `=', `-', `.'.
8827 Display "go to this node" for empty (match-string 3).
8828
8829 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8830
8831 * term/mac-win.el: Add mouse pointer shape constants.
8832
8833 2005-03-15 Kim F. Storm <storm@cua.dk>
8834
8835 * simple.el (move-beginning-of-line): Use vertical-motion.
8836
8837 2005-03-15 Juri Linkov <juri@jurta.org>
8838
8839 * isearch.el (isearch-error): New variable.
8840 (isearch-invalid-regexp, isearch-within-brackets): Remove.
8841 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8842 (isearch-within-brackets-state): Remove.
8843 (isearch-case-fold-search-state, isearch-pop-fun-state):
8844 Decrease frame index.
8845 (isearch-mode, isearch-top-state, isearch-push-state)
8846 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8847 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8848 (isearch-search, isearch-lazy-highlight-new-loop):
8849 Replace `isearch-invalid-regexp' with `isearch-error'.
8850 Remove `isearch-within-brackets'.
8851 (isearch-search): Add `search-failed' handler to `condition-case'.
8852 (isearch-lazy-highlight-search): Add `condition-case' to catch
8853 errors and allow `isearch-lazy-highlight-update' to try
8854 highlighting from the beginning of the window.
8855 (isearch-repeat): Move up code to set isearch-wrapped to t
8856 before calling isearch-wrap-function.
8857
8858 * info.el (Info-isearch-initial-node): New internal variable.
8859 (Info-search): Signal an error in isearch mode when search leaves
8860 the initial node. Signal an error when `bound' is non-nil and
8861 nothing was found in the current subfile.
8862 (Info-isearch-search): Remove `condition-case'.
8863 (Info-isearch-wrap): Don't wrap when search failed during leaving
8864 the initial node. If `Info-isearch-search' is nil, wrap around
8865 the current node.
8866 (Info-isearch-start): New fun.
8867 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8868 `isearch-mode-hook'.
8869
8870 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8871
8872 * simple.el (normal-erase-is-backspace): Set default to t if
8873 running on Mac.
8874
8875 * term/mac-win.el (function-key-map): Sync with x-win.el.
8876
8877 2005-03-15 Kenichi Handa <handa@m17n.org>
8878
8879 * international/mule-cmds.el (locale-language-names): Modify the
8880 format of elements and add more entries.
8881 (locale-preferred-coding-systems): Add more entries.
8882 (set-locale-environment): Adjust for the change of
8883 locale-language-names.
8884
8885 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * pcvs.el (smerge-ediff): Remove bogus autoload.
8888
8889 2005-03-14 Lute Kamstra <lute@gnu.org>
8890
8891 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8892 Ignore a `*' at the beginning of a line.
8893
8894 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8895 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8896 subr.el.
8897 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8898 to specify indentation.
8899
8900 * generic.el (define-generic-mode): Let generic-mode-list be a
8901 list of strings; test membership with equal.
8902
8903 2005-03-14 Kim F. Storm <storm@cua.dk>
8904
8905 * simple.el (next-line, previous-line): Add optional try-vscroll
8906 arg to recognize interactive use. Pass it on to line-move.
8907 (line-move): Don't perform auto-window-vscroll when defining or
8908 executing keyboard macro to ensure consistent behavior.
8909
8910 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8913
8914 2005-03-13 Lute Kamstra <lute@gnu.org>
8915
8916 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8917 debugger-setup-buffer so that backtrace marks the frames set to
8918 debug-on-exit and we don't have to do it manually. Set an extra
8919 debug-on-exit for macro's.
8920 (debugger-setup-buffer): Don't mark the top frame manually.
8921
8922 2005-03-12 Lute Kamstra <lute@gnu.org>
8923
8924 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8925 lisp-indent-function throughout.
8926 (with-no-warnings): Set lisp-indent-function property.
8927
8928 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8929
8930 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8931 Add entry for backslash.
8932
8933 2005-03-12 Juri Linkov <juri@jurta.org>
8934
8935 * info.el (Info-search): Four fixes for backward search.
8936
8937 2005-03-11 Jay Belanger <belanger@truman.edu>
8938
8939 * calc/calc.el (calc-language-alist): New variable.
8940 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8941 (calc-embedded-find-modes): Use calc-language-alist instead of
8942 calc-embedded-language-alist.
8943
8944 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8945
8946 * calendar/calendar.el (calendar-redrawing): New internal
8947 variable.
8948 (redraw-calendar): Remove bogus save-excursion from previous
8949 change. Bind calendar-redrawing to t for mark-diary-entries.
8950 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8951 calendar if that is why we were called.
8952
8953 2005-03-11 Kenichi Handa <handa@m17n.org>
8954
8955 * international/mule.el (make-coding-system): Set property
8956 coding-system-define-form to nil.
8957 (define-coding-system-alias): Likewise.
8958
8959 2005-03-11 Kenichi Handa <handa@m17n.org>
8960
8961 These changes are suggested by Dave Love <fx@gnu.org>.
8962
8963 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8964 coding: tag.
8965 (adaptive-fill-regexp): Add more bullets.
8966 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8967 regexps.
8968
8969 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * help.el (describe-mode): Properly handle non-trivial lighters.
8972 Don't ignore minor modes that are not listed in minor-mode-list.
8973
8974 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8975 feature ON when the user requests to turn it OFF.
8976
8977 2005-03-10 Lute Kamstra <lute@gnu.org>
8978
8979 * emacs-lisp/debug.el (debug-entry-code): Delete it.
8980 (implement-debug-on-entry): New function to replace debug-entry-code.
8981 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8982 second argument as the 2005-03-07 change makes it obsolete.
8983 (debug-on-entry, cancel-debug-on-entry): Update call to
8984 debug-on-entry-1.
8985 (debug, debugger-setup-buffer): Comment update.
8986 (debugger-frame-number): Update to work with implement-debug-on-entry.
8987
8988 2005-03-10 Jay Belanger <belanger@truman.edu>
8989
8990 * calc/calc-embed.el (math-ms-args): Declare it.
8991 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8992 math-ms-args.
8993 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8994 variables.
8995
8996 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
8997
8998 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8999 Use message-box.
9000
9001 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
9002 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
9003 (tooltip-gud-tips): Simplify.
9004 (tooltip-gud-tips-p): Remove superfluous :set.
9005 (tooltip-gud-modes): Add fortran-mode.
9006 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
9007
9008 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
9009
9010 2005-03-09 Kim F. Storm <storm@cua.dk>
9011
9012 * play/animate.el (animate-place-char): Use forward-line instead
9013 of next-line to improve performance.
9014
9015 2005-03-09 Simon Josefsson <jas@extundo.com>
9016
9017 * net/browse-url.el (browse-url-default-browser): Doc fix.
9018
9019 2005-03-09 Miles Bader <miles@gnu.org>
9020
9021 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9022 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9023
9024 2005-03-09 Kenichi Handa <handa@m17n.org>
9025
9026 * international/latin-1.el: Set case and syntax for 255 only if
9027 set-case-syntax-set-multibyte is nil.
9028
9029 * textmodes/ispell.el (ispell-insert-word): New function.
9030 (ispell-word): Use ispell-insert-word to insert a new word.
9031 (ispell-process-line): Likewise.
9032 (ispell-complete-word): Likewise.
9033
9034 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9035
9036 * calendar/calendar.el (redraw-calendar): Preserve point.
9037 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9038 (calendar-week-start-day): Move after definition of
9039 redraw-calendar. Delete buffer test, since redraw-calendar has
9040 that now.
9041
9042 * calendar/diary-lib.el (mark-diary-entries): Only call
9043 redraw-calendar in the first of any recursive calls.
9044 Reported by Alan Shutko <ats@acm.org>.
9045
9046 2005-03-08 Juri Linkov <juri@jurta.org>
9047
9048 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9049 (html-horizontal-rule, html-line, html-image, html-checkboxes)
9050 (html-radio-buttons): Add a space before the trailing `/>' where
9051 sgml-xml-mode is non-nil.
9052 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9053 the subsequent tag of the empty XML tag.
9054 (html-href-anchor): Don't set initial input to "http:".
9055 (html-image): Ask for the image URL and set point inside alt="".
9056 (html-name-anchor): Duplicate the name in the `id' attribute when
9057 sgml-xml-mode is non-nil.
9058 (html-paragraph): Remove \n before <p>.
9059 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9060 instead of `checked' when sgml-xml-mode is non-nil.
9061
9062 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9063 Remove 1 space before #RRGGBB to not truncate it on terminal
9064 windows w/o fringes. Remove 1 space between bg and fg examples
9065 to get more space.
9066 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9067 avoid byte-compile warnings.
9068
9069 * image-file.el (image-file-handler): Put `safe-magic' property to
9070 `image-file-handler'.
9071
9072 * info.el (Info-isearch-search): Emulate word search in
9073 isearching through multiple Info nodes with Info-search.
9074 (Info-isearch-wrap): Allow isearch-word.
9075
9076 2005-03-08 Lute Kamstra <lute@gnu.org>
9077
9078 * emacs-lisp/debug.el (debugger-step-through): Make sure that
9079 stepping into the debugger's code is not possible.
9080 (debugger-jumping-flag): Docstring update.
9081
9082 2005-03-08 Jay Belanger <belanger@truman.edu>
9083
9084 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9085 embedded mode begins.
9086 (calc-embedded-language-alist): New variable.
9087 (calc-embedded-find-modes): Use calc-embedded-language-alist to
9088 set default language mode.
9089
9090 2005-03-08 Kenichi Handa <handa@m17n.org>
9091
9092 * international/ccl.el (define-ccl-program): Fix docstring about
9093 extra 256 bytes assured for the output buffer.
9094
9095 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9096 Fix BUFFER_MAGNIFICATION to 2.
9097 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9098
9099 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
9100
9101 * align.el (align-rules-list): Added an alignment rule for CSS
9102 declarations (applies to css-mode and html-mode buffers).
9103
9104 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9107
9108 2005-03-07 Kim F. Storm <storm@cua.dk>
9109
9110 * simple.el (move-beginning-of-line): New command.
9111
9112 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9113
9114 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9115
9116 * emulation/cua-base.el: Put CUA move property on move-end-of-line
9117 and move-beginning-of-line.
9118
9119 * apropos.el (apropos-print): Omit command from M-x ... RET.
9120
9121 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
9122
9123 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9124 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9125
9126 2005-03-06 Richard M. Stallman <rms@gnu.org>
9127
9128 * bindings.el (esc-map): Bind M-g to goto-line.
9129
9130 * facemenu.el (global-map): Bind M-o, not M-g.
9131
9132 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9133
9134 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9135 "Open Directory" as for "Open File".
9136
9137 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
9138
9139 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9140 (push-mark-command): Run activate-mark-hook.
9141
9142 2005-03-06 Richard M. Stallman <rms@gnu.org>
9143
9144 * help-mode.el (help-mode-finish): Don't alter the element
9145 in view-return-to-alist if there already is one.
9146
9147 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9148 make sure the current buffer is the expected one.
9149
9150 * novice.el (disabled-command-function): Output in *Disabled Command*.
9151 Explicitly ignore non-keyboard events, and explicitly handle C-g.
9152
9153 * textmodes/flyspell.el (flyspell-large-region):
9154 Pass args differently for aspell.
9155
9156 * files.el (mode-require-final-newline): Doc fix.
9157
9158 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9159
9160 * progmodes/which-func.el (which-function):
9161 Specify NOERROR when calling imenu--make-index-alist.
9162
9163 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * simple.el (normal-erase-is-backspace): Define default value.
9166
9167 * custom.el (custom-theme-set-variables): Remove unused var
9168 `immediate'.
9169 (custom-reevaluate-setting): Simple function to handle variables
9170 that are defined before their default value can really be
9171 computed.
9172
9173 * startup.el (command-line): Use it for temporary-file-directory,
9174 small-emporary-file-directory, auto-save-file-name-transforms,
9175 blink-cursor-mode, and normal-erase-is-backspace.
9176
9177 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9178 progress, even with buggy anchored keywords.
9179
9180 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
9181
9182 * simple.el (goto-line): Remove unbalanced final parenthesis.
9183
9184 2005-03-05 Richard M. Stallman <rms@gnu.org>
9185
9186 * simple.el (goto-line): Use a number at point as the default.
9187 With C-u as arg, switch buffers.
9188
9189 2005-03-05 Juri Linkov <juri@jurta.org>
9190
9191 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9192 with `no-blinking-cursor'.
9193
9194 * startup.el (no-blinking-cursor): New defvar.
9195 (command-line): Add `--no-blinking-cursor' to longopts.
9196 Set `no-blinking-cursor' to t for command line arguments
9197 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
9198 with `no-blinking-cursor' in the condition for calling
9199 `blink-cursor-mode'.
9200
9201 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
9202
9203 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9204 (menu-bar-options-save): Add blink-cursor-mode.
9205 (menu-bar-options-menu): Add blink-cursor-mode.
9206
9207 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9208
9209 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9210 (icalendar-export-file, icalendar-export-region)
9211 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9212 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9213
9214 2005-03-04 Lute Kamstra <lute@gnu.org>
9215
9216 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9217 (debug-function-list): Ditto.
9218
9219 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
9220
9221 * textmodes/texinfmt.el (texinfo-append-refill):
9222 Redefine the types of line to which @refill
9223 is not appended by replacing a search for `@refill\\|@bye' with
9224 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
9225 itemize@refill' bug and the unfilled long lines bug.
9226 (texinfmt-version): Update number and date.
9227
9228 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9229
9230 * international/code-pages.el (windows-1250, windows-125[2-8])
9231 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9232
9233 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9236 bound yet.
9237
9238 2005-03-02 Romain Francoise <romain@orebokech.com>
9239
9240 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9241 buffer after removing limits.
9242 (ibuffer-pop-filter): Ditto.
9243 Update copyright.
9244
9245 2005-03-02 Miles Bader <miles@gnu.org>
9246
9247 * button.el (make-text-button): If the user doesn't specify a
9248 type, use the default. Rewrite to use `add-text-properties' and
9249 plist functions.
9250
9251 2005-03-01 Lute Kamstra <lute@gnu.org>
9252
9253 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9254 (debugger-jumping-flag): New var.
9255 (debug-entry-code): Use it.
9256 (debugger-jump): Use debugger-jumping-flag and add
9257 debugger-reenable to post-command-hook.
9258 (debugger-reenable): Use debugger-jumping-flag and remove itself
9259 from post-command-hook.
9260 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9261 debugger-reenable.
9262
9263 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
9264
9265 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9266 inclusion of "itemize\\|", which may be unnecessary, is certainly
9267 inelegant, and stops refilling in itemize lists when formatting
9268 Japanese Texinfo files to Info.
9269 Update copyright to 2005.
9270
9271 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
9272
9273 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9274 of an error if GDB can't find the source file.
9275
9276 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9277
9278 * calendar/calendar.el (redraw-calendar): Work from any buffer,
9279 not just the calendar.
9280
9281 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9282 first.
9283 (diary-redraw-calendar): New function.
9284 (make-diary-entry): Add diary-redraw-calendar to local
9285 write-contents-functions. Turn off selective display before
9286 inserting in diary.
9287
9288 2005-03-01 Kim F. Storm <storm@cua.dk>
9289
9290 * emacs-lisp/copyright.el (copyright-fix-years): New command.
9291
9292 2005-03-01 Lute Kamstra <lute@gnu.org>
9293
9294 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9295 that debug-entry-code can be safely removed from a function while
9296 this code is being evaluated. Revert the 2005-02-27 change as the
9297 new implementation no longer requires it. Make sure that a
9298 function body containing just a string is not mistaken for a docstring.
9299 (debug): Skip one more frame in case of debug on entry.
9300 (debugger-setup-buffer): Delete one more frame line in case of
9301 debug on entry.
9302 (debugger-frame-number): Update to use the new text introduced by
9303 the 1999-11-03 change. Skip one more frame in case of debug on entry.
9304
9305 2005-02-28 Kim F. Storm <storm@cua.dk>
9306
9307 * double.el (double-translate-key): Call force-window-update after
9308 read-event to avoid crash in redisplay.
9309
9310 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9313 (debug): Use it. Move the inhibit-trace earlier.
9314 (debug-entry-code): New const.
9315 (debug-on-entry-1): Use it.
9316
9317 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * international/utf-16.el (ccl-encode-mule-utf-16le):
9320 Fix BUFFER_MAGNIFICATION to 2.
9321 (ccl-encode-mule-utf-16be): Likewise.
9322
9323 2005-02-28 Kenichi Handa <handa@m17n.org>
9324
9325 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9326 Fix BUFFER_MAGNIFICATION to 4.
9327 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9328
9329 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
9330
9331 * speedbar.el (speedbar-update-flag): Doc fix.
9332 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9333 argument.
9334
9335 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9338 have a non-nil `invisible' property but are actually visible.
9339
9340 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9341 for perldoc sections.
9342 (perl-outline-regexp, perl-outline-level): New var and function.
9343 (perl-mode): Use them.
9344
9345 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9346
9347 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9348 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9349
9350 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9351
9352 * cus-edit.el: Comment change.
9353 (custom-buffer-create-internal): Slightly reword text at top of
9354 Custom buffers. Mention there that saving an option edits the
9355 init file. Add link to Emacs manual node on `custom-file'.
9356 (custom-magic-alist): Rewrite individual State messages to use
9357 capitalized keywords. Doc fix.
9358
9359 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9360
9361 * calendar/calendar.el (calendar-buffer): Move above
9362 calendar-week-start-day.
9363 (calendar-week-start-day): Doc fix. Add :set function.
9364 (calendar-minimum-window-height): New variable.
9365 (generate-calendar-window): Only resize window if selected-window
9366 is displaying the calendar buffer. Use new variable
9367 calendar-minimum-window-height.
9368 (generate-calendar): Reword error message.
9369 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9370
9371 2005-02-27 Andreas Schwab <schwab@suse.de>
9372
9373 * vc.el (vc-do-command): Don't run command asynchronously when
9374 operating in a remote directory.
9375
9376 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9377 change from sync with Tramp 2.0.47.
9378
9379 2005-02-27 Richard M. Stallman <rms@gnu.org>
9380
9381 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9382
9383 * textmodes/flyspell.el (flyspell-mode-on):
9384 Call ispell-change-dictionary only if necessary.
9385
9386 * emacs-lisp/re-builder.el (regexp-builder): New function.
9387
9388 * register.el (describe-register-1): Explicitly handle
9389 yank-excluded-properties = t.
9390
9391 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9392 (custom-magic-alist): Change the status descriptions again.
9393 (face widget-type): Total rewrite based on `restricted-sexp'
9394 to eliminate the confusing double hiding levels.
9395
9396 * emacs-lisp/debug.el (debug-on-entry-1):
9397 If function body is empty, add nil as body form.
9398
9399 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * emacs-lisp/trace.el (inhibit-trace): New var.
9402 (trace-make-advice): Use it.
9403
9404 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9405
9406 2005-02-26 Kim F. Storm <storm@cua.dk>
9407
9408 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9409 (mouse-on-link-p, mouse-drag-region-1): Use it.
9410
9411 2005-02-25 Lute Kamstra <lute@gnu.org>
9412
9413 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9414
9415 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9416
9417 * frame.el (blink-cursor-mode): Add :group keyword.
9418
9419 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
9420
9421 * calendar/icalendar.el (icalendar--decode-isodatetime):
9422 New optional argument DAY-SHIFT.
9423 (icalendar-export-region): Fix coding-system-for-write.
9424 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9425 events by one.
9426
9427 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9430
9431 2005-02-24 Kim F. Storm <storm@cua.dk>
9432
9433 * international/iso-acc.el (iso-accents-compose): Fix crash
9434 during redisplay. Call force-window-update after read-event
9435 and delete-region to signal that window is not accurate.
9436
9437 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9440 Remove unused and inexistent var `inhibit-trace'.
9441 (debugger-mode): Use run-mode-hooks.
9442 (debugger-list-functions): Add buttons; setup xref stack.
9443
9444 2005-02-23 Richard M. Stallman <rms@gnu.org>
9445
9446 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9447 appointment says it was explicitly made.
9448 (appt-add): Set the 3rd element.
9449 (appt-make-list): Preserve explicit appointments.
9450
9451 * subr.el (find-tag-default): Catch errors in forward-sexp.
9452
9453 2005-02-23 Juri Linkov <juri@jurta.org>
9454
9455 * info.el (Info-isearch-search): New defcustom.
9456 (Info-isearch-search): Call the default isearch function
9457 when Info-isearch-search is nil.
9458 (Info-isearch-wrap): Use variable Info-isearch-search.
9459
9460 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9461
9462 * cus-edit.el: Comment change.
9463
9464 2005-02-22 Kim F. Storm <storm@cua.dk>
9465
9466 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9467 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9468
9469 2005-02-22 Simon Josefsson <jas@extundo.com>
9470
9471 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9472 New variable.
9473 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9474 Oskarsson" <myrkraverk@users.sourceforget.net>.
9475
9476 2005-02-22 Kim F. Storm <storm@cua.dk>
9477
9478 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9479 check that window of that event is the selected window.
9480 (mouse-drag-region-1): Compare mouse event window to selected
9481 window before setting point.
9482
9483 * tooltip.el (tooltip-show-help-function): Pass event to
9484 mouse-on-link-p so it can check selected window.
9485
9486 2005-02-22 Kenichi Handa <handa@m17n.org>
9487
9488 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9489 (ps-mule-show-warning): New function.
9490 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9491 characters are found.
9492
9493 * ps-print.el (ps-header-footer-string): Return a list of header
9494 and footer strings.
9495
9496 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9497
9498 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9499
9500 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * frame.el (blink-cursor-mode): Use define-minor-mode.
9503
9504 * term/mac-win.el (function-key-map): Use char-names more consistently.
9505 (file-name-coding-system): Only set it for MacOS-9. The other case is
9506 already handled in mule-cmds.el (where it also works when mac-win.el
9507 is not used).
9508
9509 2005-02-21 Kenichi Handa <handa@m17n.org>
9510
9511 * international/mule.el (ctext-pre-write-conversion): Always use
9512 " *code-converting-work*" buffer for work.
9513
9514 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9515
9516 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9517
9518 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9519
9520 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9521
9522 * ses.el (undo-more): Restore defadvice, but only the part that
9523 allows changes outside the restricted area of the buffer.
9524
9525 2005-02-20 Kim F. Storm <storm@cua.dk>
9526
9527 * simple.el (line-move): Add fourth optional arg try-vscroll which
9528 must be set to perform auto-window-vscroll.
9529 When moving backwards and doing auto-window-vscroll, automatically
9530 vscroll to the last part of lines which are taller than the window.
9531 (next-line, previous-line): Set try-vscroll arg on line-move.
9532
9533 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9534
9535 * replace.el (query-replace, query-replace-regexp)
9536 (replace-string, replace-regexp): When operating on region, make
9537 the minibuffer prompt say so.
9538
9539 * isearch.el (isearch-forward): Document isearch-query-replace and
9540 isearch-query-replace-regexp keybindings.
9541
9542 2005-02-19 Jay Belanger <belanger@truman.edu>
9543
9544 * calc/calc-aent.el (math-read-token): Add local variable.
9545
9546 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9547 (calc-edit-top): Move declaration to earlier in file.
9548 (calc-edit-macro-repeats): Add local variables.
9549
9550 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9551 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9552 calcFunc-tanh.
9553 Adjust integration rule for calcFunc-tan.
9554
9555 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9556
9557 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9558 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9559 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9560 (viper-skip-separators): Bug fix.
9561 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9562 particular major mode.
9563 (viper-del-backward-char-in-replace): Don't put deleted char on the
9564 kill ring.
9565
9566 * viper-ex.el (viper-color-display-p): New function.
9567 (viper-has-face-support-p): Use viper-color-display-p.
9568
9569 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9570
9571 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9572
9573 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9574 (viper-file-remote-p): Make equivalent to file-remote-p.
9575
9576 * viper.el (viper-major-mode-modifier-list):
9577 Use viper-gnus-modifier-map.
9578
9579 2005-02-19 David Kastrup <dak@gnu.org>
9580
9581 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9582 quoting.
9583
9584 2005-02-19 Jay Belanger <belanger@truman.edu>
9585
9586 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9587 Remove extra definitions.
9588 (calc-coth): New function.
9589 (calcFunc-cot): Fix `let'.
9590
9591 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9592
9593 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9594 the reasons we use "type pc" in these faces.
9595
9596 * button.el (button): Ditto.
9597
9598 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9599
9600 * replace.el (query-replace-read-from): Set the value of
9601 query-replace-from-history-variable to handle the case of an empty
9602 string entered to accept the suggested default.
9603
9604 * net/tramp.el (tramp-file-name-for-operation):
9605 Use dired-call-process instead of dired-call-process-command.
9606
9607 2005-02-19 Jay Belanger <belanger@truman.edu>
9608
9609 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9610 (math-div-non-trig): New variables.
9611 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9612 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9613 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9614 trig expressions.
9615
9616 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9617
9618 * progmodes/gdb-ui.el (gdb-var-update-handler)
9619 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9620 for watch expressions,
9621 (gdb-var-create-handler): Don't set speedbar-update-flag.
9622 (gdb-post-prompt): Simplify test for speedbar.
9623
9624 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9625
9626 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9627 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9628 we use the syntax table of the correct buffer.
9629 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9630 Felix Gatzemeier.
9631
9632 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9633 (ediff-file-remote-p): Make synonymous with file-remote-p.
9634 In all deffaces ediff-*-face-*, use min-colors.
9635
9636 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9637 ediff-recurse-to-subdirectories.
9638 (ediff-mark-if-equal): Check that the arguments are strings, use
9639 ediff-same-contents (after to Felix Gatzemeier).
9640
9641 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9642 nil.
9643
9644 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9647
9648 2005-02-18 David Kastrup <dak@gnu.org>
9649
9650 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9651 use `mark-active' when defined.
9652
9653 2005-02-18 Kenichi Handa <handa@m17n.org>
9654
9655 * ps-print.el (ps-font-info-database): New entry
9656 ZapfChancery-MediumItalic with correct font name. Fix font name
9657 of the entry Zapf-Chancery-MediumItalic.
9658
9659 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9660
9661 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9662
9663 2005-02-16 Kim F. Storm <storm@cua.dk>
9664
9665 * ido.el (ido-fallback-command): Pass user input to fallback command.
9666
9667 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9668
9669 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9670 (gdb-find-file-hook): Add server prefix.
9671
9672 2005-02-16 Richard M. Stallman <rms@gnu.org>
9673
9674 * replace.el (perform-replace): Pass new args to replace-highlight.
9675 (replace-highlight): Take region args,
9676 and pass them to isearch-lazy-highlight-new-loop.
9677
9678 * novice.el (disabled-command-hook): Autoload the defalias
9679 and the make-obsolete-variable call.
9680
9681 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9682
9683 * isearch.el (isearch-lazy-highlight-start-limit)
9684 (isearch-lazy-highlight-end-limit): New variables limit
9685 the region for highlighting.
9686 (isearch-lazy-highlight-new-loop): New args BEG and END.
9687 (isearch-lazy-highlight-search): Use the new vars.
9688 (isearch-lazy-highlight-update): Likewise.
9689
9690 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9691
9692 * cus-start.el (all): Use default-boundp.
9693
9694 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9695
9696 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9697
9698 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9699
9700 * autorevert.el (auto-revert-stop-on-user-input)
9701 (auto-revert-verbose): Doc fixes.
9702
9703 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9704
9705 * international/mule-cmds.el (set-locale-environment): Remove call
9706 to set-selection-coding-system on Windows.
9707
9708 2005-02-15 Jay Belanger <belanger@truman.edu>
9709
9710 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9711 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9712 calcFunc-coth.
9713 (math-simplify-sqrt): Add simplifications.
9714
9715 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9716 to list.
9717
9718 * calc/calc-ext.el: Add functions to autoloads.
9719
9720 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9721 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9722 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9723 (math-csc-raw, math-cot-raw): New functions.
9724
9725 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9726
9727 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9728 the variable name in a message.
9729
9730 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9731 calcFunc-csc, calcFunc-cot.
9732
9733 * calc/calcalg2.el: Add derivative and integration rules for
9734 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9735 calcFunc-csch, calcFunc-coth.
9736 (math-do-integral-methods): Add to checks for when to use
9737 substitutions.
9738
9739 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9740
9741 2005-02-15 Lute Kamstra <lute@gnu.org>
9742
9743 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9744 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9745 <monnier@iro.umontreal.ca>
9746 (lisp-outline-level): Improve efficiency. Suggested by David
9747 Kastrup <dak@gnu.org>.
9748
9749 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9750
9751 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9752 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9753 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9754 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9755 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9756
9757 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9758
9759 * cus-start.el (all): Comment change.
9760
9761 2005-02-14 Lute Kamstra <lute@gnu.org>
9762
9763 * cus-start.el (all): Check if symbol is void.
9764
9765 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9766
9767 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9768 optional argument to \cite.
9769
9770 2005-02-14 Richard M. Stallman <rms@gnu.org>
9771
9772 * cus-edit.el (custom-buffer-create-internal): Update help message.
9773 (custom-magic-alist): Update help messages.
9774
9775 * cus-start.el (all): Allow a var to specify a standard value.
9776
9777 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9778
9779 * custom.el (custom-theme-set-variables): Handle variable aliases.
9780
9781 * frame.el (blink-cursor-timer): Doc fix.
9782 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9783 declare obsolete.
9784 (blink-cursor-mode): Define with defcustom and use correct
9785 standard expression in that defcustom.
9786 * startup.el (command-line): Adapt to above changes in frame.el.
9787
9788 2005-02-11 Lute Kamstra <lute@gnu.org>
9789
9790 * apropos.el (apropos-score-doc): Prevent division by zero.
9791
9792 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9793
9794 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9795 (icalendar--get-event-property-attributes)
9796 (icalendar--get-event-properties)
9797 (icalendar--datetime-to-diary-date): New functions.
9798 (icalendar--split-value): Doc fix.
9799 (icalendar--datetime-to-noneuropean-date)
9800 (icalendar--datetime-to-european-date): New optional argument
9801 SEPARATOR. Return result as a string instead of a list.
9802 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9803 (icalendar--convert-string-for-export): Rename arg S to STRING.
9804 (icalendar-export-region): Doc fix. Change name of error buffer.
9805 Save output buffer.
9806 (icalendar-import-file): Add blank at end of prompt.
9807 (icalendar-import-buffer): Doc fix. Do not switch to error
9808 buffer. Indicate status in return value.
9809 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9810 buffer. Save output buffer. Handle exception from recurrence
9811 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9812 events. Fix problems with weekly all-day events.
9813
9814 2005-02-10 Richard M. Stallman <rms@gnu.org>
9815
9816 * simple.el (eval-expression-print-format):
9817 Avoid warning about edebug-active.
9818
9819 * help.el (help-for-help-internal): Rename from help-for-help.
9820 (help-for-help): Define with defalias.
9821
9822 * font-core.el (font-lock-default-function): Use with-no-warnings.
9823
9824 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9825
9826 * custom.el (defface): Doc fix.
9827
9828 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9829
9830 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9831 width 0" to prevent word wrapping problems.
9832
9833 2005-02-09 Kim F. Storm <storm@cua.dk>
9834
9835 * ido.el (ido-file-extensions-order): New defcustom.
9836 (ido-file-extension-lessp, ido-file-extension-aux)
9837 (ido-file-extension-order): New advanced file ordering.
9838 (ido-file-lessp): New simple file ordering.
9839 (ido-sort-list): Remove.
9840 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9841 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9842
9843 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9844
9845 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9846 that some versions of grep produce.
9847 (grep-mode-font-lock-keywords): Likewise.
9848
9849 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
9850
9851 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9852 (gdb-cdir): Delete.
9853 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9854 (gdb-source-info): Treat case when source file is in another
9855 directory properly.
9856 (gdb-get-location): New function.
9857
9858 2005-02-07 Jay Belanger <belanger@truman.edu>
9859
9860 * calc/calc-prog.el (calc-write-parse-table-part)
9861 (calc-fix-token-name): Fix a check for language type.
9862
9863 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9864
9865 2005-02-07 Andre Spiegel <spiegel@gnu.org>
9866
9867 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9868 as directory not writable.
9869
9870 2005-02-07 Kim F. Storm <storm@cua.dk>
9871
9872 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9873 (cua--standard-movement-commands): Remove list.
9874 Instead, set CUA property value to move for movement commands.
9875 (cua-movement-commands): Remove. Users must set CUA prop instead.
9876 (cua--pre-command-handler): Check CUA property.
9877 (cua--init-keymaps): Don't remap undo commands.
9878 (cua-mode): Don't call cua--rectangle-on-off.
9879
9880 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9881 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9882 (cua--rect-undo-set-point): New var.
9883 (cua--rectangle-undo-boundary): Setup undo apply entry.
9884 (cua--rect-undo-handler): New function for rectangle undo.
9885 (cua--rect-start-position, cua--rect-end-position): Add.
9886 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9887 for restored rectangle. Set point if cua--rect-undo-set-point.
9888
9889 2005-02-06 Jay Belanger <belanger@truman.edu>
9890
9891 * calc/calc-lang.el (calc-tex-language): Display more information
9892 in messages.
9893
9894 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9895 in TeX mode.
9896
9897 2005-02-06 Richard M. Stallman <rms@gnu.org>
9898
9899 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9900
9901 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9902
9903 * net/ldap.el (ldap-search-internal): Support attributes with
9904 optional descriptions separated by a semi-colon, as in
9905 "userCertificate;binary".
9906
9907 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9908
9909 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9910 isn't a cons (i.e. the version is 0).
9911
9912 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9913
9914 * help.el (help-for-help): Doc fix.
9915
9916 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
9917
9918 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
9919 GDB-Windows on the menu-bar as this works better.
9920
9921 2005-02-04 Jay Belanger <belanger@truman.edu>
9922
9923 * calc/calc-embed.el (calc-embedded-update): Don't put in
9924 unnecessary newlines. Adjust the end of formula marker.
9925
9926 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9927 (math-latex-parse-two-args): New function.
9928
9929 2005-02-03 Lute Kamstra <lute@gnu.org>
9930
9931 * help-fns.el (help-with-tutorial): Make sure that users cannot
9932 remove the entire text of the tutorial by means of `undo'.
9933
9934 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9937 in recent changes, where the ispell process was repeatedly
9938 killed & restarted.
9939
9940 * international/mule-cmds.el (set-locale-environment): Set file-name
9941 coding system to utf-8 on Darwin systems.
9942 (set-default-coding-systems): Don't set default-file-name-coding-system
9943 on Darwin systems.
9944
9945 2005-02-03 Richard M. Stallman <rms@gnu.org>
9946
9947 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9948
9949 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9950
9951 * faces.el (list-faces-display): Add optional argument.
9952
9953 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * font-core.el (font-lock-default-function): Handle the rare case where
9956 only font-lock-keywords is set.
9957
9958 2005-02-02 Kenichi Handa <handa@m17n.org>
9959
9960 * international/characters.el: Cancel previous change for
9961 I-WITH-DOT-ABOVE and DOTLESS-i.
9962
9963 * international/latin-5.el: Cancel previous change.
9964
9965 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9966
9967 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9968
9969 2005-02-02 Kenichi Handa <handa@m17n.org>
9970
9971 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9972 DOTLESS-i.
9973
9974 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9975 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9976
9977 * case-table.el (get-upcase-table): New function.
9978 (copy-case-table): Copy upcaes table too if non-nil.
9979 (set-case-syntax-delims): Maintain upcase table too.
9980 (set-case-syntax-pair): Likewise.
9981 (set-upcase-syntax, set-downcase-syntax): New functions.
9982 (set-case-syntax): Maintain upcase table too.
9983
9984 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9985
9986 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9987
9988 * progmodes/gud.el (gud-goto-info): New function.
9989 (gud-tool-bar-map): Use correct icon.
9990
9991 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9992
9993 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9994 When delegating, order args in the funcall correctly.
9995
9996 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9997
9998 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9999
10000 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
10001
10002 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
10003 buffer not visiting a file.
10004
10005 2005-01-31 Jay Belanger <belanger@truman.edu>
10006
10007 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10008 bound on the line with the formula.
10009
10010 2005-01-31 Kim F. Storm <storm@cua.dk>
10011
10012 * ses.el (ses-create-cell-variable-range)
10013 (ses-destroy-cell-variable-range, ses-reset-header-string)
10014 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10015 (ses-insert-row): Fix format of apply undo entries.
10016
10017 2005-01-31 Jay Belanger <belanger@truman.edu>
10018
10019 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10020 parts.
10021
10022 * calc/calc-embed.el (calc-embedded-open-formula)
10023 (calc-embedded-close-formula): Ignore matrix environments.
10024
10025 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10026 TeX mode.
10027
10028 * calc/calc-lang.el (math-function-table, math-oper-table)
10029 (math-variable-table): Adjust the LaTeX portions.
10030
10031 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10032 (math-latex-ignore-words): New constant.
10033
10034 2005-01-31 Richard M. Stallman <rms@gnu.org>
10035
10036 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10037 (ispell-local-dictionary): Doc fix.
10038 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10039 Don't reinitialize at run time. Don't defcustom.
10040 All uses changed to append ispell-local-dictionary-alist,
10041 or check it first.
10042 (ispell-current-dictionary): New variable for dictionary in use.
10043 (ispell-dictionary): Now used only for global default.
10044 (ispell-start-process): Set ispell-current-dictionary,
10045 not ispell-dictionary.
10046 (ispell-change-dictionary): Use this only for setting
10047 user preferences.
10048 (ispell-internal-change-dictionary): New function
10049 to change the current dictionary in use.
10050 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10051 Use ispell-current-dictionary.
10052 Handle ispell-local-dictionary-overridden.
10053 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10054
10055 2005-01-31 Jay Belanger <belanger@truman.edu>
10056
10057 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10058
10059 * calc/calc-ext.el: Add calc-latex-language to autoloads.
10060 (calc-mode-map): Add calc-latex-language.
10061
10062 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10063 (math-latex-print-frac): New functions.
10064 (math-oper-table, math-function-table, math-variable-table)
10065 (math-complex-format, math-input-filter): Add latex properties.
10066 (calc-set-language): Set math-expr-special-function-mapping.
10067
10068 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10069 (calc-write-parse-table-part): Add LaTeX support.
10070
10071 * calc/calc.el (calc-language): Adjust docstring.
10072 (calc-set-mode-line): Add LaTeX support.
10073 (math-expr-special-function-mapping): New variable.
10074 (math-tex-ignore-words): Add to list.
10075
10076 * calc/calccomp.el (math-compose-expr, math-compose-rows):
10077 Add LaTeX support.
10078 (math-compose-expr): Add support for special functions.
10079
10080 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10081
10082 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
10083
10084 * progmodes/gdb-ui.el (gdb-memory-address)
10085 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10086 (gdb-memory-mode-map, gdb-memory-format-keymap)
10087 (gdb-memory-format-menu, gdb-memory-unit-keymap)
10088 (gdb-memory-unit-menu): New variables for a buffer
10089 that lets the user examine program memory.
10090 (gdb-memory-set-address, gdb-memory-set-repeat-count)
10091 (gdb-memory-format-binary, gdb-memory-format-octal)
10092 (gdb-memory-format-unsigned, gdb-memory-format-signed)
10093 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10094 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10095 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10096 (gdb-memory-unit-byte, gdb-memory-unit-menu)
10097 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10098 (gdb-memory-mode, gdb-memory-buffer-name)
10099 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10100 New functions for above buffer.
10101
10102 2005-01-30 Richard M. Stallman <rms@gnu.org>
10103
10104 * cus-edit.el (custom-bury-buffer): Function deleted.
10105 (custom-buffer-done-function): Option deleted.
10106 (custom-buffer-done-kill): New (replacement option.
10107 (Custom-buffer-done): Call quit-window.
10108 (custom-buffer-create-internal): Update for above changes.
10109
10110 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
10111
10112 * simple.el (undo-ask-before-discard): New var.
10113 (undo-outer-limit-truncate): Implement it.
10114 (undo-extra-outer-limit): Doc update.
10115
10116 2005-01-29 Richard M. Stallman <rms@gnu.org>
10117
10118 * ses.el (undo-more): Delete defadvice.
10119 (ses-begin-change): Doc fix.
10120
10121 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10122 instead of rebinding C-x u and C-_.
10123
10124 * files.el (normal-backup-enable-predicate): Return nil for files
10125 in /tmp, regardless of temporary-file-directory.
10126
10127 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10128
10129 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10130 (open-rectangle, delete-whitespace-rectangle-line)
10131 (clear-rectangle-line): If FILL, pass t instead of FILL
10132 for move-to-column's 2nd arg.
10133
10134 * simple.el (undo): Fix the test for continuing a series of undos.
10135 (undo-more): Set pending-undo-list to t when we reach end.
10136 (pending-undo-list): Move up defvar.
10137
10138 * wid-edit.el (widget-button-click):
10139 Shorten the range of the track-mouse binding.
10140
10141 * comint.el (comint-insert-input): Undo previous changes;
10142 use last-input-event in interactive spec.
10143
10144 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10145
10146 * progmodes/compile.el (compilation-start): Bind buffer-read-only
10147 to nil before invoking call-process. Reset buffer's modified flag
10148 after fontifying it in the no-async branch.
10149
10150 * wid-edit.el (widget-specify-button): If mouse pointer shape
10151 cannot be changed, use mouse face instead.
10152
10153 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10156 (gdb-goto-breakpoint): Make breakpoint handling work on template
10157 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
10158 (gdb-assembler-custom): Update to recognize breakpoint information
10159 added on 2005-01-19.
10160
10161 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10164 (dsssl-mode): Use define-derived-mode.
10165 (scheme-mode-initialize): Remove.
10166 (scheme-mode): Use run-mode-hooks.
10167
10168 * cus-edit.el (customize-group-other-window)
10169 (custom-buffer-create-other-window): Don't override special-display-*.
10170 (custom-mode-map): Make it dense.
10171
10172 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10173 sets the default value.
10174
10175 2005-01-28 Eli Zaretskii <eliz@gnu.org>
10176
10177 * descr-text.el: Add more keywords.
10178
10179 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * speedbar.el: Avoid unnecessary use of locate-library.
10182
10183 * international/mule-cmds.el (standard-display-european-internal):
10184 Don't fiddle with latin-1 non-break space any more since it's now
10185 special cased in the C code.
10186 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10187
10188 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
10189
10190 * cus-start.el (all): Add `undo-outer-limit'.
10191
10192 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10193
10194 * textmodes/bibtex.el (bibtex-format-entry):
10195 Use `bibtex-empty-field-re' only on the text of fields, not on entire
10196 field lines.
10197 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10198 not on part of a buffer.
10199
10200 2005-01-25 Lute Kamstra <lute@gnu.org>
10201
10202 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10203 nonempty field text strings like "{letters\\macro{}more letters}".
10204 Clarify docstring.
10205 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10206 (bibtex-entry-offset, bibtex-parse-association)
10207 (bibtex-parse-field-name): Fix typos in docstrings.
10208 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10209
10210 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
10211
10212 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10213 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10214 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10215 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10216
10217 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10218 isearch minor mode.
10219
10220 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
10221
10222 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10223
10224 2005-01-24 Lute Kamstra <lute@gnu.org>
10225
10226 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10227 CASECHARS and NOT-CASECHARS regular expressions of the
10228 "nederlands" and "nederlands8" dictionaries to prevent a "Range
10229 striding over charsets" error.
10230
10231 2005-01-24 Jay Belanger <belanger@truman.edu>
10232
10233 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10234 display variable name.
10235
10236 2005-01-24 Kenichi Handa <handa@m17n.org>
10237
10238 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10239 Fix setting of the element of encoded-kbd-iso2022-invocations.
10240
10241 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
10242
10243 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10244 (gdb-threads-select): Change to also accept mouse events.
10245 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10246 (gdb-threads-mouse-select): Delete.
10247
10248 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
10249
10250 * files.el (insert-directory): Take care of empty directory,
10251 listed without -a switch.
10252
10253 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * textmodes/refill.el (refill-post-command-function):
10256 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10257 to the list of functions that we should be careful not to undo.
10258 (refill-late-fill-paragraph-function): Remove.
10259 (refill-saved-state): New var.
10260 (refill-mode): Use it to save fill-paragraph-function.
10261 Save also the value of auto-fill-function.
10262
10263 * term/w32-win.el: Simplify code.
10264
10265 2005-01-23 Kim F. Storm <storm@cua.dk>
10266
10267 * simple.el (line-move): Adapt to new return value from
10268 pos-visible-in-window-p.
10269
10270 * simple.el (line-move): Fix last change. Check partial
10271 visibility at point rather than at window-start.
10272
10273 2005-01-22 Jason Rumney <jasonr@gnu.org>
10274
10275 * term/w32-win.el (xw-defined-colors): Remove debug-message.
10276
10277 2005-01-22 David Kastrup <dak@gnu.org>
10278
10279 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10280
10281 2005-01-22 Eli Zaretskii <eliz@gnu.org>
10282
10283 * type-break.el (type-break-mode): Add a test for
10284 type-break-file-name being non-nil.
10285
10286 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10287
10288 * net/eudc.el (top level): Call (message "") via progn, so that
10289 eudc-options-file is loaded.
10290
10291 2005-01-22 Kim F. Storm <storm@cua.dk>
10292
10293 * simple.el (line-move-1): Rename from line-move.
10294 (line-move): New function that adjusts vscroll for partially
10295 visible rows, and calls line-move-1 otherwise.
10296
10297 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10298
10299 * pcomplete.el: Define pcomplete-read-event instead of read-event,
10300 since it's not a complete read-event implementation
10301
10302 2005-01-20 Jay Belanger <belanger@truman.edu>
10303
10304 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10305 for called function.
10306
10307 2005-01-20 Steven Tamm <steventamm@mac.com>
10308
10309 * term/mac-win.el (process-connection-type): Remove.
10310 Controlled now by s/darwin.h:PTY_ITERATION.
10311
10312 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * window.el (handle-select-window): Don't switch window when we're
10315 in the minibuffer.
10316
10317 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10318
10319 * subr.el (dotimes-with-progress-reporter): New macro.
10320
10321 * ses.el (ses-dotimes-msg): Remove macro.
10322 Use `dotimes-with-progress-reporter' instead.
10323
10324 2005-01-19 Steven Tamm <steventamm@mac.com>
10325
10326 * term/mac-win.el (process-connection-type): Use new
10327 operating-system-release variable to use ptys on Darwin 7 (OS X
10328 10.3) when using carbon build.
10329
10330 2005-01-19 Jay Belanger <belanger@truman.edu>
10331
10332 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10333 flags if the last command was a tab or M-tab.
10334
10335 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10336 in formula editing buffer.
10337
10338 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10339
10340 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10341 breakpoint image symbol in margin.
10342
10343 2005-01-19 Jay Belanger <belanger@truman.edu>
10344
10345 * calc/calc-prog.el (calc-execute-kbd-macro):
10346 Ignore calc-keep-arg-flag.
10347
10348 2005-01-19 Kenichi Handa <handa@m17n.org>
10349
10350 * textmodes/ispell.el (ispell-looking-at): New function.
10351 (ispell-process-line): Use ispell-looking-at to compare the ispell
10352 output and the buffer contents.
10353
10354 2005-01-18 Jay Belanger <belanger@truman.edu>
10355
10356 * calc/calc.el (calc-display-raw): Fix docstring.
10357
10358 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * simple.el (blink-matching-open): Strip extra info from syntax.
10361
10362 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10363 funny chars in the end-of-here-doc marker.
10364
10365 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10366
10367 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10368 that enable/disabled state of breakpoints is shown correctly in
10369 fringe and on ttys.
10370 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10371 Add breakpoint information as text properties.
10372 (gdb-mouse-toggle-breakpoint):
10373 Rename to gdb-mouse-set-clear-breakpoint.
10374 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
10375 breakpoints in the margin.
10376 (gdb-remove-strings): Simplify.
10377
10378 2005-01-17 Jay Belanger <belanger@truman.edu>
10379
10380 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10381 erasing buffer.
10382
10383 2005-01-17 Richard M. Stallman <rms@gnu.org>
10384
10385 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10386 for calling grep-compute-defaults.
10387
10388 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10389 if buffer is empty.
10390
10391 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10392
10393 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10396
10397 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10398 non-preloaded variables.
10399
10400 2005-01-17 Steven Tamm <steventamm@mac.com>
10401
10402 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10403 tex-shell cause to force interactivity when using pipes.
10404
10405 2005-01-17 Kim F. Storm <storm@cua.dk>
10406
10407 * simple.el (just-one-space): Make arg optional.
10408
10409 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
10410
10411 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10412 posn-at-x-y to t to access left-margin.
10413
10414 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10415
10416 Sync with Tramp 2.0.47.
10417
10418 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10419 catching keep-date problems in cp/scp operations.
10420 (tramp-handle-copy-file): Don't call `set-file-modes'
10421 unconditionally. Specialized functions should know better what is
10422 necessary. This improves performance a little bit, and the
10423 functions could catch errors with `cp -p' and `scp -p'.
10424 (tramp-do-copy-or-rename-file-via-buffer)
10425 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10426 when appropriate.
10427 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10428 Call `set-file-modes' when appropriate.
10429 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10430 Johnsson <isak@hypergene.com>
10431 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10432 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10433 <joakim@verona.se>
10434 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10435 Emacs only.
10436
10437 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10438 `find-file-hooks' and `dired-mode-hook'.
10439 (tramp-minor-mode-map): Respective map. Add remapping for
10440 `compile' and `recompile'.
10441 (tramp-remap-command, tramp-recompile): New defuns.
10442 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10443 in buffer "*Compilation*". Call the commands asynchronously.
10444
10445 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10446 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10447 `shell-command', because it isn't magic in XEmacs. Reported by
10448 Adrian Aichner <adrian@xemacs.org>.
10449
10450 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10451 `substitute-in-file-name.
10452 (tramp-smb-handle-substitute-in-file-name): New defun.
10453 (tramp-smb-advice-PC-do-completion): Delete advice.
10454
10455 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10456
10457 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10458 Fix error in deleting region.
10459
10460 2005-01-15 Richard M. Stallman <rms@gnu.org>
10461
10462 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10463 In non-temp buffer, switch syntax table temporarily.
10464
10465 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10466
10467 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10468
10469 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10470
10471 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10472 (imenu--generic-function): Use START, not BEG, as pos of definition.
10473
10474 * simple.el (just-one-space): Argument specifies number of spaces.
10475
10476 * simple.el (eval-expression-print-format): Avoid warning
10477 about edebug-active.
10478
10479 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
10480
10481 * progmodes/sh-script.el: Code copied from make-mode.el
10482 with small changes,
10483 (sh-mode-map): Bind C-c C-\.
10484 (sh-backslash-column, sh-backslash-align): New variables.
10485 (sh-backslash-region, sh-append-backslash): New functions.
10486
10487 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10488
10489 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10490 (rmail-pop-password, rmail-pop-password-required): Move to
10491 rmail-obsolete group.
10492 (rmail-set-pop-password): Rename to rmail-set-remote-password.
10493 All callers updated.
10494 (rmail-get-pop-password): Rename to rmail-get-remote-password.
10495 Take an argument specifying whether it is POP or IMAP mailbox we
10496 are using. All callers updated.
10497 (rmail-pop-password-error): Rename to
10498 rmail-remote-password-error. Added mailutils-specific error message.
10499 (rmail-movemail-search-path)
10500 (rmail-movemail-variant-in-use): New variables.
10501 (rmail-remote-password, rmail-remote-password-required):
10502 New customization variables.
10503 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10504 (rmail-parse-url): New function.
10505 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10506 with GNU mailutils movemail.
10507
10508 2005-01-15 Kevin Ryde <user42@zip.com.au>
10509
10510 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10511 suffix to space, $ or '$, to correctly position point when going
10512 to @table style constants like DBL_MAX.
10513
10514 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10515
10516 * type-break.el (type-break-mode, type-break-file-time)
10517 (type-break-file-keystroke-count, type-break-choose-file):
10518 Don't store data in or load data from the file if type-break-file-name
10519 is nil.
10520 (type-break-file-name): Doc update as per the above.
10521
10522 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10523
10524 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10525 lookup-key might return nil; handle that.
10526
10527 2005-01-15 Alan Mackenzie <acm@muc.de>
10528
10529 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10530 rather than the element found, thus enabling the tree to be setcar'd.
10531
10532 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10533
10534 * textmodes/org.el (org-show-following-heading): New option.
10535 (org-show-hierarchy-above): Use `org-show-following-heading'.
10536 (org-cycle): Documentation fix.
10537
10538 * textmodes/org.el (orgtbl-optimized): New option
10539 (orgtbl-mode): New command, a minor mode.
10540 (orgtbl-mode-map): New variable.
10541 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10542 (orgtbl-error, orgtbl-self-insert-command)
10543 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10544
10545 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10546 a local variable in each org-mode buffer.
10547
10548 * textmodes/org.el (org-set-regexps-and-options): Rename from
10549 `org-set-regexps'. Added checking for STARTUP keyword.
10550 (org-get-current-options): Add STARTUP options.
10551 (org-table-insert-row): Make mode intelligent about when
10552 realignment is needed.
10553 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10554 New commands.
10555 (org-enable-table-editor): New default value `optimized'.
10556 (org-table-blank-field): Support blanking regions if active.
10557
10558 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10559
10560 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10561 if the year is not given.
10562
10563 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10564 Add new escapes %m and %M, fixed bug with %F by adding
10565 save-match-data.
10566 (reftex-reference): Remove ?. from list of spaces.
10567 (reftex-label-info): Add automatic label prefix recognition.
10568
10569 * textmodes/reftex-index.el (reftex-index-next-phrase):
10570 Add slave parameter to call of `reftex-index-this-phrase'.
10571 (reftex-index-this-phrase): New optional argument.
10572 (reftex-index-region-phrases): Add slave parameter to call of
10573 `reftex-index-this-phrase'.
10574 (reftex-display-index): New argument redo.
10575 (reftex-index-rescan): Add 'redo to arguments of
10576 `reftex-display-index'.
10577 (reftex-index-Rescan, reftex-index-revert)
10578 (reftex-index-switch-index-tag): Add 'redo to arguments of
10579 `reftex-display-index'.
10580 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10581 indexing. Fix bug with matching is there is a quote before or
10582 after the word.
10583
10584 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10585 Fix bug when collecting citation keys in lines with comments.
10586 (reftex-citation): Prefix argument no longer rescans the document,
10587 but forces prompting for optional arguments of cite macros.
10588 (reftex-do-citation): Prompting for optional arguments implemented.
10589
10590 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10591 Add optional arguments to most cite commands.
10592 (reftex-cite-cleanup-optional-args): New option
10593 (reftex-cite-prompt-optional-args): New option.
10594 (reftex-trust-label-prefix): New option.
10595
10596 * textmodes/reftex-toc.el (reftex-toc-find-section):
10597 Add push-mark before changing the position in the buffer.
10598
10599 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10600 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10601
10602 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10603
10604 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10605 more carefully.
10606
10607 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10610 (sgml-mode): Use it.
10611 (sgml-get-context): Better keep track of implicitly closed tags.
10612
10613 2005-01-13 Kenichi Handa <handa@m17n.org>
10614
10615 * textmodes/ispell.el: These changes are to fix misalignment error
10616 caused by equivalent characters of different Emacs charsets.
10617 (ispell-unified-chars-table): New variable.
10618 (ispell-get-decoded-string): New function.
10619 (ispell-get-casechars, ispell-get-not-casechars)
10620 (ispell-get-otherchars): Call ispell-get-decoded-string.
10621
10622 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10623
10624 * custom.el (custom-declare-variable): Just put symbol instead
10625 of (defvar . symbol) in `current-load-list'.
10626
10627 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10628
10629 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10630
10631 2005-01-12 Jay Belanger <belanger@truman.edu>
10632
10633 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10634 to create a Calc summary.
10635
10636 2005-01-12 Kim F. Storm <storm@cua.dk>
10637
10638 * mouse.el (mouse-on-link-p): Change functionality and doc
10639 string to comply with latest description in lisp ref.
10640
10641 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10642
10643 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10644 Enable mouse clicks on mode-line, header-line and margin.
10645 (event-type): Give mouse event symbols an 'event-kind property
10646 with value 'mouse-click.
10647
10648 2005-01-12 Juri Linkov <juri@jurta.org>
10649
10650 * facemenu.el (list-colors-display): Add new arg buffer-name.
10651 Use it. Fix docstring. Replace code for identifying duplicate
10652 colors by the name with call to `list-colors-duplicates' which
10653 identifies duplicate colors by the value unless the color
10654 is one of special Windows colors. Set truncate-lines to t.
10655 Print sorted duplicate color names on each line. Indent to 22
10656 \(the longest color name in rgb.txt) instead of 20. Optimize.
10657 (list-colors-duplicates): New function.
10658 (facemenu-color-name-equal): Delete function.
10659
10660 * facemenu.el (list-colors-print): New function created from code
10661 in list-colors-display. Print #RRGGBB at the window right edge.
10662 (list-colors-display): When temp-buffer-show-function is not
10663 defined, call list-colors-print from temp-buffer-show-hook
10664 to get the right value of window-width in list-colors-print
10665 after the buffer is displayed.
10666
10667 * simple.el (pop-mark): Move deactivate-mark out of conditional
10668 part to deactivate the active mark regardless of the state of the
10669 mark ring.
10670
10671 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10672 variables line in desktop files.
10673
10674 2005-01-12 Juri Linkov <juri@jurta.org>
10675
10676 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10677 Bring together isearch highlight related options.
10678 (lazy-highlight): Replace group `replace' by `matching'.
10679 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10680 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10681 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10682 and declare them obsolete.
10683 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10684 (isearch-faces): Remove defgroup.
10685 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10686 Move isearch highlighting code closer to lazy highlighting code.
10687
10688 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10689 (query-replace-highlight, query-replace-lazy-highlight)
10690 (query-replace): Move definitions to the beginning of the file.
10691
10692 2005-01-11 Juri Linkov <juri@jurta.org>
10693
10694 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10695 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10696 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10697
10698 * info.el (Info-history-forward): New variable.
10699 (Info-select-node): Reset Info-history-forward to nil.
10700 (Info-last): Turn into defalias.
10701 (Info-history-back): Rename from Info-last.
10702 Add current node to Info-history-forward.
10703 (Info-history-forward): New fun.
10704 (Info-mode-map): Replace Info-last by Info-history-back.
10705 Bind Info-history-forward to "r".
10706 (Info-mode-menu): Replace Info-last by Info-history-back.
10707 Fix menu item text. Add menu item for Info-history-forward.
10708 (info-tool-bar-map): Replace Info-last by Info-history-back.
10709 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10710 for Info-history-forward.
10711 (Info-mode): Replace Info-last by Info-history-back in docstring.
10712 Add local variable Info-history-forward.
10713 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10714
10715 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10718 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10719 Ignore select-window events rather than fiddle with
10720 mouse-autoselect-window.
10721
10722 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10723
10724 * type-break.el (type-break-mode): Fix previous change.
10725
10726 2005-01-10 Jay Belanger <belanger@truman.edu>
10727
10728 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10729 calculator; only reset when point is inside a calculator.
10730 Don't adjust the window height if the window takes up the whole height
10731 of the frame.
10732
10733 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10734
10735 * ebuff-menu.el (Electric-buffer-menu-mode):
10736 Preserve value of buffer-local var header-line-format.
10737
10738 2005-01-09 Jay Belanger <belanger@truman.edu>
10739
10740 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10741 Make sure settings file exists before accessing it.
10742
10743 * calc/calc-embed.el (calc-embedded-subst):
10744 Replace math-multi-subst-rec, which is only supposed to be called
10745 by math-multi-subst, by math-multi-subst.
10746
10747 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10748
10749 * vc.el (vc-allow-async-revert): New user option.
10750 (vc-disable-async-diff): New internal variable.
10751 (vc-revert-buffer): Use them to disable asynchronous diff.
10752
10753 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10754 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10755 asynchronously if vc-disable-async-diff is t.
10756
10757 2005-01-09 Jay Belanger <belanger@truman.edu>
10758
10759 * calc/calc.el (defcalcmodevar): New macro.
10760 (calc-mode-var-list-restore-default-values)
10761 (calc-mode-var-list-restore-saved-values): New functions.
10762 (calc-mode-var-list): Use defcalcmodevar to define it.
10763 (calc-always-load-extensions, calc-line-numbering)
10764 (calc-line-breaking, calc-display-just, calc-display-origin)
10765 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10766 (calc-group-char, calc-point-char, calc-frac-format)
10767 (calc-prefer-frac, calc-hms-format, calc-date-format)
10768 (calc-float-format, calc-full-float-format, calc-complex-format)
10769 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10770 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10771 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10772 (calc-matrix-brackets, calc-language, calc-language-option)
10773 (calc-left-label, calc-right-label, calc-word-size)
10774 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10775 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10776 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10777 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10778 (calc-window-height, calc-display-trail, calc-show-selections)
10779 (calc-use-selections, calc-assoc-selections)
10780 (calc-display-working-message, calc-auto-why, calc-timing)
10781 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10782 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10783 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10784 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10785 (calc-gnuplot-geometry, calc-graph-default-resolution)
10786 (calc-graph-default-resolution-3d, calc-invocation-macro)
10787 (calc-show-banner): Use defcalcmodevar to declare them and set
10788 their default values.
10789
10790 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10791 instead of default values (but restore default values if there is
10792 an argument of 0).
10793
10794 2005-01-09 David Kastrup <dak@gnu.org>
10795
10796 * desktop.el (desktop-restore-eager): Fix typo in type.
10797
10798 2005-01-08 Richard M. Stallman <rms@gnu.org>
10799
10800 * cus-edit.el (customize): Delete :link.
10801
10802 2005-01-08 Jay Belanger <belanger@truman.edu>
10803
10804 * calc/calc.el (calc-mode): Remove the extension from the
10805 `calc-settings-file' file name when loading it.
10806
10807 2005-01-08 Kim F. Storm <storm@cua.dk>
10808
10809 * info.el (Info-mode-map, Info-next-link-keymap)
10810 (Info-prev-link-keymap, Info-up-link-keymap):
10811 Map follow-link to mouse-face.
10812 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10813
10814 2005-01-08 Jay Belanger <belanger@truman.edu>
10815
10816 * calc/calc.el (calc-settings-file): Change default value.
10817 Suggested by cgw in a comment in calc-mode.el.
10818
10819 * calc/calc-mode.el (calc-settings-file-name):
10820 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10821 Replace ~/.emacs in a prompt by calc-settings-file.
10822
10823 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10824
10825 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10826 (desktop-lazy-idle-delay): New customizable variables.
10827 (desktop-buffer-args-list): New variable.
10828 (desktop-append-buffer-args): New function.
10829 (desktop-save): Call desktop-append-buffer-args for some buffers.
10830 (desktop-lazy-create-buffer): New function.
10831 (desktop-idle-create-buffers): New function.
10832 (desktop-read): Add message about buffers to restore lazily.
10833 (desktop-lazy-abort): New command.
10834 (desktop-clear): Call desktop-lazy-abort.
10835 (desktop-lazy-complete): New command.
10836
10837 2005-01-06 Richard M. Stallman <rms@gnu.org>
10838
10839 * emacs-lisp/find-func.el (find-face-definition):
10840 Rename from find-face.
10841
10842 2005-01-06 Kim F. Storm <storm@cua.dk>
10843
10844 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10845
10846 * man.el (Man-xref-man-page, Man-xref-header-file)
10847 (Man-xref-normal-file): Add follow-link property.
10848
10849 2005-01-06 Jay Belanger <belanger@truman.edu>
10850
10851 * calc/calc-units.el: Make sure the proper macro definitions are
10852 available when compiling.
10853
10854 2005-01-06 Juri Linkov <juri@jurta.org>
10855
10856 * isearch.el (isearch-lazy-highlight-update):
10857 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10858
10859 2005-01-06 Miles Bader <miles@gnu.org>
10860
10861 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10862 (isearch-lazy-highlight-face): Use new name.
10863
10864 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * uniquify.el (uniquify-rationalize-file-buffer-names):
10867 Re-add an interactive spec.
10868 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10869 to the same name.
10870
10871 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10872 (isearch-update, isearch-done): Adjust calls accordingly.
10873
10874 2005-01-05 Richard M. Stallman <rms@gnu.org>
10875
10876 * custom.el (custom-set-variables, custom-theme-set-variables):
10877 Clarify documentation.
10878
10879 * emacs-lisp/find-func.el (find-variable)
10880 (find-variable-other-window, find-variable-other-frame):
10881 Fix the TYPE args to find-function-read and find-function-do-it.
10882 (find-function): Doc fix.
10883 (find-function-at-point): Replace function-at-point alias.
10884
10885 2005-01-04 Richard M. Stallman <rms@gnu.org>
10886
10887 * cus-face.el (custom-declare-face):
10888 Record defface in current-load-list.
10889
10890 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10891
10892 * emacs-lisp/find-func.el: Doc fixes.
10893 (find-face-regexp): New variable.
10894 (find-function-regexp-alist): New variable.
10895 (find-function-C-source): Third arg is now TYPE.
10896 (find-function-search-for-symbol): Handle general TYPE.
10897 (find-function-read, find-function-do-it): Handle general TYPE.
10898 (find-definition-noselect, find-face): New functions.
10899 (function-at-point): Alias deleted.
10900
10901 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10902
10903 * battery.el (display-battery-mode): Rename from display-battery.
10904 Handle the case where it gets turned off.
10905
10906 2005-01-04 Richard M. Stallman <rms@gnu.org>
10907
10908 * cus-edit.el (customize): Make :link point to user doc.
10909
10910 * man.el (Man-fontify-manpage): Turn off undo generation.
10911
10912 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10913
10914 2005-01-04 Andreas Schwab <schwab@suse.de>
10915
10916 * files.el (insert-directory): Only look for error lines in
10917 inserted text. Don't move too far after processing --dired markers.
10918
10919 2005-01-04 Richard M. Stallman <rms@gnu.org>
10920
10921 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10922 Don't expand if the character is @, period, dash, etc.
10923 (define-mail-abbrev): Quote names that contain problem characters.
10924
10925 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10926
10927 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10928
10929 2005-01-03 Richard M. Stallman <rms@gnu.org>
10930
10931 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10932 (query-replace-highlight, query-replace-lazy-highlight)
10933 (query-replace): Definitions moved up. Doc fix.
10934
10935 2005-01-03 Richard M. Stallman <rms@gnu.org>
10936
10937 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10938 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10939 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10940 (lazy-highlight-face): Rename from isearch-lazy-...
10941 Change all references to them.
10942
10943 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10944
10945 * cus-edit.el (custom-file): Doc fix for defcustom.
10946 (custom-file): The function no longer sets the variable
10947 `custom-file' to its return value.
10948
10949 * startup.el (command-line): No longer load `custom-file'.
10950
10951 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10954
10955 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10956 Don't confuse module-prefixed identifiers for labels.
10957 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10958
10959 2005-01-02 Richard M. Stallman <rms@gnu.org>
10960
10961 * files.el (basic-save-buffer-1): Fix previous change.
10962
10963 * loadhist.el (file-loadhist-lookup): New function.
10964 (file-provides, file-requires): Use it.
10965
10966 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10967 instead of calculating the right size.
10968
10969 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10970
10971 * vc-svn.el (vc-svn-diff): Stay local if possible.
10972
10973 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10976
10977 * files.el (hack-local-variables): Fix last change.
10978
10979 2005-01-02 Jay Belanger <belanger@truman.edu>
10980
10981 * calc/calc-yank.el (calc-edit-top): New variable.
10982 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10983 object. Change header properties.
10984 (calc-edit-finish, calc-edit-finish-stack-object)
10985 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10986 edited object.
10987 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10988 for the beginning of the edited object.
10989 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10990 for the beginning of the edited object.
10991 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10992 (calc-finish-formula-edit, calc-macro-repeats)
10993 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10994 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10995 beginning of the edited object.
10996 (calc-user-define-edit): Change the header for editing macros.
10997 Remove unnecessary variable.
10998
10999 2005-01-01 Jay Belanger <belanger@truman.edu>
11000
11001 * calc/calc-yank.el (calc-edit-mode): Change default header.
11002 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
11003 * calc/calc-store.el (calc-edit-variable): Change title to match new
11004 header.
11005 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
11006 mode to match new header.
11007 (calc-user-define-edit): Change titles to include names of commands.
11008 (calc-finish-formula-edit): Adjust to handle new header.
11009 (calc-finish-macro-edit): Remove.
11010 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11011 (calc-edit-macro-command, calc-edit-macro-command-type)
11012 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11013 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11014 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11015 (calc-edit-macro-finish-edit): New functions.
11016 (calc-user-define-edit): Use new functions to edit named calc macros.
11017
11018 2005-01-01 Stefan <monnier@iro.umontreal.ca>
11019
11020 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11021
11022 * ses.el (copy-region-as-kill): Deactivate mark.
11023
11024 2005-01-01 Richard M. Stallman <rms@gnu.org>
11025
11026 * replace.el (occur-1): If the output buffer is also an input,
11027 don't kill it, rename it.
11028
11029 * faces.el (set-face-background, set-face-foreground): Doc fix.
11030
11031 * cus-face.el (custom-face-attributes): Fix :help-echo strings
11032 for :foreground and :background.
11033
11034 * dired.el (dired-view-command-alist): Variable deleted.
11035 (dired-view-file, dired-mouse-find-file-other-window):
11036 Delete the code to use it.
11037
11038 2005-01-01 Kim F. Storm <storm@cua.dk>
11039
11040 * image.el (insert-sliced-image): Use t for line-height property.
11041
11042 2004-12-31 Jay Belanger <belanger@truman.edu>
11043
11044 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11045 for "var-" at the beginning of the minibuffer.
11046
11047 2004-12-31 Richard M. Stallman <rms@gnu.org>
11048
11049 * faces.el (read-face-name):
11050 Don't treat an attribute spec as a list of faces.
11051
11052 * simple.el (undo): Use undo-equiv-table to detect
11053 unexpected changes since previous undo.
11054 (undo-list-saved): Variable deleted.
11055 (buffer-disable-undo): Don't alter undo-list-saved.
11056
11057 * files.el (require-final-newline): Allow `visit' and `visit-save'.
11058 (mode-require-final-newline): New option.
11059 (after-find-file): Handle require-final-newline with new values.
11060 (basic-save-buffer): Handle new values of require-final-newline.
11061
11062 * progmodes/sh-script.el (sh-require-final-newline):
11063 Alist value now controls whether to use mode-require-final-newline.
11064 (sh-set-shell): Implement that new meaning.
11065
11066 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11067 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11068 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11069 Delete old-Emacs compatibility code.
11070 (antlr-c-common-init): Function deleted.
11071
11072 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11073 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11074 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11075 * progmodes/python.el (python-mode): Use mode-require-final-newline.
11076 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11077 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11078 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11079 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11080 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11081 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11082 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11083 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
11084 * progmodes/cfengine.el (cfengine-mode): Use
11085 mode-require-final-newline.
11086 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11087 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11088 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11089
11090 2004-12-31 Jay Belanger <belanger@truman.edu>
11091
11092 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11093 way to return to Calc.
11094
11095 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11096 finish, C-xk as the way to cancel the edit. Add cancel routine to
11097 kill-buffer-hook.
11098
11099 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11100 MacEdit code.
11101
11102 * calc/calc-prog.el: Remove obsolete MacEdit code.
11103 (calc-macro-edit-algebraic, calc-macro-edit-variable)
11104 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11105
11106 2004-12-31 Kenichi Handa <handa@m17n.org>
11107
11108 * international/mule.el (buffer-file-coding-system-explicit):
11109 Rename for explicit-buffer-file-coding-system.
11110 (after-insert-file-set-coding): Adjust for the above change.
11111
11112 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11113 to buffer-file-coding-system-explicit.
11114 (basic-save-buffer-1): Likewise.
11115
11116 2004-12-30 Richard M. Stallman <rms@gnu.org>
11117
11118 * textmodes/artist.el (artist-butlast-fn): Var deleted.
11119 (artist-butlast, artist-last): Functions deleted.
11120 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11121 (artist-compute-key-compl-table): Call remq directly.
11122 (artist-remove-nulls): Function deleted.
11123 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11124 (artist-push, artist-pop): Macro deleted.
11125
11126 2004-12-30 Andreas Leue <al@sphenon.de>
11127
11128 * textmodes/artist.el (artist-version): 1.2.6
11129 (artist-prev-next-op-alist): New variable.
11130 (artist-select-next-op-in-list): New function.
11131 (artist-select-prev-op-in-list): New function.
11132 (artist-make-prev-next-op-alist): New function.
11133 (artist-is-in-op-list-p): New function.
11134 (artist-get-first-non-nil-op): New function.
11135 (artist-get-last-non-nil-op): New function.
11136 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11137 artist-prev-next-op-alist.
11138 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11139 change drawing operation.
11140
11141 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
11142
11143 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11144
11145 2004-12-31 Masatake YAMATO <jet@gyve.org>
11146
11147 * server.el (server-process-filter): Suppress `error', too.
11148
11149 2004-12-30 Jay Belanger <belanger@truman.edu>
11150
11151 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11152 Change the way a variable is displayed in a message.
11153
11154 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11155 (calc-user-define-permanent, calc-execute-kbd-macro):
11156 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11157
11158 2004-12-30 Kenichi Handa <handa@m17n.org>
11159
11160 * files.el (basic-save-buffer-1):
11161 Set explicit-buffer-file-coding-system to last-coding-system-used.
11162 (revert-buffer): Pay attention to
11163 explicit-buffer-file-coding-system (not buffer-file-coding-system)
11164 on bind coding-system-for-read.
11165
11166 * international/mule.el (explicit-buffer-file-coding-system):
11167 New buffer local variable.
11168 (after-insert-file-set-coding): Set it to coding-system-for-read.
11169
11170 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
11171
11172 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11173
11174 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
11175
11176 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11177 that include line numbers.
11178
11179 2004-12-29 Milan Zamazal <pdm@zamazal.org>
11180
11181 * files.el (hack-local-variables): If no PREFIX, set it to "^".
11182 Redundant variable PREFIXLEN removed.
11183
11184 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
11185
11186 * eshell/em-hist.el (eshell-previous-matching-input):
11187 Start the deletion from the end of the output.
11188
11189 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11190
11191 * term/mac-win.el: Require x-dnd.
11192 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
11193
11194 2004-12-29 David Kastrup <dak@gnu.org>
11195
11196 * international/mule.el (decode-coding-inserted-region):
11197 Don't barf if `buffer-undo-list' is already set to `t'.
11198
11199 2004-12-29 Jay Belanger <belanger@truman.edu>
11200
11201 * calc/calc-prog.el (calc-user-define-formula): Put default values
11202 for function names in prompts.
11203 (calc-user-define-permanent, calc-user-define-composition)
11204 (calc-user-define-formula): Remove the need for "calcFunc-" in the
11205 default input for algebraic functions.
11206
11207 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
11208
11209 * vc-rcs.el (vc-rcs-annotate-command):
11210 Fix omission bug: Call `vc-setup-buffer'.
11211
11212 2004-12-29 Kenichi Handa <handa@m17n.org>
11213
11214 * international/mule.el (recode-region): New function.
11215
11216 2004-12-28 Richard M. Stallman <rms@gnu.org>
11217
11218 * simple.el (undo-extra-outer-limit): New variable.
11219 (undo-outer-limit-truncate): Test and set it.
11220
11221 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11222 enables the feature to extend the existing region.
11223
11224 * simple.el (mark-word): New arg ALLOW-EXTEND
11225 enables the feature to extend the existing region.
11226
11227 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11228 enables the feature to extend the existing region.
11229
11230 * startup.el (site-run-file): Don't allow setting it with Custom.
11231
11232 * simple.el (buffer-disable-undo): Fix previous change.
11233
11234 2004-12-27 Masatake YAMATO <jet@gyve.org>
11235
11236 * hexl.el (hexlify-buffer): Remove fontification here.
11237 Use font lock mechanism instead.
11238 (hexl-font-lock-keywords): New font lock kewords.
11239 (hexl-mode-old-font-lock-keywords): New variable.
11240 (hexl-mode): Store the old font lock keywords.
11241 (hexl-mode-exit): Restore the old font lock keywords.
11242
11243 2004-12-27 Richard M. Stallman <rms@gnu.org>
11244
11245 * simple.el (undo): Fix previous change.
11246
11247 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11248
11249 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
11250 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11251 Call x-open-connection on Mac OS X.
11252
11253 2004-12-27 Richard M. Stallman <rms@gnu.org>
11254
11255 * files.el (buffer-save-without-query): New var (buffer-local).
11256 (save-some-buffers): Save those buffers first, w/o asking.
11257
11258 * files.el (insert-directory-ls-version): New variable.
11259 (insert-directory): When ls returns an error, test the version
11260 number to decide what the return code means.
11261 With --dired output format, detect and distinguish lines
11262 that are really error messages.
11263 (insert-directory-adj-pos): New function.
11264
11265 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11266
11267 * battery.el (battery-mode-line-format): Remove initial spaces.
11268
11269 * uniquify.el (uniquify-rationalize-file-buffer-names):
11270 Delete interactive spec.
11271
11272 * type-break.el (type-break-mode): Set buffer-save-without-query.
11273 Remove code that tried to set save-some-buffers-always.
11274 (type-break-file-keystroke-count): Bind deactivate-mark.
11275
11276 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11277
11278 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11279 Test that the buffer is live, and maybe reject current buffer too.
11280 Clarify.
11281 (next-error-find-buffer): Rewrite for clarity.
11282
11283 * loadup.el: Don't use buffer-disable-undo; do it directly.
11284
11285 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11286 (describe-variable): Call symbol-file with `defvar'.
11287
11288 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11289 (symbol-file): Rewritten to handle new load-history format.
11290 Now takes an arg TYPE to specify looking for a particular
11291 type of definition only.
11292
11293 * emacs-lisp/debug.el (debugger-make-xrefs):
11294 Call symbol-file with `defun'.
11295
11296 * emacs-lisp/find-func.el (find-function-noselect):
11297 Call symbol-file with `defun'.
11298 (find-variable-noselect): Call symbol-file with `defvar'.
11299
11300 * eshell/esh-cmd.el (eshell-find-alias-function):
11301 Call symbol-file with `defun'.
11302
11303 * eshell/esh-test.el (eshell-test-goto-func):
11304 Call symbol-file with `defun'.
11305
11306 * mail/rmail.el (rmail-resend):
11307 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11308
11309 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11310
11311 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11312
11313 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11314 Call buffer-disable-undo.
11315
11316 * simple.el (undo-list-saved): New variable (buffer-local).
11317 (undo): Set and test it.
11318 (buffer-disable-undo): Move here from buffer.c.
11319 Clear out undo-list-saved.
11320
11321 * international/mule.el (decode-coding-inserted-region):
11322 Set buffer-undo-list in a correct and optimal way.
11323
11324 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11325 (cperl-font-lock-unfontify-region-function): No need to save and
11326 restore info, since font-lock.el does it for us.
11327
11328 * ansi-color.el (save-buffer-state): Definition deleted.
11329 (ansi-color-unfontify-region): Don't use save-buffer-state.
11330
11331 2004-12-27 Dave Love <fx@gnu.org>
11332
11333 * wid-edit.el (function): Use restricted-sexp as parent.
11334
11335 2004-12-27 Kevin Ryde <user42@zip.com.au>
11336
11337 * simple.el (next-matching-history-element): Use same
11338 `interactive' form as previous-matching-history-element.
11339
11340 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11341 it can appear unencoded and has been seen from yahoo.
11342
11343 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11344
11345 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11346 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11347
11348 2004-12-27 Kenichi Handa <handa@m17n.org>
11349
11350 * international/utf-8.el (utf-translate-cjk-load-tables):
11351 Bind coding-system-for-read to nil while loading subst-*.
11352
11353 2004-12-26 Jay Belanger <belanger@truman.edu>
11354
11355 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11356 default input.
11357
11358 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11359
11360 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11361 before reverting and disable undo recording while reverting.
11362
11363 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11364
11365 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11366 (hs-make-overlay): New function.
11367 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11368 (hs-flag-region): Delete function.
11369 (hs-hide-comment-region): No longer use `hs-flag-region'.
11370 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11371 (hs-hide-block-at-point): Likewise.
11372 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11373 (hs-hide-all, hs-show-all): Likewise.
11374 (hs-show-block): Likewise.
11375 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11376
11377 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11378
11379 * progmodes/hideshow.el: Require `cl' when compiling.
11380 Remove XEmacs and Emacs 19 compatibility.
11381 Use `dolist' and `add-to-list' for load-time actions.
11382 (hs-discard-overlays): Use `dolist'.
11383 (hs-show-block): Likewise.
11384
11385 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11386
11387 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11388
11389 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11390
11391 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11392 When extending backwards, move outside the current comment first.
11393
11394 2004-12-22 Kenichi Handa <handa@m17n.org>
11395
11396 * international/quail.el (quail-start-translation): Fix prompt
11397 string for the case if input-method-use-echo-area being non-nil.
11398 (quail-start-conversion): Likewise.
11399 (quail-show-guidance): Don't show guidance if
11400 input-method-use-echo-area is non-nil.
11401
11402 2004-12-21 Richard M. Stallman <rms@gnu.org>
11403
11404 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11405
11406 2004-12-21 Markus Rost <rost@ias.edu>
11407
11408 * calendar/diary-lib.el (mark-diary-entries):
11409 Set mark-diary-entries-in-calendar only after checking for diary-file.
11410
11411 2004-12-21 Richard M. Stallman <rms@gnu.org>
11412
11413 * faces.el (escape-glyph): Use blue against light foreground.
11414
11415 * simple.el (undo-outer-limit-truncate): New function.
11416 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11417
11418 2004-12-21 Eli Barzilay <eli@barzilay.org>
11419
11420 * calculator.el (calculator-radix-grouping-mode)
11421 (calculator-radix-grouping-digits)
11422 (calculator-radix-grouping-separator):
11423 New defcustoms for the new radix grouping mode functionality.
11424 (calculator-mode-hook): Now used in electric mode too,
11425 (calculator): Call it.
11426 (calculator-mode-map): Some new keys.
11427 (calculator-message): New function. Some new calls.
11428 (calculator-op, calculator-set-register): Use it.
11429 (calculator-string-to-number): New function, mostly moved and
11430 updated code from calculator-curnum-value.
11431 (calculator-curnum-value): Use it.
11432 (calculator-paste): Use it, and update grabbing the current-kill.
11433 (calculator-rotate-displayer)
11434 (calculator-rotate-displayer-back): Toggle digit grouping when
11435 in radix mode, use calculator-message.
11436 (calculator-displayer-prev, calculator-displayer-next):
11437 Change digit group size when in radix mode.
11438 (calculator-number-to-string): Rename from
11439 calculator-num-to-string. Now deals with digit grouping in
11440 radix mode.
11441 (calculator-update-display, calculator-put-value): Use the new name.
11442 (calculator-fact): Return a floating point number.
11443 (calculator-mode): Doc fix.
11444
11445 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11446
11447 * calendar/calendar.el (view-other-diary-entries): Add autoload.
11448 * calendar/diary-lib.el (view-other-diary-entries):
11449 Use current-prefix-arg in interactive spec.
11450
11451 2004-12-19 Jay Belanger <belanger@truman.edu>
11452
11453 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11454 adjust the syntax of both delimiters of half-open intervals.
11455
11456 2004-12-19 Kim F. Storm <storm@cua.dk>
11457
11458 * mouse.el (mouse-1-click-follows-link): Doc fix.
11459
11460 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11461
11462 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11463 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11464 instead of centraleuropean as the name
11465
11466 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
11467
11468 Sync with Tramp 2.0.46.
11469
11470 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11471 parameters wrt Tramp convention.
11472 (tramp-handle-file-attributes-with-perl)
11473 (tramp-handle-directory-files-and-attributes): Apply it.
11474 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11475 `copy-program'. Reported by Zack Weinberg
11476 <zack@codesourcery.com>.
11477 (top): Set `edebug-form-spec' property directly rather than
11478 calling `def-edebug-spec'.
11479
11480 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11481 advice less fragile. Surround temporary redefinition of
11482 `substitute-in-file-name' with `unwind-protect'. Suggested by
11483 Matt Hodges <MPHodges@member.fsf.org>.
11484
11485 2004-12-17 Juri Linkov <juri@jurta.org>
11486
11487 * replace.el (occur-accumulate-lines, occur-engine):
11488 Make forcing deferred font-lock fontification jit-specific.
11489
11490 2004-12-17 Kim F. Storm <storm@cua.dk>
11491
11492 * mouse.el (mouse-1-click-follows-link): New defcustom.
11493 (mouse-on-link-p): New function.
11494 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11495 functionality. Map a mouse-1 click event into a mouse-2 (or
11496 other) event when position is inside a link.
11497
11498 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11499 prefix in tooltip text with "mouse-1" when this is a link
11500 recognized by mouse-1-click-follows-link functionality.
11501
11502 * help.el (describe-key): Report effective and original binding
11503 for mouse-1 when clicked on a link.
11504 (describe-mode): Add follow-link property to "minor-mode" button.
11505
11506 * help-fns.el (describe-variable): Add follow-link property to
11507 "below" button.
11508
11509 * help-mode.el (help-xref): Add follow-link property.
11510
11511 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11512 (apropos-command, apropos-variable, apropos-face, apropos-group)
11513 (apropos-widget, apropos-plist): Add follow-link property.
11514
11515 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11516 checks if position is in a filename, rather than some other
11517 clickable item. Function looks for cvs-filename-face at position.
11518
11519 * wid-edit.el (widget-specify-field, widget-specify-button):
11520 Map a :follow-link keyword into a follow-link property.
11521 (link): Add :follow-link keyword, map to RET binding.
11522
11523 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11524
11525 * progmodes/compile.el (compilation-minor-mode-map)
11526 (compilation-button-map, compilation-mode-map): Likewise.
11527
11528 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11529
11530 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11531 (zone-replace-char): Take `count' and `del-count'
11532 instead of `direction'. Update callers. When `del-count' is
11533 non-nil, delete that many characters, otherwise `count' characters
11534 backwards. Insert the newly-replaced string `count' times.
11535 (zone-fret): Handle chars w/ width greater than one.
11536 (zone-fall-through-ws): No longer take window width `ww'.
11537 Update callers. Add handling for `char-width' greater than one.
11538 (zone-pgm-drip): Update var holding window-end position every cycle.
11539
11540 2004-12-17 Andre Spiegel <spiegel@gnu.org>
11541
11542 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11543 rather than insert-file.
11544
11545 2004-12-16 Jay Belanger <belanger@truman.edu>
11546
11547 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11548 (math-init-random-base, math-random-digit): Check to see if
11549 var-RandSeed is bound.
11550 (math-random-last): Declare it.
11551 (math-random-digit): Don't make math-random-last local.
11552
11553 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11554
11555 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11556 one-shot thunk for uniform (error, quit, normal) recovery.
11557 Reported by John Paul Wallington.
11558 (zone-pgm-random-life): Fix bug:
11559 Recognize empty initial field by lack of "@" chars.
11560
11561 2004-12-16 Juri Linkov <juri@jurta.org>
11562
11563 * help.el (function-called-at-point):
11564 * help-fns.el (variable-at-point): As a last resort try stripping
11565 non-word prefixes and suffixes.
11566
11567 * descr-text.el (describe-property-list): Don't treat syntax-table
11568 specially. Use describe-text-sexp which inserts [show] button
11569 for large objects and handles printing errors. Sort properties
11570 by names in alphabetical order instead of by value sizes.
11571 Add `mouse-face' to list of properties for `describe-face' widget.
11572 (describe-char): Mask out face-id from 19 bits of character.
11573 Print face-id separately.
11574
11575 * replace.el (occur-accumulate-lines, occur-engine):
11576 Fontify unfontified matching lines in the source buffer
11577 before copying them.
11578 (occur-engine): Don't put mouse-face on context lines.
11579 (occur-next-error): Set point to line beginning/end
11580 before searching for prev/next property to skip multiple
11581 matches on a line (not supported by occur engine).
11582 Remove redundant prefix-numeric-value.
11583
11584 2004-12-15 Juri Linkov <juri@jurta.org>
11585
11586 * replace.el (match): New face.
11587 (list-matching-lines-face): Change default from `bold' to `match'.
11588
11589 * progmodes/grep.el (grep-match-face): New defvar.
11590 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11591 compilation-column-face to highlight grep matches.
11592
11593 * apropos.el (apropos-match-face): Change default from
11594 `secondary-selection' to `match'.
11595
11596 * info-look.el (info-lookup-highlight-face): Change default from
11597 `highlight' to `match'.
11598
11599 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11600
11601 * progmodes/executable.el (executable-interpret): Eliminate
11602 obsolete compile-internal, and switch to comint for interaction.
11603
11604 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11605
11606 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11607 `&&' when skipping multiple statements on a line.
11608
11609 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11610
11611 * play/zone.el (zone): Set `truncate-lines'.
11612 Also, init `tab-width' with value from original buffer.
11613 (zone-shift-up): Rewrite for speed.
11614 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11615 (zone-pgm-jitter): Remove redundant entries from ops vector.
11616 (zone-exploding-remove): Reduce iteration count.
11617 (zone-cpos): Convert to defsubst.
11618 (zone-replace-char): New defsubst.
11619 (zone-park/sit-for): Likewise.
11620 (zone-fret): Take window-start arg.
11621 Update callers. Use `zone-park/sit-for'.
11622 (zone-fill-out-screen): Rewrite.
11623 (zone-fall-through-ws): Likewise. Update callers.
11624 (zone-pgm-drip): Use `zone-replace-char'.
11625 Move var inits before while-loop. Use `zone-park/sit-for'.
11626 (zone-pgm-random-life): Handle empty initial field.
11627 Use `zone-replace-char' and `zone-park/sit-for'.
11628
11629 2004-12-15 Juri Linkov <juri@jurta.org>
11630
11631 * isearch.el (isearch-update): Test isearch-lazy-highlight
11632 before calling isearch-lazy-highlight-new-loop.
11633 (isearch-lazy-highlight-new-loop):
11634 Don't test isearch-lazy-highlight.
11635
11636 * replace.el (perform-replace): Add isearch-case-fold-search.
11637 Use delimited-flag for isearch-regexp.
11638 Reset isearch-lazy-highlight-last-string to force lazy
11639 highlighting when called from isearch mode.
11640 (query-replace-highlight): Revert defcustom type to boolean.
11641 (query-replace-lazy-highlight): New defcustom.
11642 (query-replace): New face.
11643 (perform-replace, replace-highlight, replace-dehighlight):
11644 Test query-replace-lazy-highlight instead of special value
11645 `isearch' of query-replace-highlight.
11646 (replace-dehighlight): Don't call isearch-dehighlight.
11647 (replace-highlight): Don't call isearch-highlight.
11648 Use face `query-replace' unconditionally.
11649
11650 2004-12-14 Kim F. Storm <storm@cua.dk>
11651
11652 * simple.el (inhibit-mark-movement): Remove defvar.
11653 (beginning-of-buffer, end-of-buffer): Don't use it.
11654
11655 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11656 Don't use inhibit-mark-movement.
11657
11658 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11659 (cua--undo-push-mark): Remove.
11660 (cua--pre-command-handler, cua--post-command-handler):
11661 Don't fiddle with inhibit-mark-movement.
11662
11663 2004-12-14 Juri Linkov <juri@jurta.org>
11664
11665 * buff-menu.el (list-buffers-noselect): Collect internal info
11666 for every buffer in BUFFER-LIST arg too.
11667 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11668 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11669 Bind same-window-buffer-names and same-window-regexps to nil.
11670
11671 2004-12-13 Juri Linkov <juri@jurta.org>
11672
11673 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11674
11675 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11676 (sc-cite-region, sc-uncite-region, sc-recite-region):
11677 Fix previous change to handle not alist as a symbol, but
11678 a citation frame as a symbol that represents a variable name.
11679
11680 2004-12-13 Richard M. Stallman <rms@gnu.org>
11681
11682 * filecache.el (file-cache-add-directory-using-find):
11683 Only set up file-cache-find-command-posix-flag if we will use it.
11684
11685 * bindings.el (mode-line-buffer-identification-keymap):
11686 Don't cancel the mode-line's usual down-mouse-1 binding.
11687
11688 * cus-edit.el (custom-face-selected): Handle `default' specs.
11689 (custom-face-edit): Increase extra-offset.
11690 (custom-display): Handle `default' specs.
11691
11692 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11693
11694 * emacs-lisp/elint.el (elint-standard-variables)
11695 (elint-unknown-builtin-args): Move definitions up.
11696
11697 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11698
11699 * info.el (info-xref-visited): Use `default' instead of t.
11700 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11701
11702 * faces.el (header-line, mode-line-inactive, tool-bar):
11703 Use `default' instead of t for setting the defaults.
11704 (face-spec-choose): Separate `t' from `default'.
11705
11706 * subr.el (while-no-input): New macro.
11707
11708 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11709
11710 * filecache.el (file-cache-add-directory-using-find):
11711 Only test file-cache-find-command-posix-flag on some systems.
11712
11713 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11716 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11717 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11718 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11719 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11720 annotate.
11721
11722 2004-12-12 Juri Linkov <juri@jurta.org>
11723
11724 * files.el (find-file-other-window, find-file-other-frame):
11725 Add the first buffer to the returned value to return the complete
11726 list of all visited buffers.
11727 (find-file-read-only, find-file-read-only-other-window)
11728 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11729 `find-file-read-args'. Signal an error about non-existent file
11730 only if file name doesn't contain wildcards. Toggle read-only in
11731 all visited buffers.
11732 (find-alternate-file, find-alternate-file-other-window):
11733 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11734 called interactively. Pass arg `wildcards' to other functions.
11735 (find-file-noselect): Doc fix.
11736
11737 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11738 Doc fix.
11739 (ffap-directory-finder): New variable.
11740 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11741 (ffap-file-at-point): Add /* to immediately rejected names.
11742 Return absolute file names matching ffap-dired-wildcards.
11743 (ffap-read-file-or-url): Set default value for `completing-read'
11744 to `buffer-file-name'.
11745 (find-file-at-point): When filename matches ffap-dired-wildcards,
11746 call ffap-file-finder with t arg `wildcards', instead of dired.
11747 (ffap-other-window, ffap-other-frame): Return visited buffers.
11748 (ffap-read-only, ffap-read-only-other-window)
11749 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11750 (dired-at-point): Call ffap-directory-finder instead of dired.
11751 (ffap-dired-other-window, ffap-dired-other-frame)
11752 (ffap-list-directory): New commands.
11753 (ffap-bindings): New keybindings for new commands.
11754
11755 2004-12-12 Juri Linkov <juri@jurta.org>
11756
11757 * simple.el (beginning-of-buffer, end-of-buffer):
11758 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11759 Do not push mark when mark is active in transient-mark-mode.
11760
11761 * simple.el (mark-word):
11762 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11763 * textmodes/paragraphs.el (mark-paragraph):
11764 Extend the region when mark is active in transient-mark-mode,
11765 regardless of the last command. Doc fix.
11766
11767 * simple.el (mark-word): Preserve direction when repeating.
11768 Make arg optional. Interactive "p" -> "P".
11769 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11770
11771 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11772 preserving direction, to mark forward instead of backward when mark
11773 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11774
11775 2004-12-12 Juri Linkov <juri@jurta.org>
11776
11777 * isearch.el (isearch-edit-string): Set 7th arg of
11778 `read-from-minibuffer' to `t' to inherit the current input
11779 method (whose name is indicated by [IM] in the minibuffer prompt)
11780 from the current buffer to the minibuffer.
11781 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11782 to allow C-g quitting for lazy highlighting looping inside the
11783 search with nested repetition operators. Add overlay to the list
11784 before setting its face and other properties to avoid the case of
11785 code quitting after placing the new overlay but before it's
11786 recorded on the list. Select the window where isearch was
11787 activated, to highlight matches in the right window when isearch
11788 switches the current window to the minibuffer.
11789
11790 * international/isearch-x.el
11791 (isearch-process-search-multibyte-characters):
11792 Use `isearch-message' as initial input for `read-string' instead
11793 of adding it to the minibuffer prompt. After reading a string
11794 remove the initial value of `isearch-message' from the string.
11795
11796 * replace.el (replace-match-maybe-edit): Doc fix.
11797 (perform-replace): Don't call `replace-highlight' when automatic
11798 replacement is requested in literal mode, since it is intended
11799 only to highlight words during entering a new replacement string
11800 for \? in non-literal mode.
11801
11802 * replace.el (query-replace-highlight): Add new value `isearch'
11803 that allows query replacement to use isearch highlighting.
11804 Change type from `boolean' to `choice'. Doc fix.
11805 (replace-highlight, replace-dehighlight, perform-replace):
11806 Use isearch highlighting if query-replace-highlight eq `isearch'.
11807
11808 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11811 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11812 `error'.
11813
11814 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11815 case of \end{verbatim}.
11816
11817 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11818
11819 * term.el (term-termcap-format): Synchronize with terminfo.
11820 (term-emulate-terminal): Handle reset.
11821 (term-reset-terminal): New function.
11822
11823 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11824
11825 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11826 (zone-fill-out-screen): New func.
11827 (zone-pgm-drip): Use `zone-fill-out-screen'.
11828 Also, no longer go to point-min on every cycle.
11829 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11830 (zone-pgm-random-life-wait): New user var.
11831 (zone-pgm-random-life): New func.
11832
11833 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11834
11835 * files.el (auto-mode-alist): Map .com to DCL mode.
11836
11837 2004-12-09 Richard M. Stallman <rms@gnu.org>
11838
11839 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11840
11841 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11844 buffer with a display margin.
11845
11846 2004-12-08 Jay Belanger <belanger@truman.edu>
11847
11848 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11849 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11850
11851 2004-12-08 Richard M. Stallman <rms@gnu.org>
11852
11853 * faces.el: Delete code to set display table.
11854 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11855
11856 2004-12-08 Jay Belanger <belanger@truman.edu>
11857
11858 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11859
11860 * calc/calc-ext.el (math-read-replacement-list)
11861 (math-read-superscripts, math-read-preprocess-string): Move to
11862 calc-aent.el.
11863
11864 * calc/calc-aent.el (math-read-replacement-list)
11865 (math-read-superscripts, math-read-preprocess-string): Move from
11866 calc-ext.el.
11867
11868 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * isearch.el (isearch-quote-char): Fix up typo in last change.
11871
11872 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11873
11874 * mouse.el (mouse-set-font): Handle the case where the command was
11875 not invoked using the mouse.
11876
11877 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11878 (edmacro-finish-edit): Further update for keyboard macros that are
11879 lambda forms.
11880 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11881
11882 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * font-lock.el (font-lock-unfontify-region): Save buffer state.
11885 (font-lock-default-unfontify-region): Don't save buffer state any more.
11886
11887 2004-12-07 Jay Belanger <belanger@truman.edu>
11888
11889 * calc/calc-help.el (calc-describe-key):
11890 Set calc-summary-indentation even when Calc Summary buffer exists.
11891
11892 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11893
11894 * calendar/holidays.el (holiday-easter-etc): Make arguments
11895 optional for backwards compatibility. Doc fix.
11896 Remove un-necessary local vars mandatory, output-list.
11897 (holiday-advent): Make arguments optional for backwards
11898 compatibility. Doc fix.
11899
11900 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * paren.el (show-paren-function): Fix last change (2004-12-02).
11903
11904 * international/mule-util.el (char-displayable-p): Return nil for
11905 unibyte mode.
11906
11907 * subr.el (subregexp-context-p): New function.
11908
11909 * isearch.el (isearch-quote-char): Use it.
11910
11911 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11912 (regexp-opt-not-groupie*-re): Remove.
11913 (regexp-opt): Properly handle inputs with duplicate entries.
11914
11915 2004-12-06 Richard M. Stallman <rms@gnu.org>
11916
11917 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11918
11919 * cus-edit.el (custom-file): Doc fix.
11920
11921 * textmodes/org.el: New file.
11922
11923 2004-12-06 Kenichi Handa <handa@m17n.org>
11924
11925 * ldefs-boot.el: Update international/mule-util.el section.
11926
11927 2004-12-05 Sam Steingold <sds@gnu.org>
11928
11929 * net/tramp.el (tramp-handle-file-accessible-directory-p):
11930 Fix `tramp-time-diff' comparison logic.
11931
11932 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11933
11934 * progmodes/which-func.el (which-function):
11935 Use `run-hook-with-args-until-success' instead of a custom loop.
11936 Fixes bug with local hooks.
11937
11938 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11939
11940 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11941 Use delete-dups when calculating the initial value.
11942 (bibtex-autokey-get-title): Use <=.
11943 (bibtex-goto-line): New function.
11944 (bibtex-reposition-window): Use line numbers instead of point
11945 positions. Use window-body-height.
11946 (bibtex-find-crossref): Use bibtex-reposition-window.
11947 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11948 position of entry if key is found or nil if not found.
11949
11950 2004-12-05 Richard M. Stallman <rms@gnu.org>
11951
11952 * cus-edit.el (custom-file): Doc fix.
11953
11954 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11955
11956 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * simple.el (blink-matching-open):
11959 * textmodes/tex-mode.el (tex-validate-region):
11960 Obey syntax-table text properties.
11961
11962 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11963
11964 * wid-edit.el (widget-specify-field): Add `real-field' property to
11965 boundary.
11966 (widget-field-at): Use it.
11967
11968 2004-12-02 Richard M. Stallman <rms@gnu.org>
11969
11970 * progmodes/cc-mode.el (awk-mode autoload):
11971 Supply t meaning interactive function.
11972
11973 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11974 (isearch-mode-map): No special definition for space.
11975 (isearch-whitespace-chars): Command deleted.
11976 (isearch-forward-regexp): Doc fix.
11977 (isearch-quote-char): When a space is not inside brackets,
11978 use `[ ]' instead of just space.
11979 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11980
11981 * imenu.el (imenu--generic-function): Delete code to exclude
11982 matches in comments.
11983
11984 * man.el (Man-reverse-face): Change default to `highlight'.
11985
11986 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11987 (occur-engine): Use `face' prop rather than `font-lock-face'
11988 when specifying use of `match-face'.
11989 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11990
11991 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11992
11993 * add-log.el (add-log-current-defun): Handle the case where point
11994 is in the header part of a DEFUN construct.
11995
11996 2004-12-02 Dave Love <fx@gnu.org>
11997
11998 * progmodes/python.el (python-font-lock-syntactic-keywords):
11999 Fix previous change.
12000
12001 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
12002
12003 * paren.el (show-paren-function): Check for matching chars
12004 specified by text props.
12005
12006 2004-12-02 Jay Belanger <belanger@truman.edu>
12007
12008 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12009 when reading a new key sequence.
12010
12011 2004-12-02 Kim F. Storm <storm@cua.dk>
12012
12013 * faces.el (escape-glyph): Rename from glyph.
12014 (standard-display-table): Set it here. Add escape-glyph face to
12015 extra slot characters.
12016
12017 * disp-table.el: Undo 2004-12-01 change. Display table is now
12018 setup in faces.el.
12019
12020 2004-12-02 Mark A. Hershberger <mah@everybody.org>
12021
12022 * xml.el (xml-parse-dtd): Don't show validity messages when
12023 xml-validating-parser is nil.
12024 (xml-substitute-special): Fix validity error messages to
12025 actually show the unexpandable entity. Added validity error if &
12026 isn't followed by an entity.
12027 (xml-parse-tag): Concatenate any string following the a
12028 <![CDATA[]]> section to the parsed CDATA.
12029 (xml-parse-dtd): Skip parameter entity declarations and use of
12030 parameter entities.
12031
12032 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
12033
12034 * kmacro.el (kmacro-default-counter-format): New var.
12035 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
12036 (kmacro-display): Remove `nil' from `and' form. Delete call to
12037 `format' inside `message'.
12038 (kmacro-start-macro): Use `kmacro-default-counter-format'.
12039
12040 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * pcvs.el (cvs-header-msg): New function.
12043 (cvs-update-header): Use it. Change calling convention.
12044 Correctly handle the case of having simultaneous active processes.
12045 (cvs-sentinel): Don't call cvs-update-header any more.
12046 (cvs-mode-run): Update call and add cvs-update-header to postproc.
12047
12048 2004-12-01 Jay Belanger <belanger@truman.edu>
12049
12050 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12051 Change message.
12052
12053 2004-12-01 Juri Linkov <juri@jurta.org>
12054
12055 * progmodes/prolog.el (prolog-mode-variables):
12056 Fix imenu-generic-expression.
12057
12058 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
12059
12060 * faces.el (glyph): New face.
12061
12062 * disp-table.el: Add an autoloaded table, that doesn't require
12063 this library, with glyph face.
12064
12065 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12066 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12067 (conf-quote-normal): Allow normalizing only ' or ".
12068 (conf-mode): Regexp-quote constructed comment-start and don't
12069 match section {} where "name" contains braces.
12070
12071 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12072 files.
12073
12074 2004-12-01 Kenichi Handa <handa@m17n.org>
12075
12076 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12077 (x-select-text): Don't treat eight-bit-control/graphic chars
12078 specially. Store the encoded text in the X cut buffer.
12079 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12080 with x-last-selected-text-cut-encoded.
12081
12082 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12085
12086 2004-11-30 Markus Rost <rost@ias.edu>
12087
12088 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12089 AUCTeX.
12090
12091 2004-11-30 Jay Belanger <belanger@truman.edu>
12092
12093 * calc/calc-arith.el (math-possible-signs): Made stronger checks
12094 on signs of intervals.
12095 (math-pow-of-zero): Strengthen checks for positive and negative
12096 exponents.
12097
12098 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12099 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12100 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12101 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12102 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12103 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12104 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12105 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12106 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12107 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12108 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12109 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12110 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12111 functions with provide statements.
12112
12113 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12114
12115 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12116 autoloads.
12117
12118 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12119 (calc-load-everything, math-defsimplify): Replace dummy autoloading
12120 functions by require statements.
12121 (math-defsimplify): Move to calc-alg.el, add to autoloads.
12122
12123 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12124 (calc-gnuplot-print): Give them values.
12125
12126 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12127 autoloads.
12128 Add calc-do-embedded-activate to autoloads.
12129 (calc-gnuplot-name, calc-gnuplot-plot-command)
12130 (calc-gnuplot-print-command): Move them to calc-graph.el.
12131
12132 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12133
12134 * term/mac-win.el (ccl-encode-mac-roman-font)
12135 (ccl-encode-mac-cyrillic-font)
12136 (ccl-encode-mac-centraleuropean-font, encoder-list)
12137 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12138 Support Cyrillic, CentralEuropean, and Dingbat font display
12139
12140 2004-11-30 Andre Spiegel <spiegel@gnu.org>
12141
12142 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12143
12144 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12145 still nil.
12146
12147 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
12148
12149 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12150 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12151
12152 2004-11-29 Jay Belanger <belanger@truman.edu>
12153
12154 * calc/calc-arith.el (math-pow-of-zero): Take into account different
12155 cases of the base and exponent.
12156
12157 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12158
12159 * simple.el (next-error-buffer-p): Allow for inclusive and
12160 exclusive tests for finding a buffer.
12161 (next-error-find-buffer): Pass the exclusive and inclusive tests
12162 to next-error-buffer-p.
12163
12164 * replace.el (occur-next-error): Switch to the Occur buffer when
12165 appropriate, use the exclusive filter to next-error-find-buffer to
12166 do it. Use the absolute value of the motion amount.
12167
12168 2004-11-29 Kenichi Handa <handa@m17n.org>
12169
12170 * startup.el (command-line): Decode all default-directory by
12171 locale-coding-system.
12172
12173 2004-11-29 Jay Belanger <belanger@truman.edu>
12174
12175 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12176 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12177 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12178 Replace calls to calc-extensions by appropriate require, replace
12179 calc-extensions-loaded by appropriate featurep.
12180
12181 * calc/calc-ext.el: Move require to end of file. Remove redundant
12182 loading of calc.el.
12183 (calc-extensions-loaded): Remove unnecessary variable.
12184 (calc-extensions): Remove unnecessary function.
12185 (calc-load-everything): Replace calc-need-macros by appropriate
12186 require.
12187
12188 * calc/calc-macs.el: Move provide to end of file.
12189 (calc-need-macros): Remove unnecessary function.
12190
12191 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12192 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12193 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12194 Replace calc-extensions by appropriate require.
12195 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12196
12197 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12198 Replace calc-need-macros by appropriate require.
12199
12200 * calc/calc.el: Move require to end of file.
12201 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12202 Remove unnecessary variable.
12203 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12204 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12205 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12206 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12207 (math-stack-value-offset, math-format-value, math-format-flat-expr)
12208 (math-format-number, math-format-bignum, math-read-number)
12209 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12210 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12211 by appropriate require.
12212 (calc-check-defines): Replace calc-need-macros by appropriate require.
12213
12214 2004-11-29 Kim F. Storm <storm@cua.dk>
12215
12216 * macros.el (insert-kbd-macro): Handle kmacro functions.
12217
12218 2004-11-28 Juri Linkov <juri@jurta.org>
12219
12220 * compare-w.el (compare-windows-highlight): Attach each overlay
12221 to its window to properly highlight differences while comparing
12222 two windows of the same buffer. Fix arguments.
12223 (compare-windows-sync-default-function): Fix arguments of
12224 `compare-windows-highlight'.
12225
12226 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12227 Use `read-expression-history'. Set initial contents only if
12228 `edebug-global-break-condition' is non-nil. Set histpos to 1
12229 if initial contents is equal to the last history element.
12230 (edebug-set-conditional-breakpoint): Instead of temporarily
12231 prepending the current condition to the history, set initial
12232 contents to the current condition. Set histpos to 1 if initial
12233 contents is equal to the last history element.
12234
12235 * info.el (Info-search-whitespace-regexp): Remove shy group.
12236 (Info-search): Forward line if search is on the header line.
12237 Use search-whitespace-regexp in two other places.
12238
12239 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
12240
12241 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12242 warning. Delay real definition, which uses
12243 `set-fringe-indicators-1' till after the definition of that function.
12244
12245 2004-11-28 Kim F. Storm <storm@cua.dk>
12246
12247 * fringe.el (fringe): New defgroup.
12248 (fringe-mode): Move to fringe group.
12249 (fringe-indicators): New defcustom.
12250 (set-fringe-indicators-1): New defun.
12251
12252 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12253 (menu-bar-showhide-fringe-ind-menu): New keymap.
12254 (menu-bar-showhide-fringe-ind-empty)
12255 (menu-bar-showhide-fringe-ind-mixed)
12256 (menu-bar-showhide-fringe-ind-box)
12257 (menu-bar-showhide-fringe-ind-right)
12258 (menu-bar-showhide-fringe-ind-left)
12259 (menu-bar-showhide-fringe-ind-none): New defuns.
12260 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12261
12262 2004-11-27 Richard M. Stallman <rms@gnu.org>
12263
12264 * comint.el (comint-read-noecho): Add trivial compatibility definition.
12265
12266 * generic.el (define-generic-mode): Doc fix.
12267
12268 * menu-bar.el (menu-bar-options-save): For the options
12269 that are toggled with menu-bar-make-mm-toggle, don't check
12270 for customized-value prop.
12271
12272 2004-11-27 Eli Zaretskii <eliz@gnu.org>
12273
12274 * mail/supercite.el (sc-cite-region): Handle the case where
12275 sc-cite-frame-alist is a symbol.
12276 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12277 a symbol.
12278 (sc-recite-region): Handle the case where sc-recite-frame-alist is
12279 a symbol.
12280
12281 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12282
12283 * wid-edit.el (widget-narrow-to-field): New function.
12284 (widget-complete): Use it.
12285
12286 2004-11-27 Jay Belanger <belanger@truman.edu>
12287
12288 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12289 variable.
12290 (calc-eval-error): Don't check if the variable calc-eval-error is
12291 bound.
12292 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12293 (math-alg-inequalities): Move declaration to earlier in the file.
12294
12295 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12296 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12297 Declare them.
12298
12299 * calc/calc-lang.el (math-expr-data, math-expr-token)
12300 (math-exp-old-pos): Declare them.
12301
12302 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12303 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12304
12305 2004-11-27 Kim F. Storm <storm@cua.dk>
12306
12307 * progmodes/flymake.el: Use (featurep 'xemacs).
12308 (flymake-makehash): Change to defsubst. Use fboundp.
12309 (flymake-time-to-float): Remove.
12310 (flymake-float-time): Merge code from flymake-time-to-float here.
12311 (flymake-replace-regexp-in-string): Change to defsubst.
12312 (flymake-split-string-remove-empty-edges):
12313 Rename to flymake-split-string.
12314 (flymake-split-string): Remove previous defalias.
12315 (flymake-get-temp-dir): Change to defsubst.
12316 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12317 Define for xemacs only.
12318 (flymake-master-file-count-limit): Change into compiler defvar only.
12319 (flymake-find-possible-master-files): Let-bind it dynamically while
12320 sorting files using flymake-master-file-compare.
12321
12322 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12323
12324 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12325 of defun-prompt-regexp matches inside a comment/string but the
12326 beginning is correctly outside everything.
12327
12328 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12329 appears within a string or a comment.
12330
12331 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12332 rather than make-symbol for symbols which are used in
12333 a symbol-macrolet or equivalent.
12334
12335 2004-11-26 Jay Belanger <belanger@truman.edu>
12336
12337 * calc-misc.el (calc-last-why-command): Declare it.
12338
12339 * calc-vec.el (math-grade-vec): New variable.
12340 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12341 Replace variable grade-vec by declared variable.
12342 (math-rb-close): New variable.
12343 (math-read-brackets, math-read-vector): Replace variable close by
12344 declared variable.
12345
12346 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12347 (calc-one-window, calc-edit-handler, calc-restore-trail)
12348 (calc-allow-ret): Declare them.
12349
12350 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12351 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12352 (math-radix-float-cache-tag, math-random-cache)
12353 (math-max-digits-cache, math-integral-cache, math-units-table)
12354 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12355 (math-moc-func): New variable.
12356 (math-map-over-constants, math-map-over-constants-rec):
12357 Replace variable func by declared variable.
12358
12359 * calc/calc-store.el (calc-given-value, calc-store-opers):
12360 Declare them.
12361 (calc-var-name-map): Move declaration to earlier in the file.
12362 (calc-pv-pos): New variable.
12363 (calc-permanent-variable, calc-insert-permanent-variable):
12364 Replace variable pos by declared variable.
12365
12366 * calc/calc-mtx.el (calc-det-lu): New variable.
12367 (math-det-raw, math-det-step): Replace variable lu by declared
12368 variable.
12369
12370 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12371 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12372 and arg by declared variables.
12373 (calcFunc-reducer): Fix incorrect variable.
12374 (math-inner-mul-func, math-inner-add-func): New variables.
12375 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12376 and add-func by declared variables.
12377
12378 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12379 (calc-digit-value): Declare them.
12380
12381 * calc/calc-help.el (Info-history): Declare it.
12382 (calc-describe-key): Make calc-summary-indentation a local variable.
12383 (calc-help-long-names): Move declaration to earlier in file.
12384
12385 * calc/calc-embed.el (calc-original-buffer): Declare it.
12386 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12387 (calc-embed-bot): New variables.
12388 (calc-do-embedded, calc-embedded-mark-formula)
12389 (calc-embedded-find-bounds, calc-embedded-duplicate)
12390 (calc-embedded-new-formula, calc-embedded-make-info):
12391 Replace vars outer-top, outer-bot, bot and top by declared variables.
12392 (calc-embed-prev-modes): New variable.
12393 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12394 prev-modes with declared variable.
12395 (calc-embed-vars-used): New variable.
12396 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12397 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12398 vars-used by declared variable.
12399
12400 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12401 variable.
12402 (math-format-radix-float): Remove unnecessary setq.
12403 (math-radix-float-cache): Declare it.
12404
12405 * calc/calcsel2.el (calc-keep-selection): Declare it.
12406
12407 * calc/calc-maint.el: Remove file.
12408
12409 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12410
12411 * textmodes/bibtex.el (bibtex-sort-entry-class)
12412 (bibtex-comment-start): Use defcustom.
12413 (bibtex-entry-field-alist): Use nil if initial content of the
12414 field is undefined. Fix docstring.
12415 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12416 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12417 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12418 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12419 Fix docstring.
12420 (bibtex-autokey-title-terminators): Use only one regexp.
12421 (bibtex-string-maybe-empty-head): New variable.
12422 (bibtex-remove-delimiters-string): New function.
12423 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12424 Use bibtex-remove-delimiters-string.
12425 (bibtex-progress-message, bibtex-field-left-delimiter)
12426 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12427 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12428 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12429 Simplify.
12430 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12431 Use eq and bibtex-remove-delimiters-string. For end markers use
12432 insertion type so that marker stays after inserted text.
12433 (bibtex-autokey-get-names): Return empty string if name is missing.
12434 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12435 calling bibtex-autokey-name-case-convert.
12436 (bibtex-autokey-demangle-title):
12437 Call bibtex-autokey-titleword-case-convert. Remove call to
12438 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12439 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12440 (bibtex-read-key): New optional arg global.
12441 (bibtex-files-expand): New optional arg force.
12442 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12443 (bibtex-complete-crossref-cleanup): Rename from
12444 bibtex-complete-key-cleanup. Simplify code.
12445 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12446 Operate on current entry.
12447 (bibtex-button): Add docstring.
12448 (bibtex-entry): Simplify.
12449 (bibtex-make-field): Replace optional arg called-by-yank with more
12450 specific args move and interactive.
12451 (bibtex-end-of-entry): Use forward-sexp.
12452 (bibtex-find-entry-globally): Remove.
12453 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12454 Bound to C-c C-x.
12455 (bibtex-find-entry): New optional args global and display.
12456 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12457 (bibtex-validate): Use arg force of bibtex-files-expand.
12458 (bibtex-clean-entry): Bugfix, clean string entries properly.
12459 Always keep point at beginning of entry.
12460 (bibtex-complete): Bugfix. Handle string entries properly.
12461 Call cleanup functions only if needed.
12462 (bibtex-String): Use bibtex-read-string-key.
12463 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12464 case of replacement text.
12465
12466 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12467
12468 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12469 (tramp-perl-directory-files-and-attributes): New constant.
12470 (tramp-file-name-handler-alist): Delete file-directory-files, add
12471 directory-files-and-attributes.
12472 (tramp-perl-file-attributes): Surround uid and gid by double
12473 quotes. Change parameter id-format from nonnumeric.
12474 (tramp-convert-file-attributes): New function.
12475 (tramp-handle-file-attributes): Use it.
12476 (tramp-maybe-send-perl-script): New function.
12477 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12478 file mode. Change parameter id-format from nonnumeric.
12479 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12480 from nonnumeric.
12481 (tramp-post-connection): Don't send tramp-perl-file-attributes
12482 script. Reset connection property "perl-scripts".
12483 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12484 in use.
12485
12486 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12487
12488 * desktop.el (desktop-read): Replace mapcar with mapc.
12489 (desktop-create-buffer): Replace mapcar with mapc.
12490 Remove redundant piece of code.
12491
12492 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
12493
12494 * progmodes/gud.el (gud-display-line): Use display-buffer
12495 for GDB-UI as for GUD.
12496
12497 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12498 Delete variables.
12499 (gdb-ann3): Don't make GUD buffer dedicated.
12500 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12501 (gdb-display-source-buffer): Delete function.
12502 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12503 (menu): Delete menu bindings for viewing source/assembler.
12504 (gdb-setup-windows, gdb-restore-windows):
12505 Don't dedicate GUD. No assembler now.
12506 (gdb-reset): No need to undedicate source buffers now.
12507 (gdb-source-info): No assembler now.
12508
12509 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
12510
12511 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12512 width to those for special frames.
12513 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12514 Use display-buffer.
12515 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12516 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12517 (gdb-frame-assembler-buffer): Rework like
12518 gdb-frame-breakpoints-buffer.
12519
12520 2004-11-25 Richard M. Stallman <rms@gnu.org>
12521
12522 * progmodes/flymake.el: Reindent.
12523 (flymake-split-string): Turn into defalias.
12524 (flymake-fix-file-name): Rename from flymake-fix-path-name.
12525 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12526 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12527 (flymake-build-relative-filename): Rename from ...path.
12528 Fix error message.
12529
12530 2004-11-25 Cheng Gao <chenggao@gmail.com>
12531
12532 * progmodes/flymake.el: Much whitespace and capitalization change.
12533 Move `provide' to end. Require `compile' only when compiling.
12534
12535 2004-11-24 Jay Belanger <belanger@truman.edu>
12536
12537 * calc/calc-alg.el: Added comment.
12538 (math-polynomial-base): Replace variable mpb-top-expr by
12539 math-poly-base-top-expr.
12540
12541 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12542 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12543 variable.
12544 (math-poly-base-total-base): New variable.
12545 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12546 mpb-total-base by declared variable.
12547 (math-factored-vars, math-to-list): Declare it.
12548 (math-fact-expr): New variable.
12549 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12550 (math-factor-expr-try, math-factor-expr-part): Replace variable
12551 expr by declared variable.
12552 (math-fet-x): New variable.
12553 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12554 by declared variable.
12555 (math-factor-poly-coefs): Make temp a local variable.
12556
12557 * calc/calc-units.el (calc-convert-units): Make units a local
12558 variable.
12559 (calc-num-units, calc-den-units): New variables.
12560 (calc-explain-units, calc-explain-units-rec): Replace variables
12561 num-units and den-units by declared variables.
12562 (math-cu-unit-list): New variable.
12563 (math-build-units-table, math-compare-unit-names)
12564 (math-convert-units, math-convert-units-rec): Replace variable
12565 unit-list by declared variable.
12566 (math-fbu-base, math-fbu-entry): New variables.
12567 (math-find-base-units, math-find-base-units-rec): Replace variables
12568 base and entry by declared variables.
12569 (math-which-standard): New variable.
12570 (math-to-standard-units, math-to-standard-rec): Replace variable
12571 which-standard by declared variable.
12572 (math-fcu-u): New variable.
12573 (math-find-compatible-unit, math-find-compatible-unit-rec):
12574 Replace variable u by declared variable.
12575 (math-cu-new-units, math-cu-pure): New variables.
12576 (math-convert-units, math-convert-units-rec): Replace variables
12577 new-units and pure by declared variables.
12578 (math-try-cancel-units): New variable.
12579 (math-simplify-units-quotient): Replace variable try-cancel-units by
12580 declared variable.
12581
12582 2004-11-24 Richard M. Stallman <rms@gnu.org>
12583
12584 * textmodes/ispell.el (ispell-check-version):
12585 If default-directory is nonexistent, use home dir.
12586
12587 * progmodes/grep.el (grep-regexp-alist):
12588 Don't match parens around line numbers.
12589
12590 * progmodes/cperl-mode.el (cperl-indent-region)
12591 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12592 Don't print progress messages.
12593
12594 * progmodes/compile.el (compilation-mode-map):
12595 Don't inherit from compilation-minor-mode-map;
12596 copy its bindings instead. But the menu bar Compile
12597 entry now does inherit from compilation-menu-map.
12598
12599 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12600 Use with-no-warnings around compiler-macroexpand.
12601
12602 * imenu.el: Don't always require newcomment.
12603 (imenu--generic-function): Call comment-normalize-vars
12604 if we have a comment syntax.
12605 Exit the loop if REGEXP matches the null string.
12606 Test comment-start as well as comment-start-skip
12607 when deciding whether to check for comments.
12608
12609 * tooltip.el (tooltip-mode): Doc fix.
12610
12611 * term.el (term-escape-char, term-mode): Doc fixes.
12612
12613 2004-11-24 Dave Love <fx@gnu.org>
12614
12615 * progmodes/python.el (python-font-lock-syntactic-keywords):
12616 Check for escapes in the regexp.
12617 (python-quote-syntax): Don't do it here.
12618
12619 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12620
12621 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12622 (gdb-frames-mode-map, gdb-threads-mode-map)
12623 (gdb-registers-mode-map, gdb-locals-mode-map)
12624 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12625 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12626
12627 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12628 (dedicated-switch-to-buffer): Rework.
12629 (gdb-var-evaluate-expression-handler, gdb-put-string):
12630 Remove unused variable bindings.
12631 (gdb-setup-windows, gdb-display-buffer):
12632 Simplify. Use pop-to-buffer.
12633 (gdb-view-source-function): Simplify.
12634 (gdb-frame-breakpoints-buffer):
12635 Use pop-to-buffer, special-display-regexps.
12636
12637 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12638
12639 * progmodes/f90.el (f90-smart-end)
12640 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12641 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12642 (f90-end-of-block): Doc fix. Make check of outermost block
12643 conditional on value of `f90-smart-end'.
12644 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12645 Handle case where END-BLOCK is nil.
12646 (f90-match-end): Handle un-named PROGRAM blocks.
12647 (f90-backslash-not-special): New function.
12648
12649 2004-11-24 Jay Belanger <belanger@truman.edu>
12650
12651 * calc/calc.el (calc-embedded-active): Removed unnecessary
12652 declaration.
12653 (calc-show-banner): Removed redundant declaration.
12654
12655 * calc/calc-graph.el (calc-gnuplot-default-device)
12656 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12657 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12658 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12659 Remove redundant initial values.
12660
12661 * calc/calc-arith.el (math-scalar-functions)
12662 (math-nonscalar-functions, math-scalar-if-args-functions)
12663 (math-real-functions, math-positive-functions)
12664 (math-nonnegative-functions, math-real-scalar-functions)
12665 (math-real-if-arg-functions, math-integer-functions)
12666 (math-num-integer-functions, math-rounding-functions)
12667 (math-float-rounding-functions, math-integer-if-args-functions)
12668 (math-super-types): Move declarations to earlier in file.
12669 (math-unit-prefixes): Declared it.
12670 (math-floor-prec, math-trunc-prec): New variables.
12671 (math-trunc-fancy): Replace variable prec by declared variable.
12672 (math-floor-fancy): Replace variable prec by declared variable.
12673 (math-com-bterms): New variable.
12674 (math-commutative-equal, math-commutative-collect):
12675 Replace variable bterms by declared variable.
12676
12677 * calc/calc-misc.el (math-trunc): Replace variable prec by
12678 math-trunc-prec.
12679 (math-floor): Replace variable prec by math-floor-prec.
12680
12681 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12682 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12683 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12684 (math-format-date, math-format-date-part): Replace variables
12685 date, dt, year, month, day, weekday, hour, minute, second and
12686 bc-flag by declared variables.
12687 (math-pd-str): New variable.
12688 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12689 Replace variable str by declared variable.
12690 (math-daylight-savings-hook, math-tzone-names): Move definitions
12691 to earlier in the file.
12692 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12693 (math-sh-year): New variable.
12694 (math-setup-add-holidays, math-setup-holidays)
12695 (math-setup-year-holidays): Replace variable `year' by declared
12696 variable.
12697
12698 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12699 New variables.
12700 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12701 n, nf and nfm1 by declared variables.
12702 (math-nri-n): New variable.
12703 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12704 n by declared variable.
12705 (calcFunc-log): Removed misplaced condition.
12706
12707 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12710
12711 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12712
12713 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12714 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12715 Dedicate gdb-related windows.
12716 (gdb-display-buffer): Dedicate gdb-related windows.
12717 Don't grab other frames.
12718 (gdb-reset): Remove dedicated property after debugging.
12719
12720 2004-11-24 Jay Belanger <belanger@truman.edu>
12721
12722 * calc/calc-sel.el: Add comment.
12723
12724 * calc/calc.el (math-stack-value-offset): Replace variables c,
12725 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12726
12727 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12728 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12729 (math-stack-value-offset-fancy): Replace variables c, wid and off
12730 by declared variables.
12731 (math-comp-just, math-comp-comma-spc): New variables.
12732 (math-compose-expr, math-compose-matrix): Replace variables `just'
12733 and comma-spc by declared variable.
12734 (math-comp-vector-prec): New variable.
12735 (math-compose-expr, math-compose-matrix, math-compose-rows):
12736 Replace variable vector-prec by declared variable.
12737 (math-comp-left-bracket, math-comp-right-bracket)
12738 (math-comp-comma): New variables.
12739 (math-compose-expr, math-compose-rows): Replace variables
12740 left-bracket, right-bracket and comma by declared variables.
12741 (math-comp-full-width): New variable.
12742 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12743 Replace variable full-width by declared variable.
12744 (math-comp-highlight, math-comp-word, math-comp-level)
12745 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12746 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12747 New variables.
12748 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12749 (math-comp-sel-flat-term): Replace variables comp-highlight,
12750 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12751 declared variables.
12752 (math-comp-simplify, math-comp-simplify-term)
12753 (math-comp-add-string, math-comp-add-string-sel):
12754 Replace variables comp-highlight, comp-buf, comp-base,
12755 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12756
12757 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12758
12759 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12760
12761 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12762 and x-server-version may throw.
12763
12764 2004-11-23 Kim F. Storm <storm@cua.dk>
12765
12766 * subr.el (substitute-key-definition-key): Optimize.
12767 Don't call indirect-function for nil defn (always signals error).
12768
12769 * ido.el (ido-read-internal): Fix require-match check when
12770 ido-directory-too-big is set.
12771
12772 2004-11-23 Jay Belanger <belanger@truman.edu>
12773
12774 * calc/calc-ext.el (math-read-replacement-list)
12775 (math-read-superscripts): New variables.
12776 (math-read-preprocess-string): New function.
12777 (math-read-expr): Filter input through math-read-preprocess-string.
12778
12779 * calc/calc-aent.el (math-read-exprs): Filter input through
12780 math-read-preprocess-string.
12781
12782 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12783
12784 * progmodes/compile.el (compilation-start): In cd command use
12785 substitute-env-vars -- not quite shell compatible but better than
12786 nothing.
12787 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12788 handle the newer versions messages, which are more parseable.
12789
12790 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * reveal.el (reveal-mode-map): New var.
12793 (reveal-mode): Use it.
12794
12795 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12796
12797 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12798 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12799
12800 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12803 header-line when needed.
12804 Use fixed-pitch only in the header-line.
12805 Build the underline automatically. Use emdash if available.
12806
12807 2004-11-22 Richard M. Stallman <rms@gnu.org>
12808
12809 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12810 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12811
12812 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12813
12814 * progmodes/gdb-ui.el (gdb-resync): New function.
12815 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12816 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12817 Use it to fail more gracefully.
12818 (gdb-variables): Delete variable.
12819 Re-order variables to reduce byte-compiler warnings.
12820
12821 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * descr-text.el (describe-char):
12824 * paren.el (show-paren-function):
12825 * subr.el (syntax-after): Undo last change.
12826
12827 * progmodes/python.el (run-python): Don't hard code *Python*.
12828 Don't modify global process-environment.
12829 (python-send-region, python-load-file): Don't assume that
12830 python-buffer == (process-buffer (python-proc)).
12831 (python-switch-to-python): Simplify.
12832
12833 * dired.el (dired-align-file): Don't assume line starts with spaces.
12834
12835 2004-11-21 Jay Belanger <belanger@truman.edu>
12836
12837 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12838 Replace variable `lines' by math-read-big-lines.
12839 (math-read-big-expr): Replace variables the-baseline, the-h2
12840 and err-msg by math-read-big-baseline, math-read-big-h2 and
12841 math-read-err-msg.
12842 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12843
12844 * calc/calc-lang.el (math-read-big-rec): Fix typo.
12845 (math-read-big-balance): Replace unbound variable by value.
12846 (math-read-big-lines): New variable.
12847 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12848 (math-read-big-error, math-read-big-balance): Replace variable
12849 `lines' by declared variable.
12850 (math-read-big-baseline, math-read-big-h2): New variables.
12851 (math-read-big-rec): Replace variables the-baseline and the-h2
12852 by declared variables.
12853 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12854 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12855 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12856 declared variables.
12857 (math-read-big-err-msg): New variable.
12858 (math-read-big-error): Replace variable err-msg by declared variable.
12859
12860 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12861
12862 * ses.el: Add coding cookie.
12863 Fix up docstrings, follow new commenting conventions.
12864 (ses-header-line-menu): Fix missing variable rename for header-row.
12865 (ses-cell-size): Remove.
12866 (ses-make-cell): New function.
12867 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12868 (ses-calculate-cell): Remove unused var `symbol'.
12869 (ses-narrowed-p): New function.
12870 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12871 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12872 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12873 (ses-setup): Use restore-buffer-modified-p.
12874 (ses-cleanup): Remove unused var `end'.
12875 (ses-header-string-left-offset): Remove.
12876 (ses-create-header-string): Adjust to new behavior of `align-to'.
12877 Truncate excessively large fields to preserve alignment.
12878 (ses-reconstruct-all): Remove unused var `refs'.
12879 (ses-read-cell-printer): Remove unused var `prompt'.
12880 (ses-delete-row): Remove unused var `pos'.
12881 (ses-delete-column): Remove unused var `new'.
12882
12883 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12884
12885 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12886 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12887 Eliminate eval-and-compile usage.
12888 (ps-insert-file): Use insert-file-contents instead of insert-file.
12889 (ps-setup): Code fix.
12890
12891 * printing.el (pr-setup, lpr-setup): Code fix.
12892
12893 2004-11-21 Jay Belanger <belanger@truman.edu>
12894
12895 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12896 (calc-original-buffer): Declare them.
12897 (calc-user-formula-alist): New variable.
12898 (calc-user-define-formula, calc-fix-user-formula)
12899 (calc-user-define-composition, calc-finish-formula-edit):
12900 Replace variable `alist' by declared variable.
12901 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12902 (var-q7, var-q7, var-q8, var-q9): Declare them.
12903 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12904 are bound.
12905 (calcFunc-typeof): Replace undeclared variable by expression.
12906 (math-exp-env): New variable.
12907 (math-define-body, math-define-exp): Replace exp-env by declared var.
12908 (math-define-exp): Replace misplaced variable by expression.
12909
12910 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12911 (calc-curve-model, calc-curve-coefnames): New variables.
12912 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12913 varnames, model and coefnames by declared variables.
12914 (math-root-widen): New variable.
12915 (math-search-root, math-find-root): Replace variable root-widen by
12916 declared variable.
12917 (var-DUMMY): Declare it.
12918 (math-root-vars, math-min-vars): Move the declarations to earlier in
12919 the file.
12920 (math-brent-min): Make d a local variable.
12921 (math-find-minimum): Replace non-existent variable.
12922 (math-ninteg-romberg): Remove unnecessary variable.
12923 (math-ninteg-temp): New variable.
12924 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12925 integ-temp by declared variable.
12926 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12927 New variables.
12928 (math-general-fit): Replace variables first-var, first-coef and
12929 new-coefs by declared variables.
12930 (calcFunc-fitvar): Replace variable first-var by declared variable.
12931 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12932 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12933 (math-all-vars-vars, math-all-vars-found): New variables.
12934 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12935 found by declared variable math-all-vars-vars.
12936
12937 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12938
12939 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12940 of `defconst'.
12941
12942 2004-11-20 Richard M. Stallman <rms@gnu.org>
12943
12944 * isearch.el (isearch-mode-map): Don't bind SPC.
12945 (isearch-whitespace-chars): Function deleted.
12946 (isearch-search): Bind search-spaces-regexp.
12947 (isearch-lazy-highlight-search): Likewise.
12948 (search-whitespace-regexp): Doc fix.
12949 (isearch-forward-regexp): Doc fix.
12950
12951 * emacs-lisp/bytecomp.el (byte-compile-form):
12952 Move the calls to byte-compile-set-symbol-position,
12953 to avoid having two for the same symbol occurrence.
12954
12955 * comint.el (comint-input-ring-size): Increase to 150.
12956
12957 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12958 New variables.
12959 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12960 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12961
12962 * imenu.el (imenu--generic-function):
12963 Ensure we keep moving backward even if BEG isn't further back.
12964
12965 * replace.el (query-replace-read-to, query-replace-read-from):
12966 Specify t for KEEP-ALL in read-from-minibuffer.
12967
12968 * progmodes/python.el (python-switch-to-python):
12969 If Python isn't running, start it.
12970 Don't alter debug-ignored-errors.
12971
12972 * progmodes/cperl-mode.el (cperl-indent-region):
12973 Don't mind imenu-scanning-message.
12974
12975 * bindings.el (global-map): Bind C-e to move-end-of-line.
12976
12977 * simple.el (line-move-finish): New arg FORWARD.
12978 Ignore invisible newlines, not intangible ones.
12979 Conditions for acceptable stopping positions depend on FORWARD.
12980 (line-move): Pass FORWARD arg to line-move-finish.
12981
12982 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12983 of HEADER. Compensate for this change in the code to add display
12984 properties. Don't make the first line intangible.
12985
12986 * info.el (Info-search): Fix previous change.
12987
12988 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12989
12990 * Makefile.in (recompile): Revert 2004-11-19 change.
12991 (compile): Likewise.
12992
12993 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12994
12995 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12996
12997 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12998
12999 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
13000 defgroup and defcustom. Eliminate eval-and-compile usage.
13001
13002 * progmodes/ebnf-otz.el: Fix typos.
13003
13004 2004-11-19 Jay Belanger <belanger@truman.edu>
13005
13006 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
13007 (calc-edit-finish, calc-finish-stack-edit): Replace variable
13008 disp-trail by declared variable.
13009
13010 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
13011 (calc-finish-selection-edit): Replace variable disp-trail by
13012 declared variable.
13013 (calc-selection-cache-entry): Move declaration to earlier in the file.
13014 (calc-selection-cache-num, calc-selection-cache-comp)
13015 (calc-selection-cache-offset, calc-selection-true-num)
13016 (calc-final-point-line, calc-final-point-column)
13017 (calc-original-buffer): Declare them.
13018 (calc-fnp-op, calc-fnp-num): New variables.
13019 (calc-find-nth-part, calc-find-nth-part-rec)
13020 (calc-select-previous): Replace op and num by declared variables.
13021 (calc-rsf-old, calc-rsf-new): New variables.
13022 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13023 Replace variables old and new by declared variables.
13024 (calc-sel-reselect): New variable.
13025 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13026 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13027 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13028 reselect with declared variable.
13029
13030 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13031 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13032 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13033 (math-import-list, math-rewrite-phase): Declare them.
13034 (math-rewrite): Use let* to declare variables.
13035 (calc-rewrite-selection): Make rules a local variable.
13036 (calc-rewr-sel): New variable.
13037 (calc-rewrite-selection, calc-locate-selection-marker)
13038 (calc-rewrite): Use the declared variable calc-rewr-sel instead
13039 of sel.
13040 (math-rewrite-whole-expr): New variable.
13041 (math-rewrite, math-rewrite-phase): Replace variable expr by
13042 declared variable.
13043 (math-rewrite-heads-heads, math-rewrite-heads-skips)
13044 (math-rewrite-heads-blanks ): New variables.
13045 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13046 heads, skips and blanks by declared variables.
13047 (math-rwcomp-subst-old, math-rwcomp-subst-new)
13048 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13049 New variables.
13050 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13051 old, new, old-func and new-func by declared variables.
13052 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13053 Remove unnecessary variable.
13054 (math-apply-rw-regs): New variable.
13055 (math-apply-rewrites, math-rwapply-replace-regs)
13056 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13057 (math-apply-rw-ruleset): New variable.
13058 (math-apply-rewrites, math-rwapply-remember): Replace variable
13059 ruleset by declared variable.
13060
13061 2004-11-19 Richard M. Stallman <rms@gnu.org>
13062
13063 * info.el (Info-search): Use search-whitespace-regexp.
13064
13065 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13066
13067 * vc-rcs.el (vc-rcs-parse): New function.
13068 (vc-rcs-annotate-command): Likewise.
13069 (vc-rcs-annotate-current-time): Likewise.
13070 (vc-rcs-annotate-time): Likewise.
13071 (vc-rcs-annotate-extract-revision-at-line): Likewise.
13072
13073 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13074
13075 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13076
13077 2004-11-18 Jay Belanger <belanger@truman.edu>
13078
13079 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
13080
13081 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13082
13083 * printing.el: Eliminate use of interactive-p and eval-and-compile.
13084 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13085 Use make-temp-file to generate PostScript files in any situation.
13086 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
13087 (pr-interactive-p): Eliminate var.
13088 (pr-save-interactive): Eliminate macro.
13089 (pr-interface, pr-ps-directory-preview)
13090 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13091 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13092 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13093 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13094 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13095 (pr-ps-region-ps-print, pr-ps-mode-preview)
13096 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13097 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13098 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13099 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13100 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13101 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13102 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13103 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13104 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13105 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13106 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13107 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13108 Eliminate pr-save-interactive usage.
13109 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13110 Eliminate pr-interactive-p usage.
13111 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13112 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13113 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13114 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13115 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13116 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13117 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13118 New funs.
13119 (pr-ps-file): Use make-temp-file to generate a temporary file.
13120
13121 2004-11-17 Jay Belanger <belanger@truman.edu>
13122
13123 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13124 a local variable.
13125 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13126 (math-top-only): New variable.
13127 (math-simplify, math-simplify-step): Replace variable top-only by
13128 declared variable math-top-only.
13129 (math-simplify-expr): Declare it.
13130 Replace argument expr in all calls of math-defsimplify by
13131 math-simplify-expr.
13132 (math-simplify-plus, math-simplify-times, math-simplify-divide)
13133 (math-simplify-divisor, math-simplify-one-divisor)
13134 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13135 (math-simplify-pow): Replace variable expr by declared variable
13136 math-simplify-expr.
13137 (math-simplify-divisor): Remove local variables temp and op.
13138 (math-simplify-one-divisor): Make temp and op local variables.
13139 (math-simplify-divisor-nover, math-simplify-divisor-dover):
13140 New variables.
13141 (math-simplify-divisor, math-simplify-one-divisor):
13142 Replace variables nover and dover by declared variables.
13143 (math-expr-subst-new, math-expr-subst-old): New variables.
13144 (math-expr-subst, math-expr-subst-rec): Replace variables new
13145 and old by declared variables.
13146 (math-is-poly-degree, math-is-poly-loose): New variables.
13147 (math-is-polynomial, math-is-poly-rec): Replace variables degree
13148 and loose by declared variables.
13149 (math-poly-base-const-ok, math-poly-base-pred): New variables.
13150 (math-polynomial-base, math-polynomial-base-rec):
13151 Replace variables const-ok and mpb-pred by declared variables.
13152
13153 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13154
13155 * calc/calc-ext.el (math-defsimplify): Change the argument in
13156 the created function to math-simplify-expr.
13157
13158 * calc/calc-units.el (math-simplify-expr): Declare it.
13159 Replace argument expr in all calls of math-defsimplify by
13160 math-simplify-expr.
13161 (math-simplify-units-prod): Replace variable expr by declared
13162 variable math-simplify-expr.
13163
13164 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13167 Replace mapcar->dolist, format->string.
13168
13169 2004-11-17 Miles Bader <miles@gnu.org>
13170
13171 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13172 * progmodes/idlwave.el: Remove RCS keywords.
13173
13174 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
13175
13176 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13177 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13178 Update to IDLWAVE version 5.5. Too many changes to list them here.
13179 * progmodes/idlw-help.el: New file.
13180
13181 2004-11-16 Richard M. Stallman <rms@gnu.org>
13182
13183 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13184 Discard spaces after \i according to TeX rules.
13185
13186 * international/mule.el (set-buffer-file-coding-system):
13187 New arg NOMODIFY.
13188 (after-insert-file-set-coding): Pass that new arg.
13189 Prevent set-buffer-multibyte from trying to lock the file.
13190
13191 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13192
13193 * saveplace.el (save-place): Doc fix.
13194
13195 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13196 temporarily widen before finding the following word to copy.
13197
13198 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13199 (cl-map-keymap): Definition deleted.
13200
13201 * subr.el (map-keymap-internal): New function.
13202
13203 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13204
13205 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13206 when pressing rather than when releasing mouse-2. Simplify.
13207
13208 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13211 (compilation-mode): Set it here instead.
13212
13213 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13214
13215 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13216 (loop, cl-parse-loop-clause, defsetf): Use backquote.
13217
13218 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * progmodes/compile.el (compilation-internal-error-properties):
13221 Fix up a transposition-typo. Check end-col before using it.
13222
13223 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
13224
13225 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13226 Discard whitespace after macro \i when converting it.
13227
13228 2004-11-16 Juri Linkov <juri@jurta.org>
13229
13230 * emacs-lisp/find-func.el (find-function-regexp):
13231 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
13232 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
13233 Remove invalid `\W' from [^cgv\W]. Doc fix.
13234 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13235
13236 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
13237
13238 * play/life.el: Maintainer is now FSF.
13239 (life-patterns, life-neighbor-deltas, life-window-start)
13240 (life-current-generation, life-generation-string): Use defvar
13241 instead of defconst.
13242
13243 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * progmodes/compile.el (compilation-move-to-column): New fun.
13246 (compilation-internal-error-properties)
13247 (compilation-next-error-function): Use it to make sure we don't go past
13248 the end of line.
13249
13250 2004-11-15 John Paul Wallington <jpw@gnu.org>
13251
13252 * autoinsert.el (auto-insert-alist): Insert the user's name in
13253 copyright notice, rather than Free Software Foundation, for the
13254 Emacs Lisp header case too.
13255
13256 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13257
13258 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13259 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13260 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
13261 return the list of string in a string.
13262 (pr-call-process): Message if calling process returns an error, that
13263 is, the exit status is different of zero.
13264
13265 2004-11-15 Jay Belanger <belanger@truman.edu>
13266
13267 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13268 variable var-thing.
13269 (math-integ-depth, math-integ-level, math-integral-limit)
13270 (math-enable-subst, math-any-substs, math-integ-msg)
13271 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13272 (math-int-threshold, math-int-factors, math-double-roots)
13273 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13274 (var-GenCount): Declare these variables.
13275 (calcFunc-integ): Don't check if var-IntegLimit is bound.
13276 (math-integral-cache, math-integral-cache-state):
13277 Move declarations to earlier in the file.
13278 (math-deriv-var, math-deriv-total, math-deriv-symb)
13279 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13280 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13281 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13282 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13283 (math-solve-res): New variables
13284 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13285 (math-integral, math-replace-integral-parts)
13286 (math-integrate-by-parts, calc-dump-integral-cache)
13287 (math-try-integral, math-do-integral, math-do-integral)
13288 (math-do-integral-methods, math-try-solve-for)
13289 (math-try-solve-prod, math-solve-poly-funny-powers)
13290 (math-solve-crunch-poly, math-decompose-poly)
13291 (math-solve-find-root-term, math-find-root-in-prod)
13292 (math-integ-try-linear-substitutions)
13293 (math-integ-try-substitutions, math-expr-rational-in)
13294 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13295 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13296 (math-solve-for, math-solve-system, math-solve-system-rec)
13297 (math-solve-get-sign, math-solve-get-int)
13298 (math-solve-system-subst): Replace undeclared variables with newly
13299 declared variables.
13300
13301 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * winner.el (winner-active-region, winner-edges, winner-window-list):
13304 Define at toplevel.
13305 (winner-mode-map): Move init inside declaration.
13306
13307 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13308
13309 * files.el (convert-standard-filename): Doc fix.
13310
13311 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13312
13313 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13314 passwd, group, shadow, default/* and pam.d/*.
13315
13316 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13317
13318 * printing.el (pr-menu-spec): Adjust menu specification.
13319
13320 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13321
13322 * printing.el: Doc fix. Insert :version tag into all defcustom.
13323 Handle interactive-p as is recommended in Emacs Lisp Reference.
13324 Set the file permission bits for newly created files.
13325 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13326 The printing menu specification (in `pr-menu-spec') was merged.
13327 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13328 (pr-version): New version number (6.8.3).
13329 (pr-file-modes): New option.
13330 (pr-interactive-p): New var.
13331 (pr-save-interactive, pr-save-file-modes): New macros.
13332 (pr-setup): Code fix.
13333 (pr-menu-spec): Menu specification merged.
13334 (pr-call-process, pr-text2ps): Set file permission bits.
13335 (pr-despool-print): Set file permission bits. Handle interactive-p as
13336 is recommended.
13337 (pr-interface, pr-ps-directory-preview)
13338 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13339 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13340 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13341 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13342 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13343 (pr-ps-region-ps-print, pr-ps-mode-preview)
13344 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13345 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13346 (pr-despool-using-ghostscript, pr-despool-ps-print)
13347 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13348 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13349 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13350 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13351 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13352 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13353 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13354 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13355 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13356 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13357 Handle interactive-p as is recommended.
13358
13359 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13362 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13363
13364 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13365 so it doesn't forget to highlight the beginning of the region either.
13366
13367 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13368
13369 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13370 (c-font-lock-init): Eliminate obsolete make-local-hook.
13371 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13372 (awk-mode): Use run-mode-hooks.
13373
13374 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13375
13376 2004-11-13 Kim F. Storm <storm@cua.dk>
13377
13378 * mouse.el (mouse-drag-copy-region): Add :version.
13379 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13380 while dragging mode line, so mode line can be dragged downwards.
13381 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13382 while pressing mouse button so window doesn't scroll until we
13383 release the mouse if clicking on partially visible line.
13384
13385 2004-11-12 Jay Belanger <belanger@truman.edu>
13386
13387 * calc/calc-graph.el (calc-dumb-map): Declare it.
13388 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13389 than unbound.
13390 (calc-graph-name): Made `end' a local variable.
13391 (calc-graph-lookup): Made `varname' a local variable.
13392 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13393 Declare them.
13394 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13395 (calc-graph-plot, calc-graph-compute-3d): Remove references to
13396 the unused variable y3vec.
13397 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13398 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13399 calc-graph-prev-kill-hook.
13400 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13401 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13402 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13403 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13404 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13405 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13406 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13407 (calc-graph-y3value, calc-graph-y3name)
13408 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13409 (calc-graph-stepcount, calc-graph-is-splot)
13410 (calc-graph-surprise-splot, calc-graph-blank)
13411 (calc-graph-non-blank, calc-graph-curve-num): New variables.
13412 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13413 (calc-graph-recompute-2d, calc-graph-compute-3d)
13414 (calc-graph-format-data): Replace undeclared variables with the
13415 above newly declared variables.
13416
13417 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13418
13419 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13420 `rsf-beep' and `rsf-sleep-after-message'.
13421
13422 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13423 list if `message-sender' is non-nil.
13424
13425 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13426
13427 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13428 consing by using mapc instead of mapcar.
13429
13430 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
13431
13432 * tooltip.el (require): Explain why CL is needed.
13433
13434 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13435
13436 * printing.el: Insert :version into defgroup (printing). All reference
13437 to Files option in menubar were changed to File.
13438 (pr-version): New version number (6.8.2).
13439 (pr-get-symbol): Call easy-menu-intern.
13440 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13441 compilation gripes.
13442
13443 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13444
13445 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13446 new byte-compile-function-environment binding to t.
13447
13448 * font-lock.el (font-lock-fontify-syntactically-region):
13449 Don't forget to highlight the last char when we hit `end'.
13450
13451 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13452 (mwheel-scroll): Adjust accordingly.
13453
13454 * cvs-status.el: Reduce spurious warnings.
13455 (cvs-status-checkout): Remove.
13456 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13457
13458 * pcvs.el (cvs-mode-checkout): New command.
13459
13460 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13461
13462 * tooltip.el: Require CL.
13463
13464 * emacs-lisp/bytecomp.el: Use push.
13465 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13466 (defalias): Remove the `byte-compile' property and add
13467 a `byte-hunk-handler'.
13468
13469 2004-11-11 Juri Linkov <juri@jurta.org>
13470
13471 * info.el (Info-search): Save match data for isearch.
13472 Skip Tag Table node.
13473
13474 * descr-text.el (describe-char): Replace syntax-after with code
13475 from its previous version.
13476
13477 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13478 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13479
13480 * international/mule.el (sgml-html-meta-auto-coding-function):
13481 Remove > after <html to allow HTML attributes.
13482
13483 2004-11-11 Jay Belanger <belanger@truman.edu>
13484
13485 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13486 a variable.
13487 (calcFunc-dfac): Replace unbound max by n.
13488 (math-stirling-local-cache): New variable.
13489 (math-stirling-number, math-stirling-1, math-stirling-2):
13490 Replace the variable `cache' by the declared variable
13491 math-stirling-local-cache.
13492 (var-RandSeed): Declare it as a variable.
13493 (math-init-random-base, math-random-digit): Don't check to see if
13494 var-RandSeed is bound.
13495 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13496 Declare them instead of just setting them.
13497 (math-init-random-base): Made i a local variable.
13498 (math-random-digit): Made math-random-last a local variable.
13499 (math-prime-test-cache): Move declaration to before it is used.
13500 (math-prime-test-cache-k, math-prime-test-cache-q)
13501 (math-prime-test-cache-nm1, math-prime-factors-finished):
13502 Declare them as variables.
13503
13504 2004-11-11 Jay Belanger <belanger@truman.edu>
13505
13506 * calc/calc-ext.el (math-defcache): Use defvar for the new
13507 variables it creates.
13508
13509 2004-11-11 Lars Hansen <larsh@math.ku.dk>
13510
13511 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13512 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13513 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13514 (desktop-save): Add :version.
13515
13516 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13517
13518 * printing.el (pr-get-symbol): Don't downcase.
13519
13520 2004-11-10 Jay Belanger <belanger@truman.edu>
13521
13522 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13523 string to kill-ring.
13524
13525 * calc/calc-aent.el (calc-alg-exp, math-toks)
13526 (math-exp-pos,math-exp-old-pos, math-exp-token)
13527 (math-exp-keep-spaces, math-exp-str): New variables.
13528 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13529 (calcAlg-enter): Use declared variable calc-alg-exp.
13530 (math-build-parse-table, math-find-user-token): Use declared
13531 variable math-toks.
13532 (math-read-exprs, math-read-token, calc-check-user-syntax)
13533 (calc-match-user-syntax, match-factor-after, math-read-factor):
13534 Use declared variables math-exp-pos math-exp-old-pos.
13535 (math-read-exprs, math-read-token, math-read-expr-level)
13536 (calc-check-user-syntax, calc-match-user-syntax)
13537 (match-factor-after, math-read-factor): Use declared variable
13538 math-exp-token.
13539 (math-read-exprs, math-read-expr-list, math-read-token)
13540 (math-read-factor): Use declared variable math-exp-keep-spaces.
13541 (math-read-exprs, math-read-token): Use declared variable
13542 math-exp-str.
13543 (calc-match-user-syntax): Make m a local variable.
13544
13545 * calc/calc-ext.el (math-read-expr): Use declared variables
13546 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13547 math-exp-keep-spaces.
13548
13549 * calc/calc-forms.el (math-read-angle-bracket): Use declared
13550 variables math-exp-pos, math-exp-str.
13551
13552 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13553 math-exp-old-pos.
13554 (math-parse-fortran-vector, math-parse-fortran-vector-end)
13555 (math-parse-eqn-prime): Use declared variable math-exp-token.
13556
13557 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13558 Use declared variable math-exp-pos.
13559 (math-check-for-commas): Use declared variable math-exp-str.
13560 (math-read-brackets): Use declared variables math-exp-old-pos,
13561 math-exp-keep-spaces.
13562 (math-read-brackets, math-read-vector, math-read-matrix):
13563 Use declared variable math-exp-token.
13564
13565 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13568 where the keymap is a symbol.
13569 (easy-menu-add-item): Use keymap-prompt. Simplify.
13570
13571 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13572
13573 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13574 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13575
13576 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13577
13578 * ebuff-menu.el: Doc fixes throughout.
13579 (electric-buffer-menu-mode-hook): New defvar.
13580
13581 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13582
13583 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13584 The resulting compiler warnings appear to be harmless.
13585
13586 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13587
13588 * textmodes/conf-mode.el: New file.
13589
13590 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13591
13592 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13595
13596 2004-11-09 Jay Belanger <belanger@truman.edu>
13597
13598 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13599
13600 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13601 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13602 (calc-z-prefix-help, calc-user-function-list): Use declared
13603 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13604 (math-map-tree, math-map-tree-rec): Use declared variables
13605 math-mt-many, math-mt-func.
13606 (math-read-expression, math-read-string): Use declared variable
13607 math-expr-data.
13608
13609 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13610 variable math-normalize-a.
13611
13612 * calc/calc.el (math-normalize-a): New variable.
13613 (math-normalize): Use declared variable math-normalize-a.
13614
13615 * calc/calc-poly.el (math-expand-form): Use declared variable
13616 math-mt-many.
13617
13618 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13619 Use declared variable math-mt-many.
13620 (math-rewrite): Use declared variable math-mt-func.
13621
13622 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13623 (math-read-matrix): Use declared variable math-expr-data.
13624
13625 * calc/calc-lang.el (math-parse-fortran-vector)
13626 (math-parse-fortran-vector-end, math-parse-tex-sum)
13627 (math-parse-eqn-matrix, math-parse-eqn-prime)
13628 (math-read-math-subscr): Use declared variable math-expr-data.
13629
13630 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13631 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13632 (calc-match-user-syntax, math-read-if, math-factor-after)
13633 (math-read-factor): Use declared variable math-expr-data.
13634
13635 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13636
13637 * calendar/diary-lib.el (diary-from-outlook)
13638 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13639 interactive-p; but rather new optional argument NOCONFIRM.
13640
13641 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13644 (easy-menu-name-match): Revert correspondingly.
13645
13646 2004-11-09 Richard M. Stallman <rms@gnu.org>
13647
13648 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13649 Turn off warnings for the new function even if definition not constant.
13650 If the definition isn't a quoted symbol, record (FUNCTION . t).
13651 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13652 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13653 (display-call-tree, byte-compile-arglist-warn):
13654 Handle t returned by byte-compile-fdefinition.
13655
13656 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13657
13658 * Makefile.in (maintainer-clean): Depend on distclean.
13659
13660 * help-fns.el (help-C-file-name): File name must be in build-files
13661 to be returned.
13662
13663 2004-11-09 Jay Belanger <belanger@truman.edu>
13664
13665 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13666 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13667
13668 * calc/calc.el (calc, calc-trail-display, calc-mode):
13669 Remove obsolete sections.
13670
13671 * calc/calc.el (calc-x-paste-text): Remove.
13672
13673 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13674 mouse-2.
13675
13676 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13677
13678 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13679 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13680 current frame (in case of recursive calls).
13681 (gdb-show-changed-values): Add :version keyword.
13682
13683 2004-11-09 Kenichi Handa <handa@m17n.org>
13684
13685 * international/mule-cmds.el: Change coding: tag back to
13686 iso-2022-7bit.
13687
13688 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * international/mule-cmds.el: Change coding-system to utf-8.
13691 (select-safe-coding-system-interactively):
13692 New function extracted from select-safe-coding-system.
13693 (select-safe-coding-system): Use it.
13694
13695 2004-11-08 Richard M. Stallman <rms@gnu.org>
13696
13697 * subr.el (syntax-after): Doc fix.
13698
13699 * paren.el (show-paren-function): Change calls to syntax-after
13700 for new way of returning the value.
13701
13702 * menu-bar.el (menu-bar-file-menu): Make this the real name
13703 and menu-bar-files-menu the alias. Use the former.
13704 (global-map): Use `file', not `files', as the symbol.
13705
13706 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13707
13708 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13709 Don't use beginning-of-buffer.
13710 (filesets-cmd-show-result): Use with-no-warnings.
13711
13712 2004-11-08 Juri Linkov <juri@jurta.org>
13713
13714 * progmodes/compile.el (compile): Don't overwrite last command in
13715 minibuffer history with default command if they are not equal.
13716
13717 2004-11-08 Jay Belanger <belanger@truman.edu>
13718
13719 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13720 non-linear substitutions.
13721
13722 2004-11-08 Jay Belanger <belanger@truman.edu>
13723
13724 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13725 (math-do-integral): Set `math-linear-subst-tried' to nil.
13726 (math-do-integral-methods): Use `math-linear-subst-tried' to
13727 determine what type of substitution to try.
13728 (math-integ-try-linear-substituion):
13729 Set `math-linear-subst-tried' to t.
13730
13731 2004-11-08 Kim F. Storm <storm@cua.dk>
13732
13733 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13734
13735 2004-11-07 Juri Linkov <juri@jurta.org>
13736
13737 * info-look.el (info-lookup): Allow reusing in the current buffer
13738 not only *info* buffer, but all (even renamed) Info buffers
13739 by checking for major-mode instead of *info* buffer name.
13740 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13741 (octave-mode, maxima-mode) <doc-spec>:
13742 Allow long dashes generated by Texinfo 4.7 before definitions.
13743 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13744 definitions with argument separated by space.
13745
13746 2004-11-06 Richard M. Stallman <rms@gnu.org>
13747
13748 * simple.el (next-error group, face): Move before first use.
13749 (next-error-highlight, next-error-highlight-no-select): Likewise.
13750
13751 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13752 (line-move): New args NOERROR and TO-END.
13753 Return t if succeed in moving specified number of lines.
13754 (move-end-of-line): New function.
13755
13756 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13757 (end-of-buffer-other-window): Likewise.
13758
13759 * simple.el (line-move-ignore-invisible): Default to t.
13760
13761 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13762
13763 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13764
13765 * international/iso-cvt.el (iso-cvt-define-menu):
13766 Rename menu-bar-files-menu to menu-bar-file-menu.
13767
13768 * net/browse-url.el (browse-url-gnome-moz-program)
13769 (browse-url-gnome-moz-arguments): Move up before first use.
13770
13771 * net/tramp.el (tramp group): Add :version.
13772
13773 * progmodes/ada-xref.el (ada-gdb-application):
13774 Use goto-char instead of beginning-of-buffer.
13775
13776 * progmodes/cperl-mode.el (cperl-info-on-command):
13777 Use goto-char instead of beginning-of-buffer.
13778
13779 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13780 Move up before first use.
13781 (idlwave-shell-temp-pro-file): Likewise.
13782 (idlwave-shell-temp-rinfo-save-file): Likewise.
13783 (idlwave-shell-temp-file): Minor doc fix.
13784
13785 * textmodes/flyspell.el (flyspell-external-point-words):
13786 Use goto-char instead of beginning-of-buffer.
13787
13788 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13789
13790 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13791 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13792 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13793
13794 2004-11-06 David Ponce <david@dponce.com>
13795
13796 * recentf.el (recentf-menu-path): Use menu item name.
13797
13798 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13799
13800 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13801 display doesn't support images.
13802
13803 2004-11-06 Andreas Schwab <schwab@suse.de>
13804
13805 * tempo.el (tempo-match-finder): Doc fix.
13806
13807 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13808
13809 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13812 (easy-menu-lookup-name): New fun to replace it.
13813 (easy-menu-get-map): Use it to obey menu item names (rather than just
13814 keys) when looking up `path'.
13815 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13816 (easy-menu-convert-item-1): Adjust to new name.
13817
13818 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13819
13820 * outline.el (hide-body): Don't hide lines at the top of the file
13821 that precede the first header line.
13822
13823 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13824
13825 * align.el (align-areas): Delete whitespace before reindenting, so
13826 that tabs are never placed after spaces.
13827
13828 2004-11-06 Alan Shutko <ats@acm.org>
13829
13830 * macros.el (insert-kbd-macro): Do completions based on macros,
13831 rather than all commands.
13832
13833 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13834
13835 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13836 to solve a bug whereby tags with 'b' don't match.
13837
13838 2004-11-05 Juri Linkov <juri@jurta.org>
13839
13840 * info.el (Info-search): Don't search in node header lines
13841 and file headers.
13842
13843 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13844 symbol-constituent characters after dot, not only digits.
13845
13846 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13847
13848 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13849
13850 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13851
13852 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13853 if a dialog will be used, read-file-name otherwise.
13854
13855 2004-11-04 Richard M. Stallman <rms@gnu.org>
13856
13857 * textmodes/table.el (table group): Add :version.
13858
13859 * textmodes/ispell.el (ispell-word):
13860 Don't alter args; set them only thru `interactive' spec.
13861
13862 * textmodes/flyspell.el (flyspell-word):
13863 Don't alter FOLLOWING; set it only thru `interactive' spec.
13864
13865 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13866
13867 * net/browse-url.el (browse-url-maybe-new-window):
13868 Use called-interactively-p.
13869
13870 * mail/supercite.el (sc-cite-region):
13871 Don't use interactive-p. Add arg INTERACTIVE.
13872 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13873
13874 * international/mule-cmds.el (set-input-method, toggle-input-method):
13875 Don't use interactive-p. Add arg INTERACTIVE.
13876
13877 * eshell/esh-mode.el (eshell-show-maximum-output):
13878 Don't use interactive-p.
13879 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13880
13881 * mouse.el (mouse-show-mark): Get positions to delete from mark
13882 and point, not from mouse-drag-overlay.
13883
13884 * imenu.el (imenu-eager-completion-buffer): Add :version.
13885
13886 * filesets.el (filesets group): Add :version.
13887
13888 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13889
13890 * files.el (xml-based-modes): Delete var.
13891 (magic-mode-alist): New more general var.
13892 (set-auto-mode): Use it.
13893
13894 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13895 when clicking from another window.
13896
13897 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13898
13899 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13900 (vc-cvs-annotate-time): Incorporate value of deleted var.
13901 Remove special-case handling of beginning-of-buffer cruft.
13902 Cache ending position (point) and return value in text property
13903 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13904
13905 * vc-cvs.el (vc-cvs-annotate-command):
13906 Delete extraneous lines from beginning of buffer.
13907 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13908
13909 * progmodes/grep.el (grep-default-command): Take empty string
13910 for tag if all other methods yield nil. Shell-quote the tag.
13911
13912 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13913 spec in `interactive' form, and mention it in the docstring.
13914 Also, make sure point is at bol after calling `annotate-time'.
13915
13916 2004-11-02 Richard M. Stallman <rms@gnu.org>
13917
13918 * cus-edit.el (customize-group-other-window):
13919 Select the window that displays the custom buffer.
13920 (custom-buffer-create-other-window): Likewise.
13921
13922 * comint.el (comint-insert-input): Fix previous change.
13923
13924 * emacs-lisp/elp.el (elp-instrument-function):
13925 Use called-interactively-p.
13926
13927 * emacs-lisp/easymenu.el (easy-menu-intern):
13928 Don't downcase; rather, case-flip the first letter of each word.
13929
13930 * emacs-lisp/easy-mmode.el (define-minor-mode):
13931 Use called-interactively-p.
13932
13933 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13934 Add interactive-only.
13935 (byte-compile-warnings): Add interactive-only as option.
13936 (byte-compile-interactive-only-functions): New variable.
13937 (byte-compile-form): Warn about calls to functions
13938 in byte-compile-interactive-only-functions.
13939
13940 * emacs-lisp/autoload.el (update-file-autoloads):
13941 Don't use interactive-p; take new arg SAVE-AFTER.
13942
13943 * emacs-lisp/advice.el (ad-make-advised-definition):
13944 Use called-interactively-p.
13945
13946 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13947
13948 * files.el (find-file-existing): New function.
13949
13950 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13951 find-file-existing. Add "New File..." that calls find-file.
13952
13953 * diropen.pbm, diropen.xpm: New files.
13954
13955 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13956 icon diropen. New tool bar item find-file-existing uses icon open.
13957
13958 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13959 instead of read-file-name.
13960
13961 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
13962
13963 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13964 (icalendar--split-value): Change name of work buffer.
13965 (icalendar--get-weekday-abbrev): Return nil on error.
13966 (icalendar--date-to-isodate): New function.
13967 (icalendar-convert-diary-to-ical)
13968 (icalendar-extract-ical-from-buffer): Use only two args for
13969 make-obsolete (XEmacs compatibility).
13970 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13971 (icalendar-export-region): Doc fix.
13972 If error, return non-nil and write errors to a buffer.
13973 Use correct weekday for weekly recurring events.
13974 Check whether date has been parsed for ordinary events.
13975 Make weekly events start in the year 2000.
13976 DTEND is non-inclusive, shift end date by one day if
13977 necessary (not for entries that have date and time).
13978 Rename local let variables: oops -> found-error, datestring ->
13979 startdatestring.
13980
13981 2004-11-02 Kim F. Storm <storm@cua.dk>
13982
13983 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13984 keep-mode-if-same variable. Add it as optional arg instead.
13985 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13986
13987 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13988 substitute-command-keys will select lower-case bindings like those
13989 used in the static help texts.
13990
13991 * descr-text.el (describe-text-properties): Don't err if called in
13992 the *Help* buffer; output to *Help-2* buffer instead.
13993
13994 * kmacro.el (group kmacro): Add :version.
13995 (kmacro-keyboard-quit): New function to cleanup on C-g.
13996 (kmacro-start-macro): Set defining-kbd-macro to append when
13997 appending to last macro.
13998
13999 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
14000
14001 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
14002
14003 * progmodes/gdb-ui.el (gdb-enable-debug-log)
14004 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14005 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
14006 Add :version keyword.
14007
14008 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
14009
14010 * progmodes/flymake.el (flymake-err-line-patterns):
14011 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
14012 `compilation-error-regexp-alist-alist' to internal Flymake format.
14013
14014 * progmodes/flymake.el: Eliminate byte-compiler warnings.
14015
14016 2004-11-01 Jay Belanger <belanger@truman.edu>
14017
14018 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14019 with `interactive "s"'.
14020
14021 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14022
14023 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14024 Revert change from 2004-10-16. '*' checks the current buffer, but the
14025 mouse click may be in another buffer.
14026
14027 2004-11-01 John Paul Wallington <jpw@gnu.org>
14028
14029 * files.el (large-file-warning-threshold): Add :version keyword.
14030 (kill-some-buffers): Doc fix.
14031
14032 * thumbs.el (group thumbs): Add :version keyword.
14033
14034 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14035
14036 2004-11-01 Richard M. Stallman <rms@gnu.org>
14037
14038 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14039
14040 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14041
14042 * allout.el (allout group): Add :version.
14043 (allout-init): Don't use interactive-p.
14044 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14045 (allout-forward-current-level, allout-backward-current-level):
14046 Don't use interactive-p.
14047
14048 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14049 (bibtex-find-text): Likewise.
14050
14051 * progmodes/vhdl-mode.el (vhdl-fill-region)
14052 (vhdl-beginning-of-statement): Don't use interactive-p.
14053
14054 * progmodes/idlwave.el (idlwave-update-routine-info):
14055 Don't use interactive-p.
14056
14057 * progmodes/idlw-shell.el (idlwave-shell-send-char):
14058 Don't use interactive-p.
14059
14060 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14061 Don't use interactive-p.
14062
14063 * progmodes/ada-xref.el (ada-make-body-gnatstub):
14064 Don't use interactive-p.
14065
14066 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14067 (fortune-in-buffer): Doc fix.
14068
14069 * play/5x5.el (5x5-new-game): Set up the buffer even if not
14070 interactive.
14071
14072 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14073 don't select the temporary buffer.
14074 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14075 (eudc-get-phone): Likewise.
14076
14077 2004-11-01 Kim F. Storm <storm@cua.dk>
14078
14079 * man.el (Man-xref-normal-file): Fix help-echo.
14080
14081 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * reveal.el (reveal-last-tick): New var.
14084 (reveal-post-command): Use it to avoid closing overlays when we're
14085 appending text to them.
14086
14087 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14088
14089 * textmodes/bibtex.el: Require button.
14090 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14091 (bibtex-reference-keys): Distinguish between header keys and
14092 crossref keys.
14093 (bibtex-beginning-of-field): New function.
14094 (bibtex-url-map): Remove.
14095 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14096 (bibtex-font-lock-url-regexp): Assume that field names begin at
14097 the beginning of a line.
14098 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
14099 Remove field delimiters. Use bibtex-beginning-of-field.
14100 Bugfix, point can be inside a field with a url.
14101 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14102 New functions.
14103 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14104 (bibtex-key-in-head): Simplify.
14105 (bibtex-current-line): Use bolp.
14106 (bibtex-parse-keys): Remove unused arg `add'.
14107 Use bibtex-type-in-head and bibtex-key-in-head.
14108 (bibtex-parse-entry, bibtex-autofill-entry):
14109 Use bibtex-type-in-head and bibtex-key-in-head.
14110 (bibtex-autokey-get-field): Do not alter case of replacement text.
14111 (bibtex-autokey-get-names): Do all processing of name list.
14112 (bibtex-autokey-get-year): New function.
14113 (bibtex-autokey-get-title): Do all processing of title words.
14114 (bibtex-generate-autokey): Simplify.
14115 (bibtex-string-files-init): Use default-directory.
14116 Allow for absolute file names in bibtex-string-files.
14117 (bibtex-files, bibtex-file-path): New variables.
14118 (bibtex-files-expand): New function.
14119 (bibtex-find-entry-globally): New command.
14120 (bibtex-summary-function): New variable.
14121 (bibtex-summary): Default value of bibtex-summary-function.
14122 (bibtex-find-crossref): New optional args pnt and split.
14123 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14124 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14125 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
14126 Fix handling of required and alternative fields.
14127 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14128 Use cons and display-buffer.
14129 (bibtex-validate-globally): New command.
14130 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
14131 bibtex-parse-keys and bibtex-parse-strings for updating
14132 bibtex-reference-keys and bibtex-strings.
14133 (bibtex-realign): Remove blank lines past the last entry.
14134 (bibtex-reformat): Use bibtex-entry-format as default.
14135 (bibtex-choose-completion-string): Remove.
14136 (bibtex-complete): Do not use bibtex-choose-completion-string.
14137 (bibtex-url): Simplify.
14138
14139 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14140
14141 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14142 (x-dnd-types-alist, x-dnd-open-file-other-window)
14143 (x-dnd-known-types): Add :version.
14144
14145 2004-10-31 John Paul Wallington <jpw@gnu.org>
14146
14147 * ibuffer.el (group ibuffer): Add :version keyword.
14148
14149 2004-10-31 Kim F. Storm <storm@cua.dk>
14150
14151 * ido.el (group ido): Add :version keyword.
14152 (ido-mode): Remove :version keyword.
14153
14154 * emulation/cua-base.el (group cua): Add :version keyword.
14155 (cua-mode): Remove :version keyword.
14156
14157 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
14158
14159 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14160
14161 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14162 compiler warning.
14163 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
14164 function.
14165 (help-at-pt-display-when-idle): Remove autoload.
14166
14167 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14168
14169 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14170
14171 2004-10-30 Juri Linkov <juri@jurta.org>
14172
14173 * help.el (function-called-at-point):
14174 * help-fns.el (variable-at-point): Read -> intern.
14175
14176 2004-10-30 Simon Josefsson <jas@extundo.com>
14177
14178 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14179 Recognize AS_* too.
14180
14181 2004-10-29 Simon Josefsson <jas@extundo.com>
14182
14183 * subr.el (read-passwd): Move back from password.el.
14184
14185 * password.el: Remove, not ready yet.
14186
14187 2004-10-29 Andreas Schwab <schwab@suse.de>
14188
14189 * speedbar.el (speedbar-frame-parameters): Improve customize type.
14190
14191 2004-10-29 Sam Steingold <sds@gnu.org>
14192
14193 * mouse.el (mouse-show-mark): Replace the last occurrence of
14194 x-lost-selection-hooks with x-lost-selection-functions.
14195
14196 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14199 x-lost-selection-functions is bound.
14200
14201 * mouse-sel.el (mouse-sel-mode):
14202 * emacs-lisp/lselect.el: Adjust to new names for
14203 x-(lost|sent)-selection-functions.
14204
14205 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14206 New obsolete aliases of x-lost-selection-functions and
14207 x-sent-selection-functions.
14208
14209 2004-10-28 Kim F. Storm <storm@cua.dk>
14210
14211 * imenu.el (imenu-scanning-message): Remove.
14212 (imenu-progress-message): Make it a no-op.
14213
14214 2004-10-28 John Paul Wallington <jpw@gnu.org>
14215
14216 * files.el (set-auto-mode): Call `throw' correctly.
14217
14218 2004-10-28 Juri Linkov <juri@jurta.org>
14219
14220 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14221 to search `Info-...' commands in `info' manual.
14222 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14223 Add 'info-file "emacs" property.
14224 (Info-find-emacs-command-nodes): Fix index line number regexp.
14225 Set real line number (instead of fake 0) in first element of the
14226 returned list.
14227 (Info-goto-emacs-command-node): Use line number of first element
14228 to set point in the first found Info node.
14229
14230 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14231 code to `grep-mode-font-lock-keywords'.
14232 (grep-mode-font-lock-keywords): Delete grep markers instead
14233 of making them invisible.
14234
14235 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14236
14237 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14238 and x-server-version in bug report.
14239
14240 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
14241
14242 * files.el (set-auto-mode-0): New function.
14243 (set-auto-mode): Use it to handle aliased modes and to
14244 be consistent between C-x C-f and C-x C-w.
14245
14246 2004-10-28 Kenichi Handa <handa@m17n.org>
14247
14248 * international/utf-8.el (utf-translate-cjk-charsets):
14249 Add katakana-jisx0201.
14250
14251 * international/subst-jis.el: Add data for JISX0201.
14252
14253 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * obsolete/hilit19.el (hilit-mode): New function.
14256 Move all the toplevel side-effecting stuff into it, so that loading
14257 hilit19 doesn't mess everything up any more.
14258
14259 2004-10-27 Richard M. Stallman <rms@gnu.org>
14260
14261 * add-log.el (add-change-log-entry): Set up mailing address
14262 and full name later, and don't alter add-log-mailing-address
14263 or add-log-full-name.
14264
14265 * elide-head.el (elide-head): Change error to message.
14266 (elide-head-show): Likewise.
14267
14268 * apropos.el (apropos-macrop): Doc fix.
14269
14270 * mouse.el (mouse-show-mark): Do most processing the same
14271 regardless of transient-mark-mode.
14272
14273 * shadowfile.el (shadow-copy-files): Use interactive-p
14274 only to control whether to print a message.
14275
14276 * tar-mode.el (tar-mode): Use write-contents-functions,
14277 not write-contents-hooks.
14278
14279 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14280 directory-sep-char.
14281
14282 2004-10-27 Richard M. Stallman <rms@gnu.org>
14283
14284 * strokes.el (strokes-unload-hook): Fix previous change.
14285
14286 * type-break.el (type-break-run-at-time): Always use run-at-time;
14287 forget the alternatives.
14288 (type-break-cancel-function-timers): Always use cancel-function-timers;
14289 forget the alternatives.
14290
14291 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14292
14293 2004-10-27 Kenichi Handa <handa@m17n.org>
14294
14295 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14296
14297 * international/subst-gb2312.el: Likewise.
14298
14299 * international/subst-big5.el: Likewise.
14300
14301 * international/subst-ksc.el: Likewise.
14302
14303 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14304 New variable.
14305 (utf-translate-cjk-set-unicode-range): New function.
14306 (utf-translate-cjk-unicode-range): Make it customizable.
14307 (utf-8-post-read-conversion):
14308 Use utf-translate-cjk-unicode-range-string.
14309 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14310 Unicode ranges.
14311
14312 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14313
14314 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14315 trivial variants to shorten the list.
14316 (xml-based-modes): New var.
14317 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14318 declaration higher priority than auto-mode-alist.
14319
14320 * find-file.el (cc-other-file-alist): Bring it in line with
14321 cc-mode's auto-mode-alist entries and use \' instead of $.
14322
14323 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14324 and add "Id" and "Name" submenus to it.
14325
14326 * imenu.el (imenu--generic-function): Skip matches in comments.
14327
14328 2004-10-26 Jay Belanger <belanger@truman.edu>
14329
14330 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14331 (full-calc-keypad, calc-trail-display): Use an extra argument
14332 instead of `interactive-p'.
14333
14334 * calc/calc-misc.el (calc-other-window): Use an extra argument
14335 instead of `interactive-p'.
14336
14337 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14338 `interactive-p'.
14339
14340 2004-10-26 Kim F. Storm <storm@cua.dk>
14341
14342 * help.el (describe-key): Describe both down-event and up-event
14343 for a mouse click.
14344
14345 2004-10-26 Richard M. Stallman <rms@gnu.org>
14346
14347 * woman.el (woman): Don't call interactive-p.
14348
14349 * pcomplete.el (pcomplete): Instead of interactive-p,
14350 use an arg set non-nil by the interactive spec.
14351
14352 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14353 use an arg set non-nil by the interactive spec.
14354
14355 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14356 use an arg set non-nil by the interactive spec.
14357
14358 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14359
14360 * progmodes/flymake.el (flymake-split-string):
14361 Use `flymake-split-string-remove-empty-edges' in any case.
14362
14363 2004-10-26 Masatake YAMATO <jet@gyve.org>
14364
14365 * progmodes/flymake.el (flymake-err-line-patterns):
14366 Use `compilation-error-regexp-alist-alist' instead of
14367 `compilation-error-regexp-alist'.
14368
14369 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14372 verbatim face on the \ of \end{verbatim}.
14373
14374 2004-10-25 Jay Belanger <belanger@truman.edu>
14375
14376 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14377 erasing minibuffer.
14378
14379 2004-10-25 Simon Josefsson <jas@extundo.com>
14380
14381 * subr.el (read-passwd): Move to net/password.el.
14382
14383 * net/password.el (read-passwd): Add. Autoload it.
14384
14385 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14386
14387 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14388
14389 * simple.el (process-file): Fix logic.
14390
14391 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14392
14393 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14394 (increase-right-margin): Remove erroneous call to `interactive-p'.
14395
14396 2004-10-24 Kim F. Storm <storm@cua.dk>
14397
14398 * help.el (describe-mode): Fix 2004-10-13 change.
14399 Copy pure "Auto Fill" string so it can be propertized later
14400 without causing a read-only error.
14401
14402 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14403
14404 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14405 style indexes.
14406
14407 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14408
14409 * simple.el (process-file): Accept nil for INFILE. Reported by
14410 Luc Teirlinck.
14411
14412 2004-10-24 Masatake YAMATO <jet@gyve.org>
14413
14414 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14415 Handle periods and underscores in a function name.
14416 Remove the address fontification.
14417
14418 2004-10-24 Masatake YAMATO <jet@gyve.org>
14419
14420 * progmodes/asm-mode.el (asm-font-lock-keywords):
14421 Use font-lock-variable-name-face for registers.
14422
14423 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
14424
14425 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14426 kill-all-local-variables.
14427 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14428 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14429 Use kill-all-local-variables and provide mode-hooks.
14430 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14431 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14432 Suggested by Masatake YAMATO <jet@gyve.org>.
14433
14434 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14435
14436 * simple.el (process-file): New function, similar to call-process
14437 but supports file handlers.
14438 * vc.el (vc-do-command): Use it, instead of call-process.
14439 * net/tramp-vc.el (vc-do-command): Do not advise it if
14440 process-file is fboundp.
14441 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14442 process-file.
14443 (tramp-handle-process-file): New function.
14444 (tramp-file-name-for-operation): Support process-file.
14445
14446 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
14447
14448 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14449 (icalendar-weekdayabbrev-table)
14450 (icalendar-monthnumber-table): Delete.
14451 (icalendar--get-month-number): Use calendar-month-name-array.
14452 (icalendar--get-weekday-number): New function.
14453 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14454 (icalendar-export-region): Handle multi-line entries.
14455 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14456
14457 2004-10-23 John Paul Wallington <jpw@gnu.org>
14458
14459 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14460 `wildcards' set to t in interactive spec.
14461
14462 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14463 interactive spec rather than use `interactive-p'.
14464 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14465 rather than use function `interactive-p'.
14466
14467 2004-10-22 Kenichi Handa <handa@m17n.org>
14468
14469 * international/mule.el (translate-region): Implement it in Lisp
14470 as a front end of translate-region-internal.
14471
14472 2004-10-21 Jay Belanger <belanger@truman.edu>
14473
14474 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14475 Declare these variables with defvar.
14476
14477 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14478 is bound, only check to see if it is bound.
14479
14480 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14483 Don't output messages.
14484
14485 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14486
14487 2004-10-21 John Paul Wallington <jpw@gnu.org>
14488
14489 * calc/calc-graph.el (calc-graph-init):
14490 Use `set-process-query-on-exit-flag'.
14491
14492 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14493
14494 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14495 dir right and also allow argumentless cd.
14496
14497 2004-10-19 Richard M. Stallman <rms@gnu.org>
14498
14499 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14500
14501 * eshell/em-unix.el (eshell-grep):
14502 Don't bind compilation-process-setup-function.
14503
14504 * comint.el (comint-insert-input): Use @ in `interactive'.
14505 (comint-input-filter-functions): Doc fix.
14506 (comint-kill-whole-line, comint-get-source): Doc fix.
14507
14508 * progmodes/compile.el (compilation-setup):
14509 Don't set buffer-read-only if MINOR is non-nil.
14510
14511 2004-10-19 Jay Belanger <belanger@truman.edu>
14512
14513 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14514 (calc-emacs-type-gnu19): Remove.
14515 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14516 Remove check for old emacs versions.
14517
14518 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14519 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14520 for current Emacs.
14521
14522 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14523 the end of the minibuffer.
14524 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14525 copy `esc-map'.
14526
14527 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14528
14529 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14530 call that would be given when the current emacs was used.
14531
14532 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
14533
14534 * calendar/icalendar.el: Set coding to utf-8.
14535 (icalendar-version): Increase to 0.07.
14536 (icalendar-monthnumber-table): Change March pattern.
14537 (icalendar-get-all-event-properties)
14538 (icalendar-set-event-property): Delete.
14539 (icalendar-all-events): No longer interactive.
14540 (icalendar-convert-diary-to-ical)
14541 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14542 their replacements.
14543 (icalendar-export-file, icalendar-export-region): New functions;
14544 essentially old `icalendar-convert-diary-to-ical' but appending to
14545 target rather than overwriting.
14546 (icalendar-import-file): Append to target file rather than
14547 overwriting. Fourth arg deleted.
14548 (icalendar-import-buffer): New name for old
14549 `icalendar-extract-ical-from-buffer'.
14550 (icalendar--convert-string-for-import): New name for
14551 old `icalendar-convert-for-import'.
14552 (include-icalendar-files): Delete.
14553 Prefix for all internal functions changed from `icalendar-'
14554 to `icalendar--'.
14555
14556 2004-10-19 Richard M. Stallman <rms@gnu.org>
14557
14558 * paths.el (news-path): Fix previous change.
14559
14560 2004-10-18 Jay Belanger <belanger@truman.edu>
14561
14562 * calc/calc-help.el (calc-describe-bindings):
14563 Set `buffer-read-only' to nil while working in the keybindings buffer;
14564 remove some extra information from the keybindings buffer.
14565
14566 2004-10-18 David Ponce <david@dponce.com>
14567
14568 * mouse.el (mouse-drag-move-window-top): New function.
14569 (mouse-drag-mode-line-1): Use it.
14570
14571 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14572
14573 * info.el (Info-fontify-node): For multiline refs,
14574 arrange to unfontify newline and surrounding whitespace.
14575
14576 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14579 directory is missing.
14580
14581 2004-10-17 John Paul Wallington <jpw@gnu.org>
14582
14583 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14584 New customizable variable; whether to display buffers that match
14585 `ibuffer-maybe-show-predicates' by default.
14586 (ibuffer-maybe-show-predicates): Mention it in docstring.
14587 (ibuffer-display-maybe-show-predicates): New variable.
14588 (ibuffer-update): Prefix arg now toggles whether buffers that
14589 match `ibuffer-maybe-show-predicates' should be displayed.
14590 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14591 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14592 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14593
14594 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14595
14596 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14597 work correctly.
14598
14599 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14600
14601 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14602 (Buffer-menu-beginning): New helper function.
14603 (Buffer-menu-execute): Use it.
14604 (Buffer-menu-select): Use it.
14605 (Buffer-menu-sort): Use it and also keep markers.
14606
14607 2004-10-17 Richard M. Stallman <rms@gnu.org>
14608
14609 * paths.el (news-directory): Rename from news-path. Old name alias.
14610 (rmail-spool-directory): Use defvar.
14611 (sendmail-program): Use defcustom.
14612 (remote-shell-program): Use defcustom.
14613 (term-file-prefix): Use defvar.
14614 (abbrev-file-name): Use defvar.
14615
14616 * term.el: Add maintainer.
14617
14618 * subr.el (with-local-quit): Return nil if there's a quit.
14619 (read-passwd): Use with-local-quit. Doc fix.
14620
14621 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14622 (strokes-unload-hook): Set as a variable with add-hook.
14623
14624 * startup.el (fancy-splash-tail, normal-splash-screen):
14625 Update copyright year.
14626
14627 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14628
14629 * server.el (server-unload-hook): Set as a variable with add-hook.
14630
14631 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14632
14633 * frame.el (special-display-popup-frame):
14634 Make the buffer current as its frame is created.
14635
14636 * delsel.el (delsel-unload-hook): Set as a variable.
14637
14638 * comint.el (comint-output-filter-functions):
14639 Add comint-watch-for-password-prompt.
14640 (comint-read-noecho): Function deleted.
14641 (send-invisible): Use read-passwd.
14642
14643 * fringe.el (fringe-mode-initialize): New function.
14644 (fringe-mode): Use fringe-mode-initialize as :initialize.
14645
14646 2004-10-17 Kim F. Storm <storm@cua.dk>
14647
14648 * language/indian.el (indian-script-language-alist): Swap value
14649 and doc.
14650 (indian-font-char-index-table): Doc fix.
14651
14652 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14655
14656 2004-10-16 Juri Linkov <juri@jurta.org>
14657
14658 * progmodes/compile.el (compilation-start): Move let-binding of
14659 `process-environment' into `with-current-buffer' body.
14660 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14661
14662 2004-10-16 Richard M. Stallman <rms@gnu.org>
14663
14664 * pcvs-util.el (cvs-bury-buffer):
14665 Don't call get-buffer-window for effect.
14666
14667 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14668
14669 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14670
14671 * msb.el (msb-unload-hook): Set the variable.
14672
14673 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14674 Use * to err if buffer is readonly.
14675
14676 * subr.el (looking-back): Return only t or nil.
14677
14678 * whitespace.el (whitespace-unload-hook): Set the variable.
14679
14680 * view.el (view-mode-enable): Set view-page-size and
14681 view-half-page-size to nil.
14682 (view-set-half-page-size-default): view-half-page-size = nil
14683 means the default.
14684 (View-scroll-page-forward): Use view-page-size-default.
14685 (View-scroll-page-backward): Likewise.
14686 (view-page-size, view-half-page-size): Doc fixes.
14687
14688 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14689
14690 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14691
14692 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14693 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14694 (byte-compile-log-1): Bind inhibit-read-only.
14695 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14696 (byte-compile-log-warning): Likewise.
14697 (byte-compile-file-form-require): Detect "cl" from the arg value.
14698
14699 * progmodes/compile.el (compilation-start): Assume compilation-mode
14700 will make the buffer read-only.
14701 (compilation-mode): Take arg name-of-mode.
14702 (compilation-setup): Make buffer read-only.
14703 (compilation-handle-exit): Bind inhibit-read-only.
14704
14705 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14706 (ispell-message): Likewise.
14707 (ispell-show-choices): Don't call get-buffer-window uselessly.
14708 (ispell-init-process): Use set-process-query-on-exit-flag.
14709
14710 2004-10-16 Kim F. Storm <storm@cua.dk>
14711
14712 * fringe.el (fringe-bitmaps): Only initialize when defined.
14713
14714 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14715 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14716
14717 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14718
14719 2004-10-15 Simon Josefsson <jas@extundo.com>
14720
14721 * net/password.el: Add.
14722
14723 2004-10-14 Masatake YAMATO <jet@gyve.org>
14724
14725 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14726 (gdb-script-end-of-defun): New function.
14727 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14728 `gdb-script-end-of-defun' as *-of-defun-function.
14729
14730 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14731
14732 * button.el (button-activate): Allow a marker to display as an action.
14733
14734 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14735
14736 * help.el (describe-mode): Use it to make minor mode list into
14737 hyperlinks.
14738
14739 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * vc.el (vc-annotate-display-select): Fix typo.
14742
14743 * subr.el (substitute-key-definition-key): New function.
14744 (substitute-key-definition): Use it with map-keymap.
14745 (event-modifiers): Use push.
14746 (mouse-movement-p, with-temp-buffer): Simplify.
14747
14748 2004-10-12 Jay Belanger <belanger@truman.edu>
14749
14750 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14751 New variables.
14752 (calc-help-index-entries): New function.
14753 (calc-describe-function): Use `calc-help-function-list' instead of
14754 obarray for completion.
14755 (calc-describe-variable): Use `calc-help-variable-list' instead
14756 of obarray for completion.
14757
14758 2004-10-12 Richard M. Stallman <rms@gnu.org>
14759
14760 * info-look.el (info-lookup-file): Add info-file property.
14761 (info-lookup-symbol): Likewise.
14762
14763 * info.el (info-xref): Add underlining.
14764 (info): Add info-file property.
14765 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14766
14767 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14768
14769 Sync with Tramp 2.0.45.
14770
14771 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14772 defined. This is not the case for XEmacs without package "edebug".
14773 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14774 remote files to the permissions of the original file. This is not
14775 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14776 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14777 (tramp-perl-decode): Fix an error in Perl implementation.
14778 $pending must be cleared every loop. Reported by Benjamin Place
14779 <benjaminplace@sprintmail.com>
14780
14781 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14782 Don't activate advice during definition. This is done later on,
14783 depending on test result of `substitute-in-file-name'.
14784 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14785
14786 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14789
14790 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14791
14792 2004-10-12 David Ponce <david@dponce.com>
14793
14794 * recentf.el (recentf-edit-list): Update the menu when the recentf
14795 list has been modified.
14796
14797 2004-10-12 Simon Josefsson <jas@extundo.com>
14798
14799 * net/tls.el (tls-certtool-program): New variable.
14800 (tls-certificate-information): New function, based on
14801 ssl-certificate-information.
14802
14803 2004-10-12 Kenichi Handa <handa@m17n.org>
14804
14805 * international/mule.el (coding-system-equal): Move from mule-util.el.
14806
14807 * international/mule-util.el (coding-system-equal): Move to mule.el.
14808
14809 2004-10-12 Kim F. Storm <storm@cua.dk>
14810
14811 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14812 reset kmacro-initial-counter-value if set.
14813 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14814 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14815 (kmacro-display): Show macro counter if non-zero.
14816
14817 * subr.el (substitute-key-definition): Mention command remapping
14818 in doc string.
14819
14820 2004-10-11 Jay Belanger <belanger@truman.edu>
14821
14822 * calc/calc-misc.el (calc-info-goto-node): New function.
14823 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14824 node in one step.
14825 (calc-describe-copying, calc-describe-distribution)
14826 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14827 Go to appropriate info node in one step.
14828
14829 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14832
14833 * font-lock.el (font-lock-apply-highlight): Fix last change.
14834
14835 2004-10-11 Simon Josefsson <jas@extundo.com>
14836
14837 * mail/smtpmail.el (smtpmail-open-stream): Look for
14838 starttls-gnutls-program instead of starttls-program iff
14839 starttls-use-gnutls is non-nil.
14840 (smtpmail-open-stream): Don't overwrite user settings of
14841 starttls-extra-arguments and starttls-extra-args.
14842
14843 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * comint.el (comint-mouse-insert-input): Remove.
14846 (comint-insert-input): Make it work for mouse bindings.
14847 (comint-mode-map): Move defs into the declaration.
14848 (comint-output-filter): Typo.
14849
14850 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14851
14852 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14853
14854 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14855 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14856 ange-ftp-remote-shell.
14857
14858 2004-10-10 Andreas Schwab <schwab@suse.de>
14859
14860 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14861 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14862 Reported by <sri@asu.edu>.
14863
14864 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14865
14866 * vc.el (vc-annotate-mode): Remove variable.
14867 (vc-annotate-display-select): Only call vc-annotate-mode
14868 if we're not in that mode already.
14869
14870 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14871
14872 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14873 (imenu-choose-buffer-index): Check here for rescan instead.
14874
14875 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14876 where the face expression evals to nil.
14877
14878 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14879 (tex-font-lock-keywords-2): Use it.
14880 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14881
14882 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14883
14884 2004-10-09 Kim F. Storm <storm@cua.dk>
14885
14886 * subr.el (progress-reporter-update): Define before first usage.
14887 (make-progress-reporter): Doc fix.
14888
14889 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14890
14891 * textmodes/paragraphs.el (sentence-end-double-space)
14892 (sentence-end-without-period, sentence-end-without-space)
14893 (sentence-end): Doc fixes.
14894
14895 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14896
14897 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14898 Change paragraph-start regexp so we don't fill code starting with #'(.
14899
14900 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14901
14902 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14903 New defcustom.
14904 (extract-address-components): Use it.
14905
14906 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14907
14908 * subr.el (make-progress-reporter, progress-reporter-update)
14909 (progress-reporter-force-update, progress-reporter-do-update)
14910 (progress-reporter-done): New functions.
14911
14912 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14913
14914 * progmodes/etags.el (etags-tags-completion-table): Use progress
14915 reporter.
14916 (etags-tags-apropos): Likewise.
14917
14918 2004-10-08 Alan Mackenzie <acm@muc.de>
14919
14920 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14921 of current line.
14922
14923 2004-10-08 Masatake YAMATO <jet@gyve.org>
14924
14925 * server.el (server-process-filter): Wrap `process-send-region'
14926 by `condition-case' to guard the case when the pipe to PROC is closed.
14927
14928 2004-10-07 Mark A. Hershberger <mah@everybody.org>
14929
14930 * xml.el (xml-substitute-special): Limit handling of external entities.
14931
14932 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
14933
14934 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14935
14936 2004-10-06 John Paul Wallington <jpw@gnu.org>
14937
14938 * xml.el (xml-parse-dtd): Fix `error' call.
14939
14940 2004-10-05 Mark A. Hershberger <mah@everybody.org>
14941
14942 * xml.el (xml-substitute-special): Return a single string instead
14943 of a list of strings if an entity substitution is made.
14944
14945 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
14946
14947 * calendar/icalendar.el: New file.
14948
14949 2004-10-05 Juri Linkov <juri@jurta.org>
14950
14951 * isearch.el (isearch-done): Set mark after running hook.
14952 Reported by Drew Adams <drew.adams@oracle.com>.
14953
14954 * info.el (Info-history, Info-toc): Fix Info headers.
14955 (Info-toc): Narrow buffer before Info-fontify-node.
14956 (Info-build-toc): Don't check for special Info file names.
14957 Set main-file to nil if Info-find-file returns a symbol.
14958
14959 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
14960
14961 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14962 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14963 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14964
14965 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14966
14967 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14968 for old interactive spec from calendar-goto-iso-date.
14969 (calendar-goto-iso-date): Use it.
14970 (calendar-goto-iso-week): New function. Suggested by Emilio
14971 C. Lopes <eclig@gmx.net>.
14972
14973 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14974
14975 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14976 `set-right-margin' bindings that follow the minor mode conventions.
14977
14978 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14981 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14982 (latex-block-args-alist): Add minipage and picture.
14983 (latex-block-body-alist): Use reftex-label if enabled.
14984 (latex-insert-block): Don't insert a \n if not necessary.
14985 (tex-compile-commands): Make sure dvips doesn't send to printer.
14986 (tex-compile-default): Handle the case where no executable is found.
14987 (latex-noindent-environments): New var.
14988 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14989 If tex-indent-allhanging is non-nil, make sure we only align for macros
14990 at beginning of line.
14991
14992 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14993
14994 * newcomment.el (comment-beginning): Doc fix and don't choke on
14995 unset `comment-end-skip' when at beginning of comment.
14996
14997 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14998
14999 * term.el (term-adjust-current-row-cache): Don't allow the current
15000 row to become negative.
15001 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
15002 the end of the line. Fix scroll down. Add comments.
15003 (term-handle-ansi-escape): Don't exceed terminal width when moving
15004 right.
15005 (term-scroll-region): Move the cursor after setting the scroll region.
15006
15007 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
15008
15009 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15010 to `width' for consistency with docstring. Doc fix.
15011
15012 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
15013
15014 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15015 This is necessary for derived modes.
15016
15017 2004-09-30 Kim F. Storm <storm@cua.dk>
15018
15019 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15020 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15021
15022 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15023 kmacro-extract-lambda functions.
15024 (edit-kbd-macro): Handle kmacro lambda forms.
15025 Include counter and counter format in edit buffer.
15026 (edmacro-finish-edit): Get counter and format from edit buffer and
15027 update kmacro bindings when found.
15028
15029 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
15030
15031 * textmodes/paragraphs.el (forward-paragraph):
15032 Avoid args-out-of-range error when point winds up at the beginning of
15033 the buffer and hard newlines are enabled.
15034
15035 * newcomment.el (comment-multi-line): Doc fix.
15036
15037 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15040 (diff-fixup-modifs): Catch unified-diff file-headers.
15041
15042 2004-09-29 Kim F. Storm <storm@cua.dk>
15043
15044 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15045 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15046 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15047
15048 * fringe.el (fringe-bitmap-p): New macro.
15049 (fringe-bitmaps): Add standard fringe bitmaps on load.
15050
15051 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * dired.el (dired-view-command-alist): Use more efficient regexps.
15054 Remove dubious arguments.
15055 (dired-align-file): New function.
15056 (dired-insert-directory): Use it.
15057 (dired-move-to-end-of-filename): Make the " -> " search more specific.
15058 (dired-buffers-for-dir): Remove unused var `pattern'.
15059
15060 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
15061
15062 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15063 from diary display excursion. Store diary buffer's point for
15064 `simple-diary-display'.
15065 (simple-diary-display): Set window point and start when
15066 displaying buffer, to preserve point.
15067
15068 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
15069
15070 * textmodes/enriched.el (enriched-translations): Replace defconst
15071 with defvar.
15072
15073 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15074
15075 * printing.el: Doc fix.
15076 (pr-version): New version number (6.8.1).
15077 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15078 make-temp-name.
15079 (pr-delete-file): Check if file exists before deleting it.
15080 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
15081
15082 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * term.el (term-display-table): New variable.
15085 (term-mode): Use it.
15086 (term-exec-1): Set the coding system to binary.
15087 (term-emulate-terminal): Decode the string before inserting it.
15088
15089 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
15090
15091 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
15092 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
15093 (map): Bind S-prior, S-next and S-insert.
15094 (term-mode): Set `indent-tabs-mode' to nil.
15095 (term-paste): New function to be bound to S-insert.
15096 (term-send-del, term-send-backspace): Change the strings sent.
15097 (term-termcap-format): Synchronize with etc/e/eterm.ti.
15098 (term-handle-colors-array): Fix handling of underline and reverse.
15099 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
15100 (term-erase-in-line): Fix comparison.
15101 (term-emulate-terminal): Fix line wrap handling.
15102 (term-start-output-log): Rename from `term-set-output-log'.
15103 (term-stop-output-log): Rename from `term-stop-photo'.
15104 (term-switch-to-alternate-sub-buffer): Comment out, unused.
15105
15106 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * dired.el (dired-move-to-filename): Don't output a message if
15109 raise-error is non-nil. Fix return position and value.
15110
15111 * files.el (insert-directory): Obey --dired even with symlinks.
15112
15113 2004-09-25 Lars Hansen <larsh@math.ku.dk>
15114
15115 * ls-lisp.el (ls-lisp-format): Mark file names with property
15116 dired-filename.
15117
15118 2004-09-25 Kim F. Storm <storm@cua.dk>
15119
15120 * ido.el (ido-max-directory-size): New defcustom.
15121 (ido-decorations): Add "too big" element.
15122 (ido-directory-too-big): New dynamic var.
15123 (ido-may-cache-directory): Don't cache big directories.
15124 (ido-directory-too-big-p): New defun.
15125 (ido-set-current-directory): Update ido-directory-too-big.
15126 (ido-read-internal): Make empty ido-cur-item if too-big.
15127 (ido-buffer-internal): Use ido-read-internal directly instead of
15128 ido-read-buffer.
15129 (ido-file-internal): Init ido-directory-too-big.
15130 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15131 and redo completion with full list.
15132 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15133 it, and show completions.
15134 (ido-all-completions): Let bind ido-directory-too-big to nil.
15135 (ido-exhibit): Handle ido-directory-too-big.
15136 (ido-read-buffer): Handle fallback to read-buffer.
15137 Init ido-directory-too-big.
15138 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15139 Init ido-directory-too-big.
15140
15141 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
15142
15143 * subr.el (delay-mode-hooks): Doc fix.
15144
15145 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
15146
15147 * textmodes/enriched.el
15148 (enriched-default-text-properties-local-flag): New variable.
15149 (enriched-mode): Make sure that enabling and disabling the mode is
15150 a no-op. Doc fix.
15151
15152 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
15153
15154 * calendar/holidays.el (holiday-advent): Report on a specified day
15155 offset from advent, not just advent.
15156 (holiday-easter-etc): Report on one specified day offset from
15157 easter, not all easter holidays. Various Easter holidays moved to
15158 `christian-holidays' variable in calendar.el.
15159 * calendar/calendar.el (christian-holidays): Adapt for new
15160 behavior of `holiday-advent' and `holiday-easter-etc' functions.
15161
15162 2004-09-23 Kim F. Storm <storm@cua.dk>
15163
15164 * image.el (insert-sliced-image): Add doc string.
15165
15166 * ido.el (ido-choice-list): New dynamic var for `list' context.
15167 (ido-context-switch-command): New dynamic var.
15168 (ido-define-mode-map): Generalize switch between file/buffer contexts.
15169 (ido-read-internal): Handle new `list' context.
15170 Handle insert-buffer and insert-file ido-exit values.
15171 (ido-buffer-internal): New arg switch-cmd. Use it to setup
15172 ido-context-switch-command. Handle insert-file ido-exit value.
15173 (ido-read-buffer): Set ido-context-switch-command to 'ignore
15174 unless it is already bound by caller.
15175 (ido-file-internal): New arg switch-cmd. Use it to setup
15176 ido-context-switch-command. Handle insert-buffer ido-exit value.
15177 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15178 used for context switching.
15179 (ido-all-completions): Handle new `list' context.
15180 (ido-make-choice-list): Return choices for `list' context.
15181 (ido-find-file-in-dir, ido-display-file, ido-write-file)
15182 (ido-display-buffer, ido-kill-buffer): Disable context switching.
15183 (ido-insert-buffer, ido-insert-file): Setup context switching.
15184 (ido-exhibit): Handle `list' context.
15185 (ido-read-file-name): Disable context switching. Handle fallback.
15186 (ido-read-directory-name): Disable context switching.
15187 (ido-completing-read): New defun like completing-read. Setup and
15188 use new `list' context.
15189
15190 2004-09-20 Jesper Harder <harder@ifa.au.dk>
15191
15192 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15193
15194 2004-09-21 Jay Belanger <belanger@truman.edu>
15195
15196 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15197 `calc-graph-set-styles' so the gnuplot buffer will appear in a
15198 separate window.
15199
15200 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
15201
15202 * subr.el (after-change-major-mode-hook): Doc fix.
15203
15204 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15205
15206 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
15207 of ghostscript for monochrome PostScript file in Windows.
15208
15209 2004-09-21 Kenichi Handa <handa@m17n.org>
15210
15211 * descr-text.el (describe-char): Checking of quail activation fixed.
15212
15213 2004-09-21 Jay Belanger <belanger@truman.edu>
15214
15215 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15216
15217 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
15218
15219 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15220 after the mode hooks instead of before. Doc fix.
15221
15222 2004-09-20 Jason Rumney <jasonr@gnu.org>
15223
15224 * startup.el (command-line) [windows-nt]: Try .emacs first, then
15225 _emacs, but revert to .emacs if neither exists in home directory.
15226
15227 2004-09-20 John Paul Wallington <jpw@gnu.org>
15228
15229 * bindings.el (completion-ignored-extensions): Add .dfsl.
15230
15231 2004-09-20 Richard M. Stallman <rms@gnu.org>
15232
15233 * bindings.el (scroll-left): Make it disabled.
15234
15235 * files.el (enable-local-eval): Doc fix.
15236
15237 * indent.el (move-to-left-margin): Special case for minibuffer.
15238
15239 * term.el (term-emulate-terminal): Turn off undo for output.
15240 Use with-current-buffer and save-selected-window.
15241
15242 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15243
15244 * progmodes/make-mode.el (makefile-fill-paragraph):
15245 Don't insist on spaces when looking for comments. # is enough.
15246
15247 * files.el (hack-local-variables): Copy the variables list
15248 to another buffer, strip prefixes and suffixes there, then read.
15249 (enable-local-eval): Doc fix.
15250 (ignored-local-variables): Initialize to nil.
15251 (risky-local-variable-p): Don't check ignored-local-variables here.
15252 (hack-one-local-variable): Ignore var if in ignored-local-variables.
15253
15254 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15255
15256 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15257 of = to "." (punctuation).
15258
15259 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * subr.el (event-basic-type): Fix mask (extend to 22bits).
15262
15263 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
15264
15265 * textmodes/enriched.el (enriched-rerun-flag): New variable.
15266 (enriched-before-change-major-mode): New function.
15267 Add it to `change-major-mode-hook'.
15268 (enriched-after-change-major-mode): New function.
15269 Add it to `after-change-major-mode-hook'.
15270 (enriched-mode): Make it work correctly if called from
15271 `after-change-major-mode-hook'.
15272 No longer set `indent-line-function'.
15273
15274 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15275
15276 * subr.el (after-change-major-mode-hook): New variable.
15277 (run-mode-hooks): Implement it.
15278
15279 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15280
15281 * battery.el (battery-linux-proc-apm): Use string-to-number.
15282 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15283 Use dolist (and less indentation). Use erase-buffer.
15284 Pre-initialize `design-capacity', `warn', and `low'.
15285 (battery-format): Use replace-regexp-in-string.
15286
15287 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
15288
15289 * battery.el: Delete superfluous empty lines.
15290 (battery-linux-proc-acpi): Attempt to gather information from all
15291 battery subdirectories regardless of their file name.
15292 (battery-linux-proc-apm): Replace all occurrences of
15293 battery-hex-to-int-2 with string-to-int (base 16).
15294 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15295 (battery-hex-map): Delete variable.
15296
15297 2004-09-18 John Paul Wallington <jpw@gnu.org>
15298
15299 * calc/calc-units.el (calc-quick-units): Fix overzealous
15300 s/or/unless/.
15301
15302 2004-09-17 Jay Belanger <belanger@truman.edu>
15303
15304 * calc/calc.el (calc-mode-var-list): Fix the value of
15305 `calc-matrix-brackets'.
15306
15307 2004-09-17 Romain Francoise <romain@orebokech.com>
15308
15309 * ibuf-ext.el (define-ibuffer-filter filename):
15310 Expand dired-directory since buffer-file-name is absolute.
15311
15312 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15313
15314 * ediff-init.el (ediff-current-diff-face-A)
15315 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15316 (ediff-current-diff-face-Ancestor)
15317 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15318 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15319 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15320 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15321 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15322 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15323 Use min-colors.
15324
15325 * term.el (term-down): Perform vertical motion if DOWN is negative.
15326 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15327 (term-termcap-format): Synchronize with the eterm terminfo entry
15328 in etc/e/eterm.ti.
15329 (term-handle-colors-array): If the current foreground or
15330 background are zero (i.e. unspecified), use the foreground and
15331 background of the default face for reverse video.
15332 (term-ansi-at-eval-string, term-ansi-default-fg)
15333 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15334 (term-mem): Delete unused function.
15335 (term-protocol-version): Increment.
15336 (term-current-face): Set to default.
15337
15338 2004-09-15 Jay Belanger <belanger@truman.edu>
15339
15340 * calc/calc.el (calc-mode-var-list): Define this variable.
15341 (calc-always-load-extensions, calc-line-numbering)
15342 (calc-line-breaking, calc-display-just, calc-display-origin)
15343 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15344 (calc-group-char, calc-point-char, calc-frac-format)
15345 (calc-prefer-frac, calc-hms-format, calc-date-format)
15346 (calc-float-format, calc-full-float-format, calc-complex-format)
15347 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15348 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15349 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15350 (calc-matrix-brackets, calc-language, calc-language-option)
15351 (calc-left-label, calc-right-label, calc-word-size)
15352 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15353 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15354 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15355 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15356 (calc-window-height, calc-display-trail, calc-show-selections)
15357 (calc-use-selections, calc-assoc-selections)
15358 (calc-display-working-message, calc-auto-why, calc-timing)
15359 (calc-mode-save-mode, calc-standard-date-formats)
15360 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15361 (calc-user-parse-tables, calc-gnuplot-default-device)
15362 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15363 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15364 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15365 (calc-invocation-macro, calc-show-banner): Give these values as
15366 part of `calc-mode-var-list's initialization after the variables
15367 are declared with defvar.
15368 (calc-bug-address): Change email address to send bug reports to.
15369 Change the maintainer address at the top.
15370 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15371 than "\\.emacs" to determine if it is the user-init-file.
15372
15373 * calc/calc-embed.el (calc-embedded-set-modes): Use
15374 `calc-mode-var-list' correctly.
15375
15376 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15377
15378 * vc.el (annotate-time): Document point handling.
15379 (vc-annotate-display-autoscale): Doc fix.
15380
15381 2004-09-15 Miles Bader <miles@gnu.org>
15382
15383 * generic.el (generic-make-keywords-list): Use symbol rather than
15384 word anchors in regexp.
15385
15386 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15387
15388 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15389 no file name consider `dired-directory'.
15390
15391 2004-09-14 Kim F. Storm <storm@cua.dk>
15392
15393 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15394
15395 2004-09-14 Simon Josefsson <jas@extundo.com>
15396
15397 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15398
15399 * textmodes/dns-mode.el: Add.
15400
15401 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15404 (disabled-command-function): Make the ?\ char more obvious.
15405
15406 * vc-arch.el (vc-arch-root, vc-arch-registered):
15407 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15408
15409 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15410
15411 * windmove.el (windmove-frame-edges): Report coordinates of
15412 outside edges of frame, not inside edges.
15413 (windmove-coordinates-of-position): Convert into wrapper to new
15414 function `windmove-coordinates-of-window-position';
15415 `compute-motion' always applies to selected window.
15416 (windmove-coordinates-of-position): Update documentation to refer
15417 to Emacs 21 Lisp Reference Manual.
15418 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15419
15420 2004-09-13 Kim F. Storm <storm@cua.dk>
15421
15422 * isearch.el (isearch-resume-in-command-history): Rename from
15423 isearch-resume-enabled and change default to nil.
15424
15425 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15428 (vc-registered): Use it.
15429 (vc-find-root): New fun.
15430
15431 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15432 Don't tell to use \\{...} when it's already done.
15433
15434 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15435 Provide a sample complex default.
15436 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15437 (bibtex-entry): Use mapc.
15438
15439 2004-09-12 Kim F. Storm <storm@cua.dk>
15440
15441 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15442
15443 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15444 inhibit-field-text-motion to t so rectangles work in comint buffers.
15445
15446 * simple.el (choose-completion-string): Set buffer before running
15447 choose-completion-string-functions hook so it can be buffer-local.
15448
15449 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15450
15451 * progmodes/compile.el (compilation-start): Parse command to see
15452 if it starts with a cd, and if so perform it for the *compilation*
15453 buffer. Change the header to reflect this.
15454
15455 2004-09-11 Kim F. Storm <storm@cua.dk>
15456
15457 * ido.el (ido-enable-dot-prefix): Doc fix.
15458 (ido-enable-dot-prefix): New defcustom.
15459 (ido-set-matches1): Use it.
15460
15461 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * textmodes/bibtex.el (bibtex-mark-active)
15464 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15465
15466 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15467
15468 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15469 used in a case insensitive environment.
15470 (bibtex-mode-map): Rearrange order of menus.
15471 (bibtex-quoted-string-re): Obsolete.
15472 (bibtex-complete-key-cleanup): Variable replaced by new function.
15473 (bibtex-font-lock-keywords): Use backquotes.
15474 (bibtex-font-lock-url-regexp): New internal variable.
15475 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15476 "OPT" and "ALT".
15477 (bibtex-insert-current-kill, bibtex-make-field)
15478 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15479 (bibtex-parse-field-text): Simplify.
15480 (bibtex-string=): New helper function.
15481 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15482 (bibtex-map-entries): Use bibtex-string=.
15483 (bibtex-search-entry): Use not.
15484 (bibtex-enclosing-field): Fix docstring.
15485 (bibtex-assoc-regexp): Obsolete.
15486 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15487 (bibtex-autokey-get-names): Handle empty name field.
15488 (bibtex-parse-strings): Use assoc-string and unless.
15489 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15490 Use assoc-string.
15491 (bibtex-pop): Simplify.
15492 (bibtex-mode): Set font-lock-extra-managed-props.
15493 (bibtex-entry-update): Use assoc-string.
15494 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15495 (bibtex-autofill-entry): Use bibtex-string=.
15496 (bibtex-print-help-message): Simplify.
15497 (bibtex-find-entry): New optional arg START.
15498 (bibtex-validate): Use bibtex-string= and assoc-string.
15499 Do not call obsolete function compilation-parse-errors.
15500 (bibtex-remove-delimiters): Only remove delimiters if present.
15501 (bibtex-copy-entry-as-kill): Add docstring.
15502 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
15503 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15504 (bibtex-complete): Use bibtex-predefined-month-strings,
15505 bibtex-string=, and new function bibtex-complete-key-cleanup.
15506 (bibtex-generate-url-list): New variable.
15507 (bibtex-url): New command bound to C-c C-l and mouse-2.
15508 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15509 (bibtex-font-lock-url): New function.
15510
15511 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15514
15515 2004-09-09 Kim F. Storm <storm@cua.dk>
15516
15517 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15518 counter and format with binding.
15519 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15520 the declared macro uses own macro counter and format. Give symbol
15521 kmacro property.
15522 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15523 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15524 (kmacro-end-and-call-macro): Doc fix.
15525
15526 2004-09-09 Lars Hansen <larsh@math.ku.dk>
15527
15528 * desktop.el (desktop-clear-preserve-buffers):
15529 Remove make-obsolete-variable.
15530
15531 2004-09-08 Richard M. Stallman <rms@gnu.org>
15532
15533 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15534 with the buffer as argument.
15535
15536 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15537
15538 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15539
15540 2004-09-08 Juri Linkov <juri@jurta.org>
15541
15542 * replace.el (perform-replace): Use `query-replace-descr'.
15543
15544 * cus-start.el (history-delete-duplicates): Specify customization.
15545
15546 * diff-mode.el (diff-mode-map):
15547 * progmodes/compile.el (compilation-mode-map):
15548 * progmodes/grep.el (grep-mode-map):
15549 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15550 to `next-error-follow-minor-mode'.
15551
15552 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15553
15554 * isearch.el (isearch-lazy-highlight-update): Take into account
15555 the case of zero-length match at the search bound.
15556
15557 2004-09-08 Kim F. Storm <storm@cua.dk>
15558
15559 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15560 change. Use zero width overlays when necessary.
15561
15562 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15563
15564 * subr.el (split-string): Docfix.
15565
15566 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15567
15568 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15569 (display-call-tree): Ensure newline after caller/calls blocks.
15570
15571 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15572
15573 * startup.el (command-line-1): Make option
15574 --directory/-L modify `load-path' straight away.
15575
15576 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15577
15578 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15579
15580 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15581
15582 * emacs-lisp/autoload.el (make-autoload):
15583 Handle `define-compilation-mode'.
15584
15585 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15586 Specify `doc-string-elt' property.
15587
15588 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15589
15590 * bs.el (bs-mode): Doc fix.
15591
15592 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15593
15594 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15595
15596 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15597
15598 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15599
15600 2004-09-08 Kenichi Handa <handa@m17n.org>
15601
15602 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15603 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15604 ps-mule-next-point -> 1+).
15605
15606 * composite.el (encode-composition-rule): Add autoload cookie.
15607
15608 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15609
15610 * format.el (buffer-auto-save-file-format): Make it permanent local.
15611
15612 2004-09-07 Kim F. Storm <storm@cua.dk>
15613
15614 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15615 (authors-fixed-entries): Fix typo.
15616 (authors-canonical-author-name): Compact multiple spaces.
15617 Ignore trivial names (e.g. only first name).
15618
15619 * term.el (term-window-width): Only use full window width on
15620 window system if overflow-newline-into-fringe is enabled.
15621 (term-mode): Don't disable overflow-newline-into-fringe.
15622
15623 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15624
15625 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15626 motion as seen on my Mac OS X xterms.
15627
15628 * newcomment.el (uncomment-region-default, comment-region-default):
15629 New functions extracted from uncomment-region and comment-region.
15630 (comment-region, comment-region-function, uncomment-region)
15631 (uncomment-region-function): Use them.
15632
15633 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15634
15635 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15636 It's not crucial but can make sense at times.
15637
15638 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15639 the first commit.
15640
15641 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15642 Disable obsolete code.
15643
15644 2004-09-07 Juri Linkov <juri@jurta.org>
15645
15646 * progmodes/grep.el (grep-highlight-matches): Change default from
15647 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15648 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15649 if grep option `--color' is available, or to `nil' otherwise.
15650 (grep-process-setup): Call `grep-compute-defaults' if
15651 `grep-highlight-matches' is not computed. Set env-vars only
15652 if `grep-highlight-matches' is `t'.
15653 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15654 is already defined).
15655
15656 * progmodes/compile.el (compilation-start): Use copy of
15657 `process-environment' created by `copy-sequence' to not
15658 modify env-vars in the global `process-environment'.
15659
15660 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15661
15662 * simple.el (next-error-follow-minor-mode): Fix last change.
15663
15664 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15665
15666 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15667 permanent local.
15668
15669 2004-09-04 Richard M. Stallman <rms@gnu.org>
15670
15671 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15672 highlighting if the search string is empty.
15673
15674 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15675
15676 * facemenu.el (facemenu-active-faces): Change condition of inner
15677 `while' loop to also check the first two elements of `face-atts'
15678 and `mask-atts'.
15679
15680 2004-09-04 John Paul Wallington <jpw@gnu.org>
15681
15682 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15683 (thumbs-view-image-mode): Make buffer read-only.
15684
15685 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15686
15687 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15688 (ispell-check-version): Set it.
15689 (ispell-send-replacement): New function.
15690 (ispell-process-line): Call ispell-send-replacement.
15691
15692 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15693
15694 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15695 Support choosing seconds with "s".
15696
15697 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15698
15699 * terminal.el (te-escape): Show `?' in prompt for help key.
15700
15701 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15702
15703 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15704
15705 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15706
15707 * simple.el (next-error-follow-minor-mode)
15708 (next-error-follow-mode-post-command-hook): New functions.
15709 (next-error-follow-last-line): New defvar.
15710
15711 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15712 * progmodes/compile.el (compilation-mode-map): Likewise.
15713 * progmodes/grep.el (grep-mode-map): Likewise.
15714 * replace.el (occur-mode-map): Likewise.
15715
15716 * newcomment.el (uncomment-region): Bind comment-use-global-state
15717 to nil.
15718
15719 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15720
15721 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15722 locally around the call to `revert-buffer'.
15723
15724 2004-09-03 Juri Linkov <juri@jurta.org>
15725
15726 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15727 `isearch-adjusted' to `t'.
15728 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15729 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15730 (isearch-other-meta-char): Restore isearch-point unconditionally.
15731 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15732 Set point to start of match if region is not active in transient
15733 mark mode (to include the current match to region boundaries).
15734 Push the search string to `query-replace-from-history-variable'.
15735 Add prompt "Query replace regexp" for isearch-regexp.
15736 Add region beginning/end as last arguments of `perform-replace.'
15737 (isearch-query-replace-regexp): Replace code by the call to
15738 `isearch-query-replace' with arg `t'.
15739
15740 2004-09-03 Richard M. Stallman <rms@gnu.org>
15741
15742 * startup.el (normal-top-level): Undo previous TERM change.
15743
15744 2004-09-03 Kim F. Storm <storm@cua.dk>
15745
15746 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15747 highlight overlays; allow using RET when cursor is over a button.
15748 (cua--highlight-rectangle): Use it.
15749 (cua--rectangle-set-corners): Don't move backwards at eol.
15750 (cua--forward-line): Don't move into void after eob.
15751
15752 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15753 point is set (and displayed) inside rectangle.
15754 (cua--rectangle-operation): Fix for highlight of empty lines.
15755 (cua--highlight-rectangle): Fix highlight for tabs.
15756 Position cursor at left/right edge of rectangle using new `cursor'
15757 property on overlay strings.
15758 (cua--indent-rectangle): Don't tabify.
15759 (cua-rotate-rectangle): Ignore that point has moved.
15760
15761 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15762
15763 * term/mac-win.el: Add ASCII equivalents for some function keys.
15764 (mode-line-frame-identification): Sync with x-win.el.
15765
15766 2004-09-02 Juri Linkov <juri@jurta.org>
15767
15768 * progmodes/compile.el (compilation-buffer-name): Compare major
15769 mode with second element of compilation-arguments instead of third
15770 to reflect latest changes in compilation-arguments structure.
15771 (recompile): Use global variable `compilation-directory' to get
15772 recent compilation directory only when `recompile' is invoked NOT
15773 in the compilation buffer. Otherwise, use `default-directory' of
15774 the compilation buffer.
15775 (compilation-error-properties): Allow to funcall col and end-col.
15776 (compilation-mode-font-lock-keywords): Check col and end-col by
15777 `integerp'.
15778 (compilation-goto-locus): If end-mk is non-nil in transient mark
15779 mode don't activate the mark (and don't display message in
15780 push-mark), but highlight overlay between mk and end-mk.
15781
15782 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15783 (grep-regexp-alist): Add rule to highlight grep matches.
15784 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15785
15786 * info.el (Info-fontify-node): Don't compute other-tag
15787 if Info-hide-note-references=hide.
15788
15789 * help.el (function-called-at-point):
15790 * help-fns.el (variable-at-point):
15791 Try `find-tag-default' when other methods failed.
15792
15793 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15794 Do not push mark if inhibit-mark-movement is non-nil.
15795
15796 * textmodes/ispell.el (ispell-html-skip-alists):
15797 Fix backslashes in docstring.
15798
15799 2004-09-01 Juri Linkov <juri@jurta.org>
15800
15801 * isearch.el (isearch-wrap-function)
15802 (isearch-push-state-function): New defvars.
15803 (isearch-pop-fun-state): New defsubst.
15804 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15805 (isearch-push-state): Set the result of calling
15806 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15807 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15808 restore the mode-specific starting point of terminated search.
15809 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15810 (isearch-repeat): Call `isearch-wrap-function' if defined.
15811 (isearch-message-prefix): Don't add prefix "over" to the message
15812 for wrapped search if `isearch-wrap-function' is defined.
15813 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15814 restore the mode-specific starting point of failed search.
15815
15816 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15817 (Info-search): Add new optional arguments for the sake of isearch.
15818 Replace whitespace in Info-search-whitespace-regexp literally.
15819 Add backward search. Don't call `Info-select-node' if regexp is
15820 found in the same Info node. Don't add node to Info-history for
15821 wrapped isearch.
15822 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15823 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15824 (Info-mode): Set local variables `isearch-search-fun-function',
15825 `isearch-wrap-function', `isearch-push-state-function',
15826 `search-whitespace-regexp'.
15827
15828 * isearch.el: Remove ancient Change Log section.
15829 (isearch-string, isearch-message-string, isearch-point)
15830 (isearch-success, isearch-forward-flag, isearch-other-end)
15831 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15832 (isearch-barrier, isearch-within-brackets)
15833 (isearch-case-fold-search): Add suffix `-state' to state-related
15834 defsubsts to avoid name clashes with other function names.
15835
15836 * simple.el (next-error): New defgroup and defface.
15837 (next-error-highlight, next-error-highlight-no-select):
15838 New defcustoms.
15839 (next-error-no-select): Let-bind next-error-highlight to the value
15840 of next-error-highlight-no-select before calling `next-error'.
15841
15842 * progmodes/compile.el (compilation-goto-locus):
15843 Use `next-error' face instead of `region'. Set 4-th argument of
15844 `move-overlay' to `current-buffer' to move overlay to different
15845 source buffers. Use new variable `next-error-highlight'.
15846
15847 * simple.el (next-error-find-buffer): Move the rule
15848 "if current buffer is a next-error capable buffer" after the
15849 rule "if next-error-last-buffer is set to a live buffer".
15850 Simplify to test all rules in one `or'.
15851 (next-error): Doc fix.
15852 (next-error, previous-error, first-error)
15853 (next-error-no-select, previous-error-no-select):
15854 Make arguments optional.
15855
15856 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15857
15858 * macros.el (apply-macro-to-region-lines): Make it operate on all
15859 lines that begin in the region, rather than on all complete lines
15860 in the region.
15861
15862 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15863
15864 * x-dnd.el (x-dnd-protocol-alist): Document update.
15865 (x-dnd-known-types): Defcustom it.
15866 (x-dnd-handle-motif): Print message-atom in error message.
15867
15868 2004-08-30 John Paul Wallington <jpw@gnu.org>
15869
15870 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15871 strings rather than programatically constructing message.
15872
15873 2004-08-30 Richard M. Stallman <rms@gnu.org>
15874
15875 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15876 Don't return a string that would read as the wrong character code.
15877
15878 2004-08-29 Kim F. Storm <storm@cua.dk>
15879
15880 * emulation/cua-base.el (cua-auto-expand-rectangles):
15881 Remove automatic rectangle padding feature; replace by non-destructive
15882 virtual rectangle edges feature.
15883 (cua-virtual-rectangle-edges): New defcustom.
15884 (cua-auto-tabify-rectangles): New defcustom.
15885 (cua-paste): If paste into a marked rectangle, insert rectangle at
15886 current column, even if virtual; also paste exactly as many lines
15887 as has been marked (ignore additional lines or add empty lines),
15888 but paste whole source if only one line is marked.
15889 (cua--update-indications): No longer use overwrite-cursor to
15890 indicate rectangle padding
15891
15892 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15893 (cua--rectangle-virtual-edges): New defun.
15894 (cua--rectangle-get-corners): Remove optional PAD arg.
15895 (cua--rectangle-set-corners): Never do padding.
15896 (cua--forward-line): Remove optional PAD arg. Simplify.
15897 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15898 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15899 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15900 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15901 (cua--rectangle-move): Never do padding. Simplify.
15902 (cua--tabify-start): New defun.
15903 (cua--rectangle-operation): Add tabify arg. All callers changed.
15904 (cua--pad-rectangle): Remove.
15905 (cua--delete-rectangle): Handle delete with virtual edges.
15906 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15907 (cua--insert-rectangle): Handle insert at virtual column.
15908 Perform auto-tabify if necessary.
15909 (cua--activate-rectangle): Remove optional FORCE arg.
15910 Never do padding. Simplify.
15911 (cua--highlight-rectangle): Enhance for virtual edges.
15912 (cua-toggle-rectangle-padding): Remove command.
15913 (cua-toggle-rectangle-virtual-edges): New command.
15914 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15915 (cua--rectangle-post-command): Don't force rectangle padding.
15916 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15917
15918 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15919
15920 * indent.el (edit-tab-stops-buffer): Doc fix.
15921
15922 2004-08-28 Richard M. Stallman <rms@gnu.org>
15923
15924 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15925 (grep-tag-default): Function deleted.
15926
15927 * subr.el (find-tag-default): Move from etags.el.
15928
15929 * progmodes/etags.el (find-tag-default): Move to subr.el.
15930
15931 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15932 into the basic character if it has an uppercase form.
15933
15934 2004-08-27 Kenichi Handa <handa@m17n.org>
15935
15936 * international/utf-8.el (utf-8-post-read-conversion): If the
15937 buffer is unibyte, temporarily make it multibyte.
15938
15939 2004-08-27 Masatake YAMATO <jet@gyve.org>
15940
15941 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15942
15943 2004-08-25 John Paul Wallington <jpw@gnu.org>
15944
15945 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15946 0, 1, and many mismatches in message.
15947 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15948
15949 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15950 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15951
15952 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15953
15954 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15955 vc-diff-switches differently.
15956
15957 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15958
15959 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15960 before and a real defvar after
15961 `speedbar-supported-extension-expressions'. This is to silence
15962 the compiler without breaking bootstrapping.
15963
15964 2004-08-22 Richard M. Stallman <rms@gnu.org>
15965
15966 * textmodes/flyspell.el (flyspell-word):
15967 Use set-process-query-on-exit-flag.
15968 (flyspell-highlight-duplicate-region): Take POSS as arg.
15969 (flyspell-word): Pass POSS as arg.
15970
15971 * progmodes/ada-xref.el: Many doc and style fixes.
15972 (ada-find-any-references): Use compilation-start.
15973 (ada-get-ali-file-name): Improve error msg.
15974 (ada-get-ada-file-name): Likewise.
15975
15976 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15977 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15978
15979 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15980 Add forward defvar.
15981
15982 * whitespace.el (global-whitespace-mode): New alias
15983 for whitespace-global-mode.
15984
15985 * speedbar.el (speedbar-file-regexp): Move definition up.
15986 (speedbar-mode, speedbar-set-mode-line-format):
15987 Use with-no-warnings.
15988 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15989
15990 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15991 controls whether to display the error buffer.
15992
15993 * ps-mule.el: Delete compatibility code for old Emacsen.
15994 (ps-mule-find-wrappoint): Don't use chars-in-region.
15995
15996 * frame.el (display-mouse-p, display-selections-p):
15997 Use with-no-warnings.
15998
15999 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
16000
16001 2004-08-22 David Kastrup <dak@gnu.org>
16002
16003 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
16004 information.
16005
16006 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
16007
16008 2004-08-22 Andreas Schwab <schwab@suse.de>
16009
16010 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
16011
16012 2004-08-22 Masatake YAMATO <jet@gyve.org>
16013
16014 * cvs-status.el (cvs-status-checkout): New function.
16015 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16016
16017 2004-08-21 David Kastrup <dak@gnu.org>
16018
16019 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16020 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16021 has been converted to use hashtables, the relation `nil=none' is
16022 no longer valid, as `nil' is not a hashtable. This patch tries to
16023 reduce the number of resulting errors.
16024
16025 2004-08-21 John Paul Wallington <jpw@gnu.org>
16026
16027 * subr.el (process-kill-without-query): Made obsolete in
16028 version 21.4, not 21.5.
16029
16030 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16031 (vc-previous-comment, vc-next-comment)
16032 (vc-comment-search-reverse, vc-comment-search-forward)
16033 (vc-comment-to-change-log): Likewise.
16034
16035 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16036
16037 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
16038
16039 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16040 Correct indentation of DEFMETHODS with non-standard method
16041 combinations (e.g., PROGN, MIN, MAX).
16042
16043 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16044
16045 * startup.el (normal-top-level-add-subdirs-to-load-path):
16046 Avoid unnecessarily checking system-type.
16047 (normal-top-level): Set TERM to "dumb". Simplify.
16048
16049 * avoid.el (mouse-avoidance-ignore-p): New fun.
16050 Also ignore switch-frame, select-window, double, and triple clicks.
16051 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16052 (mouse-avoidance-fancy-hook): Use it.
16053
16054 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
16055
16056 * avoid.el (mouse-avoidance-nudge-mouse)
16057 (mouse-avoidance-banish-destination): Stay within the current window
16058 to avoid problems with mouse-autoselect-window.
16059
16060 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16061
16062 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16063 the newer format of some messages in cvs-1.12.1.
16064
16065 2004-08-19 Masatake YAMATO <jet@gyve.org>
16066
16067 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16068 (elp-results-jump-to-definition-by-mouse)
16069 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16070 (elp-output-result): Use elp-output-insert-symname.
16071
16072 2004-08-18 Kenichi Handa <handa@m17n.org>
16073
16074 * language/cyrillic.el: Register koi8-r in
16075 ctext-non-standard-encodings-alist.
16076 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16077
16078 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
16079
16080 * emacs-lisp/copyright.el (copyright-update-year): Delete code
16081 that replaces 20xy with xy.
16082
16083 2004-08-17 John Paul Wallington <jpw@gnu.org>
16084
16085 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16086 (reb-force-update): Doc fix.
16087
16088 2004-08-16 Richard M. Stallman <rms@gnu.org>
16089
16090 * progmodes/which-func.el (which-func-update-1): Doc fix.
16091
16092 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16093 (sh-mode-abbrev-table): New variable.
16094
16095 * progmodes/compile.el (compilation-mode): Doc fix.
16096
16097 * emacs-lisp/lisp-mode.el (eval-last-sexp):
16098 Don't cons a new symbol each time.
16099 (eval-last-sexp-fake-value): New variable.
16100
16101 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16102 (copyright-update-year): Detect continuation of list of years.
16103
16104 * term.el (term-default-fg-color, term-default-bg-color)
16105 (ansi-term-color-vector): Use `unspecified', not nil, as default.
16106
16107 * imenu.el: Several doc fixes: don't say variables are buffer-local.
16108
16109 2004-08-16 Davis Herring <herring@lanl.gov>
16110
16111 * isearch.el (isearch-string, isearch-message-string, isearch-point)
16112 (isearch-success, isearch-forward-flag, isearch-other-end)
16113 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16114 (isearch-barrier, isearch-within-brackets)
16115 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16116
16117 2004-08-16 Kenichi Handa <handa@m17n.org>
16118
16119 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16120
16121 2004-08-15 Kenichi Handa <handa@m17n.org>
16122
16123 * term/x-win.el (x-selection-value): If utf8 was successful but
16124 ctext was not, use utf8 string.
16125
16126 2004-08-14 Davis Herring <herring@lanl.gov>
16127
16128 * isearch.el: Remove accidental changes of March 4. Fix backing
16129 up when a regexp isearch is made more general. Use symbolic
16130 accessor functions for isearch stack frames to make usage clearer.
16131 (search-whitespace-regexp): Made groups in documentation shy (as
16132 is the group in the default value).
16133 (isearch-fallback): New function, addresses problems with regexps
16134 liberalized by `\|', adds support for liberalization by `\}' (the
16135 general repetition construct), and incorporates behavior for
16136 `*'/`?'.
16137 (isearch-}-char): New command, calls `isearch-fallback' with
16138 arguments appropriate to a typed `}'.
16139 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16140 appropriately.
16141 (isearch-mode-map): Bind `}' to `isearch-}-char'.
16142 (isearch-string, isearch-message,string, isearch-point)
16143 (isearch-success, isearch-forward-flag, isearch-other-end)
16144 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16145 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16146 New inline functions to read fields of a stack frame.
16147
16148 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
16149
16150 * battery.el (battery-linux-proc-acpi): Look into battery
16151 directories matching the literal string "CMB", too (required for
16152 Linux kernel version 2.6.7).
16153
16154 2004-08-14 John Paul Wallington <jpw@gnu.org>
16155
16156 * cus-start.el (read-file-name-completion-ignore-case): Add.
16157 (blink-cursor-alist): Change version to "21.4".
16158
16159 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16160
16161 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
16162
16163 * speedbar.el (speedbar-scan-subdirs): New option.
16164 (speedbar-file-lists): Don't ignore file-name case on Unix and use
16165 dolist.
16166 (speedbar-insert-files-at-point): Take an extra argument and use
16167 it to optionally find out if a subdir is empty. Also unreadable
16168 files don't get expand buttons.
16169 (speedbar-directory): New image (unused pixmap already existed).
16170 (speedbar-expand-image-button-alist): Use it.
16171
16172 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
16173
16174 CC Mode update to 5.30.9:
16175
16176 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16177 Move from cc-vars to cc-defs for dependency reasons. Fix the
16178 POSIX char class test to check that it works in
16179 `skip-chars-(forward|backward)' too.
16180
16181 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16182 first argument starts with a special brace list.
16183
16184 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16185 when `c-opt-type-concat-key' is used (i.e. in Pike).
16186
16187 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16188 Fix bug when the inner char pair doesn't have paren syntax,
16189 i.e. "(<>)".
16190
16191 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16192 whitespace safe.
16193
16194 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16195 position for `arglist-intro', `arglist-cont-nonempty' and
16196 `arglist-close' when there are two arglist open parens on the same
16197 line and there's nothing in front of the first.
16198
16199 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16200 locking of qualified names in Java, which previously could fontify
16201 common indexing expressions in many cases. The standard Java
16202 naming conventions are used to tell them apart.
16203
16204 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16205 Fix inconsistency wrt opening parens on the first line inside a paren
16206 block.
16207
16208 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16209 compile time for the sake of `c-major-mode-is'.
16210
16211 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16212 `c-major-mode-is' in the event that this is used inside a
16213 `c-lang-defconst'.
16214
16215 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16216 `c-lang-defconst' so that it works better with fallback languages.
16217
16218 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16219 it to fail to record the base mode.
16220
16221 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16222 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16223 is used. Reorder the syntax checks to get more efficient
16224 skipping in some situations.
16225
16226 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16227 continuation which might precede the newly inserted '{'.
16228
16229 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16230 Fix cases where it could loop indefinitely.
16231
16232 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16233 size specs correctly. Only fontify identifiers in front of '('
16234 with as functions - don't accept any paren char. Tighten up
16235 initializer skipping to stop before function and class blocks.
16236
16237 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16238 the point could be left directly after an open paren when finding
16239 the beginning of the first decl in the block.
16240
16241 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16242 table when filtering out legitimate open parens to be recorded.
16243 This could cause cache inconsistencies when e.g.
16244 `c++-template-syntax-table' was temporarily in use.
16245
16246 * progmodes/cc-engine.el (c-on-identifier)
16247 (c-simple-skip-symbol-backward): Small fix for handling "-"
16248 correctly in `skip-chars-backward'. Affected the operator lfun
16249 syntax in Pike.
16250
16251 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16252 Fix bug that could cause an error from `after-change-functions' when
16253 the changed region is at bob.
16254
16255 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
16256
16257 CC Mode update to 5.30.9:
16258
16259 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16260 to say that <TAB> doesn't insert WS into a CPP line.
16261 (c-indent-command, c-tab-always-indent): Amend doc strings.
16262
16263 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16264 checks for user errors, thus eliminating cryptic and unhelpful
16265 Emacs error messages. (1) Check the arg to `c-set-style' is a
16266 string. (2) Check that settings to `c-offsets-alist' are not
16267 spuriously quoted.
16268
16269 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16270 which precedes the newly inserted `{'.
16271
16272 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
16273
16274 Sync with Tramp 2.0.44.
16275
16276 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16277 function "tramp_file_attributes". Otherwise, file names
16278 containing spaces are misinterpreted. Reported by Magnus Henoch
16279 <mange@freemail.hu>.
16280 (tramp-handle-file-truename): FILENAME must be expanded first.
16281 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16282 obscure results. Reported by D. Goel <deego@gnufans.org>.
16283 (tramp-handle-verify-visited-file-modtime): If file does not
16284 exist, say it is not modified if and only if that agrees with the
16285 buffer's record. Check whether a file is visiting the buffer, or
16286 the buffer has no recorded last modification time. Return t in
16287 case the visiting file doesn't exist. Suggested by Luc Teirlinck
16288 <teirllm@auburn.edu>.
16289 (tramp-handle-write-region): Pass modtime explicitly to
16290 `set-visited-file-modtime', because filename can be different
16291 from (buffer-file-name) if `file-precious-flag' is set.
16292 `set-visited-file-modtime' must be called always when `visit' is t
16293 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16294 (tramp-handle-set-visited-file-modtime): If `time-list' is not
16295 nil, don't apply the whole body. If the file doesn't exists, set
16296 modtime to '(-1 65535). Suggested by Luc Teirlinck
16297 <teirllm@auburn.edu>.
16298
16299 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16300
16301 * help.el (describe-bindings): Doc fix.
16302
16303 * subr.el (kbd): Doc fix.
16304
16305 2004-08-08 John Paul Wallington <jpw@gnu.org>
16306
16307 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16308 instead of `string-to-int'.
16309 (define-ibuffer-column mode): Fix indentation.
16310
16311 2004-08-08 Lars Hansen <larsh@math.ku.dk>
16312
16313 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16314 expression.
16315
16316 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16317
16318 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16319
16320 * novice.el (disabled-command-function): New variable renamed from
16321 `disabled-command-hook'.
16322 (disabled-command-hook): Keep the _variable_ as alias for
16323 `disabled-command-function' and make obsolete.
16324 (disabled-command-function): Function renamed from
16325 `disabled-command-hook'. Adapt code to name change of the variable.
16326
16327 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16328
16329 * simple.el (completion-root-regexp): New defvar.
16330 (completion-setup-function): Use it instead of a literal string.
16331
16332 2004-08-07 John Paul Wallington <jpw@gnu.org>
16333
16334 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16335 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16336 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16337 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16338
16339 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16340
16341 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16342 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16343
16344 2004-08-04 Kenichi Handa <handa@m17n.org>
16345
16346 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16347 Fix previous change.
16348
16349 2004-08-03 Kenichi Handa <handa@m17n.org>
16350
16351 * international/encoded-kb.el: The following changes are to
16352 utilize key-translation-map instead of minor mode map.
16353 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16354 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16355 (encoded-kbd-last-key): New function.
16356 (encoded-kbd-iso2022-single-shift): New function.
16357 (encoded-kbd-iso2022-designation)
16358 (encoded-kbd-self-insert-iso2022-7bit)
16359 (encoded-kbd-self-insert-iso2022-8bit)
16360 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16361 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16362 key-translation-map.
16363 (encoded-kbd-setup-keymap): Setup key-translation-map.
16364 (saved-key-translation-map): New variable.
16365 (encoded-kbd-mode): Save/restore key-translation-map.
16366 Adjust for the change of encoded-kbd-setup-keymap.
16367
16368 2004-08-02 Kim F. Storm <storm@cua.dk>
16369
16370 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16371 and call compute-motion with nil for topos and width to get proper
16372 usable width and height for both window and non-window systems.
16373
16374 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16375 calculate usable window width and height.
16376
16377 * window.el (window-buffer-height): Call compute-motion with nil width.
16378
16379 2004-08-01 David Kastrup <dak@gnu.org>
16380
16381 * replace.el (query-replace-read-from):
16382 Use `query-replace-compile-replacement'.
16383 (query-replace-compile-replacement): New function.
16384 (query-replace-read-to): Use `query-replace-compile-replacement'
16385 for repeating the last command.
16386
16387 2004-08-01 John Paul Wallington <jpw@gnu.org>
16388
16389 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16390 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16391 (pr-switches): Remove period from end of error messages.
16392
16393 * help-mode.el (help-go-back): Likewise.
16394
16395 * abbrev.el (only-global-abbrevs): Doc fix.
16396 (edit-abbrevs-map): Define within defvar.
16397 (quietly-read-abbrev-file): Doc fix.
16398
16399 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16400
16401 * novice.el (enable-command, disable-command): Doc fixes.
16402
16403 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16404
16405 2004-07-30 Richard M. Stallman <rms@gnu.org>
16406
16407 * subr.el (with-local-quit): Doc fix.
16408
16409 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16410
16411 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16412
16413 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16414
16415 * custom.el (defcustom): Doc fix.
16416
16417 2004-07-28 Masatake YAMATO <jet@gyve.org>
16418
16419 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16420
16421 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16422
16423 * imenu.el (imenu-prev-index-position-function)
16424 (imenu-extract-index-name-function, imenu-name-lookup-function)
16425 (imenu--index-alist): Docstring redundancy fix.
16426
16427 2004-07-25 Lars Hansen <larsh@math.ku.dk>
16428
16429 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16430 binding dired-backup-overwrite.
16431
16432 2004-07-25 John Paul Wallington <jpw@gnu.org>
16433
16434 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16435
16436 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16437
16438 * term/tty-colors.el (tty-color-approximate): Doc fix.
16439
16440 * select.el (x-get-selection, x-set-selection): Doc fixes.
16441
16442 * frame.el (make-frame): Doc fix.
16443
16444 2004-07-24 Richard M. Stallman <rms@gnu.org>
16445
16446 * mail/rmail.el (rmail-mime-charset-pattern):
16447 Don't include semicolon in the charset value.
16448
16449 * replace.el (occur-next-error): Call set-window-point.
16450 (occur-engine): Handle negative NLINES.
16451
16452 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16453
16454 * frame.el (modify-all-frames-parameters): Minor doc fix.
16455 (set-frame-configuration): Doc fix.
16456
16457 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16458
16459 * simple.el (completion-setup-function): Compute the common parts
16460 and the first difference place correctly when
16461 partial-completion-mode is on.
16462
16463 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16464
16465 * ps-print.el: Doc fix.
16466 (ps-print-version): New version 6.6.5.
16467 (ps-printing-region): Doc fix.
16468 (ps-generate-string-list): Comment fix.
16469 (ps-message-log-max): Code fix.
16470
16471 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16472
16473 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16474 generated PostScript.
16475
16476 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16477
16478 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16479 with Gnus v5_10 branch.)
16480
16481 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16482
16483 * calendar/time-date.el (time-to-number-of-days): New function.
16484 Imported from Gnus.
16485
16486 2004-07-22 Kim F. Storm <storm@cua.dk>
16487
16488 * progmodes/make-mode.el: Fix comments.
16489
16490 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16491
16492 * printing.el: Doc fix.
16493
16494 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16495
16496 * frame.el (modify-all-frames-parameters): Minor doc fix.
16497
16498 2004-07-20 Richard M. Stallman <rms@gnu.org>
16499
16500 * textmodes/fill.el (fill-nobreak-p): If this break point is
16501 at the end of the line, don't consider the newline which follows
16502 as a reason to return t.
16503
16504 2004-07-19 John Paul Wallington <jpw@gnu.org>
16505
16506 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16507
16508 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16509
16510 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16511 Delete irrelevant code.
16512
16513 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16514
16515 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16516 New docstring. From Luc Teirlinck.
16517
16518 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16519
16520 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16521 section.
16522 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16523 non-file buffers. We know it is nil.
16524
16525 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16526
16527 Sync with Tramp 2.0.43.
16528
16529 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16530 Remove outdated comment.
16531 (tramp-locked, tramp-locker): New variables for implementing a
16532 global lock.
16533 (tramp-sh-file-name-handler): Use them to implement the global lock.
16534
16535 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
16536
16537 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16538 calls to respective `xxx` calls.
16539 (tramp-process-alive-regexp): Precise doc string.
16540 (tramp-multi-action-process-alive): New defun.
16541 (tramp-multi-actions): Use it.
16542 (tramp-handle-find-backup-file-name): `copy-tree' is available
16543 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
16544 in order to avoid this function.
16545 (tramp-handle-write-region): Set current buffer. If connection
16546 wasn't open, `file-modes' has changed it accidentally. Reported by
16547 David Kastrup <dak@gnu.org>.
16548 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16549 HOST.
16550 (tramp-action-password, tramp-multi-action-password): Apply it.
16551 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16552 name must still contain the port number. Otherwise, we have two
16553 Tramp buffers, with all the confusion. Reported by Myron Selby
16554 <myron@xytech.com> and Rolf Dubitzky
16555 <Dubitzky@physi.uni-heidelberg.de>.
16556
16557 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16558 HOST to `tramp-enter-passwd'.
16559
16560 * net/tramp-vc.el (all): Code cleanup. Change all
16561 `tramp-handle-xxx' calls to respective `xxx` calls.
16562
16563 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16564
16565 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16566 functions that are not erroneous if either 1-valued or
16567 multi-valued. Detect functions in this class.
16568 (testcover-1value-functions, testcover-compose-functions)
16569 (testcover-progn-functions) Add some additional functions to lists.
16570 (testcover-mark): Bugfix when marking up the definition for an
16571 empty function.
16572
16573 2004-07-17 Richard M. Stallman <rms@gnu.org>
16574
16575 * replace.el (occur-read-primary-args): Pass default to
16576 read-from-minibuffer.
16577
16578 * mail/footnote.el (footnote-section-tag): Use defcustom.
16579
16580 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16581 Compile font-lock-keywords, not KEYWORDS.
16582 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16583 Add warn, check-type. Handle cerror like error.
16584
16585 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16586
16587 * progmodes/which-func.el (which-func-keymap): New var.
16588 (which-func-face): New face.
16589 (which-func-format): Use them.
16590
16591 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16592
16593 * buff-menu.el (list-buffers-noselect): Append the buffer's
16594 process status to its mode name.
16595
16596 2004-07-16 Kim F. Storm <storm@cua.dk>
16597
16598 * simple.el (inhibit-mark-movement): New defvar.
16599 (beginning-of-buffer, end-of-buffer): Do not push mark if
16600 inhibit-mark-movement is non-nil or C-u prefix is given.
16601
16602 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16603 Init to beginning-of-buffer and end-of-buffer.
16604 (cua--undo-push-mark): New defvar.
16605 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16606 already active and command is in cua--preserve-mark-commands.
16607 Also fix check for shift modifier on non-window systems.
16608 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16609
16610 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16611
16612 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16613 of two integers, instead of a cons.
16614
16615 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16616 `visited-file-modtime' now returns a list of two integers, instead
16617 of a cons.
16618
16619 * dired.el (dired-directory-changed-p): Ditto.
16620
16621 * progmodes/grep.el (grep): Doc fix.
16622
16623 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16624
16625 * autorevert.el (auto-revert-tail-mode)
16626 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16627 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16628 in both at the same time.
16629 (auto-revert-tail-mode): New command.
16630 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16631 (auto-revert-handler): Revert only either tail or whole file.
16632
16633 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16634 add auto-revert-tail-mode.
16635
16636 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16637
16638 * printing.el: Doc fix. Change name of some funs.
16639 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16640 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16641 (pr-standard-file-name): New fun. Replace pr-standard-path.
16642 (pr-call-process): Code fix.
16643
16644 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16645
16646 * subr.el (with-selected-window): Doc fix.
16647
16648 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16649
16650 * subr.el (get-buffer-window-list): Doc fix.
16651
16652 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16653
16654 * files.el (switch-to-buffer-other-window): Doc fix.
16655
16656 * window.el (save-selected-window, one-window-p)
16657 (split-window-keep-point, split-window-vertically)
16658 (split-window-horizontally): Doc fixes.
16659
16660 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16661
16662 * printing.el: Doc fix. Now it uses call-process instead of
16663 shell-command for low command execution.
16664 (pr-version): New version number (6.8).
16665 (pr-shell-file-name): Option removed.
16666 (pr-shell-command): Fun removed.
16667 (pr-call-process): New fun. Replace pr-shell-command.
16668 (pr-standard-path, pr-remove-nil-from-list): New funs.
16669 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16670 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16671 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16672 (pr-ps-utility-process, pr-txt-print): Code fix.
16673
16674 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16675
16676 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16677 boolean.
16678
16679 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16680
16681 * wid-edit.el (widget-field-buffer): Doc fix.
16682
16683 2004-07-09 John Paul Wallington <jpw@gnu.org>
16684
16685 * emacs-lisp/re-builder.el (reb-update-overlays):
16686 Distinguish between one and several matches in message.
16687
16688 2004-07-09 Richard M. Stallman <rms@gnu.org>
16689
16690 * mouse.el (mouse-set-region-1): If transient-mark-mode
16691 is `identity', change it to `only'.
16692
16693 * simple.el (current-word): Doc fix.
16694
16695 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16696
16697 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16698 so that it is more understanding of whitespace.
16699
16700 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16701 (("ns" . "element") (attr-list) children) instead of
16702 ((:ns . "element") (attr-list) children) in order to reduce the
16703 number of symbols used.
16704 (xml-skip-dtd): Change to use xml-parse-dtd but set
16705 xml-validating-parsing to nil.
16706 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16707 (xml-substitute-entity): Remove in favor of new entity substitution.
16708 (xml-substitute-special): Rewrite in to substitute complex
16709 entities from DOCTYPE declarations.
16710 (xml-parse-fragment): Parse fragments from entity declarations.
16711 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16712 (xml-parse-dtd, xml-substitute-special): Make validity checks
16713 conditioned on xml-validating-parser. Add "Not Well Formed" to
16714 error messages about well-formedness.
16715
16716 2004-07-08 Steven Tamm <steventamm@mac.com>
16717
16718 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16719 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16720 Do not treat double clicks and triple clicks specially in the
16721 scroll bar (preventing strange repositioning problems)
16722
16723 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16724
16725 * replace.el (query-replace-regexp-eval): Fix last change.
16726
16727 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * replace.el (query-replace-descr): New fun.
16730 (query-replace-read-from, query-replace-read-args): Default to the
16731 previous from&to.
16732 (query-replace-read-to): Quote the `from' string when displaying it.
16733 (query-replace-regexp-eval): Immediately check read-only status.
16734 Use query-replace-read-from to get the \n checking.
16735 Quote the `from' string when displaying it.
16736 (map-query-replace-regexp, occur-read-primary-args):
16737 Quote the `from' string when displaying it.
16738
16739 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16740 delimited-ness of the search to query-replace.
16741
16742 * replace.el (query-replace-read-from, query-replace-read-to):
16743 New funs extracted from query-replace-read-args.
16744 (query-replace-read-args): Use them.
16745
16746 * replace.el (query-replace-interactive, query-replace-read-args):
16747 Remove the `initial' special value.
16748 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16749 (occur-engine): Remove unused var `matchend'.
16750
16751 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16752 Use the search string without prompting.
16753
16754 2004-07-05 Kenichi Handa <handa@m17n.org>
16755
16756 * international/mule.el (decode-coding-inserted-region):
16757 Set last-coding-system-used only when coding is nil.
16758
16759 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16760
16761 * progmodes/grep.el (grep-compute-defaults, grep-command)
16762 (grep-program, find-program, grep-find-use-xargs, grep-history)
16763 (grep-find-history, grep-tag-default, grep-find-command)
16764 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16765 Add autoload cookies, for unbundled packages that load `compile'
16766 and expect all grep-related symbols to become defined.
16767
16768 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16769
16770 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16771 (iimage-mode-image-search-path): New user option to search the
16772 image file.
16773 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16774 have locate-file.
16775 (iimage-mode-buffer): Use it.
16776
16777 2004-07-03 Nick Roberts <nickrob@gnu.org>
16778
16779 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16780 carefully.
16781 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16782
16783 2004-07-03 Juri Linkov <juri@jurta.org>
16784
16785 * replace.el (query-replace-read-args): Swallow space after 'foo,
16786 not after (quote foo). Match space only immediately after symbol,
16787 not anywhere in the whole string.
16788
16789 2004-07-02 Richard M. Stallman <rms@gnu.org>
16790
16791 * replace.el (query-replace-read-args): Swallow space after
16792 symbols, not after closeparens. But avoid error if string ends there.
16793
16794 * progmodes/python.el (python-beginning-of-statement):
16795 Exit the loop if backward-up-list gets error.
16796
16797 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16798
16799 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16800
16801 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16802 only if vc-consult-headers is non-nil.
16803
16804 2004-07-02 Juri Linkov <juri@jurta.org>
16805
16806 * pcvs.el (cvs-mode-diff-repository): New command.
16807
16808 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16809
16810 2004-07-01 Juri Linkov <juri@jurta.org>
16811
16812 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16813 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16814 C-M-% to isearch-query-replace-regexp.
16815 (minibuffer-local-isearch-map): Add arrow key bindings.
16816 Bind C-f to isearch-yank-char-in-minibuffer.
16817 (isearch-forward): Doc fix.
16818 (isearch-edit-string): Doc fix.
16819 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16820 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16821 (isearch-yank-char): Add optional arg.
16822 (isearch-yank-char-in-minibuffer): New fun.
16823
16824 * replace.el (query-replace-interactive): Change type from boolean
16825 to choice. Add value `initial'.
16826 (query-replace-read-args): Handle value `initial' of
16827 query-replace-interactive.
16828
16829 2004-06-29 Kim F. Storm <storm@cua.dk>
16830
16831 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16832 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16833
16834 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16835 Add :group 'ada.
16836
16837 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16838
16839 2004-06-29 Juri Linkov <juri@jurta.org>
16840
16841 * replace.el (query-replace-read-args): Swallow a space after
16842 everything except )]" which in most cases means after a symbol.
16843
16844 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16845
16846 2004-06-28 Richard M. Stallman <rms@gnu.org>
16847
16848 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16849 More changes to go with previous change in font-lock.el.
16850
16851 2004-06-26 David Kastrup <dak@gnu.org>
16852
16853 * replace.el (perform-replace): Highlight the match even in
16854 non-query mode if there is potential replace string editing.
16855
16856 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16857
16858 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16859 agree with new return value of `file-remote-p'.
16860 This syncs with Tramp 2.0.42.
16861
16862 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16863 according to new documentation of `file-remote-p'.
16864
16865 * files.el (file-remote-p): Fix doc to say that return value is
16866 identification of remote system, if not nil.
16867 (file-relative-name): Use new return value of `file-remote-p'.
16868
16869 2004-06-26 Nick Roberts <nickrob@gnu.org>
16870
16871 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16872 (gdb-goto-breakpoint): Fix breakage.
16873
16874 2004-06-26 Eli Zaretskii <eliz@gnu.org>
16875
16876 * man.el (Man-getpage-in-background): Add windows-nt to the list
16877 of systems where shell-file-name should be used instead of
16878 literal "sh".
16879
16880 2004-06-25 Sam Steingold <sds@gnu.org>
16881
16882 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16883 function names `(setf symbol)'.
16884
16885 2004-06-24 Richard M. Stallman <rms@gnu.org>
16886
16887 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16888
16889 * font-lock.el (font-lock-keywords): Change format of compiled values.
16890 Document it.
16891 (font-lock-add-keywords): If font-lock-keywords is compiled,
16892 extract the uncompiled version, modify, then recompile.
16893 (font-lock-remove-keywords): Likewise.
16894 (font-lock-fontify-keywords-region): Handle changed format.
16895 (font-lock-compile-keywords): Handle changed format.
16896 (font-lock-set-defaults): Compile the keywords explicitly here.
16897
16898 2004-06-24 David Kastrup <dak@gnu.org>
16899
16900 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16901 replacements here.
16902 (query-replace-regexp): Doc string explaining this and the new
16903 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16904 is better placed in `query-replace-read-args'.
16905 (replace-regexp): Explain `\,', `\#' and `\?'.
16906 (replace-match-data): New function for thorough reuse/destruction
16907 of old match-data.
16908 (replace-match-maybe-edit): Function for implementing `\?' editing.
16909 (perform-replace): Fix maintaining of the match stack including
16910 already matched regions, implement `\?', fix various problems
16911 with regions while editing and other stuff.
16912 (replace-highlight): Simplify.
16913
16914 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16915
16916 * progmodes/grep.el (grep-error-screen-columns): New variable.
16917 (grep-regexp-alist): Give it the full functionality of gnu style
16918 compilation messages with line and column ranges. Ask me for the
16919 perl script I'm working on, that uses these.
16920
16921 2004-06-23 Nick Roberts <nickrob@gnu.org>
16922
16923 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16924 Remove.
16925 (comint-insert-input, comint-mouse-insert-input): New functions
16926 based on comint-insert-clicked-input for two bindings but just
16927 one functionality.
16928
16929 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16930
16931 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16932
16933 2004-06-23 Lars Hansen <larsh@math.ku.dk>
16934
16935 * files.el (write-contents-functions): Doc fix.
16936
16937 2004-06-21 Juanma Barranquero <lektu@terra.es>
16938
16939 * image.el (image-library-alist): Rewrite docstring in active voice.
16940
16941 2004-06-20 Richard M. Stallman <rms@gnu.org>
16942
16943 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16944
16945 * isearch.el (isearch-repeat): Avoid testing old match data.
16946 (isearch-message): Display trailing space in special font
16947 when search is failing.
16948 (isearch-search-fun-function): Doc fix.
16949
16950 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16951
16952 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16953
16954 * frame.el (show-trailing-whitespace): Doc fix.
16955
16956 * cus-edit.el (custom-variable-documentation): New function.
16957 (custom-variable): Use it.
16958
16959 2004-06-19 Nick Roberts <nickrob@gnu.org>
16960
16961 * man.el (Man-getpage-in-background): Revert previous change but
16962 make cygwin a special case.
16963
16964 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16965
16966 * autorevert.el (global-auto-revert-non-file-buffers):
16967 Update docstring.
16968
16969 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16970
16971 * progmodes/compile.el (compilation-error-properties): Store one
16972 more than end-col, if present, so that transient-mark-mode will
16973 highlight last char too.
16974 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16975 ranges, if present.
16976
16977 2004-06-18 Jason Rumney <jasonr@gnu.org>
16978
16979 * makefile.w32-in: Double percent signs in for loops.
16980
16981 2004-06-17 David Kastrup <dak@gnu.org>
16982
16983 * replace.el (query-replace-read-args): Only warn about use of \n
16984 and \t when we are doing a regexp replacement and the actual
16985 escaped character is n or t.
16986 (query-replace-regexp): Add \, and \# interpretation to
16987 interactive call and document it.
16988 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16989 as shortkey for replace-count.
16990 (replace-quote): New function for doubling backslashes.
16991
16992 2004-06-17 Juanma Barranquero <lektu@terra.es>
16993
16994 * files.el (parse-colon-path, cd): Mention in docstring that the
16995 path separator is colon in GNU-like systems.
16996
16997 * newcomment.el (comment-region-internal): Fix docstring.
16998
16999 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
17000 (ewoc-invalidate, ewoc-collect): Doc fixes.
17001 (ewoc--create-node, ewoc--delete-node-internal):
17002 Fix typos in docstring.
17003
17004 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17005
17006 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
17007 manual to docstring.
17008
17009 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17010
17011 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17012
17013 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17014
17015 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17016 Add hyperlink to emacs-xtra manual to docstring.
17017
17018 * autorevert.el (global-auto-revert-non-file-buffers):
17019 Add hyperlink to emacs-xtra manual to docstring, as well as an
17020 info-link.
17021
17022 2004-06-14 Juanma Barranquero <lektu@terra.es>
17023
17024 * image.el (image-library-alist): New variable to map image types
17025 to external libraries. Initialized to nil, unless system-specific
17026 configs change it.
17027 (image-type-available-p): Determine whether an image type is
17028 available by calling `init-image-library'.
17029
17030 * term/w32-win.el (image-library-alist): Initialize to a known set
17031 of probable library names.
17032
17033 2004-06-14 Kenichi Handa <handa@m17n.org>
17034
17035 * international/code-pages.el (windows-1256, cp1125): Fix tables
17036 for several characters.
17037
17038 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17039
17040 2004-06-13 Richard M. Stallman <rms@gnu.org>
17041
17042 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17043
17044 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17045 not "`pc-selection-mode'".
17046
17047 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17048
17049 * simple.el (previous-matching-history-element): Specify a default.
17050
17051 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17052
17053 * cus-face.el (custom-declare-face): Simplify code.
17054
17055 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17056
17057 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
17058
17059 * files.el (before-save-hook): Add `time-stamp' to the options.
17060
17061 * time-stamp.el (time-stamp): Recommend adding it to
17062 `before-save-hook', rather than `write-file-functions'.
17063 Make a similar change in `Commentary' section.
17064
17065 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17066
17067 * diff-mode.el (diff-current-defun): If at start of hunk, use
17068 position of first change.
17069
17070 2004-06-13 Lars Hansen <larsh@math.ku.dk>
17071
17072 * dired-x.el (dired-mark-omitted): Bind to "*O".
17073
17074 2004-06-12 Karl Fogel <kfogel@red-bean.com>
17075
17076 * bookmark.el (bookmark-bmenu-relocate): New function, as
17077 suggested by David J. Biesack <David.Biesack@sas.com>.
17078 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17079 (bookmark-bmenu-mode): Describe binding in doc string.
17080 (bookmark-set-filename): Save the bookmark list if it's time.
17081
17082 2004-06-13 Kenichi Handa <handa@m17n.org>
17083
17084 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
17085 (ccl-untranslated-to-ucs): Fix typo.
17086
17087 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17088
17089 * progmodes/python.el (python-open-block-statement-p):
17090 Fix indentation after a block opening that contains a comment.
17091
17092 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
17093
17094 * bindings.el (completion-ignored-extensions): Add file extensions
17095 of Python byte-compiled files.
17096
17097 2004-06-12 Juri Linkov <juri@jurta.org>
17098
17099 * info.el (Info-goto-node): Add autoload.
17100 (Info-toc): Add substring-no-properties on Info file name.
17101 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17102 (Info-mode-map): Bind L to Info-history, T to Info-toc.
17103
17104 2004-06-12 Kenichi Handa <handa@m17n.org>
17105
17106 * international/mule-cmds.el (set-language-environment):
17107 Load subst tables if necessary.
17108
17109 * international/mule.el (decode-char): Load subst tables if necessary.
17110 (encode-char): Likewise.
17111
17112 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17113 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
17114 (utf-16le-decode-loop): Set r5 to -1 before loop.
17115 (utf-16be-decode-loop): Likewise.
17116 (ccl-decode-mule-utf-16le): Add EOF processing block.
17117 (ccl-decode-mule-utf-16be): Likewise.
17118 (ccl-decode-mule-utf-16le-with-signature): Likewise.
17119 (ccl-decode-mule-utf-16be-with-signature): Likewise.
17120 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
17121 (ccl-mule-utf-16-encode-untrans): New CCL.
17122 (utf-16-decode-to-ucs): Handle pre-read character.
17123 (utf-16le-encode-loop): Handle surrogate pair.
17124 (utf-16be-encode-loop): Likewise.
17125 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17126 of utf-16le-encode-loop.
17127 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17128 of utf-16be-encode-loop.
17129 (mule-utf-16-post-read-conversion):
17130 Call utf-8-post-read-conversion at first.
17131 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17132 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17133 Add post-read-conversion and pre-write-conversion.
17134
17135 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17136 (utf-translate-cjk-unicode-range): New variable.
17137 (utf-translate-cjk-load-tables): New function.
17138 (utf-lookup-subst-table-for-decode): New function.
17139 (utf-lookup-subst-table-for-encode): New function.
17140 (utf-translate-cjk-mode): Init-value changed to t. Don't load
17141 tables here. Update safe-charsets of utf-* coding systems.
17142 (ccl-mule-utf-untrans): New CCL.
17143 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
17144 at end of each branch.
17145 (ccl-mule-utf-8-encode-untrans): New CCL.
17146 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17147 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
17148 length of encoding. Don't return r0.
17149 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
17150 (utf-8-post-read-conversion): Narrow to region properly.
17151 If utf-translate-cjk-mode is on, load tables if necessary.
17152 Call utf-8-compose with hash-table arg if necessary.
17153 Call XXX-compose-region instead of XXX-post-read-conversion.
17154 (utf-8-pre-write-conversion): New function.
17155 (mule-utf-8): Include CJK charsets in safe-charsets if
17156 utf-translate-cjk-mode is on. Add pre-write-conversion.
17157
17158 * international/characters.el: Temporarily set
17159 utf-translate-cjk-mode to nil.
17160
17161 * language/devan-util.el (devanagari-compose-region):
17162 Add autoload cookie.
17163
17164 * international/ccl.el (ccl-dump-call): Fix printing the
17165 subroutine name.
17166
17167 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
17168
17169 * dired.el (dired-revert): If buffer is marked unmodified before
17170 reverting, keep it marked unmodified. Adapt to new conventions
17171 for commenting out code.
17172 (dired-make-relative): Adapt to new conventions for commenting out
17173 code.
17174
17175 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
17176
17177 * eshell/esh-module.el (eshell-load-defgroups):
17178 Bind `vc-handled-backends' to nil when opening files.
17179
17180 2004-06-11 Juanma Barranquero <lektu@terra.es>
17181
17182 * files.el (parse-colon-path, cd): Doc fixes (refer to
17183 `path-separator', not colon).
17184
17185 2004-06-10 Juanma Barranquero <lektu@terra.es>
17186
17187 * newcomment.el (comment-search-forward)
17188 (comment-search-backward): Fix typos in docstring.
17189 (comment-region): Doc fix.
17190
17191 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
17192
17193 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17194 switch is no longer stored in `dired-switches-alist'.
17195
17196 * dired-aux.el (dired-insert-subdir): Do not store R switch in
17197 `dired-switches-alist'.
17198
17199 2004-06-10 Kim F. Storm <storm@cua.dk>
17200
17201 * pcvs.el (cvs-mode-diff-yesterday): New command.
17202
17203 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17204
17205 2004-06-10 Juri Linkov <juri@jurta.org>
17206
17207 * emacs-lisp/edebug.el (edebug-eval-defun):
17208 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17209 Fix docstring.
17210
17211 * simple.el (eval-expression-print-format): Don't print additional
17212 information on the first call to `eval-print-last-sexp'.
17213 (next-error-find-buffer): Fix punctuation.
17214 (killing) <defgroup>: Fix punctuation.
17215 (yank-excluded-properties): Change group from editing to killing.
17216
17217 * replace.el (perform-replace): Use `limit' to terminate the
17218 while-loop explicitly.
17219
17220 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17221
17222 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17223 Use lc-*.xpm as prefix instead of *-locol.xpm.
17224
17225 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17226 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17227 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17228 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17229 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17230 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17231 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17232 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17233 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17234 * toolbar/lc-up_arrow.xpm:
17235 Rename from *-locol.xpm.
17236
17237 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
17238
17239 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17240 include forms like &<str>; as valid url patterns.
17241
17242 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
17243
17244 * dired.el (dired-diff, dired-backup-diff)
17245 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17246 (dired-do-chown, dired-do-touch, dired-do-print)
17247 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17248 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17249 (dired-create-directory, dired-do-copy, dired-do-symlink)
17250 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17251 (dired-do-copy-regexp, dired-do-hardlink-regexp)
17252 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17253 (dired-maybe-insert-subdir, dired-next-subdir)
17254 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17255 (dired-kill-subdir, dired-tree-up, dired-tree-down)
17256 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17257 (dired-run-shell-command, dired-query): Remove redundant,
17258 or incorrect, autoloads.
17259
17260 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17261 does not end in a slash. Add optional argument KILL-ROOT.
17262 Update docstring.
17263 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17264 (dired-query): Add autoloads.
17265
17266 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
17267
17268 * progmodes/compile.el (compilation-set-window-height): Rearrange
17269 the save-* functions because a buffer can have several current
17270 point in different windows.
17271 (compilation-error-regexp-alist-alist): Recognize {standard input}
17272 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17273
17274 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17275
17276 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17277 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17278 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17279 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17280 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17281 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17282 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17283 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17284 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17285 * toolbar/up_arrow-locol.xpm:
17286 New versions of icons that uses fewer colors.
17287
17288 * toolbar/tool-bar.el (tool-bar-local-item)
17289 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17290 if display-color-cells is 256 or less.
17291
17292 2004-06-08 Kim F. Storm <storm@cua.dk>
17293
17294 * wid-edit.el (widget-specify-button): Use hand pointer rather
17295 than mouse-face as visible mouse-over effect.
17296
17297 2004-06-07 Karl Fogel <kfogel@red-bean.com>
17298
17299 * saveplace.el (save-place-alist-to-file): Bind `print-length'
17300 and `print-level' to nil when writing out `save-place-alist'.
17301 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17302
17303 2004-06-07 Juanma Barranquero <lektu@terra.es>
17304
17305 * completion.el (completion-kill-region): Doc fix.
17306
17307 * format.el (format-insert-annotations)
17308 (format-annotate-location): Doc fixes.
17309 (format-subtract-regions): Make arguments match their use in docstring.
17310
17311 * simple.el (kill-region): Doc fix.
17312
17313 * subr.el (insert-buffer-substring-no-properties)
17314 (insert-buffer-substring-as-yank): Doc fixes.
17315
17316 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17317
17318 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17319 Update docstring.
17320 (dired-reset-subdir-switches): New function.
17321
17322 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17323 Limit scope of `buffer-read-only' binding.
17324
17325 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
17326
17327 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17328 eshell-explicit-command-char.
17329
17330 2004-06-06 Juanma Barranquero <lektu@terra.es>
17331
17332 * help-fns.el (help-argument-name): Inherit from italic face only
17333 if the frame supports it.
17334
17335 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17336
17337 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17338 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17339 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17340 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17341 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17342 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17343 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17344 New conversions from xpm files.
17345
17346 * toolbar/README: New file.
17347
17348 2004-06-06 Richard M. Stallman <rms@gnu.org>
17349
17350 * isearch.el (isearch-mode-map): Undo previous change.
17351
17352 2004-06-05 Juri Linkov <juri@jurta.org>
17353
17354 * bindings.el (debug-ignored-errors): Add regexps for history
17355 related messages. Remove $ from "No further undo information".
17356 Move Ediff's messages to ediff.el.
17357
17358 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17359
17360 * cus-edit.el (custom-display): Add `min-colors'.
17361
17362 * custom.el (defface): Add `supports' to docstring.
17363
17364 * help-fns.el (help-argument-name): Add :group 'help.
17365
17366 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17367
17368 * find-dired.el (find-ls-subdir-switches): New user option.
17369 (find-dired): No longer call `abbreviate-file-name' on DIR.
17370 Set `dired-subdir-switches' buffer-locally.
17371
17372 * locate.el: Merge the two `Commentary' sections.
17373 (locate-ls-subdir-switches): New user option.
17374 (locate): Update for other changes.
17375 (locate-mode-map): Restore Dired binding for mouse-2.
17376 Bind `locate-mouse-view-file' to M-mouse-2.
17377 Bind `l' to `locate-do-redisplay'.
17378 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17379 (locate-mouse-view-file, locate-tags, locate-find-directory):
17380 Print message if used outside main listing.
17381 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17382 Various changes to support inserted subdirectories.
17383 (locate-insert-header): Change header of *Locate* buffer.
17384
17385 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17386 Change interactive default switches.
17387 (dired-rename-subdir-2): Update `dired-switches-alist'.
17388 (dired-insert-subdir, dired-kill-subdir):
17389 Handle `dired-switches-alist'. Do not mark buffer modified.
17390 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17391 (dired-insert-subdir-doinsert): Omit messages.
17392 Handle `dired-subdir-switches'.
17393 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17394
17395 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17396 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17397 subdirs if -R switch is used for a subdir.
17398 (dired-mode): Set `dired-switches-alist'.
17399 (dired-build-subdir-alist): Only print number of directories in
17400 echo area when invoked interactively.
17401
17402 2004-06-05 Lars Hansen <larsh@math.ku.dk>
17403
17404 * dired-x.el (dired-omit-mode): Rename from
17405 dired-omit-files-p. Use define-minor-mode to define it.
17406 (dired-omit-files-p): Add as alias for dired-omit-mode.
17407 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
17408 dired-mark-omitted.
17409 (dired-mark-omitted): Add. Bind to M-O.
17410
17411 2004-06-05 Kenichi Handa <handa@m17n.org>
17412
17413 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17414
17415 2004-06-05 Juanma Barranquero <lektu@terra.es>
17416
17417 * help-fns.el (help-argument-name): Reintroduce face.
17418 (help-default-arg-highlight): Use it, now that
17419 `face-differs-from-default-p' can be trusted.
17420
17421 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17422
17423 * textmodes/table.el: Sentence commands added to Point Motion
17424 group; kill and backward-kill commands added to Extraction group.
17425
17426 2004-06-04 Mario Lang <mlang@delysid.org>
17427
17428 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17429 systems appear to use mW, make the code handle this. Fix a
17430 division-by-zero bug while at it, and handle kernels with
17431 a slightly different layout in /proc/acpi.
17432
17433 2004-06-04 Karl Fogel <kfogel@red-bean.com>
17434
17435 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17436 because the latter is a CL-ism. This fixes the bug reported by
17437 Shawn Boyette <mdxi@collapsar.net> in
17438 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17439
17440 2004-06-04 Miles Bader <miles@gnu.org>
17441
17442 * faces.el (display-supports-face-attributes-p): Function moved to
17443 C code. Previously only the tty-related portion of this function
17444 was done in C; however the previous attempt to do a halfway-proper
17445 job for non-tty displays in lisp didn't work properly because of
17446 funny conditions during Emacs startup.
17447 (face-differs-from-default-p): Simplify, now that
17448 display-supports-face-attributes-p works properly on all display
17449 types. Remove :stipple from comparison; it doesn't really work
17450 in emacs anyway.
17451
17452 2004-06-04 Miles Bader <miles@gnu.org>
17453
17454 * faces.el (face-differs-from-default-p): Use a different
17455 implementation, so we can really check whether FACE displays
17456 differently or not.
17457
17458 2004-06-04 Miles Bader <miles@gnu.org>
17459
17460 * faces.el (display-supports-face-attributes-p): Implement a
17461 `different from default' check for non-tty displays.
17462
17463 2004-06-03 David Kastrup <dak@gnu.org>
17464
17465 * woman.el (woman-mapcan): More concise code.
17466 (woman-topic-all-completions, woman-topic-all-completions-1)
17467 (woman-topic-all-completions-merge): Replace by a simpler and
17468 much faster implementation based on O(n log n) sort/merge instead
17469 of the old O(n^2) behavior.
17470
17471 2004-06-03 Miles Bader <miles@gnu.org>
17472
17473 * subr.el (read-number): Use canonical format for default in prompt.
17474
17475 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17476 Add regexp for " [...]" style defaults.
17477
17478 2004-06-02 Romain Francoise <romain@orebokech.com>
17479
17480 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17481 groups: if the user asks for a hidden buffer, open the
17482 corresponding filter group to expose it.
17483
17484 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17485 `ibuffer-jump-to-buffer'.
17486 (ibuffer-jump-offer-only-visible-buffers): New user option.
17487
17488 2004-06-02 Juanma Barranquero <lektu@terra.es>
17489
17490 * faces.el (frame-update-faces): Add empty docstring so the one
17491 for `ignore' doesn't show through.
17492
17493 * subr.el (process-kill-without-query): Remove spurious "\n" on
17494 obsolescence string.
17495 (focus-frame, unfocus-frame): Add obsolescence declaration and
17496 empty docstring.
17497
17498 * international/mule.el (register-char-codings): Make alias for
17499 `ignore'. Move docstring to obsolescence info and remove redundancy.
17500
17501 2004-06-02 Kim F. Storm <storm@cua.dk>
17502
17503 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17504 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17505
17506 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17507
17508 * comint.el (comint-replace-by-expanded-history-before-point):
17509 Obey `start' as the docstring says.
17510 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17511 (comint-update-fence): Prevent font-lock from running unnecessarily.
17512 (comint-dynamic-list-completions): Use with-current-buffer.
17513
17514 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17515
17516 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17517 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17518 (bibtex-entry-update): Handle alternatives and optional fields.
17519 (bibtex-parse-entry): Bugfix, handle empty key.
17520
17521 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17524
17525 2004-05-31 Lars Hansen <larsh@math.ku.dk>
17526
17527 * desktop.el (desktop-save): Don't save minor modes without a
17528 known mode initialization function.
17529
17530 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17531
17532 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17533
17534 * autorevert.el: Update `Commentary' section.
17535
17536 2004-05-30 Juanma Barranquero <lektu@terra.es>
17537
17538 * dos-fns.el (convert-standard-filename):
17539 * files.el (convert-standard-filename):
17540 * w32-fns.el (convert-standard-filename):
17541 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17542
17543 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17544
17545 Sync with Tramp.
17546
17547 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17548 (tramp-let-maybe): Move to an earlier spot in the file.
17549 Patch by Andreas Schwab.
17550
17551 2004-05-30 Andreas Schwab <schwab@suse.de>
17552
17553 * dired.el (dired-get-filename): Don't use dired-re-dot.
17554
17555 2004-05-30 Richard M. Stallman <rms@gnu.org>
17556
17557 * files.el (find-file): Doc fix.
17558
17559 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17560
17561 2004-05-30 Nick Roberts <nickrob@gnu.org>
17562
17563 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17564 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17565 modeline of the locals buffer.
17566 (gdb-goto-breakpoint): Handle gdbmi.
17567 (gdb-get-frame-number): Change for gdbmi.
17568
17569 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
17570
17571 * files.el (file-remote-p): Apply file name handler for operation
17572 `file-remote-p'. It isn't a property any longer.
17573 (file-relative-name): `fh' and `fd' get the required value via
17574 `find-file-name-handler' already.
17575
17576 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17577 (top): Remove setting of `file-remote-p' property for
17578 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17579
17580 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17581
17582 Version 2.0.41 of Tramp released.
17583
17584 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17585 Throw away if process has died.
17586 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17587 (tramp-out-of-band-prompt-regexp): Rename to
17588 `tramp-process-alive-regexp', because its usage is widen.
17589 (tramp-actions-copy-out-of-band): Apply it.
17590 (tramp-actions-before-shell, tramp-multi-actions):
17591 Add `tramp-action-process-alive' action.
17592 (tramp-action-process-alive): New defun.
17593 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17594 Add entry for `file-remote-p'.
17595 (tramp-handle-file-remote-p): New defun.
17596 (top): Remove setting of `file-remote-p'. Don't set
17597 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17598
17599 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17600 `file-remote-p'.
17601
17602 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17603 counted for (last) line. [They should or they shouldn't? --Stef]
17604 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17605
17606 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17607
17608 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17609 not really necessary but seems to keep the shell history smaller
17610 in some cases. It is no substitute for setting HISTFILE and
17611 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17612 though. Suggested by Luc Teirlinck.
17613 (tramp-open-connection-setup-interactive-shell): Export variables
17614 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17615 (tramp-set-process-query-on-exit-flag): New compat function.
17616 (tramp-open-connection-multi, tramp-open-connection-su)
17617 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17618 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17619 (tramp-let-maybe): New macro, let-binds a variable only if it
17620 isn't obsolete.
17621 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17622 (tramp-handle-file-truename): Use it.
17623 (tramp-completion-file-name-regexp-unified): Avoid matching
17624 filenames starting with "/:" -- those are reserved for
17625 file-name-non-special.
17626
17627 * tramp-smb.el (tramp-smb-open-connection):
17628 Use tramp-set-process-query-on-exit-flag compat function.
17629
17630 2004-05-29 Richard M. Stallman <rms@gnu.org>
17631
17632 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17633
17634 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17635 (eval-last-sexp-print-value): Print char equivalent regardless
17636 of standard-output value.
17637
17638 * thumbs.el (thumbs-subst-char-in-string): Delete.
17639 (thumbs-thumbname): Use subst-char-in-string.
17640 (thumbs-resize-image): Use condition-case, not ignore-errors.
17641 (thumbs-kill-buffer): Likewise.
17642
17643 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17644 (thumbs-mode): Make buffer read-only.
17645 (thumbs-make-thumb): Unconditionally accept an existing file.
17646 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17647 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17648 (thumbs-show-thumbs-list): Error if images not supported.
17649 (thumbs-save-current-image): Improve prompt string.
17650 (thumbs-mode-map): Define u, R, x.
17651 (thumbs-unmark): New command.
17652 (thumbs-emboss-image): Minor cleanup.
17653 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17654 (thumbs-rename-images): New command.
17655 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17656
17657 * thumbs.el (thumbs-current-image): New function.
17658 (thumbs-file-list, thumbs-file-alist): New functions.
17659 (thumbs-find-image): Delete arg L.
17660 Don't set up thumbs-fileL as buffer-local global var.
17661 (thumbs-find-image-at-point): Use thumbs-current-image.
17662 (thumbs-set-image-at-point-to-root-window): Likewise.
17663 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17664 Record and warn about errors. Update thumbs-markedL for deletions.
17665 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17666 (thumbs-redraw-buffer): Use thumbs-file-list.
17667 (thumbs-mark): Use thumbs-current-image.
17668 (thumbs-show-name): Use thumbs-current-image.
17669
17670 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17671 and imenu--last-menubar-index-alist.
17672
17673 * subr.el (with-selected-window): Undo previous change.
17674
17675 2004-05-29 John Paul Wallington <jpw@gnu.org>
17676
17677 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17678 (thumbs-mouse-find-image): New command.
17679 (thumbs-mode-map): Bind it to mouse-2.
17680 (thumbs-mode): Make mode-class special.
17681 (thumbs-view-image-mode): Likewise.
17682
17683 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17684
17685 * flymake.el: New file.
17686
17687 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17688
17689 * files.el (find-file-noselect-1): Do not bind
17690 `inhibit-read-only' to t during execution of
17691 `find-file-not-found-functions'.
17692
17693 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17694
17695 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17696 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17697
17698 2004-05-28 Juri Linkov <juri@jurta.org>
17699
17700 * simple.el (eval-expression-print-format): New fun.
17701
17702 * simple.el (eval-expression):
17703 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17704 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17705 (edebug-eval-expression): Print additionally the value returned by
17706 `eval-expression-print-format'.
17707
17708 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17709 (insert-pair): Make arguments optional. Find character pair
17710 from `insert-pair-alist' according to the last input event.
17711 (insert-parentheses): Make arguments optional.
17712 (raise-sexp, delete-pair): New funs.
17713
17714 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17715 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17716 Bind C-M-q to `indent-pp-sexp'.
17717
17718 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17719 `pp-to-string' modified to be able to format text with newlines.
17720 (pp-to-string): Move the buffer-formatting part of the code to
17721 `pp-buffer'. Call `pp-buffer'.
17722
17723 * info.el (Info-desktop-buffer-misc-data): Don't save information
17724 about virtual files.
17725 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17726 buffers with names obtained from the desktop file instead of the
17727 default *info* buffer.
17728
17729 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17730
17731 * subr.el (with-selected-window): Only save/restore the selected
17732 window.
17733
17734 * progmodes/compile.el (compilation-error-regexp-alist):
17735 Use expand-file-name and data-directory.
17736
17737 * progmodes/grep.el (grep-tree): Rework previous fix.
17738
17739 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17740 after the user marked text with the mouse.
17741
17742 * startup.el (command-line): Keep the first regexp of
17743 auto-save-file-name-transforms intact.
17744
17745 2004-05-28 Juanma Barranquero <lektu@terra.es>
17746
17747 * cus-edit.el (customize-face, customize-face-other-window)
17748 (custom-face-edit-delete): Make arguments match their use in
17749 docstring.
17750 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17751 docstring.
17752
17753 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17754 not `cvs-butlast'.
17755
17756 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17757 `nbutlast' are in subr.el).
17758
17759 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17760 (set-w32-system-coding-system): Doc fixes.
17761
17762 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17763 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17764 Make arguments match their use in docstring.
17765 (artist-draw-region-trim-line-endings)
17766 (artist-mouse-choose-operation): Fix typo in docstring.
17767 (artist-key-set-point-common): Doc fix.
17768
17769 2004-05-28 Simon Josefsson <jas@extundo.com>
17770
17771 * mail/smtpmail.el (smtpmail-open-stream):
17772 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17773
17774 2004-05-26 Simon Josefsson <jas@extundo.com>
17775
17776 * starttls.el: Merge with my GNUTLS based starttls.el.
17777 (starttls-gnutls-program, starttls-use-gnutls)
17778 (starttls-extra-arguments, starttls-process-connection-type)
17779 (starttls-connect, starttls-failure, starttls-success): New variables.
17780 (starttls-program, starttls-extra-args): Doc fix.
17781 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17782 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17783 and pass on to corresponding *-gnutls function if it is set.
17784
17785 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17786
17787 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17788 remote files.
17789
17790 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17791
17792 * files.el (file-name-non-special): There are more operations
17793 which need handling: `find-backup-file-name',
17794 `insert-file-contents', `verify-visited-file-modtime',
17795 `write-region'. Rename t value of method to `add'. Add new
17796 methods `quote' and `unquote-then-quote' to file-arg-indices.
17797
17798 2004-05-25 Juri Linkov <juri@jurta.org>
17799
17800 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17801 (Info-index-nodes): Enclose code in condition-case to catch errors.
17802 (Info-index-node): Don't search all index nodes if request is only
17803 for the current node and file is not in the cache of index nodes.
17804 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17805 for consistency with dired-copy-filename-as-kill.
17806 Bind `S' to Info-search-case-sensitively.
17807 (Info-copy-current-node-name): New arg. With zero prefix arg put
17808 the name inside a function call to `info'. Display copied text in
17809 the echo area.
17810
17811 2004-05-25 Sam Steingold <sds@gnu.org>
17812
17813 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17814 strip the package prefix from the symbol name, if any.
17815 Make it the `find-tag-default-function' for `lisp-mode'.
17816
17817 2004-05-25 John Paul Wallington <jpw@gnu.org>
17818
17819 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17820 instead of obsolete `process-kill-without-query'.
17821
17822 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17823 Declare as variable, not constant.
17824
17825 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17826
17827 * files.el (find-file-noselect-1): Fix bug introduced by
17828 Revision 1.694. As a side effect, `inhibit-read-only'
17829 is again, by default, t during execution of
17830 `find-file-not-found-functions'.
17831 (insert-directory): Check that lines were really inserted by
17832 the --dired switch, before erasing them.
17833
17834 2004-05-24 Nick Roberts <nickrob@gnu.org>
17835
17836 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17837 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17838 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17839 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17840 gud-minor-mode (gdbmi).
17841
17842 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17843
17844 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17845 explicitly select the text to be taken as URL.
17846
17847 2004-05-23 Juri Linkov <juri@jurta.org>
17848
17849 * info.el (Info-index-nodes): New var and fun.
17850 (Info-goto-index, Info-index, info-apropos)
17851 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17852 (Info-index): Fix docstring. Store and restore Info-history-list.
17853 (Info-complete-nodes): New var.
17854 (Info-complete-menu-item): Use it.
17855 (Info-index-node): New fun.
17856 (Info-final-node, Info-forward-node, Info-backward-node)
17857 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17858 Use Info-index-node.
17859 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17860 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17861 (Info-find-node-2): If a node with period in its name not found,
17862 try to find a node without the name part after period.
17863 (Info-select-node): Call Info-fontify-node only if
17864 Info-fontify-maximum-menu-size is not nil.
17865 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17866 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17867 Preserve Info-history-list.
17868 (Info-toc): Set Info-current-file.
17869 (Info-build-toc): Move point to the beginning of the buffer.
17870 Add main-file variable.
17871 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17872 Use backslashed representation of the control character ^_.
17873
17874 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17875 numbers in the new Texinfo 4.7 format.
17876
17877 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17878 regexps for function and variable names.
17879
17880 * descr-text.el (describe-property-list): Add [show] button for
17881 `syntax-table' property with action to pp to a separate buffer.
17882 (describe-char): Replace search-forward by re-search-forward with
17883 whitespace regexp after "character:" to not fail in too narrow windows.
17884
17885 * simple.el (next-error-find-buffer): Add a rule to return
17886 next-error capable buffer if one window on the selected frame
17887 displays such buffer.
17888
17889 2004-05-23 Nick Roberts <nickrob@gnu.org>
17890
17891 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17892 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17893 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17894 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17895 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17896 Handle new value for gud-minor-mode (gdbmi).
17897 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17898 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17899 Change from local to global gdb variable set.
17900 (gdb-ann3): Initialize above gdb variable set.
17901 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17902 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17903 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17904 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17905 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17906 (gdb-info-locals-handler, gdb-invalidate-assembler)
17907 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17908 set as global variables.
17909 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17910 Handle gdbmi.
17911 (gdb-info-breakpoints-custom): Fix regexp.
17912 (def-gdb-var): Delete.
17913
17914 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17915 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17916 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17917 a new mode. The file (gdb-mi.el) for this mode will be included
17918 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17919 primary interface.
17920
17921 2004-05-23 Jesper Harder <harder@ifa.au.dk>
17922
17923 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17924 interpreted as a directory.
17925
17926 2004-05-22 Richard M. Stallman <rms@gnu.org>
17927
17928 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17929 as a close quote.
17930
17931 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17932
17933 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17934 Use assoc-string, not assoc-ignore-case.
17935
17936 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17937
17938 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17939 If moving back then fwd gets a defun that ends before point,
17940 try again moving fwd then back.
17941
17942 * files.el (file-name-non-special): Allow t in file-arg-indices
17943 to mean requote the return value. Use `identity' as an element
17944 rather than as the whole value.
17945
17946 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17947
17948 2004-05-22 Juanma Barranquero <lektu@terra.es>
17949
17950 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17951 `help-make-usage'.
17952 (help-highlight-arguments): Skip function name before searching
17953 for arguments.
17954
17955 2004-05-21 Juanma Barranquero <lektu@terra.es>
17956
17957 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17958 Don't mention in the docstring these arguments meant for
17959 internal (recursive) use only.
17960 (allout-char-spec): Comment out (it's not implemented).
17961 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17962 obsolescence declaration.
17963 (allout-flatten-exposed-to-buffer)
17964 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17965 (my-mark-marker): Doc fix.
17966 (produce-allout-mode-map, allout-sibling-index)
17967 (allout-isearch-expose, allout-distinctive-bullet)
17968 (allout-open-topic, allout-reindent-body)
17969 (allout-rebullet-heading, allout-process-exposed)
17970 (allout-insert-listified, allout-latex-verb-quote)
17971 (allout-insert-latex-header, allout-insert-latex-trailer):
17972 Make arguments match their use in docstring.
17973 (allout-primary-bullet, allout-old-style-prefixes)
17974 (allout-inhibit-protection, allout-init, allout-mode)
17975 (allout-before-change-protect, allout-flag-region):
17976 Use "Emacs" instead of "emacs" in docstrings.
17977
17978 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17979
17980 * international/characters.el: Modify syntax of more characters.
17981
17982 2004-05-21 Masatake YAMATO <jet@gyve.org>
17983
17984 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17985 (etags-tags-completion-table): Show parsing progress.
17986
17987 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17988
17989 * locate.el (locate-prompt-for-command): Shorten first line of
17990 docstring.
17991 (locate-mode): Expand docstring and include keymap summary.
17992
17993 * files.el (find-file-noselect-1): Limit the scope of the
17994 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17995 is, by default, nil during the execution of
17996 `find-file-not-found-functions' and `find-file-hook'.
17997
17998 2004-05-20 Michael Mauger <mmaug@yahoo.com>
17999
18000 * facemenu.el (facemenu-color-name-equal): New function.
18001 (list-colors-display): Use it to compare colors instead of
18002 facemenu-color-equal.
18003
18004 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
18005
18006 * compare-w.el (compare-windows-face): Use min-colors instead of
18007 checking for tty or pc types.
18008
18009 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18010
18011 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18012 (completion-setup-function): Use with-current-buffer.
18013 Properly save excursion. Simplify.
18014 Don't assume there is necessarily a `mouse-face' property somewhere.
18015
18016 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18017
18018 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
18019
18020 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18021 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18022 Use with-current-buffer.
18023 (byte-goto-log-buffer): Delete.
18024 (byte-compile-log-file): Call compilation-forget-errors.
18025
18026 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18027
18028 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18029 output messages into the search result.
18030
18031 2004-05-19 Masatake YAMATO <jet@gyve.org>
18032
18033 * wid-edit.el (widget-radio-button-notify): Revert my last
18034 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18035
18036 2004-05-19 Kenichi Handa <handa@m17n.org>
18037
18038 * international/characters.el: Fix syntax (open/close) of CJK chars.
18039
18040 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
18041
18042 * help-mode.el (help-go-back): Don't depend on position of back button.
18043
18044 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18047 files don't contain an accidental additional /.
18048
18049 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18050 in source buffer.
18051
18052 2004-05-18 Masatake YAMATO <jet@gyve.org>
18053
18054 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18055 to widget-apply. :action method assumes 2 arguments, not 3.
18056
18057 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
18058
18059 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18060 New constants.
18061 (hs-special-modes-alist): Add an f90-mode entry.
18062
18063 2004-05-17 Sam Steingold <sds@gnu.org>
18064
18065 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18066 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
18067
18068 2004-05-16 Kim F. Storm <storm@cua.dk>
18069
18070 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18071
18072 2004-05-15 John Wiegley <johnw@newartisans.com>
18073
18074 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
18075 (eshell-output-object-to-target): Improve output speed 20% by not
18076 calling `eshell-stringify' if something is already known to be a
18077 string.
18078
18079 2004-05-15 Alex Ott <ott@jet.msk.su>
18080
18081 * textmodes/ispell.el (ispell-local-dictionary-alist):
18082 Add windows-1251 to the choice of coding systems.
18083 (ispell-dictionary-alist-6): Add support for "russianw.aff",
18084 encoded in cp1251.
18085
18086 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
18087
18088 * progmodes/compile.el (compilation-warning-face)
18089 (compilation-info-face): Use min-colors.
18090
18091 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18092
18093 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18094 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18095 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18096 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18097 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18098 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18099 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18100 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18101 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18102 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18103 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18104 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18105 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18106 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18107
18108 2004-05-15 Kim F. Storm <storm@cua.dk>
18109
18110 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18111 Use it to set triggered-p element of timer.
18112 (timer-event-handler): Set triggered-p element non-nil while running
18113 the timer function.
18114
18115 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
18116
18117 * descr-text.el (describe-char-unicode-data)
18118 (describe-char-unicodedata-file): Re-enable the unicode code now that
18119 the licensing issues have been cleared in the unicode-4 license.
18120 (describe-text-properties-1): Remove unused `overlay' var.
18121 (describe-char): Remove unused var `buffer'.
18122
18123 2004-05-14 David Ponce <david@dponce.com>
18124
18125 * tree-widget.el: New file.
18126
18127 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
18128
18129 * language/european.el ("Brazilian Portuguese"): Add support for
18130 Brazilian Portuguese.
18131
18132 2004-05-13 John Wiegley <johnw@newartisans.com>
18133
18134 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18135 `recentf-mode' if this variable has been customized to t.
18136
18137 * eshell/esh-test.el (eshell-test): Call the function
18138 `emacs-version' rather than trying to build a custom version string.
18139
18140 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * net/telnet.el (telnet-mode): Use define-derived-mode.
18143 Don't modify the global value of comint-prompt-regexp.
18144
18145 2004-05-13 John Paul Wallington <jpw@gnu.org>
18146
18147 * version.el (emacs-version): Check for `gtk' feature before
18148 `x-toolkit' feature.
18149
18150 2004-05-13 Juanma Barranquero <lektu@terra.es>
18151
18152 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18153 arguments in the docstring, they're used only in recursive calls.
18154
18155 * help-fns.el (help-arg-highlighting-function)
18156 (help-argument-name): Delete.
18157 (help-default-arg-highlight): New function.
18158 (help-do-arg-highlighting): Use it.
18159
18160 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18161
18162 * calendar/appt.el (appt-disp-window):
18163 Use `calendar-set-mode-line' for a centered mode-line.
18164
18165 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18166
18167 * calendar/appt.el (appt-disp-window): Do not split window
18168 excessively when `split-height-threshold' is low.
18169
18170 2004-05-12 Nick Roberts <nickrob@gnu.org>
18171
18172 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18173 kill-buffer-hook here and make it local.
18174 (gud-kill-buffer-hook): Use kill-process for a sure kill.
18175
18176 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
18177
18178 * progmodes/compile.el (compilation-set-window-height):
18179 Use save-excursion to protect against misplaced marker.
18180
18181 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18182
18183 * custom.el (defface): Document that type can have value gtk.
18184
18185 * faces.el (face-spec-set-match-display): Handle type gtk in display.
18186
18187 2004-05-12 Kenichi Handa <handa@m17n.org>
18188
18189 * descr-text.el: Require quail at compile time.
18190 (describe-char): If an input method is on and it supports the
18191 character, show how to input it.
18192
18193 * international/quail.el (quail-install-decode-map): Accept a
18194 char-table whose subtype is `quail-decode-map'.
18195 (quail-store-decode-map-key, quail-gen-decode-map1)
18196 (quail-gen-decode-map, quail-find-key1, quail-find-key)
18197 (quail-show-key): New functions.
18198
18199 2004-05-12 Juanma Barranquero <lektu@terra.es>
18200
18201 * generic.el (define-generic-mode): Remove redundant arglist info.
18202
18203 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18204 Make arguments match their use in docstring.
18205 (help-arg-highlighting-function): New variable.
18206 (help-argument-name): Mention it in the docstring.
18207 (help-do-arg-highlight): Use it. Expand regexp to accept also
18208 ARG-xxx and xxx-ARG references.
18209
18210 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18211
18212 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18213 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18214 and "mailto:addr1?to=addr2" equal.
18215
18216 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18217
18218 * man.el (Man-getpage-in-background): Use shell-file-name
18219 and shell-command-switch variables instead of hard-coded values.
18220
18221 2004-05-11 Eli Zaretskii <eliz@gnu.org>
18222
18223 * iimage.el: New file.
18224
18225 2004-05-11 Juanma Barranquero <lektu@terra.es>
18226
18227 * custom.el (custom-initialize-default, defcustom):
18228 Fix typo in docstring.
18229
18230 * files.el (set-visited-file-name, file-expand-wildcards):
18231 Fix docstring.
18232
18233 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18236
18237 * subr.el (eventp): Be more discriminating with integers.
18238
18239 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
18240
18241 * progmodes/compile.el (compile): Add universal prefix arg.
18242 (compilation-error-regexp-alist-alist): Add edg patterns.
18243
18244 2004-05-10 Sam Steingold <sds@gnu.org>
18245
18246 * textmodes/ispell.el (ispell-message):
18247 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18248
18249 2004-05-10 Dave Love <fx@gnu.org>
18250
18251 * progmodes/python.el (help-buffer): Autoload when compiling.
18252 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18253 (run-python): Prepend to any existing PYTHONPATH.
18254
18255 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
18256
18257 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18258 for pending breakpoints.
18259
18260 2004-05-10 Richard M. Stallman <rms@gnu.org>
18261
18262 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
18263 directly without calling any functions in Rmail.
18264 (unrmail-unprune): Function deleted.
18265
18266 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18269 C-c C-z binding.
18270
18271 2004-05-10 Kenichi Handa <handa@m17n.org>
18272
18273 * descr-text.el (describe-char): Fix previous change. Don't make
18274 a unibyte character to multibyte in the *Help* buffer.
18275
18276 2004-05-10 Miles Bader <miles@gnu.org>
18277
18278 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18279 buffer an error if the debugger process is actually running.
18280
18281 2004-05-10 Juanma Barranquero <lektu@terra.es>
18282
18283 * help-fns.el (help-argument-name): Default to italic.
18284 (help-highlight-arguments): Return always (usage . doc), even when
18285 usage is nil.
18286
18287 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18288 (define-ibuffer-filter): Add usage info.
18289 (define-ibuffer-op): Add usage info (but CL-style defaults for
18290 keyword args are not shown).
18291
18292 * subr.el (remove-overlays, read-passwd): Fix docstring.
18293 (start-process-shell-command): Fix docstring. Put usage info in a
18294 format usable by `describe-function'.
18295 (open-network-stream, open-network-stream-nowait)
18296 (open-network-stream-server): Fix docstring.
18297
18298 2004-05-09 Jason Rumney <jasonr@gnu.org>
18299
18300 * international/code-pages (cp932, cp936, cp949, c950): Remove.
18301 Only define cp125* if windows-125* is already defined.
18302
18303 * language/korean.el (cp949): Add alias.
18304
18305 * language/chinese.el (cp936, cp950): Add aliases.
18306
18307 * language/japanese.el (cp932): Add alias.
18308
18309 * term/w32-win.el: Require code-pages.
18310
18311 * international/mule-cmds.el (set-locale-environment):
18312 On MS-Windows use ansi code-page for default coding-systems.
18313 Set up paper sizes for Windows 3 letter languages.
18314
18315 * international/code-pages.el (cp932, cp936, cp949, cp950):
18316 Add aliases. Also add cp125* if not already defined.
18317
18318 2004-05-09 Juanma Barranquero <lektu@terra.es>
18319
18320 * help-fns.el (help-highlight-arguments): Don't try to highlight
18321 missing or autoloaded arglists. Accept structured arguments, like
18322 the first ones of `do' and `flet'.
18323
18324 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18325 (cvs-get-marked): Remove redundant arglist info.
18326
18327 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18328 Don't use CL-style default args.
18329
18330 2004-05-08 Andreas Schwab <schwab@suse.de>
18331
18332 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18333
18334 * international/subst-ksc.el: Fix references to utf-translate-cjk
18335 into utf-translate-cjk-mode.
18336 * international/subst-big5.el: Likewise.
18337 * international/subst-gb2312.el: Likewise.
18338 * international/subst-jis.el: Likewise.
18339 * international/utf-16.el: Likewise.
18340 * international/utf-8.el: Likewise.
18341
18342 2004-05-08 John Wiegley <johnw@newartisans.com>
18343
18344 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18345 "virtual buffers" (off by default), which makes it possible to
18346 switch to the "virtual" buffers of recently visited files. When a
18347 buffer name search fails, and this option is on, iswitchb will
18348 look at the list of recently visited files, and permit matching
18349 against those names. When the user hits RET on a match, it will
18350 revisit that file.
18351 (iswitchb-read-buffer): Add two optional arguments, which makes
18352 isearchb.el possible.
18353 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18354 (iswitchb-next-match): Add support for virtual buffers.
18355
18356 * isearchb.el: This module extends iswitchb to provide "as you
18357 type" buffer selection.
18358
18359 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18360 Ignore the read-only property when flyspell highlighting is on.
18361 Not ignoring it leads to a series of confusing errors.
18362 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18363 but also make sure to call flyspell-incorrect-hook.
18364 (flyspell-maybe-correct-transposition): Perform transposition test
18365 by bit twiddling a string, rather than using a temp buffer.
18366 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18367 buffer. This is also the original version of the code, which
18368 could not be checked in before due to a previous lack of
18369 assignment papers. This version has seen heavy usage on my system
18370 for several years now.
18371
18372 * calendar/cal-bahai.el: New file, which adds support for the
18373 Baha'i calendar to Emacs. This calendar is based on a solar year
18374 of 19 months of 19 days, with 4 intercalary days. Each year
18375 begins on March 21, with the calendar starting in 1844.
18376
18377 * calendar/cal-menu.el, calendar/calendar.el
18378 * calendar/diary-lib.el, calendar/holidays.el:
18379 Added support for using cal-bahai.el.
18380
18381 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18382 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18383 function can be used outside of eshell buffers.
18384 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18385
18386 2004-05-08 Juanma Barranquero <lektu@terra.es>
18387
18388 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18389 word constituent so FOO-ARG is not recognized as an arg.
18390 (help-highlight-arguments): Don't skip lists in mandatory arguments.
18391
18392 * simple.el (next-error): Fix typo in docstring.
18393 (open-line): Make argument names match their use in docstring.
18394 (split-line): Fix docstring.
18395
18396 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18397 usable by `describe-function'.
18398 (gensym, gentemp, typep, ignore-errors): Make argument names match
18399 their use in docstring.
18400
18401 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18402 argument to `help-setup-xref'.
18403
18404 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
18405
18406 Version 2.0.40 of Tramp released.
18407
18408 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18409 Use symbol-function to invoke functions only known on some Emacs
18410 flavors. This avoids byte-compiler warnings. Reported by Kevin
18411 Scaldeferri <kevin@scaldeferri.com>.
18412 (tramp-do-copy-or-rename-file-via-buffer): Rename from
18413 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18414 consistent with the other tramp-do-* functions.
18415 (tramp-do-copy-or-rename-file): Calls adjusted.
18416 (tramp-process-initial-commands): Avoid liveness check on shell --
18417 we know that it must be alive since we're opening a connection at
18418 this moment.
18419 (tramp-last-cmd): New internal variable.
18420 (tramp-process-echoes): New tunable.
18421 (tramp-send-command): Set tramp-last-cmd.
18422 (tramp-wait-for-output): Delete echo, if applicable.
18423 (tramp-read-passwd): Construct the key for the password cache in a
18424 way that works for multi methods, too.
18425 (tramp-bug): Add backup-directory-alist and
18426 bkup-backup-directory-info to bug reports, with Tramp counterparts.
18427
18428 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
18429
18430 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18431
18432 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18433 (tramp-actions-copy-out-of-band): New defcustoms.
18434 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18435 used instead of a synchronous one. Allows password entering.
18436 (tramp-action-out-of-band): New defun.
18437 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18438 Remove restriction with password from doc string.
18439 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18440 `tramp-out-of-band-prompt-regexp',
18441 `tramp-actions-copy-out-of-band', `password-cache' and
18442 `password-cache-expiry'.
18443 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18444 password caching.
18445 (tramp-touch): FILE can be a local file, too.
18446 (TODO): Remove items done.
18447 (tramp-handle-insert-directory): Properly quote file name also if
18448 not full-directory-p. Handle wildcard case. Reported by Andreas
18449 Schwab <schwab@suse.de>.
18450 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18451 new file.
18452 (tramp-handle-file-local-copy, tramp-handle-write-region):
18453 The permissions of the temporary file are set if filename exists.
18454 Reported by Ted Stern <stern@cray.com>.
18455 (tramp-backup-directory-alist)
18456 (tramp-bkup-backup-directory-info): New defcustoms.
18457 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18458 (tramp-handle-find-backup-file-name): New function.
18459 Implements Tramp's find-backup-file-name.
18460
18461 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18462 for `find-backup-file-name'.
18463
18464 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18465 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18466
18467 2004-05-07 Lars Hansen <larsh@math.ku.dk>
18468
18469 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18470
18471 2004-05-07 Juanma Barranquero <lektu@terra.es>
18472
18473 * subr.el (lambda): Add arglist description to docstring.
18474 (declare): Fix typo in docstring.
18475 (open-network-stream): Fix docstring.
18476 (process-kill-without-query): Fix docstring and add obsolescence info.
18477 (last, butlast, nbutlast): Make arguments match their use in docstring.
18478 (insert-buffer-substring-no-properties): Likewise.
18479 (insert-buffer-substring-as-yank): Likewise.
18480 (split-string): Fix docstring.
18481
18482 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18483 Make argument names match their use in docstring.
18484
18485 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18486
18487 2004-05-06 Nick Roberts <nickrob@gnu.org>
18488
18489 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18490 Fit first sentence on one line for apropos-command.
18491
18492 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 Changes largely merged in from Dave Love's code.
18495 * progmodes/python.el: Doc fixes.
18496 (python-mode-map): Add python-complete-symbol.
18497 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18498 (python-comment-indent, python-complete-symbol)
18499 (python-symbol-completions, python-partial-symbol)
18500 (python-try-complete): New.
18501 (python-indent-line): Remove optional arg. Use python-block-end-p.
18502 (python-check): Bind compilation-error-regexp-alist.
18503 (inferior-python-mode): Use rx. Move keybindings to top level.
18504 Set comint-input-filter.
18505 (python-preoutput-filter): Use rx.
18506 (python-input-filter): Re-introduce.
18507 (python-proc): Start new process if necessary.
18508 Check python-buffer non-nil.
18509 (view-return-to-alist): Defvar.
18510 (python-send-receive): New.
18511 (python-eldoc-function): Use it.
18512 (python-mode-running): Don't defvar.
18513 (python-mode): Set comment-indent-function.
18514 Maybe update hippie-expand-try-functions-list.
18515 (python-indentation-levels): Initialize differently.
18516 (python-block-end-p): New.
18517 (python-indent-line): Use it.
18518 (python-compilation-regexp-alist): Augment.
18519 (run-python): Import `emacs' module to Python rather than loading
18520 code directly. Set python-buffer differently.
18521 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18522 Use python-proc.
18523 (python-send-command): Go to end of comint buffer.
18524 (python-load-file): Use python-proc, emacs.eimport.
18525 (python-describe-symbol): Simplify interactive form.
18526 Use emacs.help. Do use temp-buffer-show-hook.
18527 Call print-help-return-message.
18528 (hippie-exp): Require when compiling.
18529 (python-preoutput-continuation): Use rx.
18530
18531 * diff-mode.el (diff-make-unified): Fix regexp.
18532
18533 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18534
18535 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18536 filter groups from the buffer when rebuilding the Ibuffer buffer
18537 and `ibuffer-show-empty-filter-groups' is nil.
18538
18539 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18540
18541 * ps-print.el (ps-print-quote): Call ps-value-string.
18542 (ps-setup): Call ps-comment-string.
18543 (ps-value-string, ps-comment-string): New funs.
18544
18545 2004-05-06 Juanma Barranquero <lektu@terra.es>
18546
18547 * ehelp.el (electric-help-command-loop): Check whether the last
18548 character is visible, not (point-max).
18549
18550 * help-fns.el (help-argument-name): Default to bold; don't inherit
18551 from font-lock-variable-name-face.
18552 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18553
18554 2004-05-05 Kenichi Handa <handa@m17n.org>
18555
18556 * descr-text.el (describe-char): Copy the character with text
18557 properties and overlays into the first line, and call
18558 describe-text-properties on it.
18559
18560 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18561
18562 * iswitchb.el (iswitchb-global-map): Fix typo.
18563 Remove unwanted ###autoloads from source file.
18564
18565 2004-05-05 Lars Hansen <larsh@math.ku.dk>
18566
18567 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18568 in run-hooks. Use substitute-command-keys in message.
18569 (wdired-abort-changes): Add message.
18570
18571 2004-05-03 Michael Mauger <mmaug@yahoo.com>
18572
18573 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18574 (sql-emacs20-p): Remove.
18575 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18576 (sql-builtin-face, sql-doc-face): Remove.
18577 (sql-mode-ansi-font-lock-keywords)
18578 (sql-mode-oracle-font-lock-keywords)
18579 (sql-mode-postgres-font-lock-keywords)
18580 (sql-mode-linter-font-lock-keywords)
18581 (sql-mode-ms-font-lock-keywords)
18582 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18583 (sql-product-font-lock): Fix font-lock reset when font rules change.
18584 (sql-highlight-product): Remove incorrect font-lock reset logic.
18585
18586 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18587
18588 * ses.el (ses-set-parameter): Fix typo.
18589
18590 2004-05-04 Kim F. Storm <storm@cua.dk>
18591
18592 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18593 Must expand directory for completion to work; and don't mess with
18594 process-environment.
18595 (ido-read-file-name): If command has ido property, don't use ido
18596 if value is ignore, or read as directory if value is dir.
18597 Set ido ignore property for dired-do-rename command.
18598
18599 2004-05-04 Juanma Barranquero <lektu@terra.es>
18600
18601 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18602 (electric-help-help): Check against unmapped commands.
18603
18604 * help-fns.el (help-argument-name): New face, inheriting from
18605 font-lock-variable-name-face, to highlight function arguments in
18606 `describe-function' and `describe-key'.
18607 (help-do-arg-highlight): Auxiliary function to highlight a given
18608 list of arguments in a string.
18609 (help-highlight-arguments): Highlight the function arguments and
18610 all uses of them in the docstring.
18611 (describe-function-1): Use it. Do docstring output via `insert',
18612 not 'princ', so text attributes are preserved.
18613
18614 * winner.el (winner-mode-map): Move `winner-undo' and
18615 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18616 previous bindings conflict with `prev-buffer', `next-buffer').
18617
18618 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18619
18620 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18621 (bibtex-entry-update): New command bound to C-c C-u.
18622 (bibtex-text-in-string): Fix regexp.
18623 (bibtex-assoc-of-regexp): Remove.
18624 (bibtex-progress-message): Fix docstring.
18625 (bibtex-inside-field): Use if.
18626 (bibtex-assoc-regexp): New function.
18627 (bibtex-format-entry): Make code more robust so that it formats
18628 also old entries.
18629 (bibtex-autokey-demangle-title): Merge with obsolete function
18630 bibtex-assoc-of-regexp.
18631 (bibtex-field-list): New function.
18632 (bibtex-entry): Use bibtex-field-list.
18633 (bibtex-parse-entry): Fix docstring.
18634 (bibtex-print-help-message): Use bibtex-field-list.
18635 (bibtex-make-field): Use bibtex-field-list.
18636 (bibtex-entry-index): Bugfix. Return crossref key if required.
18637 (bibtex-lessp): Fix docstring.
18638
18639 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18640
18641 * select.el (xselect-convert-to-string): Move comment to intended line.
18642
18643 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18644
18645 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18646 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18647
18648 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18649
18650 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18651 x-get-selection.
18652
18653 2004-05-03 Jason Rumney <jasonr@gnu.org>
18654
18655 * makefile.nt: Remove.
18656
18657 2004-05-03 Kim F. Storm <storm@cua.dk>
18658
18659 * emulation/cua-base.el (cua--update-indications): Fix last change.
18660 (cua-mode): Deactivate mark when cua-mode is enabled.
18661
18662 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18663
18664 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18665
18666 2004-05-03 Nick Roberts <nickrob@gnu.org>
18667
18668 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18669 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18670 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18671 window over visible frames.
18672 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18673
18674 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18675
18676 * progmodes/compile.el (compilation-gcpro): New var.
18677 (compilation-fake-loc): Use it.
18678 (compilation-forget-errors): Reset it.
18679
18680 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18681
18682 * diff-mode.el (diff-header-face, diff-file-header-face):
18683 Use min-colors.
18684
18685 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18686
18687 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18688 (bibtex-clean-entry): Disentangle code.
18689 (bibtex-realign): New function.
18690 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18691 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18692 Remove undocumented optional arg called-by-convert-alien.
18693 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18694 for sorting instead of bibtex-sort-buffer.
18695
18696 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18697
18698 * progmodes/compile.el (compilation-start): In the
18699 no-async-subprocesses branch, call sit-for to give redisplay a
18700 chance to show the updated process status in the mode line, and
18701 fontify the buffer explicitly after the process exits.
18702
18703 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * progmodes/python.el (python-compilation-line-number): Remove.
18706 (python-compilation-regexp-alist): Don't use it any more.
18707 (python-orig-start, python-input-filter): Remove.
18708 (inferior-python-mode): Don't set up comint-input-filter-functions.
18709 (python-send-region): Use compilation-fake-loc.
18710
18711 * progmodes/compile.el (compilation-messages-start): New var.
18712 (compilation-mode): Don't setup next-error-function here.
18713 (compilation-setup): Set it up here instead (for minor modes as well).
18714 Make compilation-messages-start buffer local.
18715 (compilation-next-error-function): Use it.
18716 (compilation-forget-errors): Set compilation-messages-start.
18717
18718 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18719
18720 * ielm.el (ielm-prompt-read-only): Update docstring.
18721
18722 * comint.el (comint-prompt-read-only): Update docstring.
18723 (comint-update-fence, comint-kill-whole-line)
18724 (comint-kill-region): New functions.
18725
18726 * simple.el (kill-whole-line): Use "p" instead of "P" in
18727 interactive form.
18728
18729 2004-05-01 Juanma Barranquero <lektu@terra.es>
18730
18731 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18732 format arglist so default values in CL-style argument lists are
18733 correctly shown.
18734
18735 2004-05-01 Jason Rumney <jasonr@gnu.org>
18736
18737 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18738
18739 2004-05-01 Kenichi Handa <handa@m17n.org>
18740
18741 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18742 quail file if it is up to date.
18743
18744 2004-04-30 Juri Linkov <juri@jurta.org>
18745
18746 * cus-edit.el (custom-mode-map):
18747 Add key binding `C-x C-s' to `Custom-save'.
18748
18749 * outline.el (outline-blank-line): New var.
18750 (outline-next-preface, outline-show-heading)
18751 (outline-end-of-subtree): Use it.
18752
18753 * dired-aux.el (dired-touch-initial): New fun.
18754 (dired-do-chxxx): Call it for op-symbol `touch'.
18755 (dired-diff): Use `dired-dwim-target-directory'
18756 if current dired buffer has no buffer mark.
18757
18758 * bindings.el (propertized-buffer-identification):
18759 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18760 Add C-M-arrow keys for consistency.
18761
18762 * files.el (confirm-kill-emacs):
18763 Change group from top-level `emacs' to `convenience'.
18764
18765 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18766 Push mark on the first call of successive command calls.
18767 (insert-pair): New fun created from `insert-parentheses' with
18768 `open' and `close' arguments added. Enclose active regions
18769 in paired characters. Compare adjacent characters syntax with
18770 inserted characters syntax before inserting a space.
18771 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18772
18773 * delsel.el: Don't put `delete-selection' property
18774 on `insert-parentheses' symbol to take advantage of
18775 region handling in `insert-pair' function.
18776 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18777
18778 2004-04-30 Kim F. Storm <storm@cua.dk>
18779
18780 * emulation/cua-base.el: Add support for changing cursor types;
18781 based on patch from Michael Mauger.
18782 (cua-normal-cursor-color, cua-read-only-cursor-color)
18783 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18784 Customization cursor type and/or cursor color.
18785 (cua--update-indications): Handle cursor type changes.
18786 (cua-mode): Update cursor indications if enabled.
18787
18788 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18789
18790 * mouse.el (mouse-drag-copy-region): New defcustom.
18791 (mouse-set-region, mouse-drag-region-1): Use it.
18792
18793 * simple.el (kill-ring-save): If region face background color is
18794 unspecified (if no highlighting), show extent of fully visible
18795 region even if transient-mark-mode is enabled.
18796
18797 * emulation/cua-base.el (cua--standard-movement-commands):
18798 Add cua-scroll-up and cua-scroll-down.
18799 (cua-scroll-up, cua-scroll-down): New commands.
18800 (cua--init-keymaps): Remap scroll-up and scroll-down.
18801
18802 * emulation/cua-rect.el (cua--convert-rectangle-as):
18803 New defmacro.
18804 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18805 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18806 New commands (suggested by Jordan Breeding).
18807
18808 2004-04-30 Juanma Barranquero <lektu@terra.es>
18809
18810 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18811
18812 2004-04-30 Mario Lang <mlang@delysid.org>
18813
18814 * diff.el (diff-switches): Fix typo in docstring.
18815
18816 2004-04-30 Alex Schroeder <alex@gnu.org>
18817
18818 * xml.el (xml-debug-print-internal): Don't add newline and
18819 indentation to text nodes and write empty elements as empty tags
18820 instead of opening and closing tags.
18821 (xml-debug-print): Take optional indent-string argument.
18822 (xml-print): Alias for xml-debug-print.
18823
18824 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18825
18826 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18827 than duplicate call to `line-beginning-position'.
18828
18829 * progmodes/f90.el (f90-get-present-comment-type):
18830 Return whitespace, as well as comment chars, for consistent filling
18831 of comment blocks. Use `match-string-no-properties'.
18832 (f90-break-line): Trim trailing whitespace when filling comments.
18833
18834 2004-04-30 Dave Love <fx@gnu.org>
18835
18836 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18837 (diary-from-outlook-internal, diary-from-outlook)
18838 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18839 New functions to import diary entries from Outlook-format
18840 appointments in mail messages.
18841
18842 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * progmodes/python.el (python-send-command): New fun.
18845 (python-send-region, python-load-file): Use it.
18846
18847 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18848
18849 * help-fns.el (help-C-file-name): Use new subr-name.
18850 Prepend `src/' to the file name.
18851 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18852 (describe-function-1, describe-variable): Only find a C source file
18853 name if DOC is already loaded.
18854
18855 * help-mode.el (help-function-def, help-variable-def):
18856 Use the new find-function-search-for-symbol functionality.
18857 Allow FILE to be `C-source'.
18858
18859 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18860 (find-function-C-source): New fun.
18861 (find-function-search-for-symbol): Use it.
18862
18863 2004-03-29 Michael Mauger <mmaug@yahoo.com>
18864
18865 * progmodes/sql.el (sql-product-alist): Rename variable
18866 `sql-product-support'. Add Postgres login parameters.
18867 (sql-set-product, sql-product-feature): Update with renamed variable.
18868 (sql-connect-postgres): Add username prompt.
18869 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18870 Make patterns less product specific.
18871 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18872 (sql-mode-abbrev-table): Modify initialization.
18873 (sql-builtin-face): Add variable.
18874 (sql-keywords-re): Add macro.
18875 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18876 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18877 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18878 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18879 (sql-mode-linter-font-lock-keywords)
18880 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18881 (sql-mode-sybase-font-lock-keywords)
18882 (sql-mode-informix-font-lock-keywords)
18883 (sql-mode-interbase-font-lock-keywords)
18884 (sql-mode-ingres-font-lock-keywords)
18885 (sql-mode-solid-font-lock-keywords)
18886 (sql-mode-sqlite-font-lock-keywords)
18887 (sql-mode-db2-font-lock-keywords): Default to nil.
18888 (sql-product-font-lock): Always highlight ANSI keywords.
18889 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18890 (sql-send-string): Add function.
18891
18892 2004-04-29 Dave Love <fx@gnu.org>
18893
18894 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18895 (cfengine-end-of-defun): Ensure progress through buffer.
18896
18897 * info-look.el (cfengine-mode): Accept a terminal ().
18898
18899 2004-04-29 Juri Linkov <juri@jurta.org>
18900
18901 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18902 instead of isearch-yank-word-or-char. Add new key bindings for
18903 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18904 (isearch-del-char): New fun.
18905 (isearch-forward, isearch-edit-string): Update docstring.
18906 (isearch-yank-char): Doc fix.
18907 (isearch-other-meta-char): Restore point after scrolling.
18908
18909 * progmodes/compile.el (compilation-context-lines): Add nil option
18910 to disable compilation output window scrolling.
18911 (compilation-set-window): Use it.
18912
18913 * outline.el (outline-next-preface, outline-show-heading):
18914 Don't leave unhidden blank line before heading.
18915 (outline-end-of-subtree): Include last newline into subtree.
18916 (hide-entry): Leave point at beginning of heading instead of end.
18917 (outline-up-heading): Push mark for the first call of successive
18918 command calls.
18919
18920 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18921
18922 * comint.el (comint-prompt-read-only): New variable.
18923 (comint-output-filter): Implement it.
18924
18925 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18926 (ielm-prompt-internal): New variable.
18927 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18928 (ielm-send-input): Delete unused variable `buf'.
18929 (ielm-eval-input): Use `ielm-prompt-internal'.
18930 (inferior-emacs-lisp-mode): Use new variables
18931 `comint-prompt-read-only' and `ielm-prompt-internal'.
18932 Get rid of obsolete variable `directory-sep-char'.
18933 (ielm): Use `zerop'.
18934
18935 2004-04-29 John Paul Wallington <jpw@gnu.org>
18936
18937 * thumbs.el (toplevel): Require cl at compile time.
18938 Remove conditional definitions of `ignore-errors' and `caddar'
18939 because they occur at run time.
18940
18941 2004-04-28 Nick Roberts <nickrob@gnu.org>
18942
18943 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18944 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18945 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18946 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18947
18948 * progmodes/gud.el (gud-common-init): Throw an error if program is
18949 already running under gdb.
18950
18951 2004-04-28 John Paul Wallington <jpw@gnu.org>
18952
18953 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18954 (thumbs-show-image-num): Move assignment of
18955 `thumbs-current-image-filename' within scope of `i'.
18956 (thumbs-emboss-image): Don't use `evenp'.
18957
18958 2004-04-28 Richard M. Stallman <rms@gnu.org>
18959
18960 * progmodes/compile.el (compilation-context-lines): Default now 0.
18961
18962 2004-04-28 Juanma Barranquero <lektu@terra.es>
18963
18964 Use `time-less-p' from calendar/time-date.el instead of defining
18965 custom versions of it.
18966
18967 * pcomplete.el (pcomplete-time-less-p): Remove.
18968
18969 * thumbs.el (time-less-p): Remove.
18970
18971 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18972 (timeclock-generate-report): Use `time-less-p'.
18973
18974 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18975 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18976
18977 2004-04-28 Masatake YAMATO <jet@gyve.org>
18978
18979 * subr.el (remove-overlays): Make arguments optional.
18980
18981 * wid-edit.el (widget-specify-button): Put evaporate to the
18982 overlay for sample.
18983 (widget-specify-sample): Put evaporate to the overlay for sample.
18984 (widget-specify-doc): Put evaporate to the overlay for documentation.
18985
18986 2004-04-27 Jesper Harder <harder@ifa.au.dk>
18987
18988 * info.el (info-apropos): Make it an index node. Align node names
18989 like makeinfo.
18990
18991 2004-04-27 Eli Zaretskii <eliz@gnu.org>
18992
18993 * net/browse-url.el (browse-url-netscape-sentinel)
18994 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18995 (browse-url-epiphany-sentinel, browse-url-mosaic):
18996 Use browse-url-*-program instead of a literal program name.
18997
18998 2004-04-27 Kevin Ryde <user42@zip.com.au>
18999
19000 * eshell/em-alias.el:
19001 * eshell/em-dirs.el:
19002 * eshell/em-hist.el:
19003 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
19004 features when M-x customize-group loads modules before the main
19005 eshell.el.
19006
19007 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
19008
19009 * subr.el (momentary-string-display): Support EXIT-CHAR that is
19010 either a character representation of an event or an event
19011 description list.
19012
19013 * type-break.el: Capitalize Emacs and Lisp.
19014 (type-break-good-break-interval, type-break-demo-boring-stats)
19015 (type-break-terse-messages, type-break-file-name): New defcustoms.
19016 (type-break-post-command-hook)
19017 (type-break-warning-countdown-string): Quote variable names in doc.
19018 (type-break-interval-start, type-break-auto-save-file-name): New vars.
19019 (type-break-mode): Document type-break-good-break-interval and the
19020 "session" file. Schedule break according to the session file.
19021 Kill session file buffer on exit. Organize for save-some-buffers
19022 to always save the session file.
19023 (type-break-mode-line-message-mode, type-break-query-mode):
19024 Uppercase arguments.
19025 (type-break-file-time, type-break-file-keystroke-count, timep)
19026 (type-break-choose-file, type-break-get-previous-time)
19027 (type-break-get-previous-count): New defuns.
19028 (type-break): Avoid break querying after a completed break in the
19029 case where the query was initiated during user invocation of the
19030 break. Optional terse messages.
19031 Use type-break-good-break-interval if type-break-good-rest-interval is
19032 nil. File the break time.
19033 (type-break-schedule): New optional args for overriding the use of
19034 the current time.
19035 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19036 after a break.
19037 (type-break-check): File the keystroke count.
19038 (type-break-do-query): Prevent a second query when the break is
19039 interrupted. Optional terse message.
19040 (type-break-keystroke-reset): Record the start of a typing interval.
19041 (type-break-demo-boring): Optional terse messages. Display word
19042 per minute and keystroke counts according to
19043 type-break-demo-boring-stats.
19044
19045 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
19046
19047 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19048 directories, make sure they exist under archive-tmpdir.
19049
19050 2004-04-27 Juri Linkov <juri@jurta.org>
19051
19052 * help.el (view-emacs-news): With argument, display info for the
19053 selected version by finding it among different NEWS files, and
19054 narrowing the buffer to the selected version.
19055
19056 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19057 same-window-buffer-names.
19058 (info): New arg `buffer'. Use it. Doc fix. Read file name for
19059 non-numeric prefix argument, append the number to the buffer name
19060 for numeric prefix argument.
19061 (info-other-window): Bind same-window-regexps to nil.
19062 (Info-reference-name): Rename to Info-point-loc.
19063 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19064 and Info-find-index-name for stringy Info-point-loc.
19065 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
19066 without middle `.', but with final `.' and optional line number
19067 for it. Set Info-point-loc for index nodes.
19068 (Info-index): Remove middle `.' from index entry regexp.
19069 Modify line number regexp.
19070 (Info-index-next): Decrement line number.
19071 (info-apropos): Remove middle `.' from index entry regexp.
19072 Add optional line number regexp at the end. Add matched value
19073 for line number to the result list and insert it to the buffer.
19074 Replace match-string by match-string-no-properties.
19075 Reorder result list.
19076 (Info-fontify-node): Hide index line numbers.
19077 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19078 empty matches.
19079 (Info-follow-reference): Use `str' instead of
19080 Info-following-node-name-re.
19081 (Info-toc): Use full file names. Set Info-current-node to "Top".
19082 (Info-fontify-node): Compare file names without directory name.
19083 (Info-try-follow-nearest-node): Don't set Info-reference-name.
19084 Set second arg of Info-extract-menu-node-name for index nodes.
19085 (info-xref-visited): Use magenta3 instead of magenta4.
19086 (Info-mode): Add info-apropos to docstring.
19087
19088 * log-view.el (log-view-diff): Replace interactive code "r"
19089 by a list to allow to call it even if region is not active.
19090
19091 * paren.el (show-paren-highlight-openparen): New var.
19092 (show-paren-function): Turn on openparen highlighting when
19093 matching forward if show-paren-highlight-openparen is non-nil.
19094
19095 * simple.el (kill-ring-save): Use blink-matching-delay instead of
19096 the constant value 1.
19097 (completions-common-part): Expand docstring.
19098
19099 * textmodes/picture.el (picture-mode-map): Add arrow keys.
19100
19101 2004-04-27 Kim F. Storm <storm@cua.dk>
19102
19103 * image.el (insert-sliced-image): Use line-height instead of
19104 line-spacing property on newline.
19105
19106 2004-04-26 Lars Hansen <larsh@math.ku.dk>
19107
19108 * desktop.el (desktop-buffer-misc-data-function): Rename to
19109 desktop-save-buffer and change docstring.
19110 (desktop-buffer-modes-to-save): Delete.
19111 (desktop-save-buffer-p): Use desktop-save-buffer instead of
19112 desktop-buffer-modes-to-save.
19113 (desktop-save): Rename desktop-buffer-misc-data-function to
19114 desktop-save-buffer and allow non-function value.
19115 (desktop-missing-file-warning): Correct docstring.
19116
19117 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19118 to desktop-save-buffer.
19119
19120 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19121 desktop-save-buffer.
19122
19123 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19124
19125 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19126
19127 2004-04-26 Eli Zaretskii <eliz@gnu.org>
19128
19129 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19130
19131 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
19132
19133 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19134 (ielm): Only go to the end of the buffer when starting a new process.
19135
19136 2004-04-25 Juanma Barranquero <lektu@terra.es>
19137
19138 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19139 mode line. Bind `inhibit-read-only' to t before modifying
19140 properties of text in the buffer.
19141 (ielm): Force point to the end of buffer, even when running ielm
19142 from inside itself.
19143
19144 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19145
19146 * info.el (info-apropos): Reset Info-complete-cache.
19147
19148 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
19149
19150 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19151 Also recognize severe Irix et al. messages.
19152 (compilation-normalize-filename, compile-abbreviate-directory):
19153 Delete functions.
19154 (compilation-get-file-structure): New function inherits
19155 functionality of the two preceding ones.
19156 (compilation-internal-error-properties, compilation-fake-loc):
19157 Use it so that different paths to the same file share the same
19158 markers. Also optimize finding adjacent marker slightly.
19159
19160 2004-04-25 Kim F. Storm <storm@cua.dk>
19161
19162 * image.el (insert-sliced-image): Add line-spacing t property
19163 to newlines separating image lines.
19164
19165 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
19166
19167 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19168
19169 * ielm.el (ielm-prompt-read-only): New user option.
19170 (ielm-prompt): Expand docstring to describe new behavior.
19171 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19172 mention it in the docstring.
19173
19174 2004-04-24 Andreas Schwab <schwab@suse.de>
19175
19176 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19177
19178 * diff.el (diff): Set default-directory in diff buffer.
19179
19180 2004-04-24 Eli Zaretskii <eliz@gnu.org>
19181
19182 * mail/sendmail.el (mail-bury): Don't delete the frame where the
19183 mail was being composed if the terminal cannot display more than
19184 one frame; instead, switch to previous frame.
19185
19186 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19187 (rmail-start-mail): Support rmail-mail-new-frame even on
19188 terminals that can display only one frame at a time.
19189
19190 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19191
19192 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19193 (checkdoc-output-font-lock-keywords): Remove error regexp.
19194 (checkdoc-output-mode-map): Remove.
19195 (checkdoc-output-mode): Derive from compilation-mode.
19196 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19197
19198 * dired.el (dired-mode-map): Add a menu entry for wdired.
19199
19200 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19201 (rx-bracket, rx-check-any, rx-any): Clean up name space.
19202
19203 * wdired.el (wdired-mode-map): Move init into declaration.
19204 Fix `return' binding.
19205 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19206 Use force-mode-line-update.
19207 (wdired-get-filename): Use `unless'.
19208 (wdired-preprocess-files): Don't assume names have no \n and use / for
19209 dir separator.
19210 (wdired-normalize-filename): Use replace-regexp-in-string.
19211 (wdired-load-hooks): Remove.
19212 (wdired-mode-hooks): Rename to wdired-mode-hook.
19213
19214 * info-look.el: Add support for cfengine-mode.
19215 (info-lookup-setup-mode): Use dolist.
19216
19217 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
19218
19219 * wdired.el: New file.
19220
19221 2004-04-23 Juanma Barranquero <lektu@terra.es>
19222
19223 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19224
19225 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19226 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19227 (pcomplete--help, pcomplete--here): Doc fixes.
19228
19229 2004-04-23 Andre Spiegel <spiegel@gnu.org>
19230
19231 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19232 handles wrong-number-of-arguments in backend call.
19233
19234 * vc.el (vc-print-log): Likewise.
19235
19236 2004-04-20 Dave Love <fx@gnu.org>
19237
19238 * emacs-lisp/rx.el: Doc fixes.
19239 (rx-constituents): Add/extend many forms.
19240 (rx-check): Check form is a list.
19241 (bracket): Defvar.
19242 (rx-check-any, rx-any, rx-check-not): Modify.
19243 (rx-not): Simplify.
19244 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19245 (rx-kleene): Use rx-trans-forms.
19246 (rx-quote-for-set): Delete.
19247 (rx): Allow multiple args.
19248
19249 2004-04-23 Kenichi Handa <handa@m17n.org>
19250
19251 * international/mule-util.el (char-displayable-p): Simplify by
19252 using internal-char-font.
19253
19254 2004-04-23 Juanma Barranquero <lektu@terra.es>
19255
19256 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19257
19258 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
19259
19260 * diff-mode.el (diff-next-error): New fun.
19261 (diff-mode): Use it.
19262
19263 * simple.el (next-error): Change arg name.
19264 Add support for the documented C-u C-x ` usage.
19265
19266 * frame.el (special-display-popup-frame, next-multiframe-window)
19267 (previous-multiframe-window): Only consider frames on same display.
19268
19269 2004-04-22 Lars Hansen <larsh@math.ku.dk>
19270
19271 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19272 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19273
19274 2004-04-22 Kim F. Storm <storm@cua.dk>
19275
19276 * net/telnet.el (telnet): Add optional port arg.
19277
19278 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19279
19280 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19281 Minor sanity check on the `hyperlink' slot.
19282
19283 * Makefile.in (recompile): Compile new files.
19284
19285 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19286 Add byte-recompile-directory's optional `arg'.
19287
19288 * cvs-status.el (cvs-tree-use-charset): New var.
19289 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19290 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19291 (cvs-status-cvstrees): Use it.
19292
19293 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19294 Make it a normal major mode.
19295 (checkdoc-buffer-label): Make sure the file name is meaningful.
19296 (checkdoc-output-to-error-buffer): Remove.
19297 (checkdoc-error, checkdoc-start-section): Rewrite.
19298
19299 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19300 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19301 (Info-title-4-face): Use new syntax.
19302 (info-xref-visited): Inherit from info-xref.
19303
19304 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19305
19306 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19307
19308 * simple.el (next-error-last-buffer, next-error-function):
19309 New variables for the next-error framework.
19310 (next-error-buffer-p): New function.
19311 (next-error-find-buffer): Generalize compilation-find-buffer.
19312 (next-error, previous-error, first-error, next-error-no-select)
19313 (previous-error-no-select): Move from compile.el.
19314
19315 * replace.el (occur-next-error, occur-1): Hook into the next-error
19316 framework.
19317
19318 * progmodes/compile.el (compilation-start):
19319 Set next-error-last-buffer so next-error knows where to jump.
19320 (compilation-setup): Set the buffer-local variable
19321 next-error-function to 'compilation-next-error-function.
19322 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19323 alternate way to find if a buffer is a compilation buffer, for
19324 next-error convenience.
19325 (next-error-no-select, previous-error-no-select, next-error)
19326 (previous-error, first-error): Move to simple.el.
19327 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19328 (compilation-last-buffer): Remove.
19329 (compilation-start, compilation-next-error, compilation-setup)
19330 (compilation-next-error-function, compilation-find-buffer):
19331 Remove compilation-last-buffer use.
19332
19333 2004-04-21 Juanma Barranquero <lektu@terra.es>
19334
19335 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19336 (font-lock-warning-face): Fix spacing.
19337
19338 * makefile.w32-in (WINS): Add url/ directory.
19339
19340 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19341
19342 * desktop.el (desktop-buffer-mode-handlers): New variable.
19343 Alist of major mode specific functions to restore a desktop buffer.
19344 (desktop-buffer-handlers): Make variable obsolete.
19345 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19346 Catch errors signaled in handlers. Update buffer count.
19347 Evaluate desktop-buffer-point.
19348 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19349 move to dired.el.
19350 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19351 move to info.el.
19352 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19353 move to mail/rmail.el.
19354 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19355 to mh-e/mh-e.el.
19356 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19357 On fail, print message (to message buffer) even if
19358 desktop-missing-file-warning is nil.
19359 (desktop-buffer-misc-data-function): New buffer local variable.
19360 Function returning major mode specific data.
19361 (desktop-buffer-misc-functions): Make variable obsolete.
19362 (desktop-save): Use desktop-buffer-misc-data-function.
19363 (desktop-buffer-dired-misc-data): Rename to
19364 dired-desktop-buffer-misc-data and move to dired.el.
19365 (desktop-buffer-info-misc-data): Rename to
19366 Info-desktop-buffer-misc-data and move to info.el.
19367 (desktop-read): Add message about number of buffers restored/failed.
19368
19369 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19370 Add parameters. Pause to display error only when
19371 desktop-missing-file-warning is non-nil.
19372 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19373 (dired-mode): Bind desktop-buffer-misc-data-function.
19374
19375 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19376 Add Parameters.
19377 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19378 (Info-mode): Bind desktop-buffer-misc-data-function.
19379
19380 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19381 Add Parameters.
19382
19383 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19384 Add Parameters.
19385
19386 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19387
19388 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19389 the case of letters in case-insensitive expansions when the
19390 abbrev is preceded by characters with letter syntax.
19391
19392 2004-04-21 Richard M. Stallman <rms@gnu.org>
19393
19394 * progmodes/cperl-mode.el (cperl-putback-char):
19395 Delete Emacs 18 definition.
19396
19397 * international/mule.el (ctext-post-read-conversion):
19398 Use assoc-string, not assoc-ignore-case.
19399
19400 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19401
19402 * emacs-lisp/easymenu.el (easy-menu-add):
19403 Do call x-popup-menu, but only if it's defined.
19404
19405 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19406
19407 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19408 Handle multiple args: compile like progn.
19409
19410 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19411 take all args as &rest arg.
19412
19413 * autoinsert.el (auto-insert-alist): Insert the user's name in
19414 copyright notice, rather than Free Software Foundation.
19415
19416 2004-04-21 Kenichi Handa <handa@m17n.org>
19417
19418 * descr-text.el (describe-char): Make it work on *Help* buffer.
19419
19420 2004-04-21 Kim F. Storm <storm@cua.dk>
19421
19422 * image.el (insert-image): Add optional SLICE arg.
19423 (insert-sliced-image): New defun.
19424
19425 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19426
19427 * subr.el (read-number): Check whether `default' is nil.
19428
19429 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19430
19431 * progmodes/compile.el (compilation-error-properties): Split into
19432 two.
19433 (compilation-internal-error-properties): New one.
19434 (compilation-compat-error-properties): Use it. Fix the non-marker
19435 case.
19436
19437 2004-04-20 Richard M. Stallman <rms@gnu.org>
19438
19439 * window.el (split-window-save-restore-data):
19440 Don't update the data if OLD-INFO is nil.
19441
19442 * view.el (view-return-to-alist): Mark it permanent local.
19443
19444 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19445
19446 * recentf.el (recentf-save-list): Catch and warn about errors.
19447
19448 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19449 so "Buffers" won't be pure.
19450
19451 * help-mode.el (help-mode-finish): Set help-return-alist first
19452 thing, setting only the entry for the selected window.
19453
19454 * help-fns.el (describe-function-1): If many non-control non-meta
19455 keys run the command, don't list all of them.
19456
19457 2004-04-20 Juanma Barranquero <lektu@terra.es>
19458
19459 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19460 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19461
19462 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19463
19464 2004-04-20 Kenichi Handa <handa@m17n.org>
19465
19466 * international/quail.el (quail-lookup-key): New optional arg
19467 NOT-RESET-INDICES.
19468 (quail-get-translations): Call quail-lookup-key with
19469 NOT-RESET-INDICES t.
19470 (quail-completion): Likewise.
19471 (quail-lookup-map-and-concat): Likewise.
19472
19473 2004-04-20 Kenichi Handa <handa@m17n.org>
19474
19475 * international/quail.el (quail-update-translation): Don't insert
19476 such an unsupported multibyte char in a unibyte buffer.
19477
19478 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
19479
19480 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19481 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19482 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19483 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19484 (gdb-frame-assembler-buffer): Improve behavior with
19485 multiple frames.
19486 (gdb-display-buffer): Extend search to all visible frames.
19487
19488 2004-04-19 Eli Zaretskii <eliz@gnu.org>
19489
19490 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19491 characters left after base64 decoding.
19492 (rmail-decode-region): Use -dos variety of `coding', to remove any
19493 ^M characters left after qp or base64 decoding.
19494
19495 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19496
19497 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19498 messages.
19499
19500 2004-04-19 Stephen Eglen <stephen@gnu.org>
19501
19502 * add-log.el (add-change-log-entry): Update doc string to mention
19503 add-log-full-name and add-log-mailing-address.
19504
19505 2004-04-18 Juri Linkov <juri@jurta.org>
19506
19507 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19508 (Info-find-node-2): Simplify error message.
19509 (Info-insert-dir): Use Info-following-node-name.
19510 (Info-goto-node): Remove *info-history* and *info-toc*.
19511 (Info-history): Create a node of the virtual history file.
19512 (Info-toc): Create a node of the virtual toc file.
19513 (Info-insert-toc): New arg `curr-file' for reference file names.
19514 (info-apropos): Remove redundant var binding for temp-file.
19515 (Info-index, Info-index-next, Info-mode): Doc fix.
19516 (Info-goto-emacs-command-node): Don't jump to *info* from
19517 non-*info* Info buffers.
19518 (Info-fontify-node): Don't show the file name of external
19519 references if `Info-hide-note-references' is `hide'. Don't hide
19520 newlines at the end of paragraphs.
19521
19522 * international/mule-diag.el (list-input-methods):
19523 Fix args to help-xref-button.
19524
19525 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19526 to put into effect local variables from TUTORIAL files.
19527
19528 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19529 with default value taken from the variable `sentence-end'.
19530 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19531 Add nil const to :type.
19532 (sentence-end-without-period, sentence-end-double-space)
19533 (sentence-end-without-space): Doc fix.
19534
19535 * textmodes/paragraphs.el (forward-sentence):
19536 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19537 (fill-delete-newlines):
19538 * progmodes/cc-cmds.el (c-beginning-of-statement):
19539 Use function `sentence-end' instead of variable `sentence-end'.
19540
19541 2004-04-18 Andreas Schwab <schwab@suse.de>
19542
19543 * progmodes/compile.el (compilation-start): Set window start to
19544 point-min if compilation-scroll-output is nil.
19545
19546 2004-04-18 John Wiegley <johnw@newartisans.com>
19547
19548 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19549
19550 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
19551
19552 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19553 (gdb-info-breakpoints-custom): Revert previous change.
19554 (gdb-view-assembler): Update assembler if necessary.
19555 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19556 (gdb-display-source-buffer): Update properly when both source and
19557 assembler are visible.
19558
19559 2004-04-17 John Wiegley <johnw@newartisans.com>
19560
19561 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19562 which limits the number of names shown in the minibuffer. Off by
19563 default.
19564 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19565 up iswitchb for users with a multitude of open buffers by showing
19566 only the first and last N/2 buffers in the completion list (which
19567 is enough to aid C-s/C-r, and to know that more characters are
19568 needed to refine the completion list).
19569
19570 2004-04-17 Richard M. Stallman <rms@gnu.org>
19571
19572 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19573 (file-truename): Expand all ~ constructs directly.
19574 (insert-directory): Delete any error msg output by the
19575 `insert-directory-program'.
19576
19577 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19578 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19579 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19580 (allout-init): Use find-file-hook, not find-file-hooks.
19581 (allout-mode): Eliminate Emacs 18 support.
19582 Use write-contents-functions, not local-write-file-hooks.
19583
19584 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19585
19586 * progmodes/compile.el (compilation-error-properties): Fix for
19587 adding messages when there are already markers for their file.
19588 (compilation-fake-loc): New function.
19589
19590 2004-04-16 Dave Love <fx@gnu.org>
19591
19592 * progmodes/python.el (python-compilation-line-number): Fix
19593 braindamage.
19594 (python-load-file): Fix python-orig-start setting.
19595
19596 * progmodes/compile.el: Doc fixes.
19597 (compilation-error-regexp-alist-alist)
19598 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19599 (compilation-assq): Wrap in eval-when-compile.
19600 (compilation-mode-font-lock-keywords): Don't use list*.
19601 (compilation-start): Avoid warning.
19602 (compilation-compat-error-properties)
19603 (compilation-directory-properties): Add keymap property.
19604 (compilation-parsing-end): Make it a marker for better compatibility.
19605
19606 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19607
19608 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19609
19610 * xml.el: Doc fixes.
19611 (xml-get-children): Only looks at sub-tags and ignore strings.
19612
19613 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19614
19615 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19616
19617 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19618
19619 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19620
19621 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19622
19623 * vc.el (vc-print-log): Likewise.
19624
19625 2004-04-16 Masatake YAMATO <jet@gyve.org>
19626
19627 * simple.el (completion-setup-function): Set an initial value to
19628 `element-common-end' before entering loop. Set a value to
19629 `element-common-end' at the end of loop. The bug is reported by
19630 Juri Linkov <juri@jurta.org> in emacs-devel list.
19631 (completions-common-part): Rename from completion-de-emphasis.
19632 (completions-first-difference): Rename from completion-emphasis.
19633 Suggested by RMS.
19634
19635 2004-04-16 Juanma Barranquero <lektu@terra.es>
19636
19637 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19638 (bookmark-edit-annotation-mode): Add mode name.
19639
19640 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19641
19642 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19643 for nested conflict markers.
19644 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19645
19646 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19647
19648 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19649
19650 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19651
19652 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19653
19654 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19655 Give a backtrace if requested.
19656
19657 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19658
19659 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19660 Remove unused functions.
19661 (python-orig-start-line, python-orig-file): Remove.
19662 (python-orig-start): New var.
19663 (python-input-filter, python-compilation-line-number)
19664 (python-send-region, python-load-file): Use it.
19665
19666 * info.el (info): Always jump to *info*.
19667
19668 * subr.el (posn-set-point): New function.
19669
19670 * mouse.el (mouse-set-point): Use it.
19671
19672 * progmodes/compile.el (compile-goto-error): Use it.
19673 (compilation-button-map): New keymap.
19674 (compilation-error-properties): Use it.
19675 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19676
19677 * smerge-mode.el (smerge-popup-context-menu): Use it.
19678
19679 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19680 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19681 mouse and non-mouse case.
19682
19683 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19684 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19685
19686 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19687 Make it work for non-mouse events.
19688
19689 * pcvs-info.el (cvs-status-map): Update binding name.
19690
19691 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19692
19693 * xml.el (xml-maybe-do-ns): New function to handle namespace
19694 parsing of both attribute and element names.
19695 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19696 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19697 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19698 parsing.
19699 (xml-parse-attlist): Make it do its own namespace parsing.
19700
19701 2004-04-14 Dave Love <fx@gnu.org>
19702
19703 * progmodes/python.el (run-python): Fix use of \n.
19704 (python-load-file): Remove `try' from Python fragment.
19705 (python-describe-symbol): Fix message.
19706
19707 * comint.el: Doc fixes.
19708 (comint-last-input-start, comint-last-input-end)
19709 (comint-last-output-start): Give them values.
19710 (comint-arguments): Avoid warning.
19711 (comint-skip-prompt): Use line-end-position.
19712 (comint-backward-matching-input): Rename arg to agree with doc.
19713 (comint-extract-string): Use syntax-ppss.
19714 (comint-dynamic-simple-complete): Delete useless list construction.
19715 (comint-redirect-subvert-readonly): New.
19716 (comint-redirect-preoutput-filter): Use it.
19717
19718 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19719 Correctly handle negative arguments when calling hook functions.
19720
19721 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19722
19723 * info.el (info-apropos): Don't clobber Info-history-list.
19724
19725 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19726
19727 * progmodes/compile.el (compilation-setup):
19728 Localize overlay-arrow-position.
19729 (compilation-sentinel): Restructure code equivalently.
19730 (compilation-next-error): Find message on same line after point if
19731 not found before point.
19732 (compile-mouse-goto-error): Restore function so that compilation
19733 buffer need not be current and use compile-goto-error.
19734 (compile-goto-error): Restore function.
19735 (next-error): Set overlay-arrow-position.
19736 (compilation-forget-errors): Don't localize already local
19737 compilation-locs and remove FIXME about refontifying.
19738
19739 2004-04-14 Kim F. Storm <storm@cua.dk>
19740
19741 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19742 (command-line): New option -Q. Like -q --no-site-file, but in
19743 addition it also disables menu-bar, tool-bar, scroll-bars,
19744 tool-tips, and the blinking cursor.
19745 (command-line-1): Skip startup screen if -Q.
19746 (fancy-splash-head): Use ":align-to center" prop to center splash
19747 image.
19748
19749 * emulation/cua-base.el (cua-read-only-cursor-color)
19750 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19751
19752 2004-04-13 Dave Love <fx@gnu.org>
19753
19754 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19755 (syntax): Don't require.
19756 (python) <defgroup>: Add :version.
19757 (python-quote-syntax): Re-written.
19758 (inferior-python-mode): Move stuff here from run-python and add
19759 some more.
19760 (python-preoutput-continuation, python-preoutput-result)
19761 (python-dotty-syntax-table): New.
19762 (python-describe-symbol): Use them.
19763 (run-python): Move stuff to inferior-python-mode. Modify code
19764 loaded into Python.
19765 (python-send-region): Use python-proc, python-send-string.
19766 (python-send-string): Send newlines too. Callers changed.
19767 (python-load-file): Re-written.
19768 (python-eldoc-function): New.
19769 (info-look): Don't require.
19770 (python-after-info-look): New. A modified version of former
19771 top-level code for use with eval-after-load.
19772 (python-maybe-jython, python-guess-indent): Use widened buffer.
19773 (python-fill-paragraph): Re-written.
19774 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19775 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19776
19777 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19778
19779 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19780 Set compilation-error-regexp-alist earlier.
19781
19782 * progmodes/compile.el (compilation-minor-mode-map)
19783 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19784 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19785
19786 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19787
19788 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19789 corresponding to the event.
19790
19791 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19792
19793 * loadup.el: Add cygwin to system-type list, for unexec() support.
19794
19795 2004-04-12 John Paul Wallington <jpw@gnu.org>
19796
19797 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19798 (ibuffer-restore-window-config-on-quit): New variable to replace
19799 `ibuffer-delete-window-on-quit'. Update all references.
19800 (ibuffer-prev-window-config): New variable.
19801 (ibuffer-quit): Restore previous window configuration instead of
19802 deleting window.
19803 (ibuffer): Save window configuration before showing Ibuffer buffer.
19804
19805 * help.el (describe-mode): Doc fix.
19806
19807 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19810 not to treat nil as a function.
19811
19812 * vc-arch.el (vc-arch-root): Be a bit more careful.
19813 (vc-arch-register): Save the buffer if we modified it.
19814 (vc-arch-delete-rej-if-obsolete): Save excursion.
19815 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19816 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19817
19818 * net/ldap.el (ldap-search): Use list*.
19819
19820 2004-04-12 Juri Linkov <juri@jurta.org>
19821
19822 * info.el (Info-follow-reference): Allow multiline reference name.
19823
19824 2004-04-11 Dave Love <fx@gnu.org>
19825
19826 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19827
19828 * progmodes/python.el: New file.
19829
19830 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19831
19832 * vc-hooks.el (vc-arg-list): Function removed.
19833 (vc-default-workfile-unchanged-p): Use condition-case to check for
19834 backward compatibility.
19835
19836 * vc.el (vc-print-log): Use condition-case to check for backward
19837 compatibility.
19838
19839 2004-04-11 Juri Linkov <juri@jurta.org>
19840
19841 * dired.el (dired-faces): New defgroup.
19842 (dired-header, dired-mark, dired-marked, dired-flagged)
19843 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19844 New faces.
19845 (dired-header-face, dired-mark-face, dired-marked-face)
19846 (dired-flagged-face, dired-warning-face, dired-directory-face)
19847 (dired-symlink-face, dired-ignored-face): New face variables.
19848 (dired-font-lock-keywords): Use them instead of font-lock faces.
19849 Split the rule for dired marks into 3 separate rules: for marks,
19850 marked file names and flagged file names.
19851
19852 * help-mode.el (help-make-xrefs): Add a final newline to the
19853 *Help* buffer.
19854
19855 2004-04-11 John Paul Wallington <jpw@gnu.org>
19856
19857 * replace.el (occur-engine): Distinguish between one and several
19858 matches in the matches per buffer heading.
19859
19860 2004-04-11 Kim F. Storm <storm@cua.dk>
19861
19862 * ido.el (ido-confirm-unique-completion): New defcustom.
19863 (ido-complete): Use it.
19864 (ido-write-file): Set it to t unconditionally.
19865
19866 2004-04-10 Miles Bader <miles@gnu.org>
19867
19868 RCS keyword removal (only non-comment changes are enumerated here):
19869
19870 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19871 (byte-compile-insert-header): Don't use `byte-compile-version'.
19872 * forms.el (forms-version): Variable removed.
19873 (forms-mode): Don't use `forms-version'.
19874 * recentf.el (recentf-version): Variable removed.
19875 * progmodes/delphi.el (delphi-version): Variable removed.
19876 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19877
19878 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19879
19880 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19881
19882 2004-04-09 Jesper Harder <harder@ifa.au.dk>
19883
19884 * info.el (info-apropos): Improve menu item regexp.
19885
19886 2004-04-09 Simon Josefsson <jas@extundo.com>
19887
19888 * mail/smtpmail.el: Add comment, based on report by
19889 kdc@rcn.com (Kevin D. Clark).
19890
19891 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19892
19893 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19894 Redo one more thing that I didn't notice Daniel had undone.
19895
19896 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
19897
19898 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19899 (gdb-goto-breakpoint, gdb-display-buffer)
19900 (gdb-display-source-buffer, gdb-view-source-function)
19901 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19902 (gdb-source-info, gdb-frame-handler): Don't specify a window
19903 for display.
19904 (gdb-info-breakpoints-custom): Remove superfluous update of
19905 assembler buffer.
19906 (gdb-many-windows): Make settable outside gdb.
19907
19908 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19909
19910 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19911 Derive from fundamental-mode rather than text-mode.
19912
19913 2004-04-08 Juri Linkov <juri@jurta.org>
19914
19915 * info.el (Info-history): Doc fix.
19916 (Info-history-list): New var.
19917 (info-xref): Change magenta4 to blue, remove bold for dark and
19918 light backgrounds, change bold to underline for non-color classes.
19919 (info-xref-visited): New face.
19920 (Info-fontify-visited-nodes): New custom.
19921 (Info-hide-note-references): Add new value `hide'. Doc fix.
19922 (Info-reference-name): New var.
19923 (Info-selection-hook): New custom.
19924 (Info-edit-mode-hook): New var.
19925 (Info-find-file): New fun.
19926 (Info-find-node): Move part of code to Info-find-file.
19927 (Info-find-node-2): Add anchors to Info-history-list. Move point
19928 to the place with the reference name if name is defined.
19929 (Info-select-node): Add current node to Info-history-list.
19930 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19931 (Info-search-whitespace-regexp): New custom.
19932 (Info-search-case-fold): New var.
19933 (Info-search): Add "case-sensitively" to the prompt.
19934 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
19935 (Info-search-case-sensitively, Info-search-next): New fun.
19936 (Info-up): Move point to the menu item of the current node.
19937 (Info-history): New fun. Add *info-history* to
19938 same-window-buffer-names.
19939 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19940 (Info-insert-toc): New fun.
19941 (Info-build-toc): New fun.
19942 (Info-follow-reference): Add new arg `fork'. Doc fix.
19943 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19944 with the same name prefer the reference closest to point.
19945 (Info-next-reference): Replace * by + in the *Note regexp.
19946 Add regexp for http:// and ftp://. Skip the *Note prefix.
19947 (Info-prev-reference): Replace * by + in the *Note regexp.
19948 Add regexp for http:// and ftp://. Skip the *Note prefix.
19949 (Info-follow-nearest-node): Add new arg `fork'.
19950 (Info-try-follow-nearest-node): Add new arg `fork'.
19951 Call browse-url for http:// and ftp:// references.
19952 Set Info-reference-name for index entries.
19953 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19954 Info-search-next, Info-history, Info-toc, clone-buffer.
19955 (Info-menu-update): Replace * by + in the *Note regexp.
19956 (Info-mode): Add documentation for Info-history, Info-toc,
19957 Info-search-case-sensitively, Info-search-next, clone-buffer.
19958 (Info-fontify-menu-headers): Remove fun. Move code to
19959 Info-fontify-node.
19960 (Info-fontify-node): Add docstring. Add local vars
19961 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19962 then fontify header line, titles, menu headers, http and ftp
19963 references, refill paragraphs. If not-fontified-p is t or
19964 fontify-visited-p is t then fontify cross references, menu items.
19965 Fontify menu headers. Fontify http and ftp references.
19966 Change regexp for cross references to require whitespace after *Note,
19967 add matching groups for file and node names. Remove hack for quote.
19968 Use display property for Info-hide-note-references=t. Use fifth
19969 or fourth match for help-echo. Display visited nodes in a
19970 different face. Unhide file names of external references.
19971 Unhide newlines. Display visited menu items in a different face.
19972
19973 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19974
19975 * progmodes/compile.el: Require CL.
19976 (compilation-mode-font-lock-keywords): Re-install the "line as
19977 function" patch.
19978
19979 * help-fns.el (help-C-source-directory): New var.
19980 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19981 (describe-function-1, describe-variable): Use them.
19982
19983 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19984 to C source files specially.
19985
19986 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19987
19988 * info.el (Info-hide-cookies-node): New function.
19989 (Info-select-node): Use it.
19990 (Info-display-images-node): Remove message with image file name.
19991
19992 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19993
19994 * progmodes/compile.el (compilation-warning-face)
19995 (compilation-info-face, compilation-skip-threshold)
19996 (compilation-skip-visited, compilation-context-lines):
19997 Declare :version when added to Emacs.
19998 (compilation-error-regexp-alist-alist): Extend caml and irix.
19999 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
20000 (compilation-mode-font-lock-keywords): Temporarily undo line as
20001 function patch, which wasn't ready.
20002
20003 2004-04-07 Kenichi Handa <handa@m17n.org>
20004
20005 * international/latin1-disp.el (latin1-display-setup): Check each
20006 character is displayable or not instead of calling
20007 latin1-display-check-font.
20008
20009 2004-04-06 Kenichi Handa <handa@m17n.org>
20010
20011 * language/ethio-util.el (ethio-sera-being-called-by-w3):
20012 New variable.
20013 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20014 instead of sera-being-called-by-w3.
20015 (ethio-fidel-to-sera-buffer): Likewise.
20016 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20017 instead of sera-being-called-by-w3.
20018 (ethio-write-file): Likewise.
20019
20020 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20021
20022 * printing.el: Doc fix.
20023
20024 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
20025
20026 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20027 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20028 (gdb-setup-windows): Only use separate IO buffer if required.
20029
20030 2004-04-06 Kim F. Storm <storm@cua.dk>
20031
20032 * term.el (term-is-xemacs): Remove.
20033 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20034 (term-window-width): New function.
20035 (term-mode, term-check-size): Use it.
20036 (term-mode): Disable overflow-newline-into-fringe in term buffer.
20037
20038 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
20039
20040 * cus-edit.el (custom-add-parent-links): Change unbound variable
20041 `symbol' to `name'.
20042
20043 2004-04-05 Jesper Harder <harder@ifa.au.dk>
20044 * info.el (info-apropos): New function.
20045 (Info-mode-menu): Add it.
20046 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20047
20048 * help-mode.el (help-make-xrefs): Recognize aliased variable with
20049 inherited docstring.
20050
20051 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20052
20053 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20056
20057 * progmodes/compile.el (font-lock): Don't require any more.
20058 (compilation-error-properties, compilation-start, compilation-sentinel)
20059 (compilation-filter, next-error): Use with-current-buffer.
20060 (compilation-skip-to-next-location, compilation-skip-threshold)
20061 (compilation-skip-visited): Move to silence the byte-compiler.
20062 (compilation-setup): Simplify.
20063 (compilation-next-error): Use line-(beginning|end)-position.
20064 Make sure `pt' is non-nil before using compilation-loop.
20065 (compile-goto-error): Add optional event arg. Use it.
20066 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20067 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20068 Update the binding for mouse-2.
20069 (first-error): Set compilation-current-error to nil rather than bob.
20070 (compilation-parsing-end, compilation-parse-errors-function)
20071 (compilation-error-list, compilation-old-error-list):
20072 "New" compatibility variables.
20073 (compile-buffer-substring, compilation-compat-error-properties)
20074 (compilation-compat-parse-errors, compilation-forget-errors):
20075 New compatibility functions.
20076 (compilation-mode-font-lock-keywords): Use them.
20077
20078 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
20079
20080 * autorevert.el (auto-revert-handler): If point (or a window
20081 point) is at the end of the buffer, keep it there after
20082 reverting. This allows to tail a file.
20083 Mention this in the `Commentary'.
20084
20085 * format.el (format-write-file): Add optional argument CONFIRM
20086 and make it behave like the analogous argument to `write-file'.
20087
20088 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20089
20090 * progmodes/ebnf2ps.el: Doc fix.
20091 (ebnf-version): New version number (4.2).
20092 (ebnf-syntax): Customization and docstring fix.
20093 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20094 Put autoloaded funs before first use.
20095 (ebnf-style-database): Add dtd entry.
20096 (ebnf-syntax-alist): Add dtd initialization.
20097 (ebnf-token-sequence): New fun.
20098 (ebnf-comment-table): Add new comment action character.
20099 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
20100
20101 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20102 Type Definition for XML).
20103
20104 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20105 * progmodes/ebnf-bnf.el (ebnf-sequence):
20106 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20107 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20108 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20109 Code simplification: call ebnf-token-sequence.
20110
20111 2004-04-04 Eli Zaretskii <eliz@gnu.org>
20112
20113 * calendar/timeclock.el (timeclock-relative)
20114 (timeclock-get-project-function, timeclock-get-workday-function)
20115 (timeclock-query-out, timeclock-when-to-leave)
20116 (timeclock-when-to-leave-string, timeclock-log-data)
20117 (timeclock-generate-report, timeclock-in): Doc fixes.
20118
20119 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * url/: New dir. Import the URL package from its repository.
20122
20123 2004-04-03 Andreas Schwab <schwab@suse.de>
20124
20125 * diff-mode.el (diff-mode): Fix missing quote.
20126
20127 2004-04-03 Juri Linkov <juri@jurta.org>
20128
20129 * descr-text.el (describe-property-list): Add `font-lock-face'.
20130
20131 * dired.el (dired-font-lock-keywords): Fix permission regexps.
20132
20133 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20134
20135 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20136 Use utf-16le on little endian machines and utf-16be otherwise.
20137
20138 2004-04-02 David Kastrup <dak@gnu.org>
20139
20140 * net/browse-url.el (browse-url-generic): Use call-process
20141 instead of start-process to allow browsers that fork and detach.
20142
20143 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
20144
20145 * compile.el (compilation-current-error): New var.
20146 (compilation-setup, compile-mouse-goto-error)
20147 (compile-goto-error, next-error): Use it.
20148 (compilation-skip-to-next-location): Default to t, which gives
20149 contiguous skipping like old compile (where this was redundant).
20150 (compilation-next-error): Prevent previous-* commands from moving
20151 back to message at or just before point.
20152
20153 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
20154
20155 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20156 (gdb-source-info): Don't display source at startup, if required.
20157 (gdb-show-main): New option.
20158 (gdba): Update documentation.
20159 (gdb-source): Cover case of auto-display output.
20160
20161 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
20162
20163 * autorevert.el: Delete obsolete autoloads and defvars.
20164 (auto-revert-check-vc-info): New user option.
20165 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20166 (auto-revert-handler-vc): Delete.
20167 (auto-revert-handler): Treat return value `fast' of
20168 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
20169
20170 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20171 return `fast'.
20172
20173 * files.el (buffer-stale-function): Doc change.
20174
20175 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20176
20177 * printing.el: New tip on Tips section.
20178 (pr-version): New version number (6.7.4).
20179 (pr-shell-file-name): Initialization fix.
20180
20181 2004-03-31 Juri Linkov <juri@jurta.org>
20182
20183 * dired.el: Add autoload for `dired-do-touch'.
20184 (dired-touch-program): New var.
20185 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20186 (dired-no-confirm): Add `touch' to docstring.
20187
20188 * dired-aux.el (dired-do-touch): New fun.
20189 (dired-do-chxxx): Add argument -t for touch operation.
20190
20191 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20192 `dired-move-to-filename-regexp'.
20193
20194 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
20195
20196 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20197
20198 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20199
20200 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20201 and only if the buffer was modified.
20202
20203 2004-03-30 Kenichi Handa <handa@m17n.org>
20204
20205 * international/characters.el: Delete pairs for U+2308..U+230B.
20206
20207 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
20208
20209 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20210 to detect the beginning of a level 2 or 3 annotation.
20211
20212 2004-03-29 Kenichi Handa <handa@m17n.org>
20213
20214 * international/ucs-tables.el (ucs-insert): Fix the error message.
20215
20216 2004-03-29 Kenichi Handa <handa@m17n.org>
20217
20218 * international/mule-util.el (char-displayable-p): Fix generation
20219 of XLFD file name.
20220
20221 * Makefile.in (setwins, setwins_almost): Change directory to $wd
20222 before finding directories by `find'.
20223
20224 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20225
20226 * subr.el (interactive-form): Delete. Now implemented in C.
20227
20228 * pcvs.el (cvs-parse-process): Workaround for Darwin.
20229
20230 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20231 (vc-diff-label): New fun.
20232 (vc-diff-internal): Use it.
20233
20234 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20235
20236 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20237
20238 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20239
20240 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20241 specify XML (EBNFX).
20242
20243 * progmodes/ebnf2ps.el: Doc fix.
20244 (ebnf-version): New version number (4.1).
20245 (ebnf-syntax): Adjust customization.
20246 (ebnf-style-database): Add ebnfx entry.
20247 (ebnf-syntax-alist): Add ebnfx initialization.
20248 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20249
20250 * printing.el: Doc fix.
20251 (pr-version): New version number (6.7.3).
20252 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20253 returns nil for mouse position. Reported by Drew Adams
20254 <drew.adams@oracle.com>.
20255 (pr-update-menus): Modify interactive declaration. Reported by Drew
20256 Adams <drew.adams@oracle.com>.
20257
20258 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
20259
20260 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20261 (gud-gdba-marker-filter): Log the process input and output, if
20262 required. From Stefan Monnier.
20263 (gdb-debug-log, gdb-enable-debug-log): New variables.
20264 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20265
20266 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20269 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20270
20271 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
20272
20273 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20274 Call vc-find-file-hook here instead of in auto-revert-buffers.
20275 (auto-revert-buffers): Delete call to vc-find-file-hook.
20276 (auto-revert-verbose, global-auto-revert-non-file-buffers)
20277 (global-auto-revert-mode, auto-revert-set-timer)
20278 (auto-revert-handler, auto-revert-buffers): Doc fixes.
20279
20280 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20281
20282 * woman.el (woman-change-fonts): Rename local variable
20283 woman-font-alist to font-alist to avoid a compiler warning.
20284
20285 2004-03-27 Dave Love <fx@gnu.org>
20286
20287 * emacs-lisp/rx.el (rx): Doc fix.
20288 Fix copyright years.
20289
20290 * strokes.el (strokes-global-set-stroke-string): New function.
20291 (strokes-list-strokes): Cope with strings, not just commands.
20292 Set foreground color of image.
20293 (strokes-global-set-stroke): Doc fix.
20294
20295 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
20296
20297 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20298 Auto Revert mode.
20299 (Buffer-menu-files-only): New variable.
20300 (Buffer-menu-toggle-files-only): New function.
20301 (Buffer-menu-mode-map): Bind it to `T'.
20302 (Buffer-menu-mode): Mention `T' in docstring.
20303 Set buffer-stale-function.
20304 (list-buffers-noselect): Mark buffer non-modified and set
20305 Buffer-menu-files-only.
20306
20307 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20308
20309 * autorevert.el (auto-revert-handler): Print revert message
20310 before, rather than after, reverting.
20311 (buffer-stale-function): Move to files.el.
20312
20313 * files.el (buffer-stale-function): Move here from autorevert.el.
20314
20315 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20316
20317 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20318
20319 * calc/calc.el (calc-mode-map): Use mapc.
20320
20321 * apropos.el (apropos-mode): Don't autoload.
20322 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20323 (apropos): Use it.
20324 (apropos-print): Add optional `text' argument.
20325 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20326 Don't assume point-min == 1.
20327
20328 * bs.el (bs-buffer-list): Use buffer-local-value.
20329 (bs--set-toggle-to-show): Use with-current-buffer.
20330
20331 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20332 New funs.
20333 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20334
20335 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20336
20337 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20338 (dabbrev--find-expansion): Use pop.
20339 (dabbrev--search): Use match-string-no-properties.
20340
20341 * dired.el (dired-mode): Use run-mode-hooks.
20342 (dired-move-to-end-of-filename): Use match-string.
20343
20344 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20345 is bound before using it.
20346 (ediff-verbose-p): Make it into a var since it's not constant.
20347
20348 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20349
20350 * faces.el (read-face-font): Don't cons up unnecessarily.
20351 (header-line, tool-bar): Share common parts.
20352
20353 * files.el (file-relative-name): Use compare-strings.
20354
20355 * finder.el (finder-mode): Follow coding convention.
20356
20357 * subr.el (read-number): New function.
20358
20359 * ses.el (ses-read-number): Move to subr.el.
20360 (ses-set-header-row): Use read-number.
20361
20362 2004-03-26 Andre Spiegel <spiegel@gnu.org>
20363
20364 * vc-hooks.el (vc-arg-list): New function, which handles both
20365 compiled and uncompiled code.
20366 (vc-default-workfile-unchanged-p): Use it.
20367
20368 * vc.el (vc-print-log): Undo prev change, use new function
20369 vc-arg-list from vc-hooks.el.
20370
20371 2004-03-26 Masatake YAMATO <jet@gyve.org>
20372
20373 * simple.el (completion-setup-function): Emphasize the
20374 first uncommon characters in the completions; and de-emphasize
20375 the common prefix substrings.
20376 (completion-emphasis): New face.
20377 (completion-de-emphasis): New face.
20378
20379 2004-03-25 Juanma Barranquero <lektu@terra.es>
20380
20381 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20382 Comment out (it's unused and unfinished code).
20383
20384 2004-03-25 Sam Steingold <sds@gnu.org>
20385
20386 * vc.el (vc-print-log): Fix a bug in the last patch:
20387 backend-function may be a byte-compiled object, not a lambda.
20388
20389 2004-03-25 Juri Linkov <juri@jurta.org>
20390
20391 * descr-text.el (describe-property-list): Add a button
20392 for `face' property that calls `describe-face'.
20393 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20394
20395 * international/mule.el (keyboard-coding-system):
20396 * kmacro.el (kmacro-call-macro): Fix docstring.
20397
20398 * dired.el: Fix comments.
20399
20400 * textmodes/fill.el (fill): Fix Info link.
20401
20402 * font-lock.el (fast-lock, lazy-lock):
20403 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20404 Info node.
20405
20406 * eshell/eshell.el (eshell): Fix broken info-link.
20407
20408 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20409 * eshell/em-banner.el (eshell-banner):
20410 * eshell/em-smart.el (eshell-smart):
20411 * eshell/esh-cmd.el (eshell-cmd):
20412 Comment out broken info-links to incomplete Info manual.
20413
20414 * info-xref.el: Fix commentary.
20415
20416 2004-03-25 Kevin Ryde <user42@zip.com.au>
20417
20418 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20419 Remove spurious node duplicate suppression, doesn't work, not wanted.
20420 (info-xref-output): Take format style args, add "sit-for 0" to let
20421 user see the results as they progress.
20422 (info-xref-check-all-custom): New function.
20423
20424 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
20425
20426 * gdb-ui.el: Moved to progmodes.
20427
20428 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20429
20430 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20431
20432 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20433
20434 * calendar/appt.el (appt-check): Remove superfluous progn.
20435 When finished with diary buffer: if it was not being displayed
20436 before, kill it; otherwise restore its original state.
20437 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20438
20439 * calendar/calendar.el (calendar-set-mode-line): Use total
20440 available mode-line width, rather than frame-width.
20441
20442 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20443 after mode change so effect not lost.
20444
20445 2004-03-23 Dave Love <fx@gnu.org>
20446
20447 * dired.el (dired) <defgroup>: Add link to manual.
20448 (dired-font-lock-keywords): Add highlighting on unusual permissions.
20449 (dired-revert): Use dolist.
20450 (dired-mode-map): Add U binding.
20451 (dired-mode): Add font-lock-beginning-of-syntax-function.
20452 (dired-garbage-files-regexp): Make it a defcustom.
20453
20454 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20455
20456 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20457 is equivalent to nil.
20458 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20459 (vc-arch-mode-line-string): Accept `added' state.
20460 (vc-arch-state): Use inode-sigs if available.
20461 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20462 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20463 (vc-arch-tagline-re): New var.
20464 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20465 New functions.
20466 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20467 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20468
20469 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20470 (vc-file-not-found-hook): Use it.
20471
20472 * diff-mode.el (diff-default-read-only): Change default.
20473 (diff-mode-hook): Make it a defcustom. Add some options.
20474 (diff-mode-map): Bind diff-refine-hook.
20475 (diff-yank-handler): New var.
20476 (diff-yank-function): New fun.
20477 (diff-font-lock-keywords): Use them.
20478 (diff-end-of-file): Handle case where file-header looks like diff text.
20479 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20480 (diff-file-kill): Delete a subsequent empty line, if applicable.
20481 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20482 (diff-find-file-name): Use it.
20483 (diff-tell-file-name): New command.
20484 (diff-mode): Be careful with view-mode.
20485 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20486 New functions, for use in diff-mode-hook.
20487 (diff-find-source-location): Catch "regex too large" errors.
20488 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20489 (diff-refine-hunk): New command.
20490
20491 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20492 (smerge-context-menu-map): Remove unused var.
20493 (smerge-keep-all): Preserve markers.
20494 (smerge-keep-n): New fun.
20495 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20496 (smerge-keep-current, smerge-ediff): Use it.
20497 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20498 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20499 (smerge-resolve): Resolve trivial 3-part conflicts.
20500
20501 2004-03-23 Juri Linkov <juri@jurta.org>
20502
20503 * man.el (Man-width): New var.
20504 (Man-getpage-in-background): Use it.
20505 (Man-support-local-filenames): New var and fun.
20506 (Man-build-man-command): Don't add a second %s.
20507 (Man-fontify-manpage): Clean up message.
20508 (Man-mode): Set outline-regexp, outline-level,
20509 imenu-generic-expression.
20510
20511 * woman.el (woman-fill-frame): Doc fix.
20512 (woman-decode-region): Use window-width instead of frame-width.
20513
20514 * abbrevlist.el (list-one-abbrev-table):
20515 * descr-text.el (describe-char):
20516 * international/mule-diag.el (describe-current-coding-system):
20517 * international/quail.el (quail-insert-decode-map):
20518 Use window-width instead of frame-width.
20519
20520 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20521 (jka-compr-mode-alist-additions): Add tbz.
20522 (jka-compr-write-region, jka-compr-insert-file-contents):
20523 Add message for undefined compress-program.
20524 (jka-compr-write-region): Remove redundant var bindings.
20525
20526 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20527 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20528 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20529 (dired-man): Use dired-guess-shell-command.
20530 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20531 Change default nil to t.
20532
20533 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20534 (dired-compare-directories): Add default value for empty input.
20535
20536 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20537
20538 * time.el (display-time-string-forms): Fix help-echo date format.
20539
20540 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20541
20542 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20543 docstring.
20544 (buffer-stale-function): New variable.
20545 (auto-revert-list-diff, auto-revert-dired-file-list)
20546 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20547 (auto-revert-handler): Take over some functionality of deleted
20548 functions.
20549 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20550
20551 * dired.el (dired-directory-changed-p): New fun, extracted from
20552 dired-internal-noselect.
20553 (dired-buffer-stale-p): New fun.
20554 (dired-internal-noselect): Use dired-directory-changed-p.
20555 Eliminate revert messages.
20556 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20557
20558 2004-03-23 Kenichi Handa <handa@m17n.org>
20559
20560 * international/characters.el: Setup syntaxes for more parentheses
20561 Unicode characters.
20562
20563 * international/mule-cmds.el (select-safe-coding-system):
20564 Merge coding-system and auto-cs before comparing them.
20565
20566 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20567
20568 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20569
20570 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20571 normal-auto-fill-function and comment-indent-function.
20572 The default values now work just as well.
20573 Don't set font-lock-beginning-of-syntax-function since we already set
20574 syntax-begin-function.
20575 (lisp-outline-level): Put ;;;###autoload at same level as (.
20576 (prin1-char): Quote special chars.
20577
20578 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20579 than with-no-warnings.
20580
20581 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20582 if the source location can't be found.
20583 (edebug-compute-previous-result): Use prin1-char.
20584
20585 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20586 (debug-ignored-errors): Add an entry.
20587
20588 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20589 (byte-compile-file): Output warning when deleting a file.
20590
20591 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20592 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20593
20594 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20595 (byte-compile-inline-expand): Use backquote.
20596 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20597 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20598
20599 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20600
20601 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20602
20603 2004-03-22 Juri Linkov <juri@jurta.org>
20604
20605 * finder.el (finder-known-keywords): Fix data, tex, unix.
20606
20607 * play/landmark.el: Fix keywords.
20608
20609 * language/ethio-util.el (ethio-find-file): Doc fix.
20610
20611 * emacs-lisp/warnings.el: Doc fix.
20612
20613 * textmodes/ispell.el (ispell-help): Doc fix.
20614
20615 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20616
20617 * format.el (format-insert-file): Always return a list of two
20618 elements, like insert-file-contents does.
20619
20620 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20621
20622 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20623 and vc-BACKEND-diff.
20624 (vc-print-log): If the print-log implementation supports it, use
20625 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20626 (vc-version-diff, vc-diff-internal): Doc fixes.
20627
20628 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20629 implementation supports it, let diff output go to *vc*,
20630 not *vc-diff*, since this is an internal call.
20631
20632 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20633
20634 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20635
20636 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20637
20638 2004-03-21 Dave Love <fx@gnu.org>
20639
20640 * progmodes/cfengine.el (cfengine-mode):
20641 Set parse-sexp-ignore-comments.
20642
20643 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20644
20645 2004-03-21 Juanma Barranquero <lektu@terra.es>
20646
20647 * allout.el (allout-mode): Fix docstring.
20648
20649 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20650
20651 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20652
20653 * autorevert.el (auto-revert-interval): Make new value take
20654 effect immediately when set through Custom.
20655 (auto-revert-set-timer): Add interactive declaration.
20656
20657 2004-03-19 David Ponce <david@dponce.com>
20658
20659 * ruler-mode.el (ruler-mode-header-line-format-old):
20660 Don't `make-variable-buffer-local'.
20661 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20662 (ruler-mode-header-line-format): Simply funcall the above.
20663 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20664 to save/restore a previous header line format.
20665 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20666 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20667 fringes and margins width.
20668 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20669
20670 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * log-edit.el (log-edit-font-lock-keywords): Typo.
20673
20674 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20675 (tex-send-tex-command): Rather than here.
20676 (tex-compilation-parse-errors): Simplify.
20677
20678 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20679
20680 * time.el (display-time-string-forms): Add help-echo with date on time.
20681
20682 * composite.el (compose-region): Use restore-buffer-modified-p.
20683
20684 * disp-table.el (standard-display-8bit): Simplify.
20685
20686 * server.el (server-process-filter): Delete temp frame.
20687
20688 * add-log.el (add-change-log-entry): Simplify.
20689
20690 2004-03-19 Kim F. Storm <storm@cua.dk>
20691
20692 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20693 (hexl-follow-line): Don't require 'fringe.
20694
20695 * progmodes/compile.el (compilation-start): Always set
20696 compilation-last-buffer and return it.
20697
20698 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20699
20700 * simple.el (clone-buffer): Doc fix.
20701
20702 2004-03-18 Juanma Barranquero <lektu@terra.es>
20703
20704 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20705
20706 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * log-edit.el (log-edit-font-lock-keywords): New var.
20709 (log-edit-mode): Use it.
20710
20711 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20712
20713 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20714 properly for watching in speedbar.
20715
20716 2004-03-17 Masatake YAMATO <jet@gyve.org>
20717
20718 * smerge-mode.el (smerge-popup-context-menu):
20719 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20720
20721 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20724 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20725 Take sealed revisions into account.
20726 (vc-arch-checkin): Extract a summary line from the message.
20727
20728 2004-03-16 Masatake YAMATO <jet@gyve.org>
20729
20730 * register.el (register): Provide `register' feature.
20731
20732 2004-03-15 Masatake YAMATO <jet@gyve.org>
20733
20734 Added context menu support in smerge mode.
20735 Most of the part is written by Stefan Monnier.
20736
20737 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20738 New keymap and menu.
20739 (smerge-text-properties): New function.
20740 (smerge-remove-props): New function.
20741 (smerge-popup-context-menu): New function.
20742 (smerge-resolve): Call `smerge-remove-props'.
20743 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20744 (smerge-keep-current): Ditto.
20745 (smerge-kill-current): New function.
20746 (smerge-match-conflict): Put text properties.
20747 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20748
20749 2004-03-15 David Ponce <david@dponce.com>
20750
20751 * ruler-mode.el (ruler-mode-left-fringe-cols)
20752 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20753 (ruler-mode-right-scroll-bar-cols): Remove.
20754 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20755 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20756 Use fringe-columns and scroll-bar-columns.
20757
20758 2004-03-15 Masatake YAMATO <jet@gyve.org>
20759
20760 * hl-line.el (hl-line-range-function): New variable.
20761 (hl-line-move): New function.
20762 (global-hl-line-highlight): Use `hl-line-move'.
20763 (hl-line-highlight): Ditto.
20764
20765 * scroll-bar.el (scroll-bar-columns):
20766 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20767
20768 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20769 (ruler-mode-left-fringe-cols)
20770 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20771 (ruler-mode-right-scroll-bar-cols)
20772 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20773 (ruler-mode-ruler-function): New variable.
20774 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20775 if the value for `ruler-mode-ruler-function' is given.
20776
20777 * hexl.el (hexl-mode-hook): Make the hook customizable.
20778 (hexl-address-area, hexl-ascii-area): New customize variables.
20779 (hexlify-buffer): Put font-lock-faces on the address area and
20780 the ascii area.
20781 (hexl-activate-ruler): New function.
20782 (hexl-follow-line): New function.
20783 (hexl-highlight-line-range): New function.
20784 (hexl-mode-ruler): New function.
20785
20786 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20787
20788 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20789 (vc-default-find-file-hook): New fun.
20790 (vc-find-file-hook): Call new find-file-hook operation.
20791
20792 * vc-arch.el: New file.
20793
20794 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20795
20796 * info-look.el (info-lookup): Reuse an existing Info window.
20797
20798 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20799
20800 * woman.el (woman-preserve-ascii): Default value changed to t and
20801 doc string revised.
20802
20803 2004-03-12 Richard M. Stallman <rms@gnu.org>
20804
20805 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20806 Fix minor bug.
20807
20808 * replace.el (occur-engine): Change message for count of matches.
20809
20810 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20811 For strings, do compare text properties.
20812
20813 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20814
20815 * progmodes/compile.el (compile-auto-highlight)
20816 (compilation-error-list, compilation-old-error-list)
20817 (compilation-parse-errors-function, compilation-parsing-end)
20818 (compilation-error-message, compilation-directory-stack)
20819 (compilation-enter-directory-regexp-alist)
20820 (compilation-leave-directory-regexp-alist)
20821 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20822 (compilation-current-file, compilation-regexps): Remove vars.
20823
20824 (compile-error-at-point, compilation-error-filedata)
20825 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20826 (compilation-next-error-locus, compilation-forget-errors)
20827 (count-regexp-groupings, compilation-parse-errors)
20828 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20829
20830 (compile-internal): Make obsolete.
20831
20832 (compilation-first-column, compilation-error)
20833 (compilation-directory-matcher, compilation-page-delimiter)
20834 (compilation-mode-font-lock-keywords, compilation-debug)
20835 (compilation-error-face, compilation-warning-face)
20836 (compilation-info-face, compilation-line-face)
20837 (compilation-column-face, compilation-enter-directory-face)
20838 (compilation-leave-directory-face, compilation-skip-threshold)
20839 (compilation-skip-visited, compilation-context-lines): New vars.
20840
20841 (compilation-warning-face, compilation-info-face)
20842 (compilation-message-face): New faces.
20843
20844 (compilation-error-regexp-alist-alist): New constant.
20845
20846 (compilation-face, compilation-directory-properties)
20847 (compilation-assq, compilation-error-properties, compilation-start)
20848 (define-compilation-mode, compilation-loop)
20849 (compilation-set-window): New functions.
20850
20851 (compile): Additional argument for interactive compiles like TeX.
20852
20853 * progmodes/grep.el (kill-grep): Move here from compile.el
20854 (grep-error, grep-hit-face, grep-error-face)
20855 (grep-mode-font-lock-keywords): New variables.
20856 (grep-regexp-alist): Simplify regexp and add `binary' case.
20857 (grep-mode): New mode.
20858 (grep-process-setup): Simplify.
20859
20860 2004-03-11 Jason Rumney <jasonr@gnu.org>
20861
20862 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20863 letters on DOS/Windows.
20864
20865 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20866
20867 * server.el (server-name): New var.
20868 (server-socket-dir): New var to replace server-socket-name.
20869 (server-start): Use them.
20870
20871 2004-03-11 Simon Josefsson <jas@extundo.com>
20872
20873 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20874 died to avoid infloop. Reported by Jonathan Glauner
20875 <jglauner@sbum.org>.
20876
20877 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20878
20879 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20880 (smerge-mode-menu): Use it to deactivate menu entries.
20881 (smerge-keep-current): New fun.
20882 (smerge-keep-current): Use it.
20883
20884 2004-03-10 John Paul Wallington <jpw@gnu.org>
20885
20886 * foldout.el (foldout-fold-list, foldout-modeline-string):
20887 Declare them as variables, not constants.
20888
20889 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20890
20891 * ps-print.el: Modification to print *Messages* buffer.
20892 (ps-print-version): New version 6.6.4.
20893 (ps-message-log-max): New fun.
20894 (ps-spool-without-faces, ps-spool-with-faces)
20895 (ps-count-lines-preprint): Code fix.
20896
20897 * printing.el: New tips in Tips section.
20898
20899 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20900
20901 * delim-col.el: Doc fix.
20902
20903 * printing.el: Doc fix. New doc section (Tips).
20904
20905 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20906
20907 * type-break.el (type-break-emacs-variant): Remove.
20908 (type-break-run-at-time, type-break-cancel-function-timers):
20909 Use fboundp rather than version name and number.
20910
20911 2004-03-09 Masatake YAMATO <jet@gyve.org>
20912
20913 * hexl.el (hexl-mode): Use `make-local-variable' instead of
20914 `make-variable-buffer-local'.
20915
20916 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20917
20918 * find-dired.el (find-dired): Call `shell-command' instead of
20919 `start-process-shell-command'. By this, Tramp takes over
20920 handling of remote directories.
20921
20922 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20923
20924 * newcomment.el (comment-use-global-state): New var.
20925 (comment-search-forward): Use it.
20926
20927 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20928
20929 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20930
20931 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20932 (enable-kinsoku): Make it a defcustom.
20933 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20934 paragraph to same-comment-start-marker.
20935
20936 2004-03-07 Dave Love <fx@gnu.org>
20937
20938 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20939 (browse-url-mail): Use it.
20940
20941 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20942 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20943
20944 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20945
20946 * woman.el (woman-man.conf-path): Doc fix.
20947 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20948
20949 2004-03-07 Eli Zaretskii <eliz@gnu.org>
20950
20951 * sort.el (sort-columns): Remove ms-dos from the list of systems
20952 where the external `sort' command is not used.
20953
20954 2004-03-07 Kim F. Storm <storm@cua.dk>
20955
20956 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20957 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20958 from overlay-arrow-variable-list.
20959 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20960
20961 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
20962
20963 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20964 overlay arrow string properly for the assembler buffer.
20965
20966 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20967
20968 * mail/sendmail.el (mail-mode): Fix last change.
20969
20970 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
20971
20972 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20973 for the assembler buffer.
20974 (gdb-assembler-custom): Position the overlay arrow.
20975 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20976
20977 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20978
20979 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20980
20981 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20982 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20983
20984 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20985
20986 * newcomment.el (uncomment-region): Allow non-terminated comment.
20987 (comment-normalize-vars): Check the user-specified comstart marker.
20988
20989 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20990
20991 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20992 Otherwise, do use it if the region only contains font-lock text
20993 properties.
20994
20995 2004-03-04 Masatake YAMATO <jet@gyve.org>
20996
20997 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20998 as the callback function for eldoc.
20999 (hexl-print-current-point-info): New function.
21000 (hexl-current-address): Print the address in both decimal
21001 and hexadecimal format.
21002
21003 2004-03-04 Richard M. Stallman <rms@gnu.org>
21004
21005 * mail/rmail.el (rmail-convert-to-babyl-format):
21006 Specify t for UNIBYTE when calling mail-unquote-printable-region.
21007
21008 * mail/mail-utils.el (mail-unquote-printable-region):
21009 New arg UNIBYTE.
21010
21011 * startup.el (command-switch-alist): Doc fix.
21012
21013 * simple.el (undo): Temporarily set this-command to `undo-start',
21014 then set it to `undo' once undo-start returns without error.
21015
21016 * simple.el (minibuffer-history-sexp-flag): Doc fix.
21017
21018 * simple.el (kill-line): Don't disregard trailing whitespace
21019 in eol condition, if show-trailing-whitespace is set.
21020
21021 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21022 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21023 When disabling, restore old values only if mouse-sel-has-been-enabled.
21024
21025 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21026 (isearch-{-char): New function.
21027 (isearch-mode-map): Bind { to isearch-{-char.
21028
21029 * font-lock.el (lisp-font-lock-keywords-2):
21030 Turn off the CL with-... and do-... general patterns.
21031 Instead, recognize several specific with... and do... constructs.
21032
21033 * files.el (switch-to-buffer-other-window):
21034 Bind same-window-buffer-names and same-window-regexps to nil.
21035 (switch-to-buffer-other-frame): Likewise.
21036
21037 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21040 recognizing leading comment on code line.
21041
21042 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21045 hidden files/directories.
21046
21047 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21048
21049 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21050 only comment-start (in case the mode hasn't set it).
21051
21052 * Makefile.in (AUTOGENEL): New var.
21053 (bootstrap-prepare): Rename from bootstrap-clean.
21054 Don't remove elc files.
21055 (maintainer-clean): New target.
21056
21057 * xml.el (xml-get-attribute-or-nil): Simplify.
21058
21059 2004-03-02 Juri Linkov <juri@jurta.org>
21060
21061 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21062 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21063 URL to prevent their substitution with the environment variable
21064 values by browsers.
21065
21066 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21067
21068 * ps-print.el: Doc fix.
21069 (ps-print-version): New version number (6.6.3).
21070 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21071 Docstring fix.
21072 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21073 before printing.
21074 (ps-time-stamp-yyyy-mm-dd): New fun.
21075 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21076
21077 2004-03-02 Kim F. Storm <storm@cua.dk>
21078
21079 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21080
21081 2004-03-01 Juanma Barranquero <lektu@terra.es>
21082
21083 * allout.el (allout-rebullet-heading): Fix typo in docstring.
21084
21085 * desktop.el (desktop-file-version)
21086 (desktop-after-read-hook): Fix typos.
21087 (desktop-clear-preserve-buffers): Remove redundant info in
21088 docstring already shown by the obsolescence message.
21089 (desktop-truncate, desktop-internal-v2s)
21090 (desktop-value-to-string): Change argument name to match docstring.
21091
21092 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21093
21094 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21095 docstring.
21096
21097 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21098
21099 * printing.el: Replace "As Is..." in PostScript file print/preview by
21100 "No Preprocessing...". Suggested by Colin Marquardt
21101 <_marquardt_@zmd.de>.
21102 (pr-insert-section-4): Adjust buffer interface.
21103
21104 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
21105
21106 Version 2.0.39 of Tramp released.
21107
21108 * net/tramp.el (tramp-handle-file-local-copy)
21109 (tramp-handle-write-region, tramp-open-connection-rsh):
21110 Variable name typo. Small change. From Patrick Tullmann
21111 <tullmann@flux.utah.edu>.
21112 (tramp-process-connection-type): New variable.
21113 (tramp-maybe-open-connection): Use it.
21114 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21115 (tramp-touch): Set last-modified time of a remote file.
21116 (tramp-handle-write-region): Say which function is used when encoding.
21117
21118 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
21119
21120 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21121 case of non-existing filename, too. Reported by Christoph Bauer
21122 <c_bauer@informatik.uni-kl.de>.
21123 (tramp-smb-get-file-entries): The directory in question should
21124 have permissions "drwxrwxrwx". Just virtual, because we don't
21125 know the real permissions. Don't we know?
21126 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21127 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21128 (tramp-smb-wait-for-output): Optimize algorithm getting pending
21129 output. If it was received chunkwise, there have been problems.
21130 Remove the "prompt not found" error message; it is obvious.
21131 Simplify algorithm.
21132 (tramp-smb-process-running): Remove. Since we acknowledge the
21133 virtual prompt for shares, there's no need for distinction of
21134 reading shares (process ends afterwards) and interactive mode of
21135 smblient.
21136 (tramp-smb-open-connection): Setting process sentinel removed.
21137 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21138 "NT_STATUS_NETWORK_ACCESS_DENIED".
21139 (tramp-smb-maybe-open-connection): Set `process-connection-type'
21140 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21141 (top-level): Setting default value in `tramp-default-method-alist'
21142 corrected. Order of USER and HOST have been wrong.
21143 Nobody complained for months ...
21144 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21145 (tramp-smb-open-connection): Clear password cache if login has failed.
21146
21147 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21148 `tramp-unified-filenames'.
21149 (tramp-completion-mode): Make test for XEmacs explicitly.
21150 `event-to-character' can exists in Emacs packages too.
21151 Reported by Matt Swift <swift@alum.mit.edu>.
21152 (tramp-buffer-name): Buffer name must contain the user if exists.
21153 Reported by Adrian Phillips <a.phillips@met.no>.
21154 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21155 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21156 (tramp-do-copy-or-rename-file-out-of-band): Rename from
21157 `tramp-do-copy-or-rename-file-one-local', because it handles also
21158 the case both files use the same out-of-band method.
21159 Implementation added.
21160 (tramp-handle-file-local-copy, tramp-handle-write-region):
21161 Out-of-band handling removed. `copy-file' called instead, which
21162 calls `tramp-do-copy-or-rename-file-out-of-band'.
21163 (tramp-action-password): Check for out-of-band method removed.
21164 This function is used for 'login-program.
21165 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21166 appropriate.
21167 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21168 and `tramp-parse-sknownhosts'.
21169 (tramp-completion-function-alist): It's a defvar now, because we
21170 want to apply the optimized `tramp-set-completion-function'
21171 instead of a static list.
21172 (tramp-set-completion-function): Implementation tuned.
21173 Avoid double entries, and entries where the function or the
21174 file/directory doesn't exist.
21175 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21176 for SSH2.
21177 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21178 (tramp-handle-dired-compress-file): New function.
21179 (tramp-async-proc): New variable.
21180 (tramp-handle-shell-command): Adding asynchronous processes.
21181 They are far from being perfect, but it works at least for
21182 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21183 (top-level): Require password.el if visible. Should be mandatory
21184 once No Gnus has found its way into (X)Emacs.
21185 (tramp-read-passwd): Invoke `password-read' if available,
21186 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
21187 fallback any longer.
21188 (tramp-clear-passwd): New function.
21189 (tramp-process-actions, tramp-process-multi-actions):
21190 Clear password cache if login has failed.
21191
21192 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
21193 its own module.
21194 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21195 `ange-ftp-ftp-name-res'. There could be incorrect values from
21196 previous calls in case the "ftp" method is used in the Tramp file
21197 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21198
21199 2004-02-28 Richard M. Stallman <rms@gnu.org>
21200
21201 * term.el (term-mouse-paste): Call mouse-set-point.
21202
21203 * thumbs.el: New file.
21204
21205 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21206
21207 * progmodes/ebnf-abn.el: Doc fix.
21208
21209 * progmodes/ebnf-bnf.el: Doc fix.
21210 (ebnf-repeat): Code fix.
21211
21212 * progmodes/ebnf2ps.el: Doc fix.
21213 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21214
21215 2004-02-28 Juri Linkov <juri@jurta.org>
21216
21217 * ffap.el (dired-at-point): Additional writability test for
21218 relative directory names.
21219 (dired-at-point-prompter): Treat directories as a directory, get
21220 the directory component from files.
21221 (ffap-string-at-point): Return string from region if region is active.
21222 (ffap-file-at-point): Remove redundant code.
21223
21224 2004-02-28 Kim F. Storm <storm@cua.dk>
21225
21226 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21227 Initialize margin area images to nil.
21228 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21229 (breakpoint-enabled-bitmap-face)
21230 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21231 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21232 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21233 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21234 (gdb-reset): Use gdb-remove-breakpoint-icons.
21235 (gdb-put-string): Add dprop arg to specify alternative display
21236 property (for setting fringe bitmap).
21237 (gdb-remove-strings): Doc fix.
21238 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21239 icon in fringe (if available), or else as icon or text in display
21240 margin. Creates necessary icons in breakpoint-bitmap,
21241 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21242 Also make left window margin if required.
21243 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21244 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
21245 no longer needed.
21246 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21247 gdb-put-breakpoint-icon.
21248 (gdb-assembler-mode): Don't set left-margin-width here.
21249
21250 2004-02-27 Kevin Ryde <user42@zip.com.au>
21251
21252 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21253 comma, so that it DTRT in macros.
21254
21255 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
21256
21257 * progmodes/sh-script.el (sh-shell-arg)
21258 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21259 (sh-leading-keywords, sh-other-keywords): Fix custom type.
21260
21261 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
21262
21263 * faces.el (face-spec-set-match-display): Add a new attribute,
21264 `min-colors'.
21265 (region, highlight, secondary-selection): Use `min-colors'.
21266
21267 * custom.el (defface): Add documentation for `min-colors'.
21268
21269 * font-lock.el (font-lock-comment-face, font-lock-string-face)
21270 (font-lock-keyword-face, font-lock-function-name-face)
21271 (font-lock-variable-name-face, font-lock-constant-face):
21272 Use `min-colors'.
21273
21274 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21275
21276 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21277
21278 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
21279 define assq-delete-all if it's not defined.
21280 (ebnf-generate-region): Code fix.
21281
21282 * printing.el: Doc fix.
21283 (pr-version): New version number (6.7.2).
21284 (pr-command): Return empty string if command is an empty string.
21285
21286 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21287
21288 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21289
21290 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
21291 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21292 semi-down-full. Fix a bug on productions like test = {"test"}* | (
21293 "tt" ["test"] ). Reported by Markus Dreyer
21294 <mdreyer@ix.urz.uni-heidelberg.de>.
21295 (ebnf-version): New version number (4.0).
21296 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21297 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21298 (ebnf-delete-style): New commands.
21299 (ebnf-directory, ebnf-file): New funs.
21300 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21301 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21302 (ebnf-syntax-alist): New var.
21303 (ebnf-element-width): New fun replacing ebnf-list-width.
21304 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21305 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21306 (ebnf-prologue): Adjust vars.
21307 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21308 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21309 (ebnf-check-style-values, ebnf-generate-production)
21310 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21311 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21312 (ebnf-token-repeat): Code fix.
21313
21314 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21315 %right, %left and %prec. Suggested by Matthew K. Junker
21316 <junker@alum.mit.edu>.
21317 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21318
21319 * progmodes/ebnf-iso.el: Doc fix.
21320 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21321 (ebnf-iso-lex): Code fix.
21322
21323 * progmodes/ebnf-bnf.el: Doc fix.
21324 (ebnf-bnf-lex): Code fix.
21325
21326 * progmodes/ebnf-otz.el: Doc fix.
21327
21328 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21329
21330 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21331 (abbrev-prefix-mark): Doc fix.
21332
21333 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
21334
21335 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21336 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21337 (gdb-var-delete): Make interactive (really).
21338 (gdb-edit-value): Make non-interactive.
21339
21340 * progmodes/gud.el (gud-speedbar-menu-items):
21341 Add gdb-var-delete and, indirectly, gdb-edit-value.
21342 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21343 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21344 (gud-gdb-marker-filter): Add comment for annotations.
21345
21346 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21347
21348 * calendar/calendar.el (generate-calendar)
21349 (calendar-read-date): Prevent display of BC calendars once more -
21350 reverts 2003-10-01 change.
21351 (generate-calendar-month): Doc fix.
21352
21353 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21354
21355 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21356 return value of increment-calendar-month.
21357
21358 2004-02-21 Stephen Compall <s11@member.fsf.org>
21359
21360 * saveplace.el (save-place-forget-unreadable-files)
21361 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21362 (save-place-forget-unreadable-files): New function.
21363 (save-place-alist-to-file): Use it to filter out files that are
21364 no longer readable.
21365
21366 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21367 current Texinfo environment, using the same method as in
21368 `texinfo-insert-@end', and insert a space rather than a newline if
21369 point in a @table environment.
21370
21371 2004-02-21 Juri Linkov <juri@jurta.org>
21372
21373 * ffap.el (ffap-file-at-point): Try parent directories.
21374
21375 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21376
21377 * vcursor.el (vcursor-modifiers): New defcustom.
21378 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21379 hard-coded list.
21380
21381 2004-02-21 Masatake YAMATO <jet@gyve.org>
21382
21383 * play/animate.el (animate-birthday-present): Accept names other
21384 than `Sarah', too.
21385
21386 2004-02-21 Juri Linkov <juri@jurta.org>
21387
21388 * startup.el: Remove table of command line arguments from the
21389 Commentary section.
21390
21391 2004-02-20 John Wiegley <johnw@newartisans.com>
21392
21393 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21394 again" modifier from 'e' to 'E', since 'e' is also used by the
21395 "file extension" modifier.
21396
21397 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21398
21399 * help-fns.el (describe-categories): Doc fix.
21400
21401 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21402
21403 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21404 temporary file for buffer already visiting one. This change makes
21405 output likely to be directly usable by patch program.
21406 Suggested by Adrian Aichner <adrian@xemacs.org>
21407
21408 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
21409
21410 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21411 case of variables defined in compound statements.
21412 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21413 Simplify constructions using switch-to-buffer.
21414
21415 2004-02-19 Simon Josefsson <jas@extundo.com>
21416
21417 * play/morse.el: Fix typo.
21418 (morse-code): Add @.
21419
21420 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21421
21422 * calendar/appt.el (appt-display-format): Change default to
21423 'ignore, for backwards compatibility.
21424 (appt-display-message): If appt-display-format is 'ignore,
21425 respect old vars appt-msg-window and appt-visible.
21426 (appt-activate): Don't depend on return value of cancel-timer.
21427
21428 * calendar/calendar.el (calendar-holidays): Doc fix.
21429
21430 * calendar/cal-coptic.el (coptic-prompt-for-date):
21431 Use assoc-string instead of assoc-ignore-case.
21432 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21433 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21434 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21435 * calendar/cal-islam.el (calendar-goto-islamic-date)
21436 (mark-islamic-diary-entries): Ditto.
21437 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21438 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21439 (calendar-read-mayan-tzolkin-date): Ditto.
21440 * calendar/calendar.el (calendar-read-date): Ditto.
21441 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21442
21443 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21444
21445 * progmodes/executable.el (executable-command-find-posix-p):
21446 Fix choice of the directory.
21447
21448 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21449
21450 * simple.el (interprogram-cut-function)
21451 (interprogram-paste-function, kill-new, kill-append):
21452 Doc fixes.
21453 (kill-region): Make it return nil. Doc fix.
21454 (yank-pop): Make its argument optional.
21455 (yank): Make ARG `-' equivalent to `-1'.
21456
21457 2004-02-17 Eli Zaretskii <eliz@gnu.org>
21458
21459 * mail/rmail.el (rmail-get-new-mail): Don't reference
21460 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21461
21462 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21463
21464 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21465 if one of global-auto-revert-non-file-buffers or autorevert-mode
21466 is non-nil.
21467
21468 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21469
21470 * subr.el (delete-dups): A better implementation from Karl Heuer
21471 <kwzh@gnu.org>.
21472
21473 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21474
21475 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21476 correct place.
21477 * progmodes/icon.el (icon-indent-command): Ditto.
21478 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21479
21480 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21481
21482 * progmodes/grep.el (grep-compute-defaults): Undo change from
21483 2004-01-29: don't use executable-command-find-posix-p.
21484
21485 2004-02-16 Richard Sharman <rsharman@pobox.com>
21486
21487 * hilit-chg.el: Use require instead of eval-and-compile.
21488 (highlight-compare-buffers): New function.
21489
21490 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21491
21492 * man.el (Man-fontify-manpage): Render section headings in
21493 `Man-overstrike-face' even when overstrike was not used by man
21494 formatter for section headings.
21495
21496 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21497
21498 * rmail-spam-filter.el (vm-use-spam-filter)
21499 (rsf-min-region-length-added-to-spam-list): New variables.
21500 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21501 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
21502 spam testing. Don't delete spam message if automatic deletion
21503 after output via variable rmail-delete-after-output is turned on.
21504 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21505 rsf-bbdb-dont-create-entries-for-spam.
21506 (check-field): New function, extracted from code in
21507 rmail-spam-filter to ease addition of header fields like content-type.
21508 (message-content-type): New variable to check the content-type:
21509 field added, also in defcustom of rsf-definitions-alist.
21510 (rmail-spam-filter): Replace repeated test code for header fields
21511 by calls to check-field; change the call to
21512 rmail-output-to-rmail-file such that rmail-current-message stays
21513 the same to avoid wrong deletion of unseen flags.
21514 (rsf-add-contents-type): New function to convert old format
21515 of rmail-spam-definitions-alist into new one.
21516 Change prefixes of all variables and functions from
21517 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21518
21519 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21520
21521 * loadhist.el (unload-hook-features-list): New defvar.
21522
21523 2004-02-16 Dave Love <fx@gnu.org>
21524
21525 * loadhist.el (unload-feature): Doc fix. Rename flist to
21526 unload-hook-features-list.
21527
21528 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
21529
21530 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21531 cookie. Don't check if we are looking-at open-formula.
21532
21533 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21534
21535 * subr.el (match-string-no-properties): Use substring-no-properties.
21536
21537 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21538
21539 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21540 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21541 Use lower-case "rx" in all error message.
21542
21543 2004-02-16 Dave Love <fx@gnu.org>
21544
21545 * emacs-lisp/rx.el (rx-or): Put group around result.
21546 (rx-constituents): Add backref.
21547 (rx-syntax): Add string-delimiter, comment-delimiter.
21548 (rx-categories): Add combining-diacritic.
21549 (rx-check-not, rx-greedy, rx): Doc fix.
21550 (rx-backref, rx-check-backref): New.
21551
21552 2004-02-16 Jesper Harder <harder@ifa.au.dk>
21553
21554 * newcomment.el (uncomment-region): Allow eob as comment end.
21555
21556 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21557
21558 * filecache.el: All message and error commands now use prefix
21559 "Filecache:" to make it easy to read *Messages* buffer.
21560
21561 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21562
21563 * autorevert.el: Add support to detect changed dired and VC buffers.
21564 (auto-revert-active-p, auto-revert-list-diff)
21565 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21566 (auto-revert-handler, auto-revert-active-p): New functions.
21567 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21568 and `auto-revert-active-p'.
21569 (eval-when-compile): Defvar dired-directory and vc-mode.
21570 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21571 (auto-revert-handler-vc): New functions.
21572
21573 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21574
21575 * progmodes/compile.el (compilation-directory): New defvar.
21576 (compile): Save current directory in compilation-directory.
21577 (recompile): Bind default-directory to compilation-directory if
21578 that is non-nil.
21579
21580 2004-02-16 Dave Love <fx@gnu.org>
21581
21582 * newcomment.el (comment-insert-comment-function)
21583 (comment-region-function, uncomment-region-function): New.
21584 (comment-indent): Use comment-insert-comment-function.
21585 (uncomment-region): Use uncomment-region-function.
21586 (comment-region): Use comment-region-function.
21587
21588 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21589
21590 2004-02-16 Richard Stallman <rms@gnu.org>
21591
21592 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21593 loaddefs* and ldefs-boot*.
21594
21595 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21596
21597 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21598 and email address at the beginning and end of the address.
21599
21600 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21601 anchored at the beginning of the email address.
21602
21603 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21604
21605 * international/ccl.el (ccl-compile-write): Pass `left' to
21606 ccl-embed-code to generate correct code of write-expr-register.
21607
21608 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21609
21610 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21611
21612 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21613
21614 * x-dnd.el: Mention support for Motif in commentary.
21615 (x-dnd-handle-drag-n-drop-event): Ditto.
21616
21617 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21618
21619 * ses.el: Use "ses--" prefixes for buffer-local variables.
21620 Use (point-min) instead of 1, even when we know the buffer
21621 is unnarrowed.
21622 (ses-build-load-map): Delete. Distribute its content to defconsts for
21623 the three maps.
21624 (ses-menu, ses-header-line-menu): New menus.
21625 (ses-mode-map): Use them.
21626 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21627
21628 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21629
21630 * Makefile.in: Fix the CC Mode recompile kludge so it works
21631 when building in a different directory.
21632
21633 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21634
21635 * simple.el (kill-new): Put yank-handler property on the entire string.
21636
21637 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * diff.el: Don't use compile any more, use diff-mode instead.
21640 (diff-regexp-alist, diff-old-file, diff-new-file)
21641 (diff-parse-differences, diff-process-setup): Remove.
21642 (diff-sentinel): New fun.
21643 (diff): Use it. Run the process ourselves.
21644 Use diff-mode for the rest of the processing.
21645
21646 * diff.el (diff): Simplify code handling `switch'.
21647
21648 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21649
21650 * pcvs-defs.el (cvs-menu): Add `tag'.
21651
21652 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21653
21654 * simple.el (kill-append): Doc fix.
21655
21656 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21657 Adapt outline-regexp to the new conventions for commenting out code.
21658
21659 2004-02-11 John Paul Wallington <jpw@gnu.org>
21660
21661 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21662
21663 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * diff.el (diff-switches): New fun.
21666 (diff, diff-backup): Use it.
21667 (diff): Clean up the args construction. Use backquote.
21668 Use listp instead of consp to avoid putting a nil arg.
21669 (diff): Add a revert-buffer function.
21670
21671 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21672
21673 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21674 handled by x-dnd-handle-file-name.
21675 (x-dnd-known-types): Add COMPOUND_TEXT.
21676 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21677 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21678 x-dnd-empty-state.
21679 (x-dnd-forget-drop): Ditto.
21680 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21681 (x-dnd-handle-one-url): Return private when inserting text.
21682 (x-dnd-insert-ctext): New function.
21683 (x-dnd-handle-file-name): New function for FILE_NAME.
21684 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21685 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21686 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21687
21688 2004-02-10 Kenichi Handa <handa@m17n.org>
21689
21690 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21691 instead of while loop.
21692
21693 2004-02-10 Miles Bader <miles@gnu.org>
21694
21695 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21696
21697 2004-02-09 Kenichi Handa <handa@m17n.org>
21698
21699 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21700 have end-of-line.
21701
21702 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21703
21704 * Makefile.in: Added extra dependencies in the recompile target
21705 needed to cope with the compile time macro expansions in CC Mode.
21706
21707 2004-02-09 Kim F. Storm <storm@cua.dk>
21708
21709 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21710 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21711 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21712 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21713 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21714 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21715 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21716 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21717 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21718 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21719 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21720
21721 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21722
21723 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21724 Don't allow shrink if there's a window on our right.
21725
21726 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21727 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21728 Bring together declaration and initialization.
21729 (prolog-mode-variables): Don't set the syntax table.
21730 Don't set paragraph-start and comment-indent-function.
21731 Add /*..*/ to the comment regexps.
21732 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21733 (prolog-mode-map): Don't bind TAB.
21734 (prolog-mode): Set the syntax table.
21735 (prolog-comment-indent): Remove.
21736 (inferior-prolog-mode-map): Initialize in the declaration.
21737 (inferior-prolog-mode-syntax-table)
21738 (inferior-prolog-mode-abbrev-table): New vars.
21739 (inferior-prolog-mode): Derive from comint-mode.
21740 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21741 minibuffer windows.
21742
21743 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21744 in file names, as long as it is unambiguous.
21745
21746 2004-02-08 Andreas Schwab <schwab@suse.de>
21747
21748 * textmodes/reftex-toc.el
21749 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21750 format. Doc fix.
21751
21752 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21753 format string arguments.
21754
21755 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21756 string argument.
21757
21758 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21759
21760 * play/zone.el (zone-call): Fix format string.
21761
21762 * net/webjump.el (webjump-builtin): Add missing format string argument.
21763
21764 * midnight.el (midnight-delay-set): Remove extra format string
21765 argument.
21766
21767 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21768
21769 * hexl.el (hexl-insert-char): Add missing format string argument.
21770
21771 * format.el (format-decode): Fix format string.
21772
21773 * emulation/vi.el (vi-mode): Remove extra format string argument.
21774 (vi-repeat-last-search): Likewise.
21775 (vi-reverse-last-search): Likewise.
21776 (vi-goto-mark): Likewise.
21777 (vi-reverse-last-find-char): Likewise.
21778 (vi-repeat-last-find-char): Likewise.
21779 (vi-locate-def): Likewise.
21780
21781 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21782
21783 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21784 string argument.
21785 (ediff-toggle-regexp-match): Likewise.
21786
21787 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21788 format string argument.
21789
21790 * calc/calc-map.el (calc-get-operator): Remove extra format
21791 string argument.
21792
21793 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21794
21795 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21796 string argument.
21797
21798 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21799
21800 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21801
21802 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21803
21804 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21805 (cl-struct-setf-expander): Likewise.
21806
21807 * vc.el (with-vc-file): Fix unsafe uses of error.
21808 (vc-cancel-version): Likewise.
21809
21810 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21811
21812 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21813 thousands separator; fixes <class>:<line-number> regexp for
21814 non-english locales.
21815
21816 2004-02-08 Andreas Schwab <schwab@suse.de>
21817
21818 * view.el (view-mode-enable): Revert previous change.
21819
21820 2004-02-07 Kim F. Storm <storm@cua.dk>
21821
21822 * simple.el (line-number-at-pos): Rename from line-at-pos.
21823 Uses changed (what-line and vc-annotate-warp-version).
21824
21825 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21828 (diff-mode): Remove aborted attempt at support for compile.el.
21829 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21830
21831 2004-02-06 Andreas Schwab <schwab@suse.de>
21832
21833 * view.el (view-mode-enable): Add view-mode-map to
21834 minor-mode-overriding-map-alist.
21835
21836 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21837
21838 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21839
21840 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21841
21842 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21843 with point inside rather than after the paragraph.
21844
21845 2004-02-04 Sam Steingold <sds@gnu.org>
21846
21847 * mail/smtpmail.el (smtpmail-try-auth-methods):
21848 Do not try authentication when no mechanism is available.
21849 Pass port-name as defaultport to `netrc-machine'.
21850
21851 2004-02-04 Stephen Eglen <stephen@gnu.org>
21852
21853 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21854 to show how minibuffer height can be constrained.
21855
21856 2004-02-04 John Paul Wallington <jpw@gnu.org>
21857
21858 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21859
21860 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21861
21862 * x-dnd.el: New file for drag and drop.
21863
21864 * term/x-win.el: require x-dnd, set after-make-frame-functions
21865 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21866 drag-n-drop event.
21867
21868 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21869 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21870 (dired-dnd-handle-file): New functions for drag and drop support.
21871 (dired-mode): Initialize drag and drop if x-dnd present.
21872
21873 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21874
21875 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21876 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21877 (cperl-mode): Set fill-paragraph-function.
21878 (cperl-fill-paragraph): Make it non-interactive.
21879
21880 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21881
21882 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21883
21884 2004-02-02 David Kastrup <dak@gnu.org>
21885
21886 * replace.el (perform-replace): Allow 'literal argument in
21887 regexp-flag to indicate literal replacement.
21888 (query-replace-regexp-eval): Use it.
21889
21890 2004-02-01 Andreas Schwab <schwab@suse.de>
21891
21892 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21893
21894 2004-02-01 Stephen Eglen <stephen@gnu.org>
21895
21896 * info-look.el: Add support for maxima-mode. Update commentary
21897 because info-lookup-symbol is now bound to C-h S.
21898
21899 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21900
21901 * simple.el (edit-and-eval-command): Bind print-level and
21902 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21903 Correct initial position in command-history.
21904
21905 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21906
21907 * files.el (read-directory-name): Adapt the docstring to recent
21908 change in Fread_file_name.
21909
21910 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21911
21912 * ses.el (ses-print-cell): If print format too wide for column
21913 width, truncate decimal places if that helps to avoid "#####" fill.
21914 * ses.el (ses-initial-column-width): Revert previous change.
21915
21916 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
21917
21918 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21919 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21920 Add edebug info.
21921 (jit-lock-mode): Setup/cancel the new timer.
21922 (jit-lock-context-fontify): New fun. Extracted from
21923 context fontification code of jit-lock-stealth-fontify.
21924 (jit-lock-stealth-fontify): Don't do context fontification any more.
21925
21926 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21927 (jit-lock-fontify-now): Handle the `quit' case.
21928 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21929
21930 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21931
21932 * progmodes/executable.el (executable-command-find-posix-p):
21933 New. Check if find handles arguments Posix-style.
21934
21935 * progmodes/grep.el (grep-compute-defaults):
21936 Use executable-command-find-posix-p.
21937 (grep-find): Check `grep-find-command'.
21938
21939 * filecache.el (file-cache-find-posix-p): Delete.
21940 (file-cache-add-directory-using-find):
21941 Use `executable-command-find-posix-p'.
21942
21943 2004-01-29 Dave Love <fx@gnu.org>
21944
21945 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21946 Iterate the hook function if arg is given.
21947 (mark-defun, narrow-to-defun): Change order of finding the limits.
21948
21949 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21950 (byte-compile-format-warn): New.
21951 (byte-compile-callargs-warn): Use it.
21952 (Format, message, error): Add byte-compile-format-like property.
21953 (byte-compile-maybe-guarded): New.
21954 (byte-compile-if, byte-compile-cond): Use it.
21955 (byte-compile-lambda): Compile interactive forms,
21956 just to make warnings about them.
21957
21958 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21959
21960 * ses.el (ses-initial-column-width): Increase to 14, so it will
21961 work well with the default printer of "%.7g" for extreme values
21962 like "-1.234567e+07".
21963
21964 2004-01-29 Kenichi Handa <handa@m17n.org>
21965
21966 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21967
21968 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21969
21970 * dos-w32.el: Added support for the `default-printer-name' function.
21971
21972 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21973
21974 * server.el (server-socket-name): Don't use the hostname in the
21975 socket name since /tmp is local to the host anyway.
21976
21977 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21978 robust check of widening and fix var-naming.
21979
21980 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21981
21982 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21983 or rmail-spam- to rsf- in all function and variable names.
21984 (rsf-min-region-to-spam-list): New variable.
21985 (rsf-bbdb-auto-delete-spam-entries): Rename from
21986 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21987 scanned together with the recipients field for spam testing; Don't
21988 delete spam message if rmail-delete-after-output is non-nil;
21989 (rsf-check-field): New function, extracted from code in
21990 rmail-spam-filter to ease addition of header fields like
21991 content-type:;
21992 (message-content-type): New variable. The content-type: field was
21993 added also in defcustom of rsf-definitions-alist;
21994 (rmail-spam-filter): Replace repeated test code for header fields
21995 by calls to check-field; change the call to
21996 rmail-output-to-rmail-file such that rmail-current-message stays
21997 the same to avoid wrong deletion of unseen flags.
21998 (rmail-use-spam-filter): Add autoload cookie.
21999
22000 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
22001
22002 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
22003 (file-cache-add-directory-using-find): Add Cygwin support.
22004 (file-cache-find-command-posix-flag): New user variable.
22005
22006 * filecache.el (file-cache-add-directory): Check for
22007 directories an remove them from dir-files.
22008
22009 2004-01-27 Richard M. Stallman <rms@gnu.org>
22010
22011 * man.el (Man-fontify-manpage): Clean up message.
22012
22013 2004-01-27 Kenichi Handa <handa@m17n.org>
22014
22015 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22016 (sentence-end): Define using sentence-end-without-space.
22017
22018 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22019 a sentence ends with one of a character in sentence-end-without-space.
22020
22021 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
22022
22023 * font-lock.el (font-lock): Add jit-lock as explicit group member.
22024 (jit-lock): Group declaration moved to jit-lock.el.
22025 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22026 when necessary.
22027
22028 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22029 (jit-lock-context-unfontify-pos): Rename from
22030 jit-lock-first-unfontify-pos.
22031 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22032
22033 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22034
22035 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22036 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22037 (fortran-fill): When filling a string, adjust re-search-backward
22038 argument for special case of string just on fill-column.
22039 When filling non-string, allow one extra char if
22040 fortran-break-before-delimiters is non-nil.
22041 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22042 Use fortran-break-delimiters-re and fortran-no-break-re to
22043 correctly handle cases such as "**".
22044
22045 * progmodes/f90.el (f90-break-delimiters): Doc fix.
22046 (f90-no-break-re): Add some extra tokens. Doc fix.
22047
22048 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
22049
22050 * mail/rmail-spam-filter.el:
22051 Use two semicolons as Commentary line prefix.
22052 Add ";;; Code:" stylized comment.
22053 Delete end-of-line whitespace.
22054 Wrap (require 'cl) with `eval-when-compile'.
22055
22056 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
22057
22058 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22059 at the top level of vc.el.
22060
22061 2004-01-23 Andre Spiegel <spiegel@gnu.org>
22062
22063 * vc.el (vc-current-line): Function removed. This is now done by
22064 the new function line-at-pos in simple.el.
22065 (vc-annotate-warp-version): Use line-at-pos instead of
22066 vc-current-line.
22067
22068 2004-01-22 Kim F. Storm <storm@cua.dk>
22069
22070 * simple.el (line-at-pos): New defun.
22071 (what-line): Use it. Optimize by only counting lines in narrowed
22072 region once.
22073
22074 2004-01-22 Kenichi Handa <handa@m17n.org>
22075
22076 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22077 point (register r1) only for charset mule-unicode-0100-24ff.
22078
22079 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
22080
22081 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22082 trailing white space and ensure a final newline.
22083
22084 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22085 Add autoload cookie.
22086
22087 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
22088
22089 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22090 activate view-mode explicitly.
22091
22092 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22093
22094 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22095 menu-bar-enable-clipboard and make Paste use clipboard first.
22096
22097 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22098
22099 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
22100 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22101 (vc-mcvs-cvs): Remove.
22102 (vc-mcvs-command): Remove use of assert.
22103
22104 * outline.el (outline-insert-heading): Tighten up match.
22105 (outline-demote, outline-move-subtree-down): Don't assume anything
22106 about outline-regexp.
22107
22108 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22109 (texinfo-show-structure): Explicitly add ^, and simplify.
22110
22111 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
22112
22113 * calendar/appt.el (appt-check): Restore usage of
22114 appt-issue-message deleted in previous change.
22115 (top-level): Activate package when loaded (needed for backwards
22116 compatibility).
22117
22118 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22119
22120 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22121 following previous change to smtpmail-send-data.
22122
22123 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
22124
22125 * vc.el (vc-default-previous-version): Doc enhancement.
22126 (vc-default-next-version): New function.
22127 (vc-print-log): New arg FOCUS-REV.
22128 (vc-annotate-mode): Derive from view-mode.
22129 (vc-annotate): New args REVISION, DISPLAY-MODE.
22130 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22131 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22132 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22133 (vc-annotate-show-diff-revision-at-line, vc-current-line)
22134 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22135
22136 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22137
22138 2004-01-19 Karl Berry <karl@gnu.org>
22139
22140 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22141 or "TexInfo".
22142
22143 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
22144
22145 * subr.el (delete-dups): New function.
22146
22147 2004-01-19 Karl Berry <karl@gnu.org>
22148
22149 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22150 with ^, since that's what texinfo-show-structure
22151 documentation says (plus it works much better in texinfo.txi).
22152
22153 2004-01-18 Jesper Harder <harder@ifa.au.dk>
22154
22155 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22156
22157 2004-01-18 David Ponce <david@dponce.com> (tiny change)
22158
22159 * progmodes/which-func.el (which-function-mode): Don't cancel
22160 which-func-update-timer if not set.
22161
22162 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
22163
22164 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22165 Remove spurious left square bracket in XX:XXam regexp.
22166
22167 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
22168
22169 * progmodes/cc-defs.el: Do not require cl at run time.
22170
22171 2004-01-16 Richard M. Stallman <rms@gnu.org>
22172
22173 * emacs-lisp/cl.el (cl-cannot-unload): New function.
22174 (cl-unload-hook): Defvar this to run cl-cannot-unload.
22175
22176 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22177 Call rmail-spam-filter. Delete and expunge spam.
22178 Print number of spam messages deleted.
22179 Save and restore the deletion status of old messages when reading
22180 new mail with spam filter, so that expunging spam does not expunge
22181 msgs deleted by the user.
22182 (rmail-only-expunge): Add an optional argument dont-show to
22183 prevent showing message after expunge.
22184
22185 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
22186
22187 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22188 * subr.el (declare): New macro.
22189
22190 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
22191
22192 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22193
22194 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
22195
22196 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22197 Test window-system rather than system-type (for X11/Mac).
22198
22199 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
22200
22201 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22202
22203 2004-01-12 Richard M. Stallman <rms@gnu.org>
22204
22205 * mail/rmail.el (rmail-convert-to-babyl-format):
22206 Use mail-unquote-printable-region.
22207 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22208 (rmail-hex-char-to-integer): Functions deleted.
22209
22210 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22211 (mail-unquote-printable-region): New arg NOERROR.
22212 For invalid encoding, either signal an error to just return nil.
22213
22214 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22215
22216 * calendar/appt.el: Update copyright and commentary.
22217 (appt-issue-message): Make obsolete.
22218 (appt-visible, appt-msg-window): Make obsolete, in favor of
22219 appt-display-format.
22220 (appt-display-mode-line, appt-display-duration)
22221 (appt-display-diary, appt-time-msg-list, appt-mode-string)
22222 (appt-prev-comp-time, appt-display-count, appt-timer)
22223 (appt-convert-time): Doc change.
22224 (appt-disp-window-function, appt-delete-window-function):
22225 Use defcustom rather than defvar.
22226 (appt-display-format): New variable.
22227 (appt-display-message): New function with display code from appt-check.
22228 (appt-check): Add optional FORCE argument. Doc change.
22229 Add appt-make-list to diary-hook if displaying diary.
22230 Remove checking of view-diary-entries-initially.
22231 Message display section removed to new function appt-display-message.
22232 (appt-display-window): Doc change. Remove unused internal var
22233 this-buffer. Do not beep, since appt-display-message does that.
22234 (appt-make-list): Doc change. Use caar.
22235 (appt-sort-list): Simplify by using builtin sort function.
22236 (appt-update-list): New function for updating appts when diary is
22237 saved.
22238 (appt-activate): New autoloaded function to toggle package
22239 functionality.
22240
22241 * calendar/cal-x.el: (calendar-one-frame-setup)
22242 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22243
22244 * calendar/calendar.el: Update copyright.
22245 (view-diary-entries-initially, european-calendar-style): Doc change.
22246 (calendar-setup): Make defcustom rather than defvar.
22247 (mark-visible-calendar-date): Initialize temp-face and faceinfo
22248 in let binding so local to function.
22249
22250 * calendar/diary-lib.el: Update copyright.
22251 (diary, diary-entry-time): Doc change.
22252 (list-diary-entries): Doc change. Trivial logic change.
22253 (fancy-diary-display): Restore make-face command mistakenly
22254 deleted 2003-05-08.
22255 (show-all-diary-entries): Allow to pop-up frame if needed.
22256
22257 2004-01-09 John Paul Wallington <jpw@gnu.org>
22258
22259 * bindings.el (mode-line-change-eol): Add EVENT parameter.
22260 Temporarily select EVENT's window for changing eol type.
22261
22262 2004-01-09 Deepak Goel <deego@gnufans.org>
22263
22264 * calendar/diary-lib.el (diary-entry-time):
22265 Also accept time in the form XX[.XX][am/pm/AM/PM].
22266 (fancy-diary-font-lock-keywords): Likewise.
22267 (diary-font-lock-keywords): Likewise.
22268 * calendar/appt.el (appt-add): Likewise.
22269 (appt-make-list): Likewise.
22270 (appt-convert-time): Likewise.
22271
22272 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
22273
22274 * gdb-ui.el (gdb-ann3): Revert previous change.
22275 (gdb-source-info): Allow for case of where compilation directory
22276 is not recorded.
22277
22278 2004-01-08 John Paul Wallington <jpw@gnu.org>
22279
22280 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22281
22282 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
22283
22284 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22285
22286 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22287 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22288 problems.
22289 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22290
22291 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
22292
22293 * files.el (write-file-functions, write-contents-functions):
22294 Clarify docstrings.
22295
22296 2004-01-07 Kenichi Handa <handa@m17n.org>
22297
22298 * international/mule.el (set-auto-coding): Fix for the case that
22299 end-of-line is only CR.
22300
22301 2004-01-07 Kim F. Storm <storm@cua.dk>
22302
22303 * subr.el (event-start, event-end): Doc fix.
22304 (posn-string, posn-image): New defuns.
22305 (posn-object): Return either image or string object.
22306 (posn-object-x-y): Return 8th element of position.
22307 (posn-object-width-height): New defun.
22308
22309 2004-01-06 Andreas Schwab <schwab@suse.de>
22310
22311 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22312 output.
22313
22314 2004-01-05 Karl Berry <karl@gnu.org>
22315
22316 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22317 / and *, too.
22318
22319 2003-12-31 Simon Josefsson <jas@extundo.com>
22320
22321 * files.el (before-save-hook): Add.
22322 (basic-save-buffer): Use before-save-hook.
22323
22324 * emacs-lisp/copyright.el: Fix comment to recommend
22325 before-save-hook instead of write-file-functions.
22326
22327 2004-01-05 Richard M. Stallman <rms@gnu.org>
22328
22329 * finder.el (finder-commentary): Call delete-other-windows.
22330
22331 * net/ange-ftp.el (ange-ftp-file-attributes):
22332 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22333
22334 2004-01-04 Karl Berry <karl@gnu.org>
22335
22336 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22337 comment characters % and # in the copyright year notice,
22338 as well as ;.
22339
22340 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22341
22342 * wid-edit.el (default): Define dummy :value-delete.
22343 Reported by Jesper Harder <harder@ifa.au.dk>.
22344
22345 2004-01-03 Richard M. Stallman <rms@gnu.org>
22346
22347 * progmodes/compile.el (compile-internal): Use point, not point-min,
22348 for set-window-point.
22349
22350 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22351
22352 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22353
22354 * progmodes/grep.el (grep-mode-map):
22355 Don't remap next-line, previous-line.
22356
22357 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22358
22359 * speedbar.el (speedbar-edit-line): Change regexp to position
22360 the cursor on the first character of this line's button.
22361
22362 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22363
22364 * subr.el (functionp): Doc fix.
22365
22366 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22367
22368 * progmodes/idlwave.el (idlwave-make-tags):
22369 * textmodes/flyspell.el (flyspell-large-region):.
22370 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22371 * emulation/viper-util.el (viper-glob-unix-files):
22372 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22373 * man.el (Man-init-defvars):
22374 * jka-compr.el (jka-compr-call-process):
22375 * files.el (get-free-disk-space,insert-directory):
22376 * ediff-ptch.el (ediff-test-patch-utility):
22377 * ediff-diff.el (ediff-test-utility):
22378 * dired-aux.el (dired-check-process):
22379 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22380 test the return value of call-process, because it can be a string.
22381
22382 2003-12-31 John Paul Wallington <jpw@gnu.org>
22383
22384 * bindings.el (completion-ignored-extensions): Add .pfsl.
22385
22386 2003-12-31 Kim F. Storm <storm@cua.dk>
22387
22388 * ido.el (ido-nonreadable-directory-p): New defun to check for
22389 nonreadable directory without activating tramp (to avoid problems
22390 with checking incomplete tramp paths).
22391 (ido-set-current-directory, ido-file-internal)
22392 (ido-file-name-all-completions1): Use it.
22393
22394 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22395
22396 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22397 documentation if the anchor (or node) name is preceded by `info
22398 anchor' or `Info anchor' in addition to earlier `info node' and
22399 `Info node'.
22400 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22401
22402 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22403
22404 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22405 error in arguments to base64-decode-region. Remove ^M characters
22406 after decoding base64.
22407
22408 2003-12-30 Simon Josefsson <jas@extundo.com>
22409
22410 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22411 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22412 have only been distributed with Emacs for some years.
22413 (texinfo-mode-hook): Customize.
22414
22415 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22416
22417 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22418 cleaner (suggested by Richard Stallman).
22419
22420 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22421 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22422 file-name clashes on 8+3 DOS filesystems.
22423
22424 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22425 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22426 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22427 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22428 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22429 file-name clashes on 8+3 filesystems.
22430
22431 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22432 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22433 file-name clashes on 8+3 DOS filesystems.
22434
22435 2003-12-29 Richard M. Stallman <rms@gnu.org>
22436
22437 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22438 Upcase the character.
22439
22440 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22441 Search for header separator alone on a line, literally,
22442 and search for it backward, not forward.
22443 (flyspell-abbrev-table): Always use global-abbrev-table
22444 if there is no local one.
22445
22446 * progmodes/sh-script.el (sh-get-indent-info):
22447 Don't move point back if at bob.
22448
22449 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22450
22451 * play/handwrite.el (handwrite): Make the handwrite credit message
22452 a comment rather than an output command.
22453
22454 * obsolete/sc.el: Display message that this file is obsolete.
22455
22456 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22457
22458 * mail/rfc822.el (rfc822-address-start): Declare variable.
22459 Renamed from address-start. All uses changed.
22460
22461 * term.el (term-exec): Set up sentinel.
22462 (term-sentinel): New function.
22463 (term-handle-exit): New function.
22464
22465 * subr.el (assoc-ignore-case, assoc-ignore-representation):
22466 Use assoc-string, and mark them obsolete.
22467 (delay-mode-hooks): Mark as permanent local.
22468
22469 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22470
22471 * register.el (copy-rectangle-to-register): Doc fix.
22472
22473 * info.el (Info-insert-dir): Use assoc-string.
22474
22475 * info-look.el (info-lookup): Use assoc-string.
22476
22477 * frame.el (pop-up-frame-function): Use quote, not `function'.
22478 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22479 copying with lists as coordinate values.
22480
22481 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22482
22483 * find-dired.el (kill-find): New command.
22484 (find-dired): Make buffer read-only.
22485 Set up a keymap with C-c C-k running kill-find.
22486 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22487
22488 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22489
22490 * filecache.el (file-cache-ignore-case): New variable.
22491 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22492
22493 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22494 (comint-dynamic-complete-as-filename): Rename local vars.
22495 (comint-dynamic-list-filename-completions): Likewise.
22496
22497 * comint.el (comint-dynamic-list-completions-config): New var.
22498 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22499
22500 * comint.el (comint-file-name-chars): Add [].
22501 (comint-word): Use skip-chars-backward, not search.
22502
22503 * shell.el (shell-file-name-chars): Add [].
22504
22505 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22506
22507 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22508
22509 * generic.el (define-generic-mode): Doc fix.
22510
22511 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22512
22513 * files.el (kill-some-buffers): Doc fix.
22514
22515 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
22516
22517 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22518 arg to send-invisible
22519 (send-invisible): Doc fix. The argument is now a prompt, not the
22520 string to send.
22521 (comint-read-noecho): Doc fix.
22522
22523 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22524
22525 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22526 "@", as required by some ISP hosting service. Fix defcustom
22527 argument syntax errors that prevented use of customization.
22528
22529 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22530
22531 * xml.el (xml-get-attribute-or-nil): Doc fix.
22532
22533 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
22534
22535 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22536 write-file-hooks.
22537
22538 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
22539
22540 * autorevert.el (auto-revert-interval): Doc fix.
22541
22542 2003-12-29 Mark A. Hershberger <mah@everybody.org>
22543
22544 * xml.el (xml-get-attribute-or-nil): New function, like
22545 xml-get-attribute, but returns nil if the attribute was not found.
22546 (xml-get-attribute): Convert to defsubst, uses
22547 xml-get-attribute-or-nil.
22548
22549 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22550
22551 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22552
22553 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
22554
22555 * custom.el (custom-declare-theme): Use `value' when putting
22556 properties on `theme'.
22557
22558 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
22559
22560 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22561 for each yank-handler segment.
22562 (insert-for-yank-1): New function, with the body of the previous
22563 insert-for-yank.
22564
22565 * textmodes/table.el (table-yank-handler): New defcustom.
22566 (table--put-cell-indicator-property): Put yank-handler property
22567 that indicates the yank handler for the table cell.
22568
22569 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22570
22571 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22572 set of keywords.
22573
22574 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22575
22576 * international/mule-cmds.el (reset-language-environment)
22577 (set-language-environment): Don't invoke fontset-related functions
22578 if fontset-list is not fboundp.
22579
22580 2003-12-29 Kenichi Handa <handa@m17n.org>
22581
22582 * international/mule-cmds.el (reset-language-environment):
22583 Call set-overriding-fontspec-internal with nil.
22584 (set-language-environment): Call set-overriding-fontspec-internal
22585 if the language environment specify `overriding-fontspec'.
22586 (language-info-alist): Doc added.
22587
22588 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22589 characters of mule-unicode-0100-24ff.
22590 (ccl-encode-windows-1251-font): New CCL program.
22591 ("Bulgarian"): Specify overriding-fontspec.
22592 ("Belarusian"): Likewise.
22593
22594 2003-12-28 Sam Steingold <sds@gnu.org>
22595
22596 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22597 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22598
22599 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22600
22601 * progmodes/gud.el (gud-gdb-command-name): Set default to
22602 "gdb --annotate=3".
22603 (gud-gdb-marker-filter): Look out for annotations.
22604 (gdb-first-pre-prompt): New variable.
22605 Remove trailing white space.
22606
22607 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22608 if necessary.
22609 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22610 annotations are detected.
22611 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22612 instead of a local one to allow transition from
22613 gud-gdb-marker-filter.
22614 Remove trailing white space.
22615
22616 2003-12-27 Kim F. Storm <storm@cua.dk>
22617
22618 * ido.el: Handle non-readable directories.
22619 (ido-decorations): Add 9th element for non-readable directory.
22620 (ido-directory-nonreadable): New dynamic var.
22621 (ido-set-current-directory): Set it.
22622 (ido-read-buffer, ido-file-internal):
22623 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22624 (ido-file-name-all-completions1): Return empty list for
22625 non-readable directory.
22626 (ido-exhibit): Print [Not readable] if directory is not readable.
22627 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22628 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22629 Use it.
22630
22631 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22632
22633 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22634 calls to directory-files-and-attributes and file-attributes.
22635 (ls-lisp-format): Remove system dependent handling of user and
22636 group id's.
22637
22638 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22639
22640 * ffap.el (ffap-read-file-or-url): Revert previous change.
22641
22642 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22643
22644 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22645 new list of included files called `files-with-node-lines', that
22646 only have node lines. This way @include commands can include any
22647 file, such as version and update files without node lines, not
22648 just files that are chapters.
22649
22650 2003-12-25 Andreas Schwab <schwab@suse.de>
22651
22652 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22653 file not found.
22654
22655 2003-12-08 Miles Bader <miles@gnu.org>
22656
22657 * dired.el (dired-between-files): Always use dired-move-to-filename,
22658 which is more robust in non-english locales.
22659
22660 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22661
22662 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22663
22664 2003-12-24 Andreas Schwab <schwab@suse.de>
22665
22666 * shell.el (shell-file-name-quote-list): Add backslash.
22667
22668 * comint.el (comint-quote-filename): Correctly handle backslash
22669 in comint-file-name-quote-list.
22670
22671 2003-12-24 Kenichi Handa <handa@m17n.org>
22672
22673 * international/mule-cmds.el (set-default-coding-systems):
22674 Call ucs-set-table-for-input for all buffers that don't have local
22675 value of buffer-file-coding-system.
22676
22677 * international/ucs-tables.el (ucs-set-table-for-input):
22678 If translation-table-for-encode is a symbol, get its
22679 translation-table property.
22680
22681 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22682
22683 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22684 to `completing-read' on a recently fixed bug.
22685
22686 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22687 instead of SPACE, to get the list of possible fringe modes.
22688 SPACE only works if both `partial-completion-mode' and
22689 `completion-auto-help' are nil.
22690
22691 * complete.el (PC-is-complete-p): Delete.
22692 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22693 calls to `test-completion'.
22694
22695 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22696
22697 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22698 to edit values when there are no children.
22699
22700 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22701 a mode called "Assembler" already exists.
22702 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22703 (gud-watch): Use format option. Remove font properties from string.
22704 (gdb-var-create-handler, gdb-var-list-children-handler):
22705 Don't bother about properties as there are none.
22706 (gdb-var-create-handler, gdb-var-list-children-handler)
22707 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22708 with two arguments.
22709 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22710 Let speedbar show value changes with a different font.
22711 (gdb-edit-value): New defun.
22712 (gdb-clear-partial-output, gdb-clear-inferior-io)
22713 (def-gdb-auto-update-handler): Use erase-buffer.
22714 (gdb-frame-handler): Display watch expressions in
22715 FUNCTION::VARIABLE format if required.
22716
22717 2003-12-23 John Paul Wallington <jpw@gnu.org>
22718
22719 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22720 (Info-goto-emacs-command-node): Doc fixes.
22721
22722 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22723
22724 * cus-edit.el (custom-add-parent-links): Define "many".
22725
22726 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22727
22728 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22729 (widget-child-validate, widget-type-value-create)
22730 (widget-type-default-get, widget-type-match): New functions.
22731 (lazy): New widget.
22732 (menu-choice, checklist, radio-button-choice, editable-list)
22733 (group, documentation-string): Remove redundant (per 2003-10-25
22734 change) calls to `widget-children-value-delete'.
22735 (widget-choice-value-get, widget-choice-value-inline): Remove.
22736 (menu-choice): Update widget.
22737
22738 2003-12-03 Kenichi Handa <handa@m17n.org>
22739
22740 * language/cyrillic.el: Register "microsoft-cp1251" in
22741 ctext-non-standard-encodings-alist.
22742 ("Bulgarian"): Add ctext-non-standard-encodings.
22743 ("Belarusian"): Likewise.
22744
22745 * international/mule-conf.el (compound-text-with-extensions):
22746 Change the type to 2 (iso-2022 base).
22747
22748 * international/mule.el (ctext-non-standard-encodings-alist):
22749 Change the format.
22750 (ctext-non-standard-encodings): New variable.
22751 (ctext-post-read-conversion): Fully re-written.
22752 (ctext-non-standard-designations-alist): Delete it.
22753 (ctext-non-standard-encodings-table): New function.
22754 (ctext-pre-write-conversion): Fully re-written.
22755
22756 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22757
22758 * cus-edit.el (custom-add-parent-links): Add documentation links
22759 for parent, if the item has none of its own.
22760
22761 2003-11-30 Richard M. Stallman <rms@gnu.org>
22762
22763 * dired-aux.el (dired-do-query-replace-regexp):
22764 Report files visited read-only.
22765
22766 2003-11-30 Juri Linkov <juri@jurta.org>
22767
22768 * dired-aux.el (dired-compare-directories): New command.
22769 (dired-file-set-difference, dired-files-attributes): New functions.
22770
22771 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22772 Version 2.0.38 of Tramp released.
22773
22774 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22775 Charles Curley <charlescurley@charlescurley.com>.
22776 (tramp-multi-connection-function-alist): Add ssht entry which adds
22777 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22778 Aichner.
22779 (tramp-get-method-parameter): New function to retrieve a method
22780 parameter. This allows for omission of method parameters.
22781 Callers adjusted.
22782
22783 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22784
22785 * net/tramp.el: Add new optional parameter ID-FORMAT to
22786 `file-attributes'. Calls of `file-attributes' won't use this
22787 parameter for backward compatibility reasons.
22788 (tramp-perl-file-attributes): Add a new parameter to Perl script
22789 in order to handle uid/gid as strings, if desired.
22790 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22791 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22792 order to make the function more general.
22793 (tramp-handle-file-attributes): Replace proprietary optional
22794 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22795 (tramp-handle-file-attributes-with-perl): Handle parameter
22796 NONNUMERIC if set. This wasn't done in the past.
22797 (tramp-post-connection): Apply second parameter "$2" if
22798 `tramp-remote-perl' is called.
22799
22800 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22801 Correct cut'n'waste error (`filename' instead of `directory').
22802 (tramp-smb-handle-directory-files-and-attributes)
22803 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22804 introduced parameter ID-FORMAT.
22805 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22806 error (`directory' instead of `ldir').
22807
22808 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22809 `file-attributes' has a second parameter. If yes, apply it with
22810 value "'integer". Otherwise, don't use that parameter (default is
22811 integer format).
22812
22813 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22814
22815 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22816 (help-for-help): Add `C-h .' to the listed Help options.
22817 Remove trailing whitespace.
22818
22819 * help-at-pt.el: New file.
22820
22821 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22822
22823 * subr.el (noreturn, 1value): New macros for test coverage.
22824 See `testcover.el'.
22825
22826 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22827 `1value'.
22828
22829 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22830 for macro `1value'.
22831 (testcover-1value): New function. Checks that a 1value form
22832 actually returns only one value. Requested by RMS.
22833
22834 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22835
22836 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22837 (gdb-var-list-children, gdb-var-list-children-handler)
22838 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22839 gdb commands that use mi to keep them out of the command history.
22840
22841 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22842
22843 * cus-start.el (all): Add use-file-dialog.
22844
22845 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22848
22849 2003-11-27 Kim F. Storm <storm@cua.dk>
22850
22851 * subr.el (posn-object-x-y): New defun.
22852
22853 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22854
22855 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22856 Don't use `space' for \\\n.
22857 Be more selective as to which # are comment-starters.
22858
22859 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22860
22861 * subr.el (number-sequence): Improve handling of floating point
22862 arguments (suggested by Kim Storm). Allow negative arguments.
22863
22864 2003-11-26 Kenichi Handa <handa@m17n.org>
22865
22866 * international/mule-cmds.el (standard-display-european-internal):
22867 Cancel the standard-display-table setting for ` and '.
22868
22869 2003-11-26 Kim F. Storm <storm@cua.dk>
22870
22871 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22872 New defcustoms to add ffap-like functionality to ido.
22873 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22874 (ido-no-final-slash): New defun.
22875 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22876 (ido-read-file-name): ): Toggle VC checking via
22877 vc-handled-backends instead of vc-master-templates.
22878 (ido-file-internal): Handle ido-use-url-at-point and
22879 ido-use-filename-at-point via code borrowed from ffap-guesser.
22880 Handle new ido-exit code ffap.
22881 (ido-sort-list): Ignore final slash when sorting file names.
22882
22883 2003-11-25 Kim F. Storm <storm@cua.dk>
22884
22885 * emulation/cua-base.el (cua--standard-movement-commands):
22886 Add forward-sentence and backward-sentence.
22887
22888 2003-11-25 Stephen Eglen <stephen@gnu.org>
22889
22890 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22891 iswitchb-exit is set to 'usefirst when user selects buffer at head
22892 of list using RET. (Selecting buffers at the head of the list was
22893 broken if the substring was also a complete buffername.)
22894
22895 2003-11-23 Kim F. Storm <storm@cua.dk>
22896
22897 * progmodes/compile.el (grep-command, grep-use-null-device)
22898 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22899 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22900 (grep-regexp-alist, grep-program, find-program)
22901 (grep-find-use-xargs, grep-history, grep-find-history)
22902 (grep-process-setup, grep-compute-defaults)
22903 (grep-default-command, grep, grep-tag-default, grep-find)
22904 (grep-expand-command-macros, grep-tree-last-regexp)
22905 (grep-tree-last-files, grep-tree): Move grep variables, functions
22906 and commands to new file grep.el.
22907 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22908 (compilation-process-setup-function): Doc fix.
22909 (compilation-highlight-regexp, compilation-highlight-overlay): New
22910 defvars used for highlighting current compile error in source buffer.
22911 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22912 LOCAL-MAP which overrides compilation-highlight-regexp and
22913 compilation-mode-map for this compilation.
22914 Delay calling compilation-set-window-height until after running
22915 compilation-process-setup-function so it can buffer-local override
22916 compilation-window-height.
22917 Check buffer-local value of compilation-scroll-output.
22918 (compilation-set-window-height): Use buffer-local value of
22919 compilation-window-height.
22920 (compilation-revert-buffer): Don't pass (undefined)
22921 preserve-modes arg to revert-buffer.
22922 (next-error-no-select, previous-error-no-select): New commands.
22923 (compilation-goto-locus): Temporarily highlight current match in
22924 source buffer using compilation-highlight-regexp.
22925
22926 * progmodes/grep.el: New file with grep code from compile.el.
22927 (grep): New defcustom group.
22928 (grep-window-height): New defcustom, like compilation-window-height.
22929 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22930 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22931 (grep-command, grep-use-null-device, grep-find-command)
22932 (grep-tree-files-aliases, grep-tree-ignore-case)
22933 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22934 (grep-setup-hook): New hook variable.
22935 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22936 (grep-last-buffer): New defvar, override compilation-last-buffer.
22937 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22938 Call compile-internal with args highlight-regexp and grep-mode-map.
22939
22940 2003-11-23 Kim F. Storm <storm@cua.dk>
22941
22942 * subr.el (event-start, event-end): Doc fix.
22943 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22944 (posn-area, posn-actual-col-row, posn-object): New defuns.
22945 (posn-col-row): Simplify doc. Rewrite to use cond.
22946 (posn-point): Also return buffer position for events outside text
22947 area (that info is now present in the event position).
22948
22949 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22950 mouse-set-point so that hscroll still works now that clicks on
22951 fringes generate specific mouse events.
22952 (mouse-set-point): Note that it now works in fringes and margins
22953 too due to new semantics of posn-point in fringes and margins.
22954
22955 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22956 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22957
22958 2003-11-20 Kim F. Storm <storm@cua.dk>
22959
22960 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22961 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22962 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22963 to 100 for icons to avoid increasing line height when shown.
22964
22965 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22966
22967 * newcomment.el (comment-normalize-vars): Initialize properly if
22968 comment-start was nil.
22969
22970 2003-11-19 Andreas Schwab <schwab@suse.de>
22971
22972 * simple.el (set-variable): Fix indentation.
22973
22974 2003-11-17 Kenichi Handa <handa@m17n.org>
22975
22976 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22977 Fix docstring.
22978
22979 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22980
22981 * international/latin1-disp.el (latin1-display): Fix docstring.
22982
22983 2003-11-16 John Wiegley <johnw@newartisans.com>
22984
22985 * eshell/em-ls.el (eshell-ls-file): There are times with
22986 size-width is nil and uncomputed (when directories are created in
22987 dired, for example); in this case, 4 is reasonable default value,
22988 although it may caused skewed new entries (which could be avoided
22989 by returning the original value of 8 in all cases, but 99% of the
22990 time this is a waste of whitespace).
22991
22992 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22993
22994 * cc-engine.el (c-guess-continued-construct)
22995 (c-guess-basic-syntax): Check a little more carefully if it's a
22996 function declaration when an unknown construct followed by a block
22997 is found inside a statement context. This avoids macros followed
22998 by blocks to be taken as function declarations.
22999
23000 (c-guess-continued-construct): Change the analysis of a statement
23001 continuation with a brace open to `substatement-block', for
23002 consistency with recognized statements.
23003
23004 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
23005 start is in a position so that `c-beginning-of-statement-1' jumped
23006 to the beginning of the same statement.
23007
23008 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23009 Don't accept binary operators in the arglist if we're in a function
23010 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
23011 template recognition in cases like "if (a < b || c > d)".
23012
23013 (c-restricted-<>-arglists): New more appropriate name for
23014 `c-disallow-comma-in-<>-arglists'.
23015
23016 Accessing functions updated for the variable name change.
23017
23018 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23019 match data could get clobbered if NOT-INSIDE-TOKEN is used.
23020
23021 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23022 labels.
23023
23024 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23025 instead of duplicating parts of it. This fixes bogus label
23026 recognition.
23027
23028 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23029 of checking the context in which to apply the minimum indentation,
23030 so that it isn't enforced in e.g. namespace blocks.
23031
23032 * cc-vars.el (c-inside-block-syms): New constant used by
23033 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
23034 to somewhat reduce the risk of becoming stale.
23035
23036 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23037 cc-cmds to cc-engine to allow use from cc-align.
23038
23039 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23040 qualified identifiers containing "::".
23041
23042 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23043 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23044
23045 * cc-vars.el (c-emacs-features): Use a space in front of the name
23046 of the temporary buffer. That also avoids dumping problems in
23047 XEmacs due to undo info being left around after the buffer is killed.
23048
23049 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23050 arglist to see if it's a K&R style declaration.
23051
23052 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23053 before returning `knr-argdecl-intro'.
23054
23055 2003-11-16 John Wiegley <johnw@newartisans.com>
23056
23057 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23058 field in a long-listing always 8 characters, use `size-width',
23059 which has already been computed.
23060
23061 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
23062
23063 * subr.el (minor-mode-list): Add `hs-minor-mode'.
23064
23065 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23066
23067 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23068 Support operation while narrowed, with `diff-restrict-view'.
23069
23070 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23071
23072 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23073 Take additional optional arg NARROWFUN. For the generated functions:
23074 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
23075 include frags that arrange to check for and save narrowing state before
23076 the move and then conditionally call NARROWFUN after the move.
23077
23078 2003-11-14 John Wiegley <johnw@newartisans.com>
23079
23080 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23081 that was optional, but obviously missing based on surrounding code.
23082
23083 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23084 string arguments to numbers unless the whole argument was seen as
23085 a number.
23086
23087 2003-11-14 Kenichi Handa <handa@m17n.org>
23088
23089 * international/mule.el (ctext-non-standard-encodings-alist):
23090 Fix coding systems.
23091
23092 2003-11-10 Kenichi Handa <handa@m17n.org>
23093
23094 * language/kannada.el ("Kannada"): Add sample-text.
23095
23096 * language/knd-util.el (kannada-compose-region)
23097 (kannada-compose-string, kannada-post-read-conversion):
23098 Add autoload cookie.
23099
23100 * international/quail.el (quail-completion): Change the message
23101 "corresponding translations" to "corresponding characters".
23102
23103 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
23104
23105 * descr-text.el (describe-char): Fix typo.
23106
23107 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
23108
23109 These changes are to support Kannada language/script.
23110
23111 * Makefile.in (DONTCOMPILE): Add kannada.el.
23112
23113 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23114
23115 * loadup.el: Preload kannada.el.
23116
23117 * language/ind-util.el (ucs-kannada-to-is13194-alist)
23118 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23119 New variables.
23120
23121 * language/kannada.el: New file.
23122
23123 * language/knd-util.el: New file.
23124
23125 2003-11-07 Andreas Schwab <schwab@suse.de>
23126
23127 * progmodes/autoconf.el (autoconf-font-lock-keywords):
23128 Also highlight AH_*.
23129
23130 * xml.el (xml-parse-dtd): Fix misplaced paren.
23131
23132 2003-11-07 Kenichi Handa <handa@m17n.org>
23133
23134 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23135
23136 2003-11-05 Juri Linkov <juri@jurta.org>
23137
23138 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23139 (desktop-buffer-file): Use saved buffer-file-coding-system
23140 for file reading. Set auto-insert to nil to prevent automatic
23141 insertion into restored empty files.
23142
23143 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
23144
23145 * files.el (risky-local-variable-p): Make second argument optional.
23146
23147 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
23148
23149 * subr.el (add-hook): Fix last change.
23150
23151 2003-11-03 Eli Zaretskii <eliz@gnu.org>
23152
23153 * mail/rmail.el (rmail-convert-to-babyl-format):
23154 If base64-decode-region signals an error, catch it and silently
23155 ignore it.
23156
23157 2003-11-01 Mark A. Hershberger <mah@everybody.org>
23158
23159 * xml.el (xml-parse-region): Allow comments to appear after the
23160 topmost element has closed.
23161 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23162 (xml-ns-expand-attr): New functions to do namespace handling.
23163 (xml-intern-attrlist): Back-compatible handling of attribute names.
23164 (xml-parse-tag): Move namespace handling to separate functions.
23165 Now produces elements in the form ((:ns . "element") (attr-list)
23166 children) instead of ('ns:element (attr-list) children).
23167 (xml-parse-attlist): Fix attribute parsing.
23168 (xml-parse-dtd): Change parsing so that it produces strings
23169 instead of interned symbols.
23170
23171 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
23172
23173 * dired.el (dired-ls-sorting-switches): Doc fix.
23174
23175 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
23176
23177 * emacs-lisp/rx.el (rx-or): Fix the case of
23178 "(rx (and ?a (or ?b ?c) ?d))".
23179
23180 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
23181
23182 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23183 (texinfo-format-region): Use it.
23184 (texinfo-format-buffer-1): Ditto.
23185
23186 2003-11-01 Alan Mackenzie <acm@muc.de>
23187
23188 Changes to allow scrolling whilst in isearch mode:
23189 * isearch.el (isearch-unread-key-sequence): New function,
23190 extracted from isearch-other-meta-char.
23191 (top level): (put 'foo 'isearch-scroll) on all Emacs's
23192 "scrollable" standard functions.
23193 (isearch-allow-scroll): New customizable variable.
23194 (isearch-string-out-of-window, isearch-back-into-window)
23195 (isearch-reread-key-sequence-naturally)
23196 (isearch-lookup-scroll-key): New functions.
23197 (isearch-other-meta-char): Doc string and functionality enhanced.
23198 Now accepts a prefix argument.
23199 (isearch-lazy-highlight-window-end): New variable.
23200 (isearch-lazy-highlight-new-loop): Pay attention to the window's
23201 end (thru isearch-lazy-highlight-window-end), not only its start.
23202
23203 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23204 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23205 (universal-argument, universal-argument-more, negative-argument)
23206 (digit-argument, universal-argument-other-key): Minor changes.
23207
23208 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23209
23210 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23211 recursively if the last message is deleted, thus avoiding an
23212 infinite loop.
23213
23214 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
23215
23216 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23217 (tex-main-file): Don't add .tex if the extension is already present.
23218 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23219
23220 2003-10-29 Lute Kamstra <lute@gnu.org>
23221
23222 * progmodes/octave-inf.el (inferior-octave-prompt):
23223 Recognize version number in prompt.
23224
23225 2003-10-28 Dave Love <fx@gnu.org>
23226
23227 * international/characters.el: Fix some Unicode ranges.
23228
23229 2003-10-28 Kenichi Handa <handa@m17n.org>
23230
23231 * disp-table.el (standard-display-8bit)
23232 (standard-display-default, standard-display-ascii)
23233 (standard-display-g1, standard-display-graphic)
23234 (standard-display-underline): Assure that standard-display-table
23235 is a display table.
23236
23237 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
23238
23239 * simple.el (reindent-then-newline-and-indent): Delete space *after*
23240 reindenting the first line.
23241
23242 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
23243
23244 * wid-edit.el (widget-default-delete): Always delete child widgets.
23245
23246 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23247
23248 * newcomment.el (comment-indent): Don't call indent-according-to-mode
23249 if the line has code.
23250 Don't try to line up with something that's too far left.
23251
23252 * progmodes/octave-mod.el (octave-comment-start): Simplify.
23253 (octave-mode-syntax-table): Add % as a comment starter.
23254 (octave-point): Remove.
23255 (octave-in-comment-p, octave-in-string-p)
23256 (octave-not-in-string-or-comment-p, calculate-octave-indent)
23257 (octave-blink-matching-block-open, octave-auto-fill):
23258 Use line-(beginning|end)-position instead.
23259
23260 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23261
23262 * emacs-lisp/authors.el (authors-aliases): Add correct realname
23263 for Francesco Potort\e,Al\e(B.
23264
23265 2003-10-23 Dave Love <fx@gnu.org>
23266
23267 * international/mule-cmds.el (locale-charset-to-coding-system):
23268 Don't rely on nil being a coding system.
23269
23270 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23271 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23272 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23273
23274 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
23275
23276 * gdb-ui.el (gdb-current-language): New variable.
23277 (gdb-update-flag): Remove variable.
23278 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23279 (gdb-take-last-elt): Remove function.
23280 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23281 (gdb-post-prompt): Check for variable object changes here.
23282
23283 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23284 object changes in gdb-ui.el.
23285
23286 2003-10-21 Richard M. Stallman <rms@gnu.org>
23287
23288 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23289
23290 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23291 Don't check for foo*/ wildcard form here.
23292 (insert-directory): Recognize foo*/ as a wildcard.
23293 Separate wildcard-regexp variable from the arg, wildcard.
23294
23295 * subr.el (add-hook): Correctly detect when make-local-hook was used.
23296 (remove-hook): Correctly handle strange cases about local hooks.
23297
23298 2003-10-21 David Ponce <david@dponce.com>
23299
23300 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23301 argument REAL, to return a real number instead of a rounded
23302 integer value. Define as inline function.
23303 (ruler-mode-right-fringe-cols): Likewise.
23304 (ruler-mode-scroll-bar-cols): New function.
23305 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23306 (ruler-mode-right-scroll-bar-cols): Likewise.
23307 (ruler-mode-space): New function.
23308 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23309 scroll bar mode and margins in a more robust way.
23310
23311 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23312
23313 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23314 (antlr-c-init-language-vars): New function.
23315 (antlr-mode): Use it with cc-mode before v5.29.
23316 (antlr-c-common-init): Don't set some local vars here.
23317 (antlr-mode): Set them here.
23318 (antlr-c-forward-sws): New function alias.
23319 (antlr-mode): Redefine with cc-mode before v5.30.
23320 (antlr-skip-sexps): Use it.
23321 (antlr-skip-exception-part): Ditto.
23322 (antlr-skip-file-prelude): Ditto.
23323 (antlr-outside-rule-p): Ditto.
23324 (antlr-end-of-body): Ditto.
23325 (antlr-option-kind): Ditto.
23326 (antlr-insert-option-area): Ditto.
23327 (antlr-file-dependencies): Ditto.
23328
23329 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23330
23331 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23332 Move backward only if point was not inside an entry.
23333
23334 2003-10-21 Richard M. Stallman <rms@gnu.org>
23335
23336 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23337
23338 2003-10-21 Juri Linkov <juri@jurta.org>
23339
23340 * compare-w.el: Automatically skip non-matching text to resync.
23341 (compare-windows-whitespace): Doc fix.
23342 (compare-windows-sync, compare-windows-sync-string-size)
23343 (compare-windows-recenter, compare-ignore-whitespace)
23344 (compare-windows-highlight, compare-windows-face): New variables.
23345 (compare-windows): Use compare-windows-sync.
23346 (compare-windows-highlight, compare-windows-dehighlight)
23347 (compare-windows-sync-regexp)
23348 (compare-windows-sync-default-function): New functions.
23349
23350 2003-10-21 Juri Linkov <juri@jurta.org>
23351
23352 * diff.el (diff-parse-differences): Don't visit the files now;
23353 instead, just record the error locus.
23354
23355 2003-10-21 Dave Love <fx@gnu.org>
23356
23357 * progmodes/cfengine.el: New file.
23358
23359 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23360
23361 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23362 default-directory when completing file names.
23363
23364 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23365
23366 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23367 followed by the word `face', it gets treated as a face, even if
23368 it is also defined as a variable or a function.
23369
23370 2003-10-20 Dave Love <fx@gnu.org>
23371
23372 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23373 Avoid incf in macro expansion.
23374
23375 2003-10-20 John Paul Wallington <jpw@gnu.org>
23376
23377 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23378 `evenp' so we don't implicitly require cl library at runtime.
23379
23380 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23381
23382 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23383 (help-make-xrefs): Only make cross-references for faces if
23384 preceded or followed by the word `face'. Do not make a
23385 cross-reference for variables without variable documentation,
23386 unless preceded by the word `variable' or `option'. Update doc
23387 string accordingly.
23388
23389 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23390
23391 * progmodes/hideshow.el: Rewrite one-armed `if'
23392 constructs using either `when' or `unless'.
23393 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23394
23395 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
23396
23397 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23398 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23399 instead of 12x12.
23400
23401 2003-10-16 Eli Zaretskii <eliz@gnu.org>
23402
23403 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23404 message while converting to Babyl.
23405
23406 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23407
23408 * allout.el (allout-mode): Doc fix.
23409
23410 2003-10-16 Lute Kamstra <lute@gnu.org>
23411
23412 * subr.el (force-mode-line-update): Fix docstring.
23413
23414 2003-10-14 Dave Love <fx@gnu.org>
23415
23416 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23417 (default-input-method): Add :link, improve :type.
23418 (locale-charset-language-names): Fix utf-8 pattern.
23419 (locale-charset-match-p, locale-charset-alist)
23420 (locale-charset-to-coding-system): New.
23421 (set-locale-environment): Deal with codeset part of locale specs.
23422
23423 2003-10-14 Lute Kamstra <lute@gnu.org>
23424
23425 * fringe.el (fringe-mode): Use active voice in docstring.
23426 (set-fringe-style): Ditto.
23427
23428 2003-10-13 Lute Kamstra <lute@gnu.org>
23429
23430 * fringe.el (fringe-mode): Fix docstring.
23431 (set-fringe-style): Ditto.
23432
23433 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23434
23435 * ediff-mult.el (ediff-filegroup-action):
23436 Use ediff-default-filtering-regexp.
23437
23438 * ediff-util.el (ediff-recenter): Don't call
23439 ediff-restore-highlighting twice.
23440 (ediff-select-difference): Set current difference.
23441 (ediff-unselect-and-select-difference): Add comment.
23442
23443 * ediff.el (ediff-directories,ediff-directory-revisions)
23444 (ediff-directories3,ediff-merge-directories)
23445 (ediff-merge-directories-with-ancestor)
23446 (ediff-merge-directory-revisions)
23447 (ediff-merge-directory-revisions-with-ancestor):
23448 Use ediff-default-filtering-regexp.
23449
23450 2003-10-12 Andreas Schwab <schwab@suse.de>
23451
23452 * international/mule-cmds.el (locale-charset-language-names):
23453 Simplify regex by removing unused grouping.
23454
23455 2003-10-10 Dave Love <fx@gnu.org>
23456
23457 * bindings.el: Don't bind stop.
23458
23459 2003-10-08 Miles Bader <miles@gnu.org>
23460
23461 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23462 face instead of attempting to emulate it.
23463
23464 2003-10-07 Kenichi Handa <handa@m17n.org>
23465
23466 * international/mule-diag.el (list-coding-systems-1): List coding
23467 systems that are loaded automatically.
23468
23469 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23470
23471 * international/mule.el (autoload-coding-system): New function.
23472
23473 2003-10-07 Andreas Schwab <schwab@suse.de>
23474
23475 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23476 change-log-default-name in the buffer visiting the file.
23477
23478 2003-10-06 Dave Love <fx@gnu.org>
23479
23480 * files.el (find-file-hook): Customize.
23481 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23482
23483 * bindings.el (completion-ignored-extensions): Remove .log.
23484 (global-map): Add again, open, stop keys.
23485
23486 2003-10-05 Richard M. Stallman <rms@gnu.org>
23487
23488 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23489 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23490 Use sh-modify directly.
23491 (sh-select): Use sh-append, not eval.
23492
23493 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23494
23495 * info.el (Info-following-node-name): New function.
23496
23497 * loadhist.el (unload-feature-special-hooks):
23498 Rename from loadhist-hook-functions.
23499 (loadhist-hook-functions): Now an alias.
23500
23501 2003-10-04 Eli Zaretskii <eliz@gnu.org>
23502
23503 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23504 file-name clashes on 8+3 filesystems.
23505
23506 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23507 Rename loaddefs-boot.el to ldefs-boot.el
23508
23509 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23510 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23511
23512 2003-10-03 Lute Kamstra <lute@gnu.org>
23513
23514 * info.el (Info-mode): Revert previous change.
23515 (Info-escape-percent): New function.
23516 (Info-fontify-node): Use it.
23517
23518 2003-10-02 Andreas Schwab <schwab@suse.de>
23519
23520 * loaddefs-boot.el: Regenerated.
23521
23522 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23523
23524 * ffap.el: Remove defadvice related code from CVS since `complete'
23525 provides a `PC-completion-as-file-name-predicate' variable that
23526 ffap can override.
23527
23528 2003-10-02 Kenichi Handa <handa@m17n.org>
23529
23530 * international/utf-8.el (ccl-decode-mule-utf-8):
23531 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23532
23533 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23534 * international/subst-big5.el: Likewise.
23535 * international/subst-gb2312.el: Likewise.
23536 * international/subst-ksc.el: Likewise.
23537
23538 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23539
23540 * calendar/calendar.el (increment-calendar-month)
23541 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23542 (generate-calendar, calendar-read-date, calendar-interval)
23543 (calendar-day-of-week): Handle years BC.
23544 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23545
23546 2003-10-01 Dave Love <fx@gnu.org>
23547
23548 * language/cyrillic.el (cp1251): Alias for windows-1251.
23549
23550 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23551 bootstrap.
23552
23553 2003-10-01 Lute Kamstra <lute@gnu.org>
23554
23555 * files.el: Fix typo.
23556 * imenu.el (imenu--generic-function): Docstring fix.
23557
23558 2003-09-30 Richard M. Stallman <rms@gnu.org>
23559
23560 * dired.el (dired-mode): Handle dired-directory as a list.
23561
23562 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
23563
23564 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23565
23566 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23567
23568 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23569 Replace gud-display with gud-watch.
23570 (gud-speedbar-buttons): Add stuff for watching expressions
23571 in the speedbar when using M-x gdba. Use dolist on old part
23572 of this function.
23573
23574 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23575 (gdb-update-flag): New variables.
23576 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23577 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23578 (gud-watch, gdb-var-create-handler) : New functions.
23579 (gdb-var-list-children, gdb-var-list-children-handler)
23580 (gdb-var-create-regexp, gdb-var-update-regexp)
23581 (gdb-var-list-children-regexp): New constants.
23582 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23583 (gdb-annotation-rules): Reduce annotation set (level 3).
23584 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23585 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23586 updates.
23587 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23588 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23589 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23590 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23591 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23592 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23593 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23594 (gud-display, gud-display1)
23595 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23596 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23597 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23598 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23599 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23600 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23601 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23602 (gdb-display-display-buffer, gdb-toggle-display)
23603 (gdb-delete-display, gdb-expressions-popup-menu)
23604 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23605 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23606 to display buffer.
23607
23608 2003-09-30 Richard M. Stallman <rms@gnu.org>
23609
23610 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23611 Instead, set which-func-functions.
23612
23613 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23614 (which-func-functions): New variable.
23615 (which-function): Use that.
23616
23617 * info.el (Info-mode): Double each `%' in header line.
23618
23619 * emacs-lisp/lisp-mnt.el (lm-with-file):
23620 When FILE is nil, run BODY in current buffer.
23621
23622 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23623
23624 * help.el (describe-mode): Start with a brief list of minor modes.
23625 Find them thru minor-mode-list so as to find them all.
23626 Show them in alphabetical order.
23627
23628 * mail/sendmail.el (mail-aliases): Doc fix.
23629
23630 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23631
23632 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23633
23634 * mail/rmailsum.el (rmail-make-summary-line-1):
23635 Change comma after last label to a space.
23636 (rmail-summary-font-lock-keywords): Adapt to that change.
23637
23638 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23639
23640 * progmodes/scheme.el (scheme-mode-variables): When setting
23641 `font-lock-defaults', also specify that "#" should
23642 be interpreted with `word' syntax.
23643 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23644
23645 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23646
23647 * desktop.el: A lot of comments updated.
23648 (desktop-save-mode): Minor mode introduced.
23649 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23650 (desktop-load-default): Function made obsolete.
23651 (desktop-locals-to-save): Variable made customizable.
23652 (desktop-read): Optional parameter `dirname' added.
23653 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23654 `desktop-read' used.
23655 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23656
23657 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23658
23659 * whitespace.el (whitespace-clean-msg): Add user customizable message
23660 for displaying ``clean'' output.
23661 (whitespace-buffer): Use `whitespace-clean-msg'.
23662 (whitespace-global-mode): Fix typo.
23663
23664 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23665
23666 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23667
23668 2003-09-29 Lute Kamstra <lute@gnu.org>
23669
23670 * bindings.el (mode-line-modes): Remove superfluous :propertize
23671 construct in initialization.
23672 (mode-line-position): Change cons cell into proper list in
23673 initialization.
23674
23675 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23676
23677 * international/mule.el (decode-coding-inserted-region): Use car
23678 of the return value of find-operation-coding-system.
23679
23680 2003-09-29 Kenichi Handa <handa@m17n.org>
23681
23682 * descr-text.el (describe-char): Fix previous change.
23683
23684 2003-09-28 Kenichi Handa <handa@m17n.org>
23685
23686 * descr-text.el (describe-char-display): New function.
23687 (describe-char): Pay attention to display table on describing how
23688 a character is displayed.
23689
23690 * international/mule-cmds.el (encoded-string-description):
23691 Prepend "0x" to each encoded byte.
23692
23693 2003-09-28 Andreas Schwab <schwab@suse.de>
23694
23695 * find-file.el (ff-special-constructs): Add autoload cookie.
23696
23697 2003-09-28 Kevin Ryde <user42@zip.com.au>
23698
23699 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23700 makeinfo appends to duplicate index entries.
23701
23702 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23703
23704 * dired-x.el (dired-clean-tex): Doc fix.
23705
23706 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23707 using a Chinese tutorial.
23708
23709 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23710
23711 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23712 between "MAIL FROM:" and "RCPT TO:" and the following address.
23713
23714 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23715
23716 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23717
23718 2003-09-28 David Ponce <david@dponce.com>
23719
23720 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23721 (recentf-load-list): When `recentf-initialize-file-name-history'
23722 is non-nil, initialize an empty `file-name-history' with the
23723 recent list.
23724
23725 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23726
23727 * man.el (Man-default-man-entry): Remove the leading `*' from the
23728 word at point.
23729
23730 2003-09-26 Lute Kamstra <lute@gnu.org>
23731
23732 * bindings.el (mode-line-position): Mention size indication in
23733 docstring.
23734
23735 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23736
23737 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23738
23739 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23740 because it's autoloaded now.
23741
23742 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23743
23744 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23745 (sh-font-lock-keywords, sh-feature): Fix previous change of
23746 sh-feature to avoid infloop with sh-font-lock-keywords.
23747
23748 2003-09-25 Kim F. Storm <storm@cua.dk>
23749
23750 * frame.el (frame-current-scroll-bars): New defun.
23751
23752 * window.el (window-current-scroll-bars): New defun.
23753
23754 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23755
23756 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23757 cause errors when the state cache contains info on parts that have
23758 been narrowed out.
23759
23760 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23761
23762 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23763 `c-setup-paragraph-variables' has to be used when this variable is
23764 changed; it doesn't work to reinitialize the mode since that
23765 typically clobbers the variable.
23766
23767 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23768 Make it interactive.
23769
23770 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23771
23772 * progmodes/cc-fonts.el (c-font-lock-declarations):
23773 Fix recognition of constructors and destructors for classes whose
23774 names are matched by `*-font-lock-extra-types'.
23775
23776 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23777 followed by an identifier in C++ then it's a type.
23778
23779 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23780
23781 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23782 problem that primarily affected XEmacs. Don't use faces to find
23783 unterminated strings since Emacs and XEmacs fontify strings
23784 differently - this function should now work better in XEmacs.
23785
23786 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23787
23788 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23789 `expand-abbrev' workaround which caused braces to misbehave inside
23790 macros.
23791
23792 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23793 handling. This bug could cause interactive font locking to bail out.
23794
23795 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23796
23797 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23798 Handle paren-style types in Pike. Also fixed some cases of
23799 insufficient handling of unbalanced parens.
23800
23801 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23802
23803 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23804 common shell prompts that are not common filename or URL characters.
23805 (ffap-file-at-point): Use the new regexp to strip the prompts from
23806 the file names. This is an issue mostly for user prompts that
23807 don't have a trailing space and find-file-at-point is invoked from
23808 within a shell inside Emacs.
23809
23810 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23811
23812 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23813 stamps numerically, rather than textually.
23814
23815 2003-09-24 Kenichi Handa <handa@m17n.org>
23816
23817 * language/devan-util.el (devanagari-post-read-conversion):
23818 * language/mlm-util.el (malayalam-post-read-conversion):
23819 * language/tml-util.el (tamil-post-read-conversion):
23820 Add autoload cookie.
23821
23822 * international/utf-8.el (utf-8-post-read-conversion):
23823 Call post-read-conversion functions for Devanagari, Malayalam,
23824 and Tamil.
23825
23826 2003-09-23 Dave Love <fx@gnu.org>
23827
23828 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23829
23830 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23831
23832 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23833 Update gud-remove.
23834
23835 2003-09-22 Richard M. Stallman <rms@gnu.org>
23836
23837 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23838 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23839 (sh-mode-syntax-table-input): New variable.
23840 (sh-require-final-newline): Don't use eval.
23841 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23842 (sh-variables, sh-font-lock-keywords): Don't use eval.
23843 (sh-set-shell): When setting require-final-newline,
23844 treat value = `require-final-newline' as don't change it.
23845 Set sh-mode-syntax-table locally based on
23846 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23847
23848 * progmodes/compile.el (compile-internal):
23849 Call compilation-set-window-height before setting window start.
23850
23851 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23852
23853 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23854 Clear out byte-compile-last-warned-form.
23855
23856 2003-09-22 Richard M. Stallman <rms@gnu.org>
23857
23858 * woman.el (woman-file-name, woman-follow-word):
23859 If current-word returns nil, use "".
23860
23861 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23862
23863 2003-09-22 Richard M. Stallman <rms@gnu.org>
23864
23865 * emacs-lisp/lisp-mnt.el (lm-with-file):
23866 Don't visit the file, just use insert-file-contents in temp buffer.
23867
23868 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23869
23870 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23871 Add surrounding \\( and \\) around the header, as in
23872 for lm-history-header 'Change Log\\|History'.
23873
23874 2003-09-22 John Paul Wallington <jpw@gnu.org>
23875
23876 * progmodes/ld-script.el: Add Commentary section,
23877 minor cleanup of file header.
23878 (ld-script-font-lock-keywords): Doc fix.
23879 (toplevel): Provide `ld-script' feature.
23880
23881 2003-09-21 Kim F. Storm <storm@cua.dk>
23882
23883 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23884 new built-in variable default-frame-scroll-bars.
23885 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23886 scroll-bar-mode; notably, use it instead of t when we toggle
23887 scroll-bars on.
23888 (toggle-scroll-bar): Use default-frame-scroll-bars.
23889
23890 2003-09-19 Masatake YAMATO <jet@gyve.org>
23891
23892 * pcvs.el (cvs-do-removal): Change the prompt depending on
23893 `filter' value.
23894
23895 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23896
23897 * startup.el (command-line-1): Stop startup-echo-area-message
23898 being hidden by "Loading image..." message.
23899 (use-fancy-splash-screens-p, display-splash-screen):
23900 Move display-graphic-p test from latter to former.
23901
23902 * progmodes/sh-script.el (sh-font-lock-keywords):
23903 Highlight escaped EOLs differently from other backslash constructs.
23904
23905 2003-09-19 Richard M. Stallman <rms@gnu.org>
23906
23907 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23908 New functions.
23909 (edebug-enter, edebug-outside-excursion): Use them.
23910
23911 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23912 Fix the condition for whether to print "In WHERE".
23913
23914 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23915
23916 * finder.el (finder-mode-hook): New variable.
23917 (finder-mode): Run hook finder-mode-hook
23918
23919 2003-09-18 Masatake YAMATO <jet@gyve.org>
23920
23921 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23922
23923 2003-09-17 Mario Lang <mlang@delysid.org>
23924
23925 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23926 "p %e" to actually print the value in the GUD buffer.
23927
23928 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23929
23930 From David Ponce <david.ponce@wanadoo.fr>:
23931 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23932 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23933 from loaddefs-boot.el if necessary.
23934
23935 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
23936
23937 * progmodes/gud.el (gud-find-class): Make jdb work again since
23938 cc-mode changed the syntactic information.
23939
23940 2003-09-15 David Ponce <david@dponce.com>
23941
23942 * recentf.el: (recentf-exclude): Accept predicates too.
23943 (recentf-file-readable-p): New function.
23944 (recentf-include-p): Handle predicates in recentf-exclude.
23945 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23946 (recentf-cleanup): Likewise.
23947 (recentf-save-list): Use write-file to handle backup of
23948 recentf-save-file.
23949
23950 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23951
23952 * loaddefs-boot.el: Renamed from `loaddefs.el'
23953 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23954 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23955 necessary.
23956
23957 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23958
23959 * electric.el (Electric-pop-up-window): For the `one-window' case,
23960 no longer disconcertingly move point in the original buffer.
23961
23962 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23963
23964 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23965
23966 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
23967
23968 * dired.el (dired-mode-map): Fix typo.
23969
23970 2003-09-11 Richard M. Stallman <rms@gnu.org>
23971
23972 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23973
23974 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23975
23976 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23977 the function is less noisy. Now only `kill-buffer' can ask questions.
23978
23979 2003-09-10 Mario Lang <mlang@delysid.org>
23980
23981 * battery.el: Update Commentary and Copyright.
23982 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23983 appear due to wrong ordering of the expressions in `or'.
23984
23985 2003-09-09 Lute Kamstra <lute@gnu.org>
23986
23987 * misc.el (upcase-char): Fix docstring.
23988 (zap-up-to-char): New command.
23989
23990 2003-09-08 David Ponce <david@dponce.com>
23991
23992 Ensure that recentf correctly updates the menu bar.
23993 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23994 (recentf-menu-bar): New function.
23995 (recentf-clear-data): Use it
23996 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23997 of easy-menu-change.
23998
23999 2003-09-08 Lute Kamstra <lute@gnu.org>
24000
24001 * simple.el (size-indication-mode): New.
24002 * bindings.el (mode-line-position): Add buffer size indicator.
24003
24004 2003-09-04 Mario Lang <mlang@delysid.org>
24005
24006 * battery.el (battery-linux-proc-acpi): New function.
24007 (battery-status-function): Modify default value calculation to also
24008 check for availability of ACPI.
24009 (battery-echo-area-format): Ditto.
24010 (battery-mode-line-format): Ditto.
24011
24012 2003-09-06 Dave Love <fx@gnu.org>
24013
24014 * ielm.el (ielm-mode-hook): Add :options.
24015
24016 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24017 (eldoc-print-current-symbol-info): Use it.
24018
24019 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
24020
24021 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24022 being displayed in GUD buffer.
24023 (gdb-idle-input-queue): Remove var. Use just one queue.
24024 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24025 Remove functions. Use just one queue.
24026 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24027 (gdb-invalidate-assembler, gdb-get-current-frame):
24028 Modify functions. Use just one queue.
24029
24030 2003-09-04 Dave Love <fx@gnu.org>
24031
24032 * cus-start.el: Add blink-cursor-alist.
24033
24034 * ruler-mode.el (ruler-mode-fill-column-char)
24035 (ruler-mode-current-column-char): Use char-displayable-p,
24036 not window-system.
24037
24038 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24039
24040 * language/european.el (windows-1252): Move from code-pages.
24041
24042 * language/cyrillic.el ("Windows-1251"): Delete.
24043 ("Bulgarian", "Belarusian"): Remove `features'.
24044 (windows-1251): Move from code-pages.
24045
24046 * international/mule-diag.el (non-iso-charset-alist):
24047 Remove `codepage' stuff.
24048 (print-designation, list-coding-systems-1): Output fixes.
24049
24050 * international/code-pages.el (cp-make-translation-table)
24051 (cp-valid-codes): Made defsubsts.
24052 (cp-fix-safe-chars): Delete.
24053 (mule-diag): Don't require.
24054 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24055 (top-level): Check for defined coding system when defining
24056 cp... aliases. Change w32-add-charset-info test to avoid warning.
24057 (non-iso-charset-alist): Defvar when compiling.
24058 (cp-make-coding-system): Doc fix.
24059
24060 2003-09-02 Jason Rumney <jasonr@gnu.org>
24061
24062 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24063 line-ends from CVS before doing conversion.
24064
24065 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
24066
24067 * calendar/diary-lib.el (diary-header-line-flag)
24068 (diary-header-line-format): New variables.
24069 (list-diary-entries): Use them to set header line in simple diary.
24070
24071 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24072 other than font-lock-string-face to highlight backslashes.
24073
24074 2003-09-01 Jason Rumney <jasonr@gnu.org>
24075
24076 * international/titdic-cnv.el (tit-read-key-value): Include \r in
24077 regexp.
24078
24079 2003-09-01 Dave Love <fx@gnu.org>
24080
24081 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24082
24083 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24084 and :help; also line and column numbers labels.
24085
24086 * international/mule-util.el (char-displayable-p): Move from
24087 latin1-disp, rename and autoload.
24088
24089 * international/latin1-disp.el (latin1-char-displayable-p):
24090 Now obsolete alias. Replace uses with char-displayable-p.
24091 (latin1-display-ucs-per-lynx): Fix last change.
24092
24093 * international/mule-cmds.el (standard-display-european-internal):
24094 Don't use char code for Latin-1 NBSP.
24095 <XFree86 4>: Unfrob NBSP display table. Set display table to use
24096 U+2018, U+2019 for `'.
24097 (select-safe-coding-system): Message fix.
24098
24099 2003-09-01 Kenichi Handa <handa@m17n.org>
24100
24101 * international/fontset.el (setup-default-fontset): For Thai
24102 font, specify "*" family.
24103
24104 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24105
24106 * progmodes/compile.el (previous-error): Accept a prefix
24107 argument, similarly to next-error.
24108
24109 2003-08-31 Masatake YAMATO <jet@gyve.org>
24110
24111 * pcvs.el (cvs-do-removal): Use = instead of eq to check
24112 the number of files. Bind the number of files to a local
24113 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24114
24115 2003-08-30 Eli Zaretskii <eliz@gnu.org>
24116
24117 * vc-hooks.el (vc-make-version-backup): Fix the change made on
24118 2003-07-26: msdos-long-file-names is a function, not a variable.
24119
24120 2003-08-29 Richard M. Stallman <rms@gnu.org>
24121
24122 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24123 Do nothing with mail-personal-alias-file if it is nil.
24124
24125 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24126 Do nothing if mail-personal-alias-file is nil.
24127
24128 * term.el (term-exec-1): Bind coding-system-for-read.
24129
24130 * dired.el (dired-mouse-find-file-other-window):
24131 Use dired-view-command-alist here, as in dired-view-file.
24132 (dired-view-command-alist): Use %s to substitute file name.
24133 Handle .ps_pages, .eps, .jpg, .gif, .png.
24134
24135 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24136
24137 * info.el (Info-mode-map): Bind S-tab and <backtab> to
24138 `Info-prev-reference', instead of M-tab.
24139
24140 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
24141
24142 * simple.el (blink-matching-open): Work correctly on chars that
24143 are designated as parens through the syntax-table text property.
24144
24145 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
24146
24147 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24148 line break position in the middle of a non-kinsoku (e.g. latin)
24149 word, making it skip until either a space or a character with
24150 category "|".
24151 (kinsoku-longer): Test for end of buffer.
24152
24153 2003-08-28 Eli Zaretskii <eliz@gnu.org>
24154
24155 * mail/rmail.el (rmail-convert-to-babyl-format):
24156 Detect quoted-printable- and base64-encoded messages and decode them
24157 automatically. Set the message's encoding from the charset=
24158 header, if any. Decode base64-encoded messages in Mail format as well.
24159
24160 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24161
24162 * mail/smtpmail.el: Fix previous change.
24163 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24164 calling smtpmail-via-smtp.
24165 (smtpmail-via-smtp): Add fall-back values for envelope-from.
24166
24167 2003-08-26 John Paul Wallington <jpw@gnu.org>
24168
24169 * image.el (image-jpeg-p): Don't search beyond length of data.
24170
24171 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24172
24173 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24174 misfeature in `expand-abbrev' which caused electric keywords like
24175 "else" to disappear if an open brace was typed directly afterwards.
24176
24177 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24178
24179 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24180 mandatory in `define-widget'.
24181
24182 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24183 Don't align the operators "!=", "<=" and ">=" as assignment operators.
24184
24185 (c-assignment-operators): New language constant that only contains
24186 the assignment operators.
24187
24188 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24189
24190 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24191
24192 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24193 Safeguard against unbalanced sexps.
24194
24195 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
24196
24197 * version.el (emacs-version): Check for gtk. Include gtk version info.
24198
24199 2003-08-25 John Paul Wallington <jpw@gnu.org>
24200
24201 * man.el (Man-default-man-entry): Don't whizz past the section
24202 number before looking for it.
24203
24204 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
24205
24206 * progmodes/gud.el (gud-display-line): Don't set window-point if
24207 source buffer is not visible. (Only happens with M-x gdba.)
24208
24209 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24210 documentation.
24211 (gdb-source, gdb-source-info): Update to assembler unnecessary
24212 as its done after each GDB command anyway.
24213 (gdb-pre-prompt): Use with-current-buffer.
24214 (gdb-insert-field): Add help-echo text.
24215 (gdb-invalidate-assembler): Re-display of assembler now done in
24216 gdb-info-breakpoints-custom.
24217 (gdb-info-breakpoints-custom): Force re-display of assembler to
24218 happen *after* update of breakpoints buffer.
24219 (gdb-display-source-buffer): Don't choke if gdb-source-window
24220 isn't visible.
24221 (gdb-put-string, gdb-put-arrow): Remove free variables.
24222
24223 2003-08-24 John Paul Wallington <jpw@gnu.org>
24224
24225 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24226
24227 * man.el (Man-default-man-entry): Strip text properties when
24228 snarfing parts of entry because `format' preserves properties.
24229
24230 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24231
24232 * files.el (file-newest-backup): Use `expand-file-name'.
24233
24234 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24235 Allow the diary to pop up a new frame, if needed.
24236
24237 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24238 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24239 (smtpmail-send-it): Make treatment of envelope-from consistent with
24240 sendmail.el.
24241
24242 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24243 (sh-leading-keywords): Add the bash `time' reserved word.
24244 (sh-variables): Add some bash variables.
24245 (sh-add-completer): Fix nil branch of case statement.
24246
24247 2003-08-24 Masatake YAMATO <jet@gyve.org>
24248
24249 * progmodes/ld-script.el: New file.
24250
24251 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
24252
24253 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24254
24255 2003-08-23 Andre Spiegel <spiegel@gnu.org>
24256
24257 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24258 Better explain obsolescence, and what to use instead.
24259
24260 2003-08-23 Masatake YAMATO <jet@gyve.org>
24261
24262 * pcvs.el (cvs-do-removal): Show the deleted file name
24263 on the prompt.
24264
24265 2003-08-20 Dave Love <fx@gnu.org>
24266
24267 * international/mule.el (make-coding-system)
24268 (set-buffer-file-coding-system): Doc fix.
24269
24270 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24271
24272 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24273
24274 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24275
24276 * international/utf-16.el: Add mime-text-unsuitable coding system
24277 properties.
24278
24279 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24280
24281 * cus-edit.el: Add some :links.
24282 (bib): Remove.
24283
24284 * textmodes/bib-mode.el (bib): Add :group external.
24285
24286 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
24287
24288 * wid-edit.el (widget-echo-help): Make it handle expressions that
24289 evaluate to strings.
24290
24291 2003-08-18 Michael Mauger <mmaug@yahoo.com>
24292
24293 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
24294
24295 Simplify selection of SQL products to define highlighting and
24296 interactive mode. Includes detailed instructions on adding
24297 support for new products.
24298
24299 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24300 product for use in highlighting and interactive mode.
24301 (sql-interactive-product): New variable. SQL product for
24302 sql-interactive-mode.
24303 (sql-product-support): New variable. Specifies product-specific
24304 parameters to drive highlighting and interactive mode.
24305 (sql-imenu-generic-expression): Add more object types.
24306 (sql-sqlite-options): Correct comment.
24307 (sql-ms-program): Use "osql" rather than "isql".
24308 (sql-prompt-regexp, sql-prompt-length): Update comment.
24309 (sql-mode-menu): Add "Start SQLi session" entry.
24310 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24311 (sql-mode-abbrev-table): Add abbreviations. Support of
24312 SYSTEM-FLAG on define-abbrev. Support was removed with last
24313 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24314 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24315 names.
24316 (sql-mode-ansi-font-lock-keywords): Set as default value.
24317 (sql-mode-oracle-font-lock-keywords): Set as default value.
24318 Support Oracle 9i keywords.
24319 (sql-mode-postgres-font-lock-keywords): Set as default value.
24320 (sql-mode-linter-font-lock-keywords): Set as default value.
24321 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24322 SQLServer 2000.
24323 (sql-mode-sybase-font-lock-keywords)
24324 (sql-mode-interbase-font-lock-keywords)
24325 (sql-mode-sqlite-font-lock-keywords)
24326 (sql-mode-strong-font-lock-keywords)
24327 (sql-mode-mysql-font-lock-keywords)
24328 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24329 keywords.
24330 (sql-mode-font-lock-defaults): Update comment.
24331 (sql-product-feature): New function. Returns feature associated
24332 with a product from `sql-product-support' alist.
24333 (sql-product-font-lock): New function. Set font-lock support
24334 based on `sql-product'.
24335 (sql-add-product-keywords): New function. Add font-lock rules to
24336 product-specific keyword variables.
24337 (sql-set-product): New function. Set `sql-product' and apply
24338 appropriate font-lock highlighting.
24339 (sql-highlight-product): New function. Set font-lock support
24340 based on a product. Also set mode name to include product name.
24341 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24342 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24343 Use `sql-set-product'.
24344 (sql-highlight-ms-keywords)
24345 (sql-highlight-sybase-keywords)
24346 (sql-highlight-interbase-keywords)
24347 (sql-highlight-strong-keywords)
24348 (sql-highlight-mysql-keywords)
24349 (sql-highlight-sqlite-keywords)
24350 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24351 (sql-get-login): Prompt in the same order as the tokens.
24352 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24353 (sql-product-interactive): New function. Common portions of
24354 product-specific interactive mode wrappers.
24355 (sql-interactive-mode): Rewritten to use product features.
24356 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24357 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24358 (sql-db2, sql-linter): Use `sql-product-interactive'.
24359 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24360 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24361 (sql-connect-ingres, sql-connect-postgres)
24362 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24363 New functions. Format command line parameters and invoke comint on
24364 the appropriate interpreter. Code was in the corresponding
24365 `sql-xyz' function before.
24366 (sql-connect-ms): New function. Support -E argument to use
24367 operating system credentials for authentication.
24368
24369 2003-08-18 Kenichi Handa <handa@m17n.org>
24370
24371 * international/mule.el (encode-char): Fix for the ASCII case.
24372
24373 2003-08-15 Kenichi Handa <handa@m17n.org>
24374
24375 * international/fontset.el (setup-default-fontset): Change "*" to
24376 nil in the specifications of font family.
24377
24378 2003-08-18 Kim F. Storm <storm@cua.dk>
24379
24380 * kmacro.el (kmacro-keymap): Group related bindings in
24381 initialization for clarity. Bind C-s to start macro.
24382 Remove C-r binding.
24383 (kmacro-initial-counter-value): New defvar to hold initial counter
24384 value in case we set the value before defining a macro.
24385 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24386 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24387 not defining or executing macro. Doc fix.
24388 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24389 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24390 temporarily view older elements on the macro ring without cycling
24391 the ring.
24392 (kmacro-display): Doc fix.
24393 (kmacro-exec-ring-item): New helper function.
24394 (kmacro-call-ring-2nd): Use it.
24395 (kmacro-call-ring-2nd-repeat): Doc fix.
24396 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24397 (kmacro-end-or-call-macro): Execute last viewed macro (using
24398 kmacro-exec-ring-item) from ring if this follows
24399 kmacro-view-macro. This allows us to find a macro on the ring
24400 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24401 the ring to bring it to the head of the ring.
24402 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24403 Allow binding to reserved keys without specifying C-x C-k prefix.
24404 Ask for confirmation if entered key sequence is already bound to
24405 a non-macro command.
24406 (kmacro-view-macro): Repeating command will show older elements
24407 on the macro ring; C-k will execute the last viewed macro.
24408 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24409 property from 'ring to 'head.
24410
24411 2003-08-17 Alan Shutko <ats@acm.org>
24412
24413 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24414 keeping December out of the alist.
24415
24416 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24417
24418 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24419 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24420 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24421 (calendar-flatten): New function.
24422 (calendar-mouse-view-other-diary-entries)
24423 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24424 in the menu title and to show multi-line diary entries correctly
24425 in the menu.
24426
24427 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24428
24429 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24430 defcustom, because the default was recently changed.
24431
24432 2003-08-16 Richard M. Stallman <rms@gnu.org>
24433
24434 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24435
24436 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24437 New subroutine, broken out of eval-last-sexp-1.
24438 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24439
24440 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24441
24442 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24443
24444 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24445
24446 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24447
24448 * progmodes/compile.el (compilation-error-regexp-alist):
24449 Add Java ANt error detection as described in document
24450 http://ant.apache.org/faq.html
24451
24452 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24453
24454 * simple.el (backward-word, forward-to-indentation)
24455 (backward-to-indentation): Argument changed to optional.
24456 (next-line, previous-line): Use `or' instead of `unless'.
24457
24458 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24459
24460 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24461 instead of a constant.
24462
24463 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
24464
24465 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24466
24467 2003-08-12 Andre Spiegel <spiegel@gnu.org>
24468
24469 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24470 (vc-sccs-workfile-version): Search the entire delta table, rather
24471 than just the first entry, because that might be a deleted version.
24472
24473 2003-08-11 Karl Fogel <kfogel@red-bean.com>
24474
24475 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24476 [save-place] binding in the Options menu. Have it require
24477 'saveplace' and then toggle the variable manually, to avoid an
24478 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24479 for the bug report.
24480
24481 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
24482
24483 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24484 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24485 (gdb-info-threads-custom): Add help-echo text.
24486 (gdb-display-back): Don't use purecopy.
24487 (gdb-info-breakpoints-custom, gdb-reset)
24488 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24489 icons can be displayed.
24490
24491 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
24492
24493 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24494
24495 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24496
24497 * bookmark.el (bookmark-completing-read):
24498 Return a string, instead of a list of one string.
24499 Use a popup menu if activated from the mouse.
24500 (bookmark-edit-annotation): Remove unused vars.
24501 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24502 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24503 to bookmark-completing-read.
24504 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24505 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24506 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24507 and erase-buffer.
24508 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24509 (bookmark-menu-jump, bookmark-menu-insert)
24510 (bookmark-popup-menu-and-apply-function)
24511 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24512 (bookmark-menu-build-paned-menu): Remove by folding it into
24513 bookmark-menu-popup-paned-menu.
24514 (menu-bar-bookmark-map): Move the define-key statements here.
24515 Use the "non-menu" commands since they now pop up a menu if needed.
24516 (bookmark-exit-hook-internal): Simplify.
24517
24518 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24519
24520 * reftex-toc.el (reftex-toc-rename-label): New function.
24521 (reftex-toc-check-docstruct): New function.
24522
24523 * reftex.el (reftex-region-active-p): New function.
24524
24525 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24526 regexp to find the \bibliography macro.
24527
24528 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24529 which does not exist in LaTeX.
24530 (reftex-cite-format-builtin): Added amsrefs support.
24531 (reftex-toc-confirm-promotion): New option
24532
24533 * reftex-toc.el
24534 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24535 (reftex-toc-demote, reftex-toc-promote)
24536 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24537 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24538 (reftex-toc-newhead-from-alist)
24539 (reftex-toc-load-all-files-for-promotion): New functions.
24540 (reftex-toc-help): Added description of new keys.
24541 (reftex-toc-split-windows-fraction): New option.
24542 (reftex-recenter-toc-when-idle): Search *toc* window on all
24543 visible frames.
24544 (reftex-toc): Additional parameter REUSE
24545 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24546 with REUSE argument.
24547 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24548 the call of `reftex-toc'.
24549 (reftex-make-separate-toc-frame): New function .
24550 (reftex-toc-recenter): When called with triple prefix arg, call
24551 `reftex-make-separate-toc-frame' first.
24552 (reftex-toc-toggle-dedicated-frame): New command.
24553 (reftex-toc-quit): Adapted to delete frame when called in
24554 dedicated frame.
24555
24556 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24557 all enclosing macros.
24558
24559
24560 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24561
24562 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24563 first use.
24564
24565 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24566
24567 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24568
24569 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24570
24571 * calendar/calendar.el (list-diary-entries-hook)
24572 (diary-display-hook, nongregorian-diary-listing-hook)
24573 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24574 Add some customize options for these hooks.
24575 (calendar-abbrev-construct): Don't try to take a substring longer
24576 than the original string.
24577
24578 2003-08-05 Richard M. Stallman <rms@gnu.org>
24579
24580 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24581 (testcover-reinstrument-clauses): Doc fix.
24582
24583 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24584 (warning-type-format): Rename from warning-group-format.
24585
24586 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24587 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24588 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24589 to prevent warnings about defvar for an obsolete variable.
24590
24591 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24592 warning-group-format renamed to warning-type-format.
24593
24594 * subr.el (read-passwd): Use clear-string instead of fillarray.
24595
24596 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24597 Use vconcat instead of concat.
24598 (edmacro-sanitize-for-string): New function.
24599
24600 2003-08-05 Dave Love <fx@gnu.org>
24601
24602 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24603 line-number-display-limit-width.
24604
24605 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24606
24607 2003-08-05 Kenichi Handa <handa@m17n.org>
24608
24609 * international/code-pages.el: Don't require mule-diag.
24610
24611 * international/mule-diag.el (non-iso-charset-alist):
24612 Add autoload cookie.
24613
24614 * language/devan-util.el (dev-glyph-order): Add an entry for the
24615 glyph code #xC4.
24616
24617 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24618
24619 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24620 (european-calendar-style, diary-date-forms)
24621 (calendar-day-name-array, calendar-month-name-array): Doc change.
24622 (generate-calendar-month): Adapt for new behavior of
24623 `calendar-day-name' function.
24624 (calendar-abbrev-length, calendar-day-abbrev-array)
24625 (calendar-month-abbrev-array): New variables.
24626 (calendar-abbrev-construct): New function.
24627 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24628 rather than fixing abbrevs at some width. Calling syntax change.
24629 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24630 (calendar-date-string): Adapt for new behaviors of
24631 `calendar-day-name' and `calendar-month-name' functions.
24632
24633 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24634 behavior of `calendar-day-name' and `calendar-month-name' functions.
24635 (diary-name-pattern): Use abbrev arrays, rather than fixing
24636 abbrevs at three chars. Calling syntax change.
24637 (mark-diary-entries): Adapt for new behaviors of
24638 `diary-name-pattern' and `calendar-make-alist' functions.
24639 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24640 `diary-name-pattern' function.
24641 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24642 fixing abbrevs at three chars. Calling syntax change.
24643 (cal-hebrew, cal-islam): Require when compiling.
24644 (diary-font-lock-keywords): Adapt for new behavior of
24645 `font-lock-diary-date-forms' function.
24646
24647 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24648 (calendar-hebrew-month-name-array-common-year)
24649 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24650 (list-hebrew-diary-entries): Adapt for new behaviors of
24651 `calendar-day-name' and `add-to-diary-list' functions.
24652 (mark-hebrew-diary-entries): Adapt for new behaviors of
24653 `diary-name-pattern' and `calendar-make-alist' functions.
24654
24655 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24656 Add doc string.
24657 (list-islamic-diary-entries): Adapt for new behaviors of
24658 `calendar-day-name' and `add-to-diary-list' functions.
24659 (mark-islamic-diary-entries): Adapt for new behaviors of
24660 `diary-name-pattern' and `calendar-make-alist' functions.
24661
24662 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24663 `calendar-month-name' function.
24664
24665 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24666
24667 * calendar/solar.el (solar-seasons-data): Move definition before use.
24668
24669 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24670 (cal-tex-LaTeX-hourbox): Move definition before use.
24671
24672 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24673 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24674 * lunar.el, solar.el (displayed-month, displayed-year):
24675 Define for compiler.
24676
24677 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24678
24679 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24680 MODE. Renamed from c-init-c-language-vars'.
24681 (c-initialize-cc-mode): Change accordingly.
24682 (c-common-init): Ditto.
24683 (c-mode): Ditto.
24684 (c++-mode): Use `c-init-language-vars-for'.
24685 (objc-mode): Ditto.
24686 (java-mode): Ditto.
24687 (idl-mode): Ditto.
24688 (pike-mode): Ditto.
24689 (awk-mode): Ditto.
24690
24691 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24692
24693 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24694 or not the point moved.
24695
24696 (c-search-decl-header-end): Don't trip up on operator identifiers
24697 in C++ and operators like == in all languages.
24698
24699 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24700 Detect leading labels correctly.
24701
24702 2003-08-02 Andreas Schwab <schwab@suse.de>
24703
24704 * textmodes/ispell.el: Don't redo key bindings on loading, put
24705 them only in loaddefs.el.
24706 * bookmark.el: Likewise.
24707 * dabbrev.el: Likewise.
24708 * emerge.el: Likewise.
24709
24710 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24711 has more than one member.
24712
24713 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24714
24715 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24716
24717 * lpr.el (printify-region): It was ending conversion before the
24718 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24719
24720 2003-07-31 John Paul Wallington <jpw@gnu.org>
24721
24722 * net/browse-url.el (browse-url-epiphany): Doc fix.
24723
24724 2003-07-30 Kenichi Handa <handa@m17n.org>
24725
24726 * international/fontset.el (setup-default-fontset):
24727 Change registry names of Akurti fonts.
24728
24729 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24730
24731 * comint.el (comint-read-noecho): Use `clear-string' instead of
24732 `fillarray'.
24733
24734 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24735
24736 * outline.el (outline-mode-hook): Add defvar.
24737
24738 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24739
24740 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24741 Restore assembler in source window if that is what has been selected.
24742 (menu): Add gdb-restore-windows to menu. Make gdba
24743 specific menus only visible from gdba.
24744
24745 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24746
24747 * progmodes/compile.el (compilation-environment): New user variable.
24748 (compile-internal): Respect it.
24749
24750 2003-07-23 Masatake YAMATO <jet@gyve.org>
24751
24752 * progmodes/gud.el (gdb-script-font-lock-keywords):
24753 Put `font-lock-function-name-face' on a symbol which includes
24754 `-' like `hook-run'. Put font-lock-variable-name-face
24755 on a symbol starting with $.
24756
24757 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24758
24759 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24760
24761 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24762
24763 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24764
24765 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24766
24767 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24768 Use with-no-warnings.
24769 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24770 rather than to find-file-not-found-hook, which doesn't exist.
24771
24772 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24773
24774 * international/quail.el (quail-translate-key): Fix previous change.
24775
24776 2003-07-25 John Paul Wallington <jpw@gnu.org>
24777
24778 * server.el (server-start): Check `server-process' is non-nil
24779 before killing it to avoid killing current buffer's process.
24780
24781 * simple.el (choose-completion-string): Use `minibufferp';
24782 test `completion-reference-buffer' if `buffer' arg is nil.
24783 (push-mark): Use `when' and `unless'.
24784 (pop-mark): Use `when'.
24785
24786 * mouse-sel.el (mouse-sel-get-selection-function):
24787 Check `x-last-selected-text-primary'. Don't barf if it or
24788 `x-last-selected-text' aren't bound.
24789
24790 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24791
24792 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24793
24794 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24795
24796 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24797
24798 2003-07-23 John Paul Wallington <jpw@gnu.org>
24799
24800 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24801
24802 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24803
24804 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24805 string. Defvar the derived hook.
24806
24807 * macros.el (insert-kbd-macro): Escape double quote character.
24808 From Thomas W Murphy <twm@andrew.cmu.edu>.
24809
24810 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24811
24812 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24813 to match the specific mark rather than reusing comment-start-skip.
24814
24815 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24816
24817 * progmodes/hideshow.el (hs-special-modes-alist):
24818 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24819
24820 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24821
24822 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24823 value using ?\s.
24824
24825 2003-07-21 John Paul Wallington <jpw@gnu.org>
24826
24827 * subr.el (with-selected-window): Add closing paren.
24828
24829 2003-07-21 Richard M. Stallman <rms@gnu.org>
24830
24831 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24832 (lisp-mode): Likewise.
24833
24834 * subr.el (with-selected-window): Copy code form save-selected-window
24835 so as to call select-window with norecord arg.
24836 (dynamic-completion-table): Doc fix.
24837 (lazy-completion-table): Doc fix.
24838
24839 * international/mule-cmds.el (set-locale-environment):
24840 langinfo renamed to locale-info.
24841
24842 * international/mule.el (auto-coding-functions): Doc fix.
24843
24844 2003-07-21 Kenichi Handa <handa@m17n.org>
24845
24846 * international/quail.el (quail-translate-key):
24847 Update quail-current-str correctly.
24848
24849 2003-07-21 Andreas Schwab <schwab@suse.de>
24850
24851 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24852 ?, to "_".
24853
24854 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24855 Version 2.0.36 of Tramp released.
24856
24857 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24858 tramp-password-end-of-line.
24859 (tramp-password-end-of-line): New method parameter.
24860 (tramp-get-password-end-of-line): Function to access method
24861 parameter `tramp-password-end-of-line', or variable
24862 `tramp-default-password-end-of-line' (default value).
24863 (tramp-methods): Add entries for new parameter
24864 tramp-password-end-of-line.
24865 (tramp-enter-password): Use new function
24866 `tramp-get-password-end-of-line'.
24867 (tramp-handle-insert-file-contents): Do not
24868 unconditionally inhibit the file operation file-local-copy, only
24869 do that when the inhibit-file-name-operation is currently
24870 insert-file-contents. This fixes finding remote CVS-controlled
24871 files. (It would barf on inserting the CVS/Entries file
24872 literally, because the file-local-copy handler wasn't called.)
24873 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24874 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24875 (tramp-initial-commands): New variable.
24876 (tramp-process-initial-commands): New function, using the variable.
24877 (tramp-open-connection-setup-interactive-shell): Call the new function.
24878 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24879 method into the buffer name, never use nil. Reported by Hanak
24880 David <dhanak@inf.bme.hu>.
24881 (tramp-open-connection-setup-interactive-shell): Erase buffer
24882 before sending "stty -onlcr".
24883
24884 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24885
24886 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
24887
24888 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24889
24890 2003-07-19 John Paul Wallington <jpw@gnu.org>
24891
24892 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24893 (artist-draw-rect, artist-draw-square): Doc fixes.
24894
24895 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24896
24897 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24898
24899 2003-07-19 Kenichi Handa <handa@m17n.org>
24900
24901 * international/kkc.el (kkc-show-conversion-list-update):
24902 Highlight the correct candidate in the message.
24903
24904 2003-07-18 John Paul Wallington <jpw@gnu.org>
24905
24906 * simple.el (current-word): Don't include punctuation char when
24907 `really-word' arg is non-nil.
24908
24909 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24910
24911 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24912 moved to the directory obsolete.
24913
24914 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24915
24916 * info.el (Info-menu-entry-name-re): Allow newlines in
24917 menu entry names.
24918
24919 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24920 syntax-ppss-after-change-function.
24921 (syntax-ppss-after-change-function): New alias. Update uses.
24922 (syntax-ppss): Catch the case where the buffer is narrowed.
24923
24924 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24925
24926 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24927 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24928
24929 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24930
24931 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24932 since it might be modified.
24933
24934 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24935 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24936 names to these language constants.
24937
24938 2003-07-15 Kim F. Storm <storm@cua.dk>
24939
24940 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24941 All uses changed.
24942
24943 2003-07-14 Mark A. Hershberger <mah@everybody.org>
24944
24945 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24946 Namespace support.
24947
24948 2003-07-13 Juanma Barranquero <lektu@terra.es>
24949
24950 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24951 papers received).
24952
24953 2003-07-13 Karl Eichwalder <ke@suse.de>
24954
24955 * textmodes/po.el (po-find-charset): White space at the start of the
24956 Content-Type field body is non-mandatory.
24957
24958 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24959
24960 * textmodes/texinfo.el (texinfo-section-list):
24961 Append appendixsection; a synonym for appendixsec.
24962
24963 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24964
24965 * man.el (Man-translate-cleanup): New.
24966 (Man-translate-references): Call `Man-translate-cleanup' to clean
24967 leading, trailing and middle spaces.
24968
24969 2003-07-13 Lars Hansen <larsh@math.ku.dk>
24970
24971 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24972 Handle `dired-directory' being a list.
24973
24974 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24975
24976 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24977 it doesn't exist.
24978
24979 2003-07-12 Richard M. Stallman <rms@gnu.org>
24980
24981 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24982
24983 * progmodes/cc-defs.el (c-make-keywords-re):
24984 Don't use delete-duplicates.
24985 (c-lang-const): Don't use mapcan.
24986
24987 * apropos.el (apropos-show-scores): Make it customizable.
24988 Document new meaning.
24989 (apropos): Compute scores from symbols.
24990 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24991
24992 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24993
24994 * ps-bdf.el: Fix copyright line.
24995 (bdf-directory-list): Fix initialization code.
24996
24997 2003-07-11 John Paul Wallington <jpw@gnu.org>
24998
24999 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
25000 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
25001 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
25002
25003 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
25004
25005 * emacs-lisp/ring.el (ring-elements): Doc fix.
25006
25007 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25008
25009 * calendar/timeclock.el (timeclock-relative)
25010 (timeclock-ask-before-exiting, timeclock-use-display-time):
25011 Doc changes.
25012 (timeclock-modeline-display): Give a message if
25013 `timeclock-use-display-time' is non-nil but `display-time-mode'
25014 is not active.
25015
25016 2003-07-11 Kenichi Handa <handa@m17n.org>
25017
25018 * international/mule-cmds.el (set-language-environment):
25019 Set current-language-environment to the correct string.
25020
25021 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25022
25023 * ps-print.el: Print line number correctly in a region. Reported by
25024 Tim Allen <timallen@ls83.fsnet.co.uk>.
25025 (ps-print-version): New version number (6.6.2).
25026 (ps-printing-region): Code fix.
25027
25028 2003-07-10 John Paul Wallington <jpw@gnu.org>
25029
25030 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25031 this function can be called from `add-completions-from-tags-table'.
25032
25033 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
25034
25035 * calendar/timeclock.el (timeclock-use-display-time)
25036 (timeclock-day-over-hook, timeclock-workday-remaining)
25037 (timeclock-status-string, timeclock-when-to-leave)
25038 (timeclock-when-to-leave-string, timeclock-log-data)
25039 (timeclock-find-discrep, timeclock-day-base)
25040 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25041 (timeclock-modeline-display): Set the variable
25042 `timeclock-modeline-display'.
25043 (timeclock-update-modeline): Doc fix. Respect value of
25044 `timeclock-relative'.
25045
25046 2003-07-09 Richard M. Stallman <rms@gnu.org>
25047
25048 * textmodes/reftex-parse.el (reftex-all-document-files):
25049 Add autoload cookie.
25050
25051 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25052 (reftex-scanning-info-available-p): Add autoload cookie.
25053
25054 * international/mule-cmds.el
25055 (set-display-table-and-terminal-coding-system): Delete duplicate
25056 aset on standard-display-table.
25057
25058 * view.el (view-file): If existing buffer's major mode is special,
25059 don't go into view mode.
25060
25061 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25062
25063 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25064
25065 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25066 buffer changes; there's third party code that calls this function
25067 directly.
25068
25069 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25070
25071 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25072 (autodoc-font-lock-keywords): Don't byte compile on font lock
25073 initialization when running from byte compiled files.
25074
25075 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
25076
25077 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25078 statement ends with auto-increment "++".
25079
25080 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25081
25082 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25083 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25084 these are changed, so declare them as variables and not constants.
25085
25086 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
25087
25088 * subr.el (dolist, dotimes): Doc fix.
25089
25090 2003-07-08 Kim F. Storm <storm@cua.dk>
25091
25092 * international/mule-cmds.el
25093 (set-display-table-and-terminal-coding-system): Don't break
25094 bootstrap if standard-display-table isn't setup yet.
25095
25096 2003-07-07 Richard M. Stallman <rms@gnu.org>
25097
25098 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25099 Give it a doc string, and autoload it.
25100
25101 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25102 Use with-no-warnings.
25103
25104 * info.el (Info-search): If find invisible text, search again.
25105
25106 * isearch.el (search-whitespace-regexp): Add a shy group around it.
25107
25108 * man.el (Man-name-regexp): Match + as part of name.
25109
25110 * simple.el (visible-mode): Rename from vis-mode.
25111 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25112
25113 * simple.el (current-word): New arg REALLY-WORD specifies
25114 don't include punctuation chars.
25115
25116 * emacs-lisp/debug.el (debug, debugger-env-macro):
25117 Use with-no-warnings while accessing and binding unread-command-char.
25118
25119 * international/mule-cmds.el
25120 (set-display-table-and-terminal-coding-system): Use explicit loop
25121 instead of calling standard-display-default.
25122
25123 * net/ange-ftp.el (ange-ftp-file-symlink-p):
25124 Use condition-case to catch error in ange-ftp-get-files.
25125
25126 * net/browse-url.el (browse-url-browser-function):
25127 Add alternative for Epiphany.
25128 (browse-url-epiphany-program, browse-url-epiphany-arguments)
25129 (browse-url-epiphany-startup-arguments)
25130 (browse-url-epiphany-new-window-is-tab): New variables.
25131 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25132
25133 * progmodes/compile.el (compile-auto-highlight): Default now t.
25134 (compile): Doc fix.
25135 (compilation-next-error): Fix previous change.
25136
25137 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25138
25139 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25140
25141 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
25142
25143 * gdb-ui.el (gdb-source-info): Display current frame when
25144 attaching to an existing process.
25145 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25146 while laying out windows when attaching to an existing process.
25147
25148 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
25149
25150 * info.el (Info-menu): Use Info-menu-entry-name-re.
25151
25152 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
25153
25154 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25155 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25156
25157 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25158 to match the same text.
25159
25160 2003-07-06 John Paul Wallington <jpw@gnu.org>
25161
25162 * vc.el (vc-annotate-offset): Move defvar up.
25163
25164 2003-07-06 Kim F. Storm <storm@cua.dk>
25165
25166 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25167 This should fix the infinite loop when extracting menu names.
25168
25169 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25170
25171 * files.el (auto-mode-alist, interpreter-mode-alist):
25172 Remove entries to CC Mode modes to avoid duplicates; they are now added
25173 with autoload directives in cc-mode.el.
25174
25175 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25176
25177 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25178 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25179 these are changed, so declare them as variables and not constants.
25180
25181 * progmodes/cc-mode.el: Fix some autoload problems: Try to
25182 ensure that the entry for ".c" extension comes before the one for
25183 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25184 Fix incorrect entries that were added to `interpreter-mode-alist'.
25185 Move the autoload directives for AWK to the top level since they
25186 aren't recognized anywhere else. Do not use the new AWK mode doc
25187 in the autoload form for the old AWK mode.
25188
25189 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25190
25191 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25192 (bibtex-sort-ignore-string-entries): Default value t.
25193 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25194 erroneously in previous version.
25195 (bibtex-string-files): Docstring reflects new parsing scheme.
25196 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25197 docstring, add # as one of the chars to crush
25198 (bibtex-autokey-prefix-string, bibtex-autokey-names)
25199 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25200 (bibtex-autokey-name-change-strings)
25201 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25202 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25203 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25204 (bibtex-autokey-title-terminators)
25205 (bibtex-autokey-titlewords-stretch)
25206 (bibtex-autokey-titleword-ignore)
25207 (bibtex-autokey-titleword-case-convert)
25208 (bibtex-autokey-titleword-abbrevs)
25209 (bibtex-autokey-titleword-abbrevs)
25210 (bibtex-autokey-titleword-change-strings)
25211 (bibtex-autokey-titleword-length)
25212 (bibtex-autokey-titleword-separator)
25213 (bibtex-autokey-name-year-separator)
25214 (bibtex-autokey-year-title-separator)
25215 (bibtex-autokey-before-presentation-function)
25216 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25217 Fix docstring.
25218 (bibtex-strings, bibtex-reference-keys):
25219 Use lazy-completion-table and make-variable-buffer-local.
25220 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25221 (bibtex-braced-string-syntax-table)
25222 (bibtex-quoted-string-syntax-table): New variables.
25223 (bibtex-parse-nested-braces): Remove.
25224 (bibtex-parse-field-string): Use syntax table and forward-sexp.
25225 (bibtex-parse-association): Simplify.
25226 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25227 (bibtex-parse-field-text): Simplify.
25228 (bibtex-search-forward-field, bibtex-search-backward-field):
25229 argument BOUND can take value t.
25230 (bibtex-start-of-field, bibtex-start-of-name-in-field)
25231 (bibtex-end-of-name-in-field, bibtex-end-of-field)
25232 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25233 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25234 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25235 (bibtex-skip-to-valid-entry): Return buffer position of beginning
25236 and ending of entry. Update for changes of bibtex-search-entry.
25237 Simplify.
25238 (bibtex-map-entries): FUN is called with three arguments.
25239 (bibtex-search-entry): Return a cons pair with buffer positions of
25240 beginning and end of entry.
25241 (bibtex-enclosing-field): Simplify.
25242 (bibtex-format-entry): Use booktitle to set a missing title.
25243 (bibtex-autokey-get-names): Fiddle with regexps.
25244 (bibtex-generate-autokey): Use identity.
25245 (bibtex-parse-keys): Use simplified parsing algorithm if
25246 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
25247 arguments. Return alist of keys.
25248 (bibtex-parse-strings): Simplify. Return alist of strings.
25249 (bibtex-complete-string-cleanup): Fix docstring.
25250 (bibtex-read-key): New function.
25251 (bibtex-mode): Fix docstring. Do not parse for keys and
25252 strings when the mode is entered. Set fill-paragraph-function to
25253 bibtex-fill-field. Setup font-lock-mark-block-function the way
25254 font-lock intended.
25255 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
25256 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25257 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25258 (bibtex-Preamble): Avoid hard coded constants.
25259 (bibtex-make-field): Fix docstring. Simplify.
25260 (bibtex-beginning-of-entry): Always return new position of point.
25261 (bibtex-end-of-entry): Rearrange cond clauses.
25262 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25263 Update for changes of bibtex-map-entries.
25264 (bibtex-ispell-abstract): Do not move point.
25265 (bibtex-entry-index): Use downcase. Simplify.
25266 (bibtex-lessp): Handle catch-all.
25267 (bibtex-find-crossref): Turn into a command.
25268 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
25269 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
25270 preamble entries.
25271 (bibtex-fill-field-bounds): New function.
25272 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
25273 (bibtex-fill-entry): Use bibtex-fill-field-bounds
25274 (bibtex-String): Use bibtex-strings. Always obey
25275 bibtex-sort-ignore-string-entries.
25276
25277 2003-07-05 John Paul Wallington <jpw@gnu.org>
25278
25279 * cus-theme.el (customize-create-theme):
25280 Call `customize-create-theme' in Reset widget's notify function.
25281
25282 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25283 (ibuffer-mark-interactive): Use `or' instead of `unless'.
25284 (define-ibuffer-column name): Add summarizer.
25285 (define-ibuffer-column size): Likewise.
25286 (define-ibuffer-column filename): Likewise.
25287 (define-ibuffer-column process): Likewise. Change BODY's output too.
25288 (define-ibuffer-column filename-and-process): Likewise, likewise.
25289 (ibuffer): Remove local vars `already-in' and `need-update'.
25290
25291 * ibuf-ext.el: Don't require `derived' at compile-time.
25292
25293 2003-07-05 Kim F. Storm <storm@cua.dk>
25294
25295 * info.el: Disable paragraph refilling.
25296 (Info-refill-paragraphs): New defcustom.
25297 (Info-fontify-node): Use it.
25298
25299 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25300
25301 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25302 thingies from constructors created by defstruct.
25303
25304 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25305 the default value of the variable.
25306 (byte-code-meter): Move declaration to top level.
25307
25308 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25309
25310 * info.el (Info-following-node-name-re): New fun.
25311 (Info-following-node-name): Remove.
25312 (Info-insert-dir): Use the new fun.
25313 (Info-extract-pointer): Don't save restriction; use new fun.
25314 (Info-menu-entry-name-re): New const.
25315 (Info-menu-entry-name-re): Use it along with new fun.
25316 (Info-node-spec-re): Use new fun.
25317 (Info-complete-menu-item, Info-fontify-node): Use new const.
25318 (Info-goto-node, Info-follow-reference, Info-menu-update):
25319 Use match-string.
25320 (Info-follow-reference): Use assoc-string.
25321 Use a list of strings for the completion table.
25322 (Info-fontify-node): Use match-string, line-end-position.
25323 Limit the search for `node:' to the first line.
25324
25325 * newcomment.el (uncomment-region): Remove padding coming from
25326 comment-start rather than just from comment-padding.
25327
25328 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25329 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25330 (vc-cvs-rename-file): Remove (use the default).
25331 (vc-cvs-register): Register parent dir if needed.
25332 (vc-cvs-could-register): Return non-nil if parent can be registered.
25333 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25334 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25335
25336 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25337 (vc-svn-update): Fix the arguments to `svn'.
25338 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25339 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25340 Simple implementations, assuming `name' is a URL.
25341
25342 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25343 set of chars allowed unquoted in a case pattern.
25344
25345 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25346
25347 * font-lock.el (font-lock-extra-types-widget)
25348 (c-font-lock-extra-types, c++-font-lock-extra-types)
25349 (objc-font-lock-extra-types, java-font-lock-extra-types)
25350 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25351 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25352 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25353 (font-lock-match-c++-structor-declaration)
25354 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25355 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25356 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25357 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25358 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25359 (java-font-lock-keywords-3, java-font-lock-keywords)
25360 (java-font-lock-syntactic-face-function): Remove obsolete code
25361 and constants. It's all in cc-fonts.el now.
25362
25363 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25364
25365 * mail/sendmail.el (mail-specify-envelope-from)
25366 (mail-envelope-from): Doc fix.
25367
25368 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25369
25370 * generic-x.el: Do away with the dependency on `c-emacs-features'
25371 when populating `rul-generic-mode-syntax-table'; we already know
25372 this isn't XEmacs.
25373
25374 See ChangeLog.10 for earlier changes.
25375
25376 ;; Local Variables:
25377 ;; coding: iso-2022-7bit
25378 ;; End:
25379
25380 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
25381 Copying and distribution of this file, with or without modification,
25382 are permitted provided the copyright notice and this notice are preserved.
25383
25384 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1