(eshell-windows-shell-file): Look for command.com, not command.exe.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2
3 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4 command.com, not command.exe.
5
6 2005-08-26 John Wiegley <johnw@newartisans.com>
7
8 * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
9 code around a bit so that an extraneous nil argument is not added
10 to a command when no args are given.
11
12 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13 double-quoted argument resolves to nil, return it as an empty
14 string rather than as nil. This made it impossible to pass "" to
15 a shell script as a null string argument.
16
17 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * outline.el (outline-invent-heading): New fun.
20 (outline-promote, outline-demote): Use it.
21 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22 (outline-end-of-subtree): Remove unused var `opoint'.
23
24 2005-08-26 David Reitter <david.reitter@gmail.com>
25
26 * menu-bar.el (truncate-lines, write-file, print-buffer)
27 (ps-print-buffer-faces, ps-print-buffer, split-window):
28 Disable menu items when the frame they refer to is invisible, or when
29 they refer to a buffer and the minibuffer is selected.
30
31 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
32
33 * progmodes/flymake.el (flymake-highlight-err-lines):
34 Use save-excursion around flymake-highlight-line to preserve point.
35
36 2005-08-26 Eli Zaretskii <eliz@gnu.org>
37
38 * progmodes/octave-mod.el: Change Author and Maintainer address.
39 (octave-maintainer-address): Change Kurt's email address.
40 * progmodes/octave-inf.el: Change Author and Maintainer address.
41 * progmodes/octave-hlp.el: Change Author and Maintainer address.
42
43 2005-08-26 Kim F. Storm <storm@cua.dk>
44
45 * subr.el (version-list-<, version-list-<=, version-list-=):
46 Renamed from integer-list-*.
47 (version-list-not-zero): Likewise. Fix while loop.
48 (version=): Use version-list-= instead of string-equal.
49
50 2005-08-26 Richard M. Stallman <rms@gnu.org>
51
52 * outline.el (outline-promote): Try shortening the heading.
53 As last resort, read the heading to use.
54 (outline-demote): As last resort, read the heading to use.
55
56 2005-08-26 Romain Francoise <romain@orebokech.com>
57
58 * progmodes/compile.el (compilation-start): Doc fix.
59
60 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
61 (antlr-font-lock-additional-keywords): Fix reference to
62 `antlr-font-lock-literal-regexp' erroneously changed during the
63 mass face rename.
64 (antlr-run-tool): Use `compilation-start'.
65
66 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
67 instead of the obsolete `compile-internal'.
68
69 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
70
71 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
72 (number, original-date):
73 * calendar/cal-china.el (date):
74 * calendar/cal-coptic.el (date):
75 * calendar/cal-french.el (date):
76 * calendar/cal-hebrew.el (date, entry, number, original-date):
77 * calendar/cal-islam.el (date, number, original-date):
78 * calendar/cal-iso.el (date):
79 * calendar/cal-julian.el (date):
80 * calendar/cal-mayan.el (date):
81 * calendar/cal-menu.el (date, event):
82 * calendar/cal-persia.el (date):
83 * calendar/lunar.el (date):
84 * calendar/solar.el (date): Add defvars.
85
86 * emerge.el:
87 * ibuffer.el:
88 * info-xref.el:
89 * obsolete/bg-mouse.el:
90 * obsolete/sun-curs.el:
91 * obsolete/swedish.el: Move the `defvar's to the top level.
92
93 * smerge-mode.el (smerge-refined-change): Add :group.
94
95 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
98 (smerge-keep-n): Remove props.
99 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
100 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
101 now that it's done in smerge-keep-n.
102 (smerge-refined-change): New face.
103 (smerge-refine-chopup-region, smerge-refine-highlight-change)
104 (smerge-refine): New funs.
105 (smerge-basic-map): Bind smerge-refine.
106
107 2005-08-25 Juri Linkov <juri@jurta.org>
108
109 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
110 compilation-process-setup-function and compilation-disable-input
111 in grep-mode instead of let-bindings in grep.
112
113 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
114 Delete "Automatic File De/compression" (auto-compression-mode).
115
116 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
117
118 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
119 Silence warning about non-existent variable.
120
121 2005-08-25 Richard M. Stallman <rms@gnu.org>
122
123 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
124 Rename "Describe Key" to "Describe Key or Mouse Operation".
125
126 * mail/mailalias.el (build-mail-aliases): Delete comments
127 from the contents before processing them.
128
129 * isearch.el (isearch-edit-string): Erase the Search prompt
130 if user enters an empty string and there is no default.
131
132 * comint.el (comint-file-name-prefix): Add autoload.
133
134 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
135
136 * subr.el (play-sound): Rearrange to avoid warning.
137
138 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
139
140 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
141 New hook.
142 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
143
144 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
145
146 * subr.el (version-separator, version-regexp-alist): New vars used by
147 version comparison funs.
148 (integer-list-<, integer-list-=, integer-list-<=)
149 (integer-list-not-zero): New funs for integer list comparison.
150 (version-to-list, version=, version<, version<=): New funs for version
151 comparison.
152
153 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
154
155 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
156 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
157 time to silence the byte-compiler.
158
159 * ibuffer.el (ibuffer-compile-make-eliding-form)
160 (ibuffer-check-formats): Use `with-no-warnings' to hide references
161 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
162 so it's silly to get warnings for it).
163 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
164 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
165 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
166 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
167 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
168 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
169 Defvar at compile time.
170 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
171 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
172 Declare them before use.
173
174 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
175 (info-xref-good, info-xref-bad): Defvar at compile time.
176
177 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
178 Use `let*' instead of `let'.
179
180 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
181 (*mouse-y*, menu, char): Defvar at compile time.
182 (sc::menu): Declare it before use.
183 (sc::pack-one-line): Use `let', not `let*'.
184
185 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
186 (mail-send-hook): Defvar at compile time.
187
188 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
189 Defvar at compile time.
190
191 * term/sun-mouse.el (current-global-mousemap)
192 (current-local-mousemap): Declare them before use.
193
194 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
195
196 * bookmark.el (bookmark-after-jump-hook): New hook.
197 (bookmark-jump): Run `bookmark-after-jump-hook'.
198
199 2005-08-23 Juri Linkov <juri@jurta.org>
200
201 * faces.el (minibuffer-prompt): Doc fix.
202
203 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
204
205 * progmodes/xscheme.el: Trivial changes to silence warnings.
206 (xscheme-previous-mode, xscheme-previous-process-state):
207 Add defvars.
208 (xscheme-last-input-end, xscheme-process-command-line)
209 (xscheme-process-name, xscheme-buffer-name)
210 (xscheme-expressions-ring-max, xscheme-expressions-ring)
211 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
212 (xscheme-control-g-synchronization-p)
213 (xscheme-control-g-disabled-p, xscheme-string-receiver)
214 (default-xscheme-runlight, xscheme-runlight)
215 (xscheme-runlight-string, xscheme-process-filter-state)
216 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
217 Move to beginning of file.
218 (scheme-interaction-mode-commands-alist)
219 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
220 them before use. Note: the initialization code for the variables
221 has not been moved because it uses functions that reference the
222 variables.
223 (xscheme-control-g-message-string, xscheme-process-filter-alist)
224 (xscheme-prompt-for-expression-map): Declare them before use.
225 (scheme-debugger-mode-commands): "?\ " -> "?\s".
226
227 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
228
229 * hexl.el (hexl-print-current-point-info): Fix simple spelling
230 error.
231
232 2005-08-22 Juri Linkov <juri@jurta.org>
233
234 * faces.el (set-face-underline): Delete this duplicate function
235 and make an obsolete alias to set-face-underline-p.
236 (set-face-underline-p): Use docstring of set-face-underline.
237 (describe-face): Create hyperlink to parent face.
238
239 * info.el (Info-insert-dir): Use save-excursion around
240 insert-buffer-substring.
241 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
242 (Info-escape-percent): Delete function.
243 (Info-fontify-node): Replace Info-escape-percent by
244 replace-regexp-in-string with REP arg set to lambda that
245 duplicates `%' and preserves text properties.
246
247 * progmodes/compile.el (compilation-disable-input): Doc fix.
248 (define-compilation-mode): Doc fix and refill.
249 (kill-compilation): Use `mode-name' in the error message.
250 (compilation-find-file): Use `compilation-error' in the
251 read-file-name's prompt.
252
253 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
256 (smerge-auto-leave): Make undo re-enable the mode.
257 (debug-ignored-errors): Add the user-error of impossible resolution.
258 (smerge-resolve): Move things around a bit, in preparation for later.
259 (smerge-diff): Don't fail if the buffer has no associated file.
260 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
261 (smerge-conflict-overlay): New function.
262 (smerge-match-conflict): Don't add text properties here.
263 (smerge-find-conflict): Instead, add an overlay here.
264 Also check for the case where we're inside a conflict already, so as to
265 obviate the need for font-lock-multiline, which is unbearably slow with
266 large conflicts and ciomplex font-lock patterns.
267 (smerge-remove-props): Remove overlay rather than text-properties.
268 (smerge-mode): Don't set font-lock-multiline.
269 Remove overlays when turned off.
270
271 2005-08-21 Kim F. Storm <storm@cua.dk>
272
273 * ido.el (ido-ignore-item-p): Use save-match-data.
274 Bind case-fold-search to ido-case-fold locally.
275
276 2005-08-20 Richard M. Stallman <rms@gnu.org>
277
278 * files.el (normal-mode): If font lock is on, turn it off and on.
279
280 * subr.el (replace-regexp-in-string): Doc fix.
281
282 * startup.el (command-line-1): Don't suppress startup screen
283 due to existing processes.
284
285 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
286
287 * progmodes/compile.el (compilation-disable-input): Default to nil.
288
289 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
290
291 * progmodes/compile.el (compilation-disable-input): New defcustom.
292 (compilation-start): If compilation-disable-input is non-nil, send
293 EOF to the compilation process.
294
295 2005-08-20 Eli Zaretskii <eliz@gnu.org>
296
297 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
298 Run the argument of tex-shell-cd-command through
299 convert-standard-filename, to get the correct style of slashes on
300 Windows, and enclose the result in quotes, in case the file name
301 includes whitespace or other special characters.
302
303 2005-08-19 Andreas Schwab <schwab@suse.de>
304
305 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
306 process.
307
308 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
309
310 * cus-start.el (minibuffer-prompt-properties): Correct typo.
311
312 2005-08-18 Kim F. Storm <storm@cua.dk>
313
314 * scroll-lock.el: Fix errors due to incorrect line wrapping.
315
316 2005-08-18 Richard M. Stallman <rms@gnu.org>
317
318 * scroll-lock.el: New file.
319
320 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
321
322 * dired.el (dired-move-to-end-of-filename):
323 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
324
325 2005-08-18 Kim F. Storm <storm@cua.dk>
326
327 * ido.el (ido-everywhere): Fix defcustom :set function to disable
328 rather than toggle mode when custom value is nil.
329 (ido-everywhere): Fix defun doc string.
330
331 2005-08-17 Richard M. Stallman <rms@gnu.org>
332
333 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
334 as tag instead of "Inviolable".
335
336 2005-08-17 Kim F. Storm <storm@cua.dk>
337
338 * windmove.el (windmove-coordinates-of-position): Remove.
339 (windmove-coordinates-of-window-position): Remove.
340 (windmove-reference-loc): Use posn-at-point instead.
341
342 * subr.el (insert-for-yank-1): Doc fix.
343
344 * ido.el (ido-enter-matching-directory): Rename from
345 ido-enter-single-matching-directory. Change 'slash choice to
346 'only. Add 'first choice.
347 (ido-exhibit): Adapt to above changes.
348
349 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
350
351 * Makefile.in: Expand comment about building loaddefs.el.
352
353 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
354
355 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
356 Comment use of defadvice.
357
358 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
359
360 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
361
362 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
363 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
364 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
365 * progmodes/idlw-shell.el, progmodes/ld-script.el,
366 * progmodes/which-func.el, ruler-mode.el, strokes.el,
367 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
368 for backward compatibility for faces that did not appear in the
369 previous Emacs release.
370
371 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
372
373 2005-08-15 Kim F. Storm <storm@cua.dk>
374
375 * emulation/cua-base.el (cua-delete-region): Return t if
376 deleted region was non-empty.
377 (cua-replace-region): Inhibit overwrite-mode for
378 self-insert-command if replaced region was non-empty.
379 (cua--explicit-region-start, cua--status-string): Make them
380 buffer-local at top-level...
381 (cua-mode): ...rather than when mode is enabled.
382
383 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
384
385 * progmodes/vhdl-mode.el (vhdl-emacs-21):
386 Set t for Emacs 21, 22, and so on.
387
388 2005-08-15 David Ponce <david@dponce.com>
389
390 * tree-widget.el Update Commentary header.
391 (tree-widget-theme): Doc fix.
392 (tree-widget-space-width): New option.
393 (tree-widget-image-properties): Look up in the default theme too.
394 (tree-widget--cursors): Only for images with arrow pointer shape.
395 (tree-widget-lookup-image): Pointer shape is hand by default.
396 (tree-widget-icon): Rename generic icon widget from
397 `tree-widget-control'.
398 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
399 derive from `tree-widget-icon'.
400 (tree-widget-handle): Improve default look and feel of the text
401 representation.
402 (tree-widget): Rename :*-control properties to :*-icon properties.
403 Add :action and :help-echo properties.
404 (tree-widget-after-toggle-functions): Move.
405 (tree-widget-close-node, tree-widget-open-node): Remove.
406 (tree-widget-before-create-icon-functions): New hook.
407 (tree-widget-value-create): Update to allow customization of icons
408 and nodes at run-time via that new hook.
409 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
410 (tree-widget-icon-action, tree-widget-icon-help-echo)
411 (tree-widget-action, tree-widget-help-echo): New functions.
412
413 2005-08-15 Kim F. Storm <storm@cua.dk>
414
415 * ido.el (ido-buffer-internal): Use with-no-warnings.
416 (ido-make-merged-file-list): Use while-no-input.
417
418 2005-08-15 Richard M. Stallman <rms@gnu.org>
419
420 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
421 (flyspell-large-region): Fix doc and custom type.
422
423 2005-08-14 Richard M. Stallman <rms@gnu.org>
424
425 * files.el (interpreter-mode-alist): Doc fix.
426
427 * mail/rmail.el (rmail-nonignored-headers): New variable.
428 (rmail-clear-headers): Use it.
429 (rmail-reply): Better handling of mail-followup-to header.
430
431 * progmodes/sh-script.el (sh-font-lock-keywords-var):
432 Rename variable from sh-font-lock-keywords. In the `shell' entry,
433 don't try to refer to executable-font-lock-keywords.
434 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
435 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
436 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
437 (sh-mode): Set comment-start-skip, local-abbrev-table,
438 imenu-case-fold-search.
439 (sh-set-shell): Don't set them here.
440 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
441 Don't cache the results in the original alist; don't ever modify
442 that alist.
443
444 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
445
446 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
447 empty.
448
449 2005-08-15 Andreas Schwab <schwab@suse.de>
450
451 * desktop.el: Put autoload cookie at risky-local-variable declarations.
452
453 * dired.el, info.el, mail/rmail.el: Revert last change.
454
455 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
456
457 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
458 modification in `eval-after-load' form.
459 * info.el: Likewise.
460 * mail/rmail.el: Likewise.
461
462 2005-08-14 Juri Linkov <juri@jurta.org>
463
464 * progmodes/compile.el (compilation-mode-font-lock-keywords):
465 Remove highlighting of "Compilation started". Highlight only
466 the word "finished" in "Compilation finished". Add highlighting
467 of "interrupt", "killed", "terminated" and the exit code.
468 (compilation-start): Add newline after header. Use exactly the
469 same time stamp format as the finishing message.
470 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
471
472 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
473 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
474 Add highlighting of "interrupt", "killed", "terminated".
475
476 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
477 enabled and the current command is self-insert-command, call it
478 explicitly with overwrite-mode bound to nil, to not allow it
479 to delete the character after the selected region.
480
481 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
482
483 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
484 move-end-of-line, end-of-line, and beginning-of-line to the list
485 of commands after which the echo area is updated.
486
487 2005-08-12 Eli Zaretskii <eliz@gnu.org>
488
489 * cus-edit.el (custom-save-all, custom-save-delete):
490 Bind recentf-exclude to exclude custom-file.
491
492 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
493
494 * mail/rmailsum.el (rmail-summary-end-of-message): New command
495 to go to the bottom of the mail message. Added to
496 `rmail-summary-mode-map' with key "/".
497 (rmail-summary-show-message): New (internal) function for use by
498 both `rmail-summary-beginning/end-of-message'.
499 (rmail-summary-beginning-of-message): Change to use
500 rmail-summary-show-message.
501
502 * mail/rmail.el (rmail-end-of-message): New command to go to the
503 end of the current message. Added to `rmail-mode-map' with key "/".
504 (rmail-beginning-of-message): Fix to work as documented.
505 (rmail-mode): Change documentation.
506
507 * progmodes/compile.el (compilation-start): Add the line
508 "Compilation started" with compilation start time.
509 (compilation-mode-font-lock-keywords): Add `started' to keywords.
510
511 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
512
513 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
514 of menu items.
515
516 2005-08-11 Richard M. Stallman <rms@gnu.org>
517
518 * simple.el (pop-global-mark): Reverse test of widen-automatically.
519
520 * battery.el (battery-status-function): Don't use ignore-errors.
521
522 2005-08-11 Lute Kamstra <lute@gnu.org>
523
524 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
525 define-obsolete-variable-alias.
526
527 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
530 (ange-ftp-send-cmd): Revert last change, and expand
531 the comment explaining the problem.
532
533 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
534
535 * ldefs-boot.el: Update.
536
537 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
538 item to "Time, Load and Mail". Change help echo text.
539
540 * time.el (display-time-use-mail-icon, display-time-format)
541 (display-time-string-forms): Shorten first line of docstrings.
542
543 2005-08-10 Lars Hansen <larsh@soem.dk>
544
545 * desktop.el (desktop-buffer-mode-handlers):
546 Make non-customizable. Add autoload cookie. Change initial value to
547 nil; add elements in respective modules instead. Fix doc string.
548 (desktop-load-file): New function.
549 (desktop-minor-mode-handlers): New autoloaded variable.
550 (desktop-create-buffer): Call minor mode handlers.
551 Use desktop-load-file to load major and minor mode modules prior to
552 checking for a handler.
553 (desktop-save): Don't add nil to desktop-minor-modes for minor
554 modes with nil function in desktop-minor-mode-table. Don't delete
555 desktop file before rewriting it.
556 (desktop-locals-to-save): Add autoload cookie. Don't make
557 automatically buffer-local. Add variables column-number-mode,
558 size-indication-mode, indent-tabs-mode,
559 indicate-buffer-boundaries, indicate-empty-lines and
560 show-trailing-whitespace.
561 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
562 regexps. Don't use desktop-clear-preserve-buffers-regexp.
563 (desktop-clear-preserve-buffers-regexp): Delete.
564 (desktop-clear-preserve-buffers): Update initial value and docstring.
565 (desktop-save-buffer): Fix doc string.
566
567 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
568 (hilit-chg-desktop-restore): New function.
569 (highlight-changes-mode): Add highlight-changes-mode to
570 desktop-locals-to-save.
571
572 * dired.el: Add handler to desktop-buffer-mode-handlers.
573 (dired-restore-desktop-buffer): Remove autoload cookie.
574 (dired-mode): Add autoload cookie.
575
576 * info.el: Add handler to desktop-buffer-mode-handlers.
577 (Info-restore-desktop-buffer): Remove autoload cookie.
578 (Info-mode): Add autoload cookie.
579
580 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
581 (mh-restore-desktop-buffer): Remove autoload cookie.
582 (mh-folder-mode): Add autoload cookie.
583
584 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
585 (rmail-restore-desktop-buffer): Remove autoload cookie.
586
587 2005-08-11 Masatake YAMATO <jet@gyve.org>
588
589 * hexl.el (hexl-address-region):
590 (hexl-ascii-region, hexl-font-lock-keywords):
591 (hexl-highlight-line-range): Use the term "region"
592 instead of "area" for consistency with the other symbols
593 defined in hexl.el.
594
595 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
596
597 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
598 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
599 out by Juri Linkov). Add `display-battery-mode'.
600
601 2005-08-09 Juri Linkov <juri@jurta.org>
602
603 * progmodes/compile.el (compilation-mode-font-lock-keywords):
604 Remove `-text' from face variable names.
605 (compilation-error-file-name, compilation-warning-file-name)
606 (compilation-info-file-name): Delete faces.
607 (compilation-line-number, compilation-column-number):
608 Remove face underlining.
609 (compilation-message-face): Set to `underline' value by default.
610 (compilation-error-face, compilation-warning-face)
611 (compilation-info-face): Remove `-file-name' from face names.
612 (compilation-error-text-face, compilation-warning-text-face)
613 (compilation-info-text-face): Delete face variables.
614 (compilation-text-face): Delete function.
615
616 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
617 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
618 (grep-error-face): Set to `compilation-error' instead of
619 `compilation-error-face' (which is redefined to `grep-hit-face' in
620 grep buffers).
621 (grep-mode-font-lock-keywords): Remove `-text' from face variable
622 names. Use `grep-error-face' instead of `compilation-error-text-face'.
623
624 * dired-aux.el (dired-do-query-replace-regexp):
625 Use `query-replace-read-args'.
626
627 * replace.el (query-replace-read-from, query-replace-read-to)
628 (query-replace-read-args): Rename arg `string' to `prompt'.
629
630 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
631
632 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
633
634 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
635 uploading files.
636 (ange-ftp-canonize-filename): Handle file names beginning with ~
637 correctly.
638
639 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
640
641 * textmodes/fill.el (canonically-space-region)
642 (fill-context-prefix, fill-french-nobreak-p)
643 (fill-delete-newlines, fill-comment-paragraph)
644 (justify-current-line): "?\ " -> "?\s".
645
646 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
647
648 * textmodes/fill.el (fill-nonuniform-paragraphs):
649 Improve argument/docstring consistency.
650
651 2005-08-09 Richard M. Stallman <rms@gnu.org>
652
653 * textmodes/ispell.el (ispell-word): More fboundp checks.
654
655 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
656 (find-file-noselect-1): Call it here, only if RAWFILE.
657 (normal-mode): Always set some major mode.
658 (save-some-buffers-action-alist): Change some explanation strings.
659 (file-name-non-special): In the `quote' method, use unwind-protect.
660
661 2005-08-09 Magnus Henoch <mange@freemail.hu>
662
663 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
664 (ispell-have-aspell-dictionaries): New variable.
665 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
666 (ispell-get-aspell-config-value): New function.
667 (ispell-aspell-find-dictionary): New function.
668 (ispell-aspell-add-aliases): New function.
669 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
670 appropriate. Don't look for ispell dictionaries if we use aspell.
671 (ispell-menu-map): Don't build a submenu of dictionaries.
672
673 2005-08-09 Richard M. Stallman <rms@gnu.org>
674
675 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
676 (sql-read-passwd): Use read-passwd.
677
678 * progmodes/idlw-toolbar.el (idlwave-toolbar)
679 (idlwave-toolbar-is-possible): Add defvars.
680
681 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
682 Avoid warnings.
683
684 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
685 (idlwave-system-class-info, idlwave-executive-commands-alist):
686 Use defvar.
687
688 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
689
690 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
691 Avoid warnings.
692
693 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
694 and content-type: headers.
695
696 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
697
698 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
699 and rename some of them to be more self-explanatory.
700
701 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
702
703 * startup.el (command-line-1): Implement -scriptload.
704
705 * replace.el (occur-engine): Initial *Occur* output not undoable.
706
707 * menu-bar.el (menu-bar-file-menu): Rename some menu items
708 and improve help strings.
709
710 * isearch.el (isearch-repeat): When changing direction,
711 mark search successful.
712
713 * ediff-init.el: Use (featurep 'xemacs).
714
715 * comint.el (send-invisible): Identify buffer, if not selected.
716
717 * align.el: Delete autoload for c-guess-basic-syntax.
718
719 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
720
721 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
722 Improve argument/docstring consistency. Doc fixes.
723 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
724 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
725 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
726 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
727 (r2bv-organization, r2bv-pages, r2bv-primary-author)
728 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
729 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
730 Defvar at compile time.
731
732 2005-08-09 Juri Linkov <juri@jurta.org>
733
734 * info.el: Replace `info' with upper-case `Info' where appropriate.
735 (info-title-1, info-title-2, info-title-3, info-title-4)
736 (info-menu-header): Move up face definitions.
737 (info-menu-star): Rename from `info-menu-5'.
738 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
739 (Info-fontify-visited-nodes): Fix docstring.
740 (Info-hide-note-references): Fix docstring.
741 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
742 menu items in the same way as on cross-references.
743 (info-apropos): Fix sorting order and formatting to be like in the
744 stand-alone Info browser. Display error messages for 1 sec.
745 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
746 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
747 from the menu bar.
748 (Info-insert-dir): Restore point after calling
749 `insert-buffer-substring'.
750
751 2005-08-08 Richard M. Stallman <rms@gnu.org>
752
753 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
754 (recompute-lucid-menubar): Add defvars.
755
756 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
757
758 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
759
760 * net/net-utils.el (run-dig): Rename from `dig'.
761
762 * play/gametree.el (gametree-mode): Use make-local-variable,
763 not make-variable-buffer-local.
764
765 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
766
767 * ansi-color.el (ansi-color-make-extent)
768 (ansi-color-set-extent-face): Use fboundp, not functionp.
769
770 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
771 not make-variable-buffer-local.
772
773 * bookmark.el (Info-current-file): Add defvar.
774 (bookmark-jump-noselect): Use with-no-warnings.
775
776 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
777
778 * ebuff-menu.el (Helper-return-blurb): Add defvar.
779
780 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
781
782 * find-file.el (ada-procedure-start-regexp)
783 (ada-package-start-regexp): Add defvars.
784
785 * info.el (Info-insert-dir): Use insert-buffer-substring.
786
787 * xml.el (xml-att-def-re): Add defvar.
788
789 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
790 calling convention.
791
792 * subr.el (while-no-input): Return t if there is input.
793
794 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
795
796 * cus-start.el (all): Add `overflow-newline-into-fringe'.
797
798 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
799
800 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
801 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
802
803 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
804
805 * cmuscheme.el (scheme-start-file): Replace reference to
806 `user-emacs-directory' by "~/.emacs.d/".
807
808 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
809
810 * info.el (Info-dir-remove-duplicates): Avoid case folding
811 in loop; instead, keep downcased strings for comparison.
812 Suggested by Helmut Eller.
813
814 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
815
816 Sync with Tramp 2.0.50.
817
818 * tramp.el: Remove defvar of `last-coding-system-used' in the
819 XEmacs case; not necessary anymore.
820 (tramp-user-regexp): Allow "@" as part of user name.
821 (tramp-handle-set-visited-file-modtime)
822 (tramp-handle-insert-file-contents)
823 (tramp-handle-write-region): No special handling for
824 `last-coding-system-used, because this is done in
825 `tramp-accept-process-output' now.
826 (tramp-accept-process-output): New defun.
827 (tramp-process-one-action, tramp-process-one-multi-action)
828 (tramp-wait-for-regexp, tramp-wait-for-output)
829 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
830 Howells <dhowells@redhat.com>.
831 (clear-visited-file-modtime): Defadvice removed. The check for
832 unset buffer's modtime does not need to be based on
833 `tramp-buffer-file-attributes'. Suggested by RMS.
834 (tramp-message): Insert "\n" if not being at beginning of line.
835 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
836 sequence with same logic.
837 (tramp-completion-handle-expand-file-name): Discard call of
838 `tramp-drop-volume-letter'. It is not necessary, and there have
839 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
840 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
841 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
842 should always be visible.
843 (tramp-handle-insert-directory, tramp-setup-complete)
844 (tramp-set-process-query-on-exit-flag)
845 (tramp-append-tramp-buffers): Pacify byte-compiler.
846 (tramp-bug): Delete non-existing variables from list.
847 Apply `tramp-load-report-modules' as pre-hook.
848 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
849 `shell-prompt-pattern' because of non-7bit characters.
850 Reported by Sebastian Luque <sluque@mun.ca>.
851 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
852 (tramp-match-string-list): Remove function.
853 (tramp-wait-for-regexp): Remove call of that function.
854 Suggested by Kim F. Storm <storm@cua.dk>.
855 (tramp-set-auto-save-file-modes): Use octal integer code #o600
856 instead of octal character code ?\600. The latter resulted in a
857 syntax error with XEmacs.
858
859 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
860 XEmacs case; not necessary anymore.
861 (tramp-smb-handle-write-region): No special handling for
862 `last-coding-system-used, because this is done in
863 `tramp-accept-process-output' now.
864 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
865
866 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
867
868 * wid-edit.el (widget-choice-value-create):
869 Unconditionally respect user choice. Set :explicit-choice back to nil
870 when no longer needed.
871 (widget-choice-action): Unconditionally respect user choice.
872 Eliminate :explicit-choice-value.
873
874 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
875
876 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
877 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
878 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
879 running new function `toggle-indicate-empty-lines'.
880 Rename "Customize" item to "Customize fringe".
881 Rename "Indicators" item to "Buffer boundaries" and change help echo.
882 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
883 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
884 Delete "Empty lines only" item.
885 (menu-bar-showhide-fringe-ind-customize): New function.
886 (menu-bar-showhide-fringe-ind-mixed)
887 (menu-bar-showhide-fringe-ind-box)
888 (menu-bar-showhide-fringe-ind-right)
889 (menu-bar-showhide-fringe-ind-left)
890 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
891 instead of `fringe-indicators'.
892
893 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
894
895 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
896 Change the date of last update.
897
898 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
899
900 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
901 (viper-exec-yank, viper-put-back): Don't display modification msg
902 if in the minibuffer.
903
904 * viper-init.el (viper-replace-overlay-cursor-color)
905 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
906 Make variables frame local.
907
908 * viper-util.el (viper-append-filter-alist): Use append instead of
909 nconc.
910
911 * viper.el (viper-vi-state-mode-list)
912 (viper-emacs-state-mode-list): Move help-mode and
913 completion-list-mode from the first list to the second.
914 (viper-mode): Docstring.
915 (viper-go-away, viper-non-hook-settings): Don't localize
916 minor-mode-alist in newer Emacsen. Add advice to
917 set-cursor-color. Don't bind "\C-c\\".
918
919 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
920
921 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
922 (scheme-macro-expand-command): New user options.
923 (scheme-trace-procedure, scheme-expand-current-form): New commands.
924 (scheme-form-at-point, scheme-start-file)
925 (scheme-interactively-start-process): New functions.
926 (scheme-get-process): New function, extracted from `scheme-proc'.
927 (run-scheme): Call `scheme-start-file' to get start file, and pass
928 it to `make-comint'.
929 (switch-to-scheme, scheme-proc):
930 Call `scheme-interactively-start-process' if no Scheme buffer/process
931 is available.
932
933 2005-08-06 Juri Linkov <juri@jurta.org>
934
935 * progmodes/compile.el (compilation-mode-font-lock-keywords):
936 Use `compilation-text-face', `compilation-info-text-face' and
937 `compilation-error-text-face' instead of `font-lock-keyword-face'.
938 (compilation-error): New face.
939 (compilation-error-file-name): Inherit from
940 `compilation-error' instead of `font-lock-warning-face'.
941 (compilation-warning-file-name): Inherit from
942 `compilation-warning' instead of `font-lock-warning-face'.
943 (compilation-info, compilation-error-file-name)
944 (compilation-warning-file-name, compilation-info-file-name)
945 (compilation-line-number, compilation-column-number): Doc fix.
946 (compilation-error-text-face, compilation-warning-text-face)
947 (compilation-info-text-face): New face variables.
948 (compilation-line-face, compilation-column-face)
949 (compilation-enter-directory-face)
950 (compilation-leave-directory-face): Doc fix.
951 (compilation-text-face): New function.
952
953 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
954 instead of 1 to display binary file names as info file links.
955 (grep-error-face): Use `compilation-error-face' instead of
956 `font-lock-keyword-face'.
957 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
958 and `compilation-warning-text-face' instead of
959 `font-lock-keyword-face'. Use `compilation-error-text-face'
960 instead of `grep-error-face'.
961
962 2005-08-05 Kenichi Handa <handa@m17n.org>
963
964 * international/code-pages.el: Add autoload cookies for all coding
965 systems.
966
967 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
968
969 * cus-start.el (all): Put undo.c where it alphabetically belongs.
970
971 2005-08-04 Juri Linkov <juri@jurta.org>
972
973 * progmodes/compile.el (compilation-mode-map):
974 * progmodes/grep.el (grep-mode-map):
975 Bind TAB to `compilation-next-error' and [backtab] to
976 `compilation-previous-error'.
977
978 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
979 matching line numbers, column numbers and their ranges with regexp
980 matching only line numbers.
981 (grep-context-face): New face variable.
982 (grep-mode-font-lock-keywords): Use it.
983
984 * faces.el (read-face-name): Delete duplicate faces.
985
986 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
987
988 * thumbs.el (thumbs-find-image): Don't make variables
989 automatically buffer local.
990 (thumbs-current-tmp-filename, thumbs-current-image-filename)
991 (thumbs-image-num): Make automatically buffer local.
992 (thumbs-show-thumbs-list): Use `make-local-variable', not
993 `make-variable-buffer-local'.
994 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
995
996 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
997 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
998 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
999 (bother, bye, canyou, chatlst, continue, deathlst, describe)
1000 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1001 (feelings-about, foullst, found, hello, history, howareyoulst)
1002 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1003 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1004 (neglst, obj, object, owner, please, problems, qlist)
1005 (random-adjective, relation, remlst, repetitive-shortness)
1006 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1007 (shortlst, something, sportslst, stallmanlst, states, subj)
1008 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1009 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1010 Defvar at compile time.
1011
1012 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1013 not `make-variable-buffer-local'.
1014
1015 2005-08-02 Kim F. Storm <storm@cua.dk>
1016
1017 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1018 rectangle overlay in selected window.
1019
1020 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
1021
1022 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1023 instead of display group. Make `indicate-buffer-boundaries'
1024 customizable through Custom.
1025
1026 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
1027
1028 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1029 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1030 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1031 (gdb-put-string): Fix typos in docstrings.
1032
1033 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
1034
1035 Update copyright notices of files in progmodes directory for
1036 release of Emacs 22.1.
1037
1038 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1039
1040 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1041 Don't barf if the GUD buffer has been killed.
1042
1043 2005-08-01 Kim F. Storm <storm@cua.dk>
1044
1045 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1046
1047 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * simple.el (next-error-follow-minor-mode):
1050 make-variable-buffer-local -> make-local-variable.
1051
1052 * emacs-lisp/cl-extra.el: Require CL also when compiling.
1053
1054 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1055 (byte-compile-form-make-variable-buffer-local): New functions to warn
1056 about misuses of make-variable-buffer-local where make-local-variable
1057 was meant.
1058
1059 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * bs.el (bs-attributes-list): Doc fix.
1062 (bs): Update url-link.
1063
1064 * desktop.el (desktop-save-buffer): Fix typos in docstring.
1065 (desktop-load-default): Simplify.
1066
1067 * ibuffer.el (ibuffer-columnize-and-insert-list)
1068 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1069 (ibuffer-unmark-all, ibuffer-toggle-marks)
1070 (ibuffer-unmark-forward, ibuffer-unmark-backward)
1071 (ibuffer-compile-make-format-form, ibuffer-format-column)
1072 (ibuffer-current-buffers-with-marks)
1073 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1074 (ibuffer): Doc fix.
1075 (ibuffer-mode): Fix typo in docstring.
1076 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1077 with `define-obsolete-variable-alias'.
1078 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
1079
1080 2005-07-29 Kenichi Handa <handa@m17n.org>
1081
1082 * international/mule-cmds.el (select-message-coding-system):
1083 Be sure to use LF for end-of-line. If no coding system is decided,
1084 return iso-8859-1-unix.
1085
1086 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1089 (ange-ftp-pending-error-line): New vars.
1090 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1091 to handle the non-fatal no-route-to-host messages.
1092 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1093
1094 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1095
1096 * isearch.el (isearch-mode-map, isearch-other-meta-char)
1097 (isearch-quote-char, isearch-printing-char)
1098 (isearch-text-char-description): "?\ " -> "?\s".
1099 (isearch-lazy-highlight-cleanup)
1100 (isearch-lazy-highlight-initial-delay)
1101 (isearch-lazy-highlight-interval)
1102 (isearch-lazy-highlight-max-at-a-time)
1103 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1104 Declare with define-obsolete-*-alias macros.
1105 (isearch-forward): Fix typo in docstring.
1106 (search-invisible, search-ring-yank-pointer)
1107 (regexp-search-ring-yank-pointer): Doc fixes.
1108
1109 * recentf.el (recentf-menu-append-commands-p): Declare with
1110 `define-obsolete-variable-alias'.
1111 (recentf-max-saved-items, recentf-menu-filter)
1112 (recentf-arrange-by-rule-subfilter): Doc fixes.
1113 (recentf-menu-append-commands-flag)
1114 (recentf-initialize-file-name-history, recentf-expand-file-name)
1115 (recentf-clear-data): Fix typos in docstrings.
1116
1117 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
1118
1119 * progmodes/gdb-ui.el: Smarten comments.
1120 (gdb-info-breakpoints-custom): Use nowarn when finding file.
1121
1122 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1123
1124 * term/apollo.el (terminal-init-apollo): New function containing
1125 all former top level forms in the file.
1126 * term/bobcat.el (terminal-init-bobcat):
1127 * term/cygwin.el (terminal-init-cygwin):
1128 * term/iris-ansi.el (terminal-init-iris-ansi):
1129 * term/linux.el (terminal-init-linux):
1130 * term/news.el (terminal-init-news):
1131 * term/rxvt.el (terminal-init-rxvt):
1132 * term/sun.el (terminal-init-sun):
1133 * term/tvi970.el (terminal-init-tvi970):
1134 * term/vt100.el (terminal-init-vt100):
1135 * term/vt102.el (terminal-init-vt102):
1136 * term/vt125.el (terminal-init-vt125):
1137 * term/vt200.el (terminal-init-vt200):
1138 * term/vt201.el (terminal-init-vt201):
1139 * term/vt220.el (terminal-init-vt220):
1140 * term/vt240.el (terminal-init-vt240):
1141 * term/vt300.el (terminal-init-vt300):
1142 * term/vt320.el (terminal-init-vt320):
1143 * term/vt400.el (terminal-init-vt400):
1144 * term/vt420.el (terminal-init-vt420):
1145 * term/wyse50.el (terminal-init-wyse50):
1146 * term/xterm.el (terminal-init-xterm): Likewise.
1147
1148 * term/README: Describe the terminal-init-* functionality.
1149
1150 * startup.el (command-line): After loading the terminal initialization
1151 file call the corresponding terminal initialization function.
1152
1153 2005-07-27 Kenichi Handa <handa@m17n.org>
1154
1155 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1156 negative.
1157
1158 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1159 (ps-mule-composition-prologue): Fix for the case that
1160 RelativeCompose is false.
1161
1162 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1165
1166 * descr-text.el (describe-char): Handle the case where the list of
1167 chars is displayed in a separate frame.
1168 Be a bit more discriminating when looking for the char.
1169
1170 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
1171
1172 * bookmark.el (bookmark-automatically-show-annotations)
1173 (bookmark-read-annotation-text-func): Doc fixes.
1174 (bookmark-save): Improve argument/docstring consistency.
1175 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1176 (bookmark-alist-from-buffer)
1177 (bookmark-upgrade-file-format-from-0)
1178 (bookmark-grok-file-format-version)
1179 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1180 (bookmark-read-annotation-mode)
1181 (bookmark-insert-current-bookmark, bookmark-jump)
1182 (bookmark-exit-hook): Fix typos in docstrings.
1183 (bookmark-exit-hooks): Define as obsolete alias.
1184 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1185 not `bookmark-exit-hooks'. Fix docstring.
1186 (bookmark-bmenu-select): "?\ " -> "?\s".
1187
1188 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
1189
1190 * startup.el (command-line): Fix typo.
1191
1192 2005-07-24 Richard M. Stallman <rms@gnu.org>
1193
1194 * tooltip.el (tooltip-mode): Test emacs-basic-display,
1195 not emacs-quick-startup.
1196
1197 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1200 (reb-next-match, reb-show-subexp): Use `with-selected-window'
1201 instead of `reb-with-current-window'.
1202 (reb-prev-match): Likewise. Also, don't move left if the search
1203 was unsuccessful.
1204 (reb-initialize-buffer): New function.
1205 (re-builder, reb-change-syntax): Use it.
1206
1207 * man.el (Man-goto-page): Make second argument NOERROR optional.
1208
1209 2005-07-23 Richard M. Stallman <rms@gnu.org>
1210
1211 * man.el (Man-bgproc-sentinel): Check here for failure to find
1212 any man page in the output, and report the error here.
1213 (Man-arguments): Make it permanent local.
1214 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
1215 (Man-mode): Pass t for NOERROR.
1216
1217 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1218 (grep-mode-font-lock-keywords):
1219 Don't use compilation-...-face for messages that are not file names.
1220
1221 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1222 Don't use compilation-...-face for messages that are not file names.
1223
1224 2005-07-22 Juri Linkov <juri@jurta.org>
1225
1226 * startup.el (normal-splash-screen): Update menu name.
1227
1228 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1229
1230 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1231
1232 * term/xterm.el: Load term/rxvt if the terminal is actually an
1233 rxvt terminal.
1234 (xterm-rxvt-set-background-mode): Remove, not used anymore.
1235
1236 * term/rxvt.el (function-key-map): Use substitute-key-definition
1237 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1238
1239 * term/cygwin.el: New file.
1240
1241 2005-07-22 Kim F. Storm <storm@cua.dk>
1242
1243 * image-file.el (insert-image-file, image-file-yank-handler):
1244 Fix last change to maintain a (unique) yank-handler on yanked images.
1245
1246 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1247
1248 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1249 of the file size (as in "177B" for 177 bytes). This happens with
1250 "ls -lh" on FreeBSD.
1251
1252 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * hilit-chg.el (highlight-changes-global-initial-state)
1255 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1256 (hilit-chg-fixup, highlight-changes-mode):
1257 Fix typos in docstrings.
1258 (highlight-changes-global-modes, highlight-changes-rotate-faces):
1259 Doc fixes.
1260
1261 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
1262
1263 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1264 mode function using `eval-after-load'.
1265
1266 2005-07-21 Kim F. Storm <storm@cua.dk>
1267
1268 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1269 included when reporting an emacs crash, and tell about the DEBUG file.
1270
1271 * image-file.el (insert-image-file): Add yank-handler.
1272 (image-file-yank-handler): Yank handler to make unique copies of
1273 images when they are yanked into a buffer next to each other.
1274
1275 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * comint.el (comint-use-prompt-regexp, comint-send-input)
1278 (comint-source-default, comint-extract-string)
1279 (comint-get-source, comint-word, comint-completion)
1280 (comint-source, comint-prompt-read-only, comint-update-fence):
1281 Fix typos in docstrings.
1282 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1283 Declare with define-obsolete-*-alias macros.
1284 (comint-previous-matching-input-from-input)
1285 (comint-next-matching-input-from-input)
1286 (comint-previous-matching-input, comint-next-matching-input)
1287 (comint-forward-matching-input):
1288 Improve argument/docstring consistency.
1289
1290 * desktop.el (desktop-clear-preserve-buffers-regexp):
1291 Also preserve the *server* buffer.
1292
1293 * simple.el (clone-indirect-buffer): Doc fix.
1294 (fixup-whitespace, just-one-space)
1295 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1296 (next-error, next-error-highlight)
1297 (next-error-highlight-no-select, next-error-last-buffer)
1298 (next-error-buffer-p, next-error-find-buffer, next-error)
1299 (previous-error, next-error-no-select, previous-error-no-select)
1300 (open-line, split-line, minibuffer-prompt-width, kill-new)
1301 (binary-overwrite-mode): Fix typos in docstrings.
1302 (set-fill-column): Fix typo in message.
1303
1304 * skeleton.el (skeleton-proxy-new): Doc fix.
1305
1306 * strokes.el (strokes-load-hook): Doc fix.
1307 (strokes-grid-resolution, strokes-get-grid-position)
1308 (strokes-renormalize-to-grid, strokes-read-stroke)
1309 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1310 (strokes-global-map): Fix typos in docstrings.
1311 (strokes-help): Doc fix. Fix help message and pass it through
1312 `substitute-command-keys'.
1313
1314 * tempo.el (tempo-insert-prompt, tempo-interactive)
1315 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1316 (tempo-insert-string-functions, tempo-local-tags)
1317 (tempo-define-template, tempo-insert-template)
1318 (tempo-insert-prompt-compat, tempo-is-user-element)
1319 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1320 Fix typos in docstrings.
1321
1322 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1323 (vcursor-key-bindings, vcursor-use-vcursor-map)
1324 (vcursor-find-window, vcursor-scroll-down)
1325 (vcursor-disable, vcursor-beginning-of-buffer)
1326 (vcursor-end-of-buffer): Fix typos in docstrings.
1327 (vcursor-relative-move, vcursor-get-char-count):
1328 Improve argument/docstring consistency.
1329
1330 * version.el: "?\ " -> "?\s".
1331
1332 * wid-edit.el (widget-default-create, widget-after-change)
1333 (widget-default-format-handler, widget-checklist-add-item)
1334 (widget-radio-add-item, widget-choose, widget-specify-secret)
1335 (widget-field-value-create, widget-field-value-get)
1336 (widget-editable-list-format-handler)
1337 (widget-editable-list-entry-create, widget-group-value-create)
1338 (widget-documentation-link-add)
1339 (widget-documentation-string-value-create): "?\ " -> "?\s".
1340 (widget-convert-text): Doc fix.
1341 (widget-narrow-to-field, widget-field-find)
1342 (widget-url-link-action, widget-emacs-library-link-action)
1343 (widget-color-notify): Fix typos in docstrings.
1344
1345 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1346 (x-select-text, set-w32-system-coding-system)
1347 (w32-add-charset-info): Fix typos in docstrings.
1348
1349 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1350 (cua-enable-cua-keys, cua-use-hyper-key)
1351 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1352 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1353
1354 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1355
1356 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1357 `defalias' instead of faking it.
1358
1359 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1360 (eshell-ls-missing, eshell-ls-dired-initial-args)
1361 (eshell-ls-use-in-dired): Fix typos in docstrings.
1362
1363 2005-07-20 Kim F. Storm <storm@cua.dk>
1364
1365 * emulation/cua-base.el (cua-mode): Improve doc string.
1366
1367 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1368
1369 * abbrev.el (expand-region-abbrevs): Doc fix.
1370 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1371 Improve argument/docstring consistency.
1372
1373 * arc-mode.el (archive-get-descr, archive-alternate-display):
1374 Doc fixes.
1375 (archive-l-e): Improve argument/docstring consistency.
1376 (archive-tmpdir, archive-unixdate, archive-unixtime)
1377 (archive-chmod-entry): Fix typos in docstrings.
1378 (archive-unflag, archive-unflag-backwards)
1379 (archive-unmark-all-files): "?\ " -> "?\s".
1380
1381 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1382 (Buffer-menu-not-modified, Buffer-menu-execute)
1383 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1384 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1385
1386 * composite.el (compose-string, encode-composition-rule)
1387 (compose-last-chars): Fix typos in docstrings.
1388
1389 * desktop.el (desktop-enable, desktop-basefilename):
1390 Declare with `define-obsolete-variable-alias'.
1391 (desktop-internal-v2s): Don't quote keywords.
1392 (desktop-clear): "?\ " -> "?\s".
1393
1394 * dired.el (dired-align-file, dired-flag-backup-files)
1395 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1396 (dired-listing-switches, dired-ls-F-marks-symlinks)
1397 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1398 (dired-directory, dired-faces, dired, dired-revert)
1399 (dired-mode, dired-summary, dired-view-file)
1400 (dired-copy-filename-as-kill, dired-delete-file)
1401 (dired-no-confirm, dired-unmark-all-marks)
1402 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1403 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1404 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1405 Fix typos in message strings.
1406
1407 * dired-x.el (virtual-dired): Declare with `defalias'.
1408 (dired-mark-unmarked-files, dired-local-variables-file)
1409 (dired-omit-here-always): Doc fix.
1410 (dired-omit-mode, dired-find-subdir)
1411 (dired-enable-local-variables, dired-clean-up-buffers-too)
1412 (dired-extra-startup, dired-mark-extension, dired-jump)
1413 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1414 (dired-smart-shell-command, dired-guess-shell-alist-user)
1415 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1416 (dired-x-bind-find-file, dired-x-submit-report):
1417 Fix typos in docstrings.
1418 (dired-mark-unmarked-files): "?\ " -> "?\s".
1419
1420 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1421
1422 * faces.el (describe-face): "?\ " -> "?\s".
1423 (read-all-face-attributes, read-face-font, modify-face)
1424 (face-attr-construct, italic): Fix typos in docstrings.
1425 (frame-update-face-colors): Declare with
1426 `define-obsolete-function-alias'.
1427
1428 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1429 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1430 (magic-mode-alist, buffer-file-numbers-unique)
1431 (write-file-functions, get-free-disk-space):
1432 Fix typos in docstrings.
1433 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1434 (write-contents-hooks, write-file-hooks):
1435 Declare with `define-obsolete-variable-alias'.
1436
1437 * forms-d2.el (arch-rj): Fix typo in docstrings.
1438 (arch-tocol): Likewise. "?\ " -> "?\s".
1439
1440 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1441 Fix typo in docstring.
1442 (set-screen-width, set-screen-height): Delete redundant info in
1443 doctrings.
1444 (new-frame, screen-height, screen-width): Declare with
1445 `define-obsolete-function-alias'.
1446 (delete-frame-hook, blink-cursor): Declare with
1447 `define-obsolete-variable-alias'.
1448
1449 * paths.el (prune-directory-list): Fix typos in docstring.
1450
1451 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1452 (cvs-prefix-get): Fix typos in docstrings.
1453
1454 * ps-print.el (ps-extend-face-list, ps-extend-face)
1455 (ps-print-background-image): Fix typos in docstrings.
1456 (ps-default-fg, ps-default-bg): Doc fixes.
1457
1458 * s-region.el (s-region-bind): Doc fix.
1459 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1460
1461 * textmodes/org.el (org-table-formula-substitute-names)
1462 (org-table-get-vertical-vector): Doc fixes.
1463 (org-table-recalculate): Remove unused argument to `message'.
1464
1465 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
1466
1467 * textmodes/org.el (org-table-column-names)
1468 (org-table-column-name-regexp)
1469 (org-table-named-field-locations): New variables.
1470 (org-archive-subtree): Protect `this-command' when calling
1471 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1472 the kill buffer.
1473 (org-complete): Remove fixed-formula completion.
1474 (org-edit-formulas-map): New variable.
1475 (org-table-edit-formulas): New command.
1476 (org-finish-edit-formulas, org-abort-edit-formulas)
1477 (org-show-variable, org-table-get-vertical-vector): New functions.
1478 (org-table-maybe-eval-formula): Handle `:=' fields.
1479 (org-table-get-stored-formulas, org-table-store-formulas)
1480 (org-table-get-formula, org-table-modify-formulas)
1481 (org-table-replace-in-formulas): Handle named field formulas.
1482 (org-table-get-specials): Store locations of named fields.
1483
1484 2005-07-19 Juri Linkov <juri@jurta.org>
1485
1486 * progmodes/grep.el (grep-regexp-alist)
1487 (grep-mode-font-lock-keywords, grep-process-setup):
1488 Use default GNU grep match color "01;31m" instead of "01;41m".
1489 (grep-regexp-alist, grep-mode-font-lock-keywords):
1490 Use `\\[[0-9]*m' instead of `\\[00m'.
1491 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1492 sgr_start where its handling is more important. Use the real
1493 length of sgr_start instead of constant 8.
1494 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1495 specially. Delete all remaining escape sequences.
1496 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1497 (grep-regexp-alist): Make hyperlink only for binary file name
1498 instead of the whole line.
1499 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1500 (grep-mode): Add autoload.
1501
1502 * emacs-lisp/find-func.el (find-function-regexp):
1503 Add `define-compilation-mode'.
1504
1505 2005-07-19 Juri Linkov <juri@jurta.org>
1506
1507 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1508 (compare-windows-sync-string-size, compare-windows-recenter)
1509 (compare-windows-highlight, compare-windows): Add version 22.1.
1510 (compare-windows) <defface>: Inherit from lazy-highlight instead
1511 of duplicating its default value.
1512
1513 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1514 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1515
1516 * descr-text.el (describe-char): Create link buttons for `charset'
1517 and `code point'. Add the current input method name with a link
1518 button to `to input' field. Print face names of display table
1519 characters in `The display table entry is displayed by' section
1520 instead of printing face-id in the `display' field.
1521 Guess hardcoded faces and create a link button for them.
1522 Skip empty fields when calculating max-width.
1523 Treat `widget-create' specially while inserting strings from the
1524 collected field list.
1525 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1526
1527 * diff-mode.el (diff-file-header): Change foreground color from
1528 yellow to green on light backgrounds.
1529 (diff-context): Inherit from `shadow' only for color/grayscale
1530 with more than 88 colors.
1531 (diff-indicator-removed, diff-indicator-added)
1532 (diff-indicator-changed): New faces.
1533 (diff-font-lock-keywords): Use new faces. Regroup rules.
1534 Add "^---$" for `normal' diff format. Fontify `#' lines with
1535 font-lock-comment-delimiter-face and font-lock-comment-face.
1536 Add `#' to ^[^...] in the rule for `diff-context-face'.
1537
1538 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1539 a button-like box. Inherit from `highlight' on low colors.
1540 (shadow): Use shades of gray only for color/grayscale with
1541 more than 88 colors. Use green for light backgrounds with
1542 8 colors, and yellow for dark backgrounds with 8 colors.
1543
1544 * font-lock.el (font-lock-regexp-grouping-backslash):
1545 Don't inherit from escape-glyph (use bold for all cases).
1546
1547 * info.el (info-xref-visited): Use light foreground color `violet'
1548 for dark backgrounds instead of dark color `magenta3'.
1549 (info-title-1): Use `yellow' color for dark backgrounds.
1550
1551 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1552 too-light magenta2.
1553
1554 * replace.el (match): Use slightly more light RoyalBlue3 instead
1555 of dark RoyalBlue4.
1556
1557 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1558
1559 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * novice.el (disabled-command-hook): Declare it with
1562 `define-obsolete-variable-alias'.
1563
1564 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1565 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1566 (desktop-load-default): Add release to obsolescence info.
1567 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1568 (desktop-append-buffer-args, desktop-read):
1569 Fix typos in docstrings.
1570 (desktop-kill): Fix typo in message.
1571 (desktop-save): Doc fix.
1572
1573 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1574
1575 * viper-cmd.el (viper-escape-to-state): Bug fix.
1576 (viper-envelop-ESC-key): Change the definition of fast
1577 keysequence so it'll work with keyboard macros.
1578
1579 * ediff.el (ediff-patch-buffer): Change the docstring.
1580
1581 2005-07-19 Kenichi Handa <handa@m17n.org>
1582
1583 * international/mule-cmds.el (select-safe-coding-system): Try to
1584 use an auto-coding (if any) before anything else. If the found
1585 auto-coding is invalid, show a warning message.
1586
1587 * international/mule.el (find-auto-coding): New function created
1588 by modifying the body of set-auto-coding.
1589 (set-auto-coding): Use find-auto-coding to find a coding.
1590
1591 2005-07-18 Richard M. Stallman <rms@gnu.org>
1592
1593 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1594 not isearch-mode-end-hook-error.
1595 (allout-before-change-protect): Fix error message.
1596
1597 2005-07-18 Juri Linkov <juri@jurta.org>
1598
1599 * allout.el (allout-mode):
1600 * calculator.el (calculator-copy):
1601 * custom.el (custom-known-themes):
1602 * dired.el (dired-desktop-buffer-misc-data)
1603 (dired-restore-desktop-buffer):
1604 * dired-x.el (dired-omit-marker-char):
1605 * files.el (basic-save-buffer):
1606 * font-core.el (font-lock-mode):
1607 * calendar/calendar.el (calendar-goto-hebrew-date)
1608 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1609 (calendar-goto-persian-date):
1610 * language/ethio-util.el (ethio-sera-to-fidel-region):
1611 * textmodes/picture.el (picture-mode):
1612 Delete duplicate duplicate words.
1613
1614 2005-07-18 Juri Linkov <juri@jurta.org>
1615
1616 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1617 chars * ? } |.
1618 (isearch-fallback): Don't call `isearch-process-search-char'.
1619 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1620 (isearch-process-search-char): Call `isearch-fallback' for regexp
1621 chars * ? } |.
1622 (isearch-return-char): Make obsolete with `make-obsolete' instead
1623 of simply documenting it as obsolete in the docstring.
1624 (isearch-fallback): Refill docstring.
1625
1626 * international/isearch-x.el
1627 (isearch-process-search-multibyte-characters): Remove unneeded
1628 `concat'. Add intermediate values to `junk-hist' instead of
1629 `minibuffer-history'. Test the length of `str'.
1630
1631 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * allout.el (allout-resolve-xref): Fix typos in error strings.
1634 (allout-before-change-protect): Remove unneeded `concat'.
1635
1636 * array.el (array-mode, array-reconfigure-rows)
1637 (untabify-backward): Fix typos in docstrings.
1638 (array-reconfigure-rows): Use `insert-buffer-substring', not
1639 `insert-buffer'.
1640
1641 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1642 * progmodes/ada-mode.el (ada-make-body):
1643 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1644
1645 * dired.el (dired-log):
1646 * tar-mode.el (tar-subfile-save-buffer):
1647 * play/zone.el (zone-pgm-stress-destress):
1648 Use `insert-buffer-substring', not `insert-buffer'.
1649
1650 2005-07-17 Simon Josefsson <jas@extundo.com>
1651
1652 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1653
1654 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1655
1656 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1657 Add plain auth method.
1658 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1659
1660 2005-07-17 Kim F. Storm <storm@cua.dk>
1661
1662 * ido.el (dired-other-window): Add ido property.
1663
1664 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1665
1666 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1667 Fix typo in docstring.
1668 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1669 `insert-file-literally'.
1670
1671 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1672 info and delete redundant message. Doc fix.
1673 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1674 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1675
1676 2005-07-16 Richard M. Stallman <rms@gnu.org>
1677
1678 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1679 (byte-compile-and): Use byte-compile-and-recursion.
1680 (byte-compile-or-recursion): New function.
1681 (byte-compile-or): Use that.
1682 (byte-compile-if): Guard the else-clause too.
1683 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1684
1685 * isearch.el (isearch-mode-end-hook-quit): New variable.
1686 (isearch-done): Bind it.
1687 (isearch-mode-end-hook): Doc fix.
1688
1689 * allout.el (allout-isearch-did-quit): Variable deleted.
1690 (allout-real-isearch-abort): Function name no longer used.
1691 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1692 (allout-isearch-rectification): isearch-mode always exists.
1693 Don't set allout-isearch-did-quit.
1694 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1695 allout-isearch-did-quit.
1696 (allout-enwrap-isearch): Just add the hook.
1697 (allout-isearch-abort): Function deleted.
1698 (allout-pre-command-business): Avoid warning.
1699
1700 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1701 Correctly avoid warnings.
1702 (pascal-outline): Likewise.
1703
1704 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1705
1706 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1707
1708 * play/tetris.el (tetris-mode): Avoid warning.
1709
1710 * play/snake.el (snake-mode): Avoid warning.
1711
1712 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1713 (gamegrid-set-display-table): Avoid warning.
1714 (gamegrid-set-timer): Likewise.
1715 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1716 (gamegrid-add-score-with-update-game-score-1): Take FILE
1717 as argument.
1718 (gamegrid-add-score-with-update-game-score): Pass that argument.
1719 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1720
1721 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1722
1723 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1724 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1725
1726 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1727 and insert-file.
1728
1729 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1730 (sc-ask): Avoid warnings.
1731
1732 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1733 (eshell-hist-initialize): Use that var the natural way.
1734
1735 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1736
1737 * emacs-lisp/re-builder.el (reb-cook-regexp):
1738 Avoid warning calling lre-compile-string.
1739 (reb-color-display-p): Avoid warning.
1740
1741 * calculator.el (calculator-last-input): Guard uses
1742 of event-key and key-press-event-p.
1743 (event-key, key-press-event-p): Delete definitions.
1744
1745 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1746 (find-gc-source-directory, find-gc-subrs-callers)
1747 (find-gc-noreturn-list, find-gc-source-files)
1748 (find-gc-subrs-called): Vars renamed and defvar'd.
1749
1750 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1751 (checkdoc-overlay-put, checkdoc-delete-overlay)
1752 (checkdoc-overlay-start, checkdoc-overlay-end)
1753 (checkdoc-mode-line-update, checkdoc-char=):
1754 Define such that compiler knows they are defined.
1755 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1756 (checkdoc-read-event): Delete. Use read-event directly.
1757
1758 * whitespace.el (whitespace-make-overlay)
1759 (whitespace-overlay-put, whitespace-delete-overlay)
1760 (whitespace-overlay-start, whitespace-overlay-end):
1761 Define such that compiler knows they are defined.
1762 (whitespace): Move conditional inside.
1763
1764 * tempo.el (tempo-insert-template): Suppress warning.
1765
1766 * ediff-diff.el (longlines-mode): Add defvar.
1767
1768 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1769
1770 * server.el: Bind "C-x #" in a way that works even if C-x is
1771 redefined to a command key, not a prefix key.
1772
1773 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1774
1775 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1776 cl-make-type-test till execution time.
1777
1778 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1779
1780 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1781 arg ARG and use it.
1782
1783 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1784
1785 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1786
1787 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1788
1789 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1790 a defcustom with two :set or :type keywords.
1791
1792 2005-07-15 Richard M. Stallman <rms@gnu.org>
1793
1794 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1795 Don't give ^M comment-end syntax.
1796
1797 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1798
1799 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1800 Don't consider gdbmi (gdb-mi.el has its own update functions).
1801 (gdb-var-delete): Make it work for gdbmi as well.
1802 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1803
1804 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1805 (gud-speedbar-menu-items): Correct logic for enabling items.
1806
1807 2005-07-15 Kim F. Storm <storm@cua.dk>
1808
1809 * ido.el: Fix commentary.
1810 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1811 Use with-no-warnings around ffap-guesser.
1812 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1813 Let bind minibuffer-completing-file-name to t.
1814
1815 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
1816
1817 * startup.el (site-run-file, keyboard-type): Doc fixes.
1818 (command-line): Check for "--basic-display" argument; also for
1819 "--quick", not "--bare-bones" (which was renamed).
1820 (fancy-splash-text): Add missing item "Getting New Versions".
1821 (normal-splash-screen): Fix typos and improve consistency with
1822 `fancy-splash-text'. Update copyright year.
1823
1824 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1825 valid binding for `help-char'.
1826
1827 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1828
1829 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * term.el (term-mode): Disable cua-mode for term buffers.
1832
1833 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * add-log.el (add-log-mailing-address, change-log-merge):
1836 Doc fixes.
1837 (change-log-get-method-definition): Fix typo in docstring.
1838
1839 2005-07-14 Kim F. Storm <storm@cua.dk>
1840
1841 * emulation/cua-base.el:
1842 (cua--pre-command-handler-1, cua--pre-command-handler)
1843 (cua--post-command-handler-1, cua--post-command-handler):
1844 Split in two. Check (buffer local) value of cua-mode.
1845 (cua-selection-mode): New command.
1846
1847 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1848
1849 * custom.el (custom-initialize-safe-set)
1850 (custom-initialize-safe-default): Doc fixes.
1851
1852 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1853 and simplify :init-value again.
1854
1855 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1856 and simplify :init-value again. Delete autoload.
1857
1858 * startup.el (command-line): Use `custom-reevaluate-setting' again
1859 for tooltip-mode.
1860
1861 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1862 a defcustom with two :initialize keywords.
1863
1864 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1867 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1868 (allout-post-command-business, allout-flag-region)
1869 (isearch-reenable-font-lock, allout-yank)
1870 (allout-insert-latex-header, allout-insert-latex-trailer)
1871 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1872 (allout-latex-verb-quote): Fix typos in docstrings.
1873 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1874 (allout-unprotected, allout-prefix-data):
1875 Improve argument/docstring consistency.
1876 (allout-chart-subtree): Fix argument spec.
1877 (allout-open-topic): Rename `use_sib_bullet' argument to
1878 `use-sib-bullet'. Doc fix.
1879
1880 * whitespace.el (whitespace-check-buffer-leading)
1881 (whitespace-check-buffer-trailing)
1882 (whitespace-check-buffer-indent)
1883 (whitespace-check-buffer-spacetab)
1884 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1885 (whitespace-check-leading-whitespace)
1886 (whitespace-check-trailing-whitespace)
1887 (whitespace-check-spacetab-whitespace)
1888 (whitespace-check-indent-whitespace)
1889 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1890 (whitespace-modes): Fix typos in docstrings.
1891 (defgroup, defcustom): Doc fixes.
1892
1893 * winner.el (winner-mode, winner-boring-buffers)
1894 (winner-pending-undo-ring): Doc fixes.
1895 (winner-ring): Remove unneeded `progn'.
1896 (winner-equal): `defsubst' it.
1897 (winner-redo): Fix message.
1898
1899 2005-07-13 Kim F. Storm <storm@cua.dk>
1900
1901 * simple.el (line-move-1): Always use vertical-motion to
1902 do the last (or only) line move to ensure some movement.
1903 Undo 2005-06-23 change--don't check for overlays.
1904
1905 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1906
1907 * term/mac-win.el (ccl-encode-mac-roman-font)
1908 (ccl-encode-mac-centraleurroman-font)
1909 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1910 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1911 Change charset-id boundary of dimension to ?\xef.
1912 (mac-char-fontspec-list): New constant.
1913 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1914 argument. Nil uses itself as family in font-spec. Previous
1915 behavior for nil is now provided by non-nil non-string argument.
1916 All callers changed. Add font-specs for Mac fonts to
1917 "fontset-default" unless iso8859-1 fonts are installed.
1918
1919 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1922 a continuation line if the \ is preceded by SPC or TAB.
1923 (sh-get-indent-info): Simplify.
1924 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1925 Use with-current-buffer.
1926
1927 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1928 when the matched text is empty.
1929
1930 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1931
1932 * startup.el (command-line): Revert to previous handling of
1933 tooltip-mode. Explain in comment why the complexity is needed.
1934
1935 * tooltip.el (tooltip-mode): Revert to previous implementation of
1936 its defcustom.
1937
1938 * frame.el (blink-cursor-mode): Revert to previous implementation
1939 of its defcustom. Update comment.
1940
1941 2005-07-12 Lars Hansen <larsh@soem.dk>
1942
1943 * desktop.el: Update e-mail address.
1944
1945 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1946
1947 * term/mac-win.el (mac-services-mail-selection)
1948 (mac-services-mail-to): New functions.
1949 (mac-application-menu-map): Bind them.
1950
1951 2005-07-12 wulei <milton@wulei.net> (tiny change)
1952
1953 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1954
1955 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1956
1957 * custom.el (custom-reevaluate-setting): Doc fix.
1958
1959 2005-07-11 Jay Belanger <belanger@truman.edu>
1960
1961 * calc/calc.el (calc-embedded-announce-formula-alist)
1962 (calc-embedded-open-close-plain-alist)
1963 (calc-embedded-open-close-mode-alist): Add checks for additional
1964 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1965
1966 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * custom.el (custom-enable-theme): Don't add theme to
1969 `custom-enabled-themes' with `push' because there is no
1970 setf-method for `delq'.
1971
1972 2005-07-11 Richard M. Stallman <rms@gnu.org>
1973
1974 * custom.el (custom-declare-variable): Doc fix.
1975
1976 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1977 from the alists.
1978
1979 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1980 Do nothing if edebug-active.
1981
1982 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1983 (edebug-display): Do it here instead.
1984
1985 2005-07-10 Richard M. Stallman <rms@gnu.org>
1986
1987 * cus-face.el (custom-theme-set-faces): Make it work.
1988 (custom-reset-faces): Doc fix.
1989 (custom-theme-reset-internal-face, custom-theme-face-value):
1990 Functions deleted.
1991
1992 * custom.el (custom-push-theme): Maintain list of the settings
1993 of a given theme in its theme-settings property.
1994 Maintain position of old settings in the theme-value
1995 or theme-face property.
1996 (custom-enabled-themes): New variable.
1997 (custom-theme-enabled-p): New function.
1998 (provide-theme): Update custom-enabled-themes.
1999 Disable and reenable the `user' theme.
2000 (require-theme): Doc fix.
2001 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2002 (custom-theme-value, custom-theme-variable-value): Likewise.
2003 (custom-theme-reset-internal): Likewise.
2004 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2005 (custom-enable-theme, custom-disable-theme): New functions.
2006 (custom-variable-theme-value, custom-face-theme-value): Likewise.
2007 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2008 (custom-theme-reset-variables): Simplify.
2009 (deftheme, custom-declare-theme, custom-make-theme-feature):
2010 Definitions moved.
2011
2012 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * longlines.el (longlines-show-region)
2015 (longlines-unshow-hard-newlines): Recognize hard newlines by
2016 non-nil hard property, instead of t.
2017
2018 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
2019
2020 * viper-cmd.el (viper--key-maps): New variable.
2021 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2022 emulation-mode-map-alists.
2023 (viper-envelop-ESC-key): Use viper-subseq.
2024 (viper-search-forward/backward/next): Disable debug-on-error.
2025
2026 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2027 (viper-ESC-key): New defcustoms.
2028
2029 * viper-macs.el (ex-map-read-args): Use viper-subseq.
2030
2031 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2032 (viper-subseq): Copy of subseq from cl.el.
2033
2034 * viper.el (viper-go-away, viper-set-hooks): Use
2035 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2036
2037 * viper-mous.el (viper-current-frame-saved): Use defvar.
2038
2039 * viper-init.el: Get rid of -face in face names.
2040
2041 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2042 Make it work with longlines mode
2043
2044 * ediff-mult.el (ediff-meta-mode-hook): New variable.
2045
2046 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2047
2048 * ediff-init: Get rid of -face in face names.
2049
2050 2005-07-10 Richard M. Stallman <rms@gnu.org>
2051
2052 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2053 and with-timeout-unsuspend.
2054
2055 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2056 and with-timeout-unsuspend.
2057
2058 * emacs-lisp/timer.el (with-timeout-timers): New variable.
2059 (with-timeout): Bind that variable to record timers.
2060 (with-timeout-suspend, with-timeout-unsuspend): New functions.
2061
2062 * emacs-lisp/debug.el (debug-help-follow): New function.
2063 (debugger-mode-map): Use that instead of help-follow.
2064 (debugger-setup-buffer): Use eval-buffer-list
2065 to handle eval-buffer frames.
2066
2067 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
2068
2069 * timezone.el (timezone-parse-date): Change first regexp
2070 so it will not mistakenly match dates with no time zone.
2071
2072 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
2073
2074 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2075
2076 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
2077
2078 * custom.el (custom-initialize-safe-set)
2079 (custom-initialize-safe-default): New functions.
2080
2081 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2082 and simplify :init-value.
2083
2084 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2085 and simplify :init-value. Delete obsolete comment.
2086
2087 * startup.el (command-line): Use `custom-reevaluate-setting' to
2088 handle `tooltip-mode'. Delete obsolete comment.
2089
2090 * files.el (set-visited-file-name): Avoid calling
2091 `file-name-nondirectory' with a nil argument.
2092
2093 2005-07-09 Richard M. Stallman <rms@gnu.org>
2094
2095 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2096 was called with nil for the buffer, handle the read position right.
2097 Handle read position for eval-region, too.
2098
2099 2005-07-09 Juri Linkov <juri@jurta.org>
2100
2101 * fringe.el (fringe-mode): Add period in docstring.
2102 (fringe-query-style): Build prompt depending on `all-frames' arg.
2103
2104 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2105 to not create links to unrelated functions in the Help buffer.
2106
2107 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2108 Doc fix.
2109
2110 * simple.el (next-error-hook): New variable.
2111 (next-error): Use it. Doc fix.
2112
2113 * textmodes/ispell.el (ispell-command-loop): Add current
2114 dictionary name and program name to mode-line-format.
2115 (ispell-region, ispell-process-line): Add current dictionary name
2116 and program name to messages.
2117
2118 2005-07-08 Jay Belanger <belanger@truman.edu>
2119
2120 * calc/calc.el (calc-embedded-announce-formula-alist)
2121 (calc-embedded-open-close-formula-alist)
2122 (calc-embedded-open-close-word-alist)
2123 (calc-embedded-open-close-plain-alist)
2124 (calc-embedded-open-close-new-formula-alist)
2125 (calc-embedded-open-close-mode-alist)
2126 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2127 (calc-embedded-mode-hook): New variables.
2128
2129 * calc/calc-embed.el (calc-embedded-firsttime)
2130 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2131 New variables.
2132 (calc-do-embedded): Use calc-embedded-firsttime,
2133 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2134 determine whether or not to run hooks.
2135 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2136 calc-embedded-firsttime-formula appropriately.
2137 Set calc-embedded delimiter variables according to mode.
2138
2139 2005-07-08 Richard M. Stallman <rms@gnu.org>
2140
2141 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2142 Check for "emacs", etc., as entire symbol, not just as word.
2143 (checkdoc-file-comments-engine): Use regexp-quote on FN.
2144
2145 * files.el (set-visited-file-name): Report the error
2146 for "empty filename" earlier.
2147 (kill-some-buffers): Ignore buffers already dead.
2148
2149 * fringe.el (fringe-mode): Doc fix.
2150
2151 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2152 Check for (featurep 'xemacs) and turn off warnings in what it guards.
2153 Use unwind-protect to ensure byte-compile-unresolved-functions
2154 is updated.
2155
2156 * whitespace.el (whitespace-buffer-leading-cleanup):
2157 Simplify w/ skip-chars-forward.
2158 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2159
2160 * mail/rmail.el (rmail-only-expunge): Fix paren error.
2161 Unconditionally try to leave point at the same old place.
2162
2163 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2164
2165 * comint.el (comint-postoutput-scroll-to-bottom)
2166 (comint-show-maximum-output): Take scroll-margin into consideration.
2167
2168 2005-07-08 Kim F. Storm <storm@cua.dk>
2169
2170 * ido.el (ido-use-filename-at-point): New choice `guess'.
2171 (ido-file-internal): Try ffap-guesser if selected.
2172
2173 * ido.el (ido-before-fallback-functions): New hook.
2174 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2175 (ido-read-file-name): Run it.
2176
2177 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2180 strings rather than a list of symbols to the completion function.
2181
2182 2005-07-07 Jay Belanger <belanger@truman.edu>
2183
2184 * calc/calc-units.el (math-apply-units): Change the places in
2185 which units are simplified.
2186
2187 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2188
2189 * cus-edit.el (customize-option, customize-option-other-window):
2190 Make them handle aliases.
2191
2192 * custom.el (custom-variable-p): Make it recursively follow
2193 aliases. Mention that in the docstring.
2194
2195 2005-07-07 Richard M. Stallman <rms@gnu.org>
2196
2197 * cus-start.el (exec-path): Use `directory' instead of `file'.
2198 Fix tag for nil.
2199
2200 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2201
2202 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2203 when called non-interactively. Doc fix.
2204
2205 2005-07-07 Lute Kamstra <lute@gnu.org>
2206
2207 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2208 new address as well.
2209
2210 2005-07-07 Kenichi Handa <handa@m17n.org>
2211
2212 * international/mule.el (make-coding-system):
2213 Describe `ascii-incompatible' property in the docstring.
2214 (set-file-name-coding-system): Signal an error if coding-system is
2215 ascii-incompatible.
2216 (set-keyboard-coding-system): Likewise.
2217
2218 * international/mule-cmds.el (set-default-coding-systems):
2219 Don't set default-file-name-coding-system and
2220 default-keyboard-coding-system if coding-system is ASCII-incompatible.
2221
2222 * international/utf-16.el: Declare that all UTF-16-based coding
2223 systems are ASCII-incompatible.
2224
2225 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
2226
2227 * progmodes/gud.el: Require font-lock for displaying errors.
2228 Used by gdb-ui.el.
2229
2230 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2233 values for the pattern lists which are `read'able but not
2234 `append'able (like symbols).
2235
2236 2005-07-06 Richard M. Stallman <rms@gnu.org>
2237
2238 * progmodes/flymake.el (flymake-float-time): Instead of
2239 with-no-warnings, test for xemacs.
2240 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2241 to avoid warning.
2242
2243 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
2244
2245 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2246
2247 2005-07-05 Lute Kamstra <lute@gnu.org>
2248
2249 * battery.el: Add support for Darwin (with much debugging help
2250 from Samuel Lauber <sam124@operamail.com>).
2251 (battery-status-function, battery-echo-area-format)
2252 (battery-mode-line-format): Add support for pmset on Darwin.
2253 (battery-load-low, battery-load-critical): New user options.
2254 (battery-pmset): New function.
2255
2256 2005-07-05 Lute Kamstra <lute@gnu.org>
2257
2258 Update FSF's address in GPL notices.
2259
2260 * textmodes/page-ext.el: Update FSF's address.
2261
2262 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2265 filling from using prefix when filling a single-line docstring.
2266
2267 * progmodes/flymake.el: Remove useless eval-when-compile.
2268
2269 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2270
2271 2005-07-04 Richard M. Stallman <rms@gnu.org>
2272
2273 * textmodes/org.el (org-file-apps-defaults-gnu):
2274 Rename from org-file-apps-defaults-linux.
2275 (org-default-apps): Don't test system-type for `linux'.
2276 (org-file-apps): Doc fix.
2277
2278 2005-07-04 David Ponce <david@dponce.com>
2279
2280 * tree-widget.el: Improve header Commentary section.
2281 (tree-widget) [defgroup]
2282 (tree-widget-image-enable, tree-widget-themes-directory)
2283 (tree-widget-theme, tree-widget-image-properties-emacs)
2284 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2285 (tree-widget-image-formats, tree-widget-control)
2286 (tree-widget-empty-control, tree-widget-leaf-control
2287 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2288 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2289 (tree-widget-keep, tree-widget-after-toggle-functions)
2290 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2291 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2292 :help-echo message.
2293 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2294 (tree-widget-image-properties): Doc fix. Clearer implementation.
2295 (tree-widget--cursors): New constant.
2296 (tree-widget-lookup-image): New function split from
2297 `tree-widget-find-image'. Clearer implementation.
2298 (tree-widget-find-image): Use it.
2299 (tree-widget-button-keymap): Use `set-keymap-parent'.
2300 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2301 Define the sub-widgets here.
2302 (tree-widget-node): Check that :node is not a tree-widget.
2303 (tree-widget-get-super, tree-widget-open-control)
2304 (tree-widget-close-control, tree-widget-empty-control)
2305 (tree-widget-leaf-control, tree-widget-guide)
2306 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2307 (tree-widget-no-handle, tree-widget-value-delete)
2308 (tree-widget-map): Remove.
2309 (tree-widget-children-value-save): Doc fix. Simplified.
2310 (tree-widget-value-create): Update according to previous changes.
2311
2312 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2313
2314 * textmodes/org.el: Leading space replaced by TABS.
2315 (org-recalc-marks, org-table-rotate-recalc-marks)
2316 (org-table-get-specials): Treat "^" and "_" marks.
2317 (org-table-justify-field-maybe): Optional argument NEW.
2318 (org-table-eval-formula): Parsing of the format simplified.
2319 New modes C,I. Honor the %= parameter in the current table.
2320 Avoid unnecessary re-align by using the NEW argument to
2321 `org-table-justify-field-maybe'.
2322 (org-calc-default-modes): Default for date-format mimicks org-mode.
2323 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2324
2325 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2326
2327 * cus-face.el (custom-theme-set-faces): Make it handle face
2328 aliases whose alias declarations are pre- or autoloaded.
2329
2330 2005-07-04 Juri Linkov <juri@jurta.org>
2331
2332 * faces.el (read-face-name): Put the code for getting a face name
2333 from the buffer before adding the faces from the `face' property.
2334 Use `completing-read-multiple' instead of `completing-read'.
2335 Require `crm'. Add default value and post-process the returned
2336 list of faces.
2337
2338 * emacs-lisp/crm.el (crm-find-current-element)
2339 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2340
2341 * emacs-lisp/lisp-mode.el (eval-defun-1):
2342 * emacs-lisp/edebug.el (edebug-eval-defun):
2343 Remove unnecessary quotes.
2344
2345 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2348 (prolog-indent-level): Fix typo in docstring.
2349
2350 * info.el (Info-history, Info-history-forward)
2351 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2352
2353 * add-log.el (add-change-log-entry):
2354 * comint.el (comint-dynamic-list-input-ring)
2355 (comint-dynamic-list-completions):
2356 * dabbrev.el (dabbrev-expand):
2357 * delim-col.el (delimit-columns-rectangle-line):
2358 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2359 (diff-unified->context):
2360 * ediff-init.el (ediff-abbrev-jobname):
2361 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2362 (ediff-replace-session-activity-marker-in-meta-buffer):
2363 * info.el (Info-summary):
2364 * lpr.el (printify-region):
2365 * printing.el (pr-create-interface):
2366 * ps-print.el (ps-print-quote):
2367 * ses.el (ses-column-widths, ses-print-cell)
2368 (ses-adjust-print-width, ses-center):
2369 * shell.el (shell-file-name-quote-list):
2370 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2371 (strokes-fill-current-buffer-with-whitespace)
2372 (strokes-xpm-for-stroke, strokes-list-strokes)
2373 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2374 * term.el (term-dynamic-list-input-ring)
2375 (term-dynamic-list-completions):
2376 * calc/calc.el (math-format-stack-value):
2377 * emacs-lisp/edebug.el (edebug-display-freq-count):
2378 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2379 (delphi-new-comment-line):
2380 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2381 * progmodes/executable.el (executable-set-magic):
2382 * progmodes/python.el (inferior-python-mode):
2383 * progmodes/scheme.el (scheme-mode-syntax-table):
2384 * progmodes/sh-script.el (sh-maybe-here-document):
2385 * progmodes/sql.el (sql-copy-column):
2386 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2387 * textmodes/bibtex.el (bibtex-mode):
2388 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2389 (sgml-auto-attributes):
2390 * textmodes/table.el (table-insert, table-shorten-cell)
2391 (table--generate-source-scan-lines, table-delete-row)
2392 (*table--cell-delete-char, table--spacify-frame)
2393 (table--horizontally-shift-above-and-below)
2394 (table--cell-insert-char, table--cell-blank-str)
2395 (table--fill-region-strictly):
2396 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2397 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2398
2399 * add-log.el (change-log):
2400 * apropos.el (apropos):
2401 * comint.el (comint-completion, comint-source):
2402 * dabbrev.el (dabbrev):
2403 * delim-col.el (columns):
2404 * diff-mode.el (diff-mode):
2405 * ediff.el (ediff):
2406 * ediff-diff.el (ediff-diff):
2407 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2408 * ediff-mult.el (ediff-mult):
2409 * ediff-ptch.el (ediff-ptch):
2410 * ediff-wind.el (ediff-window):
2411 * facemenu.el (facemenu):
2412 * indent.el (indent):
2413 * info.el (info):
2414 * jka-cmpr-hook.el (compression, jka-compr):
2415 * lpr.el (lpr):
2416 * outline.el (outlines):
2417 * pcmpl-cvs.el (pcmpl-cvs):
2418 * pcmpl-rpm.el (pcmpl-rpm):
2419 * printing.el (printing):
2420 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2421 (ps-print-vertical, ps-print-headers, ps-print-font)
2422 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2423 (ps-print-background, ps-print-printer, ps-print-page)
2424 (ps-print-miscellany):
2425 * ses.el (ses):
2426 * shell.el (shell, shell-directories, shell-faces):
2427 * startup.el (initialization):
2428 * strokes.el (strokes):
2429 * term.el (term):
2430 * uniquify.el (uniquify):
2431 * w32-vars.el (w32):
2432 * calc/calc.el (calc):
2433 * emacs-lisp/bytecomp.el (bytecomp):
2434 * emacs-lisp/cl-indent.el (lisp-indent):
2435 * emacs-lisp/edebug.el (edebug):
2436 * emacs-lisp/elp.el (elp):
2437 * emacs-lisp/testcover.el (testcover):
2438 * emacs-lisp/trace.el (trace):
2439 * emulation/viper-ex.el (viper-ex):
2440 * emulation/viper-mous.el (viper-mouse):
2441 * mail/mailalias.el (mailalias):
2442 * mail/supercite.el (supercite, supercite-frames)
2443 (supercite-attr, supercite-cite, supercite-hooks):
2444 * net/rcompile.el (remote-compile):
2445 * net/rlogin.el (rlogin):
2446 * obsolete/ooutline.el (outlines):
2447 * progmodes/delphi.el (delphi):
2448 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2449 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2450 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2451 (ebnf-optimization):
2452 * progmodes/etags.el (etags):
2453 * progmodes/executable.el (executable):
2454 * progmodes/idlwave.el (idlwave):
2455 * progmodes/pascal.el (pascal):
2456 * progmodes/prolog.el (prolog):
2457 * progmodes/python.el (python):
2458 * progmodes/scheme.el (scheme):
2459 * progmodes/sh-script.el (sh, sh-script):
2460 * progmodes/sql.el (SQL):
2461 * progmodes/tcl.el (tcl):
2462 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2463 * textmodes/enriched.el (enriched):
2464 * textmodes/makeinfo.el (makeinfo):
2465 * textmodes/sgml-mode.el (sgml):
2466 * textmodes/table.el (table-hooks):
2467 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2468 * textmodes/texinfo.el (texinfo):
2469 * textmodes/two-column.el (two-column):
2470 Finish `defgroup' description with period.
2471
2472 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2473 * eshell/esh-var.el (eshell-var):
2474 * progmodes/vhdl-mode.el (vhdl-testbench):
2475 * textmodes/org.el (org): Fix typos in docstrings.
2476
2477 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2478 consistency.
2479
2480 * progmodes/flymake.el (flymake-find-file): Remove.
2481 (flymake-float-time): Use `with-no-warnings'.
2482 (flymake-check-start-time, flymake-check-was-interrupted)
2483 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2484 (flymake-new-err-info): `defvar' at compile time.
2485
2486 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
2487
2488 * replace.el (occur-hook): Doc fix.
2489 (occur-1): Don't call `occur-hook' if there are no matches.
2490
2491 2005-07-03 Richard M. Stallman <rms@gnu.org>
2492
2493 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2494 global-map, save the same map.
2495 (global-map): Don't alter it at top level.
2496 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2497 Then alter it here instead.
2498 (tpu-edt-off): Set global-map to the saved one.
2499
2500 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2501 All references simplified.
2502 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
2503 (zmacs-regions): Add defvar.
2504 (repeat-complex-command-map): Everything about that deleted.
2505
2506 * textmodes/artist.el (artist-key-is-drawing)
2507 (artist-key-endpoint1, artist-key-poly-point-list)
2508 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2509 (artist-key-compl-table, artist-rb-save-data)
2510 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2511 Don't put them in eval-when-compile.
2512 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2513
2514 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2515 Use with-no-warnings.
2516
2517 * net/browse-url.el (dos-windows-version): Add defvar.
2518
2519 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2520
2521 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2522 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2523 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2524 Add defvar.
2525 (rmail-summary-beginning-of-message): Use with-no-warnings.
2526 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2527
2528 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2529 Use with-no-warnings.
2530
2531 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2532 (c-mark-function): Add point-moving-unit property.
2533 (vi-goto-line): Use with-no-warnings.
2534
2535 * emulation/edt.el (edt-last-copied-word): Add defvar.
2536 (zmacs-region-stays): Likewise.
2537 (edt-mark-section-wisely): Use c-mark-function for C.
2538 Use makr-defun for Fortran.
2539 (time-string): defvar deleted.
2540 (edt-display-the-time): Don't set time-string.
2541
2542 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2543
2544 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2545 Don't warn when name is not constant
2546 or for defining the group `emacs'.
2547
2548 * tooltip.el (gud-tooltip-mode): Add defvar.
2549
2550 * startup.el (default-frame-background-mode): Add defvar.
2551
2552 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2553
2554 * info.el (tool-bar-map): Add defvar.
2555
2556 * dired.el (dnd-protocol-alist): Add defvar.
2557
2558 * dired-aux.el (dired-query): Display question with answer, when
2559 the user answers.
2560
2561 * custom.el (custom-add-option): Doc fix.
2562
2563 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2564
2565 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2566
2567 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2568 bogus name from the last change.
2569
2570 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2571
2572 * custom.el (custom-declare-variable): Fix typos in comment.
2573 (custom-known-themes): Doc fix.
2574 (custom-theme-directory): New defcustom.
2575 (require-theme): Make it check `custom-theme-directory'.
2576
2577 * cus-theme.el (custom-new-theme-mode): New function.
2578 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2579 (custom-theme-description): Add compiler defvars.
2580 (customize-create-theme): Add doc to the "*New Custom Theme*"
2581 buffer. Use `custom-new-theme-mode'.
2582 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2583 and save it to the `custom-theme-directory'. Make this the
2584 default directory of the buffer.
2585
2586 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2587
2588 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2589 Fix unbalanced parentheses.
2590
2591 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2594 into flymake-mode and delegate to flymake-mode.
2595
2596 * find-file.el (ff-which-function-are-we-in): Clean up.
2597
2598 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * replace.el (occur-rename-buffer): Fix docstring.
2601
2602 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2603 (edt-last-copied-word, edt-learn-macro-count)
2604 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2605 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2606 (time-string, zmacs-region-stays):
2607 * emulation/edt-mapper.el (edt-save-function-key-map)
2608 (EDT-key-name): `defvar' to silence the byte-compiler.
2609
2610 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2611
2612 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2613 font-lock-regexp-backslash. Doc fix.
2614 (font-lock-regexp-backslash-grouping-construct): Rename from
2615 font-lock-regexp-backslash-construct. Doc fix.
2616 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2617 grouping constructs.
2618
2619 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2620
2621 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2622 updating all the prerequisites.
2623
2624 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * textmodes/org.el (org-agenda-start-on-weekday)
2627 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2628 (org-agenda-use-time-grid, org-archive-location)
2629 (org-allow-space-in-links, org-usenet-links-prefer-google)
2630 (org-enable-table-editor, org-export-default-language)
2631 (org-export-html-show-new-buffer, org-fill-paragraph)
2632 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2633 (org-goto-quit, org-occur, org-eval-in-calendar)
2634 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2635 (org-agenda-diary-entry, org-remember-help)
2636 (org-table-convert-region, org-at-table-p)
2637 (org-table-move-row-down, org-table-move-row-up)
2638 (org-table-copy-region, org-table-toggle-vline-visibility)
2639 (org-table-get-stored-formulas, org-table-get-specials)
2640 (org-recalc-commands, org-table-eval-formula)
2641 (org-table-formula-substitute-names, orgtbl-make-binding)
2642 (org-format-org-table-html, org-format-table-table-html)
2643 (org-format-table-table-html-using-table-generate-source)
2644 (org-customize): Fix typos in docstrings.
2645 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2646 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2647 (org-back-to-heading): Doc fixes.
2648 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2649 (org-agenda-change-all-lines, org-get-header):
2650 Improve argument/docstring consistency.
2651 (orgtbl-error): Fix error message.
2652
2653 * progmodes/flymake.el (flymake-find-possible-master-files)
2654 (flymake-master-file-compare, flymake-get-line-err-count)
2655 (flymake-highlight-line, flymake-gui-warnings-enabled):
2656 Fix typos in docstrings.
2657 (flymake-parse-line, flymake-get-project-include-dirs-function)
2658 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2659 Doc fixes.
2660 (flymake-get-project-include-dirs-function)
2661 (flymake-make-err-menu-data):
2662 Improve argument/docstring consistency.
2663
2664 2005-07-01 Lute Kamstra <lute@gnu.org>
2665
2666 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2667 Catch errors with ignore-errors. Use temporary buffer.
2668 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2669
2670 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2671 background color faces.
2672 (facemenu-set-foreground, facemenu-set-background):
2673 Use facemenu-set-face-from-menu.
2674 (facemenu-set-face-from-menu): Treat face names that start with
2675 "fg:" or "bg:" as special.
2676 (facemenu-add-new-color): Don't create faces. Simplify.
2677
2678 2005-06-30 Richard M. Stallman <rms@gnu.org>
2679
2680 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2681 (crm-find-current-element): Likewise.
2682
2683 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2684
2685 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2686
2687 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2690 (archive-mouse-extract): Make it an obsolete alias.
2691 (archive-mode-map): Don't use archive-mouse-extract any more.
2692 (archive-mode, archive-extract): write-contents-hooks ->
2693 write-contents-functions.
2694 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2695 first arg.
2696 (archive-rename-entry): Update the call.
2697 (archive-zip-summarize): Remove unused var `method'.
2698 (archive-lzh-summarize): Remove unused var `creator'.
2699
2700 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2701 dedicated frame upon exit.
2702
2703 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2704 (archive-zip-extract, archive-zip-expunge)
2705 (archive-zip-update, archive-zip-update-case): Use executable-find.
2706 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2707 Use restore-buffer-modified-p.
2708 (archive-extract, archive-add-new-member, archive-write-file-member):
2709 Use with-current-buffer.
2710 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2711
2712 2005-06-30 Andreas Schwab <schwab@suse.de>
2713
2714 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2715
2716 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2717
2718 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2719
2720 2005-06-30 Juri Linkov <juri@jurta.org>
2721
2722 * faces.el (vertical-border): Inherit from mode-line-inactive
2723 only on tty.
2724
2725 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2728 example, -NLINES in the `occur' docstring).
2729
2730 * replace.el (occur-1): When no matches are found, do not set the
2731 `buffer-read-only' and modified flags for the occur buffer,
2732 because it is deleted.
2733
2734 * emulation/cua-base.el (cua-check-pending-input)
2735 (cua-repeat-replace-region, cua-mode, cua-debug)
2736 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2737 Fix typos in docstrings.
2738
2739 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2740 (cua-cut-region-to-global-mark)
2741 (cua--cut-rectangle-to-global-mark):
2742 Remove period from end of messages.
2743
2744 * emulation/cua-rect.el (cua-do-rectangle-padding):
2745 Remove period from end of messages.
2746 (cua--rectangle-seq-format): Fix typo in docstring.
2747 (cua-sequence-rectangle, cua-fill-char-rectangle):
2748 Improve argument/docstring consistency.
2749
2750 2005-06-29 Juri Linkov <juri@jurta.org>
2751
2752 * faces.el (default-frame-background-mode): New internal variable.
2753 (frame-set-background-mode): Use it.
2754
2755 * startup.el (normal-top-level): Set default-frame-background-mode
2756 instead of frame-background-mode. Before setting it, test for its
2757 nil value. Remove tests for frame-background-mode and frame
2758 parameter `reverse'. Add test for "unspecified-fg".
2759
2760 * term/xterm.el (xterm-rxvt-set-background-mode):
2761 * term/rxvt.el (rxvt-set-background-mode):
2762 Set default-frame-background-mode instead of frame-background-mode.
2763
2764 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2765
2766 * simple.el (set-variable): Warn about obsolete user variables.
2767
2768 * imenu.el (imenu--completion-buffer):
2769 * mouse.el (mouse-buffer-menu-alist):
2770 * msb.el (msb-invisible-buffer-p):
2771 * calendar/diary-lib.el (diary-header-line-format):
2772 * emacs-lisp/pp.el (pp-buffer):
2773 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2774 * textmodes/picture.el (picture-replace-match):
2775 Change space constants followed by a sexp to "?\s ".
2776
2777 * play/decipher.el (decipher-loop-with-breaks):
2778 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2779 constants "protected" from end of line by a comment to "?\s".
2780
2781 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * font-lock.el (save-buffer-state): Use `declare'.
2784
2785 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2786 reset the syntax-table to cperl-mode-syntax-table.
2787 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2788 "foo_print_bar" is not matched as a reserved keyword.
2789
2790 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2791
2792 * textmodes/org.el (orgtbl-setup): New function, for delayed
2793 setup for the orgtbl commands.
2794 (org-calc-default-modes): New option.
2795 (orgtbl-make-binding): Use `defun' to get better help display.
2796 (org-diary): Call `org-compile-prefix-format'.
2797 (org-table-formula-substitute-names): New function.
2798 (org-agenda-day-view, org-agenda-week-view): New commands.
2799 (org-agenda-toggle-week-view): Command removed.
2800 (org-tbl-menu): Split off from org-org-menu.
2801 (org-mode): Move removal of outline-mode menus to here.
2802 (org-table-formula-debug): New option.
2803 (org-table-insert-row): Keep first field if just "#" or "*".
2804 (org-mode): Paragraph regexps fixed.
2805 (org-table-recalculate-regexp): New constant.
2806 (org-table-justify-field-maybe): Avoid replace if not necessary.
2807 (org-copy-special, org-cut-special): Use `call-interactively'.
2808 (org-table-copy-region): Take region from `interactive' call.
2809 (org-trim): Return string even if no match.
2810 (org-formula): New face.
2811 (org-set-font-lock-defaults): No longer highlight "FIXME".
2812 But highlight formula-related fields in table.
2813 (org-table-p): Use regexp, not fontification.
2814 (org-table-align): Handle white space at end of line.
2815 (org-table-formula-evaluate-inline): New option.
2816 (org-mode): Auto-wrapping in comment lines turned off.
2817 (org-table-copy-down): Evaluate only in copied field, not in
2818 destination.
2819 (org-table-current-formula): Variable removed.
2820 (org-table-store-formulas, org-table-get-stored-formulas)
2821 (org-table-modify-formulas, org-table-replace-in-formulas)
2822 (org-table-maybe-eval-formula): New functions.
2823 (org-table-get-formula): Modify to use stored formulas.
2824 (org-table-insert-column, org-table-delete-column)
2825 (org-table-move-column): Call `org-table-modify-formulas'.
2826 (org-complete): Add completion for keyword formulas.
2827 (orgtbl-mode): Pull orgtbl-mode-map to start of
2828 minor-mode-map-alist.
2829
2830 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * progmodes/python.el (python-check): Require `compile' before
2833 modifying its variables.
2834
2835 * newcomment.el (comment-indent-default): Don't get fooled by an early
2836 end of buffer.
2837
2838 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2839
2840 * ps-print.el (ps-print-version): Fix version number.
2841
2842 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2843
2844 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2845
2846 2005-06-28 Richard M. Stallman <rms@gnu.org>
2847
2848 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2849 (flyspell-local-mouse-map): Declaration deleted.
2850 (flyspell-mouse-map): Bind only mouse-2.
2851 (flyspell-mode-map): Don't test flyspell-use-local-map.
2852 (flyspell-overlay-keymap-property-name): Var deleted.
2853 (flyspell-mode-on): Don't make local bindings for
2854 flyspell-mouse-map and flyspell-mode-map.
2855 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2856
2857 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2858
2859 * progmodes/compile.el (compilation-next-error-function):
2860 Don't switch buffers; operate on the current buffer.
2861
2862 * progmodes/compile.el (compilation-error-file-name)
2863 (compilation-warning-file-name, compilation-info-file-name)
2864 (compilation-line-number, compilation-column-number): New faces.
2865 (compilation-error-face, compilation-warning-face)
2866 (compilation-info-face, compilation-line-face)
2867 (compilation-column-face): Use them.
2868
2869 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2870
2871 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2872
2873 * bindings.el (global-map): Bind insertchar and its variants.
2874
2875 2005-06-27 Richard M. Stallman <rms@gnu.org>
2876
2877 * textmodes/artist.el (artist-text-overwrite)
2878 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2879
2880 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2881
2882 * ps-print.el: It was not working the page selection for printing.
2883 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2884 (ps-print-version): New version 6.6.7.
2885 (ps-end-sheet): New fun.
2886 (ps-header-sheet, ps-end-job): Call it.
2887
2888 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2891
2892 2005-06-27 Lute Kamstra <lute@gnu.org>
2893
2894 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2895 background color faces.
2896 (facemenu-get-face): Delete function.
2897 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2898 (facemenu-add-new-color): Make second argument mandatory.
2899 Create the appropriate face and return it. Simplify.
2900 (facemenu-set-foreground, facemenu-set-background): Don't check if
2901 color is defined. Use return value of facemenu-add-new-color.
2902
2903 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2904
2905 * progmodes/gud.el (gud-filter): Add missing argument to
2906 with-selected-window.
2907
2908 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2911 a :require to the defcustom.
2912
2913 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2914 defcustoms corresponding to minor modes.
2915
2916 2005-06-26 David Ponce <david@dponce.com>
2917
2918 * recentf.el: Require tree-widget instead of wid-edit.
2919 (recentf-filename-handler): Fix widget :type.
2920 (recentf-cancel-dialog, recentf-open-more-files)
2921 (recentf-open-files-action): Doc fix.
2922 (recentf-dialog-goto-first): New function.
2923 (recentf-dialog-mode-map): Set parent keymap first.
2924 (recentf-dialog-mode): Define with define-derived-mode.
2925 Don't display continuation lines in dialogs.
2926 (recentf-edit-list): Rename from recentf-edit-selected-items.
2927 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2928 Simplify.
2929 (recentf-edit-list-validate): New function.
2930 (recentf-edit-list): Update accordingly.
2931 (recentf-open-files-item-shift): Remove.
2932 (recentf-open-files-item): Convert menu elements into tree and
2933 link widgets. Don't create the widgets.
2934 (recentf-open-files): Update accordingly.
2935 (recentf-save-list): Untabify.
2936
2937 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2938
2939 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2940 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2941 partially contained in the active region. Do not take active
2942 region into account when called from Lisp, unless INTERACTIVE arg
2943 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2944 avoid trouble with fields. Make marker point nowhere when no
2945 longer used. Always return nil. Doc fix.
2946 (flush-lines): Add INTERACTIVE arg. Do not take active region
2947 into account when called from Lisp, unless INTERACTIVE arg is
2948 non-nil. Use `forward-line' instead of `beginning-of-line' to
2949 avoid trouble with fields. Make marker point nowhere when no
2950 longer used. Always return nil. Doc fix.
2951 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2952 interchangeable. Do not take active region into account when
2953 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2954 message in echo area when called from Lisp, unless INTERACTIVE arg
2955 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2956 Return the number of matches. Doc fix.
2957 (occur): Doc fix.
2958 (perform-replace): Make comment follow double space convention for
2959 the sake of `outline-minor-mode'.
2960
2961 * faces.el (facep): Doc fix.
2962
2963 2005-06-25 Richard M. Stallman <rms@gnu.org>
2964
2965 * facemenu.el (facemenu-enable-faces-p): New function.
2966 (facemenu-background-menu, facemenu-foreground-menu)
2967 (facemenu-face-menu): Add menu-enable property.
2968
2969 * jka-compr.el (jka-compr-insert-file-contents):
2970 Special handling if cannot find the uncompression program.
2971
2972 * cus-face.el (custom-face-attributes): Add autoload.
2973
2974 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2975 Bind comment-indent-function locally.
2976
2977 * window.el (save-selected-window): Use save-current-buffer.
2978
2979 * subr.el (with-selected-window): Use save-current-buffer.
2980
2981 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2982 and with-current-buffer.
2983
2984 2005-06-24 Richard M. Stallman <rms@gnu.org>
2985
2986 * simple.el (line-move-1): Fix previous change.
2987
2988 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2989
2990 * replace.el (occur-1): Set `buffer-read-only' and the
2991 buffer-modified flag before running `occur-hook' to protect
2992 against unintentional buffer switches that can lead to data loss.
2993
2994 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2995
2996 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2997 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2998 initial error.
2999
3000 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3001 after fresh input.
3002 (gdb-var-create-handler): Put name of expression in quotes.
3003
3004 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3005
3006 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3007 elements of RING in order, and without bogus nil elements.
3008
3009 2005-06-23 Richard M. Stallman <rms@gnu.org>
3010
3011 * simple.el (set-variable): Args renamed; doc fix.
3012 (line-move-1): When there are overlays around, use vertical-motion.
3013
3014 * faces.el (escape-glyph): Use brown against light background.
3015 (nobreak-space): Rename from no-break-space.
3016 Fix previous change.
3017
3018 * dired-aux.el (dired-do-copy): Fix arg prompt.
3019
3020 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3021
3022 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3023
3024 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3025 rather than "Distributor".
3026
3027 2005-06-23 Lute Kamstra <lute@gnu.org>
3028
3029 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3030 (debug-on-entry): Use it. New interactive declaration that uses
3031 function-called-at-point.
3032
3033 2005-06-23 Kim F. Storm <storm@cua.dk>
3034
3035 * subr.el (save-match-data): Add comment about using evaporate arg
3036 to set-match-data.
3037
3038 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3039
3040 * cus-edit.el (customize-face)
3041 (customize-face-other-window): Handle face aliases.
3042
3043 * faces.el (face-documentation, set-face-attribute)
3044 (face-spec-set): Handle face aliases.
3045
3046 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
3047
3048 * help-mode.el (help-make-xrefs): If a symbol representing a face
3049 name is not followed by the word "face", it could still be a
3050 function or variable name, so don't bypass other checks.
3051
3052 2005-06-22 Juri Linkov <juri@jurta.org>
3053
3054 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3055 Replace aliased functions with calls where second arg `inherit' is t.
3056
3057 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
3058
3059 * progmodes/gdb-ui.el (gdb-error): New variable.
3060 (gdb-error): New function.
3061 (gdb-annotation-rules): Act on error-begin and error annotations.
3062 (gdb-concat-output): Use font-lock-warning-face for errors.
3063
3064 2005-06-22 Miles Bader <miles@gnu.org>
3065
3066 * bindings.el (propertized-buffer-identification): Use renamed
3067 `Buffer-menu-buffer' face.
3068
3069 * faces.el (vertical-border): Rename from `vertical-divider'.
3070 (escape-glyph): Change dark-background color back to `cyan'.
3071
3072 2005-06-21 Juri Linkov <juri@jurta.org>
3073
3074 * faces.el (face-user-default-spec): Try getting `customized-face'
3075 prior to `saved-face'.
3076 (frame-background-mode): Refill docstring.
3077
3078 * emacs-lisp/lisp-mode.el (eval-defun-1):
3079 * emacs-lisp/edebug.el (edebug-eval-defun):
3080 Set `saved-face' temporarily to nil before calling form.
3081 Set `customized-face' to the new spec after that.
3082
3083 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
3084
3085 * subr.el (1value, lambda, key-substitution-in-progress):
3086 Doc fixes.
3087
3088 * autoinsert.el (auto-insert-alist):
3089 * ses.el (ses-call-printer):
3090 * subr.el (noreturn):
3091 * emacs-lisp/lisp.el (check-parens):
3092 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3093 * net/browse-url.el (browse-url-mosaic):
3094 * progmodes/cc-defs.el (c-safe-scan-lists):
3095 * progmodes/ebnf-abn.el (ebnf-abn-lex):
3096 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3097 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3098 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3099 * progmodes/ebnf-iso.el (ebnf-iso-lex):
3100 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3101
3102 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3103
3104 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3105
3106 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3107
3108 * calendar/appt.el (appt-make-list): Activate the package, if
3109 not already active (for backwards compatibility).
3110
3111 2005-06-20 Kim F. Storm <storm@cua.dk>
3112
3113 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
3114
3115 2005-06-20 Miles Bader <miles@gnu.org>
3116
3117 * faces.el (vertical-divider): New face.
3118
3119 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * simple.el (kill-whole-line): Doc fix.
3122 (next-error-buffer-p, next-error-find-buffer)
3123 (clone-indirect-buffer): Fix typos in docstrings.
3124 (comment-line-break-function): Doc fix: don't say variable
3125 is automatically buffer-local (it isn't).
3126
3127 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
3128
3129 * net/tramp-ftp.el (top):
3130 * net/tramp-smb.el (top):
3131 * net/tramp-util.el (top):
3132 * net/tramp-uu.el (top):
3133 * net/tramp-vc.el (top):
3134 * net/tramp.el (top): Revert copyright years back to original
3135 ones. Tramp has a life outside GNU Emacs.
3136
3137 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
3138
3139 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3140
3141 2005-06-18 Juri Linkov <juri@jurta.org>
3142
3143 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3144 end of first regexp to limit the match to the position between
3145 line number and source line with same separator character as used
3146 between file name and line number. In the second regexp limit
3147 mouse-face area to file name and line number by adding new group
3148 for them and referring it in HYPERLINK arg.
3149 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3150 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3151 previous line where grep markers may be already removed.
3152
3153 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3154
3155 * progmodes/ps-mode.el: Update version and maintainer's email address.
3156
3157 2005-06-18 Steve Youngs <steve@xemacs.org>
3158
3159 * net/browse-url.el (browse-url-browser-function)
3160 (browse-url-default-browser): Add firefox.
3161 (browse-url-firefox-program, browse-url-firefox-arguments)
3162 (browse-url-firefox-startup-arguments)
3163 (browse-url-firefox-new-window-is-tab): New defcustoms.
3164 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3165
3166 2005-06-17 Richard M. Stallman <rms@gnu.org>
3167
3168 * startup.el (command-line): Warn if specified user name has
3169 no home directory.
3170
3171 * term.el (term-get-old-input, term-input-filter, term-input-sender)
3172 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3173
3174 * longlines.el (longlines-mode, longlines-show-hard-newlines):
3175 Doc fixes.
3176
3177 * faces.el (underline): Try bold if terminal doesn't support underline.
3178
3179 * mail/sendmail.el (mail-setup-with-from): New variable.
3180 (mail-insert-from-field): New function.
3181 (sendmail-send-it): Call it.
3182 (mail-setup): Optionally call it here.
3183
3184 * term/linux.el: Call tty-no-underline.
3185
3186 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3187
3188 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3189
3190 2005-06-17 Miles Bader <miles@gnu.org>
3191
3192 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3193 (ediff-current-diff-C, ediff-current-diff-Ancestor)
3194 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3195 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3196 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3197 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3198 Remove "-face" suffix from face names.
3199 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3200 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3201 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3202 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3203 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3204 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3205 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3206 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3207 New backward-compatibility aliases for renamed faces.
3208 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3209 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3210 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3211 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3212 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3213 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3214 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3215 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3216 Use renamed ediff faces.
3217
3218 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3219 Remove "-face" suffix from face names.
3220 (eshell-test-ok-face, eshell-test-failed-face):
3221 New backward-compatibility aliases for renamed faces.
3222 (eshell-run-test): Use renamed eshell-test faces.
3223
3224 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3225 face name.
3226 (eshell-prompt-face): New backward-compatibility alias for renamed
3227 face.
3228 (eshell-emit-prompt): Use renamed eshell-prompt face.
3229
3230 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3231 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3232 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3233 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3234 Remove "-face" suffix from face names.
3235 (eshell-ls-directory-face, eshell-ls-symlink-face)
3236 (eshell-ls-executable-face, eshell-ls-readonly-face)
3237 (eshell-ls-unreadable-face, eshell-ls-special-face)
3238 (eshell-ls-missing-face, eshell-ls-archive-face)
3239 (eshell-ls-backup-face, eshell-ls-product-face)
3240 (eshell-ls-clutter-face):
3241 New backward-compatibility aliases for renamed faces.
3242 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3243
3244 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3245 Remove "-face" suffix from face name.
3246 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3247 instead of literal face.
3248
3249 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * emacs-lisp/warnings.el (display-warning, lwarn)
3252 (warning-minimum-log-level): Doc fixes.
3253 (warning-minimum-level, warning-minimum-log-level):
3254 Add :debug to :type choices.
3255
3256 * progmodes/ada-mode.el (ada-format-paramlist)
3257 (ada-get-indent-case, ada-check-matching-start)
3258 (ada-check-defun-name, ada-goto-matching-decl-start)
3259 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3260 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3261 (ada-make-subprogram-body): Follow error conventions.
3262 (ada-case-exception-file, ada-indent-comment-as-code)
3263 (ada-indent-handle-comment-special, ada-indent-renames)
3264 (ada-indent-return, ada-search-directories-internal)
3265 (ada-tab-policy, ada-case-exception-substring)
3266 (ada-other-file-alist, ada-matching-start-re)
3267 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3268 (ada-imenu-generic-expression, ada-compile-goto-error)
3269 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3270 (ada-popup-menu, ada-add-extensions, ada-mode)
3271 (ada-region-selected, ada-create-case-exception)
3272 (ada-create-case-exception-substring, ada-after-keyword-p)
3273 (ada-activate-keys-for-case, ada-adjust-case-region)
3274 (ada-adjust-case-buffer, ada-format-paramlist)
3275 (ada-scan-paramlist, ada-insert-paramlist)
3276 (ada-indent-newline-indent)
3277 (ada-indent-newline-indent-conditional)
3278 (ada-justified-indent-current, ada-goto-previous-word)
3279 (ada-indent-current, ada-get-indent-open-paren)
3280 (ada-get-indent-paramlist, ada-get-indent-end)
3281 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3282 (ada-get-indent-block-start, ada-get-indent-subprog)
3283 (ada-get-indent-noindent, ada-get-indent-label)
3284 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3285 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3286 (ada-goto-stmt-end, ada-goto-next-word)
3287 (ada-check-matching-start, ada-check-defun-name)
3288 (ada-goto-matching-decl-start, ada-goto-matching-start)
3289 (ada-goto-matching-end, ada-search-ignore-string-comment)
3290 (ada-in-decl-p, ada-looking-at-semi-or)
3291 (ada-looking-at-semi-private, ada-in-paramlist-p)
3292 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3293 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3294 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3295 (ada-previous-package, ada-create-menu)
3296 (ada-fill-comment-paragraph-justify)
3297 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3298 (ada-other-file-name, ada-last-which-function-line)
3299 (ada-last-which-function-subprog, ada-which-function)
3300 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3301 (ada-gen-treat-proc, ada-check-emacs-version)
3302 (ada-continuation-indent, ada-align-region-separate):
3303 Fix typos in docstrings.
3304 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3305
3306 2005-06-16 Lute Kamstra <lute@gnu.org>
3307
3308 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3309 conditionally.
3310
3311 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * comint.el (comint-replace-by-expanded-filename)
3314 (comint-prompt-regexp, comint-delimiter-argument-list)
3315 (comint-preinput-scroll-to-bottom):
3316 * info.el (Info-hide-cookies-node):
3317 * ls-lisp.el (ls-lisp-classify):
3318 * find-file.el (ff-search-directories, ff-special-constructs)
3319 (ff-find-other-file):
3320 * font-lock.el (font-lock-keywords):
3321 * shell.el (shell-prompt-pattern)
3322 (shell-dynamic-complete-functions, shell-mode)
3323 (shell-delimiter-argument-list):
3324 * term.el (term-replace-by-expanded-filename)
3325 (term-prompt-regexp, term-delimiter-argument-list):
3326 * woman.el (woman-ignore, woman0-if):
3327 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3328 * emacs-lisp/elint.el (elint-init-env):
3329 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3330 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3331 * language/ethio-util.el (ethio-tilde-escape)
3332 (ethio-use-three-dot-question):
3333 * net/zone-mode.el (zone-mode-load-time-setup):
3334 * progmodes/cc-align.el (c-lineup-argcont):
3335 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3336 * progmodes/cperl-mode.el (cperl-set-style-back):
3337 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3338 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3339 Fix spellings in docstrings.
3340
3341 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3342 * progmodes/modula2.el (m2-for): Fix spellings.
3343
3344 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3345
3346 * simple.el (undo-more): Don't use `format' on `error' arguments.
3347 Improve argument/docstring consistency.
3348 (pending-undo-list): Doc fix.
3349
3350 * smerge-mode.el (smerge-ensure-match):
3351 * emulation/vip.el (vip-ex):
3352 * net/zone-mode.el (zone-mode-update-serial):
3353 * progmodes/idlwave.el (idlwave-complete):
3354 * progmodes/vhdl-mode.el (vhdl-visit-file)
3355 (vhdl-compose-wire-components):
3356 Don't use `format' on `error' arguments.
3357
3358 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3359 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3360 (tooltip-help-tips): Fix typos in docstrings.
3361
3362 2005-06-16 David Ponce <david@dponce.com>
3363
3364 * tree-widget.el (tree-widget-value-create): Simplify last change.
3365
3366 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3367
3368 * ido.el (ido-incomplete-regexp): New variable.
3369 (ido-set-matches-1): Handle invalid-regexp error and set
3370 ido-incomplete-regexp.
3371 (ido-incomplete-regexp): New face.
3372 (ido-completions): Use it.
3373 (ido-complete, ido-exit-minibuffer, ido-completions):
3374 Handle incomplete regexps.
3375 (ido-completions): Add check for complete match when entering a regexp.
3376
3377 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3380
3381 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3382
3383 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3384 by field delimiters.
3385
3386 2005-06-15 David Ponce <david@dponce.com>
3387
3388 * tree-widget.el: eval-and-compile inlined functions so they will
3389 be available at run-time too.
3390 (tree-widget-super-format-handler)
3391 (tree-widget-format-handler): Remove.
3392 (tree-widget-value-create): Handle the :indent property.
3393
3394 2005-06-15 Miles Bader <miles@gnu.org>
3395
3396 * progmodes/which-func.el (which-func): Only inherit
3397 `font-lock-function-name-face' when that makes sense against the
3398 default mode-line face, otherwise set the face color explicitly.
3399
3400 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3401 faces instead of (non-existent) variables.
3402
3403 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3406 (iswitchb-get-matched-buffers): Likewise. Simplify.
3407
3408 2005-06-14 Miles Bader <miles@gnu.org>
3409
3410 * progmodes/ld-script.el (ld-script-location-counter):
3411 Remove "-face" suffix from face name.
3412 (ld-script-location-counter-face):
3413 New backward-compatibility alias for renamed face.
3414 (ld-script-location-counter-face): Use renamed face.
3415
3416 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3417 (cperl-hash): Remove "-face" suffix from face names.
3418 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3419 New backward-compatibility aliases for renamed faces.
3420 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3421 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3422
3423 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3424 name.
3425 (which-func-face): New backward-compatibility alias for renamed face.
3426 (which-func-format): Use renamed which-func face.
3427
3428 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3429 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3430 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3431 names.
3432 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3433 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3434 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3435 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3436 (vhdl-speedbar-architecture-selected)
3437 (vhdl-speedbar-configuration-selected)
3438 (vhdl-speedbar-package-selected)
3439 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3440 names.
3441 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3442 Use renamed faces.
3443 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3444 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3445 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3446 Use renamed faces.
3447 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3448 names.
3449 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3450 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3451 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3452 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3453 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3454 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3455
3456 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3457 face name.
3458 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3459 (sh-heredoc-face): Use renamed sh-heredoc face.
3460
3461 * progmodes/idlw-help.el (idlwave-help-link):
3462 Remove "-face" suffix from face name.
3463 (idlwave-help-link-face):
3464 New backward-compatibility alias for renamed face.
3465 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3466
3467 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3468 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3469 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3470 New backward-compatibility aliases for renamed faces.
3471 (idlwave-shell-disabled-breakpoint-face)
3472 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3473
3474 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3475 Remove "-face" suffix from face names.
3476 (flymake-errline-face, flymake-warnline-face):
3477 New backward-compatibility aliases for renamed faces.
3478 (flymake-highlight-line): Use renamed flymake faces.
3479
3480 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3481 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3482 (ebrowse-member-class, ebrowse-progress):
3483 Remove "-face" suffix from face names.
3484 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3485 (ebrowse-file-name-face, ebrowse-default-face)
3486 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3487 (ebrowse-progress-face):
3488 New backward-compatibility aliases for renamed faces.
3489 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3490 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3491 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3492 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3493
3494 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3495 antlr-syntax)
3496 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3497 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3498 names.
3499 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3500 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3501 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3502 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3503 backward-compatibility aliases for renamed faces.
3504 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3505 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3506 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3507 remove "font-lock-". Use renamed antlr-mode faces.
3508 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3509 literal face-names with face variable references.
3510
3511 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3512 face name.
3513 (Buffer-menu-buffer-face): New backward-compatibility alias for
3514 renamed face.
3515 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3516
3517 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3518
3519 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3520 Eliminate "-face" suffix.
3521 (makefile-targets): Inherit from font-lock-function-name-face and
3522 eliminate "-face" suffix.
3523 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3524 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3525 actions, instead of prepending, to make it less visible.
3526 (makefile-previous-dependency, makefile-match-dependency):
3527 Don't match a target on a continuation line.
3528
3529 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3530
3531 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3532
3533 * progmodes/gdb-ui.el (menu): Re-order menu items.
3534 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3535
3536 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3537 Define in tooltip.el.
3538 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3539 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3540 gud-tooltip-echo-area.
3541
3542 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3543 backward compatibility and make obsolete.
3544 (tooltip-help-tips): Use tooltip-use-echo-area.
3545 (tooltip-show-help-function): Rename to...
3546 (tooltip-show-help): ...this, because it is a function.
3547 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3548
3549 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3550
3551 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3552 (edebug-print-length, edebug-print-level, edebug-print-circle)
3553 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3554 (edebug-eval-print-last-sexp): Doc fixes.
3555
3556 2005-06-14 Kim F. Storm <storm@cua.dk>
3557
3558 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3559 as the coverage buffer/file/both may change.
3560
3561 2005-06-14 Lute Kamstra <lute@gnu.org>
3562
3563 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3564 and run-mode-hooks. Simplify.
3565
3566 * mail/rmailedit.el (rmail-edit-mode):
3567 * progmodes/octave-inf.el (inferior-octave-mode):
3568 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3569
3570 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3571 and run-mode-hooks.
3572 (recentf-edit-list, recentf-open-files): Don't call
3573 kill-all-local-variables directly.
3574
3575 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3576
3577 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * emacs-lisp/byte-run.el (make-obsolete)
3580 (define-obsolete-function-alias): Rename arguments FUNCTION and
3581 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3582 (make-obsolete-variable, define-obsolete-variable-alias):
3583 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3584 respectively.
3585
3586 * isearchb.el (isearchb-activate):
3587 * pcvs.el (cvs-mode):
3588 * ses.el (ses-load):
3589 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3590 * net/tramp.el (tramp-find-file-exists-command)
3591 (tramp-find-shell):
3592 * progmodes/ada-mode.el (ada-create-case-exception)
3593 (ada-create-case-exception-substring, ada-make-subprogram-body):
3594 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3595 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3596 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3597 * textmodes/org.el (org-promote, org-evaluate-time-range)
3598 (org-agenda-next-date-line, org-agenda-previous-date-line)
3599 (org-agenda-error, org-open-at-point, org-table-move-row)
3600 (org-format-table-table-html-using-table-generate-source)
3601 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3602 * textmodes/reftex.el (reftex-access-scan-info):
3603 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3604 (reftex-toc-promote-prepare): Follow error conventions.
3605
3606 * diff-mode.el (diff-mode): Fix typo in docstring.
3607
3608 * forms.el (forms--intuit-from-file): Fix reference to
3609 `forms-number-of-fields' in error message.
3610 (forms-print): Fix quoting in error message.
3611
3612 * forms.el (forms-mode):
3613 * emulation/vi.el (vi-goto-insert-state):
3614 * progmodes/flymake.el (flymake-new-err-info)
3615 (flymake-start-syntax-check-for-current-buffer)
3616 (flymake-simple-cleanup):
3617 * eshell/esh-var.el (eshell/export):
3618 * progmodes/gud.el (xdb):
3619 * textmodes/flyspell.el (flyspell-incorrect-hook)
3620 (flyspell-maybe-correct-transposition)
3621 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3622
3623 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3624
3625 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3626 minibuffer prompt.
3627
3628 2005-06-13 Kim F. Storm <storm@cua.dk>
3629
3630 * subr.el (add-to-ordered-list): New defun.
3631
3632 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3633 add cua--keymap-alist to emulation-mode-map-alists.
3634
3635 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * subr.el (complete-in-turn): New macro.
3638 (dynamic-completion-table, lazy-completion-table): Add debug info.
3639
3640 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3641 in preference to face aliases.
3642
3643 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3644 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3645 Remove unused vars `start' and `firstline'.
3646 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3647 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3648
3649 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3650
3651 * cus-start.el (all): Don't complain about missing GTK-related
3652 variables, unless either `gtk' is boundp or this isn't a
3653 `windows-nt' build.
3654
3655 2005-06-13 Lute Kamstra <lute@gnu.org>
3656
3657 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3658 run-mode-hooks.
3659
3660 * ediff-mult.el (ediff-meta-mode):
3661 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3662
3663 * ledit.el (ledit-mode): Use delay-mode-hooks.
3664
3665 * woman.el (woman-mode-line-format): Delete constant.
3666 (woman-mode-map): Initialize it properly.
3667 (woman-mode): Set mode-class property to special.
3668 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3669 Set major-mode and mode-name. Don't set mode-line-format directly.
3670 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3671
3672 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3673 string argument obsolete.
3674
3675 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3676
3677 * textmodes/org.el (org-CUA-compatible): New option.
3678 (org-disputed-keys): New variable.
3679 (org-key): New function.
3680 (orgtbl-make-binding): Add docstring to the created function.
3681 (org-mode): Set paragraph start/separate regexps.
3682 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3683 (org-archive-location, org-archive-mark-done)
3684 (org-archive-stamp-time): New options.
3685 (org-archive-subtree): New command.
3686 (org-fill-paragraph): New function.
3687 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3688 (org-fake-empty-table-line): Function removed.
3689 (org-format-org-table-html): Do not create empty table lines at
3690 separator lines. Improved table header treatment.
3691 (org-link-format): New option.
3692 (org-make-link): New function.
3693 (org-insert-link, org-store-link): Use org-make-link.
3694 (org-open-file): Quote file name for shell command, to allow
3695 spaces in file names.
3696 (org-link-regexp): Fix bug with mailto link.
3697 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3698 New constants.
3699 (org-export-as-html): Deal with the optional angles around a link.
3700 Better treatment of file: links.
3701 (org-open-at-point): Replace @{ and @} with < and >.
3702 (org-run-mode-hooks): Function removed.
3703 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3704
3705 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3706
3707 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3708 MI command -data-list-register-values.
3709 (gdb-post-prompt): Indent properly.
3710
3711 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * hilit-chg.el (highlight-changes-colors): Rename from
3714 `highlight-changes-colours'.
3715 (highlight-changes-colours): Keep as obsolete alias.
3716 (highlight-changes-face-list): Doc fix.
3717 (hilit-chg-make-list): Use `highlight-changes-colors'.
3718
3719 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3720
3721 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3722 defun-prompt-regexp.
3723
3724 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3725
3726 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3727 and cygwin.
3728
3729 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3730 Don't use an old loaddefs.el, as in Makefile.in.
3731
3732 2005-06-12 Lute Kamstra <lute@gnu.org>
3733
3734 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3735
3736 * man.el (Man-mode-map): Initialize it properly.
3737 (Man-mode): Set mode-class property to special.
3738
3739 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3740
3741 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3742
3743 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3744 A newline is needed in the docstring there.
3745
3746 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3747 Doc fixes.
3748
3749 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3750
3751 * printing.el: Doc fix. The menubar is no more changed when printing
3752 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3753 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3754 (pr-version): New version number (6.8.4).
3755 (pr-menu-bind): New command.
3756 (pr-update-menus): Docstring and code fix.
3757 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3758 Docstring fix.
3759 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3760 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3761
3762 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3763
3764 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3765 "Returns" to "return", document useful return values, etc.
3766
3767 2005-06-11 Alan Mackenzie <acm@muc.de>
3768
3769 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3770 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3771 (adaptive-file-function): Minor amendment to doc-string.
3772
3773 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3774
3775 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3776 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3777 Fix :type--it is `integer', not `string'.
3778
3779 * faces.el (modeline-highlight): Rename from (the erroneous)
3780 `modeline-higilight'.
3781
3782 2005-06-11 Lute Kamstra <lute@gnu.org>
3783
3784 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3785 lisp-interaction-mode-map but make it the parent.
3786 (edebug-eval-mode): Use define-derived-mode.
3787
3788 2005-06-11 Andreas Schwab <schwab@suse.de>
3789
3790 * bindings.el: Add binding of `ESC functionkey' for every
3791 `M-functionkey'.
3792 * hexl.el (hexl-mode-map): Likewise.
3793
3794 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3795
3796 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3797 [msft]: update regexp for newer msft compilers.
3798
3799 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3800
3801 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3802 ATTLIST portions of included DTDs.
3803 (xml-parse-dtd): Eliminate use of inefficient match-data.
3804
3805 2005-06-10 Miles Bader <miles@gnu.org>
3806
3807 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3808 (mpuz-text): Remove "-face" suffix from face names.
3809 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3810 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3811 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3812
3813 * play/gomoku.el (gomoku-O, gomoku-X):
3814 Remove "-face" suffix from face names.
3815 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3816 New backward-compatibility aliases for renamed faces.
3817 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3818
3819 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * thumbs.el: Fixes for changes of 2005-06-09.
3822 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3823 as a directory.
3824 (thumbs-thumbname): Remove directory separator from format string;
3825 `thumbs-thumbsdir' now returns a valid directory name.
3826 (thumbs-temp-dir): New defsubst.
3827 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3828 Use it.
3829
3830 * cus-edit.el (minibuffer):
3831 * files.el (make-backup-file-name-function):
3832 * filesets.el (filesets-external-viewers):
3833 * hilit-chg.el (highlight-changes-colours)
3834 (highlight-changes-face-list, highlight-changes-rotate-faces):
3835 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3836 * kmacro.el (kmacro-call-macro):
3837 * log-edit.el (log-edit-changelog-full-paragraphs):
3838 * mouse.el (mouse-1-click-follows-link):
3839 * skeleton.el (skeleton-autowrap):
3840 * subr.el (insert-for-yank-1):
3841 * tempo.el (tempo-insert-region):
3842 * terminal.el (terminal-emulator):
3843 * time.el (display-time-mail-face):
3844 * vc.el (vc-annotate):
3845 * vcursor.el (vcursor-copy-line):
3846 * woman.el (woman-bold-headings, woman-ignore)
3847 (woman-default-faces, woman-monochrome-faces):
3848 * calendar/todo-mode.el (todo-insert-threshold):
3849 * emulation/pc-select.el (pc-select-selection-keys-only)
3850 (pc-selection-mode):
3851 * emulation/vip.el (vip-find-char-forward):
3852 * emulation/viper-cmd.el (viper-find-char-forward):
3853 * international/mule-cmds.el
3854 (select-safe-coding-system-accept-default-p)
3855 (input-method-exit-on-invalid-key):
3856 * international/mule-diag.el (describe-coding-system):
3857 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3858 * net/browse-url.el (browse-url-xterm-program):
3859 * obsolete/lazy-lock.el (lazy-lock-mode):
3860 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3861 (cperl-mode):
3862 * progmodes/cpp.el (cpp-face-light-name-list)
3863 (cpp-face-dark-name-list):
3864 * progmodes/delphi.el (delphi-newline-always-indents):
3865 Fix spellings in docstrings.
3866
3867 * ido.el (ido-mode, ido-file-extensions-order)
3868 (ido-default-file-method, ido-default-buffer-method)
3869 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3870 (ido-decorations, ido-read-file-name-as-directory-commands)
3871 (ido-read-file-name-non-ido, ido-work-directory-list)
3872 (ido-ignore-item-temp-list, ido-current-directory)
3873 (ido-magic-forward-char, ido-enter-find-file)
3874 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3875 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3876
3877 2005-06-10 Lute Kamstra <lute@gnu.org>
3878
3879 * play/dunnet.el (dun-mode): Use define-derived-mode.
3880 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3881 obsolete alias.
3882
3883 * play/doctor.el (doctor-mode-map): Remove defvar.
3884 (doctor-mode): Use define-derived-mode.
3885
3886 * mail/mspools.el (mspools-mode):
3887 * net/eudc-hotlist.el (eudc-hotlist-mode):
3888 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3889
3890 2005-06-10 Miles Bader <miles@gnu.org>
3891
3892 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3893 Remove "-face" suffix from face names.
3894 (flyspell-incorrect-face, flyspell-duplicate-face):
3895 New backward-compatibility aliases for renamed faces.
3896 (flyspell-mode-on, make-flyspell-overlay)
3897 (flyspell-highlight-incorrect-region)
3898 (flyspell-highlight-duplicate-region)
3899 (flyspell-display-next-corrections)
3900 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3901
3902 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3903 from face name.
3904 (texinfo-heading-face): New backward-compatibility alias for
3905 renamed face.
3906 (texinfo-heading-face): Use renamed texinfo-heading face.
3907
3908 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3909 suffix from face names.
3910 (tex-math-face, tex-verbatim-face):
3911 New backward-compatibility aliases for renamed faces.
3912 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3913 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3914 literal face name.
3915
3916 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3917 name.
3918 (table-cell-face): New backward-compatibility alias for renamed face.
3919 (table--put-cell-face-property, table--update-cell-face):
3920 Use renamed table-cell face.
3921
3922 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3923 from face name.
3924 (sgml-namespace-face): New backward-compatibility alias for
3925 renamed face.
3926 (sgml-namespace-face): Use renamed sgml-namespace face.
3927
3928 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3929 (org-level-4, org-level-5, org-level-6, org-level-7)
3930 (org-level-8, org-warning, org-headline-done)
3931 (org-deadline-announce, org-scheduled-today)
3932 (org-scheduled-previously, org-link, org-done, org-table)
3933 (org-time-grid): Remove "-face" suffix from face names.
3934 (org-level-1-face, org-level-2-face, org-level-3-face)
3935 (org-level-4-face, org-level-5-face, org-level-6-face)
3936 (org-level-7-face, org-level-8-face, org-warning-face)
3937 (org-headline-done-face, org-deadline-announce-face)
3938 (org-scheduled-today-face, org-scheduled-previously-face)
3939 (org-link-face, org-done-face, org-table-face)
3940 (org-time-grid-face):
3941 New backward-compatibility aliases for renamed faces.
3942 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3943 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3944 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3945 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3946
3947 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3948 (viper-minibuffer-emacs, viper-minibuffer-insert)
3949 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3950 (viper-search-face, viper-replace-overlay-face)
3951 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3952 (viper-minibuffer-vi-face):
3953 New backward-compatibility aliases for renamed faces.
3954 (viper-search-face, viper-replace-overlay-face)
3955 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3956 (viper-minibuffer-vi-face): Use renamed viper faces.
3957
3958 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3959 Remove "-face" suffix from face names.
3960 (testcover-nohits-face, testcover-1value-face):
3961 New backward-compatibility aliases for renamed faces.
3962 (testcover-mark): Use renamed testcover faces.
3963
3964 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3965 face name.
3966 (diary-button-face): New backward-compatibility alias for renamed face.
3967 (diary-entry): Use renamed diary-button face.
3968
3969 * calendar/calendar.el (diary, calendar-today, holiday)
3970 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3971 (diary-face, calendar-today-face, holiday-face):
3972 New backward-compatibility aliases for renamed faces.
3973 (eval-after-load "facemenu", diary-entry-marker)
3974 (calendar-today-marker, calendar-holiday-marker, diary-face):
3975 Use renamed calendar faces.
3976
3977 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3978 (compare-windows-face): New backward-compatibility alias for
3979 renamed face.
3980 (compare-windows-highlight): Use renamed compare-windows face.
3981
3982 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3983 (strokes-char-face): New backward-compatibility alias for renamed face.
3984 (strokes-encode-buffer): Use renamed strokes-char face.
3985
3986 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3987 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3988 Remove "-face" suffix from face names.
3989 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3990 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3991 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3992 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3993 Use renamed pcvs faces.
3994 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3995 * pcvs-defs.el (cvs-mode-map): Likewise.
3996 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3997
3998 * info.el (info-title-1, info-title-2, info-title-3)
3999 (info-title-4): Remove "-face" suffix from and downcase face names.
4000 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4001 (Info-title-4-face):
4002 New backward-compatibility aliases for renamed faces.
4003 (Info-fontify-node): Use renamed info faces.
4004
4005 * hilit-chg.el (highlight-changes, highlight-changes-delete):
4006 Remove "-face" suffix from face names.
4007 (highlight-changes-face, highlight-changes-delete-face):
4008 New backward-compatibility aliases for renamed faces.
4009 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4010 (hilit-chg-make-list): Use renamed highlight-changes faces.
4011
4012 * generic-x.el (show-tabs-tab, show-tabs-space):
4013 Remove "-face" suffix from face names.
4014 (show-tabs-tab-face, show-tabs-space-face):
4015 New backward-compatibility aliases for renamed faces.
4016 (show-tabs-generic-mode-font-lock-defaults-1)
4017 (show-tabs-generic-mode-font-lock-defaults-2):
4018 Use renamed show-tabs faces.
4019
4020 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4021 (smerge-markers): Remove "-face" suffix from face names.
4022 (smerge-mine-face, smerge-other-face, smerge-base-face)
4023 (smerge-markers-face):
4024 New backward-compatibility aliases for renamed faces.
4025 (smerge-mine-face, smerge-other-face, smerge-base-face)
4026 (smerge-markers-face): Use renamed smerge faces.
4027
4028 * log-view.el (log-view-file, log-view-message): Remove "-face"
4029 suffix from face names.
4030 (log-view-file-face, log-view-message-face): New
4031 backward-compatibility aliases for renamed faces.
4032 (log-view-file-face, log-view-message-face): Use renamed log-view
4033 faces.
4034
4035 * paren.el (show-paren-match, show-paren-mismatch):
4036 Remove "-face" suffix from face names.
4037 (show-paren-match-face, show-paren-mismatch-face):
4038 New backward-compatibility aliases for renamed faces.
4039 (show-paren-function): Use renamed show-paren faces.
4040
4041 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4042 (ruler-mode-margins, ruler-mode-fringes)
4043 (ruler-mode-column-number, ruler-mode-fill-column)
4044 (ruler-mode-comment-column, ruler-mode-goal-column)
4045 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4046 suffix from face names.
4047 (ruler-mode-default-face, ruler-mode-pad-face)
4048 (ruler-mode-margins-face, ruler-mode-fringes-face)
4049 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4050 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
4051 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4052 backward-compatibility aliases for renamed faces.
4053 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4054 (ruler-mode-column-number, ruler-mode-fill-column)
4055 (ruler-mode-comment-column, ruler-mode-goal-column)
4056 (ruler-mode-tab-stop, ruler-mode-current-column)
4057 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4058 faces.
4059
4060 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4061 face name.
4062 (whitespace-highlight-the-space): Use renamed face.
4063 (whitespace-highlight-face): New backward-compatibility alias for
4064 renamed face.
4065
4066 * woman.el (woman-italic, woman-bold, woman-unknown)
4067 (woman-addition, woman-symbol-face):
4068 Remove "-face" suffix from face names.
4069 (woman-italic-face, woman-bold-face, woman-unknown-face)
4070 (woman-addition-face):
4071 New backward-compatibility aliases for renamed faces.
4072 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4073 (woman-decode-region, woman-replace-match)
4074 (woman-display-extended-fonts, woman-special-characters)
4075 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4076 Use renamed woman faces.
4077
4078 * longlines.el (longlines-visible-face): Face removed.
4079
4080 * diff-mode.el (diff-header, diff-file-header, diff-index)
4081 (diff-hunk-header, diff-removed, diff-added, diff-changed)
4082 (diff-function, diff-context, diff-nonexistent): Remove "-face"
4083 suffix from face names.
4084 (diff-header-face, diff-file-header-face, diff-index-face)
4085 (diff-hunk-header-face, diff-removed-face, diff-added-face)
4086 (diff-changed-face, diff-function-face, diff-context-face)
4087 (diff-nonexistent-face): New backward-compatibility aliases for
4088 renamed faces.
4089 (diff-header-face, diff-file-header-face)
4090 (diff-index, diff-index-face, diff-hunk-header)
4091 (diff-hunk-header-face, diff-removed, diff-removed-face)
4092 (diff-added, diff-added-face, diff-changed-face, diff-function)
4093 (diff-function-face, diff-context-face, diff-nonexistent)
4094 (diff-nonexistent-face): Use renamed diff-mode faces.
4095
4096 * progmodes/compile.el (compilation-warning-face)
4097 (compilation-info-face): Remove "-face" suffix from face names.
4098 (compilation-warning-face, compilation-info-face):
4099 New backward-compatibility aliases for renamed faces.
4100 (compilation-warning-face, compilation-info-face):
4101 Use renamed compilation faces.
4102
4103 * add-log.el (change-log-date, change-log-name)
4104 (change-log-email, change-log-file, change-log-list)
4105 (change-log-conditionals, change-log-function)
4106 (change-log-acknowledgement): Remove "-face" suffix from face names.
4107 (change-log-date-face, change-log-name-face)
4108 (change-log-email-face, change-log-file-face)
4109 (change-log-list-face, change-log-conditionals-face)
4110 (change-log-function-face, change-log-acknowledgement-face):
4111 New backward-compatibility aliases for renamed faces.
4112 (change-log-font-lock-keywords): Use renamed change-log faces.
4113
4114 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4115 (custom-set, custom-changed, custom-saved, custom-button)
4116 (custom-button-pressed, custom-documentation, custom-state)
4117 (custom-comment, custom-comment-tag, custom-variable-tag)
4118 (custom-variable-button, custom-face-tag, custom-group-tag-1)
4119 (custom-group-tag): Remove "-face" suffix from face names.
4120 (custom-magic-alist, custom-magic-value-create)
4121 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4122 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4123 (custom-set-face, custom-changed-face, custom-saved-face)
4124 (custom-button-face, custom-button-pressed-face)
4125 (custom-documentation-face, custom-state-face)
4126 (custom-comment-face, custom-comment-tag-face)
4127 (custom-variable-tag-face, custom-variable-button-face)
4128 (custom-face-tag-face, custom-group-tag-face-1)
4129 (custom-group-tag-face):
4130 New backward-compatibility aliases for renamed faces.
4131
4132 * wid-edit.el (widget-documentation, widget-button)
4133 (widget-field, widget-single-line-field, widget-inactive)
4134 (widget-button-pressed): "-face" suffix removed from face names.
4135 (widget-documentation-face, widget-button-face)
4136 (widget-field-face, widget-single-line-field-face)
4137 (widget-inactive-face, widget-button-pressed-face):
4138 New backward-compatibility aliases for renamed faces.
4139 (widget-documentation-face, widget-button-face)
4140 (widget-button-pressed-face, widget-specify-field)
4141 (widget-specify-inactive): Use renamed widget faces.
4142
4143 2005-06-10 Kenichi Handa <handa@m17n.org>
4144
4145 * term/x-win.el (x-clipboard-yank): Remove condition-case
4146 wrapping.
4147
4148 2005-06-11 Kenichi Handa <handa@m17n.org>
4149
4150 * add-log.el (change-log-font-lock-keywords): Make the regexp for
4151 date lines stricter.
4152
4153 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
4154
4155 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4156 of x-get-selection.
4157
4158 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * comint.el (comint-mode, comint-snapshot-last-prompt):
4161 * frame.el (frame-current-scroll-bars):
4162 * term.el (term-mode, term-check-proc, term-input-sender)
4163 (term-simple-send, term-extract-string, term-word)
4164 (term-match-partial-filename):
4165 * window.el (window-current-scroll-bars):
4166 * emulation/cua-base.el (cua-normal-cursor-color)
4167 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4168 (cua-global-mark-cursor-color):
4169 * mail/undigest.el (rmail-forward-separator-regex):
4170 Fix typos in docstrings.
4171
4172 * comint.el (comint-check-proc, make-comint-in-buffer)
4173 (comint-source-default): Doc fixes.
4174
4175 * term.el (term-send-string): Improve argument/docstring
4176 consistency.
4177
4178 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * comint.el (comint-send-input): Bind `inhibit-read-only' around
4181 call to `delete-region'.
4182 (comint-mode-hook): Do not enable Font Lock by default.
4183
4184 2005-06-09 Lute Kamstra <lute@gnu.org>
4185
4186 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4187 could be void.
4188
4189 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4192 (debug): Use it.
4193 (debugger-step-through, debugger-continue, debugger-jump)
4194 (debugger-return-value): Set it when needed.
4195 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4196 Use inhibit-read-only.
4197
4198 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
4199
4200 * window.el (shrink-window-if-larger-than-buffer)
4201 (window-size-fixed): Fix typo in docstring.
4202
4203 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4204 thumbnails directory on loading.
4205 (thumbs-conversion-program): Use `eq' to check the system type,
4206 not `equal'.
4207 (thumbs-temp-dir): Initialize to `temporary-file-directory',
4208 not "/tmp". Fix docstring.
4209 (thumbs-thumbsdir): New function to return the thumbnails
4210 directory, creating it if needed.
4211 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4212 (thumbs-temp-file): Delete variable and make it into a function.
4213 (thumbs-resize-image, thumbs-modify-image): Use it.
4214 (thumbs-kill-buffer): Simplify.
4215 (thumbs-gensym): Defalias or duplicate CL `gensym'.
4216 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4217 docstrings.
4218
4219 2005-06-09 Kim F. Storm <storm@cua.dk>
4220
4221 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4222 set-match-data to free markers in match-data.
4223
4224 * replace.el (replace-match-data): Pass RESEAT arg `t' to
4225 match-data to unchain markers in match-data.
4226
4227 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4230 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
4231 unnecessary now.
4232
4233 2005-06-08 Richard M. Stallman <rms@gnu.org>
4234
4235 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4236 give the variable a doc string that doesn't say don't set it directly.
4237
4238 * textmodes/ispell.el (ispell-check-version):
4239 Use match-string-no-properties.
4240 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4241 (ispell-buffer-local-words): Likewise.
4242
4243 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4244 except on terminals with enough colors to really display it.
4245 (makefile-dependency-regex): Delete spurious `bb'.
4246
4247 * faces.el (escape-glyph): Use blue once again in last case.
4248 (no-break-space): Redefine so that it isn't invisible on a tty.
4249
4250 2005-06-08 Kim F. Storm <storm@cua.dk>
4251
4252 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4253 also when reading directory name.
4254
4255 2005-06-08 Lute Kamstra <lute@gnu.org>
4256
4257 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4258 (flyspell-mode-line-string): Remove autoload cookie.
4259 (flyspell-mode): Remove defvar.
4260
4261 2005-06-07 Lute Kamstra <lute@gnu.org>
4262
4263 * textmodes/org.el (org-run-mode-hooks): New function.
4264 (org-agenda-mode): Use it.
4265
4266 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
4267
4268 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4269
4270 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4273
4274 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4275
4276 * font-lock.el (font-lock-add-keywords): Doc fix.
4277
4278 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4281 (tex-compile-default): In the absence of any history, use the order in
4282 tex-compile-alist to choose the preferred command.
4283 (tex-compile-commands): Reorder a bit.
4284
4285 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4286 (flyspell-incorrect-face, flyspell-duplicate-face):
4287 Use (X)Emacs-agnostic code.
4288 (flyspell-mode-map): Don't overwrite at each load. Remove code
4289 redundant with the subsequent add-minor-mode. Merge Emacs and
4290 XEmacs code.
4291 (flyspell-word): Minor simplification.
4292 (flyspell-math-tex-command-p): Quieten the byte-compiler.
4293 (flyspell-external-point-words): Remove unused vars `size' and
4294 `start'.
4295 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4296 the corresponding Emacs code.
4297 (flyspell-correct-word, flyspell-xemacs-popup): Use
4298 flyspell-do-correct.
4299
4300 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4301 a dedicated window.
4302
4303 * international/latexenc.el (latexenc-find-file-coding-system):
4304 Undo part of last patch, to turn off a compiler warning.
4305
4306 2005-06-06 Juri Linkov <juri@jurta.org>
4307
4308 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4309 Rename `tmm-inactive-face' to `tmm-inactive'.
4310
4311 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4312
4313 * iswitchb.el: Rename faces.
4314
4315 2005-06-06 Kim F. Storm <storm@cua.dk>
4316
4317 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4318 (cua-global-mark): Remove -face suffix from face names.
4319
4320 * emulation/cua-gmrk.el (cua--init-global-mark):
4321 Remove cua-global-mark face setup.
4322
4323 2005-06-06 Richard M. Stallman <rms@gnu.org>
4324
4325 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4326 just like other allowed characters.
4327 (makefile-match-dependency): Exclude leading and training whitespace
4328 from the range of regexp subexp 1.
4329 (makefile-macroassign-regex): Don't try to match the body,
4330 just the name of the macro being defined.
4331
4332 * info.el (Info-read-node-name-2): New function.
4333 (Info-read-node-name-1): Use that.
4334 Add a completion-base-size-function property.
4335
4336 * simple.el (completion-setup-function): Look for
4337 completion-base-size-function property of
4338 minibuffer-completion-table.
4339
4340 * files.el (locate-file-completion): Doc fix.
4341
4342 * printing.el: Don't call pr-update-menus; user must do that.
4343
4344 * emacs-lisp/debug.el (debugger-window): New variable.
4345 (debug): Use debugger-window if it is set and still alive.
4346 Record debugger-window for next entry.
4347
4348 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4349
4350 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
4351
4352 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4353 (hack-one-local-variable, hack-local-variables)
4354 (hack-local-variables-prop-line): Pass that arg.
4355
4356 2005-06-06 Kim F. Storm <storm@cua.dk>
4357
4358 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4359 (ido-indicator): Remove -face suffix from face names.
4360
4361 2005-06-06 Juri Linkov <juri@jurta.org>
4362
4363 * font-lock.el (font-lock-regexp-backslash)
4364 (font-lock-regexp-backslash-construct): New faces.
4365 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4366 after `('. Add `while-no-input' to control structures.
4367
4368 * faces.el (no-break-space, shadow): New faces.
4369 (escape-glyph): Use less loud colors pink2 and red4.
4370
4371 * diff-mode.el (diff-context-face)
4372 * dired.el (dired-ignored)
4373 * rfn-eshadow.el (file-name-shadow)
4374 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4375
4376 * info.el (Info-title-1-face): Use green instead of yellow because
4377 bold yellow is not readable on light backgrounds.
4378
4379 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4380 before selecting the desired mode to not spend time fontifying
4381 old contents.
4382
4383 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4386 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4387
4388 * ps-print.el (ps-default-fg, ps-default-bg):
4389 Fix typos in docstrings.
4390
4391 * isearchb.el (isearchb): Don't pass a spurious second argument to
4392 `iswitchb-completions'.
4393
4394 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
4395
4396 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4397 to preserve point.
4398 (gdb-find-file-hook): Add doc string.
4399
4400 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4401 C dereferenced pointer expression.
4402 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
4403
4404 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4405
4406 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4407 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4408 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4409 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4410 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4411 Make background transparent.
4412
4413 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4416 (font-lock-remove-keywords): Doc fix.
4417 (font-lock-mode-major-mode): Compiler defvar.
4418 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4419
4420 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4421 (font-lock-mode): Update `font-lock-mode-major-mode'.
4422 (font-lock-set-defaults): Compiler defvar.
4423 (font-lock-default-function): Take `font-lock-mode-major-mode'
4424 into account.
4425
4426 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4427 keep track of which major mode it enabled the minor mode for.
4428 Use find-file-hook again. Update docstring.
4429
4430 * simple.el (eval-expression-print-level)
4431 (eval-expression-print-length, eval-expression-debug-on-error):
4432 Doc fixes.
4433
4434 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4435
4436 * iswitchb.el (iswitchb-single-match-face)
4437 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4438 (iswitchb-invalid-regexp-face): New faces.
4439 (iswitchb-completions): Use them.
4440 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4441 now marked as an obsolete alias.
4442 (iswitchb-read-buffer): Remove check for bound font variables.
4443 (iswitchb-invalid-regexp): New free variable.
4444 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4445 set iswitchb-invalid-regexp.
4446 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4447 invalid regexps.
4448 (iswitchb-completions): Add check for complete match when entering
4449 a regexp.
4450 (iswitchb-completions): Remove require-match argument.
4451 (iswitchb-exhibit): Fix caller.
4452 (iswitchb-common-match-inserted): New variable.
4453 (iswitchb-complete, iswitchb-completion-help): Use it.
4454
4455 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4456
4457 * url-http.el (url-http-chunked-encoding-after-change-function):
4458 Use `url-http-debug' instead of `message'.
4459
4460 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4461
4462 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4463 callback argument.
4464
4465 2005-06-04 Kim F. Storm <storm@cua.dk>
4466
4467 * simple.el (line-move): Only call sit-for when moving backwards.
4468
4469 * ido.el (ido-make-merged-file-list-1): New defun split from
4470 ido-make-merged-file-list.
4471 (ido-make-merged-file-list): Bind throw-on-input around call to
4472 ido-make-merged-file-list-1. Return input-pending-p if
4473 interrupted by more input available.
4474 (ido-read-internal): Handle input-pending-p return value from
4475 ido-make-merged-file-list.
4476
4477 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4480 compatibility code.
4481
4482 * international/latexenc.el (latexenc-find-file-coding-system):
4483 Don't inherit the EOL part of the coding-system from the
4484 tex-main buffer. Fit within 80 columns.
4485
4486 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4487
4488 * tmm.el (tmm-inactive-face): New face.
4489 (tmm-remove-inactive-mouse-face): New function.
4490 (tmm-prompt, tmm-add-one-shortcut)
4491 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4492 but not selectable.
4493
4494 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4495
4496 * faces.el (face-equal): Improve argument/docstring consistency.
4497
4498 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4499
4500 * progmodes/make-mode.el (makefile-targets-face)
4501 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4502 (makefile-bsdmake-dependency-regex)
4503 (makefile-makepp-rule-action-regex)
4504 (makefile-bsdmake-rule-action-regex): New constants.
4505 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4506
4507 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4508 Allow (...) within `...' for makepp messages.
4509
4510 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
4511
4512 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4513
4514 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4515 "." files are deleted from all file lists before comparison.
4516
4517 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4518 (viper-ESC-key): Made them customizable.
4519
4520 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4521
4522 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4523
4524 * autorevert.el (auto-revert-buffers): Use save-match-data.
4525
4526 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4529 menu items with a nil command binding.
4530
4531 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4532
4533 * emacs-lisp/cl-macs.el (defsetf):
4534 Improve argument/docstring consistency.
4535
4536 * faces.el (list-faces-display): Improve the formatting by
4537 computing the maximum length required for any face-name (reworked
4538 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4539 (internal-find-face): Remove redundant info in docstring.
4540
4541 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4542
4543 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4544 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4545 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4546 (gdb-assembler-custom): Improve regexps.
4547 (def-gdb-auto-update-handler): Use window point to preserve point.
4548
4549 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4552
4553 2005-05-31 Jay Belanger <belanger@truman.edu>
4554
4555 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4556 to calc-embedded.
4557 (calc-embedded-make-info): Have plain prefix argument select
4558 entire line.
4559
4560 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * faces.el (list-faces-display): Signal error if passed a regexp
4563 that matches no face name.
4564
4565 * simple.el (filter-buffer-substring): Fix typo in docstring.
4566
4567 2005-05-31 Richard M. Stallman <rms@gnu.org>
4568
4569 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4570 (vhdl-emacs-21): Doc fix.
4571 (vhdl-mode): Unconditionally set comment-padding.
4572 (vhdl-fixup-whitespace-region): Insert spaces only where
4573 there are none.
4574 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4575
4576 2005-05-30 John Wiegley <johnw@newartisans.com>
4577
4578 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4579 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4580 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4581 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4582 `string-to-number'.
4583
4584 2005-05-30 Jay Belanger <belanger@truman.edu>
4585
4586 * calc/calc.el (calc-bug-address): Fix docstring.
4587 (calc-window-hook, calc-trail-window-hook): New variables.
4588 (calc-trail-display): Restore use of calc-trail-window-hook.
4589 (calc): Restore use of calc-window-hook.
4590
4591 2005-05-31 Masatake YAMATO <jet@gyve.org>
4592
4593 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4594
4595 * help-fns.el (help-C-file-name): Add autoload mark for
4596 `find-function-noselect'.
4597
4598 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4601 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4602
4603 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4604
4605 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4606 included diary buffer if it was not already being visited.
4607 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4608
4609 * calendar/icalendar.el (top-level): Do not require 'appt.
4610
4611 * mail/supercite.el (sc-select-attribution): Only use a list
4612 element from sc-attrib-selection-list if it returns a string.
4613 Reported by Davide G. M. Salvetti <salve@debian.org>.
4614
4615 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4618 includes a hash value to improve its uniqueness, and has a ".jpg"
4619 extension. Also, it is now a valid filename on all systems.
4620 (thumbs-make-thumb): Use `let', not `let*'.
4621 (thumbs-show-thumbs-list): Check for JPEG availability.
4622
4623 2005-05-30 Richard M. Stallman <rms@gnu.org>
4624
4625 * filesets.el (filesets-menu-ensure-use-cached):
4626 Prevent warning when emacs-version>= is undefined.
4627
4628 * printing.el (pr-interactive-n-up): Use string-to-number.
4629
4630 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4631
4632 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4633 Warn only when name to be defined is quoted.
4634
4635 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4636
4637 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4638 Make regexp more robust.
4639 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4640 Force regeneration of disassembly.
4641
4642 2005-05-29 Jay Belanger <belanger@truman.edu>
4643
4644 * calc/calc.el (calc-user-invocation): Check if
4645 calc-invocation-macro is non-nil.
4646
4647 2005-05-29 Juri Linkov <juri@jurta.org>
4648
4649 * add-log.el (change-log-font-lock-keywords):
4650 Add `+' to e-mail regexp to accept mail address with keywords.
4651
4652 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4653
4654 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4655
4656 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4657
4658 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4659
4660 2005-05-29 Richard M. Stallman <rms@gnu.org>
4661
4662 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4663 Undo the change that moves to end of the current word.
4664
4665 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4666
4667 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4668 Throw error when count <= 0 to ensure input is a number.
4669 (gdb-read-memory-custom): Pick up address from buffer.
4670 (gdb-memory-mode): Allow user to increment and decrement
4671 memory address from header line.
4672
4673 2005-05-29 Richard M. Stallman <rms@gnu.org>
4674
4675 * flyspell.el (flyspell-version): Function deleted.
4676 (flyspell-auto-correct-previous-hook): Doc fix.
4677
4678 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4679 Do nothing if memory is full.
4680
4681 * font-lock.el (font-lock-fontify-syntactically-region):
4682 Pass t for GREEDY to looking-back.
4683
4684 * saveplace.el (save-place-alist-to-file): Write the file
4685 using write-region.
4686
4687 * subr.el (looking-back): New argument GREEDY.
4688
4689 * progmodes/compile.el (compilation-start): Set the mode
4690 before inserting the initial text.
4691
4692 * progmodes/which-func.el (which-func-update-1): Turn the mode
4693 off in case of error by setting which-func-mode.
4694
4695 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4696
4697 * flyspell.el (flyspell-auto-correct-previous-word):
4698 Narrow down to what's on the screen, and recenter overlays
4699 at the end of the next word.
4700
4701 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4702
4703 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4704 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4705 (flyspell-abbrev-p): Default to nil.
4706 (flyspell-use-global-abbrev-table-p): Doc fix.
4707 (flyspell-large-region): Allow nil as value.
4708 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4709
4710 (mail-mode-flyspell-verify): More robust handling
4711 of `mail-header-separator'. More efficient signature detection.
4712 Allow for regexp metacharacters in message-header-separator.
4713 Adding `To' not to be checked in mail-mode-flyspell-verify.
4714
4715 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4716 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4717 Bind flyspell-auto-correct-binding.
4718 Bind C-. and C-, .
4719 (flyspell-mode-map): Likewise.
4720 (flyspell-mode): Doc fix.
4721 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4722 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4723 (flyspell-word-cache-result): New var, always local.
4724 (flyspell-check-pre-word-p): Doc fix.
4725 (flyspell-check-changed-word-p): Handle spc like newline.
4726 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4727 (flyspell-word-search-backward, flyspell-word-search-forward):
4728 New functions.
4729 (flyspell-word): Return t if nothing to check.
4730 When parsing TeX code, check for after } or \.
4731 Use flyspell-word-search-backward to find previous word.
4732 Return nil if duplicated word.
4733 For word already checked, return same value as last time.
4734 Set flyspell-word-cache-result after checking.
4735 Don't clobber the return value.
4736 (flyspell-get-word): Major rewrite.
4737 (flyspell-external-point-words): New locals pword, pcount.
4738 Fix size used in progress message.
4739 Find the proper corresponding word in flyspell-large-region-buffer.
4740 (flyspell-region): Check for flyspell-large-region = nil.
4741 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4742 (flyspell-auto-correct-word): Check that WORD is a cons.
4743 (flyspell-correct-word): Likewise.
4744
4745 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4746
4747 * progmodes/make-mode.el (makefile-rule-action-regex)
4748 (makefile-macroassign-regex, makefile-makepp-mode)
4749 (makefile-bsdmake-mode): Continuation lines may be empty.
4750 Reported by Joshua Varner.
4751 (makefile-makepp-font-lock-keywords): Add $(stem).
4752
4753 2005-05-28 Karl Berry <karl@gnu.org>
4754
4755 * textmodes/tex-mode.el: Now that tex-send-command calls
4756 shell-quote-argument (2005-03-31 change), remove all calls to
4757 shell-quote-argument; they all end up invoking tex-send-command.
4758 The double quoting loses on filenames with non-safe characters,
4759 such as "@". Reported by Frederik Fouvry.
4760
4761 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4764 about preserving point.
4765
4766 2005-05-27 Jay Belanger <belanger@truman.edu>
4767
4768 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4769 Info-goto-node.
4770
4771 * calc/calc-embed.el (calc-embed-arg): New variable.
4772 (calc-do-embedded-activate, calc-embedded-activate-formula)
4773 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4774 variable by new variable.
4775 (calc-embedded-make-info): Replace undeclared variable by new
4776 variable. When selecting region with positive prefix
4777 argument, use end of previous line instead of beginning of line.
4778
4779 * calc/calc-aent.el (calc-arg-values): Declare it.
4780
4781 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4782 Declare them.
4783
4784 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4785
4786 * calc/calc.el (calc-alg-map): Declare it.
4787
4788 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4789
4790 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4791
4792 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4793 (gdb-registers-buffer, toggle-gdb-all-registers):
4794 Toggle display of floating point registers.
4795 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4796
4797 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4798 (toggle-gud-tooltip-dereference):
4799 Rename from gud-toggle-tooltip-dereference.
4800
4801 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4804
4805 2005-05-27 Jay Belanger <belanger@truman.edu>
4806
4807 * calc/calc-prog.el (calc-kbd-report): Remove.
4808 (calc-kbd-query): Rewrite.
4809
4810 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * image.el (image-library-alist): Move to image.c.
4813 (image-type-available-p): Doc fix.
4814
4815 2005-05-27 Lute Kamstra <lute@gnu.org>
4816
4817 * calc/calc.el (calc):
4818 * outline.el (outline-1, outline-2, outline-3, outline-4)
4819 (outline-5, outline-6, outline-7, outline-8):
4820 * textmodes/dns-mode.el (dns-mode):
4821 * textmodes/sgml-mode.el (sgml-namespace-face):
4822 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4823 (tex-verbatim-face, tex-use-reftex):
4824 * textmodes/texinfo.el (texinfo-heading-face):
4825 Specify customization group.
4826
4827 * longlines.el: Don't require easy-mmode.
4828 (longlines-visible-face): Specify customization group.
4829
4830 2005-05-27 Kenichi Handa <handa@m17n.org>
4831
4832 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4833 encoding table of windows-1251.
4834
4835 * international/ucs-tables.el (ucs-set-table-for-input):
4836 If translation-table-for-input of a coding system is a symbol, get
4837 its translation-table property.
4838
4839 * international/code-pages.el: Don't register a coding system into
4840 non-iso-charset-alist more than once.
4841 (cp-make-coding-system): Likewise.
4842
4843 2005-05-26 John Wiegley <johnw@newartisans.com>
4844
4845 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4846 `eshell-resume-eval' is wrapped in a list, it indicates that the
4847 command was run asynchronously. In that case, unwrap the value
4848 before checking the delimiter value.
4849
4850 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4851 character before a space at the end of a line is \, assume the space
4852 is part of the last argument rather than a final argument separator.
4853
4854 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4855 is in use, and the target is `t' or `nil' (which are the most common
4856 values), don't assume that the symbol target is a buffer.
4857
4858 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4859
4860 * calendar/calendar.el (calendar-mode-line-format):
4861 Use mode-line-highlight as mouse-face.
4862
4863 * time.el (display-time-string-forms, display-time-update):
4864 Use mode-line-highlight as mouse-face.
4865
4866 2005-05-26 Jay Belanger <belanger@truman.edu>
4867
4868 * calc/calc.el (calc-language-alist): Remove extra defvar.
4869
4870 2005-05-26 Lute Kamstra <lute@gnu.org>
4871
4872 * arc-mode.el (archive-mode):
4873 * bookmark.el (bookmark-read-annotation-mode)
4874 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4875 * bs.el (bs-mode):
4876 * calc/calc-yank.el (calc-edit-mode):
4877 * calc/calc.el (calc-mode, calc-trail-mode):
4878 * calculator.el (calculator-mode):
4879 * chistory.el (command-history-mode):
4880 * comint.el:
4881 * cus-edit.el (custom-mode):
4882 * descr-text.el (describe-text-mode):
4883 * ebuff-menu.el (Electric-buffer-menu-mode):
4884 * ediff-util.el (ediff-mode):
4885 * emacs-lisp/re-builder.el (reb-mode):
4886 * emulation/vi.el (vi-mode-setup):
4887 * emulation/ws-mode.el (wordstar-mode):
4888 * eshell/esh-mode.el (eshell-mode):
4889 * forms.el (forms-mode):
4890 * help-mode.el (help-mode):
4891 * hexl.el (hexl-mode):
4892 * ibuffer.el (ibuffer-mode):
4893 * ielm.el (inferior-emacs-lisp-mode):
4894 * info.el (Info-mode, Info-edit-mode):
4895 * international/swedish.el:
4896 * ledit.el (ledit-from-lisp-mode):
4897 * locate.el (locate-mode):
4898 * mail/rmail.el (rmail-mode):
4899 * mail/rmailedit.el (rmail-edit-mode):
4900 * mail/rmailsum.el (rmail-summary-mode):
4901 * mail/supercite.el (sc-electric-mode):
4902 * net/eudc.el (eudc-mode):
4903 * net/quickurl.el (quickurl-list-mode):
4904 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4905 * obsolete/ooutline.el (outline-mode):
4906 * obsolete/options.el (Edit-options-mode):
4907 * obsolete/rnews.el (news-mode):
4908 * obsolete/rnewspost.el (news-reply-mode):
4909 * play/5x5.el (5x5-mode):
4910 * play/decipher.el (decipher-mode, decipher-stats-mode):
4911 * play/gomoku.el (gomoku-mode):
4912 * play/snake.el (snake-mode):
4913 * play/solitaire.el (solitaire-mode):
4914 * play/tetris.el (tetris-mode):
4915 * progmodes/ada-mode.el (ada-mode):
4916 * progmodes/antlr-mode.el (antlr-mode):
4917 * progmodes/autoconf.el (autoconf-mode):
4918 * progmodes/dcl-mode.el (dcl-mode):
4919 * progmodes/delphi.el (delphi-mode):
4920 * progmodes/ebrowse.el (ebrowse-tree-mode)
4921 (ebrowse-electric-list-mode, ebrowse-member-mode)
4922 (ebrowse-electric-position-mode):
4923 * progmodes/f90.el (f90-mode):
4924 * progmodes/fortran.el (fortran-mode):
4925 * progmodes/icon.el (icon-mode):
4926 * progmodes/idlw-help.el (idlwave-help-mode):
4927 * progmodes/idlw-shell.el (idlwave-shell-mode):
4928 * progmodes/idlwave.el (idlwave-mode):
4929 * progmodes/inf-lisp.el (inferior-lisp-mode):
4930 * progmodes/m4-mode.el (m4-mode):
4931 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4932 * progmodes/modula2.el (modula-2-mode):
4933 * progmodes/octave-inf.el (inferior-octave-mode):
4934 * progmodes/octave-mod.el (octave-mode):
4935 * progmodes/pascal.el (pascal-mode):
4936 * progmodes/sh-script.el (sh-mode):
4937 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4938 * progmodes/vhdl-mode.el (vhdl-mode):
4939 * progmodes/xscheme.el (scheme-interaction-mode):
4940 * replace.el (occur-mode):
4941 * ses.el (ses-mode):
4942 * simple.el (completion-list-mode):
4943 * skeleton.el:
4944 * speedbar.el (speedbar-mode):
4945 * term.el (term-mode):
4946 * terminal.el (terminal-edit-mode):
4947 * textmodes/reftex-index.el (reftex-index-mode)
4948 (reftex-index-phrases-mode):
4949 * textmodes/reftex-sel.el (reftex-select-label-mode)
4950 (reftex-select-bib-mode):
4951 * textmodes/reftex-toc.el (reftex-toc-mode):
4952 * wdired.el (wdired-change-to-wdired-mode):
4953 * wid-browse.el (widget-browse-mode):
4954 Use run-mode-hooks.
4955
4956 * array.el (array-mode):
4957 * calendar/todo-mode.el (todo-mode):
4958 * man.el (Man-mode):
4959 * play/landmark.el (lm-mode):
4960 * play/mpuz.el (mpuz-mode):
4961 Use kill-all-local-variables and run-mode-hooks.
4962
4963 * subr.el (delay-mode-hooks): Specify indentation.
4964
4965 2005-05-26 Mark A. Hershberger <mah@everybody.org>
4966
4967 * xml.el (xml-substitute-special): Don't die for undefined xml
4968 entities.
4969
4970 2005-05-26 Jay Belanger <belanger@truman.edu>
4971
4972 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4973 of nil.
4974
4975 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * progmodes/gdb-ui.el (gdb-frame-address):
4978 Rename from gdb-current-address.
4979 (gdb-previous-frame-address): Rename from gdb-previous-address.
4980 (gdb-selected-frame): Rename from gdb-current-frame.
4981 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4982 (gdb-frame-number): Rename from gdb-current-stack-level.
4983 (gdb-ann3): Match new mode-name for disassembly buffer.
4984 Extend initialization of variables.
4985 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4986 (gdb-memory-mode): Use mouse-face in header line.
4987 (gdb-assembler-buffer-name): Call it disassembly and give frame
4988 in mode line.
4989 (gdb-source-spec-regexp, gdb-assembler-custom)
4990 (gdb-invalidate-assembler, gdb-frame-handler):
4991 Make robust to leading zeroes in address format.
4992
4993 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
4994
4995 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4996 define `org-mode'.
4997 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4998
4999 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * log-edit.el (log-edit-changelog-entries): Distinguish between
5002 filenames like xfns.c and fns.c.
5003
5004 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
5005
5006 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5007 point after reverting.
5008 (Buffer-menu-make-sort-button): Handle the case where
5009 `Buffer-menu-use-header-line' is nil.
5010
5011 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5012
5013 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5014 New funcs. In minibuffer-local-completion-map bind `]', `/'
5015 and `:' to them.
5016
5017 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * startup.el (normal-top-level): Allow modification of load-path while
5020 we're iterating over it.
5021
5022 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5025 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5026 (thumbs-resize-interactive, thumbs-insert-image)
5027 (thumbs-insert-thumb, thumbs-dired-show-marked)
5028 (thumbs-find-image-at-point, thumbs-delete-images)
5029 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5030 (thumbs-increment-image-size, thumbs-decrement-image-size):
5031 Fix typos in docstrings.
5032
5033 2005-05-24 Andre Spiegel <spiegel@gnu.org>
5034
5035 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5036 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5037 (cperl-mode): Use them.
5038
5039 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
5040
5041 * window.el (quit-window, shrink-window-if-larger-than-buffer):
5042 Doc fixes.
5043
5044 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
5047 Bind C-d to gdb-inferior-io-eof.
5048
5049 * dired.el (dired-dnd-popup-notice): Use message-box.
5050
5051 2005-05-23 Masatake YAMATO <jet@gyve.org>
5052
5053 * bindings.el (mode-line-major-mode-keymap):
5054 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
5055
5056 * faces.el (mode-line-highlight): New face.
5057
5058 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5059 as mouse-face.
5060
5061 * bindings.el (top-level, help-echo, mode-line-modified)
5062 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5063 as mouse-face.
5064
5065 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * progmodes/cc-engine.el (c-guess-basic-syntax):
5068 Remove spurious call to `zerop'.
5069
5070 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5071
5072 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
5073
5074 CC Mode update to 5.30.10:
5075
5076 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
5077 could go past the limit in decoration level 2, thereby causing
5078 errors during interactive fontification.
5079
5080 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5081 the file is evaluated interactively.
5082
5083 * cc-engine.el (c-guess-basic-syntax): Handle operator
5084 declarations somewhat better in C++.
5085
5086 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5087 make use of `run-mode-hooks' which has been added in Emacs 21.1.
5088 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5089 (awk-mode): Use it.
5090 (make-local-hook): Suppress warning about obsoleteness.
5091
5092 * cc-engine.el, cc-align.el, cc-cmds.el
5093 (c-append-backslashes-forward, c-delete-backslashes-forward)
5094 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5095 Compensate for return value from `forward-line' when it has moved
5096 but not to a different line due to eob.
5097
5098 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5099 `objc-method-intro' and `objc-method-args-cont'.
5100
5101 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
5102
5103 CC Mode update to 5.30.10:
5104
5105 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5106 in the copyright statement. Incidentally, change "along with GNU
5107 Emacs" to "along with this program" where it occurs.
5108
5109 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5110 so that it is interactive, hence can be found by M-x awk-mode
5111 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
5112 <gmorris+emacs@ast.cam.ac.uk>.
5113
5114 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5115 Mode's regexps.
5116
5117 2005-05-23 Kevin Ryde <user42@zip.com.au>
5118
5119 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5120 c-parse-state, to avoid a lisp error (on bad code).
5121
5122 2005-05-23 Lute Kamstra <lute@gnu.org>
5123
5124 * subr.el (font-lock-defaults): Remove defvar as it's already
5125 defined in font-core.el.
5126
5127 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5128
5129 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5132 more general and work when GDB variable "print pretty" is on,
5133 as with Emacs, for example.
5134
5135 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
5136
5137 * font-core.el: Update comment.
5138
5139 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5140 Use `after-change-major-mode-hook' instead of `find-file-hook'.
5141
5142 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5143
5144 2005-05-22 Eli Zaretskii <eliz@gnu.org>
5145
5146 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5147 and `yank-handler' in the doc strings.
5148
5149 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
5152
5153 2005-05-22 Richard M. Stallman <rms@gnu.org>
5154
5155 * help.el (describe-key): Move print-help-return-message call
5156 out of conditional.
5157
5158 * progmodes/etags.el (list-tags): Use with-no-warnings.
5159
5160 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5161 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5162 (starttls-extra-args, starttls-extra-arguments): Add defvars.
5163
5164 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5165
5166 * language/viet-util.el (viet-viscii-nonascii-translation-table):
5167 Add defvar.
5168
5169 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5170 Use defvar, not defconst.
5171
5172 * hexl.el (hexl-follow-line): Use with-no-warnings.
5173
5174 * emulation/tpu-extras.el: Use write-file-functions instead of
5175 write-file-hooks.
5176
5177 * dired.el (dired-font-lock-keywords): Fontify files with junk
5178 extensions even if marked by -F.
5179
5180 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5183 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5184 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5185 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5186 (concatenate, list-length, get*, getf, cl-remprop):
5187 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5188 (etypecase, progv, lexical-let, lexical-let*)
5189 (multiple-value-bind, multiple-value-setq, shiftf):
5190 Improve argument/docstring consistency.
5191
5192 * subr.el (focus-frame, unfocus-frame):
5193 Revert deletion on 2005-05-01.
5194
5195 2005-05-22 Andre Spiegel <spiegel@gnu.org>
5196
5197 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5198 doesn't exist.
5199
5200 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
5201 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5202
5203 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
5204
5205 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5206 already deleted variables: auto-fill-hook, blink-paren-hook,
5207 lisp-indent-hook, inhibit-local-variables, unread-command-event,
5208 suspend-hooks, comment-indent-hook, meta-flag,
5209 before-change-function, after-change-function,
5210 font-lock-doc-string-face.
5211
5212 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5213
5214 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5215
5216 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5217
5218 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5219 rmail-dont-reply-to.
5220
5221 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5222
5223 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5224 literal blank when splitting new-header-values.
5225
5226 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
5227
5228 * calendar/cal-menu.el (cal-menu-update): Add separator as a
5229 string so that tmm doesn't create a completion entry for it.
5230
5231 * textmodes/table.el (table-disable-menu): Ditto.
5232
5233 2005-05-21 Richard M. Stallman <rms@gnu.org>
5234
5235 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5236
5237 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5238
5239 * net/rcompile.el (remote-compile): Use compilation-start.
5240
5241 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5242
5243 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
5244
5245 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5246 Default to makefile-bsdmake-mode on BSD systems.
5247
5248 * imenu.el (imenu-generic-expression, imenu--generic-function'):
5249 REGEXP may also be a search function now. The part of doc-string
5250 for describing the structure was 95% identical to that of
5251 `imenu--generic-function'. Unify it there.
5252
5253 * progmodes/make-mode.el (makefile-imenu-generic-expression):
5254 Use function to find dependencies, because regexp alone is so complex,
5255 it easily goes into an endless loop.
5256 (makefile-makepp-mode): Also add submenu for Perl functions
5257 defined in the makefile.
5258 (makefile-bsdmake-mode): Special imenu-generic-expression no
5259 longer needed, due to function call.
5260 (makefile-match-dependency): Take BOUND into account when checking
5261 if we're through.
5262
5263 2005-05-20 Jay Belanger <belanger@truman.edu>
5264
5265 * calc/calc-units.el (calc-invalidate-units-table):
5266 Use inhibit-read-only.
5267 (math-build-units-table-buffer): Use view-mode.
5268
5269 2005-05-20 David Kastrup <dak@gnu.org>
5270
5271 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5272 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5273
5274 2005-05-20 Lute Kamstra <lute@gnu.org>
5275
5276 * diff-mode.el (diff-header-face, diff-file-header-face)
5277 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5278 (diff-added-face, diff-changed-face, diff-function-face)
5279 (diff-context-face, diff-nonexistent-face): Put them in the
5280 diff-mode customization group.
5281
5282 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5285
5286 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5287
5288 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5289 Minor regexp-optimization.
5290
5291 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
5292
5293 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5294 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5295 (org-agenda-add-time-grid-maybe): New function.
5296 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5297 (org-table-create): `dotimes' instead of `mapcar'.
5298 (org-xor): Simplify implementation.
5299 (org-agenda): `inhibit-redisplay' turned on.
5300 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5301 a consistent line after a state change.
5302 (org-agenda-remove-times-when-in-prefix): New option.
5303 (org-prefix-has-time): New variable.
5304 (org-parse-time-string): Optional argument NODEFAULT.
5305 (org-format-agenda-item): Parse items for time-of-day
5306 specifications and move these into the prefix if possible.
5307 (org-agenda-priority): Get current heading, not previous heading
5308 during agenda remote editing.
5309
5310 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5313 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5314 (remove-duplicates, delete-duplicates, substitute)
5315 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5316 (nsubstitute-if-not, find, find-if, find-if-not, position)
5317 (position-if, position-if-not, count, count-if, count-if-not)
5318 (mismatch, search, sort*, stable-sort, merge, member*)
5319 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5320 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5321 (intersection, nintersection, set-difference, nset-difference)
5322 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5323 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5324 (nsublis, tree-equal): Improve argument/docstring consistency.
5325
5326 * subr.el (send-string, send-region):
5327 Remove obsolescence declaration.
5328 (window-dot, set-window-dot, read-input, show-buffer)
5329 (eval-current-buffer, string-to-int):
5330 Add release number to obsolescence declarations.
5331
5332 2005-05-19 Kim F. Storm <storm@cua.dk>
5333
5334 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5335 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5336
5337 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5338
5339 * faces.el (list-faces-display): Make back button respect optional
5340 regexp arg.
5341
5342 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
5343
5344 * calculator.el (calculator-radix-grouping-mode)
5345 (calculator-radix-grouping-digits, calculator-displayer)
5346 (calculator-radix-grouping-separator, calculator-copy-displayer):
5347 * dabbrev.el (dabbrev-search-these-buffers-only):
5348 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5349 (diff-advance-after-apply-hunk, diff-mode-hook)
5350 (diff-minor-mode-prefix):
5351 * imenu.el (imenu-use-popup-menu):
5352 * jit-lock.el (jit-lock-context-time):
5353 * newcomment.el (comment-fill-column, comment-column)
5354 (comment-style, comment-padding, comment-multi-line)
5355 (comment-empty-lines, comment-auto-fill-only-comments):
5356 * reveal.el (reveal-around-mark):
5357 * uniquify.el (uniquify-buffer-name-style)
5358 (uniquify-after-kill-buffer-p)
5359 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5360 (uniquify-min-dir-content, uniquify-separator)
5361 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5362 * w32-vars.el (w32-fixed-font-alist):
5363 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5364 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5365 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5366 * progmodes/perl-mode.el (perl-indent-level)
5367 (perl-continued-statement-offset, perl-continued-brace-offset)
5368 (perl-brace-offset, perl-brace-imaginary-offset)
5369 (perl-label-offset, perl-indent-continued-arguments)
5370 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5371 * progmodes/tcl.el (tcl-indent-level)
5372 (tcl-continued-indent-level, tcl-auto-newline)
5373 (tcl-tab-always-indent, tcl-electric-hash-style)
5374 (tcl-help-directory-list, tcl-use-smart-word-finder)
5375 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5376 (inferior-tcl-source-command):
5377 * textmodes/fill.el (enable-kinsoku):
5378 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5379 * textmodes/table.el (table-yank-handler):
5380 Specify missing group (and type, if simple) in defcustom.
5381
5382 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5383
5384 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5385
5386 2005-05-19 Richard M. Stallman <rms@gnu.org>
5387
5388 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5389
5390 * subr.el (event-basic-type): Don't get an error.
5391 (left-fringe-p): Function deleted.
5392
5393 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5394 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5395
5396 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5397 in recursive copy.
5398
5399 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5400
5401 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5402
5403 * emacs-lisp/bytecomp.el
5404 (byte-compile-file-form-custom-declare-variable): Call
5405 byte-compile-nogroup-warn if appropriate.
5406
5407 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5408 (compilation-set-window): Don't call left-fringe-p; do it directly.
5409
5410 2005-05-19 Jay Belanger <belanger@truman.edu>
5411
5412 * calc/calc-graph.el (calc-graph-format-data): Make sure
5413 var-PlotRejects is bound before trying to check its value.
5414
5415 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
5416
5417 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5418 definition of this variable from reftex-global.el to reftex.el,
5419 because it is needed in the menu.
5420
5421 2005-05-19 Lute Kamstra <lute@gnu.org>
5422
5423 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5424 years are fixed. Don't insert a space after a dash.
5425
5426 2005-05-19 Kim F. Storm <storm@cua.dk>
5427
5428 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5429
5430 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5431
5432 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5433 strings, because (eq ... ?\\) is fairly frequent.
5434
5435 * progmodes/make-mode.el (makefile-add-this-line-targets):
5436 Simplify and integrate into `makefile-pickup-targets'.
5437 (makefile-add-this-line-macro): Simplify and integrate into
5438 `makefile-pickup-macros.
5439 (makefile-pickup-filenames-as-targets): Simplify.
5440 (makefile-previous-dependency, makefile-match-dependency):
5441 Don't stumble over `::'.
5442
5443 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * subr.el (post-command-idle-hook, post-command-idle-delay):
5446 Remove obsoletion of post-command-idle-hook and
5447 post-command-idle-delay.
5448
5449 * faces.el (list-faces-display): Provide button when describe-face
5450 is called to take user back to the list of faces.
5451
5452 * help-fns.el (describe-variable): Remove hyperlinks in a
5453 variable's value as these are quite frequently inappropriate.
5454
5455 * follow.el (follow-submit-feedback, follow-mode):
5456 Remove references to post-command-idle-hook.
5457
5458 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5459
5460 * progmodes/make-mode.el (makefile-previous-dependency)
5461 (makefile-match-dependency): Check for := (and in bsd mode also
5462 !=) to give a better result, even when font-lock is not on.
5463
5464 2005-05-18 Jay Belanger <belanger@truman.edu>
5465
5466 * calc/calc-help.el (calc-s-prefix-help):
5467 Add `calc-copy-special-constant' to help string.
5468
5469 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5470
5471 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5472
5473 2005-05-18 Jay Belanger <belanger@truman.edu>
5474
5475 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5476 in linear factors are in proper order.
5477
5478 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
5479
5480 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5481 Support for jurabib.
5482
5483 * textmodes/reftex.el (featurep): Define aliases for overlay
5484 commands, for XEmacs compatibility, and use these aliases in
5485 overlay initializations.
5486 (reftex-highlight): Use `reftex-move-overlay'.
5487 (reftex-unhighlight): Use `reftex-delete-overlay'.
5488 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
5489 (reftex-access-search-path): Use `reftex-uniquify' instead of
5490 `reftex-uniq'
5491
5492 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5493 `before-string' property modification enables for Emacs as well.
5494 (reftex-select-item): Use `reftex-delete-overlay'.
5495 (reftex-select-mark): Use `reftex-make-overlay' and
5496 `reftex-overlay-put'.
5497 (reftex-select-unmark): Use `reftex-delete-overlay' and
5498 `reftex-overlay-put'.
5499
5500 2005-05-18 Lute Kamstra <lute@gnu.org>
5501
5502 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5503
5504 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
5505
5506 * add-log.el (add-change-log-entry):
5507 * array.el (array-make-template, array-reconfigure-rows)
5508 (array-init-max-row, array-init-max-column)
5509 (array-init-columns-per-line, array-init-field-width):
5510 * replace.el (replace-match-maybe-edit, perform-replace):
5511 * textmodes/spell.el (spell-region):
5512 Replace `read-input' by `read-string'.
5513
5514 * forms.el (forms-mode):
5515 * finder.el (finder-compile-keywords):
5516 * shadowfile.el (shadow-read-files):
5517 Replace `eval-current-buffer' by `eval-buffer'.
5518
5519 * terminal.el (te-pass-through):
5520 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5521 (ange-ftp-raw-send-cmd):
5522 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5523 (send-process-next-char, telnet-initial-filter, telnet):
5524 Replace `send-string' by `process-send-string'.
5525
5526 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5527 (prolog-consult-region): Replace `send-string' by
5528 `process-send-string'; replace `send-region' by `process-send-region'.
5529
5530 * progmodes/delphi.el (delphi-log-msg):
5531 Replace `set-window-dot' by `set-window-point'.
5532
5533 * subr.el (window-dot, set-window-dot, read-input, send-string)
5534 (send-region, show-buffer, eval-current-buffer):
5535 Make really obsolete, as the comment says.
5536
5537 2005-05-17 Kim F. Storm <storm@cua.dk>
5538
5539 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5540 (cua--init-keymaps): Bind C-return instead of S-return to set
5541 rectangle mark.
5542
5543 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5544 instead of S-return to toggle/clear rectangle mark.
5545
5546 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5547
5548 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5549 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5550 Also fontify plain strings assigned to variables, mostly so that a
5551 colon has a face and is thus not taken as a dependency separator.
5552 (makefile-previous-dependency): Inline the new matcher, because it
5553 is too complex to work in both directions.
5554 (makefile-match-dependency): Eliminate `backward' arg (see above).
5555 Completely reimplemented so as to not sometimes go into an endless
5556 loop. It should also be more efficient, because first it only
5557 searches for `:', instead of applying the very complex regexp.
5558 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5559 to be fontified in one piece can be too long for JIT.
5560 Makefiles are never *that* big.
5561
5562 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5563
5564 * dired.el (dired-mode): Simplify.
5565
5566 2005-05-17 Lute Kamstra <lute@gnu.org>
5567
5568 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5569 defcustom for the mode hook variable.
5570
5571 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5572 Emacs Lisp Reference Manual.
5573
5574 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5575
5576 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5577 (evenp, list*):
5578 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5579 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5580
5581 * net/tramp-smb.el (tramp-smb-open-connection):
5582 Pass `tramp-chunksize' as fifth (required) argument.
5583
5584 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5585
5586 * font-lock.el (lisp-font-lock-keywords-1):
5587 Set `font-lock-negation-char-face' for [^...] char group.
5588 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5589
5590 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5591 a var, and refine it to mask one more level of nested vars.
5592 (makefile-rule-action-regex): Turn it into a var, and refine it so
5593 it recognizes backslashed continuation lines as belonging to the
5594 same command.
5595 (makefile-macroassign-regex): Refine it so it recognizes
5596 backslashed continuation lines as belonging to the same command.
5597 (makefile-var-use-regex): Don't look at the next char, because it
5598 might be the same one to be skipped by the initial [^$], leading
5599 to an overlooked variable use.
5600 (makefile-make-font-lock-keywords): Remove two parameters, which
5601 are now variables that some of the modes set locally.
5602 Handle dependency and rule action matching through functions, because
5603 regexps alone match too often. Dependency matching now comes
5604 last, so it can check, whether a colon already matched something else.
5605 (makefile-mode): Inform that font-lock improves makefile parsing
5606 capabilities.
5607 (makefile-match-dependency, makefile-match-action): New functions.
5608
5609 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5612
5613 * align.el (align-regexp):
5614 * ansi-color.el (ansi-color-get-face):
5615 * array.el (array-reconfigure-rows, array-init-max-row)
5616 (array-init-max-column, array-init-columns-per-line)
5617 (array-init-field-width):
5618 * dired-aux.el (dired-trample-file-versions):
5619 * dired-x.el (dired-mark-sexp):
5620 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5621 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5622 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5623 * faces.el (face-read-integer):
5624 * files.el (backup-extract-version, insert-directory):
5625 * hexl.el (hexl-insert-decimal-char):
5626 * server.el (server-process-filter):
5627 * shell.el (shell-extract-num):
5628 * startup.el (command-line-1):
5629 * term.el (term-command-hook):
5630 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5631 (time-stamp-do-number):
5632 * time.el (display-time-update):
5633 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5634 (timezone-fix-time):
5635 * vms-patch.el (vms-suspend-resume-hook):
5636 * calendar/appt.el (appt-convert-time):
5637 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5638 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5639 * calendar/cal-islam.el (mark-islamic-diary-entries):
5640 * calendar/calendar.el (calendar-cursor-to-date)
5641 (calendar-star-date):
5642 * calendar/diary-lib.el (diary-attrtype-convert)
5643 (mark-diary-entries, diary-entry-time):
5644 * calendar/solar.el (solar-get-number):
5645 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5646 * emacs-lisp/re-builder.el (reb-display-subexp):
5647 * emulation/edt.el (edt-set-scroll-margins):
5648 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5649 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5650 (vip-get-ex-count):
5651 * emulation/viper-ex.el (viper-get-ex-token)
5652 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5653 * international/fontset.el (fontset-plain-name):
5654 * mail/feedmail.el (feedmail-look-at-queue-directory):
5655 * mail/mailalias.el (mail-get-names):
5656 * mail/rmail.el (rmail-convert-to-babyl-format):
5657 * mail/rmailsum.el (rmail-make-basic-summary-line)
5658 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5659 (rmail-summary-goto-msg):
5660 * mail/smtpmail.el (smtpmail-read-response):
5661 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5662 (ange-ftp-vms-add-file-entry):
5663 * play/gametree.el (gametree-looking-at-ply)
5664 (gametree-current-branch-score):
5665 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5666 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5667 * progmodes/cperl-mode.el (condition-case):
5668 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5669 (ebrowse-set-member-buffer-column-width)
5670 (ebrowse-select-1st-to-9nth):
5671 * progmodes/etags.el (etags-snarf-tag):
5672 * progmodes/flymake.el (flymake-parse-line):
5673 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5674 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5675 (idlwave-shell-menu-def):
5676 * progmodes/ps-mode.el (ps-run-goto-error):
5677 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5678 (vhdl-speedbar-contract-level):
5679 * term/mac-win.el (x-handle-numeric-switch):
5680 * term/sun-mouse.el (sun-get-frame-data):
5681 * term/w32-win.el (x-handle-numeric-switch):
5682 * term/x-win.el (x-handle-numeric-switch):
5683 * textmodes/ispell.el (ispell-parse-output):
5684 * textmodes/nroff-mode.el (nroff-outline-level):
5685 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5686 (reftex-bib-sort-year-reverse, reftex-format-citation):
5687 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5688 (reftex-section-number):
5689 * textmodes/texinfmt.el (texinfo-paragraphindent):
5690 Replace `string-to-int' by `string-to-number'.
5691
5692 * international/latexenc.el: Add page marker to force the "Local
5693 Variables:" string out of the last page.
5694
5695 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5696
5697 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5698 tooltip-change-major-mode.
5699 (gud-tooltip-print-command): Remove case where gud-minor-mode
5700 is gdb ("--fullname").
5701 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5702 explain to user.
5703
5704 2005-05-16 Jay Belanger <belanger@truman.edu>
5705
5706 * calc/calc-store.el (calc-copy-special-constant): New function.
5707
5708 * calc/calc-ext.el (calc-init-extensions): Add binding for
5709 `calc-copy-special-constant'.
5710
5711 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5712 for the `calc-copy-special-constant' command.
5713
5714 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * subr.el (left-fringe-p): New function.
5717
5718 * progmodes/compile.el (compilation-setup): Set local value of
5719 overlay-arrow-string to "" always.
5720 (compilation-set-window): Left fringe then don't scroll.
5721 No left fringe then no arrow and scroll message to top.
5722 (compilation-context-lines): Adjust doc string accordingly.
5723
5724 2005-05-16 Kim F. Storm <storm@cua.dk>
5725
5726 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5727 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5728 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5729 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5730 (ido-read-file-name): Handle commands with ido property value
5731 equal to find-file as reading a file name, to allow C-d to enter dired.
5732 (ibuffer-find-file): Add ido property with value find-file.
5733
5734 2005-05-15 Kim F. Storm <storm@cua.dk>
5735
5736 * subr.el (open-network-stream-nowait): Remove.
5737 (open-network-stream-server): Remove.
5738
5739 2005-05-15 Richard M. Stallman <rms@gnu.org>
5740
5741 * faces.el (describe-face): Output a definition link button.
5742
5743 * help-mode.el (help-face-def): New button type.
5744
5745 * emacs-lisp/copyright.el (copyright-fix-years):
5746 Match properly if the first year is 2-digit.
5747 Don't mess up the whitespace after the years by filling.
5748
5749 * dired-aux.el (dired-mark-confirm):
5750 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5751
5752 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5753 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5754 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5755
5756 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5757 Set font-lock-comment-start-skip.
5758
5759 * font-lock.el (font-lock-comment-start-skip): New variable.
5760 (font-lock-comment-end-skip): New variable.
5761 (font-lock-fontify-syntactically-region): Use them if non-nil.
5762
5763 2005-05-15 Jay Belanger <belanger@truman.edu>
5764
5765 * calc/calc-store.el (calc-store-value): Return a string rather
5766 than display it as a message.
5767 Use calc-var-name for variable name.
5768 (calc-store-into): Add the result of calc-store-value to message.
5769 (calc-copy-variable): Add a message.
5770 (calc-store-exchange): Improve error messages.
5771 (calc-store-binary, calc-store-map): Don't reset the values of
5772 special constants.
5773
5774 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5775
5776 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5777 manual to docstring.
5778
5779 * files.el (hack-local-variables-confirm): Add STRING argument.
5780 Make the function handle non file visiting buffers correctly.
5781 (hack-local-variables-prop-line, hack-local-variables)
5782 (hack-one-local-variable): Use STRING arg of
5783 `hack-local-variables-confirm'.
5784
5785 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5786
5787 Sync with Tramp 2.0.49.
5788
5789 * tramp.el (tramp-handle-dired-call-process)
5790 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5791 because the contents of the Tramp buffer is changed before
5792 insertion (`expand-file' and alike).
5793 (tramp-handle-insert-directory): If `localname' has an empty
5794 nondirectory name, it must not be quoted.
5795 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5796 variable `tramp-chunksize'. Change callees.
5797 (tramp-open-connection-setup-interactive-shell): Check remote host
5798 for buggy `send-process-string' implementation.
5799 Set `tramp-chunksize' if found. Reported by Michael Kifer
5800 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5801 (tramp-handle-shell-command): `insert-buffer' cannot be used
5802 because the contents of the Tramp buffer is changed before
5803 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5804 <frederic.bothamy@free.fr>.
5805 (tramp-set-auto-save): Actions should be done for Tramp file name
5806 handler only. Ange-FTP has its own auto-save mechanism.
5807 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5808 (tramp-set-auto-save-file-modes): Set file modes of
5809 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5810 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5811 (tramp-bug): Remove obsolete variable.
5812 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5813 for presence of `mml-mode'. Make it running for older Emacsen as well.
5814
5815 2005-05-14 John Paul Wallington <jpw@pobox.com>
5816
5817 * ibuf-ext.el (define-ibuffer-filter filename):
5818 If `dired-directory' is a list, use its car.
5819
5820 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5821
5822 * ibuffer.el (define-ibuffer-column filename):
5823 If `dired-directory' is a list, use its car.
5824
5825 2005-05-14 Richard M. Stallman <rms@gnu.org>
5826
5827 * subr.el (symbol-file): Doc fix.
5828
5829 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5830 (byte-compile-form): Call byte-compile-nogroup-warn.
5831 (byte-compile-warning-types): Doc fix.
5832
5833 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5834
5835 * progmodes/cc-engine.el (c-literal-faces):
5836 Add font-lock-comment-delimiter-face.
5837
5838 * net/net-utils.el (dig): Use with-no-warnings.
5839
5840 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5841 (sc-recite-frame-alist, sc-default-cite-frame)
5842 (sc-default-uncite-frame, sc-default-recite-frame)
5843 (sc-attrib-selection-list, sc-rewrite-header-list):
5844 Mark as risky-local-variable.
5845
5846 * international/ogonek.el (ogonek-jak, ogonek-how):
5847 Don't use beginning-of-buffer.
5848
5849 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5850
5851 * calendar/solar.el (solar-data-list): Move definition up.
5852
5853 * dnd.el (dnd-protocol-alist): Add autoload.
5854
5855 * progmodes/sh-script.el: Many doc usage fixes.
5856 (sh-indent-after-do): Change default to match common styles.
5857
5858 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5859
5860 * files.el (interpreter-mode-alist)
5861 (auto-mode-interpreter-regexp): Doc fixes.
5862
5863 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5864
5865 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5866
5867 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5868
5869 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5870
5871 * dired.el (dired-mode): make-variable-buffer-local =>
5872 make-local-variable.
5873
5874 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5875
5876 * term/mac-win.el (mac-select-convert-to-string): Try coding
5877 systems in mac-script-code-coding-systems if specified one cannot
5878 encode string for `com.apple.traditional-mac-plain-text'.
5879
5880 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5881
5882 * progmodes/make-mode.el (makefile-targets-face)
5883 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5884 (makefile-dependency-regex): Fix it to not make the colon in
5885 $(var:a=b) special.
5886 (makefile-rule-action-regex): New regexp for highlighting embedded
5887 Shell strings.
5888 (makefile-macroassign-regex): Handle != for highlighting as
5889 embedded Shell strings.
5890 (makefile-var-use-regex): New const.
5891 (makefile-statements, makefile-automake-statements)
5892 (makefile-gmake-statements, makefile-makepp-statements)
5893 (makefile-bsdmake-statements): New consts.
5894 (makefile-make-font-lock-keywords): New function.
5895 (makefile-automake-font-lock-keywords)
5896 (makefile-gmake-font-lock-keywords)
5897 (makefile-makepp-font-lock-keywords)
5898 (makefile-bsdmake-font-lock-keywords): New consts.
5899 (makefile-mode-map): Add switchers between the various submodes.
5900 (makefile-mode): Document the availability of the variants.
5901 (makefile-automake-mode, makefile-gmake-mode)
5902 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5903
5904 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5905 new variants of makefile-mode.
5906
5907 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5910 the inheritance.
5911
5912 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5913
5914 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5915 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5916
5917 * files.el (normal-mode): Extend the scope of the
5918 `enable-local-variables' binding to include the `set-auto-mode' call.
5919 (magic-mode-alist): Doc fix.
5920
5921 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5924 font-lock-comment-face rather than copying its setting.
5925
5926 2005-05-12 Andreas Schwab <schwab@suse.de>
5927
5928 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5929
5930 2005-05-12 Lute Kamstra <lute@gnu.org>
5931
5932 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5933 defcustom for the mode hook variable. Delete the last argument.
5934 * generic-x.el: Fix callers of define-generic-mode.
5935 (generic-x-modes): Delete group.
5936 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5937 generic-x customization group.
5938
5939 2005-05-12 Kim F. Storm <storm@cua.dk>
5940
5941 * font-lock.el (font-lock-negation-char-face): Default to "off".
5942
5943 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5944 font-lock-negation-char-face to ! in !=.
5945
5946 2005-05-12 Masatake YAMATO <jet@gyve.org>
5947
5948 * add-log.el (find-change-log): Fix typos in the docstring
5949 of function.
5950
5951 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5952
5953 * international/latexenc.el (latexenc-find-file-coding-system):
5954 Avoid `re-search-forward' when looking for input encoding because
5955 of speed and safety. Better regular expressions for recognizing
5956 input encoding. Limit a search for TeX-master/tex-main-file to
5957 the local variable section.
5958
5959 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5960
5961 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5962 syntax of $ to "'" (quote).
5963
5964 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5965
5966 * dnd.el (dnd-protocol-alist): Improve custom type.
5967
5968 * dired.el (dired-dnd-protocol-alist): New variable.
5969 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5970 `dired-mode-hook' to the end.
5971
5972 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5975 comment-end if comment-start-skip is not set.
5976 Obey the font-lock-comment-delimiter-face variables.
5977
5978 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * files.el (executable-find): Move from executable.el. Use
5981 locate-file.
5982 * progmodes/executable.el (executable-find): Move to files.el.
5983
5984 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5985 when trying to ensure forward progress.
5986
5987 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5990 (mouse-select, mouse-select-internal, mouse-extend-internal):
5991 Use it to implement mouse-1-click-follows-link functionality.
5992
5993 2005-05-11 Richard M. Stallman <rms@gnu.org>
5994
5995 * font-lock.el (font-lock-fontify-syntactically-region):
5996 Use font-lock-comment-delimiter-face for comment delimiters.
5997
5998 2005-05-10 Jay Belanger <belanger@truman.edu>
5999
6000 * calc/calc-help.el (calc-m-prefix-help): Add mention of
6001 preserving embedded modes.
6002
6003 2005-05-10 Richard M. Stallman <rms@gnu.org>
6004
6005 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6006
6007 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6008 Move from ada-stmt.el.
6009 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6010
6011 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6012 Move to ada-mode.el.
6013 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6014
6015 * cus-edit.el (custom-file): Call file-chase-links.
6016
6017 * files.el (read-directory-name): Fix previous change.
6018 (hack-local-variables-confirm): New function.
6019 (hack-local-variables-prop-line, hack-local-variables)
6020 (hack-one-local-variable): Use it.
6021
6022 2005-05-10 Lute Kamstra <lute@gnu.org>
6023
6024 * font-lock.el (font-lock-keywords-alist)
6025 (font-lock-removed-keywords-alist): Clarify docstrings.
6026
6027 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
6028
6029 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6030 (gdb-source-info): Check for preprocessor info.
6031 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
6032 a macro for a function.
6033 (gdb-info-breakpoints-custom): Try to find file again if not already
6034 found (user might have used GDB dir command).
6035 (gdb-get-location): Update gdb-location-alist correctly for change
6036 to gdb-info-breakpoints-custom.
6037
6038 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6039 (gud-tooltip-print-command): Add gdbmi case.
6040 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6041 preprocessor info.
6042
6043 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6044
6045 * startup.el (fancy-splash-insert): Fix typo in doc string.
6046
6047 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * obsolete/float.el (string-to-float):
6050 * obsolete/hilit19.el (hilit-add-pattern):
6051 * obsolete/rnews.el (news-parse-range, news-select-message)
6052 (news-get-pruned-list-of-files): Replace `string-to-int' by
6053 `string-to-number'.
6054
6055 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6056 `find-file-not-found-hooks'; use `add-hook'.
6057 (uncompress-while-visiting): Set `write-file-functions', not
6058 `write-file-hooks'; use `add-hook'.
6059
6060 2005-05-09 Kim F. Storm <storm@cua.dk>
6061
6062 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6063 (cua-paste): Handle clipboard action.
6064 (cua--init-keymaps): Remap clipboard-kill-region and
6065 clipboard-kill-ring-save.
6066
6067 2005-05-08 Eli Zaretskii <eliz@gnu.org>
6068
6069 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6070 Improve commentary.
6071
6072 * simple.el (next-error-overlay-arrow-position): Revert the change
6073 made on 2005-04-30.
6074
6075 2005-05-07 Jay Belanger <belanger@truman.edu>
6076
6077 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6078 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6079 `calc-sel-reselect'.
6080
6081 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6082 Calc is in embedded mode.
6083
6084 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6085
6086 * progmodes/compile.el (compilation-setup):
6087 Set overlay-arrow-string to an empty string on text terminals.
6088
6089 * textmodes/ispell.el (ispell-program-name): Try looking for
6090 "aspell" along exec-path, and if found, use it as the default
6091 speller program.
6092
6093 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
6094
6095 * international/mule.el (sgml-xml-auto-coding-function):
6096 Recognize encoding='FOO' in single quotes as well as in double quotes.
6097
6098 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6099
6100 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6101 as well as `interactive', so that defmacro* would recognize
6102 `declare' forms.
6103
6104 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6105
6106 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6107 Explain more about the LIGHTER arg's usage in the doc string.
6108 Add commentary to clarify what the code does. Fix the regexp that
6109 strips whitespace from LIGHTER. Quote LIGHTER before using it,
6110 since it could have characters special to regular expressions.
6111
6112 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6113
6114 * replace.el (occur-1): Bind inhibit-read-only so that
6115 erase-buffer doesn't barf on read-only text properties (likewise
6116 for add-text-properties in occur-engine). Mark buffer as unmodified.
6117 (occur-engine): Don't set buffer-read-only here.
6118
6119 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6122 list-buffers-directory. This caused the *cvs-commit* buffer to be
6123 sometimes mistakenly reused as a *cvs* buffer.
6124
6125 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * tooltip.el: Move code for GUD tooltips into gud.el.
6128 (require): CL no longer needed to compile case.
6129 (tooltip-mode): Do not toggle functions for GUD tooltips.
6130 (tooltip-gud-tips-p): Remove. Replace with minor mode
6131 gud-tooltip-mode in gud.el.
6132 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6133 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6134 tooltip-gud prefix with gud-tooltip and obsolete.
6135 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6136 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6137 (tooltip-mouse-motion): Mouse movement functions/variable.
6138 Rename in gud.el by adding gud prefix.
6139 (tooltip-gud-original-filter, tooltip-gud-dereference)
6140 (tooltip-gud-event, tooltip-toggle-gud-tips)
6141 (tooltip-gud-process-output, tooltip-gud-print-command)
6142 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
6143 gud.el by replacing tooltip-gud prefix with gud-tooltip.
6144 (gdb-tooltip-print): Move to gdb-ui.el.
6145
6146 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6147 (require): CL needed to compile case.
6148 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6149 tooltip-gud-tips-p. Make it a minor-mode.
6150 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6151 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6152 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6153 (gud-tooltip-change-major-mode)
6154 (gud-tooltip-activate-mouse-motions-if-enabled)
6155 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6156 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6157 (gud-tooltip-original-filter, gud-tooltip-dereference)
6158 (gud-tooltip-event, tooltip-toggle-gud-tips)
6159 (gud-tooltip-process-output, gud-tooltip-print-command)
6160 (gud-tooltip-tips): Move from tooltip.el.
6161
6162 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6163 (gdb-cpp-define-alist-flags): Doc fix.
6164 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6165 gud-tooltip-mode is t.
6166
6167 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6170 evaporate if their text is deleted.
6171 (goto-address-at-point): Make it work as a mouse binding as well.
6172 (goto-address-at-mouse): Obsolete it. Update users.
6173
6174 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6175
6176 * calendar/appt.el (top-level): No longer activate on load.
6177
6178 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6181 * net/webjump.el (webjump):
6182 * progmodes/idlw-help.el (idlwave-do-context-help1)
6183 (idlwave-highlight-linked-completions):
6184 * textmodes/po.el (po-find-file-coding-system-guts):
6185 Replace `assoc-ignore-case' by `assoc-string'.
6186
6187 2005-05-06 Eli Zaretskii <eliz@gnu.org>
6188
6189 * files.el (locate-file): Doc fix.
6190
6191 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6192 Remove the redundant test for ms-dos.
6193
6194 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6195 look for the preprocessor with exec-suffixes. If not found in
6196 standard places, look in exec-path. Remove most of the tests that
6197 used system-type.
6198
6199 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6200
6201 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6202
6203 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6204 file-name clash with jka-compr.el on 8+3 filesystems.
6205
6206 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6207
6208 * term/mac-win.el: Don't define or bind scroll bar functions if
6209 x-toolkit-scroll-bars is t.
6210 (x-select-text, x-get-selection-value): Clear
6211 x-last-selected-text-clipboard if x-select-enable-clipboard is
6212 nil.
6213 (PRIMARY): Put mac-scrap-name property.
6214 (mac-select-convert-to-file-url): New function.
6215 (public.file-url): New selection target type. Add to
6216 selection-converter-alist.
6217 (x-get-selection, x-selection-value): Handle it.
6218 (x-cut-buffer-or-selection-value): New alias.
6219
6220 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6221
6222 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6223 entry to avoid calling bibtex-find-entry with arg global
6224 being t. Remove arg key.
6225 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6226 (bibtex-copy-summary-as-kill): Change accordingly.
6227
6228 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6231 (org-agenda-date-later): Use with-current-buffer.
6232
6233 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6234
6235 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6236 (define-obsolete-variable-alias): Doc Fixes.
6237
6238 2005-05-06 Kim F. Storm <storm@cua.dk>
6239
6240 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
6241 vertical-motion when selective-display is active.
6242
6243 * ido.el (ido-setup-hook): New hook.
6244 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6245 (ido-input-stack): New var.
6246 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
6247 ido-next-work-file binding to M-O.
6248 Bind M-f to ido-wide-find-file-or-pop-dir.
6249 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6250 (ido-read-internal): Run ido-setup-hook.
6251 Catch quit in read-file-name and read-string to cancel edit.
6252 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6253 Automatically pop-all when completing a directory name (RET).
6254 (ido-file-internal): Add with-no-warnings around ffap and dired code.
6255 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6256 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6257 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6258 New functions for M-b/M-f to move among the directory components.
6259 (ido-make-merged-file-list): Catch quit to cancel merge.
6260 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6261 (ido-completion-help): No warnings for ido-completion-buffer-full.
6262
6263 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
6264
6265 * font-lock.el (font-lock-negation-char-face): New face and variable.
6266 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6267 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6268 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6269 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6270
6271 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
6272
6273 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6274 Fix typo in docstring.
6275
6276 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6277 (ebrowse-print-statistics-line)
6278 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6279
6280 * term/w32-win.el (image-library-alist): Add additional name for
6281 Xpm library.
6282
6283 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
6284
6285 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6286 use gcc instead of cpp.
6287
6288 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6289 (gdb-create-define-alist): Use it.
6290 (gdb-cpp-define-alist-program): Update for MS-DOS.
6291
6292 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
6293
6294 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6295
6296 2005-05-04 Richard M. Stallman <rms@gnu.org>
6297
6298 * help.el (describe-key): No error when UNTRANSLATED is nil.
6299
6300 * simple.el (line-move-1): Fix previous change to signal errors
6301 appropriately.
6302
6303 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
6304
6305 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6306 (icalendar-duration-correction): Remove.
6307 (icalendar--get-event-properties): Split result at commas.
6308 (icalendar--decode-isoduration): New optional argument
6309 DURATION-CORRECTION.
6310 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6311 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6312 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6313 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6314 (icalendar--convert-anniversary-to-ical): New functions, extracted
6315 from icalendar-export-region, with bug fixes.
6316 (icalendar-export-region): Use the above functions.
6317 (icalendar-import-buffer): Check before saving diary file.
6318 (icalendar--convert-recurring-to-diary)
6319 (icalendar--convert-non-recurring-all-day-to-diary)
6320 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6321 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6322 (icalendar--convert-ical-to-diary): Use the above functions.
6323
6324 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6327 Remove these recent additions.
6328 (c-mode): Restore to before 2005-04-28.
6329
6330 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6331 recent addition.
6332
6333 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6334 (gdb-define-alist): New variables.
6335 (gdb-create-define-alist): New function.
6336 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6337 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6338 with string-to-number.
6339 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
6340
6341 * progmodes/gud.el: Replace string-to-int with string-to-number.
6342 (gud-find-file): Handle gdb-define-alist.
6343
6344 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6345
6346 2005-05-02 Jay Belanger <belanger@truman.edu>
6347
6348 * calc/calc-aent.el (math-read-token):
6349 * calc/calc-bin.el (calc-word-size):
6350 * calc/calc-ext.el (calc-read-number-fancy):
6351 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6352 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6353 * calc/calc-frac.el (calc-over-notation):
6354 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6355 (calc-graph-num-points, calc-graph-init):
6356 * calc/calc-prog.el (calc-read-parse-table-part)
6357 (calc-edit-macro-repeats):
6358 * calc/calc-yank.el (calc-do-grab-rectangle):
6359 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6360 Replace `string-to-int' by `string-to-number'.
6361
6362 2005-05-02 Kim F. Storm <storm@cua.dk>
6363
6364 * kmacro.el: Use executing-kbd-macro-index variable.
6365
6366 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6367
6368 * net/rlogin.el (rlogin-parse-words): Delete func.
6369 (rlogin): Use split-string, not rlogin-parse-words.
6370 Also, if there are option-like elements in the parsed args,
6371 take the host to be the first arg immediately following them.
6372 Suggested by Michael Mauger.
6373
6374 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6375
6376 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6377
6378 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6379
6380 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6381 (cc-mode-cpp-program): Rename to cc-define-list-program and
6382 move to cc-vars.el.
6383
6384 * progmodes/cc-vars.el (cc-define-list-program):
6385 Change to "gcc -E -dM -". Make customizable.
6386
6387 2005-05-02 Kim F. Storm <storm@cua.dk>
6388
6389 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6390
6391 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6392
6393 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6394
6395 * international/mule-util.el (truncate-string): Remove alias and
6396 obsolete declaration.
6397
6398 * international/mule-cmds.el (update-iso-coding-systems):
6399 Remove alias and obsolete declaration.
6400
6401 * international/mule.el (coding-system-parent): Remove alias and
6402 obsolete declaration.
6403
6404 * subr.el (define-function, sref): Remove aliases and obsolete
6405 declarations.
6406 (chars-in-region): Remove obsolete declaration.
6407
6408 2005-05-01 Richard M. Stallman <rms@gnu.org>
6409
6410 * info.el (Info-mode): Set widen-automatically to nil, locally.
6411
6412 * simple.el (widen-automatically): New variable.
6413 (pop-global-mark): Obey widen-automatically.
6414
6415 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6416
6417 * term/xterm.el (function-key-map): Call substitute-key-definition
6418 before the keymap size is increased by a lot of define-key calls.
6419
6420 2005-05-01 Richard M. Stallman <rms@gnu.org>
6421
6422 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6423 Rename ARG to ELEMENT. Doc fix.
6424
6425 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6428 Remove references to allout-exposure/change to allout-new-exposure.
6429
6430 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6431 bytecode symbols.
6432
6433 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6434 (compiled-function-p, focus-frame, unfocus-frame):
6435 Remove aliases and obsolete declarations.
6436 Back out inadvertent changes from previous commit.
6437
6438 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6439
6440 * files.el (require-final-newline): Make Custom tags consistent
6441 with mode-require-final-newline.
6442 (mode-require-final-newline): Doc fix.
6443
6444 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * international/latexenc.el (latexenc-find-file-coding-system):
6447 Fix regular expressions.
6448
6449 2005-05-01 David Kastrup <dak@gnu.org>
6450
6451 * international/latexenc.el (latexenc-find-file-coding-system):
6452 Fix regular expressions.
6453
6454 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6455
6456 * subr.el (string-to-int): Make obsolete.
6457
6458 2005-04-30 Richard M. Stallman <rms@gnu.org>
6459
6460 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6461
6462 * loadup.el: load jka-comp-hook.
6463
6464 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6465 (jka-compr-handler): Add autoload. `put' calls moved
6466 to jka-comp-hook.el.
6467 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6468 (jka-compr-inhibit): Autoload.
6469
6470 * jka-comp-hook.el: New file.
6471 Enable the mode by default.
6472
6473 * files.el (backup-buffer-copy): Use copy-file instead
6474 of write-region, and put back the 'excl.
6475
6476 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
6477
6478 * progmodes/flymake.el (flymake-split-string)
6479 (flymake-split-string, flymake-log, flymake-pid-to-names)
6480 (flymake-reg-names, flymake-get-source-buffer-name)
6481 (flymake-unreg-names, flymake-add-line-err-info)
6482 (flymake-add-err-info): Clarify docstrings.
6483 (flymake-popup-menu, flymake-make-emacs-menu)
6484 (flymake-make-xemacs-menu): Add docstrings.
6485 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6486 Set variables directly throughout.
6487
6488 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
6489
6490 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6491 exists. Initialize cc-define-alist.
6492 (c-mode): Add cc-create-define-alist locally to after-save-hook.
6493 If there is no file (Macroexpansion) don't create an alist.
6494
6495 2005-04-29 Sam Steingold <sds@gnu.org>
6496
6497 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6498 (cc-create-define-alist): Use it instead of the hard-coded string.
6499
6500 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6503 for latexenc.
6504
6505 2005-04-29 Lute Kamstra <lute@gnu.org>
6506
6507 * emacs-lisp/generic.el: Improve commentary section.
6508 (define-generic-mode): Improve docstring.
6509
6510 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
6511
6512 * textmodes/org.el (many places): Change to quiet the byte compiler.
6513 (org-prefix-format-compiled): New variable.
6514 (org-compile-prefix-format): New function.
6515 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6516 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6517 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6518 (org-get-entries-from-diary): Use `org-get-time-of-day' for
6519 consistency with entries from `org-mode' files.
6520 (org-get-time-of-day): Fix bug with partial matches early in a line.
6521 (org-non-link-chars): New constant.
6522 (org-link-regexp): Respect `org-non-link-chars'.
6523 (org-agenda-day-view): Remove command.
6524 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6525 (org-follow-bbdb-link, org-store-link): Search also company field.
6526 (org-highlight-overlay): New variable.
6527 (org-highlight, org-unhighlight): New functions.
6528 (org-agenda-mode): Add pre-command-hook to remove highlight.
6529 (org-evaluate-time-range): Behavior depends upon whether time stamp
6530 contains a time or not.
6531 (org-show-subtree, org-show-entry): New functions.
6532 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6533
6534 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6535
6536 * comint.el (comint-output-filter-functions): Add autoload cookie.
6537
6538 2005-04-28 Kim F. Storm <storm@cua.dk>
6539
6540 * ido.el (ido-everywhere): Fix last change.
6541
6542 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6543
6544 * international/latexenc.el: New file.
6545 * international/mule-conf.el (file-coding-system-alist): For .tex,
6546 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6547
6548 2005-04-28 Lute Kamstra <lute@gnu.org>
6549
6550 * font-lock.el (font-lock-add-keywords)
6551 (font-lock-remove-keywords): Clarify docstring.
6552 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6553 Don't start docstrings with a `*'.
6554 (font-lock-update-removed-keyword-alist): Give it a docstring.
6555
6556 * generic-x.el: Update commentary section.
6557 Only require font-lock when compiling.
6558 Define all modes conditionally.
6559 Place all generic modes in the generic-x-modes customization group.
6560 (generic-x-modes): New customization group.
6561 (generic-default-modes, generic-mswindows-modes)
6562 (generic-unix-modes, generic-other-modes): New constants.
6563 (generic-define-mswindows-modes, generic-define-unix-modes):
6564 Update docstrings. Make them obsolete.
6565 (generic-extras-enable-list): New default value. Update docstring.
6566 Improve :type. Change :set function.
6567 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6568 Fix docstring.
6569
6570 * emacs-lisp/generic.el (generic-mode-internal):
6571 Simplify font-lock-defaults.
6572 (define-generic-mode): Fix docstring.
6573
6574 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6577 font-lock-face property to highlight matches.
6578
6579 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6580
6581 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6582 (cc-define-alist): New variable.
6583 (c-mode): Make it local and initialize it.
6584
6585 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6586 (gdb-exited): New function.
6587 (gdb-annotation-rules): Use it.
6588 (gdb-starting): Set gdb-active-process to t.
6589 (gdb-stopping): Amend doc string.
6590 (gdb-reset): Set gdb-active-process to nil.
6591
6592 * tooltip.el (tooltip-gud-tips): Show the associated #define
6593 directives when a C program under GDB is not executing.
6594
6595 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6598 font-lock-fontify-syntactic-keywords.
6599
6600 * font-lock.el (font-lock-default-fontify-region): Don't force
6601 parse-sexp-lookup-properties to nil.
6602
6603 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6604
6605 * man.el (man-mode-syntax-table): Set up `:' to have
6606 word-constituent syntax.
6607
6608 2005-04-27 Lute Kamstra <lute@gnu.org>
6609
6610 * novice.el (disable-command): Don't add spurious newlines to the
6611 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6612
6613 2005-04-26 Jay Belanger <belanger@truman.edu>
6614
6615 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6616 than one window before deleting window.
6617
6618 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6619
6620 * shell.el (shell-prompt-pattern): Doc fix.
6621 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6622
6623 * comint.el (comint-prompt-regexp, comint-get-old-input)
6624 (comint-use-prompt-regexp)
6625 (comint-use-prompt-regexp-instead-of-fields)
6626 (comint-replace-by-expanded-history, comint-send-input)
6627 (comint-output-filter, comint-get-old-input-default)
6628 (comint-line-beginning-position, comint-bol, comint-show-output)
6629 (comint-backward-matching-input, comint-forward-matching-input)
6630 (comint-next-prompt, comint-previous-prompt):
6631 Rename `comint-use-prompt-regexp-instead-of-fields' to
6632 `comint-use-prompt-regexp'. Keep old name as alias and declare
6633 obsolete.
6634 (comint-use-prompt-regexp): Shorten first line of doc string.
6635
6636 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6637 Set paragraph-separate buffer locally to "\\'".
6638
6639 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6640 Adapt to above name change.
6641
6642 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6643 (smbclient-prompt-regexp): Ditto.
6644
6645 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6646
6647 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6650 gdb-location-list.
6651 Break lines that are over 80 characters wide.
6652
6653 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6656 New fun and var, to preserve compatibility.
6657
6658 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6659
6660 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6661
6662 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6663 name to file-newer-than-file-p.
6664
6665 2005-04-26 Richard M. Stallman <rms@gnu.org>
6666
6667 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6668
6669 * progmodes/python.el (python-mode):
6670 Use new name eldoc-documentation-function.
6671
6672 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6673
6674 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6675 (eldoc-documentation-function):
6676 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6677
6678 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6679
6680 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6681
6682 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6683
6684 * term/xterm.el (function-key-map): Fix strings for
6685 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6686 {C,S,A,C-S}-{f1-f12}.
6687
6688 2005-04-26 Kenichi Handa <handa@m17n.org>
6689
6690 * international/mule-cmds.el (select-safe-coding-system):
6691 Fix previous change.
6692
6693 2005-04-26 Lute Kamstra <lute@gnu.org>
6694
6695 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6696
6697 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6698 (font-lock-comment-delimiter-face): Ditto.
6699
6700 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6701
6702 2005-04-25 Jay Belanger <belanger@truman.edu>
6703
6704 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6705 to t while inserting information; use help-mode.
6706
6707 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6708
6709 * term.el (ansi-term-color-vector): Use the xterm colors.
6710 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6711
6712 2005-04-25 Lute Kamstra <lute@gnu.org>
6713
6714 * font-core.el (font-lock-defaults): Fix docstring.
6715
6716 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6717
6718 2005-04-25 Kenichi Handa <handa@m17n.org>
6719
6720 * international/mule-cmds.el (select-safe-coding-system):
6721 Don't check consistency with coding: spec, etc if raw-text or
6722 no-conversion was found to be safe.
6723
6724 2005-04-24 Richard M. Stallman <rms@gnu.org>
6725
6726 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6727 citation markers at start of each line.
6728
6729 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6730 citation markers at start of each line.
6731
6732 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6733
6734 * files.el (mode-require-final-newline): Fix previous change.
6735 (require-final-newline): Fix type label.
6736
6737 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6738
6739 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6740 statement in buffer (broken by 2004-11-24 change).
6741
6742 2005-04-24 Kim F. Storm <storm@cua.dk>
6743
6744 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6745 and read-file-name-function values. Don't overwrite existing
6746 non-nil values if ido-mode is enabled without ido-everywhere.
6747
6748 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6749
6750 * files.el (mode-require-final-newline): Minor doc fix.
6751
6752 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6753
6754 * subr.el (syntax-after): Doc fix.
6755 (syntax-class): If argument is nil, return nil. Mask off upper 16
6756 bits, not 8 bits.
6757
6758 * files.el (mode-require-final-newline): Doc fix.
6759 (backup-buffer-copy): Fix last change.
6760
6761 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6762
6763 * term/mac-win.el: Require select. Set selection-coding-system to
6764 mac-system-coding-system. Call menu-bar-enable-clipboard.
6765 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6766 (x-select-enable-clipboard): New variables.
6767 (x-select-text, x-get-selection, x-selection-value)
6768 (x-get-selection-value, mac-select-convert-to-string)
6769 (mac-services-open-file, mac-services-open-selection)
6770 (mac-services-insert-text): New functions.
6771 (CLIPBOARD, FIND): Put mac-scrap-name property.
6772 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6773 (public.tiff): Put mac-ostype property.
6774 (selection-converter-alist): Add entries for them.
6775 (mac-application-menu-map): New keymap.
6776 (interprogram-cut-function, interprogram-paste-function): Set to
6777 x-select-text and x-get-selection-value, respectively.
6778 (split-window-keep-point): Set to t.
6779
6780 2005-04-23 Richard M. Stallman <rms@gnu.org>
6781
6782 * files.el (read-directory-name): Always pass non-nil
6783 DEFAULT-FILENAME arg to read-file-name.
6784 (backup-buffer-copy, basic-save-buffer-2): Take care against
6785 writing thru an unexpected existing symlink.
6786 (revert-buffer): In indirect buffer, revert the base buffer.
6787 (magic-mode-alist): Doc fix.
6788 (buffer-stale-function): Doc fix.
6789 (minibuffer-with-setup-hook): Avoid warning.
6790 (mode-require-final-newline): Doc and custom fix.
6791
6792 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6793
6794 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6795 use the default appearance.
6796 (font-lock-comment-delimiter-face): New face, new variable.
6797
6798 * imenu.el (imenu--generic-function): The official position of a
6799 definition is the start of the line that BEG is in.
6800
6801 * midnight.el (midnight-timer): Move defvar up.
6802
6803 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6804
6805 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6806
6807 * startup.el (command-line): Use with-no-warnings.
6808
6809 * window.el (window-size-fixed): New defvar.
6810
6811 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6812
6813 * mail/rmail.el (rmail-font-lock-keywords):
6814 Use font-lock-comment-delimiter-face.
6815
6816 * mail/sendmail.el (mail-font-lock-keywords):
6817 Use font-lock-comment-delimiter-face.
6818
6819 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6820
6821 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6822
6823 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6824 Specify t for LAXMATCH when matching directories.
6825 Save match data around compilation-compat-error-properties form.
6826
6827 2005-04-23 David Kastrup <dak@gnu.org>
6828
6829 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6830 Mention that the autoloaded aliases should be kept for AUCTeX.
6831
6832 2005-04-23 Andreas Schwab <schwab@suse.de>
6833
6834 * isearch.el (isearch-forward): Doc fix.
6835
6836 2005-04-23 Eli Zaretskii <eliz@gnu.org>
6837
6838 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6839 (jit-lock-stealth-nice): Change default value to 0.5.
6840
6841 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6842
6843 * abbrev.el (write-abbrev-file): Write table entries in
6844 alphabetical order by table name.
6845
6846 2005-04-22 Kim F. Storm <storm@cua.dk>
6847
6848 * ido.el (ido-read-internal): Fix `list' completion.
6849
6850 2005-04-22 Kenichi Handa <handa@m17n.org>
6851
6852 * recentf.el (recentf-save-file-coding-system): New variable.
6853 (recentf-save-list): Encode the file by
6854 recentf-save-file-coding-system and add coding: tag.
6855
6856 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6859
6860 2005-04-21 Lute Kamstra <lute@gnu.org>
6861
6862 * loadhist.el (unload-feature): Don't remove a function from hooks
6863 if it is about to be restored to an autoload . Remove functions
6864 that will become unbound from auto-mode-alist. Simplify the code.
6865
6866 * subr.el (assq-delete-all): New implementation that is linear,
6867 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6868 (rassq-delete-all): New function.
6869
6870 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6871 Add size-indication-mode.
6872
6873 2005-04-21 Kenichi Handa <handa@m17n.org>
6874
6875 * international/mule-cmds.el: Add autoload for widget-value in
6876 eval-when-compile.
6877
6878 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
6879
6880 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6881 Add tooltip-mode.
6882
6883 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6884
6885 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6886
6887 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6888 (inferior-lisp-filter-regexp, inferior-lisp-program)
6889 (inferior-lisp-load-command, inferior-lisp-prompt)
6890 (inferior-lisp-mode-hook, lisp-source-modes)
6891 (inferior-lisp-load-hook): defvar->defcustom.
6892 (inferior-lisp-program, inferior-lisp-prompt)
6893 (inferior-lisp-load-hook): Doc fixes.
6894 (inferior-lisp-install-letter-bindings): Small change in
6895 introductory comment.
6896
6897 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6898
6899 * vc.el (vc-annotate-color-map): Change some colors so that text
6900 using them as foreground is readable on both white and black
6901 backgrounds.
6902
6903 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * international/mule-conf.el (translation-table-for-input):
6906 Remove redundant declaration.
6907
6908 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6909
6910 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6911
6912 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6913 (tooltip-toggle-gud-tips): New function.
6914
6915 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6916
6917 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6918 right angle brackets.
6919
6920 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6921
6922 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6923
6924 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6927 Remove. Update callers to use expand-file-name instead.
6928
6929 * subr.el (syntax-class): New function.
6930
6931 * simple.el (blink-matching-open): Use it.
6932
6933 * paren.el (show-paren-function): Use it to recognize parens that are
6934 also used in 2-char comment markers.
6935
6936 2005-04-19 Lute Kamstra <lute@gnu.org>
6937
6938 * loadhist.el (unload-feature): Update for new format of
6939 load-history. Simplify the code.
6940
6941 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6942
6943 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6944 (mac-add-charset-info): New function. Initialize variable
6945 mac-charset-info-alist using it.
6946 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6947 for translation.
6948 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6949 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6950 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6951 New CCL programs.
6952
6953 2005-04-19 Kim F. Storm <storm@cua.dk>
6954
6955 * simple.el (next-buffer, prev-buffer, next-error)
6956 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6957 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6958
6959 * bindings.el (next-buffer, prev-buffer, next-error)
6960 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6961 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6962 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6963 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6964
6965 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * isearch.el (isearch-edit-string): Make the search-ring available for
6968 minibuffer history commands.
6969 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6970 the default history commands now work just as well.
6971 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6972
6973 2005-04-18 Kim F. Storm <storm@cua.dk>
6974
6975 * emulation/cua-base.el (cua--pre-command-handler): Add more
6976 elaborate check for shift modifier on non-window systems.
6977
6978 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6979
6980 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6981
6982 2005-04-18 Kim F. Storm <storm@cua.dk>
6983
6984 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6985 and make it optional. Don't test tooltip-gud-echo-area here.
6986 (tooltip-gud-process-output, gdb-tooltip-print):
6987 Pass tooltip-gud-echo-area to tooltip-show.
6988 (tooltip-help-tips): Remove second optional arg to tooltip-show.
6989
6990 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6991
6992 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6993 `display-graphic-p' may not be bound yet.
6994
6995 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6996
6997 * startup.el (command-line): No longer enable Xterm Mouse mode by
6998 default in terminals compatible with xterm.
6999
7000 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7001
7002 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7003
7004 * tooltip.el (tooltip-gud-echo-area): Rename from
7005 tooltip-use-echo-area.
7006 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7007 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7008 area independently of where help tooltips are displayed.
7009
7010 2005-04-17 David Kastrup <dak@gnu.org>
7011
7012 * cus-theme.el (custom-theme-write-variables): Quote variables
7013 where necessary.
7014
7015 2005-04-17 Richard M. Stallman <rms@gnu.org>
7016
7017 * simple.el (yank-excluded-properties): Add follow-link to value.
7018
7019 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7020
7021 * startup.el (fancy-splash-max-time): Just 30 seconds.
7022 (fancy-splash-delay): Just 7.
7023 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7024
7025 * loadhist.el (unload-feature): Update for new format of load-history.
7026 Simplify the code.
7027
7028 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7029 (rmail-font-lock-keywords): Don't fontify the text of a citation.
7030
7031 * mail/sendmail.el (mail-font-lock-keywords):
7032 Don't fontify subject text.
7033 Don't fontify the text of a citation.
7034
7035 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
7036
7037 * comint.el (comint-output-filter): Run comint-output-filter-functions
7038 with point where the user had it.
7039
7040 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * international/ucs-tables.el (ucs-set-table-for-input):
7043 Disable when using unify-on-decoding.
7044
7045 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7046
7047 * emulation/cua-base.el (cua-global-mark-face): Add special case
7048 for displays supporting a high number of colors.
7049
7050 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7051
7052 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
7053
7054 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * filesets.el (filesets-add-buffer): If user supplies a name of a
7057 non-existing fileset, create a new fileset.
7058
7059 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
7060
7061 * textmodes/org.el (org-up-heading-all): Fix bug with
7062 `outline-up-heading-all'.
7063
7064 2005-04-16 Andreas Schwab <schwab@suse.de>
7065
7066 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7067 /etc/permissions.d/* and /etc/aliases.d/*.
7068
7069 2005-04-16 Kenichi Handa <handa@m17n.org>
7070
7071 * international/code-pages.el (cp-make-coding-system):
7072 Set `translation-table-for-input' property value to the symbol
7073 ucs-mule-to-mule-unicode, not to that value.
7074 (pt154): Escape guillemet by `\'.
7075
7076 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7077
7078 * loadup.el: Load tooltip if x-show-tip is fboundp.
7079
7080 * startup.el (command-line): Add comment.
7081
7082 * tooltip.el (tooltip-mode): Specify correct standard value for
7083 Custom in init-value.
7084
7085 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7088 possible.
7089
7090 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
7091
7092 * textmodes/org.el (org-agenda-date-prompt): Rename from
7093 `org-agenda-date-today'.
7094 (org-evaluate-time-range): Insert at point instead of directly
7095 after time range.
7096 (org-first-headline-recenter, org-subtree-end-visible-p)
7097 (org-optimize-window-after-visibility-change): New functions
7098 (org-agenda-post-command-hook): Don't allow point at end of line,
7099 to make sure it always hits the text properties.
7100 (org-agenda-next-date-line, org-agenda-previous-date-line):
7101 New commands.
7102 (org-set-regexps-and-options): Category may contain white space.
7103 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7104 Improve marker positions.
7105 (org-agenda-new-marker): Argument POS made optional.
7106 (org-agenda-get-timestamps): Deadlines which are done are listed
7107 in org-done-face now.
7108 (org-agenda-get-todos, org-agenda-get-timestamps)
7109 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7110 Set `undone-face' and `done-face' properties.
7111 (org-last-todo-state-is-todo): New variable.
7112 (org-todo): Set `org-last-todo-state-is-todo'.
7113 (org-agenda-todo): Change face according to
7114 `org-last-todo-state-is-todo'. And change other lines referring to
7115 the same entry.
7116 (org-calendar-goto-agenda): New command.
7117 (org-calendar-to-agenda-key): New option.
7118 (org-startup-folded): New allowed value `content'.
7119 (org-set-regexps-and-options): Accept new value `content' for
7120 `org-startup-folded'.
7121 (org-get-current-options): Handle new value `content' for
7122 `org-startup-folded'.
7123 (org-insert-todo-heading): New command.
7124 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7125 interactively in empty file and option
7126 `org-insert-mode-line-in-empty-file' has been set.
7127 (org-agenda-todo,org-agenda-priority): Modify to use
7128 `org-agenda-change-all-lines'.
7129 (org-warning-face): Change color on dark background
7130
7131 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7132
7133 * international/mule-cmds.el (set-locale-environment): On Mac OS,
7134 use preferences AppleLocale and AppleLanguages, and variable
7135 mac-system-locale for default locale. On Mac OS Classic, use
7136 mac-system-coding-system for default coding systems.
7137
7138 * term/mac-win.el: Don't set file-name-coding-system.
7139 Decode variables system-name, emacs-build-system, user-login-name, and
7140 user-full-name by mac-system-coding-system on Mac OS Classic.
7141 (mac-system-coding-system): New variable.
7142
7143 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * startup.el (command-line): Handle `xterm-mouse-mode' before
7146 reading init file.
7147
7148 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7149
7150 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7151
7152 * progmodes/sh-script.el (sh-here-document-word): Make it a
7153 defcustom. Doc fix.
7154 (sh-add): Bash uses $(( )) for arithmetic.
7155 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7156 (sh-maybe-here-document): Remove quotes and leading whitespace
7157 from heredoc word when closing. Indent heredoc with tabs if word
7158 starts with "-".
7159
7160 2005-04-13 Richard M. Stallman <rms@gnu.org>
7161
7162 * simple.el (undo): Fix previous change.
7163
7164 * custom.el (defface): Doc fix.
7165
7166 2005-04-13 Lute Kamstra <lute@gnu.org>
7167
7168 * Makefile.in (DONTCOMPILE): Remove list.
7169 (compile, compile-always): Don't use DONTCOMPILE.
7170 (update-authors): Load the library in which batch-update-authors
7171 is defined.
7172 * makefile.w32-in (DONTCOMPILE): Remove list.
7173 (compile, compile-always): Fix comments.
7174 (update-authors): Load the library in which batch-update-authors
7175 is defined.
7176
7177 * generic-x.el (generic-mode-ini-file-find-file-hook):
7178 Rename to ini-generic-mode-find-file-hook.
7179 Keep generic-mode-ini-file-find-file-hook as an alias.
7180 (ini-generic-mode-find-file-hook): Rename from
7181 generic-mode-ini-file-find-file-hook. Fix docstring.
7182 (ini-generic-mode): Docstring change.
7183 (bat-generic-mode-run-as-comint): Silence the byte compiler.
7184
7185 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7186 called from lisp.
7187
7188 * generic.el: Move to the emacs-lisp subdir.
7189
7190 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7191
7192 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7193 and C-S- function and cursor motion keys.
7194
7195 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * startup.el (command-line): Enable Xterm Mouse mode by default.
7198 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7199 for Custom. No longer show "Mouse" in mode line when enabled.
7200 Doc fix.
7201
7202 2005-04-12 Kim F. Storm <storm@cua.dk>
7203
7204 * emulation/cua-base.el (cua-rectangle-face)
7205 (cua-rectangle-noselect-face): Define face attributes here.
7206
7207 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7208
7209 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7210
7211 * startup.el (command-line): Turn off blinking cursor if
7212 cursorBlink in resources is off or false.
7213
7214 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7215
7216 * term/mac-win.el (dnd): Require dnd.
7217 (mac-drag-n-drop): Call dnd-handle-one-url.
7218 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7219 (kTextEncodingISOLatin2): Remove constants.
7220 (mac-script-code-coding-systems): New constant.
7221 (mac-handle-language-change): New function.
7222 (special-event-map): Bind it to `language-change' event.
7223 (mac-centraleurroman, mac-cyrillic): New coding systems.
7224 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7225 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7226 and mac-cyrillic-encoder to encode-mac-centraleurroman and
7227 encode-mac-cyrillic, respectively.
7228
7229 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7232 Don't set overlay-arrow-string to "=>" as this is done
7233 globally in C now.
7234
7235 2005-04-12 Lute Kamstra <lute@gnu.org>
7236
7237 * generic-x.el (rc-generic-mode, rul-generic-mode):
7238 Fix auto-mode-alist entries.
7239 (etc-fstab-generic-mode): Tweak fontification.
7240
7241 * generic.el (generic-make-keywords-list): Fix docstring.
7242 (generic-mode-internal): Simplify generic-font-lock-keywords.
7243
7244 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7245
7246 * whitespace.el (whitespace-buffer-leading)
7247 (whitespace-buffer-trailing): Revert the incorrect test inversion.
7248 However, fix the highlight area for the leading and
7249 trailing whitespaces to show space.
7250
7251 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7252
7253 * whitespace.el (whitespace-version): Bump to 3.5
7254
7255 (whitespace-buffer-leading, whitespace-buffer-trailing):
7256 Invert sense of the test to highlight the whitespace.
7257
7258 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * progmodes/gud.el (gud-display-line): GUD uses its own
7261 overlay arrow now so don't set overlay-arrow-string.
7262 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7263
7264 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7265
7266 * term.el (term-ansi-current-bold, term-ansi-current-underline)
7267 (term-ansi-current-reverse, term-ansi-current-invisible)
7268 (term-ansi-face-already-done): Change to boolean.
7269 (term-reset-terminal, term-handle-colors-array): Handle the above
7270 vars accordingly.
7271 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7272 (term-emulate-terminal): Use the new name.
7273
7274 * faces.el (secondary-selection): Use yellow1, not yellow.
7275 (trailing-whitespace): Use red1, not red.
7276
7277 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7278
7279 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7280 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7281 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7282
7283 * cus-edit.el (dnd): New group.
7284
7285 * term/w32-win.el (dnd): Require dnd
7286 (w32-drag-n-drop): Call dnd-handle-one-url.
7287
7288 * x-dnd.el: Require dnd.
7289 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7290 Call dnd-handle-one-url.
7291 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7292 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7293 to dnd-insert-text.
7294 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7295 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7296 (x-dnd-get-local-file-name, x-dnd-open-local-file)
7297 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7298
7299 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7300
7301 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7302
7303 * wdired.el: Doc fixes.
7304 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7305 (wdired-use-dired-vertical-movement): Rename from
7306 wdired-always-move-to-filename-beginning.
7307 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7308 (wdired-change-to-wdired-mode): Change mode name.
7309 (wdired-newline): Delete.
7310
7311 2005-04-11 Richard M. Stallman <rms@gnu.org>
7312
7313 * whitespace.el (whitespace-highlight-the-space):
7314 Don't call whitespace-unhighlight-the-space here.
7315
7316 * simple.el (undo): Record t in undo-equiv-table
7317 for the redo record made by an undo-in-region.
7318
7319 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7320
7321 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7322 (gdb-frame-inferior-io-buffer): New Functions to control
7323 display of separate IO buffer.
7324 (menu): Add them to menu-bar.
7325 (gdb-display-buffer): Check for buffer another frame.
7326 Protect GUD buffer.
7327 (gdb-setup-windows): Create IO buffer if not already there.
7328 (gdb-memory-mode): Remove purecopy noops.
7329
7330 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7331
7332 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7333 and pass to self-insert-command.
7334
7335 2005-04-11 Lute Kamstra <lute@gnu.org>
7336
7337 * generic.el: Commentary section cleanup.
7338 (generic): Delete.
7339 (generic-use-find-file-hook, generic-lines-to-scan)
7340 (generic-find-file-regexp, generic-ignore-files-regexp)
7341 (default-generic-mode, generic-mode-find-file-hook)
7342 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7343 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7344 (generic-use-find-file-hook, generic-lines-to-scan)
7345 (generic-find-file-regexp, generic-ignore-files-regexp)
7346 (default-generic-mode, generic-mode-find-file-hook)
7347 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7348
7349 2005-04-10 Karl Fogel <kfogel@red-bean.com>
7350
7351 * bookmark.el (bookmark-write-file): Catch errors writing file.
7352 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7353
7354 2005-04-10 Richard M. Stallman <rms@gnu.org>
7355
7356 * startup.el (fancy-splash-tail): Update copyright year.
7357 (command-line): Split part of -Q into -D.
7358 (emacs-basic-display): New defvar.
7359 (fancy-splash-text): Correct name of menu item.
7360
7361 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7362
7363 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7364 lines in one node.
7365
7366 * comint.el (comint-send-input): New arg ARTIFICIAL.
7367 Callers in this file changed.
7368
7369 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7370
7371 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7372
7373 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7376 `ldap-search-internal'.
7377
7378 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * files.el (set-auto-mode-1): Use line-end-position.
7381
7382 * international/latin-1.el:
7383 * international/latin-2.el:
7384 * international/latin-3.el:
7385 * international/latin-4.el:
7386 * international/latin-5.el:
7387 * international/latin-8.el:
7388 * international/latin-9.el: Give punctuation syntax to NBSP.
7389
7390 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7391 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7392 Use char-classes to accept non-ascii letters, accepted in some recent
7393 bibtex implementations.
7394
7395 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7396
7397 * custom.el (custom-set-minor-mode): Any non-nil value for the
7398 variable should enable the mode when set through Custom.
7399
7400 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7403 TAB binding so tab-always-indent is obeyed.
7404 (vhdl-minibuffer-local-map): Move initialization into declaration.
7405 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7406 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7407 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7408 (vhdl-current-line): Use line-beginning-position.
7409 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7410 with-output-to-temp-buffer, so the current position can be recorded.
7411
7412 2005-04-10 Masatake YAMATO <jet@gyve.org>
7413
7414 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7415 Add regexp for gcov.
7416
7417 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7418
7419 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7420 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7421 syntax which Emacs 20 doesn't support.
7422
7423 2005-04-09 Richard M. Stallman <rms@gnu.org>
7424
7425 * help.el (describe-key-briefly, describe-key):
7426 Replace strings as event types with "(any string)".
7427
7428 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * arc-mode.el (archive-mode-map): Move initialization into
7431 the declaration. Override *all* bindings of `undo'.
7432 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7433
7434 2005-04-09 Jay Belanger <belanger@truman.edu>
7435
7436 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7437
7438 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7439
7440 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7441 (xterm-register-default-colors): Update color values computation
7442 to match xterm-200.
7443
7444 2005-04-09 Kenichi Handa <handa@m17n.org>
7445
7446 * international/code-pages.el (iso-latin-7): Fix the map.
7447
7448 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7449
7450 * emacs-lisp/lisp.el (defun-prompt-regexp)
7451 (parens-require-spaces, buffer-end, end-of-defun)
7452 (insert-parentheses): Doc fixes.
7453
7454 2005-04-08 Kim F. Storm <storm@cua.dk>
7455
7456 * comint.el (comint-highlight-prompt): Fix face spec.
7457 * hi-lock.el (hi-green): Likewise.
7458
7459 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7460
7461 * cus-edit.el (custom-modified-face):
7462 * comint.el (comint-highlight-input): Fix previous changes.
7463 * term.el (term-handle-ansi-escape): Add a comment.
7464
7465 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7468 in the buffer and in whitespace-highlighted-space.
7469 (whitespace-unhighlight-the-space): Simplify.
7470 (whitespace-buffer): Simplify.
7471
7472 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7473
7474 * textmodes/table.el (table-cell-face): Add special case for
7475 displays supporting a high number of colors.
7476 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7477 (vhdl-font-lock-reserved-words-face)
7478 (vhdl-speedbar-architecture-face)
7479 (vhdl-speedbar-instantiation-face)
7480 (vhdl-speedbar-architecture-selected-face)
7481 (vhdl-speedbar-instantiation-selected-face): Likewise.
7482 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7483 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7484 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7485 (ebrowse-root-class-face, ebrowse-member-attribute-face)
7486 (ebrowse-progress-face): Likewise.
7487 * progmodes/compile.el (compilation-info-face): Likewise.
7488 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7489 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7490 * calendar/calendar.el (diary-face): Likewise.
7491 * woman.el (woman-italic-face, woman-bold-face)
7492 (woman-unknown-face): Likewise.
7493 * wid-edit.el (widget-button-pressed-face): Likewise.
7494 * whitespace.el (whitespace-highlight-face): Likewise.
7495 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7496 * pcvs-info.el (cvs-marked-face): Likewise.
7497 * info.el (info-xref): Likewise.
7498 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7499 * hilit-chg.el (highlight-changes-face)
7500 (highlight-changes-delete-face): Likewise.
7501 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7502 (hi-red-b): Likewise.
7503 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7504 * font-lock.el (font-lock-keyword-face)
7505 (font-lock-function-name-face, font-lock-warning-face): Likewise.
7506 * cus-edit.el (custom-invalid-face, custom-modified-face)
7507 (custom-set-face, custom-changed-face, custom-variable-tag-face)
7508 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7509 * comint.el (comint-highlight-prompt): Likewise.
7510
7511 2005-04-08 Lute Kamstra <lute@gnu.org>
7512
7513 * font-lock.el (font-lock-keywords): Docstring fixes.
7514
7515 2005-04-08 Kenichi Handa <handa@m17n.org>
7516
7517 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7518 chars are more than a limit, print " and more..." at the tail.
7519
7520 2005-04-08 Kim F. Storm <storm@cua.dk>
7521
7522 * emacs-lisp/authors.el (authors-aliases): Update list.
7523 (authors-ignored-files): New list.
7524 (authors-fixed-entries): Fix typo.
7525 (authors-renamed-files-alist): Update list.
7526 (authors-add): Check authors-ignored-files.
7527
7528 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
7529
7530 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7531 optional, to ensure backward compatibility.
7532
7533 2005-04-08 Stephen Eglen <stephen@gnu.org>
7534
7535 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7536
7537 2005-04-08 Kim F. Storm <storm@cua.dk>
7538
7539 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7540
7541 * mouse.el (mouse-on-link-p): Doc fix.
7542
7543 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * ielm.el (ielm-prompt-read-only): Doc fix.
7546
7547 * comint.el (comint-prompt-read-only): Doc fix.
7548
7549 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7550
7551 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7552 ensure dired always handles wildcards passed to ffap.
7553 (find-file-at-point): Use it.
7554 (ffap-dired-wildcards): Doc fix.
7555
7556 2005-04-07 Juri Linkov <juri@jurta.org>
7557
7558 * simple.el (next-error-overlay-arrow-position): New defvar.
7559 Put "=>" on its property `overlay-arrow-string'. Add it to
7560 `overlay-arrow-variable-list'.
7561
7562 * progmodes/compile.el (compilation-setup):
7563 Set `next-error-overlay-arrow-position' to nil. Also set it to
7564 nil in the local hook `kill-buffer-hook'. Make local variable
7565 `overlay-arrow-string' and set it to "=>".
7566 (compilation-goto-locus): Set BOL position to
7567 `next-error-overlay-arrow-position' instead of
7568 `overlay-arrow-position'.
7569
7570 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7571 locally instead of adding it to the global hook.
7572 (Info-kill-buffer): Move up.
7573
7574 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7575
7576 * term/xterm.el (xterm-standard-colors): Update color values from
7577 xterm-200.
7578
7579 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7582
7583 * fast-lock.el:
7584 * lazy-lock.el: Move them to the obsolete subdir.
7585
7586 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7587
7588 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7589 (wdired-add-replace-advice): Remove.
7590 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7591
7592 2005-04-06 Kim F. Storm <storm@cua.dk>
7593
7594 * startup.el (command-line): Add --bare-bones alias for -Q.
7595
7596 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7597
7598 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7599 create the startup fontset if a font specification ends with
7600 `mac-roman'.
7601
7602 2005-04-06 Lute Kamstra <lute@gnu.org>
7603
7604 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7605 change.
7606
7607 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7608 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7609
7610 2005-04-05 Lute Kamstra <lute@gnu.org>
7611
7612 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7613 (define-generic-mode): Ditto. Fix debug declaration.
7614
7615 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7616 Put them in the generic-x group.
7617
7618 * calendar/timeclock.el (timeclock): Doc fix.
7619
7620 * generic.el (define-generic-mode): Don't use custom-current-group.
7621 Document default :group value.
7622 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7623 (define-global-minor-mode): Don't use custom-current-group.
7624
7625 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7626
7627 * startup.el (command-line-1): Display startup-echo-area-message
7628 when fancy splash screen is in use.
7629
7630 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7631 (sh-escaped-newline): New face.
7632 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7633 newline, and use sh-escaped-newline face.
7634
7635 * progmodes/tcl.el (tcl-escaped-newline): New face.
7636 (tcl-builtin-list): New variable.
7637 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7638 newlines. Fix keywords subexpression number.
7639
7640 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7641
7642 * textmodes/org.el (org-diary-default-entry): Fix call to
7643 `add-to-diary-entry'.
7644
7645 2005-04-05 Kim F. Storm <storm@cua.dk>
7646
7647 * ediff-init.el: Use (featurep 'xemacs).
7648
7649 2005-04-05 David Ponce <david@dponce.com>
7650
7651 * cus-edit.el (face): Derive from symbol widget. Display sample
7652 of the current face on the fly.
7653 (widget-face-sample-face-get, widget-face-notify): New functions.
7654 (widget-face-value-create): Remove.
7655
7656 * wid-edit.el (widget-field-end): Temporarily remove field
7657 narrowing before to call `get-char-property'.
7658
7659 2005-04-04 Jay Belanger <belanger@truman.edu>
7660
7661 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7662 (math-read-subscripts): New variable.
7663 (math-read-preprocess-string): Process subscripts.
7664
7665 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7666
7667 * comint.el (comint-prompt-read-only): Doc fix.
7668
7669 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7670 `-1'. Doc fix.
7671
7672 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7673
7674 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7675 Change default value to nil.
7676
7677 2005-04-04 Lute Kamstra <lute@gnu.org>
7678
7679 * autorevert.el (auto-revert-mode): Specify :group.
7680 * battery.el (display-battery-mode): Specify :group.
7681 * diff-mode.el (diff-minor-mode): Specify :group.
7682 * font-core.el (font-lock-mode): Specify :group.
7683 * hl-line.el (hl-line-mode): Specify :group.
7684 * iimage.el (iimage): New customization group.
7685 (iimage-mode): Specify :group.
7686 * longlines.el (longlines-mode): Specify :group.
7687 * master.el: Don't require easy-mmode.
7688 (master): New customization group.
7689 (master-mode): Specify :group.
7690 * msb.el (msb-mode): Specify :group.
7691 * reveal.el (reveal-mode): Specify :group.
7692 * simple.el (next-error-follow-minor-mode): Specify :group.
7693 * smerge-mode.el (smerge-mode): Specify :group.
7694 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7695 * emulation/cua-base.el (cua-mode): Specify :group.
7696 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7697 * language/thai-util.el (thai-auto-composition-mode)
7698 (thai-word-mode): Specify :group.
7699 * mail/supercite.el (sc-minor-mode): Specify :group.
7700 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7701 * progmodes/flymake.el (flymake-mode): Specify :group.
7702 * progmodes/glasses.el (glasses-mode): Specify :group.
7703 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7704 * textmodes/enriched.el (enriched-mode): Specify :group.
7705 * textmodes/refill.el (refill-mode): Specify :group.
7706
7707 * add-log.el (change-log-font-lock-keywords): Names in
7708 parenthesized lists can contain spaces.
7709
7710 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7711
7712 * startup.el (fancy-splash-text): Shorten default text of
7713 "Emacs Tutorial" line. Also, if the current language env
7714 indicates an available tutorial file other than TUTORIAL,
7715 extract its title and append it to the line in parentheses.
7716 (fancy-splash-insert): If arg is a thunk, funcall it.
7717
7718 2005-04-04 Jay Belanger <belanger@truman.edu>
7719
7720 * calc.el (calc-language-alist): Add tags to customization type.
7721
7722 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7725 Doc fix.
7726
7727 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7728
7729 * add-log.el (change-log-font-lock-keywords): The manual
7730 describing a Change Log entry, says: (...) "Aside from these
7731 header lines, every line in the change log starts with a space or
7732 a tab.". The font-lock was not highlighting lines started with
7733 spaces, added support for it.
7734
7735 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7736
7737 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7738 (bibtex-generate-url-list): Update docstring accordingly. Put the
7739 complex example in the docstring.
7740 (bibtex-font-lock-url): Use pop.
7741
7742 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7745
7746 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7747
7748 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7749
7750 * filesets.el (filesets-set-default): Doc fix.
7751
7752 2005-04-03 Lute Kamstra <lute@gnu.org>
7753
7754 * generic.el (define-generic-mode): Add argument to specify
7755 keywords for defcustom.
7756 (default-generic-mode): Specify :group.
7757
7758 * generic-x.el: Specify :group for all generic modes.
7759
7760 * desktop.el (desktop-no-desktop-file-hook)
7761 (desktop-after-read-hook): Doc fix.
7762
7763 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7764
7765 * simple.el (visible-mode): Use explicit :group keyword.
7766 This changes the group of `visible-mode-hook' from paren-blinking
7767 to editing-basics.
7768
7769 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7770
7771 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7772 mailbox specifications as well as URLs.
7773 (rmail-insert-inbox-text): Remove unused conditional branches.
7774
7775 2005-04-01 Jay Belanger <belanger@truman.edu>
7776
7777 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7778 (calc-gnuplot-print-command): Move definitions to calc.el.
7779
7780 * calc/calc-embed.el (calc-embedded-announce-formula)
7781 (calc-embedded-open-formula, calc-embedded-close-formula)
7782 (calc-embedded-open-word, calc-embedded-close-word)
7783 (calc-embedded-open-plain, calc-embedded-close-plain)
7784 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7785 (calc-embedded-open-mode, calc-embedded-close-mode):
7786 Move definitions to calc.el.
7787
7788 * calc/calc.el (calc-settings-file, calc-language-alist):
7789 Make customizable.
7790 (calc-embedded-announce-formula, calc-embedded-open-formula)
7791 (calc-embedded-close-formula, calc-embedded-open-word)
7792 (calc-embedded-close-word, calc-embedded-open-plain)
7793 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7794 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7795 (calc-embedded-close-mode, calc-gnuplot-name)
7796 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7797 from other files and make customizable.
7798
7799 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7802 Use buffer-live-p.
7803 (cvs-mode-run): Don't call cvs-update-header here.
7804 (cvs-run-process): Call cvs-update-header.
7805 Use process properties for cvs-postprocess and cvs-buffer so that
7806 the sentinel can behave better if the temp buffer is killed.
7807 Use a pipe rather than a tty, to better handle unexpected prompts.
7808 (cvs-sentinel): Rewrite. Call cvs-update-header.
7809
7810 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7811
7812 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7813 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7814
7815 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * generic.el (define-generic-mode): Add indentation rule.
7818
7819 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7820
7821 * files.el (mode-require-final-newline): Make Custom correctly
7822 report a nil value and allow to set it to nil via Custom.
7823 Doc fix.
7824
7825 2005-04-01 Kenichi Handa <handa@m17n.org>
7826
7827 * international/characters.el: Enable the correct case setting for
7828 dotless-i and dotted-I.
7829
7830 2005-04-01 Kim F. Storm <storm@cua.dk>
7831
7832 * ido.el (ido-file-internal): Fall back to non-ido command if
7833 initial directory is on slow ftp (or tramp) host.
7834
7835 2005-03-31 Richard M. Stallman <rms@gnu.org>
7836
7837 * emacs-lisp/autoload.el (make-autoload):
7838 Handle define-global-minor-mode.
7839
7840 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7841 Rename from easy-mmode-define-global-mode.
7842 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7843
7844 * progmodes/scheme.el (scheme-mode-syntax-table):
7845 Update syntax of | and # for two-character comment syntax.
7846
7847 2005-03-31 Lute Kamstra <lute@gnu.org>
7848
7849 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7850 (define-minor-mode): Call custom-current-group at load-time.
7851
7852 * generic.el (define-generic-mode): Add debug declaration.
7853 Add defcustom for the mode hook.
7854 (generic-mode-internal): Use run-mode-hooks.
7855
7856 2005-03-31 Kim F. Storm <storm@cua.dk>
7857
7858 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7859 (mouse-fixup-help-message): New defun called by show_help_echo
7860 to fixup mouse-2 prefix in help messages when applicable.
7861
7862 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7863
7864 2005-03-31 Kenichi Handa <handa@m17n.org>
7865
7866 * language/thai-word.el (thai-find-word-ends): Pay attention to
7867 the case that we reach the end of buffer.
7868
7869 * textmodes/fill.el (fill-text-properties-at): New function.
7870 (fill-newline): Use fill-text-properties-at instead of
7871 text-properties-at.
7872
7873 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7874
7875 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7876 not comint-quote-filename.
7877
7878 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7879
7880 * help-fns.el (help-with-tutorial): Revert last change.
7881
7882 2005-03-31 Kim F. Storm <storm@cua.dk>
7883
7884 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7885
7886 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7887
7888 * calendar/cal-china.el: Update reference to "Calendrical
7889 Calculations" book; there's a new edition.
7890 * calendar/cal-coptic.el: Likewise.
7891 * calendar/cal-french.el: Likewise.
7892 * calendar/cal-hebrew.el: Likewise.
7893 * calendar/cal-islam.el: Likewise.
7894 * calendar/cal-iso.el: Likewise.
7895 * calendar/cal-julian.el: Likewise.
7896 * calendar/cal-mayan.el: Likewise.
7897 * calendar/cal-persia.el: Likewise.
7898 * calendar/calendar.el: Likewise.
7899 * calendar/holidays.el: Likewise.
7900 * calendar/lunar.el: Likewise.
7901 * calendar/solar.el: Likewise.
7902
7903 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7904 white space from doc string.
7905
7906 2005-03-30 Jay Belanger <belanger@truman.edu>
7907
7908 * calc/calc-help.el (calc-full-help): Remove email address.
7909
7910 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7911
7912 * help-fns.el (help-with-tutorial): Delete title line.
7913
7914 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7915
7916 * calendar/cal-x.el (calendar-one-frame-setup)
7917 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7918 rather than 'symbol for set-window-dedicated-p.
7919
7920 * calendar/appt.el (appt-buffer-name): Make it a constant.
7921 (appt-add): Doc fix.
7922
7923 * filesets.el (filesets-menu-path, filesets-menu-before)
7924 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7925 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7926 (filesets-add-submenu): Delete and use add-submenu instead.
7927
7928 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
7929
7930 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7931 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7932 (org-diary-default-entry): New function.
7933 (org-get-entries-from-diary): Better parsing of diary entries.
7934 (org-agenda-check-no-diary): New function.
7935 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7936 linking to diary entries.
7937 (org-agenda-execute-calendar-command): New function.
7938 (org-agenda): Improve visible section in window.
7939 Use `org-fit-agenda-window'.
7940 (org-fit-agenda-window): New option.
7941 (org-move-subtree-down): Better handling of empty lines
7942 at end of subtree.
7943 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7944 levels up.
7945 (org-fontify-done-headline): New option.
7946 (org-headline-done-face): New face.
7947 (org-set-font-lock-defaults): Use `org-headline-done-face'.
7948 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7949 When current field is non-empty, it is copied to next row.
7950 (org-table-copy-from-above): Fix bug which made it
7951 impossible to copy fields containing only a single non-white character.
7952
7953 2005-03-30 Kim F. Storm <storm@cua.dk>
7954
7955 * kmacro.el (kmacro-end-macro): Isearch may store this command
7956 into the macro -- so ignore it when executing keyboard macro.
7957
7958 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7959
7960 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7961
7962 2005-03-29 Kenichi Handa <handa@m17n.org>
7963
7964 * language/thai.el ("Thai"): Set setup-function and exit-function
7965 for Thai language environment.
7966
7967 * language/thai-util.el: Require thai-word.
7968 (thai-word-mode-map): New variable.
7969 (thai-word-mode): New minor mode.
7970 (setup-thai-language-environment-internal): New function.
7971 (exit-thai-language-environment-internal): New function.
7972
7973 * language/thai-word.el (thai-word-table): Declare it by defvar,
7974 use dolist to initialize it.
7975 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7976 (thai-fill-find-break-point): New functions.
7977
7978 2005-03-29 Richard M. Stallman <rms@gnu.org>
7979
7980 * simple.el (idle-update-delay): Move definition up.
7981 (set-mark): Doc fix.
7982
7983 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7984
7985 * longlines.el: New file.
7986
7987 * simple.el (buffer-substring-filters): New variable.
7988 (filter-buffer-substring): New function.
7989 (kill-region, copy-region-as-kill): Use it.
7990
7991 * register.el (copy-to-register, append-to-register)
7992 (prepend-to-register): Use filter-buffer-substring.
7993
7994 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7995
7996 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7997 (gud-filter-pending-text): Move in front of gdb.
7998 (gud-overlay-arrow-position): New variable.
7999 (gud-sentinel, gud-display-line): Use it in place of
8000 overlay-arrow-position.
8001
8002 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8003
8004 * progmodes/fortran.el (fortran-if-indent): Doc fix.
8005 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8006 (fortran-font-lock-keywords-4): New variable.
8007 (fortran-blocks-re, fortran-end-block-re)
8008 (fortran-start-block-re): New constants, for hideshow.
8009 (hs-special-modes-alist): Add a Fortran entry.
8010 (fortran-mode-map): Bind fortran-end-of-block,
8011 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8012 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
8013 (fortran-looking-at-if-then, fortran-end-of-block)
8014 (fortran-beginning-of-block): New functions, for hideshow.
8015
8016 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8017 Doc fix. Tweak regexp.
8018 (f90-beginning-of-block): Push mark first.
8019
8020 2005-03-29 Jay Belanger <belanger@truman.edu>
8021
8022 * calc/calc.el: Update copyright date.
8023 (calc-version): Increase to 2.1.
8024 (calc-version-date): Remove.
8025
8026 * calc/calc-help.el: Update copyright date.
8027 (calc-full-help): Remove reference to calc-version-date.
8028 Update copyright date.
8029
8030 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * vc.el (vc-do-command): Use a pipe for async processes, so password
8033 prompts don't show up at places where the user can't reply.
8034
8035 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
8036
8037 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8038 on the file name we pass to the inferior shell.
8039
8040 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8041
8042 * progmodes/which-func.el (which-function): Be robust in the face of an
8043 imenu--make-index-alist failure.
8044
8045 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8048
8049 * progmodes/python.el (python-preoutput-filter): Fix last change.
8050
8051 2005-03-29 Lute Kamstra <lute@gnu.org>
8052
8053 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8054 functions and compiled macros.
8055 (debug-convert-byte-code): Handle macros too.
8056 (debug-on-entry-1): Don't signal an error when trying to clear a
8057 function that is not set to debug on entry.
8058
8059 2005-03-29 Jay Belanger <belanger@truman.edu>
8060
8061 * calc/calc-lang.el: Add functions to math-function-table
8062 properties of tex and math.
8063
8064 2005-03-29 Kenichi Handa <handa@m17n.org>
8065
8066 * ps-mule.el (ps-mule-plot-string): Translate characters by
8067 ps-print-translation-table.
8068 (ps-mule-begin-job): Call find-charset-region/string with
8069 ps-print-translation-table.
8070 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
8071
8072 * ps-print.el (ps-print-translation-table): New variable.
8073 (ps-plot-region): Translate characters by ps-print-translation-table.
8074
8075 2005-03-29 Juri Linkov <juri@jurta.org>
8076
8077 * simple.el (next-error-highlight-timer): New variable.
8078
8079 * progmodes/compile.el (compilation-goto-locus):
8080 Use `next-error-highlight-timer' instead of `sit-for'.
8081
8082 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * mail/supercite.el (sc-mail-field): Use assoc-string.
8085 (sc-get-address): Simplify regexps.
8086
8087 * files.el (minibuffer-with-setup-hook): New macro.
8088 (find-file-read-args): Use it to avoid let-binding
8089 minibuffer-with-setup-hook (which breaks turning on/off
8090 file-name-shadow-mode while in the prompt).
8091
8092 * complete.el (PC-read-include-file-name-internal): Use
8093 test-completion.
8094
8095 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
8096
8097 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8098
8099 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * window.el (window-buffer-height): Use count-screen-lines.
8102
8103 * progmodes/python.el (python-preoutput-leftover): New var.
8104 (python-preoutput-filter): Use it.
8105 (python-send-receive): Loop until all the result has been received.
8106
8107 2005-03-28 Juri Linkov <juri@jurta.org>
8108
8109 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8110
8111 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8112 "Recover Crashed Session".
8113 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8114 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8115 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8116 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8117 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8118 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8119 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8120 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8121
8122 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8123 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8124 Ediff Sessions", "Toggle use of separate control buffer frame",
8125 "Use separate frame for Ediff control buffer".
8126
8127 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8128 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8129 "Rename Bookmark", "Delete Bookmark".
8130
8131 * info.el (Info-mode-menu): Remove ellipsis from "Index".
8132 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8133 Add `:active Info-index-alternatives' to "Next Matching Item".
8134
8135 * wdired.el (wdired-change-to-wdired-mode):
8136 Mention `wdired-abort-changes' key in the initial message.
8137
8138 * international/mule.el (auto-coding-alist): Associate non-ascii
8139 image filename extensions with `no-conversion'.
8140
8141 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * international/iso-acc.el:
8144 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8145
8146 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * textmodes/sgml-mode.el (html-mode): Doc update.
8149
8150 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8151
8152 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8153
8154 * term.el (term-move-columns): Fix face after extending a line.
8155 (term-insert-spaces): Likewise.
8156 (term-reset-terminal): Fix off by one error.
8157
8158 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8159
8160 * international/mule.el (auto-coding-alist): Add .xpi files.
8161
8162 * files.el (auto-mode-alist): Add .xpi files.
8163
8164 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
8165
8166 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8167
8168 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8169
8170 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8171
8172 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8173
8174 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8175 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
8176
8177 * calendar/cal-move.el (calendar-beginning-of-year): Move the
8178 cursor to Jan 1 when needed.
8179 (calendar-end-of-year): Fix -/+ typo.
8180 Reported by Chong Yidong <cyd@stupidchicken.com>.
8181
8182 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8185
8186 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8187 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
8188
8189 2005-03-25 Richard M. Stallman <rms@gnu.org>
8190
8191 * filesets.el (filesets-init): Add autoload.
8192
8193 * mail/mailalias.el (mail-directory): Doc fix.
8194
8195 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8196
8197 * mail/mailalias.el (mail-directory-process): Do nothing if
8198 mail-directory-process is an atom.
8199 (mail-get-names): Ignore mail-directory-names if it is an atom.
8200 (mail-directory-process defvar): Doc fix.
8201 (mail-names): Doc fix.
8202
8203 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
8204
8205 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8206
8207 2005-03-26 Kenichi Handa <handa@m17n.org>
8208
8209 * international/mule-util.el (detect-coding-with-priority):
8210 Call update-coding-systems-internal before detect-coding-region.
8211
8212 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
8213
8214 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8215 (gdb-frames-mode-map): Add follow-link property.
8216
8217 2005-03-25 Jay Belanger <belanger@truman.edu>
8218
8219 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8220 for variables.
8221
8222 2005-03-25 Juri Linkov <juri@jurta.org>
8223
8224 * image-mode.el: Optimize image filename extension regexps in
8225 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
8226 in `auto-mode-alist'.
8227 (image-mode): Add `image-toggle-display-text' to local hook
8228 `change-major-mode-hook'. Display the image as an image by
8229 default. Set `cursor-type' and `truncate-lines' if the image
8230 is already displayed. Take into account the current mode (image
8231 or text) in message.
8232 (image-minor-mode): New minor mode.
8233 (image-mode-maybe, image-toggle-display-text): New functions.
8234 (image-toggle-display): Use called-interactively-p.
8235 Let-bind `inhibit-read-only' to t.
8236
8237 * image-mode.el (image-minor-mode): Set `cursor-type' and
8238 `truncate-lines' if the image is already displayed. Add turning
8239 image-minor-mode off to `change-major-mode-hook'. Add message.
8240 Call `image-toggle-display-text' after turning image-minor-mode off.
8241
8242 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8245 Terminal.app, use utf-8.
8246 (set-display-table-and-terminal-coding-system): Add coding-system arg.
8247 (set-locale-environment): Use it.
8248
8249 * term/xterm.el: Undo last change, better done in mule-cmds.el.
8250
8251 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8252
8253 * progmodes/python.el (python-close-block-statement-p)
8254 (python-outdent-p, python-current-defun): Use symbol-end.
8255
8256 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8257
8258 * files.el (save-some-buffers): Doc fix.
8259
8260 2005-03-25 Werner Lemberg <wl@gnu.org>
8261
8262 * complete.el, thumbs.el: Replace `legal' with `valid'.
8263 * calendar/calendar.el: Replace `legal' with `valid'.
8264 * emacs-lisp/advice.el: Replace `legal' with `valid'.
8265 * mail/supercite.el: Replace `legal' with `valid'.
8266 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8267 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8268 Replace `legal' with `valid'.
8269 * textmodes/reftex-vars.el, textmodes/reftex.el:
8270 Replace `legal' with `valid'.
8271
8272 2005-03-25 Werner Lemberg <wl@gnu.org>
8273
8274 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8275 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8276 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8277 * emulation/vip.el: Replace `illegal' with `invalid'.
8278 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8279 `invalid'.
8280 * mail/supercite.el: Replace `illegal' with `invalid'.
8281 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8282 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8283 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8284 * progmodes/sh-script.el, progmodes/xscheme.el:
8285 Replace `illegal' with `invalid'.
8286 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8287 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8288 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8289 * textmodes/reftex.el, textmodes/org.el:
8290 Replace `illegal' with `invalid'.
8291
8292 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8295 (flymake-find-buildfile, flymake-find-possible-master-files)
8296 (flymake-check-include, flymake-parse-line): Replace loops over the
8297 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8298
8299 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8300 Substitute file-name-as-directory in the rest of the file.
8301 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8302 (flymake-replace-region): Remove unused arg `buffer'.
8303 (flymake-check-patch-master-file-buffer): Update calls to it.
8304 (flymake-add-err-info): Remove unused var `count'.
8305 (flymake-mode): Use define-minor-mode.
8306
8307 * progmodes/flymake.el: Use with-current-buffer.
8308 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8309 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8310 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8311 Avoid testing for `xemacs'.
8312 (flymake-nop): Move.
8313 (flymake-region-has-flymake-overlays): Return the computed value.
8314 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8315 Remove unused var `endline'.
8316 (flymake-get-line-count): Remove unused function.
8317 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8318
8319 * emulation/vi.el:
8320 * generic.el:
8321 * hilit-chg.el (global-highlight-changes):
8322 * hi-lock.el (hi-lock-mode):
8323 * follow.el: find-file-hooks -> find-file-hook.
8324
8325 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8326
8327 2005-03-24 Juri Linkov <juri@jurta.org>
8328
8329 * dired.el (dired-mode-map): Add menu item "Compare directories"
8330 for dired-compare-directories.
8331
8332 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8333 Doc fix. Replace `read-file-name' with `read-directory-name'.
8334
8335 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8338
8339 2005-03-24 Jay Belanger <belanger@truman.edu>
8340
8341 * calc/calc-embed.el (calc-embedded-mode-change): Save all
8342 relevant mode settings in calc-embedded-original-modes when modes
8343 are permanently changed.
8344
8345 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * autoinsert.el: find-file-hooks -> find-file-hook.
8348
8349 2005-03-24 Lute Kamstra <lute@gnu.org>
8350
8351 * generic.el (generic-font-lock-defaults): Make it obsolete.
8352 (generic-font-lock-keywords): New variable to replace
8353 generic-font-lock-defaults.
8354 (generic-mode-set-font-lock): Delete it.
8355 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8356 (generic-bracket-support): Add docstring.
8357
8358 * generic-x.el: Rename generic-font-lock-defaults to
8359 generic-font-lock-keywords throughout.
8360 (mailagent-rules-setup-function): Delete it.
8361 (mailagent-rules-generic-mode): Use anonymous function instead.
8362 (show-tabs-generic-mode-font-lock-defaults-1)
8363 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8364 Quote faces.
8365 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8366 not foreground.
8367
8368 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8369 Recognize define-generic-mode.
8370
8371 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8374 if there's no completion table.
8375
8376 2005-03-23 Miles Bader <miles@gnu.org>
8377
8378 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8379 Remove tty-specific variants, as they're no longer needed.
8380
8381 2005-03-23 Lute Kamstra <lute@gnu.org>
8382
8383 * generic-x.el: Code cleanup: make args constant whenever possible.
8384 (installshield-statement-keyword-list)
8385 (installshield-system-functions-list)
8386 (installshield-system-variables-list, installshield-types-list)
8387 (installshield-funarg-constants-list): Make them constants.
8388
8389 * generic.el (generic-make-keywords-list): Add autoload cookie.
8390
8391 * calendar/time-date.el: Add comment on time value formats.
8392 Don't require parse-time.
8393 (with-decoded-time-value): New macro.
8394 (encode-time-value): New function.
8395 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8396 (days-to-time): Return a valid time value when arg is huge.
8397 (time-since): Use time-subtract.
8398 (time-to-number-of-days): Use time-to-seconds.
8399
8400 2005-03-23 David Ponce <david@dponce.com>
8401
8402 * recentf.el: (recentf-keep): New option.
8403 (recentf-menu-action): Default to `find-file'.
8404 (recentf-keep-non-readable-files-flag)
8405 (recentf-keep-non-readable-files-p)
8406 (recentf-file-readable-p, recentf-find-file)
8407 (recentf-cleanup-remote): Remove.
8408 (recentf-include-p): More robust.
8409 (recentf-keep-p): New function.
8410 (recentf-remove-if-non-kept): Rename from
8411 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
8412 All callers updated.
8413 (recentf-menu-items-for-commands): Fix help string.
8414 (recentf-track-closed-file): Update. Doc fix.
8415 (recentf-cleanup): Update. Count removed files. Doc fix.
8416
8417 2005-03-23 Kim F. Storm <storm@cua.dk>
8418
8419 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8420 Don't inherit from fringe face (now happens automatically).
8421
8422 2005-03-22 Kim F. Storm <storm@cua.dk>
8423
8424 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8425 position values.
8426
8427 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * menu-bar.el (showhide-date-time): Remove.
8430 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8431 (menu-bar-make-mm-toggle): Simplify.
8432
8433 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8434
8435 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8436 Accept qualified variable and function names.
8437
8438 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8439
8440 * bindings.el (completion-ignored-extensions):
8441 Remove ".lis" for `vax-vms'.
8442
8443 2005-03-22 Andreas Schwab <schwab@suse.de>
8444
8445 * generic-x.el: Revert last change.
8446 * ldefs-boot.el: Update.
8447
8448 2005-03-22 Jay Belanger <belanger@truman.edu>
8449
8450 * calc/calc-embed (calc-embedded-original-modes): New variable.
8451 (calc-embedded-save-original-modes)
8452 (calc-embedded-restore-original-modes): New functions.
8453 (calc-do-embedded): Save original modes when entering embedded mode
8454 and restore when leaving embedded mode.
8455 (calc-embedded-modes-change): Change the value of
8456 calc-embedded-original-modes to reflect permanent changes.
8457
8458 2005-03-22 Lute Kamstra <lute@gnu.org>
8459
8460 * generic-x.el: Require generic again.
8461
8462 2005-03-22 Miles Bader <miles@gnu.org>
8463
8464 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8465 Tweak details to look good on both ttys and bitmap displays, light
8466 or dark background, etc.
8467
8468 2005-03-21 Kim F. Storm <storm@cua.dk>
8469
8470 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8471 mouse position.
8472
8473 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * icomplete.el: Don't forcibly turn on the mode upon load.
8476 (icomplete-mode): Use define-minor-mode.
8477 (icomplete-eoinput): Default to nil.
8478 (icomplete-minibuffer-setup): Remove autoload.
8479 (icomplete-tidy): Simplify.
8480 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8481 in the initial state or if the user has modified the field.
8482 Fix handling of icomplete-max-delay-chars.
8483 Remove code that handles the oddball case where
8484 minibuffer-completion-table is an integer.
8485 Wrap icomplete-completions in while-no-input in case building
8486 completions takes more time than expected.
8487 (icomplete-completions): Simplify.
8488
8489 2005-03-21 Richard M. Stallman <rms@gnu.org>
8490
8491 * jka-compr.el (jka-compr-really-do-compress):
8492 Make variable buffer-local.
8493
8494 * image-mode.el: Handle .xpm files too.
8495 (image-toggle-display): Preserve modification flag.
8496
8497 * help.el (where-is): Don't mention aliases with no key bindings.
8498
8499 2005-03-21 Lute Kamstra <lute@gnu.org>
8500
8501 * generic.el: Fix commentary section. Don't require cl for
8502 compilation.
8503 (generic-mode-list): Add autoload cookie.
8504 (generic-use-find-file-hook, generic-lines-to-scan)
8505 (generic-find-file-regexp, generic-ignore-files-regexp)
8506 (generic-mode, generic-mode-find-file-hook)
8507 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8508 (define-generic-mode): Make it a defmacro. Fix docstring.
8509 (generic-mode-internal): Code cleanup. Add autoload cookie.
8510 (generic-mode-set-comments): Code cleanup.
8511 * generic-x.el: Don't prevent compilation. Don't require generic.
8512 Follow coding conventions. Minor code cleanup.
8513 (etc-fstab-generic-mode): Add some keywords.
8514 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8515 define-generic-mode like a function declaration.
8516
8517 2005-03-21 Jay Belanger <belanger@truman.edu>
8518
8519 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8520 changing modes.
8521
8522 2005-03-21 Sam Steingold <sds@gnu.org>
8523
8524 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8525
8526 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8527
8528 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8529 Add underscore to "f$ lexicals" regexp.
8530
8531 2005-03-20 Juri Linkov <juri@jurta.org>
8532
8533 * subr.el (progress-reporter-do-update): When `min-value' is equal
8534 to `max-value', set `percentage' to 0 and prevent division by zero.
8535
8536 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8537
8538 Sync with Tramp 2.0.48.
8539
8540 * tramp.el (all): Change all addresses to .gnu.org.
8541 (tramp-append-tramp-buffers): New defun.
8542 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8543 Catch `dont-send' signal.
8544 (tramp-set-auto-save-file-modes): Set always permissions, because
8545 there might be an old auto-saved file belonging to another
8546 original file. This could be a security threat. Reported by
8547 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8548 Check for Emacs 21.3.50 removed.
8549
8550 * tramp-smb.el (all): Remove debug construct for
8551 `with-parsed-tramp-file-name'.
8552 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8553 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8554 No error message if DIRECTORY or FILENAME doesn't exist.
8555 (tramp-smb-open-connection): Check existence of
8556 `tramp-smb-program'.
8557
8558 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8561 Properly handle the case where the `m' or `s' command's argument is not
8562 yet terminated.
8563 (perl-indent-new-calculate): New function.
8564 (perl-indent-line): Use it.
8565
8566 2005-03-20 Miles Bader <miles@gnu.org>
8567
8568 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8569 in text-mode too. Change to new face names.
8570 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8571 Add `:weight bold' attribute.
8572 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8573
8574 2005-03-19 Juri Linkov <juri@jurta.org>
8575
8576 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8577
8578 * international/mule.el (auto-coding-alist): Sync with
8579 `auto-mode-alist' by adding upper case archive file extensions
8580 and adding ear/war to jar extension.
8581
8582 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8583
8584 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8585 running, restart it.
8586
8587 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8588
8589 * finder.el (finder-current-item): Throw an error on an empty line.
8590
8591 * man.el (Man-follow-manual-reference): If current-word returns
8592 nil, use "".
8593
8594 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8595
8596 * simple.el (goto-line): Doc fix.
8597
8598 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8599
8600 * files.el (save-buffer): Doc fix.
8601
8602 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8603
8604 * recentf.el (recentf-cleanup-remote): New variable.
8605 (recentf-cleanup): Use it to conditionally check availability of
8606 remote files.
8607
8608 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8609
8610 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8611 function names.
8612
8613 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8614
8615 * language/thai-word.el: New file.
8616
8617 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8618
8619 * files.el (backup-buffer): If the file's directory is not
8620 writable, use copy instead of move to backup the file.
8621
8622 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8623
8624 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8625
8626 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8627
8628 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8629 Use functionp instead of symbolp and fboundp. Reported by Drkm
8630 <darkman_spam@yahoo.fr>.
8631 (ps-print-version): New version 6.6.6.
8632
8633 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8634
8635 * textmodes/table.el (table--line-column-position): New idiom.
8636 (table--row-column-insertion-point-p): New function to test
8637 validity of row and column insertion operation at a location.
8638 (table-global-menu, table-cell-menu): Use above functions for
8639 deterministic test operation.
8640 (table--editable-cell-p): Behave in deterministic fashion.
8641
8642 2005-03-18 Juri Linkov <juri@jurta.org>
8643
8644 * isearch.el (isearch-lazy-highlight-new-loop):
8645 Make arguments beg and end optional.
8646 (isearch-update): Remove optional arguments nil from
8647 isearch-lazy-highlight-new-loop.
8648 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8649 isearch-lazy-highlight-case-fold-search instead of
8650 isearch-case-fold-search, and let-bind isearch-regexp to
8651 isearch-lazy-highlight-regexp.
8652 Use isearch-lazy-highlight-last-string instead of isearch-string.
8653
8654 * replace.el (perform-replace): Remove bindings of global
8655 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8656 Add three new arguments to `replace-highlight'.
8657 (replace-highlight): Add arguments string, regexp, case-fold.
8658 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8659 to allow isearch-lazy-highlight-new-loop to use these values
8660 to set corresponding isearch-lazy-highlight-* internal
8661 variables whose values lazy highlighting will use regardless of
8662 changes to global variables isearch-string, isearch-regexp,
8663 isearch-case-fold-search during lazy highlighting loop.
8664 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8665 to `lazy-highlight-cleanup'.
8666
8667 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8668 (ispell-highlight-face): Set default face to `isearch' when
8669 lazy highlighting is enabled.
8670 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8671 priority to 1. Add lazy highlighting.
8672 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8673 from `isearch-dehighlight'.
8674
8675 2005-03-18 David Ponce <david@dponce.com>
8676
8677 * files.el (hack-local-variables): Do a case-insensitive search
8678 for End.
8679
8680 2005-03-18 Juri Linkov <juri@jurta.org>
8681
8682 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8683 `isearch-lazy-highlight-cleanup', add alias to old name and
8684 declare obsolete. Add release numbers to other obsolete vars.
8685 (isearch-done, isearch-lazy-highlight-new-loop):
8686 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8687 (lazy-highlight-cleanup) <variable>: Doc fix.
8688 (isearch-lazy-highlight-update): Rename obsolete
8689 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8690
8691 2005-03-18 Kenichi Handa <handa@m17n.org>
8692
8693 * language/thai-util.el: Fix categorization of Thai characters in
8694 thai-category-table.
8695 (thai-composition-pattern): Adjust it for the above change.
8696 (thai-self-insert-command, thai-compose-syllable): New functions.
8697 (thai-compose-region): Use thai-compose-syllable.
8698 (thai-compose-string): Likewise.
8699 (thai-composition-function): Likewise.
8700 (thai-auto-composition): New function.
8701 (thai-auto-composition-mode): New minor mode.
8702
8703 * language/thai.el: Fix patterns to be registered in
8704 composition-function-table.
8705
8706 * international/quail.el (quail-input-method): Locally bind
8707 inhibit-modification-hooks to t.
8708
8709 2005-03-17 Richard M. Stallman <rms@gnu.org>
8710
8711 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8712 (perl-mode): Use run-mode-hooks.
8713
8714 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8715 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8716 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8717
8718 * mail/sendmail.el (sendmail-send-it): Reenable the code
8719 to compute resend-to-address and use it.
8720
8721 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8722
8723 * image-mode.el: New file.
8724
8725 * image.el (insert-sliced-image): Add autoload cookie.
8726
8727 * font-lock.el (font-lock-lines-before): New user option.
8728 (font-lock-after-change-function): Obey it.
8729
8730 * bindings.el (esc-map): Make M-g a prefix.
8731 Bind M-g g and M-g M-g to goto-line.
8732
8733 * faces.el (face-id): Doc fix.
8734
8735 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8736
8737 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8738 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8739 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8740
8741 * mail/sendmail.el (mail-yank-ignored-headers)
8742 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8743 Add Mail-Followup-To and Mail-Reply-To headers.
8744 (mail-citation-hook): Add autoload cookie.
8745 (mail-mode): Doc fix.
8746 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8747 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8748 (mail-mode-fill-paragraph): Handle those headers.
8749 (mail-mailing-lists): New variable.
8750 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8751
8752 2005-03-17 Juri Linkov <juri@jurta.org>
8753
8754 * isearch.el (isearch-fallback): Check for `(car previous)'
8755 before calling `isearch-other-end-state'.
8756
8757 2005-03-17 Kim F. Storm <storm@cua.dk>
8758
8759 * simple.el (move-beginning-of-line): Move to beginning of buffer
8760 line, as well as beginning of screen line.
8761
8762 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8763
8764 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8765 argument REDRAW rather than calendar-redrawing variable.
8766 * calendar/calendar.el (calendar-redrawing): Delete.
8767 (redraw-calendar): Do not bind calendar-redrawing.
8768
8769 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8770
8771 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8772 diary-file buffer.
8773
8774 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * help.el (describe-mode): Allow a :minor-mode-function property to
8777 specify a different minor mode toggle function than the variable.
8778 * simple.el (auto-fill-function):
8779 * subr.el (add-minor-mode): Use it.
8780
8781 2005-03-16 Kenichi Handa <handa@m17n.org>
8782
8783 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8784 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8785 (ethio-fidel-to-sera-buffer): Likewise.
8786
8787 2005-03-16 Juri Linkov <juri@jurta.org>
8788
8789 * emacs-lisp/find-func.el (find-function-regexp):
8790 Add defun-emitting macro `menu-bar-make-toggle'.
8791
8792 * isearch.el: Put `isearch-scroll' property to
8793 `split-window-horizontally'.
8794
8795 * info.el: Update error messages for `debug-ignored-errors'.
8796 (Info-isearch-search): Doc fix.
8797 (Info-find-node): Move up code to go into info buffer before
8798 recording the node to the history.
8799 (Info-fontify-node): Fontify titles only if the next line
8800 has two or more `*', `=', `-', `.'.
8801 Display "go to this node" for empty (match-string 3).
8802
8803 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8804
8805 * term/mac-win.el: Add mouse pointer shape constants.
8806
8807 2005-03-15 Kim F. Storm <storm@cua.dk>
8808
8809 * simple.el (move-beginning-of-line): Use vertical-motion.
8810
8811 2005-03-15 Juri Linkov <juri@jurta.org>
8812
8813 * isearch.el (isearch-error): New variable.
8814 (isearch-invalid-regexp, isearch-within-brackets): Remove.
8815 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8816 (isearch-within-brackets-state): Remove.
8817 (isearch-case-fold-search-state, isearch-pop-fun-state):
8818 Decrease frame index.
8819 (isearch-mode, isearch-top-state, isearch-push-state)
8820 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8821 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8822 (isearch-search, isearch-lazy-highlight-new-loop):
8823 Replace `isearch-invalid-regexp' with `isearch-error'.
8824 Remove `isearch-within-brackets'.
8825 (isearch-search): Add `search-failed' handler to `condition-case'.
8826 (isearch-lazy-highlight-search): Add `condition-case' to catch
8827 errors and allow `isearch-lazy-highlight-update' to try
8828 highlighting from the beginning of the window.
8829 (isearch-repeat): Move up code to set isearch-wrapped to t
8830 before calling isearch-wrap-function.
8831
8832 * info.el (Info-isearch-initial-node): New internal variable.
8833 (Info-search): Signal an error in isearch mode when search leaves
8834 the initial node. Signal an error when `bound' is non-nil and
8835 nothing was found in the current subfile.
8836 (Info-isearch-search): Remove `condition-case'.
8837 (Info-isearch-wrap): Don't wrap when search failed during leaving
8838 the initial node. If `Info-isearch-search' is nil, wrap around
8839 the current node.
8840 (Info-isearch-start): New fun.
8841 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8842 `isearch-mode-hook'.
8843
8844 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8845
8846 * simple.el (normal-erase-is-backspace): Set default to t if
8847 running on Mac.
8848
8849 * term/mac-win.el (function-key-map): Sync with x-win.el.
8850
8851 2005-03-15 Kenichi Handa <handa@m17n.org>
8852
8853 * international/mule-cmds.el (locale-language-names): Modify the
8854 format of elements and add more entries.
8855 (locale-preferred-coding-systems): Add more entries.
8856 (set-locale-environment): Adjust for the change of
8857 locale-language-names.
8858
8859 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * pcvs.el (smerge-ediff): Remove bogus autoload.
8862
8863 2005-03-14 Lute Kamstra <lute@gnu.org>
8864
8865 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8866 Ignore a `*' at the beginning of a line.
8867
8868 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8869 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8870 subr.el.
8871 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8872 to specify indentation.
8873
8874 * generic.el (define-generic-mode): Let generic-mode-list be a
8875 list of strings; test membership with equal.
8876
8877 2005-03-14 Kim F. Storm <storm@cua.dk>
8878
8879 * simple.el (next-line, previous-line): Add optional try-vscroll
8880 arg to recognize interactive use. Pass it on to line-move.
8881 (line-move): Don't perform auto-window-vscroll when defining or
8882 executing keyboard macro to ensure consistent behavior.
8883
8884 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8887
8888 2005-03-13 Lute Kamstra <lute@gnu.org>
8889
8890 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8891 debugger-setup-buffer so that backtrace marks the frames set to
8892 debug-on-exit and we don't have to do it manually. Set an extra
8893 debug-on-exit for macro's.
8894 (debugger-setup-buffer): Don't mark the top frame manually.
8895
8896 2005-03-12 Lute Kamstra <lute@gnu.org>
8897
8898 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8899 lisp-indent-function throughout.
8900 (with-no-warnings): Set lisp-indent-function property.
8901
8902 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8903
8904 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8905 Add entry for backslash.
8906
8907 2005-03-12 Juri Linkov <juri@jurta.org>
8908
8909 * info.el (Info-search): Four fixes for backward search.
8910
8911 2005-03-11 Jay Belanger <belanger@truman.edu>
8912
8913 * calc/calc.el (calc-language-alist): New variable.
8914 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8915 (calc-embedded-find-modes): Use calc-language-alist instead of
8916 calc-embedded-language-alist.
8917
8918 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8919
8920 * calendar/calendar.el (calendar-redrawing): New internal
8921 variable.
8922 (redraw-calendar): Remove bogus save-excursion from previous
8923 change. Bind calendar-redrawing to t for mark-diary-entries.
8924 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8925 calendar if that is why we were called.
8926
8927 2005-03-11 Kenichi Handa <handa@m17n.org>
8928
8929 * international/mule.el (make-coding-system): Set property
8930 coding-system-define-form to nil.
8931 (define-coding-system-alias): Likewise.
8932
8933 2005-03-11 Kenichi Handa <handa@m17n.org>
8934
8935 These changes are suggested by Dave Love <fx@gnu.org>.
8936
8937 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8938 coding: tag.
8939 (adaptive-fill-regexp): Add more bullets.
8940 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8941 regexps.
8942
8943 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * help.el (describe-mode): Properly handle non-trivial lighters.
8946 Don't ignore minor modes that are not listed in minor-mode-list.
8947
8948 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8949 feature ON when the user requests to turn it OFF.
8950
8951 2005-03-10 Lute Kamstra <lute@gnu.org>
8952
8953 * emacs-lisp/debug.el (debug-entry-code): Delete it.
8954 (implement-debug-on-entry): New function to replace debug-entry-code.
8955 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8956 second argument as the 2005-03-07 change makes it obsolete.
8957 (debug-on-entry, cancel-debug-on-entry): Update call to
8958 debug-on-entry-1.
8959 (debug, debugger-setup-buffer): Comment update.
8960 (debugger-frame-number): Update to work with implement-debug-on-entry.
8961
8962 2005-03-10 Jay Belanger <belanger@truman.edu>
8963
8964 * calc/calc-embed.el (math-ms-args): Declare it.
8965 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8966 math-ms-args.
8967 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8968 variables.
8969
8970 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
8971
8972 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8973 Use message-box.
8974
8975 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8976 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8977 (tooltip-gud-tips): Simplify.
8978 (tooltip-gud-tips-p): Remove superfluous :set.
8979 (tooltip-gud-modes): Add fortran-mode.
8980 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8981
8982 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8983
8984 2005-03-09 Kim F. Storm <storm@cua.dk>
8985
8986 * play/animate.el (animate-place-char): Use forward-line instead
8987 of next-line to improve performance.
8988
8989 2005-03-09 Simon Josefsson <jas@extundo.com>
8990
8991 * net/browse-url.el (browse-url-default-browser): Doc fix.
8992
8993 2005-03-09 Miles Bader <miles@gnu.org>
8994
8995 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8996 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8997
8998 2005-03-09 Kenichi Handa <handa@m17n.org>
8999
9000 * international/latin-1.el: Set case and syntax for 255 only if
9001 set-case-syntax-set-multibyte is nil.
9002
9003 * textmodes/ispell.el (ispell-insert-word): New function.
9004 (ispell-word): Use ispell-insert-word to insert a new word.
9005 (ispell-process-line): Likewise.
9006 (ispell-complete-word): Likewise.
9007
9008 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9009
9010 * calendar/calendar.el (redraw-calendar): Preserve point.
9011 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9012 (calendar-week-start-day): Move after definition of
9013 redraw-calendar. Delete buffer test, since redraw-calendar has
9014 that now.
9015
9016 * calendar/diary-lib.el (mark-diary-entries): Only call
9017 redraw-calendar in the first of any recursive calls.
9018 Reported by Alan Shutko <ats@acm.org>.
9019
9020 2005-03-08 Juri Linkov <juri@jurta.org>
9021
9022 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9023 (html-horizontal-rule, html-line, html-image, html-checkboxes)
9024 (html-radio-buttons): Add a space before the trailing `/>' where
9025 sgml-xml-mode is non-nil.
9026 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9027 the subsequent tag of the empty XML tag.
9028 (html-href-anchor): Don't set initial input to "http:".
9029 (html-image): Ask for the image URL and set point inside alt="".
9030 (html-name-anchor): Duplicate the name in the `id' attribute when
9031 sgml-xml-mode is non-nil.
9032 (html-paragraph): Remove \n before <p>.
9033 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9034 instead of `checked' when sgml-xml-mode is non-nil.
9035
9036 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9037 Remove 1 space before #RRGGBB to not truncate it on terminal
9038 windows w/o fringes. Remove 1 space between bg and fg examples
9039 to get more space.
9040 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9041 avoid byte-compile warnings.
9042
9043 * image-file.el (image-file-handler): Put `safe-magic' property to
9044 `image-file-handler'.
9045
9046 * info.el (Info-isearch-search): Emulate word search in
9047 isearching through multiple Info nodes with Info-search.
9048 (Info-isearch-wrap): Allow isearch-word.
9049
9050 2005-03-08 Lute Kamstra <lute@gnu.org>
9051
9052 * emacs-lisp/debug.el (debugger-step-through): Make sure that
9053 stepping into the debugger's code is not possible.
9054 (debugger-jumping-flag): Docstring update.
9055
9056 2005-03-08 Jay Belanger <belanger@truman.edu>
9057
9058 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9059 embedded mode begins.
9060 (calc-embedded-language-alist): New variable.
9061 (calc-embedded-find-modes): Use calc-embedded-language-alist to
9062 set default language mode.
9063
9064 2005-03-08 Kenichi Handa <handa@m17n.org>
9065
9066 * international/ccl.el (define-ccl-program): Fix docstring about
9067 extra 256 bytes assured for the output buffer.
9068
9069 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9070 Fix BUFFER_MAGNIFICATION to 2.
9071 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9072
9073 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
9074
9075 * align.el (align-rules-list): Added an alignment rule for CSS
9076 declarations (applies to css-mode and html-mode buffers).
9077
9078 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9081
9082 2005-03-07 Kim F. Storm <storm@cua.dk>
9083
9084 * simple.el (move-beginning-of-line): New command.
9085
9086 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9087
9088 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9089
9090 * emulation/cua-base.el: Put CUA move property on move-end-of-line
9091 and move-beginning-of-line.
9092
9093 * apropos.el (apropos-print): Omit command from M-x ... RET.
9094
9095 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
9096
9097 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9098 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9099
9100 2005-03-06 Richard M. Stallman <rms@gnu.org>
9101
9102 * bindings.el (esc-map): Bind M-g to goto-line.
9103
9104 * facemenu.el (global-map): Bind M-o, not M-g.
9105
9106 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9107
9108 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9109 "Open Directory" as for "Open File".
9110
9111 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9114 (push-mark-command): Run activate-mark-hook.
9115
9116 2005-03-06 Richard M. Stallman <rms@gnu.org>
9117
9118 * help-mode.el (help-mode-finish): Don't alter the element
9119 in view-return-to-alist if there already is one.
9120
9121 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9122 make sure the current buffer is the expected one.
9123
9124 * novice.el (disabled-command-function): Output in *Disabled Command*.
9125 Explicitly ignore non-keyboard events, and explicitly handle C-g.
9126
9127 * textmodes/flyspell.el (flyspell-large-region):
9128 Pass args differently for aspell.
9129
9130 * files.el (mode-require-final-newline): Doc fix.
9131
9132 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9133
9134 * progmodes/which-func.el (which-function):
9135 Specify NOERROR when calling imenu--make-index-alist.
9136
9137 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * simple.el (normal-erase-is-backspace): Define default value.
9140
9141 * custom.el (custom-theme-set-variables): Remove unused var
9142 `immediate'.
9143 (custom-reevaluate-setting): Simple function to handle variables
9144 that are defined before their default value can really be
9145 computed.
9146
9147 * startup.el (command-line): Use it for temporary-file-directory,
9148 small-emporary-file-directory, auto-save-file-name-transforms,
9149 blink-cursor-mode, and normal-erase-is-backspace.
9150
9151 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9152 progress, even with buggy anchored keywords.
9153
9154 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
9155
9156 * simple.el (goto-line): Remove unbalanced final parenthesis.
9157
9158 2005-03-05 Richard M. Stallman <rms@gnu.org>
9159
9160 * simple.el (goto-line): Use a number at point as the default.
9161 With C-u as arg, switch buffers.
9162
9163 2005-03-05 Juri Linkov <juri@jurta.org>
9164
9165 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9166 with `no-blinking-cursor'.
9167
9168 * startup.el (no-blinking-cursor): New defvar.
9169 (command-line): Add `--no-blinking-cursor' to longopts.
9170 Set `no-blinking-cursor' to t for command line arguments
9171 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
9172 with `no-blinking-cursor' in the condition for calling
9173 `blink-cursor-mode'.
9174
9175 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9178 (menu-bar-options-save): Add blink-cursor-mode.
9179 (menu-bar-options-menu): Add blink-cursor-mode.
9180
9181 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9182
9183 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9184 (icalendar-export-file, icalendar-export-region)
9185 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9186 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9187
9188 2005-03-04 Lute Kamstra <lute@gnu.org>
9189
9190 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9191 (debug-function-list): Ditto.
9192
9193 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
9194
9195 * textmodes/texinfmt.el (texinfo-append-refill):
9196 Redefine the types of line to which @refill
9197 is not appended by replacing a search for `@refill\\|@bye' with
9198 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
9199 itemize@refill' bug and the unfilled long lines bug.
9200 (texinfmt-version): Update number and date.
9201
9202 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9203
9204 * international/code-pages.el (windows-1250, windows-125[2-8])
9205 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9206
9207 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9210 bound yet.
9211
9212 2005-03-02 Romain Francoise <romain@orebokech.com>
9213
9214 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9215 buffer after removing limits.
9216 (ibuffer-pop-filter): Ditto.
9217 Update copyright.
9218
9219 2005-03-02 Miles Bader <miles@gnu.org>
9220
9221 * button.el (make-text-button): If the user doesn't specify a
9222 type, use the default. Rewrite to use `add-text-properties' and
9223 plist functions.
9224
9225 2005-03-01 Lute Kamstra <lute@gnu.org>
9226
9227 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9228 (debugger-jumping-flag): New var.
9229 (debug-entry-code): Use it.
9230 (debugger-jump): Use debugger-jumping-flag and add
9231 debugger-reenable to post-command-hook.
9232 (debugger-reenable): Use debugger-jumping-flag and remove itself
9233 from post-command-hook.
9234 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9235 debugger-reenable.
9236
9237 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
9238
9239 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9240 inclusion of "itemize\\|", which may be unnecessary, is certainly
9241 inelegant, and stops refilling in itemize lists when formatting
9242 Japanese Texinfo files to Info.
9243 Update copyright to 2005.
9244
9245 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
9246
9247 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9248 of an error if GDB can't find the source file.
9249
9250 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9251
9252 * calendar/calendar.el (redraw-calendar): Work from any buffer,
9253 not just the calendar.
9254
9255 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9256 first.
9257 (diary-redraw-calendar): New function.
9258 (make-diary-entry): Add diary-redraw-calendar to local
9259 write-contents-functions. Turn off selective display before
9260 inserting in diary.
9261
9262 2005-03-01 Kim F. Storm <storm@cua.dk>
9263
9264 * emacs-lisp/copyright.el (copyright-fix-years): New command.
9265
9266 2005-03-01 Lute Kamstra <lute@gnu.org>
9267
9268 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9269 that debug-entry-code can be safely removed from a function while
9270 this code is being evaluated. Revert the 2005-02-27 change as the
9271 new implementation no longer requires it. Make sure that a
9272 function body containing just a string is not mistaken for a docstring.
9273 (debug): Skip one more frame in case of debug on entry.
9274 (debugger-setup-buffer): Delete one more frame line in case of
9275 debug on entry.
9276 (debugger-frame-number): Update to use the new text introduced by
9277 the 1999-11-03 change. Skip one more frame in case of debug on entry.
9278
9279 2005-02-28 Kim F. Storm <storm@cua.dk>
9280
9281 * double.el (double-translate-key): Call force-window-update after
9282 read-event to avoid crash in redisplay.
9283
9284 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9287 (debug): Use it. Move the inhibit-trace earlier.
9288 (debug-entry-code): New const.
9289 (debug-on-entry-1): Use it.
9290
9291 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * international/utf-16.el (ccl-encode-mule-utf-16le):
9294 Fix BUFFER_MAGNIFICATION to 2.
9295 (ccl-encode-mule-utf-16be): Likewise.
9296
9297 2005-02-28 Kenichi Handa <handa@m17n.org>
9298
9299 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9300 Fix BUFFER_MAGNIFICATION to 4.
9301 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9302
9303 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
9304
9305 * speedbar.el (speedbar-update-flag): Doc fix.
9306 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9307 argument.
9308
9309 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9312 have a non-nil `invisible' property but are actually visible.
9313
9314 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9315 for perldoc sections.
9316 (perl-outline-regexp, perl-outline-level): New var and function.
9317 (perl-mode): Use them.
9318
9319 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9320
9321 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9322 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9323
9324 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9325
9326 * cus-edit.el: Comment change.
9327 (custom-buffer-create-internal): Slightly reword text at top of
9328 Custom buffers. Mention there that saving an option edits the
9329 init file. Add link to Emacs manual node on `custom-file'.
9330 (custom-magic-alist): Rewrite individual State messages to use
9331 capitalized keywords. Doc fix.
9332
9333 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9334
9335 * calendar/calendar.el (calendar-buffer): Move above
9336 calendar-week-start-day.
9337 (calendar-week-start-day): Doc fix. Add :set function.
9338 (calendar-minimum-window-height): New variable.
9339 (generate-calendar-window): Only resize window if selected-window
9340 is displaying the calendar buffer. Use new variable
9341 calendar-minimum-window-height.
9342 (generate-calendar): Reword error message.
9343 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9344
9345 2005-02-27 Andreas Schwab <schwab@suse.de>
9346
9347 * vc.el (vc-do-command): Don't run command asynchronously when
9348 operating in a remote directory.
9349
9350 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9351 change from sync with Tramp 2.0.47.
9352
9353 2005-02-27 Richard M. Stallman <rms@gnu.org>
9354
9355 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9356
9357 * textmodes/flyspell.el (flyspell-mode-on):
9358 Call ispell-change-dictionary only if necessary.
9359
9360 * emacs-lisp/re-builder.el (regexp-builder): New function.
9361
9362 * register.el (describe-register-1): Explicitly handle
9363 yank-excluded-properties = t.
9364
9365 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9366 (custom-magic-alist): Change the status descriptions again.
9367 (face widget-type): Total rewrite based on `restricted-sexp'
9368 to eliminate the confusing double hiding levels.
9369
9370 * emacs-lisp/debug.el (debug-on-entry-1):
9371 If function body is empty, add nil as body form.
9372
9373 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * emacs-lisp/trace.el (inhibit-trace): New var.
9376 (trace-make-advice): Use it.
9377
9378 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9379
9380 2005-02-26 Kim F. Storm <storm@cua.dk>
9381
9382 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9383 (mouse-on-link-p, mouse-drag-region-1): Use it.
9384
9385 2005-02-25 Lute Kamstra <lute@gnu.org>
9386
9387 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9388
9389 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9390
9391 * frame.el (blink-cursor-mode): Add :group keyword.
9392
9393 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
9394
9395 * calendar/icalendar.el (icalendar--decode-isodatetime):
9396 New optional argument DAY-SHIFT.
9397 (icalendar-export-region): Fix coding-system-for-write.
9398 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9399 events by one.
9400
9401 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9404
9405 2005-02-24 Kim F. Storm <storm@cua.dk>
9406
9407 * international/iso-acc.el (iso-accents-compose): Fix crash
9408 during redisplay. Call force-window-update after read-event
9409 and delete-region to signal that window is not accurate.
9410
9411 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9414 Remove unused and inexistent var `inhibit-trace'.
9415 (debugger-mode): Use run-mode-hooks.
9416 (debugger-list-functions): Add buttons; setup xref stack.
9417
9418 2005-02-23 Richard M. Stallman <rms@gnu.org>
9419
9420 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9421 appointment says it was explicitly made.
9422 (appt-add): Set the 3rd element.
9423 (appt-make-list): Preserve explicit appointments.
9424
9425 * subr.el (find-tag-default): Catch errors in forward-sexp.
9426
9427 2005-02-23 Juri Linkov <juri@jurta.org>
9428
9429 * info.el (Info-isearch-search): New defcustom.
9430 (Info-isearch-search): Call the default isearch function
9431 when Info-isearch-search is nil.
9432 (Info-isearch-wrap): Use variable Info-isearch-search.
9433
9434 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9435
9436 * cus-edit.el: Comment change.
9437
9438 2005-02-22 Kim F. Storm <storm@cua.dk>
9439
9440 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9441 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9442
9443 2005-02-22 Simon Josefsson <jas@extundo.com>
9444
9445 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9446 New variable.
9447 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9448 Oskarsson" <myrkraverk@users.sourceforget.net>.
9449
9450 2005-02-22 Kim F. Storm <storm@cua.dk>
9451
9452 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9453 check that window of that event is the selected window.
9454 (mouse-drag-region-1): Compare mouse event window to selected
9455 window before setting point.
9456
9457 * tooltip.el (tooltip-show-help-function): Pass event to
9458 mouse-on-link-p so it can check selected window.
9459
9460 2005-02-22 Kenichi Handa <handa@m17n.org>
9461
9462 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9463 (ps-mule-show-warning): New function.
9464 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9465 characters are found.
9466
9467 * ps-print.el (ps-header-footer-string): Return a list of header
9468 and footer strings.
9469
9470 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9471
9472 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9473
9474 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * frame.el (blink-cursor-mode): Use define-minor-mode.
9477
9478 * term/mac-win.el (function-key-map): Use char-names more consistently.
9479 (file-name-coding-system): Only set it for MacOS-9. The other case is
9480 already handled in mule-cmds.el (where it also works when mac-win.el
9481 is not used).
9482
9483 2005-02-21 Kenichi Handa <handa@m17n.org>
9484
9485 * international/mule.el (ctext-pre-write-conversion): Always use
9486 " *code-converting-work*" buffer for work.
9487
9488 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9489
9490 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9491
9492 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9493
9494 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9495
9496 * ses.el (undo-more): Restore defadvice, but only the part that
9497 allows changes outside the restricted area of the buffer.
9498
9499 2005-02-20 Kim F. Storm <storm@cua.dk>
9500
9501 * simple.el (line-move): Add fourth optional arg try-vscroll which
9502 must be set to perform auto-window-vscroll.
9503 When moving backwards and doing auto-window-vscroll, automatically
9504 vscroll to the last part of lines which are taller than the window.
9505 (next-line, previous-line): Set try-vscroll arg on line-move.
9506
9507 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9508
9509 * replace.el (query-replace, query-replace-regexp)
9510 (replace-string, replace-regexp): When operating on region, make
9511 the minibuffer prompt say so.
9512
9513 * isearch.el (isearch-forward): Document isearch-query-replace and
9514 isearch-query-replace-regexp keybindings.
9515
9516 2005-02-19 Jay Belanger <belanger@truman.edu>
9517
9518 * calc/calc-aent.el (math-read-token): Add local variable.
9519
9520 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9521 (calc-edit-top): Move declaration to earlier in file.
9522 (calc-edit-macro-repeats): Add local variables.
9523
9524 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9525 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9526 calcFunc-tanh.
9527 Adjust integration rule for calcFunc-tan.
9528
9529 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9530
9531 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9532 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9533 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9534 (viper-skip-separators): Bug fix.
9535 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9536 particular major mode.
9537 (viper-del-backward-char-in-replace): Don't put deleted char on the
9538 kill ring.
9539
9540 * viper-ex.el (viper-color-display-p): New function.
9541 (viper-has-face-support-p): Use viper-color-display-p.
9542
9543 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9544
9545 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9546
9547 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9548 (viper-file-remote-p): Make equivalent to file-remote-p.
9549
9550 * viper.el (viper-major-mode-modifier-list):
9551 Use viper-gnus-modifier-map.
9552
9553 2005-02-19 David Kastrup <dak@gnu.org>
9554
9555 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9556 quoting.
9557
9558 2005-02-19 Jay Belanger <belanger@truman.edu>
9559
9560 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9561 Remove extra definitions.
9562 (calc-coth): New function.
9563 (calcFunc-cot): Fix `let'.
9564
9565 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9566
9567 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9568 the reasons we use "type pc" in these faces.
9569
9570 * button.el (button): Ditto.
9571
9572 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9573
9574 * replace.el (query-replace-read-from): Set the value of
9575 query-replace-from-history-variable to handle the case of an empty
9576 string entered to accept the suggested default.
9577
9578 * net/tramp.el (tramp-file-name-for-operation):
9579 Use dired-call-process instead of dired-call-process-command.
9580
9581 2005-02-19 Jay Belanger <belanger@truman.edu>
9582
9583 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9584 (math-div-non-trig): New variables.
9585 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9586 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9587 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9588 trig expressions.
9589
9590 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9591
9592 * progmodes/gdb-ui.el (gdb-var-update-handler)
9593 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9594 for watch expressions,
9595 (gdb-var-create-handler): Don't set speedbar-update-flag.
9596 (gdb-post-prompt): Simplify test for speedbar.
9597
9598 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9599
9600 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9601 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9602 we use the syntax table of the correct buffer.
9603 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9604 Felix Gatzemeier.
9605
9606 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9607 (ediff-file-remote-p): Make synonymous with file-remote-p.
9608 In all deffaces ediff-*-face-*, use min-colors.
9609
9610 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9611 ediff-recurse-to-subdirectories.
9612 (ediff-mark-if-equal): Check that the arguments are strings, use
9613 ediff-same-contents (after to Felix Gatzemeier).
9614
9615 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9616 nil.
9617
9618 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9621
9622 2005-02-18 David Kastrup <dak@gnu.org>
9623
9624 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9625 use `mark-active' when defined.
9626
9627 2005-02-18 Kenichi Handa <handa@m17n.org>
9628
9629 * ps-print.el (ps-font-info-database): New entry
9630 ZapfChancery-MediumItalic with correct font name. Fix font name
9631 of the entry Zapf-Chancery-MediumItalic.
9632
9633 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9634
9635 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9636
9637 2005-02-16 Kim F. Storm <storm@cua.dk>
9638
9639 * ido.el (ido-fallback-command): Pass user input to fallback command.
9640
9641 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9642
9643 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9644 (gdb-find-file-hook): Add server prefix.
9645
9646 2005-02-16 Richard M. Stallman <rms@gnu.org>
9647
9648 * replace.el (perform-replace): Pass new args to replace-highlight.
9649 (replace-highlight): Take region args,
9650 and pass them to isearch-lazy-highlight-new-loop.
9651
9652 * novice.el (disabled-command-hook): Autoload the defalias
9653 and the make-obsolete-variable call.
9654
9655 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9656
9657 * isearch.el (isearch-lazy-highlight-start-limit)
9658 (isearch-lazy-highlight-end-limit): New variables limit
9659 the region for highlighting.
9660 (isearch-lazy-highlight-new-loop): New args BEG and END.
9661 (isearch-lazy-highlight-search): Use the new vars.
9662 (isearch-lazy-highlight-update): Likewise.
9663
9664 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9665
9666 * cus-start.el (all): Use default-boundp.
9667
9668 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9669
9670 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9671
9672 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9673
9674 * autorevert.el (auto-revert-stop-on-user-input)
9675 (auto-revert-verbose): Doc fixes.
9676
9677 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9678
9679 * international/mule-cmds.el (set-locale-environment): Remove call
9680 to set-selection-coding-system on Windows.
9681
9682 2005-02-15 Jay Belanger <belanger@truman.edu>
9683
9684 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9685 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9686 calcFunc-coth.
9687 (math-simplify-sqrt): Add simplifications.
9688
9689 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9690 to list.
9691
9692 * calc/calc-ext.el: Add functions to autoloads.
9693
9694 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9695 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9696 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9697 (math-csc-raw, math-cot-raw): New functions.
9698
9699 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9700
9701 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9702 the variable name in a message.
9703
9704 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9705 calcFunc-csc, calcFunc-cot.
9706
9707 * calc/calcalg2.el: Add derivative and integration rules for
9708 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9709 calcFunc-csch, calcFunc-coth.
9710 (math-do-integral-methods): Add to checks for when to use
9711 substitutions.
9712
9713 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9714
9715 2005-02-15 Lute Kamstra <lute@gnu.org>
9716
9717 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9718 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9719 <monnier@iro.umontreal.ca>
9720 (lisp-outline-level): Improve efficiency. Suggested by David
9721 Kastrup <dak@gnu.org>.
9722
9723 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9724
9725 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9726 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9727 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9728 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9729 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9730
9731 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9732
9733 * cus-start.el (all): Comment change.
9734
9735 2005-02-14 Lute Kamstra <lute@gnu.org>
9736
9737 * cus-start.el (all): Check if symbol is void.
9738
9739 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9740
9741 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9742 optional argument to \cite.
9743
9744 2005-02-14 Richard M. Stallman <rms@gnu.org>
9745
9746 * cus-edit.el (custom-buffer-create-internal): Update help message.
9747 (custom-magic-alist): Update help messages.
9748
9749 * cus-start.el (all): Allow a var to specify a standard value.
9750
9751 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9752
9753 * custom.el (custom-theme-set-variables): Handle variable aliases.
9754
9755 * frame.el (blink-cursor-timer): Doc fix.
9756 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9757 declare obsolete.
9758 (blink-cursor-mode): Define with defcustom and use correct
9759 standard expression in that defcustom.
9760 * startup.el (command-line): Adapt to above changes in frame.el.
9761
9762 2005-02-11 Lute Kamstra <lute@gnu.org>
9763
9764 * apropos.el (apropos-score-doc): Prevent division by zero.
9765
9766 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9767
9768 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9769 (icalendar--get-event-property-attributes)
9770 (icalendar--get-event-properties)
9771 (icalendar--datetime-to-diary-date): New functions.
9772 (icalendar--split-value): Doc fix.
9773 (icalendar--datetime-to-noneuropean-date)
9774 (icalendar--datetime-to-european-date): New optional argument
9775 SEPARATOR. Return result as a string instead of a list.
9776 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9777 (icalendar--convert-string-for-export): Rename arg S to STRING.
9778 (icalendar-export-region): Doc fix. Change name of error buffer.
9779 Save output buffer.
9780 (icalendar-import-file): Add blank at end of prompt.
9781 (icalendar-import-buffer): Doc fix. Do not switch to error
9782 buffer. Indicate status in return value.
9783 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9784 buffer. Save output buffer. Handle exception from recurrence
9785 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9786 events. Fix problems with weekly all-day events.
9787
9788 2005-02-10 Richard M. Stallman <rms@gnu.org>
9789
9790 * simple.el (eval-expression-print-format):
9791 Avoid warning about edebug-active.
9792
9793 * help.el (help-for-help-internal): Rename from help-for-help.
9794 (help-for-help): Define with defalias.
9795
9796 * font-core.el (font-lock-default-function): Use with-no-warnings.
9797
9798 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9799
9800 * custom.el (defface): Doc fix.
9801
9802 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9803
9804 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9805 width 0" to prevent word wrapping problems.
9806
9807 2005-02-09 Kim F. Storm <storm@cua.dk>
9808
9809 * ido.el (ido-file-extensions-order): New defcustom.
9810 (ido-file-extension-lessp, ido-file-extension-aux)
9811 (ido-file-extension-order): New advanced file ordering.
9812 (ido-file-lessp): New simple file ordering.
9813 (ido-sort-list): Remove.
9814 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9815 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9816
9817 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9818
9819 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9820 that some versions of grep produce.
9821 (grep-mode-font-lock-keywords): Likewise.
9822
9823 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9826 (gdb-cdir): Delete.
9827 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9828 (gdb-source-info): Treat case when source file is in another
9829 directory properly.
9830 (gdb-get-location): New function.
9831
9832 2005-02-07 Jay Belanger <belanger@truman.edu>
9833
9834 * calc/calc-prog.el (calc-write-parse-table-part)
9835 (calc-fix-token-name): Fix a check for language type.
9836
9837 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9838
9839 2005-02-07 Andre Spiegel <spiegel@gnu.org>
9840
9841 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9842 as directory not writable.
9843
9844 2005-02-07 Kim F. Storm <storm@cua.dk>
9845
9846 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9847 (cua--standard-movement-commands): Remove list.
9848 Instead, set CUA property value to move for movement commands.
9849 (cua-movement-commands): Remove. Users must set CUA prop instead.
9850 (cua--pre-command-handler): Check CUA property.
9851 (cua--init-keymaps): Don't remap undo commands.
9852 (cua-mode): Don't call cua--rectangle-on-off.
9853
9854 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9855 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9856 (cua--rect-undo-set-point): New var.
9857 (cua--rectangle-undo-boundary): Setup undo apply entry.
9858 (cua--rect-undo-handler): New function for rectangle undo.
9859 (cua--rect-start-position, cua--rect-end-position): Add.
9860 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9861 for restored rectangle. Set point if cua--rect-undo-set-point.
9862
9863 2005-02-06 Jay Belanger <belanger@truman.edu>
9864
9865 * calc/calc-lang.el (calc-tex-language): Display more information
9866 in messages.
9867
9868 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9869 in TeX mode.
9870
9871 2005-02-06 Richard M. Stallman <rms@gnu.org>
9872
9873 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9874
9875 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9876
9877 * net/ldap.el (ldap-search-internal): Support attributes with
9878 optional descriptions separated by a semi-colon, as in
9879 "userCertificate;binary".
9880
9881 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9882
9883 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9884 isn't a cons (i.e. the version is 0).
9885
9886 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9887
9888 * help.el (help-for-help): Doc fix.
9889
9890 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
9891
9892 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
9893 GDB-Windows on the menu-bar as this works better.
9894
9895 2005-02-04 Jay Belanger <belanger@truman.edu>
9896
9897 * calc/calc-embed.el (calc-embedded-update): Don't put in
9898 unnecessary newlines. Adjust the end of formula marker.
9899
9900 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9901 (math-latex-parse-two-args): New function.
9902
9903 2005-02-03 Lute Kamstra <lute@gnu.org>
9904
9905 * help-fns.el (help-with-tutorial): Make sure that users cannot
9906 remove the entire text of the tutorial by means of `undo'.
9907
9908 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9911 in recent changes, where the ispell process was repeatedly
9912 killed & restarted.
9913
9914 * international/mule-cmds.el (set-locale-environment): Set file-name
9915 coding system to utf-8 on Darwin systems.
9916 (set-default-coding-systems): Don't set default-file-name-coding-system
9917 on Darwin systems.
9918
9919 2005-02-03 Richard M. Stallman <rms@gnu.org>
9920
9921 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9922
9923 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9924
9925 * faces.el (list-faces-display): Add optional argument.
9926
9927 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * font-core.el (font-lock-default-function): Handle the rare case where
9930 only font-lock-keywords is set.
9931
9932 2005-02-02 Kenichi Handa <handa@m17n.org>
9933
9934 * international/characters.el: Cancel previous change for
9935 I-WITH-DOT-ABOVE and DOTLESS-i.
9936
9937 * international/latin-5.el: Cancel previous change.
9938
9939 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9940
9941 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9942
9943 2005-02-02 Kenichi Handa <handa@m17n.org>
9944
9945 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9946 DOTLESS-i.
9947
9948 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9949 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9950
9951 * case-table.el (get-upcase-table): New function.
9952 (copy-case-table): Copy upcaes table too if non-nil.
9953 (set-case-syntax-delims): Maintain upcase table too.
9954 (set-case-syntax-pair): Likewise.
9955 (set-upcase-syntax, set-downcase-syntax): New functions.
9956 (set-case-syntax): Maintain upcase table too.
9957
9958 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9959
9960 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9961
9962 * progmodes/gud.el (gud-goto-info): New function.
9963 (gud-tool-bar-map): Use correct icon.
9964
9965 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9966
9967 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9968 When delegating, order args in the funcall correctly.
9969
9970 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9971
9972 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9973
9974 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
9975
9976 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9977 buffer not visiting a file.
9978
9979 2005-01-31 Jay Belanger <belanger@truman.edu>
9980
9981 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9982 bound on the line with the formula.
9983
9984 2005-01-31 Kim F. Storm <storm@cua.dk>
9985
9986 * ses.el (ses-create-cell-variable-range)
9987 (ses-destroy-cell-variable-range, ses-reset-header-string)
9988 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9989 (ses-insert-row): Fix format of apply undo entries.
9990
9991 2005-01-31 Jay Belanger <belanger@truman.edu>
9992
9993 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9994 parts.
9995
9996 * calc/calc-embed.el (calc-embedded-open-formula)
9997 (calc-embedded-close-formula): Ignore matrix environments.
9998
9999 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10000 TeX mode.
10001
10002 * calc/calc-lang.el (math-function-table, math-oper-table)
10003 (math-variable-table): Adjust the LaTeX portions.
10004
10005 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10006 (math-latex-ignore-words): New constant.
10007
10008 2005-01-31 Richard M. Stallman <rms@gnu.org>
10009
10010 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10011 (ispell-local-dictionary): Doc fix.
10012 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10013 Don't reinitialize at run time. Don't defcustom.
10014 All uses changed to append ispell-local-dictionary-alist,
10015 or check it first.
10016 (ispell-current-dictionary): New variable for dictionary in use.
10017 (ispell-dictionary): Now used only for global default.
10018 (ispell-start-process): Set ispell-current-dictionary,
10019 not ispell-dictionary.
10020 (ispell-change-dictionary): Use this only for setting
10021 user preferences.
10022 (ispell-internal-change-dictionary): New function
10023 to change the current dictionary in use.
10024 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10025 Use ispell-current-dictionary.
10026 Handle ispell-local-dictionary-overridden.
10027 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10028
10029 2005-01-31 Jay Belanger <belanger@truman.edu>
10030
10031 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10032
10033 * calc/calc-ext.el: Add calc-latex-language to autoloads.
10034 (calc-mode-map): Add calc-latex-language.
10035
10036 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10037 (math-latex-print-frac): New functions.
10038 (math-oper-table, math-function-table, math-variable-table)
10039 (math-complex-format, math-input-filter): Add latex properties.
10040 (calc-set-language): Set math-expr-special-function-mapping.
10041
10042 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10043 (calc-write-parse-table-part): Add LaTeX support.
10044
10045 * calc/calc.el (calc-language): Adjust docstring.
10046 (calc-set-mode-line): Add LaTeX support.
10047 (math-expr-special-function-mapping): New variable.
10048 (math-tex-ignore-words): Add to list.
10049
10050 * calc/calccomp.el (math-compose-expr, math-compose-rows):
10051 Add LaTeX support.
10052 (math-compose-expr): Add support for special functions.
10053
10054 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10055
10056 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * progmodes/gdb-ui.el (gdb-memory-address)
10059 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10060 (gdb-memory-mode-map, gdb-memory-format-keymap)
10061 (gdb-memory-format-menu, gdb-memory-unit-keymap)
10062 (gdb-memory-unit-menu): New variables for a buffer
10063 that lets the user examine program memory.
10064 (gdb-memory-set-address, gdb-memory-set-repeat-count)
10065 (gdb-memory-format-binary, gdb-memory-format-octal)
10066 (gdb-memory-format-unsigned, gdb-memory-format-signed)
10067 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10068 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10069 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10070 (gdb-memory-unit-byte, gdb-memory-unit-menu)
10071 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10072 (gdb-memory-mode, gdb-memory-buffer-name)
10073 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10074 New functions for above buffer.
10075
10076 2005-01-30 Richard M. Stallman <rms@gnu.org>
10077
10078 * cus-edit.el (custom-bury-buffer): Function deleted.
10079 (custom-buffer-done-function): Option deleted.
10080 (custom-buffer-done-kill): New (replacement option.
10081 (Custom-buffer-done): Call quit-window.
10082 (custom-buffer-create-internal): Update for above changes.
10083
10084 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
10085
10086 * simple.el (undo-ask-before-discard): New var.
10087 (undo-outer-limit-truncate): Implement it.
10088 (undo-extra-outer-limit): Doc update.
10089
10090 2005-01-29 Richard M. Stallman <rms@gnu.org>
10091
10092 * ses.el (undo-more): Delete defadvice.
10093 (ses-begin-change): Doc fix.
10094
10095 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10096 instead of rebinding C-x u and C-_.
10097
10098 * files.el (normal-backup-enable-predicate): Return nil for files
10099 in /tmp, regardless of temporary-file-directory.
10100
10101 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10102
10103 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10104 (open-rectangle, delete-whitespace-rectangle-line)
10105 (clear-rectangle-line): If FILL, pass t instead of FILL
10106 for move-to-column's 2nd arg.
10107
10108 * simple.el (undo): Fix the test for continuing a series of undos.
10109 (undo-more): Set pending-undo-list to t when we reach end.
10110 (pending-undo-list): Move up defvar.
10111
10112 * wid-edit.el (widget-button-click):
10113 Shorten the range of the track-mouse binding.
10114
10115 * comint.el (comint-insert-input): Undo previous changes;
10116 use last-input-event in interactive spec.
10117
10118 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10119
10120 * progmodes/compile.el (compilation-start): Bind buffer-read-only
10121 to nil before invoking call-process. Reset buffer's modified flag
10122 after fontifying it in the no-async branch.
10123
10124 * wid-edit.el (widget-specify-button): If mouse pointer shape
10125 cannot be changed, use mouse face instead.
10126
10127 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
10128
10129 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10130 (gdb-goto-breakpoint): Make breakpoint handling work on template
10131 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
10132 (gdb-assembler-custom): Update to recognize breakpoint information
10133 added on 2005-01-19.
10134
10135 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10138 (dsssl-mode): Use define-derived-mode.
10139 (scheme-mode-initialize): Remove.
10140 (scheme-mode): Use run-mode-hooks.
10141
10142 * cus-edit.el (customize-group-other-window)
10143 (custom-buffer-create-other-window): Don't override special-display-*.
10144 (custom-mode-map): Make it dense.
10145
10146 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10147 sets the default value.
10148
10149 2005-01-28 Eli Zaretskii <eliz@gnu.org>
10150
10151 * descr-text.el: Add more keywords.
10152
10153 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * speedbar.el: Avoid unnecessary use of locate-library.
10156
10157 * international/mule-cmds.el (standard-display-european-internal):
10158 Don't fiddle with latin-1 non-break space any more since it's now
10159 special cased in the C code.
10160 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10161
10162 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
10163
10164 * cus-start.el (all): Add `undo-outer-limit'.
10165
10166 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10167
10168 * textmodes/bibtex.el (bibtex-format-entry):
10169 Use `bibtex-empty-field-re' only on the text of fields, not on entire
10170 field lines.
10171 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10172 not on part of a buffer.
10173
10174 2005-01-25 Lute Kamstra <lute@gnu.org>
10175
10176 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10177 nonempty field text strings like "{letters\\macro{}more letters}".
10178 Clarify docstring.
10179 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10180 (bibtex-entry-offset, bibtex-parse-association)
10181 (bibtex-parse-field-name): Fix typos in docstrings.
10182 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10183
10184 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
10185
10186 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10187 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10188 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10189 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10190
10191 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10192 isearch minor mode.
10193
10194 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
10195
10196 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10197
10198 2005-01-24 Lute Kamstra <lute@gnu.org>
10199
10200 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10201 CASECHARS and NOT-CASECHARS regular expressions of the
10202 "nederlands" and "nederlands8" dictionaries to prevent a "Range
10203 striding over charsets" error.
10204
10205 2005-01-24 Jay Belanger <belanger@truman.edu>
10206
10207 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10208 display variable name.
10209
10210 2005-01-24 Kenichi Handa <handa@m17n.org>
10211
10212 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10213 Fix setting of the element of encoded-kbd-iso2022-invocations.
10214
10215 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
10216
10217 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10218 (gdb-threads-select): Change to also accept mouse events.
10219 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10220 (gdb-threads-mouse-select): Delete.
10221
10222 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * files.el (insert-directory): Take care of empty directory,
10225 listed without -a switch.
10226
10227 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * textmodes/refill.el (refill-post-command-function):
10230 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10231 to the list of functions that we should be careful not to undo.
10232 (refill-late-fill-paragraph-function): Remove.
10233 (refill-saved-state): New var.
10234 (refill-mode): Use it to save fill-paragraph-function.
10235 Save also the value of auto-fill-function.
10236
10237 * term/w32-win.el: Simplify code.
10238
10239 2005-01-23 Kim F. Storm <storm@cua.dk>
10240
10241 * simple.el (line-move): Adapt to new return value from
10242 pos-visible-in-window-p.
10243
10244 * simple.el (line-move): Fix last change. Check partial
10245 visibility at point rather than at window-start.
10246
10247 2005-01-22 Jason Rumney <jasonr@gnu.org>
10248
10249 * term/w32-win.el (xw-defined-colors): Remove debug-message.
10250
10251 2005-01-22 David Kastrup <dak@gnu.org>
10252
10253 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10254
10255 2005-01-22 Eli Zaretskii <eliz@gnu.org>
10256
10257 * type-break.el (type-break-mode): Add a test for
10258 type-break-file-name being non-nil.
10259
10260 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10261
10262 * net/eudc.el (top level): Call (message "") via progn, so that
10263 eudc-options-file is loaded.
10264
10265 2005-01-22 Kim F. Storm <storm@cua.dk>
10266
10267 * simple.el (line-move-1): Rename from line-move.
10268 (line-move): New function that adjusts vscroll for partially
10269 visible rows, and calls line-move-1 otherwise.
10270
10271 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10272
10273 * pcomplete.el: Define pcomplete-read-event instead of read-event,
10274 since it's not a complete read-event implementation
10275
10276 2005-01-20 Jay Belanger <belanger@truman.edu>
10277
10278 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10279 for called function.
10280
10281 2005-01-20 Steven Tamm <steventamm@mac.com>
10282
10283 * term/mac-win.el (process-connection-type): Remove.
10284 Controlled now by s/darwin.h:PTY_ITERATION.
10285
10286 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * window.el (handle-select-window): Don't switch window when we're
10289 in the minibuffer.
10290
10291 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10292
10293 * subr.el (dotimes-with-progress-reporter): New macro.
10294
10295 * ses.el (ses-dotimes-msg): Remove macro.
10296 Use `dotimes-with-progress-reporter' instead.
10297
10298 2005-01-19 Steven Tamm <steventamm@mac.com>
10299
10300 * term/mac-win.el (process-connection-type): Use new
10301 operating-system-release variable to use ptys on Darwin 7 (OS X
10302 10.3) when using carbon build.
10303
10304 2005-01-19 Jay Belanger <belanger@truman.edu>
10305
10306 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10307 flags if the last command was a tab or M-tab.
10308
10309 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10310 in formula editing buffer.
10311
10312 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10313
10314 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10315 breakpoint image symbol in margin.
10316
10317 2005-01-19 Jay Belanger <belanger@truman.edu>
10318
10319 * calc/calc-prog.el (calc-execute-kbd-macro):
10320 Ignore calc-keep-arg-flag.
10321
10322 2005-01-19 Kenichi Handa <handa@m17n.org>
10323
10324 * textmodes/ispell.el (ispell-looking-at): New function.
10325 (ispell-process-line): Use ispell-looking-at to compare the ispell
10326 output and the buffer contents.
10327
10328 2005-01-18 Jay Belanger <belanger@truman.edu>
10329
10330 * calc/calc.el (calc-display-raw): Fix docstring.
10331
10332 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * simple.el (blink-matching-open): Strip extra info from syntax.
10335
10336 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10337 funny chars in the end-of-here-doc marker.
10338
10339 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10340
10341 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10342 that enable/disabled state of breakpoints is shown correctly in
10343 fringe and on ttys.
10344 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10345 Add breakpoint information as text properties.
10346 (gdb-mouse-toggle-breakpoint):
10347 Rename to gdb-mouse-set-clear-breakpoint.
10348 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
10349 breakpoints in the margin.
10350 (gdb-remove-strings): Simplify.
10351
10352 2005-01-17 Jay Belanger <belanger@truman.edu>
10353
10354 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10355 erasing buffer.
10356
10357 2005-01-17 Richard M. Stallman <rms@gnu.org>
10358
10359 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10360 for calling grep-compute-defaults.
10361
10362 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10363 if buffer is empty.
10364
10365 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10366
10367 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10370
10371 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10372 non-preloaded variables.
10373
10374 2005-01-17 Steven Tamm <steventamm@mac.com>
10375
10376 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10377 tex-shell cause to force interactivity when using pipes.
10378
10379 2005-01-17 Kim F. Storm <storm@cua.dk>
10380
10381 * simple.el (just-one-space): Make arg optional.
10382
10383 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
10384
10385 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10386 posn-at-x-y to t to access left-margin.
10387
10388 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10389
10390 Sync with Tramp 2.0.47.
10391
10392 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10393 catching keep-date problems in cp/scp operations.
10394 (tramp-handle-copy-file): Don't call `set-file-modes'
10395 unconditionally. Specialized functions should know better what is
10396 necessary. This improves performance a little bit, and the
10397 functions could catch errors with `cp -p' and `scp -p'.
10398 (tramp-do-copy-or-rename-file-via-buffer)
10399 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10400 when appropriate.
10401 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10402 Call `set-file-modes' when appropriate.
10403 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10404 Johnsson <isak@hypergene.com>
10405 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10406 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10407 <joakim@verona.se>
10408 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10409 Emacs only.
10410
10411 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10412 `find-file-hooks' and `dired-mode-hook'.
10413 (tramp-minor-mode-map): Respective map. Add remapping for
10414 `compile' and `recompile'.
10415 (tramp-remap-command, tramp-recompile): New defuns.
10416 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10417 in buffer "*Compilation*". Call the commands asynchronously.
10418
10419 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10420 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10421 `shell-command', because it isn't magic in XEmacs. Reported by
10422 Adrian Aichner <adrian@xemacs.org>.
10423
10424 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10425 `substitute-in-file-name.
10426 (tramp-smb-handle-substitute-in-file-name): New defun.
10427 (tramp-smb-advice-PC-do-completion): Delete advice.
10428
10429 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10430
10431 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10432 Fix error in deleting region.
10433
10434 2005-01-15 Richard M. Stallman <rms@gnu.org>
10435
10436 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10437 In non-temp buffer, switch syntax table temporarily.
10438
10439 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10440
10441 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10442
10443 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10444
10445 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10446 (imenu--generic-function): Use START, not BEG, as pos of definition.
10447
10448 * simple.el (just-one-space): Argument specifies number of spaces.
10449
10450 * simple.el (eval-expression-print-format): Avoid warning
10451 about edebug-active.
10452
10453 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
10454
10455 * progmodes/sh-script.el: Code copied from make-mode.el
10456 with small changes,
10457 (sh-mode-map): Bind C-c C-\.
10458 (sh-backslash-column, sh-backslash-align): New variables.
10459 (sh-backslash-region, sh-append-backslash): New functions.
10460
10461 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10462
10463 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10464 (rmail-pop-password, rmail-pop-password-required): Move to
10465 rmail-obsolete group.
10466 (rmail-set-pop-password): Rename to rmail-set-remote-password.
10467 All callers updated.
10468 (rmail-get-pop-password): Rename to rmail-get-remote-password.
10469 Take an argument specifying whether it is POP or IMAP mailbox we
10470 are using. All callers updated.
10471 (rmail-pop-password-error): Rename to
10472 rmail-remote-password-error. Added mailutils-specific error message.
10473 (rmail-movemail-search-path)
10474 (rmail-movemail-variant-in-use): New variables.
10475 (rmail-remote-password, rmail-remote-password-required):
10476 New customization variables.
10477 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10478 (rmail-parse-url): New function.
10479 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10480 with GNU mailutils movemail.
10481
10482 2005-01-15 Kevin Ryde <user42@zip.com.au>
10483
10484 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10485 suffix to space, $ or '$, to correctly position point when going
10486 to @table style constants like DBL_MAX.
10487
10488 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10489
10490 * type-break.el (type-break-mode, type-break-file-time)
10491 (type-break-file-keystroke-count, type-break-choose-file):
10492 Don't store data in or load data from the file if type-break-file-name
10493 is nil.
10494 (type-break-file-name): Doc update as per the above.
10495
10496 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10497
10498 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10499 lookup-key might return nil; handle that.
10500
10501 2005-01-15 Alan Mackenzie <acm@muc.de>
10502
10503 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10504 rather than the element found, thus enabling the tree to be setcar'd.
10505
10506 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10507
10508 * textmodes/org.el (org-show-following-heading): New option.
10509 (org-show-hierarchy-above): Use `org-show-following-heading'.
10510 (org-cycle): Documentation fix.
10511
10512 * textmodes/org.el (orgtbl-optimized): New option
10513 (orgtbl-mode): New command, a minor mode.
10514 (orgtbl-mode-map): New variable.
10515 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10516 (orgtbl-error, orgtbl-self-insert-command)
10517 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10518
10519 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10520 a local variable in each org-mode buffer.
10521
10522 * textmodes/org.el (org-set-regexps-and-options): Rename from
10523 `org-set-regexps'. Added checking for STARTUP keyword.
10524 (org-get-current-options): Add STARTUP options.
10525 (org-table-insert-row): Make mode intelligent about when
10526 realignment is needed.
10527 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10528 New commands.
10529 (org-enable-table-editor): New default value `optimized'.
10530 (org-table-blank-field): Support blanking regions if active.
10531
10532 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10533
10534 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10535 if the year is not given.
10536
10537 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10538 Add new escapes %m and %M, fixed bug with %F by adding
10539 save-match-data.
10540 (reftex-reference): Remove ?. from list of spaces.
10541 (reftex-label-info): Add automatic label prefix recognition.
10542
10543 * textmodes/reftex-index.el (reftex-index-next-phrase):
10544 Add slave parameter to call of `reftex-index-this-phrase'.
10545 (reftex-index-this-phrase): New optional argument.
10546 (reftex-index-region-phrases): Add slave parameter to call of
10547 `reftex-index-this-phrase'.
10548 (reftex-display-index): New argument redo.
10549 (reftex-index-rescan): Add 'redo to arguments of
10550 `reftex-display-index'.
10551 (reftex-index-Rescan, reftex-index-revert)
10552 (reftex-index-switch-index-tag): Add 'redo to arguments of
10553 `reftex-display-index'.
10554 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10555 indexing. Fix bug with matching is there is a quote before or
10556 after the word.
10557
10558 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10559 Fix bug when collecting citation keys in lines with comments.
10560 (reftex-citation): Prefix argument no longer rescans the document,
10561 but forces prompting for optional arguments of cite macros.
10562 (reftex-do-citation): Prompting for optional arguments implemented.
10563
10564 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10565 Add optional arguments to most cite commands.
10566 (reftex-cite-cleanup-optional-args): New option
10567 (reftex-cite-prompt-optional-args): New option.
10568 (reftex-trust-label-prefix): New option.
10569
10570 * textmodes/reftex-toc.el (reftex-toc-find-section):
10571 Add push-mark before changing the position in the buffer.
10572
10573 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10574 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10575
10576 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10577
10578 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10579 more carefully.
10580
10581 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10584 (sgml-mode): Use it.
10585 (sgml-get-context): Better keep track of implicitly closed tags.
10586
10587 2005-01-13 Kenichi Handa <handa@m17n.org>
10588
10589 * textmodes/ispell.el: These changes are to fix misalignment error
10590 caused by equivalent characters of different Emacs charsets.
10591 (ispell-unified-chars-table): New variable.
10592 (ispell-get-decoded-string): New function.
10593 (ispell-get-casechars, ispell-get-not-casechars)
10594 (ispell-get-otherchars): Call ispell-get-decoded-string.
10595
10596 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10597
10598 * custom.el (custom-declare-variable): Just put symbol instead
10599 of (defvar . symbol) in `current-load-list'.
10600
10601 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10602
10603 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10604
10605 2005-01-12 Jay Belanger <belanger@truman.edu>
10606
10607 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10608 to create a Calc summary.
10609
10610 2005-01-12 Kim F. Storm <storm@cua.dk>
10611
10612 * mouse.el (mouse-on-link-p): Change functionality and doc
10613 string to comply with latest description in lisp ref.
10614
10615 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10616
10617 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10618 Enable mouse clicks on mode-line, header-line and margin.
10619 (event-type): Give mouse event symbols an 'event-kind property
10620 with value 'mouse-click.
10621
10622 2005-01-12 Juri Linkov <juri@jurta.org>
10623
10624 * facemenu.el (list-colors-display): Add new arg buffer-name.
10625 Use it. Fix docstring. Replace code for identifying duplicate
10626 colors by the name with call to `list-colors-duplicates' which
10627 identifies duplicate colors by the value unless the color
10628 is one of special Windows colors. Set truncate-lines to t.
10629 Print sorted duplicate color names on each line. Indent to 22
10630 \(the longest color name in rgb.txt) instead of 20. Optimize.
10631 (list-colors-duplicates): New function.
10632 (facemenu-color-name-equal): Delete function.
10633
10634 * facemenu.el (list-colors-print): New function created from code
10635 in list-colors-display. Print #RRGGBB at the window right edge.
10636 (list-colors-display): When temp-buffer-show-function is not
10637 defined, call list-colors-print from temp-buffer-show-hook
10638 to get the right value of window-width in list-colors-print
10639 after the buffer is displayed.
10640
10641 * simple.el (pop-mark): Move deactivate-mark out of conditional
10642 part to deactivate the active mark regardless of the state of the
10643 mark ring.
10644
10645 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10646 variables line in desktop files.
10647
10648 2005-01-12 Juri Linkov <juri@jurta.org>
10649
10650 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10651 Bring together isearch highlight related options.
10652 (lazy-highlight): Replace group `replace' by `matching'.
10653 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10654 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10655 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10656 and declare them obsolete.
10657 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10658 (isearch-faces): Remove defgroup.
10659 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10660 Move isearch highlighting code closer to lazy highlighting code.
10661
10662 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10663 (query-replace-highlight, query-replace-lazy-highlight)
10664 (query-replace): Move definitions to the beginning of the file.
10665
10666 2005-01-11 Juri Linkov <juri@jurta.org>
10667
10668 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10669 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10670 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10671
10672 * info.el (Info-history-forward): New variable.
10673 (Info-select-node): Reset Info-history-forward to nil.
10674 (Info-last): Turn into defalias.
10675 (Info-history-back): Rename from Info-last.
10676 Add current node to Info-history-forward.
10677 (Info-history-forward): New fun.
10678 (Info-mode-map): Replace Info-last by Info-history-back.
10679 Bind Info-history-forward to "r".
10680 (Info-mode-menu): Replace Info-last by Info-history-back.
10681 Fix menu item text. Add menu item for Info-history-forward.
10682 (info-tool-bar-map): Replace Info-last by Info-history-back.
10683 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10684 for Info-history-forward.
10685 (Info-mode): Replace Info-last by Info-history-back in docstring.
10686 Add local variable Info-history-forward.
10687 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10688
10689 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10692 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10693 Ignore select-window events rather than fiddle with
10694 mouse-autoselect-window.
10695
10696 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10697
10698 * type-break.el (type-break-mode): Fix previous change.
10699
10700 2005-01-10 Jay Belanger <belanger@truman.edu>
10701
10702 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10703 calculator; only reset when point is inside a calculator.
10704 Don't adjust the window height if the window takes up the whole height
10705 of the frame.
10706
10707 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10708
10709 * ebuff-menu.el (Electric-buffer-menu-mode):
10710 Preserve value of buffer-local var header-line-format.
10711
10712 2005-01-09 Jay Belanger <belanger@truman.edu>
10713
10714 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10715 Make sure settings file exists before accessing it.
10716
10717 * calc/calc-embed.el (calc-embedded-subst):
10718 Replace math-multi-subst-rec, which is only supposed to be called
10719 by math-multi-subst, by math-multi-subst.
10720
10721 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10722
10723 * vc.el (vc-allow-async-revert): New user option.
10724 (vc-disable-async-diff): New internal variable.
10725 (vc-revert-buffer): Use them to disable asynchronous diff.
10726
10727 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10728 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10729 asynchronously if vc-disable-async-diff is t.
10730
10731 2005-01-09 Jay Belanger <belanger@truman.edu>
10732
10733 * calc/calc.el (defcalcmodevar): New macro.
10734 (calc-mode-var-list-restore-default-values)
10735 (calc-mode-var-list-restore-saved-values): New functions.
10736 (calc-mode-var-list): Use defcalcmodevar to define it.
10737 (calc-always-load-extensions, calc-line-numbering)
10738 (calc-line-breaking, calc-display-just, calc-display-origin)
10739 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10740 (calc-group-char, calc-point-char, calc-frac-format)
10741 (calc-prefer-frac, calc-hms-format, calc-date-format)
10742 (calc-float-format, calc-full-float-format, calc-complex-format)
10743 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10744 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10745 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10746 (calc-matrix-brackets, calc-language, calc-language-option)
10747 (calc-left-label, calc-right-label, calc-word-size)
10748 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10749 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10750 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10751 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10752 (calc-window-height, calc-display-trail, calc-show-selections)
10753 (calc-use-selections, calc-assoc-selections)
10754 (calc-display-working-message, calc-auto-why, calc-timing)
10755 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10756 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10757 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10758 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10759 (calc-gnuplot-geometry, calc-graph-default-resolution)
10760 (calc-graph-default-resolution-3d, calc-invocation-macro)
10761 (calc-show-banner): Use defcalcmodevar to declare them and set
10762 their default values.
10763
10764 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10765 instead of default values (but restore default values if there is
10766 an argument of 0).
10767
10768 2005-01-09 David Kastrup <dak@gnu.org>
10769
10770 * desktop.el (desktop-restore-eager): Fix typo in type.
10771
10772 2005-01-08 Richard M. Stallman <rms@gnu.org>
10773
10774 * cus-edit.el (customize): Delete :link.
10775
10776 2005-01-08 Jay Belanger <belanger@truman.edu>
10777
10778 * calc/calc.el (calc-mode): Remove the extension from the
10779 `calc-settings-file' file name when loading it.
10780
10781 2005-01-08 Kim F. Storm <storm@cua.dk>
10782
10783 * info.el (Info-mode-map, Info-next-link-keymap)
10784 (Info-prev-link-keymap, Info-up-link-keymap):
10785 Map follow-link to mouse-face.
10786 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10787
10788 2005-01-08 Jay Belanger <belanger@truman.edu>
10789
10790 * calc/calc.el (calc-settings-file): Change default value.
10791 Suggested by cgw in a comment in calc-mode.el.
10792
10793 * calc/calc-mode.el (calc-settings-file-name):
10794 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10795 Replace ~/.emacs in a prompt by calc-settings-file.
10796
10797 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10798
10799 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10800 (desktop-lazy-idle-delay): New customizable variables.
10801 (desktop-buffer-args-list): New variable.
10802 (desktop-append-buffer-args): New function.
10803 (desktop-save): Call desktop-append-buffer-args for some buffers.
10804 (desktop-lazy-create-buffer): New function.
10805 (desktop-idle-create-buffers): New function.
10806 (desktop-read): Add message about buffers to restore lazily.
10807 (desktop-lazy-abort): New command.
10808 (desktop-clear): Call desktop-lazy-abort.
10809 (desktop-lazy-complete): New command.
10810
10811 2005-01-06 Richard M. Stallman <rms@gnu.org>
10812
10813 * emacs-lisp/find-func.el (find-face-definition):
10814 Rename from find-face.
10815
10816 2005-01-06 Kim F. Storm <storm@cua.dk>
10817
10818 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10819
10820 * man.el (Man-xref-man-page, Man-xref-header-file)
10821 (Man-xref-normal-file): Add follow-link property.
10822
10823 2005-01-06 Jay Belanger <belanger@truman.edu>
10824
10825 * calc/calc-units.el: Make sure the proper macro definitions are
10826 available when compiling.
10827
10828 2005-01-06 Juri Linkov <juri@jurta.org>
10829
10830 * isearch.el (isearch-lazy-highlight-update):
10831 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10832
10833 2005-01-06 Miles Bader <miles@gnu.org>
10834
10835 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10836 (isearch-lazy-highlight-face): Use new name.
10837
10838 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * uniquify.el (uniquify-rationalize-file-buffer-names):
10841 Re-add an interactive spec.
10842 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10843 to the same name.
10844
10845 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10846 (isearch-update, isearch-done): Adjust calls accordingly.
10847
10848 2005-01-05 Richard M. Stallman <rms@gnu.org>
10849
10850 * custom.el (custom-set-variables, custom-theme-set-variables):
10851 Clarify documentation.
10852
10853 * emacs-lisp/find-func.el (find-variable)
10854 (find-variable-other-window, find-variable-other-frame):
10855 Fix the TYPE args to find-function-read and find-function-do-it.
10856 (find-function): Doc fix.
10857 (find-function-at-point): Replace function-at-point alias.
10858
10859 2005-01-04 Richard M. Stallman <rms@gnu.org>
10860
10861 * cus-face.el (custom-declare-face):
10862 Record defface in current-load-list.
10863
10864 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10865
10866 * emacs-lisp/find-func.el: Doc fixes.
10867 (find-face-regexp): New variable.
10868 (find-function-regexp-alist): New variable.
10869 (find-function-C-source): Third arg is now TYPE.
10870 (find-function-search-for-symbol): Handle general TYPE.
10871 (find-function-read, find-function-do-it): Handle general TYPE.
10872 (find-definition-noselect, find-face): New functions.
10873 (function-at-point): Alias deleted.
10874
10875 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * battery.el (display-battery-mode): Rename from display-battery.
10878 Handle the case where it gets turned off.
10879
10880 2005-01-04 Richard M. Stallman <rms@gnu.org>
10881
10882 * cus-edit.el (customize): Make :link point to user doc.
10883
10884 * man.el (Man-fontify-manpage): Turn off undo generation.
10885
10886 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10887
10888 2005-01-04 Andreas Schwab <schwab@suse.de>
10889
10890 * files.el (insert-directory): Only look for error lines in
10891 inserted text. Don't move too far after processing --dired markers.
10892
10893 2005-01-04 Richard M. Stallman <rms@gnu.org>
10894
10895 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10896 Don't expand if the character is @, period, dash, etc.
10897 (define-mail-abbrev): Quote names that contain problem characters.
10898
10899 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10900
10901 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10902
10903 2005-01-03 Richard M. Stallman <rms@gnu.org>
10904
10905 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10906 (query-replace-highlight, query-replace-lazy-highlight)
10907 (query-replace): Definitions moved up. Doc fix.
10908
10909 2005-01-03 Richard M. Stallman <rms@gnu.org>
10910
10911 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10912 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10913 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10914 (lazy-highlight-face): Rename from isearch-lazy-...
10915 Change all references to them.
10916
10917 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10918
10919 * cus-edit.el (custom-file): Doc fix for defcustom.
10920 (custom-file): The function no longer sets the variable
10921 `custom-file' to its return value.
10922
10923 * startup.el (command-line): No longer load `custom-file'.
10924
10925 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10928
10929 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10930 Don't confuse module-prefixed identifiers for labels.
10931 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10932
10933 2005-01-02 Richard M. Stallman <rms@gnu.org>
10934
10935 * files.el (basic-save-buffer-1): Fix previous change.
10936
10937 * loadhist.el (file-loadhist-lookup): New function.
10938 (file-provides, file-requires): Use it.
10939
10940 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10941 instead of calculating the right size.
10942
10943 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10944
10945 * vc-svn.el (vc-svn-diff): Stay local if possible.
10946
10947 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10950
10951 * files.el (hack-local-variables): Fix last change.
10952
10953 2005-01-02 Jay Belanger <belanger@truman.edu>
10954
10955 * calc/calc-yank.el (calc-edit-top): New variable.
10956 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10957 object. Change header properties.
10958 (calc-edit-finish, calc-edit-finish-stack-object)
10959 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10960 edited object.
10961 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10962 for the beginning of the edited object.
10963 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10964 for the beginning of the edited object.
10965 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10966 (calc-finish-formula-edit, calc-macro-repeats)
10967 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10968 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10969 beginning of the edited object.
10970 (calc-user-define-edit): Change the header for editing macros.
10971 Remove unnecessary variable.
10972
10973 2005-01-01 Jay Belanger <belanger@truman.edu>
10974
10975 * calc/calc-yank.el (calc-edit-mode): Change default header.
10976 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10977 * calc/calc-store.el (calc-edit-variable): Change title to match new
10978 header.
10979 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10980 mode to match new header.
10981 (calc-user-define-edit): Change titles to include names of commands.
10982 (calc-finish-formula-edit): Adjust to handle new header.
10983 (calc-finish-macro-edit): Remove.
10984 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10985 (calc-edit-macro-command, calc-edit-macro-command-type)
10986 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10987 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10988 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10989 (calc-edit-macro-finish-edit): New functions.
10990 (calc-user-define-edit): Use new functions to edit named calc macros.
10991
10992 2005-01-01 Stefan <monnier@iro.umontreal.ca>
10993
10994 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10995
10996 * ses.el (copy-region-as-kill): Deactivate mark.
10997
10998 2005-01-01 Richard M. Stallman <rms@gnu.org>
10999
11000 * replace.el (occur-1): If the output buffer is also an input,
11001 don't kill it, rename it.
11002
11003 * faces.el (set-face-background, set-face-foreground): Doc fix.
11004
11005 * cus-face.el (custom-face-attributes): Fix :help-echo strings
11006 for :foreground and :background.
11007
11008 * dired.el (dired-view-command-alist): Variable deleted.
11009 (dired-view-file, dired-mouse-find-file-other-window):
11010 Delete the code to use it.
11011
11012 2005-01-01 Kim F. Storm <storm@cua.dk>
11013
11014 * image.el (insert-sliced-image): Use t for line-height property.
11015
11016 2004-12-31 Jay Belanger <belanger@truman.edu>
11017
11018 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11019 for "var-" at the beginning of the minibuffer.
11020
11021 2004-12-31 Richard M. Stallman <rms@gnu.org>
11022
11023 * faces.el (read-face-name):
11024 Don't treat an attribute spec as a list of faces.
11025
11026 * simple.el (undo): Use undo-equiv-table to detect
11027 unexpected changes since previous undo.
11028 (undo-list-saved): Variable deleted.
11029 (buffer-disable-undo): Don't alter undo-list-saved.
11030
11031 * files.el (require-final-newline): Allow `visit' and `visit-save'.
11032 (mode-require-final-newline): New option.
11033 (after-find-file): Handle require-final-newline with new values.
11034 (basic-save-buffer): Handle new values of require-final-newline.
11035
11036 * progmodes/sh-script.el (sh-require-final-newline):
11037 Alist value now controls whether to use mode-require-final-newline.
11038 (sh-set-shell): Implement that new meaning.
11039
11040 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11041 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11042 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11043 Delete old-Emacs compatibility code.
11044 (antlr-c-common-init): Function deleted.
11045
11046 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11047 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11048 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11049 * progmodes/python.el (python-mode): Use mode-require-final-newline.
11050 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11051 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11052 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11053 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11054 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11055 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11056 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11057 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
11058 * progmodes/cfengine.el (cfengine-mode): Use
11059 mode-require-final-newline.
11060 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11061 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11062 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11063
11064 2004-12-31 Jay Belanger <belanger@truman.edu>
11065
11066 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11067 way to return to Calc.
11068
11069 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11070 finish, C-xk as the way to cancel the edit. Add cancel routine to
11071 kill-buffer-hook.
11072
11073 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11074 MacEdit code.
11075
11076 * calc/calc-prog.el: Remove obsolete MacEdit code.
11077 (calc-macro-edit-algebraic, calc-macro-edit-variable)
11078 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11079
11080 2004-12-31 Kenichi Handa <handa@m17n.org>
11081
11082 * international/mule.el (buffer-file-coding-system-explicit):
11083 Rename for explicit-buffer-file-coding-system.
11084 (after-insert-file-set-coding): Adjust for the above change.
11085
11086 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11087 to buffer-file-coding-system-explicit.
11088 (basic-save-buffer-1): Likewise.
11089
11090 2004-12-30 Richard M. Stallman <rms@gnu.org>
11091
11092 * textmodes/artist.el (artist-butlast-fn): Var deleted.
11093 (artist-butlast, artist-last): Functions deleted.
11094 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11095 (artist-compute-key-compl-table): Call remq directly.
11096 (artist-remove-nulls): Function deleted.
11097 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11098 (artist-push, artist-pop): Macro deleted.
11099
11100 2004-12-30 Andreas Leue <al@sphenon.de>
11101
11102 * textmodes/artist.el (artist-version): 1.2.6
11103 (artist-prev-next-op-alist): New variable.
11104 (artist-select-next-op-in-list): New function.
11105 (artist-select-prev-op-in-list): New function.
11106 (artist-make-prev-next-op-alist): New function.
11107 (artist-is-in-op-list-p): New function.
11108 (artist-get-first-non-nil-op): New function.
11109 (artist-get-last-non-nil-op): New function.
11110 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11111 artist-prev-next-op-alist.
11112 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11113 change drawing operation.
11114
11115 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
11116
11117 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11118
11119 2004-12-31 Masatake YAMATO <jet@gyve.org>
11120
11121 * server.el (server-process-filter): Suppress `error', too.
11122
11123 2004-12-30 Jay Belanger <belanger@truman.edu>
11124
11125 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11126 Change the way a variable is displayed in a message.
11127
11128 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11129 (calc-user-define-permanent, calc-execute-kbd-macro):
11130 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11131
11132 2004-12-30 Kenichi Handa <handa@m17n.org>
11133
11134 * files.el (basic-save-buffer-1):
11135 Set explicit-buffer-file-coding-system to last-coding-system-used.
11136 (revert-buffer): Pay attention to
11137 explicit-buffer-file-coding-system (not buffer-file-coding-system)
11138 on bind coding-system-for-read.
11139
11140 * international/mule.el (explicit-buffer-file-coding-system):
11141 New buffer local variable.
11142 (after-insert-file-set-coding): Set it to coding-system-for-read.
11143
11144 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11147
11148 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
11149
11150 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11151 that include line numbers.
11152
11153 2004-12-29 Milan Zamazal <pdm@zamazal.org>
11154
11155 * files.el (hack-local-variables): If no PREFIX, set it to "^".
11156 Redundant variable PREFIXLEN removed.
11157
11158 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
11159
11160 * eshell/em-hist.el (eshell-previous-matching-input):
11161 Start the deletion from the end of the output.
11162
11163 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11164
11165 * term/mac-win.el: Require x-dnd.
11166 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
11167
11168 2004-12-29 David Kastrup <dak@gnu.org>
11169
11170 * international/mule.el (decode-coding-inserted-region):
11171 Don't barf if `buffer-undo-list' is already set to `t'.
11172
11173 2004-12-29 Jay Belanger <belanger@truman.edu>
11174
11175 * calc/calc-prog.el (calc-user-define-formula): Put default values
11176 for function names in prompts.
11177 (calc-user-define-permanent, calc-user-define-composition)
11178 (calc-user-define-formula): Remove the need for "calcFunc-" in the
11179 default input for algebraic functions.
11180
11181 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
11182
11183 * vc-rcs.el (vc-rcs-annotate-command):
11184 Fix omission bug: Call `vc-setup-buffer'.
11185
11186 2004-12-29 Kenichi Handa <handa@m17n.org>
11187
11188 * international/mule.el (recode-region): New function.
11189
11190 2004-12-28 Richard M. Stallman <rms@gnu.org>
11191
11192 * simple.el (undo-extra-outer-limit): New variable.
11193 (undo-outer-limit-truncate): Test and set it.
11194
11195 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11196 enables the feature to extend the existing region.
11197
11198 * simple.el (mark-word): New arg ALLOW-EXTEND
11199 enables the feature to extend the existing region.
11200
11201 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11202 enables the feature to extend the existing region.
11203
11204 * startup.el (site-run-file): Don't allow setting it with Custom.
11205
11206 * simple.el (buffer-disable-undo): Fix previous change.
11207
11208 2004-12-27 Masatake YAMATO <jet@gyve.org>
11209
11210 * hexl.el (hexlify-buffer): Remove fontification here.
11211 Use font lock mechanism instead.
11212 (hexl-font-lock-keywords): New font lock kewords.
11213 (hexl-mode-old-font-lock-keywords): New variable.
11214 (hexl-mode): Store the old font lock keywords.
11215 (hexl-mode-exit): Restore the old font lock keywords.
11216
11217 2004-12-27 Richard M. Stallman <rms@gnu.org>
11218
11219 * simple.el (undo): Fix previous change.
11220
11221 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11222
11223 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
11224 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11225 Call x-open-connection on Mac OS X.
11226
11227 2004-12-27 Richard M. Stallman <rms@gnu.org>
11228
11229 * files.el (buffer-save-without-query): New var (buffer-local).
11230 (save-some-buffers): Save those buffers first, w/o asking.
11231
11232 * files.el (insert-directory-ls-version): New variable.
11233 (insert-directory): When ls returns an error, test the version
11234 number to decide what the return code means.
11235 With --dired output format, detect and distinguish lines
11236 that are really error messages.
11237 (insert-directory-adj-pos): New function.
11238
11239 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11240
11241 * battery.el (battery-mode-line-format): Remove initial spaces.
11242
11243 * uniquify.el (uniquify-rationalize-file-buffer-names):
11244 Delete interactive spec.
11245
11246 * type-break.el (type-break-mode): Set buffer-save-without-query.
11247 Remove code that tried to set save-some-buffers-always.
11248 (type-break-file-keystroke-count): Bind deactivate-mark.
11249
11250 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11251
11252 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11253 Test that the buffer is live, and maybe reject current buffer too.
11254 Clarify.
11255 (next-error-find-buffer): Rewrite for clarity.
11256
11257 * loadup.el: Don't use buffer-disable-undo; do it directly.
11258
11259 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11260 (describe-variable): Call symbol-file with `defvar'.
11261
11262 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11263 (symbol-file): Rewritten to handle new load-history format.
11264 Now takes an arg TYPE to specify looking for a particular
11265 type of definition only.
11266
11267 * emacs-lisp/debug.el (debugger-make-xrefs):
11268 Call symbol-file with `defun'.
11269
11270 * emacs-lisp/find-func.el (find-function-noselect):
11271 Call symbol-file with `defun'.
11272 (find-variable-noselect): Call symbol-file with `defvar'.
11273
11274 * eshell/esh-cmd.el (eshell-find-alias-function):
11275 Call symbol-file with `defun'.
11276
11277 * eshell/esh-test.el (eshell-test-goto-func):
11278 Call symbol-file with `defun'.
11279
11280 * mail/rmail.el (rmail-resend):
11281 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11282
11283 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11284
11285 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11286
11287 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11288 Call buffer-disable-undo.
11289
11290 * simple.el (undo-list-saved): New variable (buffer-local).
11291 (undo): Set and test it.
11292 (buffer-disable-undo): Move here from buffer.c.
11293 Clear out undo-list-saved.
11294
11295 * international/mule.el (decode-coding-inserted-region):
11296 Set buffer-undo-list in a correct and optimal way.
11297
11298 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11299 (cperl-font-lock-unfontify-region-function): No need to save and
11300 restore info, since font-lock.el does it for us.
11301
11302 * ansi-color.el (save-buffer-state): Definition deleted.
11303 (ansi-color-unfontify-region): Don't use save-buffer-state.
11304
11305 2004-12-27 Dave Love <fx@gnu.org>
11306
11307 * wid-edit.el (function): Use restricted-sexp as parent.
11308
11309 2004-12-27 Kevin Ryde <user42@zip.com.au>
11310
11311 * simple.el (next-matching-history-element): Use same
11312 `interactive' form as previous-matching-history-element.
11313
11314 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11315 it can appear unencoded and has been seen from yahoo.
11316
11317 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11318
11319 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11320 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11321
11322 2004-12-27 Kenichi Handa <handa@m17n.org>
11323
11324 * international/utf-8.el (utf-translate-cjk-load-tables):
11325 Bind coding-system-for-read to nil while loading subst-*.
11326
11327 2004-12-26 Jay Belanger <belanger@truman.edu>
11328
11329 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11330 default input.
11331
11332 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11333
11334 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11335 before reverting and disable undo recording while reverting.
11336
11337 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11338
11339 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11340 (hs-make-overlay): New function.
11341 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11342 (hs-flag-region): Delete function.
11343 (hs-hide-comment-region): No longer use `hs-flag-region'.
11344 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11345 (hs-hide-block-at-point): Likewise.
11346 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11347 (hs-hide-all, hs-show-all): Likewise.
11348 (hs-show-block): Likewise.
11349 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11350
11351 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11352
11353 * progmodes/hideshow.el: Require `cl' when compiling.
11354 Remove XEmacs and Emacs 19 compatibility.
11355 Use `dolist' and `add-to-list' for load-time actions.
11356 (hs-discard-overlays): Use `dolist'.
11357 (hs-show-block): Likewise.
11358
11359 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11360
11361 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11362
11363 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11364
11365 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11366 When extending backwards, move outside the current comment first.
11367
11368 2004-12-22 Kenichi Handa <handa@m17n.org>
11369
11370 * international/quail.el (quail-start-translation): Fix prompt
11371 string for the case if input-method-use-echo-area being non-nil.
11372 (quail-start-conversion): Likewise.
11373 (quail-show-guidance): Don't show guidance if
11374 input-method-use-echo-area is non-nil.
11375
11376 2004-12-21 Richard M. Stallman <rms@gnu.org>
11377
11378 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11379
11380 2004-12-21 Markus Rost <rost@ias.edu>
11381
11382 * calendar/diary-lib.el (mark-diary-entries):
11383 Set mark-diary-entries-in-calendar only after checking for diary-file.
11384
11385 2004-12-21 Richard M. Stallman <rms@gnu.org>
11386
11387 * faces.el (escape-glyph): Use blue against light foreground.
11388
11389 * simple.el (undo-outer-limit-truncate): New function.
11390 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11391
11392 2004-12-21 Eli Barzilay <eli@barzilay.org>
11393
11394 * calculator.el (calculator-radix-grouping-mode)
11395 (calculator-radix-grouping-digits)
11396 (calculator-radix-grouping-separator):
11397 New defcustoms for the new radix grouping mode functionality.
11398 (calculator-mode-hook): Now used in electric mode too,
11399 (calculator): Call it.
11400 (calculator-mode-map): Some new keys.
11401 (calculator-message): New function. Some new calls.
11402 (calculator-op, calculator-set-register): Use it.
11403 (calculator-string-to-number): New function, mostly moved and
11404 updated code from calculator-curnum-value.
11405 (calculator-curnum-value): Use it.
11406 (calculator-paste): Use it, and update grabbing the current-kill.
11407 (calculator-rotate-displayer)
11408 (calculator-rotate-displayer-back): Toggle digit grouping when
11409 in radix mode, use calculator-message.
11410 (calculator-displayer-prev, calculator-displayer-next):
11411 Change digit group size when in radix mode.
11412 (calculator-number-to-string): Rename from
11413 calculator-num-to-string. Now deals with digit grouping in
11414 radix mode.
11415 (calculator-update-display, calculator-put-value): Use the new name.
11416 (calculator-fact): Return a floating point number.
11417 (calculator-mode): Doc fix.
11418
11419 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11420
11421 * calendar/calendar.el (view-other-diary-entries): Add autoload.
11422 * calendar/diary-lib.el (view-other-diary-entries):
11423 Use current-prefix-arg in interactive spec.
11424
11425 2004-12-19 Jay Belanger <belanger@truman.edu>
11426
11427 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11428 adjust the syntax of both delimiters of half-open intervals.
11429
11430 2004-12-19 Kim F. Storm <storm@cua.dk>
11431
11432 * mouse.el (mouse-1-click-follows-link): Doc fix.
11433
11434 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11435
11436 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11437 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11438 instead of centraleuropean as the name
11439
11440 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
11441
11442 Sync with Tramp 2.0.46.
11443
11444 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11445 parameters wrt Tramp convention.
11446 (tramp-handle-file-attributes-with-perl)
11447 (tramp-handle-directory-files-and-attributes): Apply it.
11448 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11449 `copy-program'. Reported by Zack Weinberg
11450 <zack@codesourcery.com>.
11451 (top): Set `edebug-form-spec' property directly rather than
11452 calling `def-edebug-spec'.
11453
11454 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11455 advice less fragile. Surround temporary redefinition of
11456 `substitute-in-file-name' with `unwind-protect'. Suggested by
11457 Matt Hodges <MPHodges@member.fsf.org>.
11458
11459 2004-12-17 Juri Linkov <juri@jurta.org>
11460
11461 * replace.el (occur-accumulate-lines, occur-engine):
11462 Make forcing deferred font-lock fontification jit-specific.
11463
11464 2004-12-17 Kim F. Storm <storm@cua.dk>
11465
11466 * mouse.el (mouse-1-click-follows-link): New defcustom.
11467 (mouse-on-link-p): New function.
11468 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11469 functionality. Map a mouse-1 click event into a mouse-2 (or
11470 other) event when position is inside a link.
11471
11472 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11473 prefix in tooltip text with "mouse-1" when this is a link
11474 recognized by mouse-1-click-follows-link functionality.
11475
11476 * help.el (describe-key): Report effective and original binding
11477 for mouse-1 when clicked on a link.
11478 (describe-mode): Add follow-link property to "minor-mode" button.
11479
11480 * help-fns.el (describe-variable): Add follow-link property to
11481 "below" button.
11482
11483 * help-mode.el (help-xref): Add follow-link property.
11484
11485 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11486 (apropos-command, apropos-variable, apropos-face, apropos-group)
11487 (apropos-widget, apropos-plist): Add follow-link property.
11488
11489 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11490 checks if position is in a filename, rather than some other
11491 clickable item. Function looks for cvs-filename-face at position.
11492
11493 * wid-edit.el (widget-specify-field, widget-specify-button):
11494 Map a :follow-link keyword into a follow-link property.
11495 (link): Add :follow-link keyword, map to RET binding.
11496
11497 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11498
11499 * progmodes/compile.el (compilation-minor-mode-map)
11500 (compilation-button-map, compilation-mode-map): Likewise.
11501
11502 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11503
11504 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11505 (zone-replace-char): Take `count' and `del-count'
11506 instead of `direction'. Update callers. When `del-count' is
11507 non-nil, delete that many characters, otherwise `count' characters
11508 backwards. Insert the newly-replaced string `count' times.
11509 (zone-fret): Handle chars w/ width greater than one.
11510 (zone-fall-through-ws): No longer take window width `ww'.
11511 Update callers. Add handling for `char-width' greater than one.
11512 (zone-pgm-drip): Update var holding window-end position every cycle.
11513
11514 2004-12-17 Andre Spiegel <spiegel@gnu.org>
11515
11516 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11517 rather than insert-file.
11518
11519 2004-12-16 Jay Belanger <belanger@truman.edu>
11520
11521 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11522 (math-init-random-base, math-random-digit): Check to see if
11523 var-RandSeed is bound.
11524 (math-random-last): Declare it.
11525 (math-random-digit): Don't make math-random-last local.
11526
11527 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11528
11529 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11530 one-shot thunk for uniform (error, quit, normal) recovery.
11531 Reported by John Paul Wallington.
11532 (zone-pgm-random-life): Fix bug:
11533 Recognize empty initial field by lack of "@" chars.
11534
11535 2004-12-16 Juri Linkov <juri@jurta.org>
11536
11537 * help.el (function-called-at-point):
11538 * help-fns.el (variable-at-point): As a last resort try stripping
11539 non-word prefixes and suffixes.
11540
11541 * descr-text.el (describe-property-list): Don't treat syntax-table
11542 specially. Use describe-text-sexp which inserts [show] button
11543 for large objects and handles printing errors. Sort properties
11544 by names in alphabetical order instead of by value sizes.
11545 Add `mouse-face' to list of properties for `describe-face' widget.
11546 (describe-char): Mask out face-id from 19 bits of character.
11547 Print face-id separately.
11548
11549 * replace.el (occur-accumulate-lines, occur-engine):
11550 Fontify unfontified matching lines in the source buffer
11551 before copying them.
11552 (occur-engine): Don't put mouse-face on context lines.
11553 (occur-next-error): Set point to line beginning/end
11554 before searching for prev/next property to skip multiple
11555 matches on a line (not supported by occur engine).
11556 Remove redundant prefix-numeric-value.
11557
11558 2004-12-15 Juri Linkov <juri@jurta.org>
11559
11560 * replace.el (match): New face.
11561 (list-matching-lines-face): Change default from `bold' to `match'.
11562
11563 * progmodes/grep.el (grep-match-face): New defvar.
11564 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11565 compilation-column-face to highlight grep matches.
11566
11567 * apropos.el (apropos-match-face): Change default from
11568 `secondary-selection' to `match'.
11569
11570 * info-look.el (info-lookup-highlight-face): Change default from
11571 `highlight' to `match'.
11572
11573 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11574
11575 * progmodes/executable.el (executable-interpret): Eliminate
11576 obsolete compile-internal, and switch to comint for interaction.
11577
11578 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11579
11580 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11581 `&&' when skipping multiple statements on a line.
11582
11583 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11584
11585 * play/zone.el (zone): Set `truncate-lines'.
11586 Also, init `tab-width' with value from original buffer.
11587 (zone-shift-up): Rewrite for speed.
11588 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11589 (zone-pgm-jitter): Remove redundant entries from ops vector.
11590 (zone-exploding-remove): Reduce iteration count.
11591 (zone-cpos): Convert to defsubst.
11592 (zone-replace-char): New defsubst.
11593 (zone-park/sit-for): Likewise.
11594 (zone-fret): Take window-start arg.
11595 Update callers. Use `zone-park/sit-for'.
11596 (zone-fill-out-screen): Rewrite.
11597 (zone-fall-through-ws): Likewise. Update callers.
11598 (zone-pgm-drip): Use `zone-replace-char'.
11599 Move var inits before while-loop. Use `zone-park/sit-for'.
11600 (zone-pgm-random-life): Handle empty initial field.
11601 Use `zone-replace-char' and `zone-park/sit-for'.
11602
11603 2004-12-15 Juri Linkov <juri@jurta.org>
11604
11605 * isearch.el (isearch-update): Test isearch-lazy-highlight
11606 before calling isearch-lazy-highlight-new-loop.
11607 (isearch-lazy-highlight-new-loop):
11608 Don't test isearch-lazy-highlight.
11609
11610 * replace.el (perform-replace): Add isearch-case-fold-search.
11611 Use delimited-flag for isearch-regexp.
11612 Reset isearch-lazy-highlight-last-string to force lazy
11613 highlighting when called from isearch mode.
11614 (query-replace-highlight): Revert defcustom type to boolean.
11615 (query-replace-lazy-highlight): New defcustom.
11616 (query-replace): New face.
11617 (perform-replace, replace-highlight, replace-dehighlight):
11618 Test query-replace-lazy-highlight instead of special value
11619 `isearch' of query-replace-highlight.
11620 (replace-dehighlight): Don't call isearch-dehighlight.
11621 (replace-highlight): Don't call isearch-highlight.
11622 Use face `query-replace' unconditionally.
11623
11624 2004-12-14 Kim F. Storm <storm@cua.dk>
11625
11626 * simple.el (inhibit-mark-movement): Remove defvar.
11627 (beginning-of-buffer, end-of-buffer): Don't use it.
11628
11629 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11630 Don't use inhibit-mark-movement.
11631
11632 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11633 (cua--undo-push-mark): Remove.
11634 (cua--pre-command-handler, cua--post-command-handler):
11635 Don't fiddle with inhibit-mark-movement.
11636
11637 2004-12-14 Juri Linkov <juri@jurta.org>
11638
11639 * buff-menu.el (list-buffers-noselect): Collect internal info
11640 for every buffer in BUFFER-LIST arg too.
11641 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11642 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11643 Bind same-window-buffer-names and same-window-regexps to nil.
11644
11645 2004-12-13 Juri Linkov <juri@jurta.org>
11646
11647 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11648
11649 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11650 (sc-cite-region, sc-uncite-region, sc-recite-region):
11651 Fix previous change to handle not alist as a symbol, but
11652 a citation frame as a symbol that represents a variable name.
11653
11654 2004-12-13 Richard M. Stallman <rms@gnu.org>
11655
11656 * filecache.el (file-cache-add-directory-using-find):
11657 Only set up file-cache-find-command-posix-flag if we will use it.
11658
11659 * bindings.el (mode-line-buffer-identification-keymap):
11660 Don't cancel the mode-line's usual down-mouse-1 binding.
11661
11662 * cus-edit.el (custom-face-selected): Handle `default' specs.
11663 (custom-face-edit): Increase extra-offset.
11664 (custom-display): Handle `default' specs.
11665
11666 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11667
11668 * emacs-lisp/elint.el (elint-standard-variables)
11669 (elint-unknown-builtin-args): Move definitions up.
11670
11671 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11672
11673 * info.el (info-xref-visited): Use `default' instead of t.
11674 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11675
11676 * faces.el (header-line, mode-line-inactive, tool-bar):
11677 Use `default' instead of t for setting the defaults.
11678 (face-spec-choose): Separate `t' from `default'.
11679
11680 * subr.el (while-no-input): New macro.
11681
11682 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11683
11684 * filecache.el (file-cache-add-directory-using-find):
11685 Only test file-cache-find-command-posix-flag on some systems.
11686
11687 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11690 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11691 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11692 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11693 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11694 annotate.
11695
11696 2004-12-12 Juri Linkov <juri@jurta.org>
11697
11698 * files.el (find-file-other-window, find-file-other-frame):
11699 Add the first buffer to the returned value to return the complete
11700 list of all visited buffers.
11701 (find-file-read-only, find-file-read-only-other-window)
11702 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11703 `find-file-read-args'. Signal an error about non-existent file
11704 only if file name doesn't contain wildcards. Toggle read-only in
11705 all visited buffers.
11706 (find-alternate-file, find-alternate-file-other-window):
11707 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11708 called interactively. Pass arg `wildcards' to other functions.
11709 (find-file-noselect): Doc fix.
11710
11711 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11712 Doc fix.
11713 (ffap-directory-finder): New variable.
11714 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11715 (ffap-file-at-point): Add /* to immediately rejected names.
11716 Return absolute file names matching ffap-dired-wildcards.
11717 (ffap-read-file-or-url): Set default value for `completing-read'
11718 to `buffer-file-name'.
11719 (find-file-at-point): When filename matches ffap-dired-wildcards,
11720 call ffap-file-finder with t arg `wildcards', instead of dired.
11721 (ffap-other-window, ffap-other-frame): Return visited buffers.
11722 (ffap-read-only, ffap-read-only-other-window)
11723 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11724 (dired-at-point): Call ffap-directory-finder instead of dired.
11725 (ffap-dired-other-window, ffap-dired-other-frame)
11726 (ffap-list-directory): New commands.
11727 (ffap-bindings): New keybindings for new commands.
11728
11729 2004-12-12 Juri Linkov <juri@jurta.org>
11730
11731 * simple.el (beginning-of-buffer, end-of-buffer):
11732 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11733 Do not push mark when mark is active in transient-mark-mode.
11734
11735 * simple.el (mark-word):
11736 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11737 * textmodes/paragraphs.el (mark-paragraph):
11738 Extend the region when mark is active in transient-mark-mode,
11739 regardless of the last command. Doc fix.
11740
11741 * simple.el (mark-word): Preserve direction when repeating.
11742 Make arg optional. Interactive "p" -> "P".
11743 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11744
11745 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11746 preserving direction, to mark forward instead of backward when mark
11747 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11748
11749 2004-12-12 Juri Linkov <juri@jurta.org>
11750
11751 * isearch.el (isearch-edit-string): Set 7th arg of
11752 `read-from-minibuffer' to `t' to inherit the current input
11753 method (whose name is indicated by [IM] in the minibuffer prompt)
11754 from the current buffer to the minibuffer.
11755 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11756 to allow C-g quitting for lazy highlighting looping inside the
11757 search with nested repetition operators. Add overlay to the list
11758 before setting its face and other properties to avoid the case of
11759 code quitting after placing the new overlay but before it's
11760 recorded on the list. Select the window where isearch was
11761 activated, to highlight matches in the right window when isearch
11762 switches the current window to the minibuffer.
11763
11764 * international/isearch-x.el
11765 (isearch-process-search-multibyte-characters):
11766 Use `isearch-message' as initial input for `read-string' instead
11767 of adding it to the minibuffer prompt. After reading a string
11768 remove the initial value of `isearch-message' from the string.
11769
11770 * replace.el (replace-match-maybe-edit): Doc fix.
11771 (perform-replace): Don't call `replace-highlight' when automatic
11772 replacement is requested in literal mode, since it is intended
11773 only to highlight words during entering a new replacement string
11774 for \? in non-literal mode.
11775
11776 * replace.el (query-replace-highlight): Add new value `isearch'
11777 that allows query replacement to use isearch highlighting.
11778 Change type from `boolean' to `choice'. Doc fix.
11779 (replace-highlight, replace-dehighlight, perform-replace):
11780 Use isearch highlighting if query-replace-highlight eq `isearch'.
11781
11782 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11785 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11786 `error'.
11787
11788 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11789 case of \end{verbatim}.
11790
11791 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11792
11793 * term.el (term-termcap-format): Synchronize with terminfo.
11794 (term-emulate-terminal): Handle reset.
11795 (term-reset-terminal): New function.
11796
11797 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11798
11799 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11800 (zone-fill-out-screen): New func.
11801 (zone-pgm-drip): Use `zone-fill-out-screen'.
11802 Also, no longer go to point-min on every cycle.
11803 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11804 (zone-pgm-random-life-wait): New user var.
11805 (zone-pgm-random-life): New func.
11806
11807 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11808
11809 * files.el (auto-mode-alist): Map .com to DCL mode.
11810
11811 2004-12-09 Richard M. Stallman <rms@gnu.org>
11812
11813 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11814
11815 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
11816
11817 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11818 buffer with a display margin.
11819
11820 2004-12-08 Jay Belanger <belanger@truman.edu>
11821
11822 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11823 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11824
11825 2004-12-08 Richard M. Stallman <rms@gnu.org>
11826
11827 * faces.el: Delete code to set display table.
11828 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11829
11830 2004-12-08 Jay Belanger <belanger@truman.edu>
11831
11832 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11833
11834 * calc/calc-ext.el (math-read-replacement-list)
11835 (math-read-superscripts, math-read-preprocess-string): Move to
11836 calc-aent.el.
11837
11838 * calc/calc-aent.el (math-read-replacement-list)
11839 (math-read-superscripts, math-read-preprocess-string): Move from
11840 calc-ext.el.
11841
11842 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * isearch.el (isearch-quote-char): Fix up typo in last change.
11845
11846 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11847
11848 * mouse.el (mouse-set-font): Handle the case where the command was
11849 not invoked using the mouse.
11850
11851 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11852 (edmacro-finish-edit): Further update for keyboard macros that are
11853 lambda forms.
11854 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11855
11856 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * font-lock.el (font-lock-unfontify-region): Save buffer state.
11859 (font-lock-default-unfontify-region): Don't save buffer state any more.
11860
11861 2004-12-07 Jay Belanger <belanger@truman.edu>
11862
11863 * calc/calc-help.el (calc-describe-key):
11864 Set calc-summary-indentation even when Calc Summary buffer exists.
11865
11866 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11867
11868 * calendar/holidays.el (holiday-easter-etc): Make arguments
11869 optional for backwards compatibility. Doc fix.
11870 Remove un-necessary local vars mandatory, output-list.
11871 (holiday-advent): Make arguments optional for backwards
11872 compatibility. Doc fix.
11873
11874 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * paren.el (show-paren-function): Fix last change (2004-12-02).
11877
11878 * international/mule-util.el (char-displayable-p): Return nil for
11879 unibyte mode.
11880
11881 * subr.el (subregexp-context-p): New function.
11882
11883 * isearch.el (isearch-quote-char): Use it.
11884
11885 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11886 (regexp-opt-not-groupie*-re): Remove.
11887 (regexp-opt): Properly handle inputs with duplicate entries.
11888
11889 2004-12-06 Richard M. Stallman <rms@gnu.org>
11890
11891 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11892
11893 * cus-edit.el (custom-file): Doc fix.
11894
11895 * textmodes/org.el: New file.
11896
11897 2004-12-06 Kenichi Handa <handa@m17n.org>
11898
11899 * ldefs-boot.el: Update international/mule-util.el section.
11900
11901 2004-12-05 Sam Steingold <sds@gnu.org>
11902
11903 * net/tramp.el (tramp-handle-file-accessible-directory-p):
11904 Fix `tramp-time-diff' comparison logic.
11905
11906 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11907
11908 * progmodes/which-func.el (which-function):
11909 Use `run-hook-with-args-until-success' instead of a custom loop.
11910 Fixes bug with local hooks.
11911
11912 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11913
11914 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11915 Use delete-dups when calculating the initial value.
11916 (bibtex-autokey-get-title): Use <=.
11917 (bibtex-goto-line): New function.
11918 (bibtex-reposition-window): Use line numbers instead of point
11919 positions. Use window-body-height.
11920 (bibtex-find-crossref): Use bibtex-reposition-window.
11921 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11922 position of entry if key is found or nil if not found.
11923
11924 2004-12-05 Richard M. Stallman <rms@gnu.org>
11925
11926 * cus-edit.el (custom-file): Doc fix.
11927
11928 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11929
11930 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * simple.el (blink-matching-open):
11933 * textmodes/tex-mode.el (tex-validate-region):
11934 Obey syntax-table text properties.
11935
11936 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11937
11938 * wid-edit.el (widget-specify-field): Add `real-field' property to
11939 boundary.
11940 (widget-field-at): Use it.
11941
11942 2004-12-02 Richard M. Stallman <rms@gnu.org>
11943
11944 * progmodes/cc-mode.el (awk-mode autoload):
11945 Supply t meaning interactive function.
11946
11947 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11948 (isearch-mode-map): No special definition for space.
11949 (isearch-whitespace-chars): Command deleted.
11950 (isearch-forward-regexp): Doc fix.
11951 (isearch-quote-char): When a space is not inside brackets,
11952 use `[ ]' instead of just space.
11953 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11954
11955 * imenu.el (imenu--generic-function): Delete code to exclude
11956 matches in comments.
11957
11958 * man.el (Man-reverse-face): Change default to `highlight'.
11959
11960 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11961 (occur-engine): Use `face' prop rather than `font-lock-face'
11962 when specifying use of `match-face'.
11963 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11964
11965 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11966
11967 * add-log.el (add-log-current-defun): Handle the case where point
11968 is in the header part of a DEFUN construct.
11969
11970 2004-12-02 Dave Love <fx@gnu.org>
11971
11972 * progmodes/python.el (python-font-lock-syntactic-keywords):
11973 Fix previous change.
11974
11975 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11976
11977 * paren.el (show-paren-function): Check for matching chars
11978 specified by text props.
11979
11980 2004-12-02 Jay Belanger <belanger@truman.edu>
11981
11982 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11983 when reading a new key sequence.
11984
11985 2004-12-02 Kim F. Storm <storm@cua.dk>
11986
11987 * faces.el (escape-glyph): Rename from glyph.
11988 (standard-display-table): Set it here. Add escape-glyph face to
11989 extra slot characters.
11990
11991 * disp-table.el: Undo 2004-12-01 change. Display table is now
11992 setup in faces.el.
11993
11994 2004-12-02 Mark A. Hershberger <mah@everybody.org>
11995
11996 * xml.el (xml-parse-dtd): Don't show validity messages when
11997 xml-validating-parser is nil.
11998 (xml-substitute-special): Fix validity error messages to
11999 actually show the unexpandable entity. Added validity error if &
12000 isn't followed by an entity.
12001 (xml-parse-tag): Concatenate any string following the a
12002 <![CDATA[]]> section to the parsed CDATA.
12003 (xml-parse-dtd): Skip parameter entity declarations and use of
12004 parameter entities.
12005
12006 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
12007
12008 * kmacro.el (kmacro-default-counter-format): New var.
12009 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
12010 (kmacro-display): Remove `nil' from `and' form. Delete call to
12011 `format' inside `message'.
12012 (kmacro-start-macro): Use `kmacro-default-counter-format'.
12013
12014 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * pcvs.el (cvs-header-msg): New function.
12017 (cvs-update-header): Use it. Change calling convention.
12018 Correctly handle the case of having simultaneous active processes.
12019 (cvs-sentinel): Don't call cvs-update-header any more.
12020 (cvs-mode-run): Update call and add cvs-update-header to postproc.
12021
12022 2004-12-01 Jay Belanger <belanger@truman.edu>
12023
12024 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12025 Change message.
12026
12027 2004-12-01 Juri Linkov <juri@jurta.org>
12028
12029 * progmodes/prolog.el (prolog-mode-variables):
12030 Fix imenu-generic-expression.
12031
12032 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
12033
12034 * faces.el (glyph): New face.
12035
12036 * disp-table.el: Add an autoloaded table, that doesn't require
12037 this library, with glyph face.
12038
12039 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12040 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12041 (conf-quote-normal): Allow normalizing only ' or ".
12042 (conf-mode): Regexp-quote constructed comment-start and don't
12043 match section {} where "name" contains braces.
12044
12045 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12046 files.
12047
12048 2004-12-01 Kenichi Handa <handa@m17n.org>
12049
12050 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12051 (x-select-text): Don't treat eight-bit-control/graphic chars
12052 specially. Store the encoded text in the X cut buffer.
12053 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12054 with x-last-selected-text-cut-encoded.
12055
12056 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12059
12060 2004-11-30 Markus Rost <rost@ias.edu>
12061
12062 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12063 AUCTeX.
12064
12065 2004-11-30 Jay Belanger <belanger@truman.edu>
12066
12067 * calc/calc-arith.el (math-possible-signs): Made stronger checks
12068 on signs of intervals.
12069 (math-pow-of-zero): Strengthen checks for positive and negative
12070 exponents.
12071
12072 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12073 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12074 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12075 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12076 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12077 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12078 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12079 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12080 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12081 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12082 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12083 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12084 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12085 functions with provide statements.
12086
12087 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12088
12089 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12090 autoloads.
12091
12092 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12093 (calc-load-everything, math-defsimplify): Replace dummy autoloading
12094 functions by require statements.
12095 (math-defsimplify): Move to calc-alg.el, add to autoloads.
12096
12097 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12098 (calc-gnuplot-print): Give them values.
12099
12100 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12101 autoloads.
12102 Add calc-do-embedded-activate to autoloads.
12103 (calc-gnuplot-name, calc-gnuplot-plot-command)
12104 (calc-gnuplot-print-command): Move them to calc-graph.el.
12105
12106 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12107
12108 * term/mac-win.el (ccl-encode-mac-roman-font)
12109 (ccl-encode-mac-cyrillic-font)
12110 (ccl-encode-mac-centraleuropean-font, encoder-list)
12111 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12112 Support Cyrillic, CentralEuropean, and Dingbat font display
12113
12114 2004-11-30 Andre Spiegel <spiegel@gnu.org>
12115
12116 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12117
12118 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12119 still nil.
12120
12121 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12124 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12125
12126 2004-11-29 Jay Belanger <belanger@truman.edu>
12127
12128 * calc/calc-arith.el (math-pow-of-zero): Take into account different
12129 cases of the base and exponent.
12130
12131 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12132
12133 * simple.el (next-error-buffer-p): Allow for inclusive and
12134 exclusive tests for finding a buffer.
12135 (next-error-find-buffer): Pass the exclusive and inclusive tests
12136 to next-error-buffer-p.
12137
12138 * replace.el (occur-next-error): Switch to the Occur buffer when
12139 appropriate, use the exclusive filter to next-error-find-buffer to
12140 do it. Use the absolute value of the motion amount.
12141
12142 2004-11-29 Kenichi Handa <handa@m17n.org>
12143
12144 * startup.el (command-line): Decode all default-directory by
12145 locale-coding-system.
12146
12147 2004-11-29 Jay Belanger <belanger@truman.edu>
12148
12149 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12150 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12151 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12152 Replace calls to calc-extensions by appropriate require, replace
12153 calc-extensions-loaded by appropriate featurep.
12154
12155 * calc/calc-ext.el: Move require to end of file. Remove redundant
12156 loading of calc.el.
12157 (calc-extensions-loaded): Remove unnecessary variable.
12158 (calc-extensions): Remove unnecessary function.
12159 (calc-load-everything): Replace calc-need-macros by appropriate
12160 require.
12161
12162 * calc/calc-macs.el: Move provide to end of file.
12163 (calc-need-macros): Remove unnecessary function.
12164
12165 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12166 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12167 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12168 Replace calc-extensions by appropriate require.
12169 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12170
12171 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12172 Replace calc-need-macros by appropriate require.
12173
12174 * calc/calc.el: Move require to end of file.
12175 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12176 Remove unnecessary variable.
12177 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12178 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12179 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12180 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12181 (math-stack-value-offset, math-format-value, math-format-flat-expr)
12182 (math-format-number, math-format-bignum, math-read-number)
12183 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12184 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12185 by appropriate require.
12186 (calc-check-defines): Replace calc-need-macros by appropriate require.
12187
12188 2004-11-29 Kim F. Storm <storm@cua.dk>
12189
12190 * macros.el (insert-kbd-macro): Handle kmacro functions.
12191
12192 2004-11-28 Juri Linkov <juri@jurta.org>
12193
12194 * compare-w.el (compare-windows-highlight): Attach each overlay
12195 to its window to properly highlight differences while comparing
12196 two windows of the same buffer. Fix arguments.
12197 (compare-windows-sync-default-function): Fix arguments of
12198 `compare-windows-highlight'.
12199
12200 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12201 Use `read-expression-history'. Set initial contents only if
12202 `edebug-global-break-condition' is non-nil. Set histpos to 1
12203 if initial contents is equal to the last history element.
12204 (edebug-set-conditional-breakpoint): Instead of temporarily
12205 prepending the current condition to the history, set initial
12206 contents to the current condition. Set histpos to 1 if initial
12207 contents is equal to the last history element.
12208
12209 * info.el (Info-search-whitespace-regexp): Remove shy group.
12210 (Info-search): Forward line if search is on the header line.
12211 Use search-whitespace-regexp in two other places.
12212
12213 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
12214
12215 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12216 warning. Delay real definition, which uses
12217 `set-fringe-indicators-1' till after the definition of that function.
12218
12219 2004-11-28 Kim F. Storm <storm@cua.dk>
12220
12221 * fringe.el (fringe): New defgroup.
12222 (fringe-mode): Move to fringe group.
12223 (fringe-indicators): New defcustom.
12224 (set-fringe-indicators-1): New defun.
12225
12226 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12227 (menu-bar-showhide-fringe-ind-menu): New keymap.
12228 (menu-bar-showhide-fringe-ind-empty)
12229 (menu-bar-showhide-fringe-ind-mixed)
12230 (menu-bar-showhide-fringe-ind-box)
12231 (menu-bar-showhide-fringe-ind-right)
12232 (menu-bar-showhide-fringe-ind-left)
12233 (menu-bar-showhide-fringe-ind-none): New defuns.
12234 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12235
12236 2004-11-27 Richard M. Stallman <rms@gnu.org>
12237
12238 * comint.el (comint-read-noecho): Add trivial compatibility definition.
12239
12240 * generic.el (define-generic-mode): Doc fix.
12241
12242 * menu-bar.el (menu-bar-options-save): For the options
12243 that are toggled with menu-bar-make-mm-toggle, don't check
12244 for customized-value prop.
12245
12246 2004-11-27 Eli Zaretskii <eliz@gnu.org>
12247
12248 * mail/supercite.el (sc-cite-region): Handle the case where
12249 sc-cite-frame-alist is a symbol.
12250 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12251 a symbol.
12252 (sc-recite-region): Handle the case where sc-recite-frame-alist is
12253 a symbol.
12254
12255 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12256
12257 * wid-edit.el (widget-narrow-to-field): New function.
12258 (widget-complete): Use it.
12259
12260 2004-11-27 Jay Belanger <belanger@truman.edu>
12261
12262 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12263 variable.
12264 (calc-eval-error): Don't check if the variable calc-eval-error is
12265 bound.
12266 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12267 (math-alg-inequalities): Move declaration to earlier in the file.
12268
12269 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12270 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12271 Declare them.
12272
12273 * calc/calc-lang.el (math-expr-data, math-expr-token)
12274 (math-exp-old-pos): Declare them.
12275
12276 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12277 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12278
12279 2004-11-27 Kim F. Storm <storm@cua.dk>
12280
12281 * progmodes/flymake.el: Use (featurep 'xemacs).
12282 (flymake-makehash): Change to defsubst. Use fboundp.
12283 (flymake-time-to-float): Remove.
12284 (flymake-float-time): Merge code from flymake-time-to-float here.
12285 (flymake-replace-regexp-in-string): Change to defsubst.
12286 (flymake-split-string-remove-empty-edges):
12287 Rename to flymake-split-string.
12288 (flymake-split-string): Remove previous defalias.
12289 (flymake-get-temp-dir): Change to defsubst.
12290 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12291 Define for xemacs only.
12292 (flymake-master-file-count-limit): Change into compiler defvar only.
12293 (flymake-find-possible-master-files): Let-bind it dynamically while
12294 sorting files using flymake-master-file-compare.
12295
12296 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12299 of defun-prompt-regexp matches inside a comment/string but the
12300 beginning is correctly outside everything.
12301
12302 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12303 appears within a string or a comment.
12304
12305 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12306 rather than make-symbol for symbols which are used in
12307 a symbol-macrolet or equivalent.
12308
12309 2004-11-26 Jay Belanger <belanger@truman.edu>
12310
12311 * calc-misc.el (calc-last-why-command): Declare it.
12312
12313 * calc-vec.el (math-grade-vec): New variable.
12314 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12315 Replace variable grade-vec by declared variable.
12316 (math-rb-close): New variable.
12317 (math-read-brackets, math-read-vector): Replace variable close by
12318 declared variable.
12319
12320 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12321 (calc-one-window, calc-edit-handler, calc-restore-trail)
12322 (calc-allow-ret): Declare them.
12323
12324 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12325 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12326 (math-radix-float-cache-tag, math-random-cache)
12327 (math-max-digits-cache, math-integral-cache, math-units-table)
12328 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12329 (math-moc-func): New variable.
12330 (math-map-over-constants, math-map-over-constants-rec):
12331 Replace variable func by declared variable.
12332
12333 * calc/calc-store.el (calc-given-value, calc-store-opers):
12334 Declare them.
12335 (calc-var-name-map): Move declaration to earlier in the file.
12336 (calc-pv-pos): New variable.
12337 (calc-permanent-variable, calc-insert-permanent-variable):
12338 Replace variable pos by declared variable.
12339
12340 * calc/calc-mtx.el (calc-det-lu): New variable.
12341 (math-det-raw, math-det-step): Replace variable lu by declared
12342 variable.
12343
12344 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12345 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12346 and arg by declared variables.
12347 (calcFunc-reducer): Fix incorrect variable.
12348 (math-inner-mul-func, math-inner-add-func): New variables.
12349 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12350 and add-func by declared variables.
12351
12352 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12353 (calc-digit-value): Declare them.
12354
12355 * calc/calc-help.el (Info-history): Declare it.
12356 (calc-describe-key): Make calc-summary-indentation a local variable.
12357 (calc-help-long-names): Move declaration to earlier in file.
12358
12359 * calc/calc-embed.el (calc-original-buffer): Declare it.
12360 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12361 (calc-embed-bot): New variables.
12362 (calc-do-embedded, calc-embedded-mark-formula)
12363 (calc-embedded-find-bounds, calc-embedded-duplicate)
12364 (calc-embedded-new-formula, calc-embedded-make-info):
12365 Replace vars outer-top, outer-bot, bot and top by declared variables.
12366 (calc-embed-prev-modes): New variable.
12367 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12368 prev-modes with declared variable.
12369 (calc-embed-vars-used): New variable.
12370 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12371 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12372 vars-used by declared variable.
12373
12374 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12375 variable.
12376 (math-format-radix-float): Remove unnecessary setq.
12377 (math-radix-float-cache): Declare it.
12378
12379 * calc/calcsel2.el (calc-keep-selection): Declare it.
12380
12381 * calc/calc-maint.el: Remove file.
12382
12383 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12384
12385 * textmodes/bibtex.el (bibtex-sort-entry-class)
12386 (bibtex-comment-start): Use defcustom.
12387 (bibtex-entry-field-alist): Use nil if initial content of the
12388 field is undefined. Fix docstring.
12389 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12390 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12391 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12392 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12393 Fix docstring.
12394 (bibtex-autokey-title-terminators): Use only one regexp.
12395 (bibtex-string-maybe-empty-head): New variable.
12396 (bibtex-remove-delimiters-string): New function.
12397 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12398 Use bibtex-remove-delimiters-string.
12399 (bibtex-progress-message, bibtex-field-left-delimiter)
12400 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12401 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12402 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12403 Simplify.
12404 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12405 Use eq and bibtex-remove-delimiters-string. For end markers use
12406 insertion type so that marker stays after inserted text.
12407 (bibtex-autokey-get-names): Return empty string if name is missing.
12408 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12409 calling bibtex-autokey-name-case-convert.
12410 (bibtex-autokey-demangle-title):
12411 Call bibtex-autokey-titleword-case-convert. Remove call to
12412 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12413 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12414 (bibtex-read-key): New optional arg global.
12415 (bibtex-files-expand): New optional arg force.
12416 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12417 (bibtex-complete-crossref-cleanup): Rename from
12418 bibtex-complete-key-cleanup. Simplify code.
12419 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12420 Operate on current entry.
12421 (bibtex-button): Add docstring.
12422 (bibtex-entry): Simplify.
12423 (bibtex-make-field): Replace optional arg called-by-yank with more
12424 specific args move and interactive.
12425 (bibtex-end-of-entry): Use forward-sexp.
12426 (bibtex-find-entry-globally): Remove.
12427 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12428 Bound to C-c C-x.
12429 (bibtex-find-entry): New optional args global and display.
12430 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12431 (bibtex-validate): Use arg force of bibtex-files-expand.
12432 (bibtex-clean-entry): Bugfix, clean string entries properly.
12433 Always keep point at beginning of entry.
12434 (bibtex-complete): Bugfix. Handle string entries properly.
12435 Call cleanup functions only if needed.
12436 (bibtex-String): Use bibtex-read-string-key.
12437 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12438 case of replacement text.
12439
12440 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12441
12442 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12443 (tramp-perl-directory-files-and-attributes): New constant.
12444 (tramp-file-name-handler-alist): Delete file-directory-files, add
12445 directory-files-and-attributes.
12446 (tramp-perl-file-attributes): Surround uid and gid by double
12447 quotes. Change parameter id-format from nonnumeric.
12448 (tramp-convert-file-attributes): New function.
12449 (tramp-handle-file-attributes): Use it.
12450 (tramp-maybe-send-perl-script): New function.
12451 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12452 file mode. Change parameter id-format from nonnumeric.
12453 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12454 from nonnumeric.
12455 (tramp-post-connection): Don't send tramp-perl-file-attributes
12456 script. Reset connection property "perl-scripts".
12457 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12458 in use.
12459
12460 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12461
12462 * desktop.el (desktop-read): Replace mapcar with mapc.
12463 (desktop-create-buffer): Replace mapcar with mapc.
12464 Remove redundant piece of code.
12465
12466 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
12467
12468 * progmodes/gud.el (gud-display-line): Use display-buffer
12469 for GDB-UI as for GUD.
12470
12471 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12472 Delete variables.
12473 (gdb-ann3): Don't make GUD buffer dedicated.
12474 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12475 (gdb-display-source-buffer): Delete function.
12476 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12477 (menu): Delete menu bindings for viewing source/assembler.
12478 (gdb-setup-windows, gdb-restore-windows):
12479 Don't dedicate GUD. No assembler now.
12480 (gdb-reset): No need to undedicate source buffers now.
12481 (gdb-source-info): No assembler now.
12482
12483 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
12484
12485 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12486 width to those for special frames.
12487 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12488 Use display-buffer.
12489 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12490 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12491 (gdb-frame-assembler-buffer): Rework like
12492 gdb-frame-breakpoints-buffer.
12493
12494 2004-11-25 Richard M. Stallman <rms@gnu.org>
12495
12496 * progmodes/flymake.el: Reindent.
12497 (flymake-split-string): Turn into defalias.
12498 (flymake-fix-file-name): Rename from flymake-fix-path-name.
12499 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12500 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12501 (flymake-build-relative-filename): Rename from ...path.
12502 Fix error message.
12503
12504 2004-11-25 Cheng Gao <chenggao@gmail.com>
12505
12506 * progmodes/flymake.el: Much whitespace and capitalization change.
12507 Move `provide' to end. Require `compile' only when compiling.
12508
12509 2004-11-24 Jay Belanger <belanger@truman.edu>
12510
12511 * calc/calc-alg.el: Added comment.
12512 (math-polynomial-base): Replace variable mpb-top-expr by
12513 math-poly-base-top-expr.
12514
12515 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12516 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12517 variable.
12518 (math-poly-base-total-base): New variable.
12519 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12520 mpb-total-base by declared variable.
12521 (math-factored-vars, math-to-list): Declare it.
12522 (math-fact-expr): New variable.
12523 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12524 (math-factor-expr-try, math-factor-expr-part): Replace variable
12525 expr by declared variable.
12526 (math-fet-x): New variable.
12527 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12528 by declared variable.
12529 (math-factor-poly-coefs): Make temp a local variable.
12530
12531 * calc/calc-units.el (calc-convert-units): Make units a local
12532 variable.
12533 (calc-num-units, calc-den-units): New variables.
12534 (calc-explain-units, calc-explain-units-rec): Replace variables
12535 num-units and den-units by declared variables.
12536 (math-cu-unit-list): New variable.
12537 (math-build-units-table, math-compare-unit-names)
12538 (math-convert-units, math-convert-units-rec): Replace variable
12539 unit-list by declared variable.
12540 (math-fbu-base, math-fbu-entry): New variables.
12541 (math-find-base-units, math-find-base-units-rec): Replace variables
12542 base and entry by declared variables.
12543 (math-which-standard): New variable.
12544 (math-to-standard-units, math-to-standard-rec): Replace variable
12545 which-standard by declared variable.
12546 (math-fcu-u): New variable.
12547 (math-find-compatible-unit, math-find-compatible-unit-rec):
12548 Replace variable u by declared variable.
12549 (math-cu-new-units, math-cu-pure): New variables.
12550 (math-convert-units, math-convert-units-rec): Replace variables
12551 new-units and pure by declared variables.
12552 (math-try-cancel-units): New variable.
12553 (math-simplify-units-quotient): Replace variable try-cancel-units by
12554 declared variable.
12555
12556 2004-11-24 Richard M. Stallman <rms@gnu.org>
12557
12558 * textmodes/ispell.el (ispell-check-version):
12559 If default-directory is nonexistent, use home dir.
12560
12561 * progmodes/grep.el (grep-regexp-alist):
12562 Don't match parens around line numbers.
12563
12564 * progmodes/cperl-mode.el (cperl-indent-region)
12565 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12566 Don't print progress messages.
12567
12568 * progmodes/compile.el (compilation-mode-map):
12569 Don't inherit from compilation-minor-mode-map;
12570 copy its bindings instead. But the menu bar Compile
12571 entry now does inherit from compilation-menu-map.
12572
12573 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12574 Use with-no-warnings around compiler-macroexpand.
12575
12576 * imenu.el: Don't always require newcomment.
12577 (imenu--generic-function): Call comment-normalize-vars
12578 if we have a comment syntax.
12579 Exit the loop if REGEXP matches the null string.
12580 Test comment-start as well as comment-start-skip
12581 when deciding whether to check for comments.
12582
12583 * tooltip.el (tooltip-mode): Doc fix.
12584
12585 * term.el (term-escape-char, term-mode): Doc fixes.
12586
12587 2004-11-24 Dave Love <fx@gnu.org>
12588
12589 * progmodes/python.el (python-font-lock-syntactic-keywords):
12590 Check for escapes in the regexp.
12591 (python-quote-syntax): Don't do it here.
12592
12593 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12594
12595 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12596 (gdb-frames-mode-map, gdb-threads-mode-map)
12597 (gdb-registers-mode-map, gdb-locals-mode-map)
12598 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12599 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12600
12601 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12602 (dedicated-switch-to-buffer): Rework.
12603 (gdb-var-evaluate-expression-handler, gdb-put-string):
12604 Remove unused variable bindings.
12605 (gdb-setup-windows, gdb-display-buffer):
12606 Simplify. Use pop-to-buffer.
12607 (gdb-view-source-function): Simplify.
12608 (gdb-frame-breakpoints-buffer):
12609 Use pop-to-buffer, special-display-regexps.
12610
12611 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12612
12613 * progmodes/f90.el (f90-smart-end)
12614 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12615 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12616 (f90-end-of-block): Doc fix. Make check of outermost block
12617 conditional on value of `f90-smart-end'.
12618 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12619 Handle case where END-BLOCK is nil.
12620 (f90-match-end): Handle un-named PROGRAM blocks.
12621 (f90-backslash-not-special): New function.
12622
12623 2004-11-24 Jay Belanger <belanger@truman.edu>
12624
12625 * calc/calc.el (calc-embedded-active): Removed unnecessary
12626 declaration.
12627 (calc-show-banner): Removed redundant declaration.
12628
12629 * calc/calc-graph.el (calc-gnuplot-default-device)
12630 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12631 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12632 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12633 Remove redundant initial values.
12634
12635 * calc/calc-arith.el (math-scalar-functions)
12636 (math-nonscalar-functions, math-scalar-if-args-functions)
12637 (math-real-functions, math-positive-functions)
12638 (math-nonnegative-functions, math-real-scalar-functions)
12639 (math-real-if-arg-functions, math-integer-functions)
12640 (math-num-integer-functions, math-rounding-functions)
12641 (math-float-rounding-functions, math-integer-if-args-functions)
12642 (math-super-types): Move declarations to earlier in file.
12643 (math-unit-prefixes): Declared it.
12644 (math-floor-prec, math-trunc-prec): New variables.
12645 (math-trunc-fancy): Replace variable prec by declared variable.
12646 (math-floor-fancy): Replace variable prec by declared variable.
12647 (math-com-bterms): New variable.
12648 (math-commutative-equal, math-commutative-collect):
12649 Replace variable bterms by declared variable.
12650
12651 * calc/calc-misc.el (math-trunc): Replace variable prec by
12652 math-trunc-prec.
12653 (math-floor): Replace variable prec by math-floor-prec.
12654
12655 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12656 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12657 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12658 (math-format-date, math-format-date-part): Replace variables
12659 date, dt, year, month, day, weekday, hour, minute, second and
12660 bc-flag by declared variables.
12661 (math-pd-str): New variable.
12662 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12663 Replace variable str by declared variable.
12664 (math-daylight-savings-hook, math-tzone-names): Move definitions
12665 to earlier in the file.
12666 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12667 (math-sh-year): New variable.
12668 (math-setup-add-holidays, math-setup-holidays)
12669 (math-setup-year-holidays): Replace variable `year' by declared
12670 variable.
12671
12672 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12673 New variables.
12674 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12675 n, nf and nfm1 by declared variables.
12676 (math-nri-n): New variable.
12677 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12678 n by declared variable.
12679 (calcFunc-log): Removed misplaced condition.
12680
12681 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12684
12685 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12686
12687 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12688 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12689 Dedicate gdb-related windows.
12690 (gdb-display-buffer): Dedicate gdb-related windows.
12691 Don't grab other frames.
12692 (gdb-reset): Remove dedicated property after debugging.
12693
12694 2004-11-24 Jay Belanger <belanger@truman.edu>
12695
12696 * calc/calc-sel.el: Add comment.
12697
12698 * calc/calc.el (math-stack-value-offset): Replace variables c,
12699 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12700
12701 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12702 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12703 (math-stack-value-offset-fancy): Replace variables c, wid and off
12704 by declared variables.
12705 (math-comp-just, math-comp-comma-spc): New variables.
12706 (math-compose-expr, math-compose-matrix): Replace variables `just'
12707 and comma-spc by declared variable.
12708 (math-comp-vector-prec): New variable.
12709 (math-compose-expr, math-compose-matrix, math-compose-rows):
12710 Replace variable vector-prec by declared variable.
12711 (math-comp-left-bracket, math-comp-right-bracket)
12712 (math-comp-comma): New variables.
12713 (math-compose-expr, math-compose-rows): Replace variables
12714 left-bracket, right-bracket and comma by declared variables.
12715 (math-comp-full-width): New variable.
12716 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12717 Replace variable full-width by declared variable.
12718 (math-comp-highlight, math-comp-word, math-comp-level)
12719 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12720 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12721 New variables.
12722 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12723 (math-comp-sel-flat-term): Replace variables comp-highlight,
12724 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12725 declared variables.
12726 (math-comp-simplify, math-comp-simplify-term)
12727 (math-comp-add-string, math-comp-add-string-sel):
12728 Replace variables comp-highlight, comp-buf, comp-base,
12729 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12730
12731 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12732
12733 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12734
12735 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12736 and x-server-version may throw.
12737
12738 2004-11-23 Kim F. Storm <storm@cua.dk>
12739
12740 * subr.el (substitute-key-definition-key): Optimize.
12741 Don't call indirect-function for nil defn (always signals error).
12742
12743 * ido.el (ido-read-internal): Fix require-match check when
12744 ido-directory-too-big is set.
12745
12746 2004-11-23 Jay Belanger <belanger@truman.edu>
12747
12748 * calc/calc-ext.el (math-read-replacement-list)
12749 (math-read-superscripts): New variables.
12750 (math-read-preprocess-string): New function.
12751 (math-read-expr): Filter input through math-read-preprocess-string.
12752
12753 * calc/calc-aent.el (math-read-exprs): Filter input through
12754 math-read-preprocess-string.
12755
12756 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12757
12758 * progmodes/compile.el (compilation-start): In cd command use
12759 substitute-env-vars -- not quite shell compatible but better than
12760 nothing.
12761 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12762 handle the newer versions messages, which are more parseable.
12763
12764 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * reveal.el (reveal-mode-map): New var.
12767 (reveal-mode): Use it.
12768
12769 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12770
12771 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12772 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12773
12774 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12777 header-line when needed.
12778 Use fixed-pitch only in the header-line.
12779 Build the underline automatically. Use emdash if available.
12780
12781 2004-11-22 Richard M. Stallman <rms@gnu.org>
12782
12783 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12784 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12785
12786 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12787
12788 * progmodes/gdb-ui.el (gdb-resync): New function.
12789 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12790 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12791 Use it to fail more gracefully.
12792 (gdb-variables): Delete variable.
12793 Re-order variables to reduce byte-compiler warnings.
12794
12795 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * descr-text.el (describe-char):
12798 * paren.el (show-paren-function):
12799 * subr.el (syntax-after): Undo last change.
12800
12801 * progmodes/python.el (run-python): Don't hard code *Python*.
12802 Don't modify global process-environment.
12803 (python-send-region, python-load-file): Don't assume that
12804 python-buffer == (process-buffer (python-proc)).
12805 (python-switch-to-python): Simplify.
12806
12807 * dired.el (dired-align-file): Don't assume line starts with spaces.
12808
12809 2004-11-21 Jay Belanger <belanger@truman.edu>
12810
12811 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12812 Replace variable `lines' by math-read-big-lines.
12813 (math-read-big-expr): Replace variables the-baseline, the-h2
12814 and err-msg by math-read-big-baseline, math-read-big-h2 and
12815 math-read-err-msg.
12816 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12817
12818 * calc/calc-lang.el (math-read-big-rec): Fix typo.
12819 (math-read-big-balance): Replace unbound variable by value.
12820 (math-read-big-lines): New variable.
12821 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12822 (math-read-big-error, math-read-big-balance): Replace variable
12823 `lines' by declared variable.
12824 (math-read-big-baseline, math-read-big-h2): New variables.
12825 (math-read-big-rec): Replace variables the-baseline and the-h2
12826 by declared variables.
12827 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12828 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12829 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12830 declared variables.
12831 (math-read-big-err-msg): New variable.
12832 (math-read-big-error): Replace variable err-msg by declared variable.
12833
12834 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * ses.el: Add coding cookie.
12837 Fix up docstrings, follow new commenting conventions.
12838 (ses-header-line-menu): Fix missing variable rename for header-row.
12839 (ses-cell-size): Remove.
12840 (ses-make-cell): New function.
12841 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12842 (ses-calculate-cell): Remove unused var `symbol'.
12843 (ses-narrowed-p): New function.
12844 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12845 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12846 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12847 (ses-setup): Use restore-buffer-modified-p.
12848 (ses-cleanup): Remove unused var `end'.
12849 (ses-header-string-left-offset): Remove.
12850 (ses-create-header-string): Adjust to new behavior of `align-to'.
12851 Truncate excessively large fields to preserve alignment.
12852 (ses-reconstruct-all): Remove unused var `refs'.
12853 (ses-read-cell-printer): Remove unused var `prompt'.
12854 (ses-delete-row): Remove unused var `pos'.
12855 (ses-delete-column): Remove unused var `new'.
12856
12857 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12858
12859 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12860 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12861 Eliminate eval-and-compile usage.
12862 (ps-insert-file): Use insert-file-contents instead of insert-file.
12863 (ps-setup): Code fix.
12864
12865 * printing.el (pr-setup, lpr-setup): Code fix.
12866
12867 2004-11-21 Jay Belanger <belanger@truman.edu>
12868
12869 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12870 (calc-original-buffer): Declare them.
12871 (calc-user-formula-alist): New variable.
12872 (calc-user-define-formula, calc-fix-user-formula)
12873 (calc-user-define-composition, calc-finish-formula-edit):
12874 Replace variable `alist' by declared variable.
12875 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12876 (var-q7, var-q7, var-q8, var-q9): Declare them.
12877 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12878 are bound.
12879 (calcFunc-typeof): Replace undeclared variable by expression.
12880 (math-exp-env): New variable.
12881 (math-define-body, math-define-exp): Replace exp-env by declared var.
12882 (math-define-exp): Replace misplaced variable by expression.
12883
12884 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12885 (calc-curve-model, calc-curve-coefnames): New variables.
12886 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12887 varnames, model and coefnames by declared variables.
12888 (math-root-widen): New variable.
12889 (math-search-root, math-find-root): Replace variable root-widen by
12890 declared variable.
12891 (var-DUMMY): Declare it.
12892 (math-root-vars, math-min-vars): Move the declarations to earlier in
12893 the file.
12894 (math-brent-min): Make d a local variable.
12895 (math-find-minimum): Replace non-existent variable.
12896 (math-ninteg-romberg): Remove unnecessary variable.
12897 (math-ninteg-temp): New variable.
12898 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12899 integ-temp by declared variable.
12900 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12901 New variables.
12902 (math-general-fit): Replace variables first-var, first-coef and
12903 new-coefs by declared variables.
12904 (calcFunc-fitvar): Replace variable first-var by declared variable.
12905 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12906 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12907 (math-all-vars-vars, math-all-vars-found): New variables.
12908 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12909 found by declared variable math-all-vars-vars.
12910
12911 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12912
12913 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12914 of `defconst'.
12915
12916 2004-11-20 Richard M. Stallman <rms@gnu.org>
12917
12918 * isearch.el (isearch-mode-map): Don't bind SPC.
12919 (isearch-whitespace-chars): Function deleted.
12920 (isearch-search): Bind search-spaces-regexp.
12921 (isearch-lazy-highlight-search): Likewise.
12922 (search-whitespace-regexp): Doc fix.
12923 (isearch-forward-regexp): Doc fix.
12924
12925 * emacs-lisp/bytecomp.el (byte-compile-form):
12926 Move the calls to byte-compile-set-symbol-position,
12927 to avoid having two for the same symbol occurrence.
12928
12929 * comint.el (comint-input-ring-size): Increase to 150.
12930
12931 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12932 New variables.
12933 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12934 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12935
12936 * imenu.el (imenu--generic-function):
12937 Ensure we keep moving backward even if BEG isn't further back.
12938
12939 * replace.el (query-replace-read-to, query-replace-read-from):
12940 Specify t for KEEP-ALL in read-from-minibuffer.
12941
12942 * progmodes/python.el (python-switch-to-python):
12943 If Python isn't running, start it.
12944 Don't alter debug-ignored-errors.
12945
12946 * progmodes/cperl-mode.el (cperl-indent-region):
12947 Don't mind imenu-scanning-message.
12948
12949 * bindings.el (global-map): Bind C-e to move-end-of-line.
12950
12951 * simple.el (line-move-finish): New arg FORWARD.
12952 Ignore invisible newlines, not intangible ones.
12953 Conditions for acceptable stopping positions depend on FORWARD.
12954 (line-move): Pass FORWARD arg to line-move-finish.
12955
12956 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12957 of HEADER. Compensate for this change in the code to add display
12958 properties. Don't make the first line intangible.
12959
12960 * info.el (Info-search): Fix previous change.
12961
12962 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12963
12964 * Makefile.in (recompile): Revert 2004-11-19 change.
12965 (compile): Likewise.
12966
12967 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12968
12969 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12970
12971 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12972
12973 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
12974 defgroup and defcustom. Eliminate eval-and-compile usage.
12975
12976 * progmodes/ebnf-otz.el: Fix typos.
12977
12978 2004-11-19 Jay Belanger <belanger@truman.edu>
12979
12980 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12981 (calc-edit-finish, calc-finish-stack-edit): Replace variable
12982 disp-trail by declared variable.
12983
12984 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12985 (calc-finish-selection-edit): Replace variable disp-trail by
12986 declared variable.
12987 (calc-selection-cache-entry): Move declaration to earlier in the file.
12988 (calc-selection-cache-num, calc-selection-cache-comp)
12989 (calc-selection-cache-offset, calc-selection-true-num)
12990 (calc-final-point-line, calc-final-point-column)
12991 (calc-original-buffer): Declare them.
12992 (calc-fnp-op, calc-fnp-num): New variables.
12993 (calc-find-nth-part, calc-find-nth-part-rec)
12994 (calc-select-previous): Replace op and num by declared variables.
12995 (calc-rsf-old, calc-rsf-new): New variables.
12996 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12997 Replace variables old and new by declared variables.
12998 (calc-sel-reselect): New variable.
12999 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13000 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13001 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13002 reselect with declared variable.
13003
13004 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13005 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13006 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13007 (math-import-list, math-rewrite-phase): Declare them.
13008 (math-rewrite): Use let* to declare variables.
13009 (calc-rewrite-selection): Make rules a local variable.
13010 (calc-rewr-sel): New variable.
13011 (calc-rewrite-selection, calc-locate-selection-marker)
13012 (calc-rewrite): Use the declared variable calc-rewr-sel instead
13013 of sel.
13014 (math-rewrite-whole-expr): New variable.
13015 (math-rewrite, math-rewrite-phase): Replace variable expr by
13016 declared variable.
13017 (math-rewrite-heads-heads, math-rewrite-heads-skips)
13018 (math-rewrite-heads-blanks ): New variables.
13019 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13020 heads, skips and blanks by declared variables.
13021 (math-rwcomp-subst-old, math-rwcomp-subst-new)
13022 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13023 New variables.
13024 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13025 old, new, old-func and new-func by declared variables.
13026 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13027 Remove unnecessary variable.
13028 (math-apply-rw-regs): New variable.
13029 (math-apply-rewrites, math-rwapply-replace-regs)
13030 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13031 (math-apply-rw-ruleset): New variable.
13032 (math-apply-rewrites, math-rwapply-remember): Replace variable
13033 ruleset by declared variable.
13034
13035 2004-11-19 Richard M. Stallman <rms@gnu.org>
13036
13037 * info.el (Info-search): Use search-whitespace-regexp.
13038
13039 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13040
13041 * vc-rcs.el (vc-rcs-parse): New function.
13042 (vc-rcs-annotate-command): Likewise.
13043 (vc-rcs-annotate-current-time): Likewise.
13044 (vc-rcs-annotate-time): Likewise.
13045 (vc-rcs-annotate-extract-revision-at-line): Likewise.
13046
13047 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13048
13049 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13050
13051 2004-11-18 Jay Belanger <belanger@truman.edu>
13052
13053 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
13054
13055 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13056
13057 * printing.el: Eliminate use of interactive-p and eval-and-compile.
13058 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13059 Use make-temp-file to generate PostScript files in any situation.
13060 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
13061 (pr-interactive-p): Eliminate var.
13062 (pr-save-interactive): Eliminate macro.
13063 (pr-interface, pr-ps-directory-preview)
13064 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13065 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13066 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13067 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13068 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13069 (pr-ps-region-ps-print, pr-ps-mode-preview)
13070 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13071 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13072 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13073 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13074 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13075 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13076 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13077 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13078 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13079 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13080 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13081 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13082 Eliminate pr-save-interactive usage.
13083 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13084 Eliminate pr-interactive-p usage.
13085 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13086 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13087 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13088 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13089 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13090 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13091 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13092 New funs.
13093 (pr-ps-file): Use make-temp-file to generate a temporary file.
13094
13095 2004-11-17 Jay Belanger <belanger@truman.edu>
13096
13097 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13098 a local variable.
13099 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13100 (math-top-only): New variable.
13101 (math-simplify, math-simplify-step): Replace variable top-only by
13102 declared variable math-top-only.
13103 (math-simplify-expr): Declare it.
13104 Replace argument expr in all calls of math-defsimplify by
13105 math-simplify-expr.
13106 (math-simplify-plus, math-simplify-times, math-simplify-divide)
13107 (math-simplify-divisor, math-simplify-one-divisor)
13108 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13109 (math-simplify-pow): Replace variable expr by declared variable
13110 math-simplify-expr.
13111 (math-simplify-divisor): Remove local variables temp and op.
13112 (math-simplify-one-divisor): Make temp and op local variables.
13113 (math-simplify-divisor-nover, math-simplify-divisor-dover):
13114 New variables.
13115 (math-simplify-divisor, math-simplify-one-divisor):
13116 Replace variables nover and dover by declared variables.
13117 (math-expr-subst-new, math-expr-subst-old): New variables.
13118 (math-expr-subst, math-expr-subst-rec): Replace variables new
13119 and old by declared variables.
13120 (math-is-poly-degree, math-is-poly-loose): New variables.
13121 (math-is-polynomial, math-is-poly-rec): Replace variables degree
13122 and loose by declared variables.
13123 (math-poly-base-const-ok, math-poly-base-pred): New variables.
13124 (math-polynomial-base, math-polynomial-base-rec):
13125 Replace variables const-ok and mpb-pred by declared variables.
13126
13127 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13128
13129 * calc/calc-ext.el (math-defsimplify): Change the argument in
13130 the created function to math-simplify-expr.
13131
13132 * calc/calc-units.el (math-simplify-expr): Declare it.
13133 Replace argument expr in all calls of math-defsimplify by
13134 math-simplify-expr.
13135 (math-simplify-units-prod): Replace variable expr by declared
13136 variable math-simplify-expr.
13137
13138 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13141 Replace mapcar->dolist, format->string.
13142
13143 2004-11-17 Miles Bader <miles@gnu.org>
13144
13145 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13146 * progmodes/idlwave.el: Remove RCS keywords.
13147
13148 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
13149
13150 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13151 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13152 Update to IDLWAVE version 5.5. Too many changes to list them here.
13153 * progmodes/idlw-help.el: New file.
13154
13155 2004-11-16 Richard M. Stallman <rms@gnu.org>
13156
13157 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13158 Discard spaces after \i according to TeX rules.
13159
13160 * international/mule.el (set-buffer-file-coding-system):
13161 New arg NOMODIFY.
13162 (after-insert-file-set-coding): Pass that new arg.
13163 Prevent set-buffer-multibyte from trying to lock the file.
13164
13165 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13166
13167 * saveplace.el (save-place): Doc fix.
13168
13169 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13170 temporarily widen before finding the following word to copy.
13171
13172 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13173 (cl-map-keymap): Definition deleted.
13174
13175 * subr.el (map-keymap-internal): New function.
13176
13177 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13180 when pressing rather than when releasing mouse-2. Simplify.
13181
13182 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13185 (compilation-mode): Set it here instead.
13186
13187 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13188
13189 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13190 (loop, cl-parse-loop-clause, defsetf): Use backquote.
13191
13192 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13193
13194 * progmodes/compile.el (compilation-internal-error-properties):
13195 Fix up a transposition-typo. Check end-col before using it.
13196
13197 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
13198
13199 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13200 Discard whitespace after macro \i when converting it.
13201
13202 2004-11-16 Juri Linkov <juri@jurta.org>
13203
13204 * emacs-lisp/find-func.el (find-function-regexp):
13205 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
13206 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
13207 Remove invalid `\W' from [^cgv\W]. Doc fix.
13208 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13209
13210 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
13211
13212 * play/life.el: Maintainer is now FSF.
13213 (life-patterns, life-neighbor-deltas, life-window-start)
13214 (life-current-generation, life-generation-string): Use defvar
13215 instead of defconst.
13216
13217 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * progmodes/compile.el (compilation-move-to-column): New fun.
13220 (compilation-internal-error-properties)
13221 (compilation-next-error-function): Use it to make sure we don't go past
13222 the end of line.
13223
13224 2004-11-15 John Paul Wallington <jpw@gnu.org>
13225
13226 * autoinsert.el (auto-insert-alist): Insert the user's name in
13227 copyright notice, rather than Free Software Foundation, for the
13228 Emacs Lisp header case too.
13229
13230 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13231
13232 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13233 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13234 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
13235 return the list of string in a string.
13236 (pr-call-process): Message if calling process returns an error, that
13237 is, the exit status is different of zero.
13238
13239 2004-11-15 Jay Belanger <belanger@truman.edu>
13240
13241 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13242 variable var-thing.
13243 (math-integ-depth, math-integ-level, math-integral-limit)
13244 (math-enable-subst, math-any-substs, math-integ-msg)
13245 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13246 (math-int-threshold, math-int-factors, math-double-roots)
13247 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13248 (var-GenCount): Declare these variables.
13249 (calcFunc-integ): Don't check if var-IntegLimit is bound.
13250 (math-integral-cache, math-integral-cache-state):
13251 Move declarations to earlier in the file.
13252 (math-deriv-var, math-deriv-total, math-deriv-symb)
13253 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13254 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13255 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13256 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13257 (math-solve-res): New variables
13258 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13259 (math-integral, math-replace-integral-parts)
13260 (math-integrate-by-parts, calc-dump-integral-cache)
13261 (math-try-integral, math-do-integral, math-do-integral)
13262 (math-do-integral-methods, math-try-solve-for)
13263 (math-try-solve-prod, math-solve-poly-funny-powers)
13264 (math-solve-crunch-poly, math-decompose-poly)
13265 (math-solve-find-root-term, math-find-root-in-prod)
13266 (math-integ-try-linear-substitutions)
13267 (math-integ-try-substitutions, math-expr-rational-in)
13268 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13269 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13270 (math-solve-for, math-solve-system, math-solve-system-rec)
13271 (math-solve-get-sign, math-solve-get-int)
13272 (math-solve-system-subst): Replace undeclared variables with newly
13273 declared variables.
13274
13275 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13276
13277 * winner.el (winner-active-region, winner-edges, winner-window-list):
13278 Define at toplevel.
13279 (winner-mode-map): Move init inside declaration.
13280
13281 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13282
13283 * files.el (convert-standard-filename): Doc fix.
13284
13285 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13286
13287 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13288 passwd, group, shadow, default/* and pam.d/*.
13289
13290 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13291
13292 * printing.el (pr-menu-spec): Adjust menu specification.
13293
13294 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13295
13296 * printing.el: Doc fix. Insert :version tag into all defcustom.
13297 Handle interactive-p as is recommended in Emacs Lisp Reference.
13298 Set the file permission bits for newly created files.
13299 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13300 The printing menu specification (in `pr-menu-spec') was merged.
13301 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13302 (pr-version): New version number (6.8.3).
13303 (pr-file-modes): New option.
13304 (pr-interactive-p): New var.
13305 (pr-save-interactive, pr-save-file-modes): New macros.
13306 (pr-setup): Code fix.
13307 (pr-menu-spec): Menu specification merged.
13308 (pr-call-process, pr-text2ps): Set file permission bits.
13309 (pr-despool-print): Set file permission bits. Handle interactive-p as
13310 is recommended.
13311 (pr-interface, pr-ps-directory-preview)
13312 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13313 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13314 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13315 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13316 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13317 (pr-ps-region-ps-print, pr-ps-mode-preview)
13318 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13319 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13320 (pr-despool-using-ghostscript, pr-despool-ps-print)
13321 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13322 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13323 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13324 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13325 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13326 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13327 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13328 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13329 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13330 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13331 Handle interactive-p as is recommended.
13332
13333 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13334
13335 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13336 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13337
13338 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13339 so it doesn't forget to highlight the beginning of the region either.
13340
13341 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13342
13343 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13344 (c-font-lock-init): Eliminate obsolete make-local-hook.
13345 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13346 (awk-mode): Use run-mode-hooks.
13347
13348 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13349
13350 2004-11-13 Kim F. Storm <storm@cua.dk>
13351
13352 * mouse.el (mouse-drag-copy-region): Add :version.
13353 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13354 while dragging mode line, so mode line can be dragged downwards.
13355 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13356 while pressing mouse button so window doesn't scroll until we
13357 release the mouse if clicking on partially visible line.
13358
13359 2004-11-12 Jay Belanger <belanger@truman.edu>
13360
13361 * calc/calc-graph.el (calc-dumb-map): Declare it.
13362 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13363 than unbound.
13364 (calc-graph-name): Made `end' a local variable.
13365 (calc-graph-lookup): Made `varname' a local variable.
13366 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13367 Declare them.
13368 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13369 (calc-graph-plot, calc-graph-compute-3d): Remove references to
13370 the unused variable y3vec.
13371 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13372 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13373 calc-graph-prev-kill-hook.
13374 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13375 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13376 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13377 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13378 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13379 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13380 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13381 (calc-graph-y3value, calc-graph-y3name)
13382 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13383 (calc-graph-stepcount, calc-graph-is-splot)
13384 (calc-graph-surprise-splot, calc-graph-blank)
13385 (calc-graph-non-blank, calc-graph-curve-num): New variables.
13386 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13387 (calc-graph-recompute-2d, calc-graph-compute-3d)
13388 (calc-graph-format-data): Replace undeclared variables with the
13389 above newly declared variables.
13390
13391 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13392
13393 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13394 `rsf-beep' and `rsf-sleep-after-message'.
13395
13396 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13397 list if `message-sender' is non-nil.
13398
13399 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13400
13401 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13402 consing by using mapc instead of mapcar.
13403
13404 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
13405
13406 * tooltip.el (require): Explain why CL is needed.
13407
13408 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13409
13410 * printing.el: Insert :version into defgroup (printing). All reference
13411 to Files option in menubar were changed to File.
13412 (pr-version): New version number (6.8.2).
13413 (pr-get-symbol): Call easy-menu-intern.
13414 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13415 compilation gripes.
13416
13417 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13418
13419 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13420 new byte-compile-function-environment binding to t.
13421
13422 * font-lock.el (font-lock-fontify-syntactically-region):
13423 Don't forget to highlight the last char when we hit `end'.
13424
13425 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13426 (mwheel-scroll): Adjust accordingly.
13427
13428 * cvs-status.el: Reduce spurious warnings.
13429 (cvs-status-checkout): Remove.
13430 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13431
13432 * pcvs.el (cvs-mode-checkout): New command.
13433
13434 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13435
13436 * tooltip.el: Require CL.
13437
13438 * emacs-lisp/bytecomp.el: Use push.
13439 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13440 (defalias): Remove the `byte-compile' property and add
13441 a `byte-hunk-handler'.
13442
13443 2004-11-11 Juri Linkov <juri@jurta.org>
13444
13445 * info.el (Info-search): Save match data for isearch.
13446 Skip Tag Table node.
13447
13448 * descr-text.el (describe-char): Replace syntax-after with code
13449 from its previous version.
13450
13451 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13452 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13453
13454 * international/mule.el (sgml-html-meta-auto-coding-function):
13455 Remove > after <html to allow HTML attributes.
13456
13457 2004-11-11 Jay Belanger <belanger@truman.edu>
13458
13459 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13460 a variable.
13461 (calcFunc-dfac): Replace unbound max by n.
13462 (math-stirling-local-cache): New variable.
13463 (math-stirling-number, math-stirling-1, math-stirling-2):
13464 Replace the variable `cache' by the declared variable
13465 math-stirling-local-cache.
13466 (var-RandSeed): Declare it as a variable.
13467 (math-init-random-base, math-random-digit): Don't check to see if
13468 var-RandSeed is bound.
13469 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13470 Declare them instead of just setting them.
13471 (math-init-random-base): Made i a local variable.
13472 (math-random-digit): Made math-random-last a local variable.
13473 (math-prime-test-cache): Move declaration to before it is used.
13474 (math-prime-test-cache-k, math-prime-test-cache-q)
13475 (math-prime-test-cache-nm1, math-prime-factors-finished):
13476 Declare them as variables.
13477
13478 2004-11-11 Jay Belanger <belanger@truman.edu>
13479
13480 * calc/calc-ext.el (math-defcache): Use defvar for the new
13481 variables it creates.
13482
13483 2004-11-11 Lars Hansen <larsh@math.ku.dk>
13484
13485 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13486 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13487 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13488 (desktop-save): Add :version.
13489
13490 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13491
13492 * printing.el (pr-get-symbol): Don't downcase.
13493
13494 2004-11-10 Jay Belanger <belanger@truman.edu>
13495
13496 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13497 string to kill-ring.
13498
13499 * calc/calc-aent.el (calc-alg-exp, math-toks)
13500 (math-exp-pos,math-exp-old-pos, math-exp-token)
13501 (math-exp-keep-spaces, math-exp-str): New variables.
13502 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13503 (calcAlg-enter): Use declared variable calc-alg-exp.
13504 (math-build-parse-table, math-find-user-token): Use declared
13505 variable math-toks.
13506 (math-read-exprs, math-read-token, calc-check-user-syntax)
13507 (calc-match-user-syntax, match-factor-after, math-read-factor):
13508 Use declared variables math-exp-pos math-exp-old-pos.
13509 (math-read-exprs, math-read-token, math-read-expr-level)
13510 (calc-check-user-syntax, calc-match-user-syntax)
13511 (match-factor-after, math-read-factor): Use declared variable
13512 math-exp-token.
13513 (math-read-exprs, math-read-expr-list, math-read-token)
13514 (math-read-factor): Use declared variable math-exp-keep-spaces.
13515 (math-read-exprs, math-read-token): Use declared variable
13516 math-exp-str.
13517 (calc-match-user-syntax): Make m a local variable.
13518
13519 * calc/calc-ext.el (math-read-expr): Use declared variables
13520 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13521 math-exp-keep-spaces.
13522
13523 * calc/calc-forms.el (math-read-angle-bracket): Use declared
13524 variables math-exp-pos, math-exp-str.
13525
13526 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13527 math-exp-old-pos.
13528 (math-parse-fortran-vector, math-parse-fortran-vector-end)
13529 (math-parse-eqn-prime): Use declared variable math-exp-token.
13530
13531 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13532 Use declared variable math-exp-pos.
13533 (math-check-for-commas): Use declared variable math-exp-str.
13534 (math-read-brackets): Use declared variables math-exp-old-pos,
13535 math-exp-keep-spaces.
13536 (math-read-brackets, math-read-vector, math-read-matrix):
13537 Use declared variable math-exp-token.
13538
13539 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13542 where the keymap is a symbol.
13543 (easy-menu-add-item): Use keymap-prompt. Simplify.
13544
13545 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13546
13547 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13548 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13549
13550 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13551
13552 * ebuff-menu.el: Doc fixes throughout.
13553 (electric-buffer-menu-mode-hook): New defvar.
13554
13555 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13556
13557 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13558 The resulting compiler warnings appear to be harmless.
13559
13560 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13561
13562 * textmodes/conf-mode.el: New file.
13563
13564 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13565
13566 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13569
13570 2004-11-09 Jay Belanger <belanger@truman.edu>
13571
13572 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13573
13574 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13575 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13576 (calc-z-prefix-help, calc-user-function-list): Use declared
13577 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13578 (math-map-tree, math-map-tree-rec): Use declared variables
13579 math-mt-many, math-mt-func.
13580 (math-read-expression, math-read-string): Use declared variable
13581 math-expr-data.
13582
13583 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13584 variable math-normalize-a.
13585
13586 * calc/calc.el (math-normalize-a): New variable.
13587 (math-normalize): Use declared variable math-normalize-a.
13588
13589 * calc/calc-poly.el (math-expand-form): Use declared variable
13590 math-mt-many.
13591
13592 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13593 Use declared variable math-mt-many.
13594 (math-rewrite): Use declared variable math-mt-func.
13595
13596 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13597 (math-read-matrix): Use declared variable math-expr-data.
13598
13599 * calc/calc-lang.el (math-parse-fortran-vector)
13600 (math-parse-fortran-vector-end, math-parse-tex-sum)
13601 (math-parse-eqn-matrix, math-parse-eqn-prime)
13602 (math-read-math-subscr): Use declared variable math-expr-data.
13603
13604 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13605 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13606 (calc-match-user-syntax, math-read-if, math-factor-after)
13607 (math-read-factor): Use declared variable math-expr-data.
13608
13609 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13610
13611 * calendar/diary-lib.el (diary-from-outlook)
13612 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13613 interactive-p; but rather new optional argument NOCONFIRM.
13614
13615 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13618 (easy-menu-name-match): Revert correspondingly.
13619
13620 2004-11-09 Richard M. Stallman <rms@gnu.org>
13621
13622 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13623 Turn off warnings for the new function even if definition not constant.
13624 If the definition isn't a quoted symbol, record (FUNCTION . t).
13625 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13626 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13627 (display-call-tree, byte-compile-arglist-warn):
13628 Handle t returned by byte-compile-fdefinition.
13629
13630 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13631
13632 * Makefile.in (maintainer-clean): Depend on distclean.
13633
13634 * help-fns.el (help-C-file-name): File name must be in build-files
13635 to be returned.
13636
13637 2004-11-09 Jay Belanger <belanger@truman.edu>
13638
13639 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13640 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13641
13642 * calc/calc.el (calc, calc-trail-display, calc-mode):
13643 Remove obsolete sections.
13644
13645 * calc/calc.el (calc-x-paste-text): Remove.
13646
13647 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13648 mouse-2.
13649
13650 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13651
13652 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13653 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13654 current frame (in case of recursive calls).
13655 (gdb-show-changed-values): Add :version keyword.
13656
13657 2004-11-09 Kenichi Handa <handa@m17n.org>
13658
13659 * international/mule-cmds.el: Change coding: tag back to
13660 iso-2022-7bit.
13661
13662 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * international/mule-cmds.el: Change coding-system to utf-8.
13665 (select-safe-coding-system-interactively):
13666 New function extracted from select-safe-coding-system.
13667 (select-safe-coding-system): Use it.
13668
13669 2004-11-08 Richard M. Stallman <rms@gnu.org>
13670
13671 * subr.el (syntax-after): Doc fix.
13672
13673 * paren.el (show-paren-function): Change calls to syntax-after
13674 for new way of returning the value.
13675
13676 * menu-bar.el (menu-bar-file-menu): Make this the real name
13677 and menu-bar-files-menu the alias. Use the former.
13678 (global-map): Use `file', not `files', as the symbol.
13679
13680 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13681
13682 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13683 Don't use beginning-of-buffer.
13684 (filesets-cmd-show-result): Use with-no-warnings.
13685
13686 2004-11-08 Juri Linkov <juri@jurta.org>
13687
13688 * progmodes/compile.el (compile): Don't overwrite last command in
13689 minibuffer history with default command if they are not equal.
13690
13691 2004-11-08 Jay Belanger <belanger@truman.edu>
13692
13693 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13694 non-linear substitutions.
13695
13696 2004-11-08 Jay Belanger <belanger@truman.edu>
13697
13698 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13699 (math-do-integral): Set `math-linear-subst-tried' to nil.
13700 (math-do-integral-methods): Use `math-linear-subst-tried' to
13701 determine what type of substitution to try.
13702 (math-integ-try-linear-substituion):
13703 Set `math-linear-subst-tried' to t.
13704
13705 2004-11-08 Kim F. Storm <storm@cua.dk>
13706
13707 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13708
13709 2004-11-07 Juri Linkov <juri@jurta.org>
13710
13711 * info-look.el (info-lookup): Allow reusing in the current buffer
13712 not only *info* buffer, but all (even renamed) Info buffers
13713 by checking for major-mode instead of *info* buffer name.
13714 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13715 (octave-mode, maxima-mode) <doc-spec>:
13716 Allow long dashes generated by Texinfo 4.7 before definitions.
13717 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13718 definitions with argument separated by space.
13719
13720 2004-11-06 Richard M. Stallman <rms@gnu.org>
13721
13722 * simple.el (next-error group, face): Move before first use.
13723 (next-error-highlight, next-error-highlight-no-select): Likewise.
13724
13725 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13726 (line-move): New args NOERROR and TO-END.
13727 Return t if succeed in moving specified number of lines.
13728 (move-end-of-line): New function.
13729
13730 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13731 (end-of-buffer-other-window): Likewise.
13732
13733 * simple.el (line-move-ignore-invisible): Default to t.
13734
13735 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13736
13737 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13738
13739 * international/iso-cvt.el (iso-cvt-define-menu):
13740 Rename menu-bar-files-menu to menu-bar-file-menu.
13741
13742 * net/browse-url.el (browse-url-gnome-moz-program)
13743 (browse-url-gnome-moz-arguments): Move up before first use.
13744
13745 * net/tramp.el (tramp group): Add :version.
13746
13747 * progmodes/ada-xref.el (ada-gdb-application):
13748 Use goto-char instead of beginning-of-buffer.
13749
13750 * progmodes/cperl-mode.el (cperl-info-on-command):
13751 Use goto-char instead of beginning-of-buffer.
13752
13753 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13754 Move up before first use.
13755 (idlwave-shell-temp-pro-file): Likewise.
13756 (idlwave-shell-temp-rinfo-save-file): Likewise.
13757 (idlwave-shell-temp-file): Minor doc fix.
13758
13759 * textmodes/flyspell.el (flyspell-external-point-words):
13760 Use goto-char instead of beginning-of-buffer.
13761
13762 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13763
13764 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13765 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13766 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13767
13768 2004-11-06 David Ponce <david@dponce.com>
13769
13770 * recentf.el (recentf-menu-path): Use menu item name.
13771
13772 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13773
13774 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13775 display doesn't support images.
13776
13777 2004-11-06 Andreas Schwab <schwab@suse.de>
13778
13779 * tempo.el (tempo-match-finder): Doc fix.
13780
13781 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13782
13783 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13786 (easy-menu-lookup-name): New fun to replace it.
13787 (easy-menu-get-map): Use it to obey menu item names (rather than just
13788 keys) when looking up `path'.
13789 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13790 (easy-menu-convert-item-1): Adjust to new name.
13791
13792 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13793
13794 * outline.el (hide-body): Don't hide lines at the top of the file
13795 that precede the first header line.
13796
13797 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13798
13799 * align.el (align-areas): Delete whitespace before reindenting, so
13800 that tabs are never placed after spaces.
13801
13802 2004-11-06 Alan Shutko <ats@acm.org>
13803
13804 * macros.el (insert-kbd-macro): Do completions based on macros,
13805 rather than all commands.
13806
13807 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13808
13809 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13810 to solve a bug whereby tags with 'b' don't match.
13811
13812 2004-11-05 Juri Linkov <juri@jurta.org>
13813
13814 * info.el (Info-search): Don't search in node header lines
13815 and file headers.
13816
13817 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13818 symbol-constituent characters after dot, not only digits.
13819
13820 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13821
13822 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13823
13824 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13825
13826 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13827 if a dialog will be used, read-file-name otherwise.
13828
13829 2004-11-04 Richard M. Stallman <rms@gnu.org>
13830
13831 * textmodes/table.el (table group): Add :version.
13832
13833 * textmodes/ispell.el (ispell-word):
13834 Don't alter args; set them only thru `interactive' spec.
13835
13836 * textmodes/flyspell.el (flyspell-word):
13837 Don't alter FOLLOWING; set it only thru `interactive' spec.
13838
13839 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13840
13841 * net/browse-url.el (browse-url-maybe-new-window):
13842 Use called-interactively-p.
13843
13844 * mail/supercite.el (sc-cite-region):
13845 Don't use interactive-p. Add arg INTERACTIVE.
13846 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13847
13848 * international/mule-cmds.el (set-input-method, toggle-input-method):
13849 Don't use interactive-p. Add arg INTERACTIVE.
13850
13851 * eshell/esh-mode.el (eshell-show-maximum-output):
13852 Don't use interactive-p.
13853 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13854
13855 * mouse.el (mouse-show-mark): Get positions to delete from mark
13856 and point, not from mouse-drag-overlay.
13857
13858 * imenu.el (imenu-eager-completion-buffer): Add :version.
13859
13860 * filesets.el (filesets group): Add :version.
13861
13862 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13863
13864 * files.el (xml-based-modes): Delete var.
13865 (magic-mode-alist): New more general var.
13866 (set-auto-mode): Use it.
13867
13868 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13869 when clicking from another window.
13870
13871 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13872
13873 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13874 (vc-cvs-annotate-time): Incorporate value of deleted var.
13875 Remove special-case handling of beginning-of-buffer cruft.
13876 Cache ending position (point) and return value in text property
13877 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13878
13879 * vc-cvs.el (vc-cvs-annotate-command):
13880 Delete extraneous lines from beginning of buffer.
13881 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13882
13883 * progmodes/grep.el (grep-default-command): Take empty string
13884 for tag if all other methods yield nil. Shell-quote the tag.
13885
13886 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13887 spec in `interactive' form, and mention it in the docstring.
13888 Also, make sure point is at bol after calling `annotate-time'.
13889
13890 2004-11-02 Richard M. Stallman <rms@gnu.org>
13891
13892 * cus-edit.el (customize-group-other-window):
13893 Select the window that displays the custom buffer.
13894 (custom-buffer-create-other-window): Likewise.
13895
13896 * comint.el (comint-insert-input): Fix previous change.
13897
13898 * emacs-lisp/elp.el (elp-instrument-function):
13899 Use called-interactively-p.
13900
13901 * emacs-lisp/easymenu.el (easy-menu-intern):
13902 Don't downcase; rather, case-flip the first letter of each word.
13903
13904 * emacs-lisp/easy-mmode.el (define-minor-mode):
13905 Use called-interactively-p.
13906
13907 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13908 Add interactive-only.
13909 (byte-compile-warnings): Add interactive-only as option.
13910 (byte-compile-interactive-only-functions): New variable.
13911 (byte-compile-form): Warn about calls to functions
13912 in byte-compile-interactive-only-functions.
13913
13914 * emacs-lisp/autoload.el (update-file-autoloads):
13915 Don't use interactive-p; take new arg SAVE-AFTER.
13916
13917 * emacs-lisp/advice.el (ad-make-advised-definition):
13918 Use called-interactively-p.
13919
13920 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13921
13922 * files.el (find-file-existing): New function.
13923
13924 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13925 find-file-existing. Add "New File..." that calls find-file.
13926
13927 * diropen.pbm, diropen.xpm: New files.
13928
13929 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13930 icon diropen. New tool bar item find-file-existing uses icon open.
13931
13932 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13933 instead of read-file-name.
13934
13935 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
13936
13937 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13938 (icalendar--split-value): Change name of work buffer.
13939 (icalendar--get-weekday-abbrev): Return nil on error.
13940 (icalendar--date-to-isodate): New function.
13941 (icalendar-convert-diary-to-ical)
13942 (icalendar-extract-ical-from-buffer): Use only two args for
13943 make-obsolete (XEmacs compatibility).
13944 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13945 (icalendar-export-region): Doc fix.
13946 If error, return non-nil and write errors to a buffer.
13947 Use correct weekday for weekly recurring events.
13948 Check whether date has been parsed for ordinary events.
13949 Make weekly events start in the year 2000.
13950 DTEND is non-inclusive, shift end date by one day if
13951 necessary (not for entries that have date and time).
13952 Rename local let variables: oops -> found-error, datestring ->
13953 startdatestring.
13954
13955 2004-11-02 Kim F. Storm <storm@cua.dk>
13956
13957 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13958 keep-mode-if-same variable. Add it as optional arg instead.
13959 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13960
13961 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13962 substitute-command-keys will select lower-case bindings like those
13963 used in the static help texts.
13964
13965 * descr-text.el (describe-text-properties): Don't err if called in
13966 the *Help* buffer; output to *Help-2* buffer instead.
13967
13968 * kmacro.el (group kmacro): Add :version.
13969 (kmacro-keyboard-quit): New function to cleanup on C-g.
13970 (kmacro-start-macro): Set defining-kbd-macro to append when
13971 appending to last macro.
13972
13973 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13974
13975 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
13976
13977 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13978 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13979 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13980 Add :version keyword.
13981
13982 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
13983
13984 * progmodes/flymake.el (flymake-err-line-patterns):
13985 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13986 `compilation-error-regexp-alist-alist' to internal Flymake format.
13987
13988 * progmodes/flymake.el: Eliminate byte-compiler warnings.
13989
13990 2004-11-01 Jay Belanger <belanger@truman.edu>
13991
13992 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13993 with `interactive "s"'.
13994
13995 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13996
13997 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13998 Revert change from 2004-10-16. '*' checks the current buffer, but the
13999 mouse click may be in another buffer.
14000
14001 2004-11-01 John Paul Wallington <jpw@gnu.org>
14002
14003 * files.el (large-file-warning-threshold): Add :version keyword.
14004 (kill-some-buffers): Doc fix.
14005
14006 * thumbs.el (group thumbs): Add :version keyword.
14007
14008 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14009
14010 2004-11-01 Richard M. Stallman <rms@gnu.org>
14011
14012 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14013
14014 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14015
14016 * allout.el (allout group): Add :version.
14017 (allout-init): Don't use interactive-p.
14018 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14019 (allout-forward-current-level, allout-backward-current-level):
14020 Don't use interactive-p.
14021
14022 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14023 (bibtex-find-text): Likewise.
14024
14025 * progmodes/vhdl-mode.el (vhdl-fill-region)
14026 (vhdl-beginning-of-statement): Don't use interactive-p.
14027
14028 * progmodes/idlwave.el (idlwave-update-routine-info):
14029 Don't use interactive-p.
14030
14031 * progmodes/idlw-shell.el (idlwave-shell-send-char):
14032 Don't use interactive-p.
14033
14034 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14035 Don't use interactive-p.
14036
14037 * progmodes/ada-xref.el (ada-make-body-gnatstub):
14038 Don't use interactive-p.
14039
14040 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14041 (fortune-in-buffer): Doc fix.
14042
14043 * play/5x5.el (5x5-new-game): Set up the buffer even if not
14044 interactive.
14045
14046 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14047 don't select the temporary buffer.
14048 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14049 (eudc-get-phone): Likewise.
14050
14051 2004-11-01 Kim F. Storm <storm@cua.dk>
14052
14053 * man.el (Man-xref-normal-file): Fix help-echo.
14054
14055 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * reveal.el (reveal-last-tick): New var.
14058 (reveal-post-command): Use it to avoid closing overlays when we're
14059 appending text to them.
14060
14061 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14062
14063 * textmodes/bibtex.el: Require button.
14064 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14065 (bibtex-reference-keys): Distinguish between header keys and
14066 crossref keys.
14067 (bibtex-beginning-of-field): New function.
14068 (bibtex-url-map): Remove.
14069 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14070 (bibtex-font-lock-url-regexp): Assume that field names begin at
14071 the beginning of a line.
14072 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
14073 Remove field delimiters. Use bibtex-beginning-of-field.
14074 Bugfix, point can be inside a field with a url.
14075 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14076 New functions.
14077 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14078 (bibtex-key-in-head): Simplify.
14079 (bibtex-current-line): Use bolp.
14080 (bibtex-parse-keys): Remove unused arg `add'.
14081 Use bibtex-type-in-head and bibtex-key-in-head.
14082 (bibtex-parse-entry, bibtex-autofill-entry):
14083 Use bibtex-type-in-head and bibtex-key-in-head.
14084 (bibtex-autokey-get-field): Do not alter case of replacement text.
14085 (bibtex-autokey-get-names): Do all processing of name list.
14086 (bibtex-autokey-get-year): New function.
14087 (bibtex-autokey-get-title): Do all processing of title words.
14088 (bibtex-generate-autokey): Simplify.
14089 (bibtex-string-files-init): Use default-directory.
14090 Allow for absolute file names in bibtex-string-files.
14091 (bibtex-files, bibtex-file-path): New variables.
14092 (bibtex-files-expand): New function.
14093 (bibtex-find-entry-globally): New command.
14094 (bibtex-summary-function): New variable.
14095 (bibtex-summary): Default value of bibtex-summary-function.
14096 (bibtex-find-crossref): New optional args pnt and split.
14097 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14098 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14099 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
14100 Fix handling of required and alternative fields.
14101 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14102 Use cons and display-buffer.
14103 (bibtex-validate-globally): New command.
14104 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
14105 bibtex-parse-keys and bibtex-parse-strings for updating
14106 bibtex-reference-keys and bibtex-strings.
14107 (bibtex-realign): Remove blank lines past the last entry.
14108 (bibtex-reformat): Use bibtex-entry-format as default.
14109 (bibtex-choose-completion-string): Remove.
14110 (bibtex-complete): Do not use bibtex-choose-completion-string.
14111 (bibtex-url): Simplify.
14112
14113 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14114
14115 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14116 (x-dnd-types-alist, x-dnd-open-file-other-window)
14117 (x-dnd-known-types): Add :version.
14118
14119 2004-10-31 John Paul Wallington <jpw@gnu.org>
14120
14121 * ibuffer.el (group ibuffer): Add :version keyword.
14122
14123 2004-10-31 Kim F. Storm <storm@cua.dk>
14124
14125 * ido.el (group ido): Add :version keyword.
14126 (ido-mode): Remove :version keyword.
14127
14128 * emulation/cua-base.el (group cua): Add :version keyword.
14129 (cua-mode): Remove :version keyword.
14130
14131 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
14132
14133 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14134
14135 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14136 compiler warning.
14137 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
14138 function.
14139 (help-at-pt-display-when-idle): Remove autoload.
14140
14141 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14142
14143 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14144
14145 2004-10-30 Juri Linkov <juri@jurta.org>
14146
14147 * help.el (function-called-at-point):
14148 * help-fns.el (variable-at-point): Read -> intern.
14149
14150 2004-10-30 Simon Josefsson <jas@extundo.com>
14151
14152 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14153 Recognize AS_* too.
14154
14155 2004-10-29 Simon Josefsson <jas@extundo.com>
14156
14157 * subr.el (read-passwd): Move back from password.el.
14158
14159 * password.el: Remove, not ready yet.
14160
14161 2004-10-29 Andreas Schwab <schwab@suse.de>
14162
14163 * speedbar.el (speedbar-frame-parameters): Improve customize type.
14164
14165 2004-10-29 Sam Steingold <sds@gnu.org>
14166
14167 * mouse.el (mouse-show-mark): Replace the last occurrence of
14168 x-lost-selection-hooks with x-lost-selection-functions.
14169
14170 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14173 x-lost-selection-functions is bound.
14174
14175 * mouse-sel.el (mouse-sel-mode):
14176 * emacs-lisp/lselect.el: Adjust to new names for
14177 x-(lost|sent)-selection-functions.
14178
14179 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14180 New obsolete aliases of x-lost-selection-functions and
14181 x-sent-selection-functions.
14182
14183 2004-10-28 Kim F. Storm <storm@cua.dk>
14184
14185 * imenu.el (imenu-scanning-message): Remove.
14186 (imenu-progress-message): Make it a no-op.
14187
14188 2004-10-28 John Paul Wallington <jpw@gnu.org>
14189
14190 * files.el (set-auto-mode): Call `throw' correctly.
14191
14192 2004-10-28 Juri Linkov <juri@jurta.org>
14193
14194 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14195 to search `Info-...' commands in `info' manual.
14196 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14197 Add 'info-file "emacs" property.
14198 (Info-find-emacs-command-nodes): Fix index line number regexp.
14199 Set real line number (instead of fake 0) in first element of the
14200 returned list.
14201 (Info-goto-emacs-command-node): Use line number of first element
14202 to set point in the first found Info node.
14203
14204 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14205 code to `grep-mode-font-lock-keywords'.
14206 (grep-mode-font-lock-keywords): Delete grep markers instead
14207 of making them invisible.
14208
14209 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14210
14211 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14212 and x-server-version in bug report.
14213
14214 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
14215
14216 * files.el (set-auto-mode-0): New function.
14217 (set-auto-mode): Use it to handle aliased modes and to
14218 be consistent between C-x C-f and C-x C-w.
14219
14220 2004-10-28 Kenichi Handa <handa@m17n.org>
14221
14222 * international/utf-8.el (utf-translate-cjk-charsets):
14223 Add katakana-jisx0201.
14224
14225 * international/subst-jis.el: Add data for JISX0201.
14226
14227 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14228
14229 * obsolete/hilit19.el (hilit-mode): New function.
14230 Move all the toplevel side-effecting stuff into it, so that loading
14231 hilit19 doesn't mess everything up any more.
14232
14233 2004-10-27 Richard M. Stallman <rms@gnu.org>
14234
14235 * add-log.el (add-change-log-entry): Set up mailing address
14236 and full name later, and don't alter add-log-mailing-address
14237 or add-log-full-name.
14238
14239 * elide-head.el (elide-head): Change error to message.
14240 (elide-head-show): Likewise.
14241
14242 * apropos.el (apropos-macrop): Doc fix.
14243
14244 * mouse.el (mouse-show-mark): Do most processing the same
14245 regardless of transient-mark-mode.
14246
14247 * shadowfile.el (shadow-copy-files): Use interactive-p
14248 only to control whether to print a message.
14249
14250 * tar-mode.el (tar-mode): Use write-contents-functions,
14251 not write-contents-hooks.
14252
14253 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14254 directory-sep-char.
14255
14256 2004-10-27 Richard M. Stallman <rms@gnu.org>
14257
14258 * strokes.el (strokes-unload-hook): Fix previous change.
14259
14260 * type-break.el (type-break-run-at-time): Always use run-at-time;
14261 forget the alternatives.
14262 (type-break-cancel-function-timers): Always use cancel-function-timers;
14263 forget the alternatives.
14264
14265 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14266
14267 2004-10-27 Kenichi Handa <handa@m17n.org>
14268
14269 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14270
14271 * international/subst-gb2312.el: Likewise.
14272
14273 * international/subst-big5.el: Likewise.
14274
14275 * international/subst-ksc.el: Likewise.
14276
14277 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14278 New variable.
14279 (utf-translate-cjk-set-unicode-range): New function.
14280 (utf-translate-cjk-unicode-range): Make it customizable.
14281 (utf-8-post-read-conversion):
14282 Use utf-translate-cjk-unicode-range-string.
14283 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14284 Unicode ranges.
14285
14286 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14287
14288 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14289 trivial variants to shorten the list.
14290 (xml-based-modes): New var.
14291 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14292 declaration higher priority than auto-mode-alist.
14293
14294 * find-file.el (cc-other-file-alist): Bring it in line with
14295 cc-mode's auto-mode-alist entries and use \' instead of $.
14296
14297 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14298 and add "Id" and "Name" submenus to it.
14299
14300 * imenu.el (imenu--generic-function): Skip matches in comments.
14301
14302 2004-10-26 Jay Belanger <belanger@truman.edu>
14303
14304 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14305 (full-calc-keypad, calc-trail-display): Use an extra argument
14306 instead of `interactive-p'.
14307
14308 * calc/calc-misc.el (calc-other-window): Use an extra argument
14309 instead of `interactive-p'.
14310
14311 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14312 `interactive-p'.
14313
14314 2004-10-26 Kim F. Storm <storm@cua.dk>
14315
14316 * help.el (describe-key): Describe both down-event and up-event
14317 for a mouse click.
14318
14319 2004-10-26 Richard M. Stallman <rms@gnu.org>
14320
14321 * woman.el (woman): Don't call interactive-p.
14322
14323 * pcomplete.el (pcomplete): Instead of interactive-p,
14324 use an arg set non-nil by the interactive spec.
14325
14326 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14327 use an arg set non-nil by the interactive spec.
14328
14329 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14330 use an arg set non-nil by the interactive spec.
14331
14332 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14333
14334 * progmodes/flymake.el (flymake-split-string):
14335 Use `flymake-split-string-remove-empty-edges' in any case.
14336
14337 2004-10-26 Masatake YAMATO <jet@gyve.org>
14338
14339 * progmodes/flymake.el (flymake-err-line-patterns):
14340 Use `compilation-error-regexp-alist-alist' instead of
14341 `compilation-error-regexp-alist'.
14342
14343 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14346 verbatim face on the \ of \end{verbatim}.
14347
14348 2004-10-25 Jay Belanger <belanger@truman.edu>
14349
14350 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14351 erasing minibuffer.
14352
14353 2004-10-25 Simon Josefsson <jas@extundo.com>
14354
14355 * subr.el (read-passwd): Move to net/password.el.
14356
14357 * net/password.el (read-passwd): Add. Autoload it.
14358
14359 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14360
14361 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14362
14363 * simple.el (process-file): Fix logic.
14364
14365 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14366
14367 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14368 (increase-right-margin): Remove erroneous call to `interactive-p'.
14369
14370 2004-10-24 Kim F. Storm <storm@cua.dk>
14371
14372 * help.el (describe-mode): Fix 2004-10-13 change.
14373 Copy pure "Auto Fill" string so it can be propertized later
14374 without causing a read-only error.
14375
14376 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14377
14378 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14379 style indexes.
14380
14381 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14382
14383 * simple.el (process-file): Accept nil for INFILE. Reported by
14384 Luc Teirlinck.
14385
14386 2004-10-24 Masatake YAMATO <jet@gyve.org>
14387
14388 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14389 Handle periods and underscores in a function name.
14390 Remove the address fontification.
14391
14392 2004-10-24 Masatake YAMATO <jet@gyve.org>
14393
14394 * progmodes/asm-mode.el (asm-font-lock-keywords):
14395 Use font-lock-variable-name-face for registers.
14396
14397 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
14398
14399 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14400 kill-all-local-variables.
14401 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14402 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14403 Use kill-all-local-variables and provide mode-hooks.
14404 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14405 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14406 Suggested by Masatake YAMATO <jet@gyve.org>.
14407
14408 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14409
14410 * simple.el (process-file): New function, similar to call-process
14411 but supports file handlers.
14412 * vc.el (vc-do-command): Use it, instead of call-process.
14413 * net/tramp-vc.el (vc-do-command): Do not advise it if
14414 process-file is fboundp.
14415 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14416 process-file.
14417 (tramp-handle-process-file): New function.
14418 (tramp-file-name-for-operation): Support process-file.
14419
14420 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
14421
14422 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14423 (icalendar-weekdayabbrev-table)
14424 (icalendar-monthnumber-table): Delete.
14425 (icalendar--get-month-number): Use calendar-month-name-array.
14426 (icalendar--get-weekday-number): New function.
14427 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14428 (icalendar-export-region): Handle multi-line entries.
14429 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14430
14431 2004-10-23 John Paul Wallington <jpw@gnu.org>
14432
14433 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14434 `wildcards' set to t in interactive spec.
14435
14436 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14437 interactive spec rather than use `interactive-p'.
14438 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14439 rather than use function `interactive-p'.
14440
14441 2004-10-22 Kenichi Handa <handa@m17n.org>
14442
14443 * international/mule.el (translate-region): Implement it in Lisp
14444 as a front end of translate-region-internal.
14445
14446 2004-10-21 Jay Belanger <belanger@truman.edu>
14447
14448 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14449 Declare these variables with defvar.
14450
14451 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14452 is bound, only check to see if it is bound.
14453
14454 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14455
14456 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14457 Don't output messages.
14458
14459 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14460
14461 2004-10-21 John Paul Wallington <jpw@gnu.org>
14462
14463 * calc/calc-graph.el (calc-graph-init):
14464 Use `set-process-query-on-exit-flag'.
14465
14466 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14467
14468 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14469 dir right and also allow argumentless cd.
14470
14471 2004-10-19 Richard M. Stallman <rms@gnu.org>
14472
14473 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14474
14475 * eshell/em-unix.el (eshell-grep):
14476 Don't bind compilation-process-setup-function.
14477
14478 * comint.el (comint-insert-input): Use @ in `interactive'.
14479 (comint-input-filter-functions): Doc fix.
14480 (comint-kill-whole-line, comint-get-source): Doc fix.
14481
14482 * progmodes/compile.el (compilation-setup):
14483 Don't set buffer-read-only if MINOR is non-nil.
14484
14485 2004-10-19 Jay Belanger <belanger@truman.edu>
14486
14487 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14488 (calc-emacs-type-gnu19): Remove.
14489 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14490 Remove check for old emacs versions.
14491
14492 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14493 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14494 for current Emacs.
14495
14496 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14497 the end of the minibuffer.
14498 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14499 copy `esc-map'.
14500
14501 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14502
14503 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14504 call that would be given when the current emacs was used.
14505
14506 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
14507
14508 * calendar/icalendar.el: Set coding to utf-8.
14509 (icalendar-version): Increase to 0.07.
14510 (icalendar-monthnumber-table): Change March pattern.
14511 (icalendar-get-all-event-properties)
14512 (icalendar-set-event-property): Delete.
14513 (icalendar-all-events): No longer interactive.
14514 (icalendar-convert-diary-to-ical)
14515 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14516 their replacements.
14517 (icalendar-export-file, icalendar-export-region): New functions;
14518 essentially old `icalendar-convert-diary-to-ical' but appending to
14519 target rather than overwriting.
14520 (icalendar-import-file): Append to target file rather than
14521 overwriting. Fourth arg deleted.
14522 (icalendar-import-buffer): New name for old
14523 `icalendar-extract-ical-from-buffer'.
14524 (icalendar--convert-string-for-import): New name for
14525 old `icalendar-convert-for-import'.
14526 (include-icalendar-files): Delete.
14527 Prefix for all internal functions changed from `icalendar-'
14528 to `icalendar--'.
14529
14530 2004-10-19 Richard M. Stallman <rms@gnu.org>
14531
14532 * paths.el (news-path): Fix previous change.
14533
14534 2004-10-18 Jay Belanger <belanger@truman.edu>
14535
14536 * calc/calc-help.el (calc-describe-bindings):
14537 Set `buffer-read-only' to nil while working in the keybindings buffer;
14538 remove some extra information from the keybindings buffer.
14539
14540 2004-10-18 David Ponce <david@dponce.com>
14541
14542 * mouse.el (mouse-drag-move-window-top): New function.
14543 (mouse-drag-mode-line-1): Use it.
14544
14545 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14546
14547 * info.el (Info-fontify-node): For multiline refs,
14548 arrange to unfontify newline and surrounding whitespace.
14549
14550 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14553 directory is missing.
14554
14555 2004-10-17 John Paul Wallington <jpw@gnu.org>
14556
14557 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14558 New customizable variable; whether to display buffers that match
14559 `ibuffer-maybe-show-predicates' by default.
14560 (ibuffer-maybe-show-predicates): Mention it in docstring.
14561 (ibuffer-display-maybe-show-predicates): New variable.
14562 (ibuffer-update): Prefix arg now toggles whether buffers that
14563 match `ibuffer-maybe-show-predicates' should be displayed.
14564 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14565 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14566 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14567
14568 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14569
14570 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14571 work correctly.
14572
14573 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14574
14575 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14576 (Buffer-menu-beginning): New helper function.
14577 (Buffer-menu-execute): Use it.
14578 (Buffer-menu-select): Use it.
14579 (Buffer-menu-sort): Use it and also keep markers.
14580
14581 2004-10-17 Richard M. Stallman <rms@gnu.org>
14582
14583 * paths.el (news-directory): Rename from news-path. Old name alias.
14584 (rmail-spool-directory): Use defvar.
14585 (sendmail-program): Use defcustom.
14586 (remote-shell-program): Use defcustom.
14587 (term-file-prefix): Use defvar.
14588 (abbrev-file-name): Use defvar.
14589
14590 * term.el: Add maintainer.
14591
14592 * subr.el (with-local-quit): Return nil if there's a quit.
14593 (read-passwd): Use with-local-quit. Doc fix.
14594
14595 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14596 (strokes-unload-hook): Set as a variable with add-hook.
14597
14598 * startup.el (fancy-splash-tail, normal-splash-screen):
14599 Update copyright year.
14600
14601 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14602
14603 * server.el (server-unload-hook): Set as a variable with add-hook.
14604
14605 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14606
14607 * frame.el (special-display-popup-frame):
14608 Make the buffer current as its frame is created.
14609
14610 * delsel.el (delsel-unload-hook): Set as a variable.
14611
14612 * comint.el (comint-output-filter-functions):
14613 Add comint-watch-for-password-prompt.
14614 (comint-read-noecho): Function deleted.
14615 (send-invisible): Use read-passwd.
14616
14617 * fringe.el (fringe-mode-initialize): New function.
14618 (fringe-mode): Use fringe-mode-initialize as :initialize.
14619
14620 2004-10-17 Kim F. Storm <storm@cua.dk>
14621
14622 * language/indian.el (indian-script-language-alist): Swap value
14623 and doc.
14624 (indian-font-char-index-table): Doc fix.
14625
14626 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14629
14630 2004-10-16 Juri Linkov <juri@jurta.org>
14631
14632 * progmodes/compile.el (compilation-start): Move let-binding of
14633 `process-environment' into `with-current-buffer' body.
14634 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14635
14636 2004-10-16 Richard M. Stallman <rms@gnu.org>
14637
14638 * pcvs-util.el (cvs-bury-buffer):
14639 Don't call get-buffer-window for effect.
14640
14641 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14642
14643 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14644
14645 * msb.el (msb-unload-hook): Set the variable.
14646
14647 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14648 Use * to err if buffer is readonly.
14649
14650 * subr.el (looking-back): Return only t or nil.
14651
14652 * whitespace.el (whitespace-unload-hook): Set the variable.
14653
14654 * view.el (view-mode-enable): Set view-page-size and
14655 view-half-page-size to nil.
14656 (view-set-half-page-size-default): view-half-page-size = nil
14657 means the default.
14658 (View-scroll-page-forward): Use view-page-size-default.
14659 (View-scroll-page-backward): Likewise.
14660 (view-page-size, view-half-page-size): Doc fixes.
14661
14662 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14663
14664 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14665
14666 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14667 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14668 (byte-compile-log-1): Bind inhibit-read-only.
14669 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14670 (byte-compile-log-warning): Likewise.
14671 (byte-compile-file-form-require): Detect "cl" from the arg value.
14672
14673 * progmodes/compile.el (compilation-start): Assume compilation-mode
14674 will make the buffer read-only.
14675 (compilation-mode): Take arg name-of-mode.
14676 (compilation-setup): Make buffer read-only.
14677 (compilation-handle-exit): Bind inhibit-read-only.
14678
14679 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14680 (ispell-message): Likewise.
14681 (ispell-show-choices): Don't call get-buffer-window uselessly.
14682 (ispell-init-process): Use set-process-query-on-exit-flag.
14683
14684 2004-10-16 Kim F. Storm <storm@cua.dk>
14685
14686 * fringe.el (fringe-bitmaps): Only initialize when defined.
14687
14688 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14689 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14690
14691 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14692
14693 2004-10-15 Simon Josefsson <jas@extundo.com>
14694
14695 * net/password.el: Add.
14696
14697 2004-10-14 Masatake YAMATO <jet@gyve.org>
14698
14699 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14700 (gdb-script-end-of-defun): New function.
14701 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14702 `gdb-script-end-of-defun' as *-of-defun-function.
14703
14704 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14705
14706 * button.el (button-activate): Allow a marker to display as an action.
14707
14708 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14709
14710 * help.el (describe-mode): Use it to make minor mode list into
14711 hyperlinks.
14712
14713 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * vc.el (vc-annotate-display-select): Fix typo.
14716
14717 * subr.el (substitute-key-definition-key): New function.
14718 (substitute-key-definition): Use it with map-keymap.
14719 (event-modifiers): Use push.
14720 (mouse-movement-p, with-temp-buffer): Simplify.
14721
14722 2004-10-12 Jay Belanger <belanger@truman.edu>
14723
14724 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14725 New variables.
14726 (calc-help-index-entries): New function.
14727 (calc-describe-function): Use `calc-help-function-list' instead of
14728 obarray for completion.
14729 (calc-describe-variable): Use `calc-help-variable-list' instead
14730 of obarray for completion.
14731
14732 2004-10-12 Richard M. Stallman <rms@gnu.org>
14733
14734 * info-look.el (info-lookup-file): Add info-file property.
14735 (info-lookup-symbol): Likewise.
14736
14737 * info.el (info-xref): Add underlining.
14738 (info): Add info-file property.
14739 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14740
14741 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14742
14743 Sync with Tramp 2.0.45.
14744
14745 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14746 defined. This is not the case for XEmacs without package "edebug".
14747 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14748 remote files to the permissions of the original file. This is not
14749 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14750 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14751 (tramp-perl-decode): Fix an error in Perl implementation.
14752 $pending must be cleared every loop. Reported by Benjamin Place
14753 <benjaminplace@sprintmail.com>
14754
14755 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14756 Don't activate advice during definition. This is done later on,
14757 depending on test result of `substitute-in-file-name'.
14758 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14759
14760 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14763
14764 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14765
14766 2004-10-12 David Ponce <david@dponce.com>
14767
14768 * recentf.el (recentf-edit-list): Update the menu when the recentf
14769 list has been modified.
14770
14771 2004-10-12 Simon Josefsson <jas@extundo.com>
14772
14773 * net/tls.el (tls-certtool-program): New variable.
14774 (tls-certificate-information): New function, based on
14775 ssl-certificate-information.
14776
14777 2004-10-12 Kenichi Handa <handa@m17n.org>
14778
14779 * international/mule.el (coding-system-equal): Move from mule-util.el.
14780
14781 * international/mule-util.el (coding-system-equal): Move to mule.el.
14782
14783 2004-10-12 Kim F. Storm <storm@cua.dk>
14784
14785 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14786 reset kmacro-initial-counter-value if set.
14787 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14788 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14789 (kmacro-display): Show macro counter if non-zero.
14790
14791 * subr.el (substitute-key-definition): Mention command remapping
14792 in doc string.
14793
14794 2004-10-11 Jay Belanger <belanger@truman.edu>
14795
14796 * calc/calc-misc.el (calc-info-goto-node): New function.
14797 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14798 node in one step.
14799 (calc-describe-copying, calc-describe-distribution)
14800 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14801 Go to appropriate info node in one step.
14802
14803 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14806
14807 * font-lock.el (font-lock-apply-highlight): Fix last change.
14808
14809 2004-10-11 Simon Josefsson <jas@extundo.com>
14810
14811 * mail/smtpmail.el (smtpmail-open-stream): Look for
14812 starttls-gnutls-program instead of starttls-program iff
14813 starttls-use-gnutls is non-nil.
14814 (smtpmail-open-stream): Don't overwrite user settings of
14815 starttls-extra-arguments and starttls-extra-args.
14816
14817 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * comint.el (comint-mouse-insert-input): Remove.
14820 (comint-insert-input): Make it work for mouse bindings.
14821 (comint-mode-map): Move defs into the declaration.
14822 (comint-output-filter): Typo.
14823
14824 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14825
14826 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14827
14828 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14829 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14830 ange-ftp-remote-shell.
14831
14832 2004-10-10 Andreas Schwab <schwab@suse.de>
14833
14834 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14835 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14836 Reported by <sri@asu.edu>.
14837
14838 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14839
14840 * vc.el (vc-annotate-mode): Remove variable.
14841 (vc-annotate-display-select): Only call vc-annotate-mode
14842 if we're not in that mode already.
14843
14844 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14845
14846 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14847 (imenu-choose-buffer-index): Check here for rescan instead.
14848
14849 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14850 where the face expression evals to nil.
14851
14852 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14853 (tex-font-lock-keywords-2): Use it.
14854 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14855
14856 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14857
14858 2004-10-09 Kim F. Storm <storm@cua.dk>
14859
14860 * subr.el (progress-reporter-update): Define before first usage.
14861 (make-progress-reporter): Doc fix.
14862
14863 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14864
14865 * textmodes/paragraphs.el (sentence-end-double-space)
14866 (sentence-end-without-period, sentence-end-without-space)
14867 (sentence-end): Doc fixes.
14868
14869 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14870
14871 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14872 Change paragraph-start regexp so we don't fill code starting with #'(.
14873
14874 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14875
14876 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14877 New defcustom.
14878 (extract-address-components): Use it.
14879
14880 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14881
14882 * subr.el (make-progress-reporter, progress-reporter-update)
14883 (progress-reporter-force-update, progress-reporter-do-update)
14884 (progress-reporter-done): New functions.
14885
14886 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14887
14888 * progmodes/etags.el (etags-tags-completion-table): Use progress
14889 reporter.
14890 (etags-tags-apropos): Likewise.
14891
14892 2004-10-08 Alan Mackenzie <acm@muc.de>
14893
14894 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14895 of current line.
14896
14897 2004-10-08 Masatake YAMATO <jet@gyve.org>
14898
14899 * server.el (server-process-filter): Wrap `process-send-region'
14900 by `condition-case' to guard the case when the pipe to PROC is closed.
14901
14902 2004-10-07 Mark A. Hershberger <mah@everybody.org>
14903
14904 * xml.el (xml-substitute-special): Limit handling of external entities.
14905
14906 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
14907
14908 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14909
14910 2004-10-06 John Paul Wallington <jpw@gnu.org>
14911
14912 * xml.el (xml-parse-dtd): Fix `error' call.
14913
14914 2004-10-05 Mark A. Hershberger <mah@everybody.org>
14915
14916 * xml.el (xml-substitute-special): Return a single string instead
14917 of a list of strings if an entity substitution is made.
14918
14919 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
14920
14921 * calendar/icalendar.el: New file.
14922
14923 2004-10-05 Juri Linkov <juri@jurta.org>
14924
14925 * isearch.el (isearch-done): Set mark after running hook.
14926 Reported by Drew Adams <drew.adams@oracle.com>.
14927
14928 * info.el (Info-history, Info-toc): Fix Info headers.
14929 (Info-toc): Narrow buffer before Info-fontify-node.
14930 (Info-build-toc): Don't check for special Info file names.
14931 Set main-file to nil if Info-find-file returns a symbol.
14932
14933 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
14934
14935 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14936 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14937 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14938
14939 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14940
14941 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14942 for old interactive spec from calendar-goto-iso-date.
14943 (calendar-goto-iso-date): Use it.
14944 (calendar-goto-iso-week): New function. Suggested by Emilio
14945 C. Lopes <eclig@gmx.net>.
14946
14947 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14950 `set-right-margin' bindings that follow the minor mode conventions.
14951
14952 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14955 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14956 (latex-block-args-alist): Add minipage and picture.
14957 (latex-block-body-alist): Use reftex-label if enabled.
14958 (latex-insert-block): Don't insert a \n if not necessary.
14959 (tex-compile-commands): Make sure dvips doesn't send to printer.
14960 (tex-compile-default): Handle the case where no executable is found.
14961 (latex-noindent-environments): New var.
14962 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14963 If tex-indent-allhanging is non-nil, make sure we only align for macros
14964 at beginning of line.
14965
14966 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14967
14968 * newcomment.el (comment-beginning): Doc fix and don't choke on
14969 unset `comment-end-skip' when at beginning of comment.
14970
14971 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14972
14973 * term.el (term-adjust-current-row-cache): Don't allow the current
14974 row to become negative.
14975 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14976 the end of the line. Fix scroll down. Add comments.
14977 (term-handle-ansi-escape): Don't exceed terminal width when moving
14978 right.
14979 (term-scroll-region): Move the cursor after setting the scroll region.
14980
14981 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
14982
14983 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14984 to `width' for consistency with docstring. Doc fix.
14985
14986 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
14987
14988 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14989 This is necessary for derived modes.
14990
14991 2004-09-30 Kim F. Storm <storm@cua.dk>
14992
14993 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14994 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14995
14996 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14997 kmacro-extract-lambda functions.
14998 (edit-kbd-macro): Handle kmacro lambda forms.
14999 Include counter and counter format in edit buffer.
15000 (edmacro-finish-edit): Get counter and format from edit buffer and
15001 update kmacro bindings when found.
15002
15003 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * textmodes/paragraphs.el (forward-paragraph):
15006 Avoid args-out-of-range error when point winds up at the beginning of
15007 the buffer and hard newlines are enabled.
15008
15009 * newcomment.el (comment-multi-line): Doc fix.
15010
15011 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15014 (diff-fixup-modifs): Catch unified-diff file-headers.
15015
15016 2004-09-29 Kim F. Storm <storm@cua.dk>
15017
15018 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15019 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15020 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15021
15022 * fringe.el (fringe-bitmap-p): New macro.
15023 (fringe-bitmaps): Add standard fringe bitmaps on load.
15024
15025 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * dired.el (dired-view-command-alist): Use more efficient regexps.
15028 Remove dubious arguments.
15029 (dired-align-file): New function.
15030 (dired-insert-directory): Use it.
15031 (dired-move-to-end-of-filename): Make the " -> " search more specific.
15032 (dired-buffers-for-dir): Remove unused var `pattern'.
15033
15034 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
15035
15036 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15037 from diary display excursion. Store diary buffer's point for
15038 `simple-diary-display'.
15039 (simple-diary-display): Set window point and start when
15040 displaying buffer, to preserve point.
15041
15042 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
15043
15044 * textmodes/enriched.el (enriched-translations): Replace defconst
15045 with defvar.
15046
15047 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15048
15049 * printing.el: Doc fix.
15050 (pr-version): New version number (6.8.1).
15051 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15052 make-temp-name.
15053 (pr-delete-file): Check if file exists before deleting it.
15054 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
15055
15056 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
15057
15058 * term.el (term-display-table): New variable.
15059 (term-mode): Use it.
15060 (term-exec-1): Set the coding system to binary.
15061 (term-emulate-terminal): Decode the string before inserting it.
15062
15063 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
15064
15065 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
15066 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
15067 (map): Bind S-prior, S-next and S-insert.
15068 (term-mode): Set `indent-tabs-mode' to nil.
15069 (term-paste): New function to be bound to S-insert.
15070 (term-send-del, term-send-backspace): Change the strings sent.
15071 (term-termcap-format): Synchronize with etc/e/eterm.ti.
15072 (term-handle-colors-array): Fix handling of underline and reverse.
15073 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
15074 (term-erase-in-line): Fix comparison.
15075 (term-emulate-terminal): Fix line wrap handling.
15076 (term-start-output-log): Rename from `term-set-output-log'.
15077 (term-stop-output-log): Rename from `term-stop-photo'.
15078 (term-switch-to-alternate-sub-buffer): Comment out, unused.
15079
15080 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * dired.el (dired-move-to-filename): Don't output a message if
15083 raise-error is non-nil. Fix return position and value.
15084
15085 * files.el (insert-directory): Obey --dired even with symlinks.
15086
15087 2004-09-25 Lars Hansen <larsh@math.ku.dk>
15088
15089 * ls-lisp.el (ls-lisp-format): Mark file names with property
15090 dired-filename.
15091
15092 2004-09-25 Kim F. Storm <storm@cua.dk>
15093
15094 * ido.el (ido-max-directory-size): New defcustom.
15095 (ido-decorations): Add "too big" element.
15096 (ido-directory-too-big): New dynamic var.
15097 (ido-may-cache-directory): Don't cache big directories.
15098 (ido-directory-too-big-p): New defun.
15099 (ido-set-current-directory): Update ido-directory-too-big.
15100 (ido-read-internal): Make empty ido-cur-item if too-big.
15101 (ido-buffer-internal): Use ido-read-internal directly instead of
15102 ido-read-buffer.
15103 (ido-file-internal): Init ido-directory-too-big.
15104 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15105 and redo completion with full list.
15106 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15107 it, and show completions.
15108 (ido-all-completions): Let bind ido-directory-too-big to nil.
15109 (ido-exhibit): Handle ido-directory-too-big.
15110 (ido-read-buffer): Handle fallback to read-buffer.
15111 Init ido-directory-too-big.
15112 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15113 Init ido-directory-too-big.
15114
15115 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
15116
15117 * subr.el (delay-mode-hooks): Doc fix.
15118
15119 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
15120
15121 * textmodes/enriched.el
15122 (enriched-default-text-properties-local-flag): New variable.
15123 (enriched-mode): Make sure that enabling and disabling the mode is
15124 a no-op. Doc fix.
15125
15126 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
15127
15128 * calendar/holidays.el (holiday-advent): Report on a specified day
15129 offset from advent, not just advent.
15130 (holiday-easter-etc): Report on one specified day offset from
15131 easter, not all easter holidays. Various Easter holidays moved to
15132 `christian-holidays' variable in calendar.el.
15133 * calendar/calendar.el (christian-holidays): Adapt for new
15134 behavior of `holiday-advent' and `holiday-easter-etc' functions.
15135
15136 2004-09-23 Kim F. Storm <storm@cua.dk>
15137
15138 * image.el (insert-sliced-image): Add doc string.
15139
15140 * ido.el (ido-choice-list): New dynamic var for `list' context.
15141 (ido-context-switch-command): New dynamic var.
15142 (ido-define-mode-map): Generalize switch between file/buffer contexts.
15143 (ido-read-internal): Handle new `list' context.
15144 Handle insert-buffer and insert-file ido-exit values.
15145 (ido-buffer-internal): New arg switch-cmd. Use it to setup
15146 ido-context-switch-command. Handle insert-file ido-exit value.
15147 (ido-read-buffer): Set ido-context-switch-command to 'ignore
15148 unless it is already bound by caller.
15149 (ido-file-internal): New arg switch-cmd. Use it to setup
15150 ido-context-switch-command. Handle insert-buffer ido-exit value.
15151 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15152 used for context switching.
15153 (ido-all-completions): Handle new `list' context.
15154 (ido-make-choice-list): Return choices for `list' context.
15155 (ido-find-file-in-dir, ido-display-file, ido-write-file)
15156 (ido-display-buffer, ido-kill-buffer): Disable context switching.
15157 (ido-insert-buffer, ido-insert-file): Setup context switching.
15158 (ido-exhibit): Handle `list' context.
15159 (ido-read-file-name): Disable context switching. Handle fallback.
15160 (ido-read-directory-name): Disable context switching.
15161 (ido-completing-read): New defun like completing-read. Setup and
15162 use new `list' context.
15163
15164 2004-09-20 Jesper Harder <harder@ifa.au.dk>
15165
15166 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15167
15168 2004-09-21 Jay Belanger <belanger@truman.edu>
15169
15170 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15171 `calc-graph-set-styles' so the gnuplot buffer will appear in a
15172 separate window.
15173
15174 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
15175
15176 * subr.el (after-change-major-mode-hook): Doc fix.
15177
15178 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15179
15180 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
15181 of ghostscript for monochrome PostScript file in Windows.
15182
15183 2004-09-21 Kenichi Handa <handa@m17n.org>
15184
15185 * descr-text.el (describe-char): Checking of quail activation fixed.
15186
15187 2004-09-21 Jay Belanger <belanger@truman.edu>
15188
15189 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15190
15191 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
15192
15193 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15194 after the mode hooks instead of before. Doc fix.
15195
15196 2004-09-20 Jason Rumney <jasonr@gnu.org>
15197
15198 * startup.el (command-line) [windows-nt]: Try .emacs first, then
15199 _emacs, but revert to .emacs if neither exists in home directory.
15200
15201 2004-09-20 John Paul Wallington <jpw@gnu.org>
15202
15203 * bindings.el (completion-ignored-extensions): Add .dfsl.
15204
15205 2004-09-20 Richard M. Stallman <rms@gnu.org>
15206
15207 * bindings.el (scroll-left): Make it disabled.
15208
15209 * files.el (enable-local-eval): Doc fix.
15210
15211 * indent.el (move-to-left-margin): Special case for minibuffer.
15212
15213 * term.el (term-emulate-terminal): Turn off undo for output.
15214 Use with-current-buffer and save-selected-window.
15215
15216 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15217
15218 * progmodes/make-mode.el (makefile-fill-paragraph):
15219 Don't insist on spaces when looking for comments. # is enough.
15220
15221 * files.el (hack-local-variables): Copy the variables list
15222 to another buffer, strip prefixes and suffixes there, then read.
15223 (enable-local-eval): Doc fix.
15224 (ignored-local-variables): Initialize to nil.
15225 (risky-local-variable-p): Don't check ignored-local-variables here.
15226 (hack-one-local-variable): Ignore var if in ignored-local-variables.
15227
15228 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15229
15230 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15231 of = to "." (punctuation).
15232
15233 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * subr.el (event-basic-type): Fix mask (extend to 22bits).
15236
15237 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
15238
15239 * textmodes/enriched.el (enriched-rerun-flag): New variable.
15240 (enriched-before-change-major-mode): New function.
15241 Add it to `change-major-mode-hook'.
15242 (enriched-after-change-major-mode): New function.
15243 Add it to `after-change-major-mode-hook'.
15244 (enriched-mode): Make it work correctly if called from
15245 `after-change-major-mode-hook'.
15246 No longer set `indent-line-function'.
15247
15248 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15249
15250 * subr.el (after-change-major-mode-hook): New variable.
15251 (run-mode-hooks): Implement it.
15252
15253 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 * battery.el (battery-linux-proc-apm): Use string-to-number.
15256 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15257 Use dolist (and less indentation). Use erase-buffer.
15258 Pre-initialize `design-capacity', `warn', and `low'.
15259 (battery-format): Use replace-regexp-in-string.
15260
15261 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
15262
15263 * battery.el: Delete superfluous empty lines.
15264 (battery-linux-proc-acpi): Attempt to gather information from all
15265 battery subdirectories regardless of their file name.
15266 (battery-linux-proc-apm): Replace all occurrences of
15267 battery-hex-to-int-2 with string-to-int (base 16).
15268 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15269 (battery-hex-map): Delete variable.
15270
15271 2004-09-18 John Paul Wallington <jpw@gnu.org>
15272
15273 * calc/calc-units.el (calc-quick-units): Fix overzealous
15274 s/or/unless/.
15275
15276 2004-09-17 Jay Belanger <belanger@truman.edu>
15277
15278 * calc/calc.el (calc-mode-var-list): Fix the value of
15279 `calc-matrix-brackets'.
15280
15281 2004-09-17 Romain Francoise <romain@orebokech.com>
15282
15283 * ibuf-ext.el (define-ibuffer-filter filename):
15284 Expand dired-directory since buffer-file-name is absolute.
15285
15286 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15287
15288 * ediff-init.el (ediff-current-diff-face-A)
15289 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15290 (ediff-current-diff-face-Ancestor)
15291 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15292 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15293 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15294 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15295 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15296 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15297 Use min-colors.
15298
15299 * term.el (term-down): Perform vertical motion if DOWN is negative.
15300 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15301 (term-termcap-format): Synchronize with the eterm terminfo entry
15302 in etc/e/eterm.ti.
15303 (term-handle-colors-array): If the current foreground or
15304 background are zero (i.e. unspecified), use the foreground and
15305 background of the default face for reverse video.
15306 (term-ansi-at-eval-string, term-ansi-default-fg)
15307 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15308 (term-mem): Delete unused function.
15309 (term-protocol-version): Increment.
15310 (term-current-face): Set to default.
15311
15312 2004-09-15 Jay Belanger <belanger@truman.edu>
15313
15314 * calc/calc.el (calc-mode-var-list): Define this variable.
15315 (calc-always-load-extensions, calc-line-numbering)
15316 (calc-line-breaking, calc-display-just, calc-display-origin)
15317 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15318 (calc-group-char, calc-point-char, calc-frac-format)
15319 (calc-prefer-frac, calc-hms-format, calc-date-format)
15320 (calc-float-format, calc-full-float-format, calc-complex-format)
15321 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15322 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15323 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15324 (calc-matrix-brackets, calc-language, calc-language-option)
15325 (calc-left-label, calc-right-label, calc-word-size)
15326 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15327 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15328 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15329 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15330 (calc-window-height, calc-display-trail, calc-show-selections)
15331 (calc-use-selections, calc-assoc-selections)
15332 (calc-display-working-message, calc-auto-why, calc-timing)
15333 (calc-mode-save-mode, calc-standard-date-formats)
15334 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15335 (calc-user-parse-tables, calc-gnuplot-default-device)
15336 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15337 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15338 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15339 (calc-invocation-macro, calc-show-banner): Give these values as
15340 part of `calc-mode-var-list's initialization after the variables
15341 are declared with defvar.
15342 (calc-bug-address): Change email address to send bug reports to.
15343 Change the maintainer address at the top.
15344 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15345 than "\\.emacs" to determine if it is the user-init-file.
15346
15347 * calc/calc-embed.el (calc-embedded-set-modes): Use
15348 `calc-mode-var-list' correctly.
15349
15350 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15351
15352 * vc.el (annotate-time): Document point handling.
15353 (vc-annotate-display-autoscale): Doc fix.
15354
15355 2004-09-15 Miles Bader <miles@gnu.org>
15356
15357 * generic.el (generic-make-keywords-list): Use symbol rather than
15358 word anchors in regexp.
15359
15360 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15361
15362 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15363 no file name consider `dired-directory'.
15364
15365 2004-09-14 Kim F. Storm <storm@cua.dk>
15366
15367 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15368
15369 2004-09-14 Simon Josefsson <jas@extundo.com>
15370
15371 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15372
15373 * textmodes/dns-mode.el: Add.
15374
15375 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15376
15377 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15378 (disabled-command-function): Make the ?\ char more obvious.
15379
15380 * vc-arch.el (vc-arch-root, vc-arch-registered):
15381 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15382
15383 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15384
15385 * windmove.el (windmove-frame-edges): Report coordinates of
15386 outside edges of frame, not inside edges.
15387 (windmove-coordinates-of-position): Convert into wrapper to new
15388 function `windmove-coordinates-of-window-position';
15389 `compute-motion' always applies to selected window.
15390 (windmove-coordinates-of-position): Update documentation to refer
15391 to Emacs 21 Lisp Reference Manual.
15392 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15393
15394 2004-09-13 Kim F. Storm <storm@cua.dk>
15395
15396 * isearch.el (isearch-resume-in-command-history): Rename from
15397 isearch-resume-enabled and change default to nil.
15398
15399 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15402 (vc-registered): Use it.
15403 (vc-find-root): New fun.
15404
15405 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15406 Don't tell to use \\{...} when it's already done.
15407
15408 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15409 Provide a sample complex default.
15410 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15411 (bibtex-entry): Use mapc.
15412
15413 2004-09-12 Kim F. Storm <storm@cua.dk>
15414
15415 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15416
15417 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15418 inhibit-field-text-motion to t so rectangles work in comint buffers.
15419
15420 * simple.el (choose-completion-string): Set buffer before running
15421 choose-completion-string-functions hook so it can be buffer-local.
15422
15423 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15424
15425 * progmodes/compile.el (compilation-start): Parse command to see
15426 if it starts with a cd, and if so perform it for the *compilation*
15427 buffer. Change the header to reflect this.
15428
15429 2004-09-11 Kim F. Storm <storm@cua.dk>
15430
15431 * ido.el (ido-enable-dot-prefix): Doc fix.
15432 (ido-enable-dot-prefix): New defcustom.
15433 (ido-set-matches1): Use it.
15434
15435 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * textmodes/bibtex.el (bibtex-mark-active)
15438 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15439
15440 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15441
15442 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15443 used in a case insensitive environment.
15444 (bibtex-mode-map): Rearrange order of menus.
15445 (bibtex-quoted-string-re): Obsolete.
15446 (bibtex-complete-key-cleanup): Variable replaced by new function.
15447 (bibtex-font-lock-keywords): Use backquotes.
15448 (bibtex-font-lock-url-regexp): New internal variable.
15449 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15450 "OPT" and "ALT".
15451 (bibtex-insert-current-kill, bibtex-make-field)
15452 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15453 (bibtex-parse-field-text): Simplify.
15454 (bibtex-string=): New helper function.
15455 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15456 (bibtex-map-entries): Use bibtex-string=.
15457 (bibtex-search-entry): Use not.
15458 (bibtex-enclosing-field): Fix docstring.
15459 (bibtex-assoc-regexp): Obsolete.
15460 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15461 (bibtex-autokey-get-names): Handle empty name field.
15462 (bibtex-parse-strings): Use assoc-string and unless.
15463 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15464 Use assoc-string.
15465 (bibtex-pop): Simplify.
15466 (bibtex-mode): Set font-lock-extra-managed-props.
15467 (bibtex-entry-update): Use assoc-string.
15468 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15469 (bibtex-autofill-entry): Use bibtex-string=.
15470 (bibtex-print-help-message): Simplify.
15471 (bibtex-find-entry): New optional arg START.
15472 (bibtex-validate): Use bibtex-string= and assoc-string.
15473 Do not call obsolete function compilation-parse-errors.
15474 (bibtex-remove-delimiters): Only remove delimiters if present.
15475 (bibtex-copy-entry-as-kill): Add docstring.
15476 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
15477 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15478 (bibtex-complete): Use bibtex-predefined-month-strings,
15479 bibtex-string=, and new function bibtex-complete-key-cleanup.
15480 (bibtex-generate-url-list): New variable.
15481 (bibtex-url): New command bound to C-c C-l and mouse-2.
15482 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15483 (bibtex-font-lock-url): New function.
15484
15485 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15488
15489 2004-09-09 Kim F. Storm <storm@cua.dk>
15490
15491 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15492 counter and format with binding.
15493 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15494 the declared macro uses own macro counter and format. Give symbol
15495 kmacro property.
15496 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15497 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15498 (kmacro-end-and-call-macro): Doc fix.
15499
15500 2004-09-09 Lars Hansen <larsh@math.ku.dk>
15501
15502 * desktop.el (desktop-clear-preserve-buffers):
15503 Remove make-obsolete-variable.
15504
15505 2004-09-08 Richard M. Stallman <rms@gnu.org>
15506
15507 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15508 with the buffer as argument.
15509
15510 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15513
15514 2004-09-08 Juri Linkov <juri@jurta.org>
15515
15516 * replace.el (perform-replace): Use `query-replace-descr'.
15517
15518 * cus-start.el (history-delete-duplicates): Specify customization.
15519
15520 * diff-mode.el (diff-mode-map):
15521 * progmodes/compile.el (compilation-mode-map):
15522 * progmodes/grep.el (grep-mode-map):
15523 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15524 to `next-error-follow-minor-mode'.
15525
15526 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15527
15528 * isearch.el (isearch-lazy-highlight-update): Take into account
15529 the case of zero-length match at the search bound.
15530
15531 2004-09-08 Kim F. Storm <storm@cua.dk>
15532
15533 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15534 change. Use zero width overlays when necessary.
15535
15536 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15537
15538 * subr.el (split-string): Docfix.
15539
15540 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15541
15542 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15543 (display-call-tree): Ensure newline after caller/calls blocks.
15544
15545 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15546
15547 * startup.el (command-line-1): Make option
15548 --directory/-L modify `load-path' straight away.
15549
15550 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15551
15552 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15553
15554 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15555
15556 * emacs-lisp/autoload.el (make-autoload):
15557 Handle `define-compilation-mode'.
15558
15559 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15560 Specify `doc-string-elt' property.
15561
15562 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15563
15564 * bs.el (bs-mode): Doc fix.
15565
15566 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15567
15568 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15569
15570 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15571
15572 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15573
15574 2004-09-08 Kenichi Handa <handa@m17n.org>
15575
15576 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15577 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15578 ps-mule-next-point -> 1+).
15579
15580 * composite.el (encode-composition-rule): Add autoload cookie.
15581
15582 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15583
15584 * format.el (buffer-auto-save-file-format): Make it permanent local.
15585
15586 2004-09-07 Kim F. Storm <storm@cua.dk>
15587
15588 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15589 (authors-fixed-entries): Fix typo.
15590 (authors-canonical-author-name): Compact multiple spaces.
15591 Ignore trivial names (e.g. only first name).
15592
15593 * term.el (term-window-width): Only use full window width on
15594 window system if overflow-newline-into-fringe is enabled.
15595 (term-mode): Don't disable overflow-newline-into-fringe.
15596
15597 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15600 motion as seen on my Mac OS X xterms.
15601
15602 * newcomment.el (uncomment-region-default, comment-region-default):
15603 New functions extracted from uncomment-region and comment-region.
15604 (comment-region, comment-region-function, uncomment-region)
15605 (uncomment-region-function): Use them.
15606
15607 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15608
15609 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15610 It's not crucial but can make sense at times.
15611
15612 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15613 the first commit.
15614
15615 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15616 Disable obsolete code.
15617
15618 2004-09-07 Juri Linkov <juri@jurta.org>
15619
15620 * progmodes/grep.el (grep-highlight-matches): Change default from
15621 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15622 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15623 if grep option `--color' is available, or to `nil' otherwise.
15624 (grep-process-setup): Call `grep-compute-defaults' if
15625 `grep-highlight-matches' is not computed. Set env-vars only
15626 if `grep-highlight-matches' is `t'.
15627 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15628 is already defined).
15629
15630 * progmodes/compile.el (compilation-start): Use copy of
15631 `process-environment' created by `copy-sequence' to not
15632 modify env-vars in the global `process-environment'.
15633
15634 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15635
15636 * simple.el (next-error-follow-minor-mode): Fix last change.
15637
15638 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15639
15640 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15641 permanent local.
15642
15643 2004-09-04 Richard M. Stallman <rms@gnu.org>
15644
15645 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15646 highlighting if the search string is empty.
15647
15648 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15649
15650 * facemenu.el (facemenu-active-faces): Change condition of inner
15651 `while' loop to also check the first two elements of `face-atts'
15652 and `mask-atts'.
15653
15654 2004-09-04 John Paul Wallington <jpw@gnu.org>
15655
15656 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15657 (thumbs-view-image-mode): Make buffer read-only.
15658
15659 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15660
15661 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15662 (ispell-check-version): Set it.
15663 (ispell-send-replacement): New function.
15664 (ispell-process-line): Call ispell-send-replacement.
15665
15666 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15667
15668 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15669 Support choosing seconds with "s".
15670
15671 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15672
15673 * terminal.el (te-escape): Show `?' in prompt for help key.
15674
15675 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15676
15677 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15678
15679 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15680
15681 * simple.el (next-error-follow-minor-mode)
15682 (next-error-follow-mode-post-command-hook): New functions.
15683 (next-error-follow-last-line): New defvar.
15684
15685 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15686 * progmodes/compile.el (compilation-mode-map): Likewise.
15687 * progmodes/grep.el (grep-mode-map): Likewise.
15688 * replace.el (occur-mode-map): Likewise.
15689
15690 * newcomment.el (uncomment-region): Bind comment-use-global-state
15691 to nil.
15692
15693 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15694
15695 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15696 locally around the call to `revert-buffer'.
15697
15698 2004-09-03 Juri Linkov <juri@jurta.org>
15699
15700 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15701 `isearch-adjusted' to `t'.
15702 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15703 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15704 (isearch-other-meta-char): Restore isearch-point unconditionally.
15705 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15706 Set point to start of match if region is not active in transient
15707 mark mode (to include the current match to region boundaries).
15708 Push the search string to `query-replace-from-history-variable'.
15709 Add prompt "Query replace regexp" for isearch-regexp.
15710 Add region beginning/end as last arguments of `perform-replace.'
15711 (isearch-query-replace-regexp): Replace code by the call to
15712 `isearch-query-replace' with arg `t'.
15713
15714 2004-09-03 Richard M. Stallman <rms@gnu.org>
15715
15716 * startup.el (normal-top-level): Undo previous TERM change.
15717
15718 2004-09-03 Kim F. Storm <storm@cua.dk>
15719
15720 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15721 highlight overlays; allow using RET when cursor is over a button.
15722 (cua--highlight-rectangle): Use it.
15723 (cua--rectangle-set-corners): Don't move backwards at eol.
15724 (cua--forward-line): Don't move into void after eob.
15725
15726 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15727 point is set (and displayed) inside rectangle.
15728 (cua--rectangle-operation): Fix for highlight of empty lines.
15729 (cua--highlight-rectangle): Fix highlight for tabs.
15730 Position cursor at left/right edge of rectangle using new `cursor'
15731 property on overlay strings.
15732 (cua--indent-rectangle): Don't tabify.
15733 (cua-rotate-rectangle): Ignore that point has moved.
15734
15735 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15736
15737 * term/mac-win.el: Add ASCII equivalents for some function keys.
15738 (mode-line-frame-identification): Sync with x-win.el.
15739
15740 2004-09-02 Juri Linkov <juri@jurta.org>
15741
15742 * progmodes/compile.el (compilation-buffer-name): Compare major
15743 mode with second element of compilation-arguments instead of third
15744 to reflect latest changes in compilation-arguments structure.
15745 (recompile): Use global variable `compilation-directory' to get
15746 recent compilation directory only when `recompile' is invoked NOT
15747 in the compilation buffer. Otherwise, use `default-directory' of
15748 the compilation buffer.
15749 (compilation-error-properties): Allow to funcall col and end-col.
15750 (compilation-mode-font-lock-keywords): Check col and end-col by
15751 `integerp'.
15752 (compilation-goto-locus): If end-mk is non-nil in transient mark
15753 mode don't activate the mark (and don't display message in
15754 push-mark), but highlight overlay between mk and end-mk.
15755
15756 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15757 (grep-regexp-alist): Add rule to highlight grep matches.
15758 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15759
15760 * info.el (Info-fontify-node): Don't compute other-tag
15761 if Info-hide-note-references=hide.
15762
15763 * help.el (function-called-at-point):
15764 * help-fns.el (variable-at-point):
15765 Try `find-tag-default' when other methods failed.
15766
15767 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15768 Do not push mark if inhibit-mark-movement is non-nil.
15769
15770 * textmodes/ispell.el (ispell-html-skip-alists):
15771 Fix backslashes in docstring.
15772
15773 2004-09-01 Juri Linkov <juri@jurta.org>
15774
15775 * isearch.el (isearch-wrap-function)
15776 (isearch-push-state-function): New defvars.
15777 (isearch-pop-fun-state): New defsubst.
15778 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15779 (isearch-push-state): Set the result of calling
15780 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15781 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15782 restore the mode-specific starting point of terminated search.
15783 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15784 (isearch-repeat): Call `isearch-wrap-function' if defined.
15785 (isearch-message-prefix): Don't add prefix "over" to the message
15786 for wrapped search if `isearch-wrap-function' is defined.
15787 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15788 restore the mode-specific starting point of failed search.
15789
15790 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15791 (Info-search): Add new optional arguments for the sake of isearch.
15792 Replace whitespace in Info-search-whitespace-regexp literally.
15793 Add backward search. Don't call `Info-select-node' if regexp is
15794 found in the same Info node. Don't add node to Info-history for
15795 wrapped isearch.
15796 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15797 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15798 (Info-mode): Set local variables `isearch-search-fun-function',
15799 `isearch-wrap-function', `isearch-push-state-function',
15800 `search-whitespace-regexp'.
15801
15802 * isearch.el: Remove ancient Change Log section.
15803 (isearch-string, isearch-message-string, isearch-point)
15804 (isearch-success, isearch-forward-flag, isearch-other-end)
15805 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15806 (isearch-barrier, isearch-within-brackets)
15807 (isearch-case-fold-search): Add suffix `-state' to state-related
15808 defsubsts to avoid name clashes with other function names.
15809
15810 * simple.el (next-error): New defgroup and defface.
15811 (next-error-highlight, next-error-highlight-no-select):
15812 New defcustoms.
15813 (next-error-no-select): Let-bind next-error-highlight to the value
15814 of next-error-highlight-no-select before calling `next-error'.
15815
15816 * progmodes/compile.el (compilation-goto-locus):
15817 Use `next-error' face instead of `region'. Set 4-th argument of
15818 `move-overlay' to `current-buffer' to move overlay to different
15819 source buffers. Use new variable `next-error-highlight'.
15820
15821 * simple.el (next-error-find-buffer): Move the rule
15822 "if current buffer is a next-error capable buffer" after the
15823 rule "if next-error-last-buffer is set to a live buffer".
15824 Simplify to test all rules in one `or'.
15825 (next-error): Doc fix.
15826 (next-error, previous-error, first-error)
15827 (next-error-no-select, previous-error-no-select):
15828 Make arguments optional.
15829
15830 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15831
15832 * macros.el (apply-macro-to-region-lines): Make it operate on all
15833 lines that begin in the region, rather than on all complete lines
15834 in the region.
15835
15836 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15837
15838 * x-dnd.el (x-dnd-protocol-alist): Document update.
15839 (x-dnd-known-types): Defcustom it.
15840 (x-dnd-handle-motif): Print message-atom in error message.
15841
15842 2004-08-30 John Paul Wallington <jpw@gnu.org>
15843
15844 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15845 strings rather than programatically constructing message.
15846
15847 2004-08-30 Richard M. Stallman <rms@gnu.org>
15848
15849 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15850 Don't return a string that would read as the wrong character code.
15851
15852 2004-08-29 Kim F. Storm <storm@cua.dk>
15853
15854 * emulation/cua-base.el (cua-auto-expand-rectangles):
15855 Remove automatic rectangle padding feature; replace by non-destructive
15856 virtual rectangle edges feature.
15857 (cua-virtual-rectangle-edges): New defcustom.
15858 (cua-auto-tabify-rectangles): New defcustom.
15859 (cua-paste): If paste into a marked rectangle, insert rectangle at
15860 current column, even if virtual; also paste exactly as many lines
15861 as has been marked (ignore additional lines or add empty lines),
15862 but paste whole source if only one line is marked.
15863 (cua--update-indications): No longer use overwrite-cursor to
15864 indicate rectangle padding
15865
15866 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15867 (cua--rectangle-virtual-edges): New defun.
15868 (cua--rectangle-get-corners): Remove optional PAD arg.
15869 (cua--rectangle-set-corners): Never do padding.
15870 (cua--forward-line): Remove optional PAD arg. Simplify.
15871 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15872 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15873 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15874 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15875 (cua--rectangle-move): Never do padding. Simplify.
15876 (cua--tabify-start): New defun.
15877 (cua--rectangle-operation): Add tabify arg. All callers changed.
15878 (cua--pad-rectangle): Remove.
15879 (cua--delete-rectangle): Handle delete with virtual edges.
15880 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15881 (cua--insert-rectangle): Handle insert at virtual column.
15882 Perform auto-tabify if necessary.
15883 (cua--activate-rectangle): Remove optional FORCE arg.
15884 Never do padding. Simplify.
15885 (cua--highlight-rectangle): Enhance for virtual edges.
15886 (cua-toggle-rectangle-padding): Remove command.
15887 (cua-toggle-rectangle-virtual-edges): New command.
15888 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15889 (cua--rectangle-post-command): Don't force rectangle padding.
15890 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15891
15892 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15893
15894 * indent.el (edit-tab-stops-buffer): Doc fix.
15895
15896 2004-08-28 Richard M. Stallman <rms@gnu.org>
15897
15898 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15899 (grep-tag-default): Function deleted.
15900
15901 * subr.el (find-tag-default): Move from etags.el.
15902
15903 * progmodes/etags.el (find-tag-default): Move to subr.el.
15904
15905 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15906 into the basic character if it has an uppercase form.
15907
15908 2004-08-27 Kenichi Handa <handa@m17n.org>
15909
15910 * international/utf-8.el (utf-8-post-read-conversion): If the
15911 buffer is unibyte, temporarily make it multibyte.
15912
15913 2004-08-27 Masatake YAMATO <jet@gyve.org>
15914
15915 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15916
15917 2004-08-25 John Paul Wallington <jpw@gnu.org>
15918
15919 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15920 0, 1, and many mismatches in message.
15921 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15922
15923 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15924 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15925
15926 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15929 vc-diff-switches differently.
15930
15931 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15932
15933 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15934 before and a real defvar after
15935 `speedbar-supported-extension-expressions'. This is to silence
15936 the compiler without breaking bootstrapping.
15937
15938 2004-08-22 Richard M. Stallman <rms@gnu.org>
15939
15940 * textmodes/flyspell.el (flyspell-word):
15941 Use set-process-query-on-exit-flag.
15942 (flyspell-highlight-duplicate-region): Take POSS as arg.
15943 (flyspell-word): Pass POSS as arg.
15944
15945 * progmodes/ada-xref.el: Many doc and style fixes.
15946 (ada-find-any-references): Use compilation-start.
15947 (ada-get-ali-file-name): Improve error msg.
15948 (ada-get-ada-file-name): Likewise.
15949
15950 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15951 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15952
15953 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15954 Add forward defvar.
15955
15956 * whitespace.el (global-whitespace-mode): New alias
15957 for whitespace-global-mode.
15958
15959 * speedbar.el (speedbar-file-regexp): Move definition up.
15960 (speedbar-mode, speedbar-set-mode-line-format):
15961 Use with-no-warnings.
15962 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15963
15964 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15965 controls whether to display the error buffer.
15966
15967 * ps-mule.el: Delete compatibility code for old Emacsen.
15968 (ps-mule-find-wrappoint): Don't use chars-in-region.
15969
15970 * frame.el (display-mouse-p, display-selections-p):
15971 Use with-no-warnings.
15972
15973 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15974
15975 2004-08-22 David Kastrup <dak@gnu.org>
15976
15977 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15978 information.
15979
15980 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15981
15982 2004-08-22 Andreas Schwab <schwab@suse.de>
15983
15984 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15985
15986 2004-08-22 Masatake YAMATO <jet@gyve.org>
15987
15988 * cvs-status.el (cvs-status-checkout): New function.
15989 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15990
15991 2004-08-21 David Kastrup <dak@gnu.org>
15992
15993 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15994 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15995 has been converted to use hashtables, the relation `nil=none' is
15996 no longer valid, as `nil' is not a hashtable. This patch tries to
15997 reduce the number of resulting errors.
15998
15999 2004-08-21 John Paul Wallington <jpw@gnu.org>
16000
16001 * subr.el (process-kill-without-query): Made obsolete in
16002 version 21.4, not 21.5.
16003
16004 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16005 (vc-previous-comment, vc-next-comment)
16006 (vc-comment-search-reverse, vc-comment-search-forward)
16007 (vc-comment-to-change-log): Likewise.
16008
16009 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16010
16011 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
16012
16013 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16014 Correct indentation of DEFMETHODS with non-standard method
16015 combinations (e.g., PROGN, MIN, MAX).
16016
16017 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * startup.el (normal-top-level-add-subdirs-to-load-path):
16020 Avoid unnecessarily checking system-type.
16021 (normal-top-level): Set TERM to "dumb". Simplify.
16022
16023 * avoid.el (mouse-avoidance-ignore-p): New fun.
16024 Also ignore switch-frame, select-window, double, and triple clicks.
16025 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16026 (mouse-avoidance-fancy-hook): Use it.
16027
16028 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
16029
16030 * avoid.el (mouse-avoidance-nudge-mouse)
16031 (mouse-avoidance-banish-destination): Stay within the current window
16032 to avoid problems with mouse-autoselect-window.
16033
16034 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16037 the newer format of some messages in cvs-1.12.1.
16038
16039 2004-08-19 Masatake YAMATO <jet@gyve.org>
16040
16041 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16042 (elp-results-jump-to-definition-by-mouse)
16043 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16044 (elp-output-result): Use elp-output-insert-symname.
16045
16046 2004-08-18 Kenichi Handa <handa@m17n.org>
16047
16048 * language/cyrillic.el: Register koi8-r in
16049 ctext-non-standard-encodings-alist.
16050 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16051
16052 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
16053
16054 * emacs-lisp/copyright.el (copyright-update-year): Delete code
16055 that replaces 20xy with xy.
16056
16057 2004-08-17 John Paul Wallington <jpw@gnu.org>
16058
16059 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16060 (reb-force-update): Doc fix.
16061
16062 2004-08-16 Richard M. Stallman <rms@gnu.org>
16063
16064 * progmodes/which-func.el (which-func-update-1): Doc fix.
16065
16066 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16067 (sh-mode-abbrev-table): New variable.
16068
16069 * progmodes/compile.el (compilation-mode): Doc fix.
16070
16071 * emacs-lisp/lisp-mode.el (eval-last-sexp):
16072 Don't cons a new symbol each time.
16073 (eval-last-sexp-fake-value): New variable.
16074
16075 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16076 (copyright-update-year): Detect continuation of list of years.
16077
16078 * term.el (term-default-fg-color, term-default-bg-color)
16079 (ansi-term-color-vector): Use `unspecified', not nil, as default.
16080
16081 * imenu.el: Several doc fixes: don't say variables are buffer-local.
16082
16083 2004-08-16 Davis Herring <herring@lanl.gov>
16084
16085 * isearch.el (isearch-string, isearch-message-string, isearch-point)
16086 (isearch-success, isearch-forward-flag, isearch-other-end)
16087 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16088 (isearch-barrier, isearch-within-brackets)
16089 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16090
16091 2004-08-16 Kenichi Handa <handa@m17n.org>
16092
16093 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16094
16095 2004-08-15 Kenichi Handa <handa@m17n.org>
16096
16097 * term/x-win.el (x-selection-value): If utf8 was successful but
16098 ctext was not, use utf8 string.
16099
16100 2004-08-14 Davis Herring <herring@lanl.gov>
16101
16102 * isearch.el: Remove accidental changes of March 4. Fix backing
16103 up when a regexp isearch is made more general. Use symbolic
16104 accessor functions for isearch stack frames to make usage clearer.
16105 (search-whitespace-regexp): Made groups in documentation shy (as
16106 is the group in the default value).
16107 (isearch-fallback): New function, addresses problems with regexps
16108 liberalized by `\|', adds support for liberalization by `\}' (the
16109 general repetition construct), and incorporates behavior for
16110 `*'/`?'.
16111 (isearch-}-char): New command, calls `isearch-fallback' with
16112 arguments appropriate to a typed `}'.
16113 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16114 appropriately.
16115 (isearch-mode-map): Bind `}' to `isearch-}-char'.
16116 (isearch-string, isearch-message,string, isearch-point)
16117 (isearch-success, isearch-forward-flag, isearch-other-end)
16118 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16119 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16120 New inline functions to read fields of a stack frame.
16121
16122 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
16123
16124 * battery.el (battery-linux-proc-acpi): Look into battery
16125 directories matching the literal string "CMB", too (required for
16126 Linux kernel version 2.6.7).
16127
16128 2004-08-14 John Paul Wallington <jpw@gnu.org>
16129
16130 * cus-start.el (read-file-name-completion-ignore-case): Add.
16131 (blink-cursor-alist): Change version to "21.4".
16132
16133 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16134
16135 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
16136
16137 * speedbar.el (speedbar-scan-subdirs): New option.
16138 (speedbar-file-lists): Don't ignore file-name case on Unix and use
16139 dolist.
16140 (speedbar-insert-files-at-point): Take an extra argument and use
16141 it to optionally find out if a subdir is empty. Also unreadable
16142 files don't get expand buttons.
16143 (speedbar-directory): New image (unused pixmap already existed).
16144 (speedbar-expand-image-button-alist): Use it.
16145
16146 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
16147
16148 CC Mode update to 5.30.9:
16149
16150 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16151 Move from cc-vars to cc-defs for dependency reasons. Fix the
16152 POSIX char class test to check that it works in
16153 `skip-chars-(forward|backward)' too.
16154
16155 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16156 first argument starts with a special brace list.
16157
16158 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16159 when `c-opt-type-concat-key' is used (i.e. in Pike).
16160
16161 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16162 Fix bug when the inner char pair doesn't have paren syntax,
16163 i.e. "(<>)".
16164
16165 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16166 whitespace safe.
16167
16168 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16169 position for `arglist-intro', `arglist-cont-nonempty' and
16170 `arglist-close' when there are two arglist open parens on the same
16171 line and there's nothing in front of the first.
16172
16173 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16174 locking of qualified names in Java, which previously could fontify
16175 common indexing expressions in many cases. The standard Java
16176 naming conventions are used to tell them apart.
16177
16178 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16179 Fix inconsistency wrt opening parens on the first line inside a paren
16180 block.
16181
16182 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16183 compile time for the sake of `c-major-mode-is'.
16184
16185 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16186 `c-major-mode-is' in the event that this is used inside a
16187 `c-lang-defconst'.
16188
16189 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16190 `c-lang-defconst' so that it works better with fallback languages.
16191
16192 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16193 it to fail to record the base mode.
16194
16195 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16196 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16197 is used. Reorder the syntax checks to get more efficient
16198 skipping in some situations.
16199
16200 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16201 continuation which might precede the newly inserted '{'.
16202
16203 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16204 Fix cases where it could loop indefinitely.
16205
16206 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16207 size specs correctly. Only fontify identifiers in front of '('
16208 with as functions - don't accept any paren char. Tighten up
16209 initializer skipping to stop before function and class blocks.
16210
16211 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16212 the point could be left directly after an open paren when finding
16213 the beginning of the first decl in the block.
16214
16215 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16216 table when filtering out legitimate open parens to be recorded.
16217 This could cause cache inconsistencies when e.g.
16218 `c++-template-syntax-table' was temporarily in use.
16219
16220 * progmodes/cc-engine.el (c-on-identifier)
16221 (c-simple-skip-symbol-backward): Small fix for handling "-"
16222 correctly in `skip-chars-backward'. Affected the operator lfun
16223 syntax in Pike.
16224
16225 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16226 Fix bug that could cause an error from `after-change-functions' when
16227 the changed region is at bob.
16228
16229 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
16230
16231 CC Mode update to 5.30.9:
16232
16233 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16234 to say that <TAB> doesn't insert WS into a CPP line.
16235 (c-indent-command, c-tab-always-indent): Amend doc strings.
16236
16237 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16238 checks for user errors, thus eliminating cryptic and unhelpful
16239 Emacs error messages. (1) Check the arg to `c-set-style' is a
16240 string. (2) Check that settings to `c-offsets-alist' are not
16241 spuriously quoted.
16242
16243 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16244 which precedes the newly inserted `{'.
16245
16246 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
16247
16248 Sync with Tramp 2.0.44.
16249
16250 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16251 function "tramp_file_attributes". Otherwise, file names
16252 containing spaces are misinterpreted. Reported by Magnus Henoch
16253 <mange@freemail.hu>.
16254 (tramp-handle-file-truename): FILENAME must be expanded first.
16255 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16256 obscure results. Reported by D. Goel <deego@gnufans.org>.
16257 (tramp-handle-verify-visited-file-modtime): If file does not
16258 exist, say it is not modified if and only if that agrees with the
16259 buffer's record. Check whether a file is visiting the buffer, or
16260 the buffer has no recorded last modification time. Return t in
16261 case the visiting file doesn't exist. Suggested by Luc Teirlinck
16262 <teirllm@auburn.edu>.
16263 (tramp-handle-write-region): Pass modtime explicitly to
16264 `set-visited-file-modtime', because filename can be different
16265 from (buffer-file-name) if `file-precious-flag' is set.
16266 `set-visited-file-modtime' must be called always when `visit' is t
16267 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16268 (tramp-handle-set-visited-file-modtime): If `time-list' is not
16269 nil, don't apply the whole body. If the file doesn't exists, set
16270 modtime to '(-1 65535). Suggested by Luc Teirlinck
16271 <teirllm@auburn.edu>.
16272
16273 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16274
16275 * help.el (describe-bindings): Doc fix.
16276
16277 * subr.el (kbd): Doc fix.
16278
16279 2004-08-08 John Paul Wallington <jpw@gnu.org>
16280
16281 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16282 instead of `string-to-int'.
16283 (define-ibuffer-column mode): Fix indentation.
16284
16285 2004-08-08 Lars Hansen <larsh@math.ku.dk>
16286
16287 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16288 expression.
16289
16290 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16291
16292 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16293
16294 * novice.el (disabled-command-function): New variable renamed from
16295 `disabled-command-hook'.
16296 (disabled-command-hook): Keep the _variable_ as alias for
16297 `disabled-command-function' and make obsolete.
16298 (disabled-command-function): Function renamed from
16299 `disabled-command-hook'. Adapt code to name change of the variable.
16300
16301 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16302
16303 * simple.el (completion-root-regexp): New defvar.
16304 (completion-setup-function): Use it instead of a literal string.
16305
16306 2004-08-07 John Paul Wallington <jpw@gnu.org>
16307
16308 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16309 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16310 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16311 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16312
16313 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16314
16315 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16316 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16317
16318 2004-08-04 Kenichi Handa <handa@m17n.org>
16319
16320 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16321 Fix previous change.
16322
16323 2004-08-03 Kenichi Handa <handa@m17n.org>
16324
16325 * international/encoded-kb.el: The following changes are to
16326 utilize key-translation-map instead of minor mode map.
16327 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16328 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16329 (encoded-kbd-last-key): New function.
16330 (encoded-kbd-iso2022-single-shift): New function.
16331 (encoded-kbd-iso2022-designation)
16332 (encoded-kbd-self-insert-iso2022-7bit)
16333 (encoded-kbd-self-insert-iso2022-8bit)
16334 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16335 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16336 key-translation-map.
16337 (encoded-kbd-setup-keymap): Setup key-translation-map.
16338 (saved-key-translation-map): New variable.
16339 (encoded-kbd-mode): Save/restore key-translation-map.
16340 Adjust for the change of encoded-kbd-setup-keymap.
16341
16342 2004-08-02 Kim F. Storm <storm@cua.dk>
16343
16344 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16345 and call compute-motion with nil for topos and width to get proper
16346 usable width and height for both window and non-window systems.
16347
16348 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16349 calculate usable window width and height.
16350
16351 * window.el (window-buffer-height): Call compute-motion with nil width.
16352
16353 2004-08-01 David Kastrup <dak@gnu.org>
16354
16355 * replace.el (query-replace-read-from):
16356 Use `query-replace-compile-replacement'.
16357 (query-replace-compile-replacement): New function.
16358 (query-replace-read-to): Use `query-replace-compile-replacement'
16359 for repeating the last command.
16360
16361 2004-08-01 John Paul Wallington <jpw@gnu.org>
16362
16363 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16364 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16365 (pr-switches): Remove period from end of error messages.
16366
16367 * help-mode.el (help-go-back): Likewise.
16368
16369 * abbrev.el (only-global-abbrevs): Doc fix.
16370 (edit-abbrevs-map): Define within defvar.
16371 (quietly-read-abbrev-file): Doc fix.
16372
16373 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16374
16375 * novice.el (enable-command, disable-command): Doc fixes.
16376
16377 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16378
16379 2004-07-30 Richard M. Stallman <rms@gnu.org>
16380
16381 * subr.el (with-local-quit): Doc fix.
16382
16383 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16384
16385 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16386
16387 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16388
16389 * custom.el (defcustom): Doc fix.
16390
16391 2004-07-28 Masatake YAMATO <jet@gyve.org>
16392
16393 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16394
16395 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * imenu.el (imenu-prev-index-position-function)
16398 (imenu-extract-index-name-function, imenu-name-lookup-function)
16399 (imenu--index-alist): Docstring redundancy fix.
16400
16401 2004-07-25 Lars Hansen <larsh@math.ku.dk>
16402
16403 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16404 binding dired-backup-overwrite.
16405
16406 2004-07-25 John Paul Wallington <jpw@gnu.org>
16407
16408 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16409
16410 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16411
16412 * term/tty-colors.el (tty-color-approximate): Doc fix.
16413
16414 * select.el (x-get-selection, x-set-selection): Doc fixes.
16415
16416 * frame.el (make-frame): Doc fix.
16417
16418 2004-07-24 Richard M. Stallman <rms@gnu.org>
16419
16420 * mail/rmail.el (rmail-mime-charset-pattern):
16421 Don't include semicolon in the charset value.
16422
16423 * replace.el (occur-next-error): Call set-window-point.
16424 (occur-engine): Handle negative NLINES.
16425
16426 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16427
16428 * frame.el (modify-all-frames-parameters): Minor doc fix.
16429 (set-frame-configuration): Doc fix.
16430
16431 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16432
16433 * simple.el (completion-setup-function): Compute the common parts
16434 and the first difference place correctly when
16435 partial-completion-mode is on.
16436
16437 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16438
16439 * ps-print.el: Doc fix.
16440 (ps-print-version): New version 6.6.5.
16441 (ps-printing-region): Doc fix.
16442 (ps-generate-string-list): Comment fix.
16443 (ps-message-log-max): Code fix.
16444
16445 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16446
16447 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16448 generated PostScript.
16449
16450 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16451
16452 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16453 with Gnus v5_10 branch.)
16454
16455 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16456
16457 * calendar/time-date.el (time-to-number-of-days): New function.
16458 Imported from Gnus.
16459
16460 2004-07-22 Kim F. Storm <storm@cua.dk>
16461
16462 * progmodes/make-mode.el: Fix comments.
16463
16464 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16465
16466 * printing.el: Doc fix.
16467
16468 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16469
16470 * frame.el (modify-all-frames-parameters): Minor doc fix.
16471
16472 2004-07-20 Richard M. Stallman <rms@gnu.org>
16473
16474 * textmodes/fill.el (fill-nobreak-p): If this break point is
16475 at the end of the line, don't consider the newline which follows
16476 as a reason to return t.
16477
16478 2004-07-19 John Paul Wallington <jpw@gnu.org>
16479
16480 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16481
16482 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16483
16484 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16485 Delete irrelevant code.
16486
16487 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16488
16489 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16490 New docstring. From Luc Teirlinck.
16491
16492 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16493
16494 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16495 section.
16496 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16497 non-file buffers. We know it is nil.
16498
16499 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16500
16501 Sync with Tramp 2.0.43.
16502
16503 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16504 Remove outdated comment.
16505 (tramp-locked, tramp-locker): New variables for implementing a
16506 global lock.
16507 (tramp-sh-file-name-handler): Use them to implement the global lock.
16508
16509 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
16510
16511 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16512 calls to respective `xxx` calls.
16513 (tramp-process-alive-regexp): Precise doc string.
16514 (tramp-multi-action-process-alive): New defun.
16515 (tramp-multi-actions): Use it.
16516 (tramp-handle-find-backup-file-name): `copy-tree' is available
16517 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
16518 in order to avoid this function.
16519 (tramp-handle-write-region): Set current buffer. If connection
16520 wasn't open, `file-modes' has changed it accidentally. Reported by
16521 David Kastrup <dak@gnu.org>.
16522 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16523 HOST.
16524 (tramp-action-password, tramp-multi-action-password): Apply it.
16525 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16526 name must still contain the port number. Otherwise, we have two
16527 Tramp buffers, with all the confusion. Reported by Myron Selby
16528 <myron@xytech.com> and Rolf Dubitzky
16529 <Dubitzky@physi.uni-heidelberg.de>.
16530
16531 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16532 HOST to `tramp-enter-passwd'.
16533
16534 * net/tramp-vc.el (all): Code cleanup. Change all
16535 `tramp-handle-xxx' calls to respective `xxx` calls.
16536
16537 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16538
16539 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16540 functions that are not erroneous if either 1-valued or
16541 multi-valued. Detect functions in this class.
16542 (testcover-1value-functions, testcover-compose-functions)
16543 (testcover-progn-functions) Add some additional functions to lists.
16544 (testcover-mark): Bugfix when marking up the definition for an
16545 empty function.
16546
16547 2004-07-17 Richard M. Stallman <rms@gnu.org>
16548
16549 * replace.el (occur-read-primary-args): Pass default to
16550 read-from-minibuffer.
16551
16552 * mail/footnote.el (footnote-section-tag): Use defcustom.
16553
16554 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16555 Compile font-lock-keywords, not KEYWORDS.
16556 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16557 Add warn, check-type. Handle cerror like error.
16558
16559 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16560
16561 * progmodes/which-func.el (which-func-keymap): New var.
16562 (which-func-face): New face.
16563 (which-func-format): Use them.
16564
16565 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16566
16567 * buff-menu.el (list-buffers-noselect): Append the buffer's
16568 process status to its mode name.
16569
16570 2004-07-16 Kim F. Storm <storm@cua.dk>
16571
16572 * simple.el (inhibit-mark-movement): New defvar.
16573 (beginning-of-buffer, end-of-buffer): Do not push mark if
16574 inhibit-mark-movement is non-nil or C-u prefix is given.
16575
16576 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16577 Init to beginning-of-buffer and end-of-buffer.
16578 (cua--undo-push-mark): New defvar.
16579 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16580 already active and command is in cua--preserve-mark-commands.
16581 Also fix check for shift modifier on non-window systems.
16582 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16583
16584 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16585
16586 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16587 of two integers, instead of a cons.
16588
16589 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16590 `visited-file-modtime' now returns a list of two integers, instead
16591 of a cons.
16592
16593 * dired.el (dired-directory-changed-p): Ditto.
16594
16595 * progmodes/grep.el (grep): Doc fix.
16596
16597 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16598
16599 * autorevert.el (auto-revert-tail-mode)
16600 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16601 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16602 in both at the same time.
16603 (auto-revert-tail-mode): New command.
16604 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16605 (auto-revert-handler): Revert only either tail or whole file.
16606
16607 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16608 add auto-revert-tail-mode.
16609
16610 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16611
16612 * printing.el: Doc fix. Change name of some funs.
16613 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16614 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16615 (pr-standard-file-name): New fun. Replace pr-standard-path.
16616 (pr-call-process): Code fix.
16617
16618 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16619
16620 * subr.el (with-selected-window): Doc fix.
16621
16622 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16623
16624 * subr.el (get-buffer-window-list): Doc fix.
16625
16626 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16627
16628 * files.el (switch-to-buffer-other-window): Doc fix.
16629
16630 * window.el (save-selected-window, one-window-p)
16631 (split-window-keep-point, split-window-vertically)
16632 (split-window-horizontally): Doc fixes.
16633
16634 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16635
16636 * printing.el: Doc fix. Now it uses call-process instead of
16637 shell-command for low command execution.
16638 (pr-version): New version number (6.8).
16639 (pr-shell-file-name): Option removed.
16640 (pr-shell-command): Fun removed.
16641 (pr-call-process): New fun. Replace pr-shell-command.
16642 (pr-standard-path, pr-remove-nil-from-list): New funs.
16643 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16644 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16645 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16646 (pr-ps-utility-process, pr-txt-print): Code fix.
16647
16648 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16649
16650 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16651 boolean.
16652
16653 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16654
16655 * wid-edit.el (widget-field-buffer): Doc fix.
16656
16657 2004-07-09 John Paul Wallington <jpw@gnu.org>
16658
16659 * emacs-lisp/re-builder.el (reb-update-overlays):
16660 Distinguish between one and several matches in message.
16661
16662 2004-07-09 Richard M. Stallman <rms@gnu.org>
16663
16664 * mouse.el (mouse-set-region-1): If transient-mark-mode
16665 is `identity', change it to `only'.
16666
16667 * simple.el (current-word): Doc fix.
16668
16669 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16670
16671 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16672 so that it is more understanding of whitespace.
16673
16674 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16675 (("ns" . "element") (attr-list) children) instead of
16676 ((:ns . "element") (attr-list) children) in order to reduce the
16677 number of symbols used.
16678 (xml-skip-dtd): Change to use xml-parse-dtd but set
16679 xml-validating-parsing to nil.
16680 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16681 (xml-substitute-entity): Remove in favor of new entity substitution.
16682 (xml-substitute-special): Rewrite in to substitute complex
16683 entities from DOCTYPE declarations.
16684 (xml-parse-fragment): Parse fragments from entity declarations.
16685 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16686 (xml-parse-dtd, xml-substitute-special): Make validity checks
16687 conditioned on xml-validating-parser. Add "Not Well Formed" to
16688 error messages about well-formedness.
16689
16690 2004-07-08 Steven Tamm <steventamm@mac.com>
16691
16692 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16693 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16694 Do not treat double clicks and triple clicks specially in the
16695 scroll bar (preventing strange repositioning problems)
16696
16697 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * replace.el (query-replace-regexp-eval): Fix last change.
16700
16701 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16702
16703 * replace.el (query-replace-descr): New fun.
16704 (query-replace-read-from, query-replace-read-args): Default to the
16705 previous from&to.
16706 (query-replace-read-to): Quote the `from' string when displaying it.
16707 (query-replace-regexp-eval): Immediately check read-only status.
16708 Use query-replace-read-from to get the \n checking.
16709 Quote the `from' string when displaying it.
16710 (map-query-replace-regexp, occur-read-primary-args):
16711 Quote the `from' string when displaying it.
16712
16713 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16714 delimited-ness of the search to query-replace.
16715
16716 * replace.el (query-replace-read-from, query-replace-read-to):
16717 New funs extracted from query-replace-read-args.
16718 (query-replace-read-args): Use them.
16719
16720 * replace.el (query-replace-interactive, query-replace-read-args):
16721 Remove the `initial' special value.
16722 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16723 (occur-engine): Remove unused var `matchend'.
16724
16725 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16726 Use the search string without prompting.
16727
16728 2004-07-05 Kenichi Handa <handa@m17n.org>
16729
16730 * international/mule.el (decode-coding-inserted-region):
16731 Set last-coding-system-used only when coding is nil.
16732
16733 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16734
16735 * progmodes/grep.el (grep-compute-defaults, grep-command)
16736 (grep-program, find-program, grep-find-use-xargs, grep-history)
16737 (grep-find-history, grep-tag-default, grep-find-command)
16738 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16739 Add autoload cookies, for unbundled packages that load `compile'
16740 and expect all grep-related symbols to become defined.
16741
16742 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16743
16744 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16745 (iimage-mode-image-search-path): New user option to search the
16746 image file.
16747 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16748 have locate-file.
16749 (iimage-mode-buffer): Use it.
16750
16751 2004-07-03 Nick Roberts <nickrob@gnu.org>
16752
16753 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16754 carefully.
16755 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16756
16757 2004-07-03 Juri Linkov <juri@jurta.org>
16758
16759 * replace.el (query-replace-read-args): Swallow space after 'foo,
16760 not after (quote foo). Match space only immediately after symbol,
16761 not anywhere in the whole string.
16762
16763 2004-07-02 Richard M. Stallman <rms@gnu.org>
16764
16765 * replace.el (query-replace-read-args): Swallow space after
16766 symbols, not after closeparens. But avoid error if string ends there.
16767
16768 * progmodes/python.el (python-beginning-of-statement):
16769 Exit the loop if backward-up-list gets error.
16770
16771 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16772
16773 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16774
16775 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16776 only if vc-consult-headers is non-nil.
16777
16778 2004-07-02 Juri Linkov <juri@jurta.org>
16779
16780 * pcvs.el (cvs-mode-diff-repository): New command.
16781
16782 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16783
16784 2004-07-01 Juri Linkov <juri@jurta.org>
16785
16786 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16787 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16788 C-M-% to isearch-query-replace-regexp.
16789 (minibuffer-local-isearch-map): Add arrow key bindings.
16790 Bind C-f to isearch-yank-char-in-minibuffer.
16791 (isearch-forward): Doc fix.
16792 (isearch-edit-string): Doc fix.
16793 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16794 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16795 (isearch-yank-char): Add optional arg.
16796 (isearch-yank-char-in-minibuffer): New fun.
16797
16798 * replace.el (query-replace-interactive): Change type from boolean
16799 to choice. Add value `initial'.
16800 (query-replace-read-args): Handle value `initial' of
16801 query-replace-interactive.
16802
16803 2004-06-29 Kim F. Storm <storm@cua.dk>
16804
16805 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16806 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16807
16808 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16809 Add :group 'ada.
16810
16811 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16812
16813 2004-06-29 Juri Linkov <juri@jurta.org>
16814
16815 * replace.el (query-replace-read-args): Swallow a space after
16816 everything except )]" which in most cases means after a symbol.
16817
16818 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16819
16820 2004-06-28 Richard M. Stallman <rms@gnu.org>
16821
16822 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16823 More changes to go with previous change in font-lock.el.
16824
16825 2004-06-26 David Kastrup <dak@gnu.org>
16826
16827 * replace.el (perform-replace): Highlight the match even in
16828 non-query mode if there is potential replace string editing.
16829
16830 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16831
16832 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16833 agree with new return value of `file-remote-p'.
16834 This syncs with Tramp 2.0.42.
16835
16836 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16837 according to new documentation of `file-remote-p'.
16838
16839 * files.el (file-remote-p): Fix doc to say that return value is
16840 identification of remote system, if not nil.
16841 (file-relative-name): Use new return value of `file-remote-p'.
16842
16843 2004-06-26 Nick Roberts <nickrob@gnu.org>
16844
16845 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16846 (gdb-goto-breakpoint): Fix breakage.
16847
16848 2004-06-26 Eli Zaretskii <eliz@gnu.org>
16849
16850 * man.el (Man-getpage-in-background): Add windows-nt to the list
16851 of systems where shell-file-name should be used instead of
16852 literal "sh".
16853
16854 2004-06-25 Sam Steingold <sds@gnu.org>
16855
16856 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16857 function names `(setf symbol)'.
16858
16859 2004-06-24 Richard M. Stallman <rms@gnu.org>
16860
16861 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16862
16863 * font-lock.el (font-lock-keywords): Change format of compiled values.
16864 Document it.
16865 (font-lock-add-keywords): If font-lock-keywords is compiled,
16866 extract the uncompiled version, modify, then recompile.
16867 (font-lock-remove-keywords): Likewise.
16868 (font-lock-fontify-keywords-region): Handle changed format.
16869 (font-lock-compile-keywords): Handle changed format.
16870 (font-lock-set-defaults): Compile the keywords explicitly here.
16871
16872 2004-06-24 David Kastrup <dak@gnu.org>
16873
16874 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16875 replacements here.
16876 (query-replace-regexp): Doc string explaining this and the new
16877 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16878 is better placed in `query-replace-read-args'.
16879 (replace-regexp): Explain `\,', `\#' and `\?'.
16880 (replace-match-data): New function for thorough reuse/destruction
16881 of old match-data.
16882 (replace-match-maybe-edit): Function for implementing `\?' editing.
16883 (perform-replace): Fix maintaining of the match stack including
16884 already matched regions, implement `\?', fix various problems
16885 with regions while editing and other stuff.
16886 (replace-highlight): Simplify.
16887
16888 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16889
16890 * progmodes/grep.el (grep-error-screen-columns): New variable.
16891 (grep-regexp-alist): Give it the full functionality of gnu style
16892 compilation messages with line and column ranges. Ask me for the
16893 perl script I'm working on, that uses these.
16894
16895 2004-06-23 Nick Roberts <nickrob@gnu.org>
16896
16897 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16898 Remove.
16899 (comint-insert-input, comint-mouse-insert-input): New functions
16900 based on comint-insert-clicked-input for two bindings but just
16901 one functionality.
16902
16903 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16904
16905 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16906
16907 2004-06-23 Lars Hansen <larsh@math.ku.dk>
16908
16909 * files.el (write-contents-functions): Doc fix.
16910
16911 2004-06-21 Juanma Barranquero <lektu@terra.es>
16912
16913 * image.el (image-library-alist): Rewrite docstring in active voice.
16914
16915 2004-06-20 Richard M. Stallman <rms@gnu.org>
16916
16917 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16918
16919 * isearch.el (isearch-repeat): Avoid testing old match data.
16920 (isearch-message): Display trailing space in special font
16921 when search is failing.
16922 (isearch-search-fun-function): Doc fix.
16923
16924 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16925
16926 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16927
16928 * frame.el (show-trailing-whitespace): Doc fix.
16929
16930 * cus-edit.el (custom-variable-documentation): New function.
16931 (custom-variable): Use it.
16932
16933 2004-06-19 Nick Roberts <nickrob@gnu.org>
16934
16935 * man.el (Man-getpage-in-background): Revert previous change but
16936 make cygwin a special case.
16937
16938 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16939
16940 * autorevert.el (global-auto-revert-non-file-buffers):
16941 Update docstring.
16942
16943 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16944
16945 * progmodes/compile.el (compilation-error-properties): Store one
16946 more than end-col, if present, so that transient-mark-mode will
16947 highlight last char too.
16948 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16949 ranges, if present.
16950
16951 2004-06-18 Jason Rumney <jasonr@gnu.org>
16952
16953 * makefile.w32-in: Double percent signs in for loops.
16954
16955 2004-06-17 David Kastrup <dak@gnu.org>
16956
16957 * replace.el (query-replace-read-args): Only warn about use of \n
16958 and \t when we are doing a regexp replacement and the actual
16959 escaped character is n or t.
16960 (query-replace-regexp): Add \, and \# interpretation to
16961 interactive call and document it.
16962 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16963 as shortkey for replace-count.
16964 (replace-quote): New function for doubling backslashes.
16965
16966 2004-06-17 Juanma Barranquero <lektu@terra.es>
16967
16968 * files.el (parse-colon-path, cd): Mention in docstring that the
16969 path separator is colon in GNU-like systems.
16970
16971 * newcomment.el (comment-region-internal): Fix docstring.
16972
16973 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16974 (ewoc-invalidate, ewoc-collect): Doc fixes.
16975 (ewoc--create-node, ewoc--delete-node-internal):
16976 Fix typos in docstring.
16977
16978 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16979
16980 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16981 manual to docstring.
16982
16983 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16984
16985 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16986
16987 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16988
16989 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16990 Add hyperlink to emacs-xtra manual to docstring.
16991
16992 * autorevert.el (global-auto-revert-non-file-buffers):
16993 Add hyperlink to emacs-xtra manual to docstring, as well as an
16994 info-link.
16995
16996 2004-06-14 Juanma Barranquero <lektu@terra.es>
16997
16998 * image.el (image-library-alist): New variable to map image types
16999 to external libraries. Initialized to nil, unless system-specific
17000 configs change it.
17001 (image-type-available-p): Determine whether an image type is
17002 available by calling `init-image-library'.
17003
17004 * term/w32-win.el (image-library-alist): Initialize to a known set
17005 of probable library names.
17006
17007 2004-06-14 Kenichi Handa <handa@m17n.org>
17008
17009 * international/code-pages.el (windows-1256, cp1125): Fix tables
17010 for several characters.
17011
17012 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17013
17014 2004-06-13 Richard M. Stallman <rms@gnu.org>
17015
17016 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17017
17018 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17019 not "`pc-selection-mode'".
17020
17021 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17022
17023 * simple.el (previous-matching-history-element): Specify a default.
17024
17025 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17026
17027 * cus-face.el (custom-declare-face): Simplify code.
17028
17029 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17030
17031 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
17032
17033 * files.el (before-save-hook): Add `time-stamp' to the options.
17034
17035 * time-stamp.el (time-stamp): Recommend adding it to
17036 `before-save-hook', rather than `write-file-functions'.
17037 Make a similar change in `Commentary' section.
17038
17039 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17040
17041 * diff-mode.el (diff-current-defun): If at start of hunk, use
17042 position of first change.
17043
17044 2004-06-13 Lars Hansen <larsh@math.ku.dk>
17045
17046 * dired-x.el (dired-mark-omitted): Bind to "*O".
17047
17048 2004-06-12 Karl Fogel <kfogel@red-bean.com>
17049
17050 * bookmark.el (bookmark-bmenu-relocate): New function, as
17051 suggested by David J. Biesack <David.Biesack@sas.com>.
17052 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17053 (bookmark-bmenu-mode): Describe binding in doc string.
17054 (bookmark-set-filename): Save the bookmark list if it's time.
17055
17056 2004-06-13 Kenichi Handa <handa@m17n.org>
17057
17058 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
17059 (ccl-untranslated-to-ucs): Fix typo.
17060
17061 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17062
17063 * progmodes/python.el (python-open-block-statement-p):
17064 Fix indentation after a block opening that contains a comment.
17065
17066 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
17067
17068 * bindings.el (completion-ignored-extensions): Add file extensions
17069 of Python byte-compiled files.
17070
17071 2004-06-12 Juri Linkov <juri@jurta.org>
17072
17073 * info.el (Info-goto-node): Add autoload.
17074 (Info-toc): Add substring-no-properties on Info file name.
17075 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17076 (Info-mode-map): Bind L to Info-history, T to Info-toc.
17077
17078 2004-06-12 Kenichi Handa <handa@m17n.org>
17079
17080 * international/mule-cmds.el (set-language-environment):
17081 Load subst tables if necessary.
17082
17083 * international/mule.el (decode-char): Load subst tables if necessary.
17084 (encode-char): Likewise.
17085
17086 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17087 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
17088 (utf-16le-decode-loop): Set r5 to -1 before loop.
17089 (utf-16be-decode-loop): Likewise.
17090 (ccl-decode-mule-utf-16le): Add EOF processing block.
17091 (ccl-decode-mule-utf-16be): Likewise.
17092 (ccl-decode-mule-utf-16le-with-signature): Likewise.
17093 (ccl-decode-mule-utf-16be-with-signature): Likewise.
17094 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
17095 (ccl-mule-utf-16-encode-untrans): New CCL.
17096 (utf-16-decode-to-ucs): Handle pre-read character.
17097 (utf-16le-encode-loop): Handle surrogate pair.
17098 (utf-16be-encode-loop): Likewise.
17099 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17100 of utf-16le-encode-loop.
17101 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17102 of utf-16be-encode-loop.
17103 (mule-utf-16-post-read-conversion):
17104 Call utf-8-post-read-conversion at first.
17105 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17106 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17107 Add post-read-conversion and pre-write-conversion.
17108
17109 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17110 (utf-translate-cjk-unicode-range): New variable.
17111 (utf-translate-cjk-load-tables): New function.
17112 (utf-lookup-subst-table-for-decode): New function.
17113 (utf-lookup-subst-table-for-encode): New function.
17114 (utf-translate-cjk-mode): Init-value changed to t. Don't load
17115 tables here. Update safe-charsets of utf-* coding systems.
17116 (ccl-mule-utf-untrans): New CCL.
17117 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
17118 at end of each branch.
17119 (ccl-mule-utf-8-encode-untrans): New CCL.
17120 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17121 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
17122 length of encoding. Don't return r0.
17123 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
17124 (utf-8-post-read-conversion): Narrow to region properly.
17125 If utf-translate-cjk-mode is on, load tables if necessary.
17126 Call utf-8-compose with hash-table arg if necessary.
17127 Call XXX-compose-region instead of XXX-post-read-conversion.
17128 (utf-8-pre-write-conversion): New function.
17129 (mule-utf-8): Include CJK charsets in safe-charsets if
17130 utf-translate-cjk-mode is on. Add pre-write-conversion.
17131
17132 * international/characters.el: Temporarily set
17133 utf-translate-cjk-mode to nil.
17134
17135 * language/devan-util.el (devanagari-compose-region):
17136 Add autoload cookie.
17137
17138 * international/ccl.el (ccl-dump-call): Fix printing the
17139 subroutine name.
17140
17141 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
17142
17143 * dired.el (dired-revert): If buffer is marked unmodified before
17144 reverting, keep it marked unmodified. Adapt to new conventions
17145 for commenting out code.
17146 (dired-make-relative): Adapt to new conventions for commenting out
17147 code.
17148
17149 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
17150
17151 * eshell/esh-module.el (eshell-load-defgroups):
17152 Bind `vc-handled-backends' to nil when opening files.
17153
17154 2004-06-11 Juanma Barranquero <lektu@terra.es>
17155
17156 * files.el (parse-colon-path, cd): Doc fixes (refer to
17157 `path-separator', not colon).
17158
17159 2004-06-10 Juanma Barranquero <lektu@terra.es>
17160
17161 * newcomment.el (comment-search-forward)
17162 (comment-search-backward): Fix typos in docstring.
17163 (comment-region): Doc fix.
17164
17165 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
17166
17167 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17168 switch is no longer stored in `dired-switches-alist'.
17169
17170 * dired-aux.el (dired-insert-subdir): Do not store R switch in
17171 `dired-switches-alist'.
17172
17173 2004-06-10 Kim F. Storm <storm@cua.dk>
17174
17175 * pcvs.el (cvs-mode-diff-yesterday): New command.
17176
17177 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17178
17179 2004-06-10 Juri Linkov <juri@jurta.org>
17180
17181 * emacs-lisp/edebug.el (edebug-eval-defun):
17182 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17183 Fix docstring.
17184
17185 * simple.el (eval-expression-print-format): Don't print additional
17186 information on the first call to `eval-print-last-sexp'.
17187 (next-error-find-buffer): Fix punctuation.
17188 (killing) <defgroup>: Fix punctuation.
17189 (yank-excluded-properties): Change group from editing to killing.
17190
17191 * replace.el (perform-replace): Use `limit' to terminate the
17192 while-loop explicitly.
17193
17194 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17195
17196 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17197 Use lc-*.xpm as prefix instead of *-locol.xpm.
17198
17199 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17200 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17201 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17202 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17203 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17204 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17205 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17206 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17207 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17208 * toolbar/lc-up_arrow.xpm:
17209 Rename from *-locol.xpm.
17210
17211 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
17212
17213 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17214 include forms like &<str>; as valid url patterns.
17215
17216 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
17217
17218 * dired.el (dired-diff, dired-backup-diff)
17219 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17220 (dired-do-chown, dired-do-touch, dired-do-print)
17221 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17222 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17223 (dired-create-directory, dired-do-copy, dired-do-symlink)
17224 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17225 (dired-do-copy-regexp, dired-do-hardlink-regexp)
17226 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17227 (dired-maybe-insert-subdir, dired-next-subdir)
17228 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17229 (dired-kill-subdir, dired-tree-up, dired-tree-down)
17230 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17231 (dired-run-shell-command, dired-query): Remove redundant,
17232 or incorrect, autoloads.
17233
17234 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17235 does not end in a slash. Add optional argument KILL-ROOT.
17236 Update docstring.
17237 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17238 (dired-query): Add autoloads.
17239
17240 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
17241
17242 * progmodes/compile.el (compilation-set-window-height): Rearrange
17243 the save-* functions because a buffer can have several current
17244 point in different windows.
17245 (compilation-error-regexp-alist-alist): Recognize {standard input}
17246 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17247
17248 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17249
17250 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17251 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17252 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17253 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17254 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17255 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17256 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17257 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17258 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17259 * toolbar/up_arrow-locol.xpm:
17260 New versions of icons that uses fewer colors.
17261
17262 * toolbar/tool-bar.el (tool-bar-local-item)
17263 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17264 if display-color-cells is 256 or less.
17265
17266 2004-06-08 Kim F. Storm <storm@cua.dk>
17267
17268 * wid-edit.el (widget-specify-button): Use hand pointer rather
17269 than mouse-face as visible mouse-over effect.
17270
17271 2004-06-07 Karl Fogel <kfogel@red-bean.com>
17272
17273 * saveplace.el (save-place-alist-to-file): Bind `print-length'
17274 and `print-level' to nil when writing out `save-place-alist'.
17275 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17276
17277 2004-06-07 Juanma Barranquero <lektu@terra.es>
17278
17279 * completion.el (completion-kill-region): Doc fix.
17280
17281 * format.el (format-insert-annotations)
17282 (format-annotate-location): Doc fixes.
17283 (format-subtract-regions): Make arguments match their use in docstring.
17284
17285 * simple.el (kill-region): Doc fix.
17286
17287 * subr.el (insert-buffer-substring-no-properties)
17288 (insert-buffer-substring-as-yank): Doc fixes.
17289
17290 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17291
17292 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17293 Update docstring.
17294 (dired-reset-subdir-switches): New function.
17295
17296 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17297 Limit scope of `buffer-read-only' binding.
17298
17299 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
17300
17301 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17302 eshell-explicit-command-char.
17303
17304 2004-06-06 Juanma Barranquero <lektu@terra.es>
17305
17306 * help-fns.el (help-argument-name): Inherit from italic face only
17307 if the frame supports it.
17308
17309 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17310
17311 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17312 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17313 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17314 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17315 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17316 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17317 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17318 New conversions from xpm files.
17319
17320 * toolbar/README: New file.
17321
17322 2004-06-06 Richard M. Stallman <rms@gnu.org>
17323
17324 * isearch.el (isearch-mode-map): Undo previous change.
17325
17326 2004-06-05 Juri Linkov <juri@jurta.org>
17327
17328 * bindings.el (debug-ignored-errors): Add regexps for history
17329 related messages. Remove $ from "No further undo information".
17330 Move Ediff's messages to ediff.el.
17331
17332 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17333
17334 * cus-edit.el (custom-display): Add `min-colors'.
17335
17336 * custom.el (defface): Add `supports' to docstring.
17337
17338 * help-fns.el (help-argument-name): Add :group 'help.
17339
17340 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17341
17342 * find-dired.el (find-ls-subdir-switches): New user option.
17343 (find-dired): No longer call `abbreviate-file-name' on DIR.
17344 Set `dired-subdir-switches' buffer-locally.
17345
17346 * locate.el: Merge the two `Commentary' sections.
17347 (locate-ls-subdir-switches): New user option.
17348 (locate): Update for other changes.
17349 (locate-mode-map): Restore Dired binding for mouse-2.
17350 Bind `locate-mouse-view-file' to M-mouse-2.
17351 Bind `l' to `locate-do-redisplay'.
17352 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17353 (locate-mouse-view-file, locate-tags, locate-find-directory):
17354 Print message if used outside main listing.
17355 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17356 Various changes to support inserted subdirectories.
17357 (locate-insert-header): Change header of *Locate* buffer.
17358
17359 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17360 Change interactive default switches.
17361 (dired-rename-subdir-2): Update `dired-switches-alist'.
17362 (dired-insert-subdir, dired-kill-subdir):
17363 Handle `dired-switches-alist'. Do not mark buffer modified.
17364 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17365 (dired-insert-subdir-doinsert): Omit messages.
17366 Handle `dired-subdir-switches'.
17367 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17368
17369 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17370 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17371 subdirs if -R switch is used for a subdir.
17372 (dired-mode): Set `dired-switches-alist'.
17373 (dired-build-subdir-alist): Only print number of directories in
17374 echo area when invoked interactively.
17375
17376 2004-06-05 Lars Hansen <larsh@math.ku.dk>
17377
17378 * dired-x.el (dired-omit-mode): Rename from
17379 dired-omit-files-p. Use define-minor-mode to define it.
17380 (dired-omit-files-p): Add as alias for dired-omit-mode.
17381 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
17382 dired-mark-omitted.
17383 (dired-mark-omitted): Add. Bind to M-O.
17384
17385 2004-06-05 Kenichi Handa <handa@m17n.org>
17386
17387 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17388
17389 2004-06-05 Juanma Barranquero <lektu@terra.es>
17390
17391 * help-fns.el (help-argument-name): Reintroduce face.
17392 (help-default-arg-highlight): Use it, now that
17393 `face-differs-from-default-p' can be trusted.
17394
17395 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17396
17397 * textmodes/table.el: Sentence commands added to Point Motion
17398 group; kill and backward-kill commands added to Extraction group.
17399
17400 2004-06-04 Mario Lang <mlang@delysid.org>
17401
17402 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17403 systems appear to use mW, make the code handle this. Fix a
17404 division-by-zero bug while at it, and handle kernels with
17405 a slightly different layout in /proc/acpi.
17406
17407 2004-06-04 Karl Fogel <kfogel@red-bean.com>
17408
17409 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17410 because the latter is a CL-ism. This fixes the bug reported by
17411 Shawn Boyette <mdxi@collapsar.net> in
17412 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17413
17414 2004-06-04 Miles Bader <miles@gnu.org>
17415
17416 * faces.el (display-supports-face-attributes-p): Function moved to
17417 C code. Previously only the tty-related portion of this function
17418 was done in C; however the previous attempt to do a halfway-proper
17419 job for non-tty displays in lisp didn't work properly because of
17420 funny conditions during Emacs startup.
17421 (face-differs-from-default-p): Simplify, now that
17422 display-supports-face-attributes-p works properly on all display
17423 types. Remove :stipple from comparison; it doesn't really work
17424 in emacs anyway.
17425
17426 2004-06-04 Miles Bader <miles@gnu.org>
17427
17428 * faces.el (face-differs-from-default-p): Use a different
17429 implementation, so we can really check whether FACE displays
17430 differently or not.
17431
17432 2004-06-04 Miles Bader <miles@gnu.org>
17433
17434 * faces.el (display-supports-face-attributes-p): Implement a
17435 `different from default' check for non-tty displays.
17436
17437 2004-06-03 David Kastrup <dak@gnu.org>
17438
17439 * woman.el (woman-mapcan): More concise code.
17440 (woman-topic-all-completions, woman-topic-all-completions-1)
17441 (woman-topic-all-completions-merge): Replace by a simpler and
17442 much faster implementation based on O(n log n) sort/merge instead
17443 of the old O(n^2) behavior.
17444
17445 2004-06-03 Miles Bader <miles@gnu.org>
17446
17447 * subr.el (read-number): Use canonical format for default in prompt.
17448
17449 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17450 Add regexp for " [...]" style defaults.
17451
17452 2004-06-02 Romain Francoise <romain@orebokech.com>
17453
17454 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17455 groups: if the user asks for a hidden buffer, open the
17456 corresponding filter group to expose it.
17457
17458 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17459 `ibuffer-jump-to-buffer'.
17460 (ibuffer-jump-offer-only-visible-buffers): New user option.
17461
17462 2004-06-02 Juanma Barranquero <lektu@terra.es>
17463
17464 * faces.el (frame-update-faces): Add empty docstring so the one
17465 for `ignore' doesn't show through.
17466
17467 * subr.el (process-kill-without-query): Remove spurious "\n" on
17468 obsolescence string.
17469 (focus-frame, unfocus-frame): Add obsolescence declaration and
17470 empty docstring.
17471
17472 * international/mule.el (register-char-codings): Make alias for
17473 `ignore'. Move docstring to obsolescence info and remove redundancy.
17474
17475 2004-06-02 Kim F. Storm <storm@cua.dk>
17476
17477 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17478 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17479
17480 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * comint.el (comint-replace-by-expanded-history-before-point):
17483 Obey `start' as the docstring says.
17484 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17485 (comint-update-fence): Prevent font-lock from running unnecessarily.
17486 (comint-dynamic-list-completions): Use with-current-buffer.
17487
17488 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17489
17490 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17491 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17492 (bibtex-entry-update): Handle alternatives and optional fields.
17493 (bibtex-parse-entry): Bugfix, handle empty key.
17494
17495 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17496
17497 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17498
17499 2004-05-31 Lars Hansen <larsh@math.ku.dk>
17500
17501 * desktop.el (desktop-save): Don't save minor modes without a
17502 known mode initialization function.
17503
17504 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17505
17506 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17507
17508 * autorevert.el: Update `Commentary' section.
17509
17510 2004-05-30 Juanma Barranquero <lektu@terra.es>
17511
17512 * dos-fns.el (convert-standard-filename):
17513 * files.el (convert-standard-filename):
17514 * w32-fns.el (convert-standard-filename):
17515 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17516
17517 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17518
17519 Sync with Tramp.
17520
17521 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17522 (tramp-let-maybe): Move to an earlier spot in the file.
17523 Patch by Andreas Schwab.
17524
17525 2004-05-30 Andreas Schwab <schwab@suse.de>
17526
17527 * dired.el (dired-get-filename): Don't use dired-re-dot.
17528
17529 2004-05-30 Richard M. Stallman <rms@gnu.org>
17530
17531 * files.el (find-file): Doc fix.
17532
17533 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17534
17535 2004-05-30 Nick Roberts <nickrob@gnu.org>
17536
17537 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17538 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17539 modeline of the locals buffer.
17540 (gdb-goto-breakpoint): Handle gdbmi.
17541 (gdb-get-frame-number): Change for gdbmi.
17542
17543 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
17544
17545 * files.el (file-remote-p): Apply file name handler for operation
17546 `file-remote-p'. It isn't a property any longer.
17547 (file-relative-name): `fh' and `fd' get the required value via
17548 `find-file-name-handler' already.
17549
17550 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17551 (top): Remove setting of `file-remote-p' property for
17552 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17553
17554 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17555
17556 Version 2.0.41 of Tramp released.
17557
17558 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17559 Throw away if process has died.
17560 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17561 (tramp-out-of-band-prompt-regexp): Rename to
17562 `tramp-process-alive-regexp', because its usage is widen.
17563 (tramp-actions-copy-out-of-band): Apply it.
17564 (tramp-actions-before-shell, tramp-multi-actions):
17565 Add `tramp-action-process-alive' action.
17566 (tramp-action-process-alive): New defun.
17567 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17568 Add entry for `file-remote-p'.
17569 (tramp-handle-file-remote-p): New defun.
17570 (top): Remove setting of `file-remote-p'. Don't set
17571 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17572
17573 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17574 `file-remote-p'.
17575
17576 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17577 counted for (last) line. [They should or they shouldn't? --Stef]
17578 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17579
17580 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17581
17582 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17583 not really necessary but seems to keep the shell history smaller
17584 in some cases. It is no substitute for setting HISTFILE and
17585 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17586 though. Suggested by Luc Teirlinck.
17587 (tramp-open-connection-setup-interactive-shell): Export variables
17588 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17589 (tramp-set-process-query-on-exit-flag): New compat function.
17590 (tramp-open-connection-multi, tramp-open-connection-su)
17591 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17592 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17593 (tramp-let-maybe): New macro, let-binds a variable only if it
17594 isn't obsolete.
17595 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17596 (tramp-handle-file-truename): Use it.
17597 (tramp-completion-file-name-regexp-unified): Avoid matching
17598 filenames starting with "/:" -- those are reserved for
17599 file-name-non-special.
17600
17601 * tramp-smb.el (tramp-smb-open-connection):
17602 Use tramp-set-process-query-on-exit-flag compat function.
17603
17604 2004-05-29 Richard M. Stallman <rms@gnu.org>
17605
17606 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17607
17608 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17609 (eval-last-sexp-print-value): Print char equivalent regardless
17610 of standard-output value.
17611
17612 * thumbs.el (thumbs-subst-char-in-string): Delete.
17613 (thumbs-thumbname): Use subst-char-in-string.
17614 (thumbs-resize-image): Use condition-case, not ignore-errors.
17615 (thumbs-kill-buffer): Likewise.
17616
17617 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17618 (thumbs-mode): Make buffer read-only.
17619 (thumbs-make-thumb): Unconditionally accept an existing file.
17620 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17621 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17622 (thumbs-show-thumbs-list): Error if images not supported.
17623 (thumbs-save-current-image): Improve prompt string.
17624 (thumbs-mode-map): Define u, R, x.
17625 (thumbs-unmark): New command.
17626 (thumbs-emboss-image): Minor cleanup.
17627 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17628 (thumbs-rename-images): New command.
17629 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17630
17631 * thumbs.el (thumbs-current-image): New function.
17632 (thumbs-file-list, thumbs-file-alist): New functions.
17633 (thumbs-find-image): Delete arg L.
17634 Don't set up thumbs-fileL as buffer-local global var.
17635 (thumbs-find-image-at-point): Use thumbs-current-image.
17636 (thumbs-set-image-at-point-to-root-window): Likewise.
17637 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17638 Record and warn about errors. Update thumbs-markedL for deletions.
17639 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17640 (thumbs-redraw-buffer): Use thumbs-file-list.
17641 (thumbs-mark): Use thumbs-current-image.
17642 (thumbs-show-name): Use thumbs-current-image.
17643
17644 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17645 and imenu--last-menubar-index-alist.
17646
17647 * subr.el (with-selected-window): Undo previous change.
17648
17649 2004-05-29 John Paul Wallington <jpw@gnu.org>
17650
17651 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17652 (thumbs-mouse-find-image): New command.
17653 (thumbs-mode-map): Bind it to mouse-2.
17654 (thumbs-mode): Make mode-class special.
17655 (thumbs-view-image-mode): Likewise.
17656
17657 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17658
17659 * flymake.el: New file.
17660
17661 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17662
17663 * files.el (find-file-noselect-1): Do not bind
17664 `inhibit-read-only' to t during execution of
17665 `find-file-not-found-functions'.
17666
17667 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17668
17669 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17670 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17671
17672 2004-05-28 Juri Linkov <juri@jurta.org>
17673
17674 * simple.el (eval-expression-print-format): New fun.
17675
17676 * simple.el (eval-expression):
17677 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17678 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17679 (edebug-eval-expression): Print additionally the value returned by
17680 `eval-expression-print-format'.
17681
17682 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17683 (insert-pair): Make arguments optional. Find character pair
17684 from `insert-pair-alist' according to the last input event.
17685 (insert-parentheses): Make arguments optional.
17686 (raise-sexp, delete-pair): New funs.
17687
17688 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17689 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17690 Bind C-M-q to `indent-pp-sexp'.
17691
17692 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17693 `pp-to-string' modified to be able to format text with newlines.
17694 (pp-to-string): Move the buffer-formatting part of the code to
17695 `pp-buffer'. Call `pp-buffer'.
17696
17697 * info.el (Info-desktop-buffer-misc-data): Don't save information
17698 about virtual files.
17699 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17700 buffers with names obtained from the desktop file instead of the
17701 default *info* buffer.
17702
17703 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17704
17705 * subr.el (with-selected-window): Only save/restore the selected
17706 window.
17707
17708 * progmodes/compile.el (compilation-error-regexp-alist):
17709 Use expand-file-name and data-directory.
17710
17711 * progmodes/grep.el (grep-tree): Rework previous fix.
17712
17713 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17714 after the user marked text with the mouse.
17715
17716 * startup.el (command-line): Keep the first regexp of
17717 auto-save-file-name-transforms intact.
17718
17719 2004-05-28 Juanma Barranquero <lektu@terra.es>
17720
17721 * cus-edit.el (customize-face, customize-face-other-window)
17722 (custom-face-edit-delete): Make arguments match their use in
17723 docstring.
17724 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17725 docstring.
17726
17727 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17728 not `cvs-butlast'.
17729
17730 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17731 `nbutlast' are in subr.el).
17732
17733 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17734 (set-w32-system-coding-system): Doc fixes.
17735
17736 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17737 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17738 Make arguments match their use in docstring.
17739 (artist-draw-region-trim-line-endings)
17740 (artist-mouse-choose-operation): Fix typo in docstring.
17741 (artist-key-set-point-common): Doc fix.
17742
17743 2004-05-28 Simon Josefsson <jas@extundo.com>
17744
17745 * mail/smtpmail.el (smtpmail-open-stream):
17746 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17747
17748 2004-05-26 Simon Josefsson <jas@extundo.com>
17749
17750 * starttls.el: Merge with my GNUTLS based starttls.el.
17751 (starttls-gnutls-program, starttls-use-gnutls)
17752 (starttls-extra-arguments, starttls-process-connection-type)
17753 (starttls-connect, starttls-failure, starttls-success): New variables.
17754 (starttls-program, starttls-extra-args): Doc fix.
17755 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17756 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17757 and pass on to corresponding *-gnutls function if it is set.
17758
17759 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17760
17761 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17762 remote files.
17763
17764 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17765
17766 * files.el (file-name-non-special): There are more operations
17767 which need handling: `find-backup-file-name',
17768 `insert-file-contents', `verify-visited-file-modtime',
17769 `write-region'. Rename t value of method to `add'. Add new
17770 methods `quote' and `unquote-then-quote' to file-arg-indices.
17771
17772 2004-05-25 Juri Linkov <juri@jurta.org>
17773
17774 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17775 (Info-index-nodes): Enclose code in condition-case to catch errors.
17776 (Info-index-node): Don't search all index nodes if request is only
17777 for the current node and file is not in the cache of index nodes.
17778 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17779 for consistency with dired-copy-filename-as-kill.
17780 Bind `S' to Info-search-case-sensitively.
17781 (Info-copy-current-node-name): New arg. With zero prefix arg put
17782 the name inside a function call to `info'. Display copied text in
17783 the echo area.
17784
17785 2004-05-25 Sam Steingold <sds@gnu.org>
17786
17787 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17788 strip the package prefix from the symbol name, if any.
17789 Make it the `find-tag-default-function' for `lisp-mode'.
17790
17791 2004-05-25 John Paul Wallington <jpw@gnu.org>
17792
17793 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17794 instead of obsolete `process-kill-without-query'.
17795
17796 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17797 Declare as variable, not constant.
17798
17799 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17800
17801 * files.el (find-file-noselect-1): Fix bug introduced by
17802 Revision 1.694. As a side effect, `inhibit-read-only'
17803 is again, by default, t during execution of
17804 `find-file-not-found-functions'.
17805 (insert-directory): Check that lines were really inserted by
17806 the --dired switch, before erasing them.
17807
17808 2004-05-24 Nick Roberts <nickrob@gnu.org>
17809
17810 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17811 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17812 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17813 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17814 gud-minor-mode (gdbmi).
17815
17816 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17817
17818 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17819 explicitly select the text to be taken as URL.
17820
17821 2004-05-23 Juri Linkov <juri@jurta.org>
17822
17823 * info.el (Info-index-nodes): New var and fun.
17824 (Info-goto-index, Info-index, info-apropos)
17825 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17826 (Info-index): Fix docstring. Store and restore Info-history-list.
17827 (Info-complete-nodes): New var.
17828 (Info-complete-menu-item): Use it.
17829 (Info-index-node): New fun.
17830 (Info-final-node, Info-forward-node, Info-backward-node)
17831 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17832 Use Info-index-node.
17833 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17834 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17835 (Info-find-node-2): If a node with period in its name not found,
17836 try to find a node without the name part after period.
17837 (Info-select-node): Call Info-fontify-node only if
17838 Info-fontify-maximum-menu-size is not nil.
17839 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17840 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17841 Preserve Info-history-list.
17842 (Info-toc): Set Info-current-file.
17843 (Info-build-toc): Move point to the beginning of the buffer.
17844 Add main-file variable.
17845 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17846 Use backslashed representation of the control character ^_.
17847
17848 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17849 numbers in the new Texinfo 4.7 format.
17850
17851 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17852 regexps for function and variable names.
17853
17854 * descr-text.el (describe-property-list): Add [show] button for
17855 `syntax-table' property with action to pp to a separate buffer.
17856 (describe-char): Replace search-forward by re-search-forward with
17857 whitespace regexp after "character:" to not fail in too narrow windows.
17858
17859 * simple.el (next-error-find-buffer): Add a rule to return
17860 next-error capable buffer if one window on the selected frame
17861 displays such buffer.
17862
17863 2004-05-23 Nick Roberts <nickrob@gnu.org>
17864
17865 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17866 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17867 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17868 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17869 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17870 Handle new value for gud-minor-mode (gdbmi).
17871 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17872 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17873 Change from local to global gdb variable set.
17874 (gdb-ann3): Initialize above gdb variable set.
17875 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17876 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17877 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17878 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17879 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17880 (gdb-info-locals-handler, gdb-invalidate-assembler)
17881 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17882 set as global variables.
17883 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17884 Handle gdbmi.
17885 (gdb-info-breakpoints-custom): Fix regexp.
17886 (def-gdb-var): Delete.
17887
17888 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17889 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17890 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17891 a new mode. The file (gdb-mi.el) for this mode will be included
17892 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17893 primary interface.
17894
17895 2004-05-23 Jesper Harder <harder@ifa.au.dk>
17896
17897 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17898 interpreted as a directory.
17899
17900 2004-05-22 Richard M. Stallman <rms@gnu.org>
17901
17902 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17903 as a close quote.
17904
17905 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17906
17907 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17908 Use assoc-string, not assoc-ignore-case.
17909
17910 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17911
17912 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17913 If moving back then fwd gets a defun that ends before point,
17914 try again moving fwd then back.
17915
17916 * files.el (file-name-non-special): Allow t in file-arg-indices
17917 to mean requote the return value. Use `identity' as an element
17918 rather than as the whole value.
17919
17920 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17921
17922 2004-05-22 Juanma Barranquero <lektu@terra.es>
17923
17924 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17925 `help-make-usage'.
17926 (help-highlight-arguments): Skip function name before searching
17927 for arguments.
17928
17929 2004-05-21 Juanma Barranquero <lektu@terra.es>
17930
17931 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17932 Don't mention in the docstring these arguments meant for
17933 internal (recursive) use only.
17934 (allout-char-spec): Comment out (it's not implemented).
17935 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17936 obsolescence declaration.
17937 (allout-flatten-exposed-to-buffer)
17938 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17939 (my-mark-marker): Doc fix.
17940 (produce-allout-mode-map, allout-sibling-index)
17941 (allout-isearch-expose, allout-distinctive-bullet)
17942 (allout-open-topic, allout-reindent-body)
17943 (allout-rebullet-heading, allout-process-exposed)
17944 (allout-insert-listified, allout-latex-verb-quote)
17945 (allout-insert-latex-header, allout-insert-latex-trailer):
17946 Make arguments match their use in docstring.
17947 (allout-primary-bullet, allout-old-style-prefixes)
17948 (allout-inhibit-protection, allout-init, allout-mode)
17949 (allout-before-change-protect, allout-flag-region):
17950 Use "Emacs" instead of "emacs" in docstrings.
17951
17952 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17953
17954 * international/characters.el: Modify syntax of more characters.
17955
17956 2004-05-21 Masatake YAMATO <jet@gyve.org>
17957
17958 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17959 (etags-tags-completion-table): Show parsing progress.
17960
17961 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17962
17963 * locate.el (locate-prompt-for-command): Shorten first line of
17964 docstring.
17965 (locate-mode): Expand docstring and include keymap summary.
17966
17967 * files.el (find-file-noselect-1): Limit the scope of the
17968 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17969 is, by default, nil during the execution of
17970 `find-file-not-found-functions' and `find-file-hook'.
17971
17972 2004-05-20 Michael Mauger <mmaug@yahoo.com>
17973
17974 * facemenu.el (facemenu-color-name-equal): New function.
17975 (list-colors-display): Use it to compare colors instead of
17976 facemenu-color-equal.
17977
17978 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17979
17980 * compare-w.el (compare-windows-face): Use min-colors instead of
17981 checking for tty or pc types.
17982
17983 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17986 (completion-setup-function): Use with-current-buffer.
17987 Properly save excursion. Simplify.
17988 Don't assume there is necessarily a `mouse-face' property somewhere.
17989
17990 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17991
17992 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
17993
17994 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17995 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17996 Use with-current-buffer.
17997 (byte-goto-log-buffer): Delete.
17998 (byte-compile-log-file): Call compilation-forget-errors.
17999
18000 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18001
18002 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18003 output messages into the search result.
18004
18005 2004-05-19 Masatake YAMATO <jet@gyve.org>
18006
18007 * wid-edit.el (widget-radio-button-notify): Revert my last
18008 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18009
18010 2004-05-19 Kenichi Handa <handa@m17n.org>
18011
18012 * international/characters.el: Fix syntax (open/close) of CJK chars.
18013
18014 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
18015
18016 * help-mode.el (help-go-back): Don't depend on position of back button.
18017
18018 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18021 files don't contain an accidental additional /.
18022
18023 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18024 in source buffer.
18025
18026 2004-05-18 Masatake YAMATO <jet@gyve.org>
18027
18028 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18029 to widget-apply. :action method assumes 2 arguments, not 3.
18030
18031 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
18032
18033 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18034 New constants.
18035 (hs-special-modes-alist): Add an f90-mode entry.
18036
18037 2004-05-17 Sam Steingold <sds@gnu.org>
18038
18039 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18040 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
18041
18042 2004-05-16 Kim F. Storm <storm@cua.dk>
18043
18044 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18045
18046 2004-05-15 John Wiegley <johnw@newartisans.com>
18047
18048 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
18049 (eshell-output-object-to-target): Improve output speed 20% by not
18050 calling `eshell-stringify' if something is already known to be a
18051 string.
18052
18053 2004-05-15 Alex Ott <ott@jet.msk.su>
18054
18055 * textmodes/ispell.el (ispell-local-dictionary-alist):
18056 Add windows-1251 to the choice of coding systems.
18057 (ispell-dictionary-alist-6): Add support for "russianw.aff",
18058 encoded in cp1251.
18059
18060 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
18061
18062 * progmodes/compile.el (compilation-warning-face)
18063 (compilation-info-face): Use min-colors.
18064
18065 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18066
18067 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18068 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18069 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18070 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18071 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18072 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18073 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18074 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18075 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18076 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18077 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18078 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18079 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18080 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18081
18082 2004-05-15 Kim F. Storm <storm@cua.dk>
18083
18084 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18085 Use it to set triggered-p element of timer.
18086 (timer-event-handler): Set triggered-p element non-nil while running
18087 the timer function.
18088
18089 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 * descr-text.el (describe-char-unicode-data)
18092 (describe-char-unicodedata-file): Re-enable the unicode code now that
18093 the licensing issues have been cleared in the unicode-4 license.
18094 (describe-text-properties-1): Remove unused `overlay' var.
18095 (describe-char): Remove unused var `buffer'.
18096
18097 2004-05-14 David Ponce <david@dponce.com>
18098
18099 * tree-widget.el: New file.
18100
18101 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
18102
18103 * language/european.el ("Brazilian Portuguese"): Add support for
18104 Brazilian Portuguese.
18105
18106 2004-05-13 John Wiegley <johnw@newartisans.com>
18107
18108 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18109 `recentf-mode' if this variable has been customized to t.
18110
18111 * eshell/esh-test.el (eshell-test): Call the function
18112 `emacs-version' rather than trying to build a custom version string.
18113
18114 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * net/telnet.el (telnet-mode): Use define-derived-mode.
18117 Don't modify the global value of comint-prompt-regexp.
18118
18119 2004-05-13 John Paul Wallington <jpw@gnu.org>
18120
18121 * version.el (emacs-version): Check for `gtk' feature before
18122 `x-toolkit' feature.
18123
18124 2004-05-13 Juanma Barranquero <lektu@terra.es>
18125
18126 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18127 arguments in the docstring, they're used only in recursive calls.
18128
18129 * help-fns.el (help-arg-highlighting-function)
18130 (help-argument-name): Delete.
18131 (help-default-arg-highlight): New function.
18132 (help-do-arg-highlighting): Use it.
18133
18134 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18135
18136 * calendar/appt.el (appt-disp-window):
18137 Use `calendar-set-mode-line' for a centered mode-line.
18138
18139 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18140
18141 * calendar/appt.el (appt-disp-window): Do not split window
18142 excessively when `split-height-threshold' is low.
18143
18144 2004-05-12 Nick Roberts <nickrob@gnu.org>
18145
18146 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18147 kill-buffer-hook here and make it local.
18148 (gud-kill-buffer-hook): Use kill-process for a sure kill.
18149
18150 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
18151
18152 * progmodes/compile.el (compilation-set-window-height):
18153 Use save-excursion to protect against misplaced marker.
18154
18155 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18156
18157 * custom.el (defface): Document that type can have value gtk.
18158
18159 * faces.el (face-spec-set-match-display): Handle type gtk in display.
18160
18161 2004-05-12 Kenichi Handa <handa@m17n.org>
18162
18163 * descr-text.el: Require quail at compile time.
18164 (describe-char): If an input method is on and it supports the
18165 character, show how to input it.
18166
18167 * international/quail.el (quail-install-decode-map): Accept a
18168 char-table whose subtype is `quail-decode-map'.
18169 (quail-store-decode-map-key, quail-gen-decode-map1)
18170 (quail-gen-decode-map, quail-find-key1, quail-find-key)
18171 (quail-show-key): New functions.
18172
18173 2004-05-12 Juanma Barranquero <lektu@terra.es>
18174
18175 * generic.el (define-generic-mode): Remove redundant arglist info.
18176
18177 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18178 Make arguments match their use in docstring.
18179 (help-arg-highlighting-function): New variable.
18180 (help-argument-name): Mention it in the docstring.
18181 (help-do-arg-highlight): Use it. Expand regexp to accept also
18182 ARG-xxx and xxx-ARG references.
18183
18184 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18185
18186 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18187 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18188 and "mailto:addr1?to=addr2" equal.
18189
18190 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18191
18192 * man.el (Man-getpage-in-background): Use shell-file-name
18193 and shell-command-switch variables instead of hard-coded values.
18194
18195 2004-05-11 Eli Zaretskii <eliz@gnu.org>
18196
18197 * iimage.el: New file.
18198
18199 2004-05-11 Juanma Barranquero <lektu@terra.es>
18200
18201 * custom.el (custom-initialize-default, defcustom):
18202 Fix typo in docstring.
18203
18204 * files.el (set-visited-file-name, file-expand-wildcards):
18205 Fix docstring.
18206
18207 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18210
18211 * subr.el (eventp): Be more discriminating with integers.
18212
18213 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
18214
18215 * progmodes/compile.el (compile): Add universal prefix arg.
18216 (compilation-error-regexp-alist-alist): Add edg patterns.
18217
18218 2004-05-10 Sam Steingold <sds@gnu.org>
18219
18220 * textmodes/ispell.el (ispell-message):
18221 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18222
18223 2004-05-10 Dave Love <fx@gnu.org>
18224
18225 * progmodes/python.el (help-buffer): Autoload when compiling.
18226 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18227 (run-python): Prepend to any existing PYTHONPATH.
18228
18229 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
18230
18231 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18232 for pending breakpoints.
18233
18234 2004-05-10 Richard M. Stallman <rms@gnu.org>
18235
18236 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
18237 directly without calling any functions in Rmail.
18238 (unrmail-unprune): Function deleted.
18239
18240 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18241
18242 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18243 C-c C-z binding.
18244
18245 2004-05-10 Kenichi Handa <handa@m17n.org>
18246
18247 * descr-text.el (describe-char): Fix previous change. Don't make
18248 a unibyte character to multibyte in the *Help* buffer.
18249
18250 2004-05-10 Miles Bader <miles@gnu.org>
18251
18252 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18253 buffer an error if the debugger process is actually running.
18254
18255 2004-05-10 Juanma Barranquero <lektu@terra.es>
18256
18257 * help-fns.el (help-argument-name): Default to italic.
18258 (help-highlight-arguments): Return always (usage . doc), even when
18259 usage is nil.
18260
18261 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18262 (define-ibuffer-filter): Add usage info.
18263 (define-ibuffer-op): Add usage info (but CL-style defaults for
18264 keyword args are not shown).
18265
18266 * subr.el (remove-overlays, read-passwd): Fix docstring.
18267 (start-process-shell-command): Fix docstring. Put usage info in a
18268 format usable by `describe-function'.
18269 (open-network-stream, open-network-stream-nowait)
18270 (open-network-stream-server): Fix docstring.
18271
18272 2004-05-09 Jason Rumney <jasonr@gnu.org>
18273
18274 * international/code-pages (cp932, cp936, cp949, c950): Remove.
18275 Only define cp125* if windows-125* is already defined.
18276
18277 * language/korean.el (cp949): Add alias.
18278
18279 * language/chinese.el (cp936, cp950): Add aliases.
18280
18281 * language/japanese.el (cp932): Add alias.
18282
18283 * term/w32-win.el: Require code-pages.
18284
18285 * international/mule-cmds.el (set-locale-environment):
18286 On MS-Windows use ansi code-page for default coding-systems.
18287 Set up paper sizes for Windows 3 letter languages.
18288
18289 * international/code-pages.el (cp932, cp936, cp949, cp950):
18290 Add aliases. Also add cp125* if not already defined.
18291
18292 2004-05-09 Juanma Barranquero <lektu@terra.es>
18293
18294 * help-fns.el (help-highlight-arguments): Don't try to highlight
18295 missing or autoloaded arglists. Accept structured arguments, like
18296 the first ones of `do' and `flet'.
18297
18298 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18299 (cvs-get-marked): Remove redundant arglist info.
18300
18301 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18302 Don't use CL-style default args.
18303
18304 2004-05-08 Andreas Schwab <schwab@suse.de>
18305
18306 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18307
18308 * international/subst-ksc.el: Fix references to utf-translate-cjk
18309 into utf-translate-cjk-mode.
18310 * international/subst-big5.el: Likewise.
18311 * international/subst-gb2312.el: Likewise.
18312 * international/subst-jis.el: Likewise.
18313 * international/utf-16.el: Likewise.
18314 * international/utf-8.el: Likewise.
18315
18316 2004-05-08 John Wiegley <johnw@newartisans.com>
18317
18318 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18319 "virtual buffers" (off by default), which makes it possible to
18320 switch to the "virtual" buffers of recently visited files. When a
18321 buffer name search fails, and this option is on, iswitchb will
18322 look at the list of recently visited files, and permit matching
18323 against those names. When the user hits RET on a match, it will
18324 revisit that file.
18325 (iswitchb-read-buffer): Add two optional arguments, which makes
18326 isearchb.el possible.
18327 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18328 (iswitchb-next-match): Add support for virtual buffers.
18329
18330 * isearchb.el: This module extends iswitchb to provide "as you
18331 type" buffer selection.
18332
18333 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18334 Ignore the read-only property when flyspell highlighting is on.
18335 Not ignoring it leads to a series of confusing errors.
18336 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18337 but also make sure to call flyspell-incorrect-hook.
18338 (flyspell-maybe-correct-transposition): Perform transposition test
18339 by bit twiddling a string, rather than using a temp buffer.
18340 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18341 buffer. This is also the original version of the code, which
18342 could not be checked in before due to a previous lack of
18343 assignment papers. This version has seen heavy usage on my system
18344 for several years now.
18345
18346 * calendar/cal-bahai.el: New file, which adds support for the
18347 Baha'i calendar to Emacs. This calendar is based on a solar year
18348 of 19 months of 19 days, with 4 intercalary days. Each year
18349 begins on March 21, with the calendar starting in 1844.
18350
18351 * calendar/cal-menu.el, calendar/calendar.el
18352 * calendar/diary-lib.el, calendar/holidays.el:
18353 Added support for using cal-bahai.el.
18354
18355 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18356 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18357 function can be used outside of eshell buffers.
18358 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18359
18360 2004-05-08 Juanma Barranquero <lektu@terra.es>
18361
18362 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18363 word constituent so FOO-ARG is not recognized as an arg.
18364 (help-highlight-arguments): Don't skip lists in mandatory arguments.
18365
18366 * simple.el (next-error): Fix typo in docstring.
18367 (open-line): Make argument names match their use in docstring.
18368 (split-line): Fix docstring.
18369
18370 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18371 usable by `describe-function'.
18372 (gensym, gentemp, typep, ignore-errors): Make argument names match
18373 their use in docstring.
18374
18375 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18376 argument to `help-setup-xref'.
18377
18378 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
18379
18380 Version 2.0.40 of Tramp released.
18381
18382 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18383 Use symbol-function to invoke functions only known on some Emacs
18384 flavors. This avoids byte-compiler warnings. Reported by Kevin
18385 Scaldeferri <kevin@scaldeferri.com>.
18386 (tramp-do-copy-or-rename-file-via-buffer): Rename from
18387 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18388 consistent with the other tramp-do-* functions.
18389 (tramp-do-copy-or-rename-file): Calls adjusted.
18390 (tramp-process-initial-commands): Avoid liveness check on shell --
18391 we know that it must be alive since we're opening a connection at
18392 this moment.
18393 (tramp-last-cmd): New internal variable.
18394 (tramp-process-echoes): New tunable.
18395 (tramp-send-command): Set tramp-last-cmd.
18396 (tramp-wait-for-output): Delete echo, if applicable.
18397 (tramp-read-passwd): Construct the key for the password cache in a
18398 way that works for multi methods, too.
18399 (tramp-bug): Add backup-directory-alist and
18400 bkup-backup-directory-info to bug reports, with Tramp counterparts.
18401
18402 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
18403
18404 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18405
18406 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18407 (tramp-actions-copy-out-of-band): New defcustoms.
18408 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18409 used instead of a synchronous one. Allows password entering.
18410 (tramp-action-out-of-band): New defun.
18411 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18412 Remove restriction with password from doc string.
18413 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18414 `tramp-out-of-band-prompt-regexp',
18415 `tramp-actions-copy-out-of-band', `password-cache' and
18416 `password-cache-expiry'.
18417 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18418 password caching.
18419 (tramp-touch): FILE can be a local file, too.
18420 (TODO): Remove items done.
18421 (tramp-handle-insert-directory): Properly quote file name also if
18422 not full-directory-p. Handle wildcard case. Reported by Andreas
18423 Schwab <schwab@suse.de>.
18424 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18425 new file.
18426 (tramp-handle-file-local-copy, tramp-handle-write-region):
18427 The permissions of the temporary file are set if filename exists.
18428 Reported by Ted Stern <stern@cray.com>.
18429 (tramp-backup-directory-alist)
18430 (tramp-bkup-backup-directory-info): New defcustoms.
18431 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18432 (tramp-handle-find-backup-file-name): New function.
18433 Implements Tramp's find-backup-file-name.
18434
18435 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18436 for `find-backup-file-name'.
18437
18438 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18439 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18440
18441 2004-05-07 Lars Hansen <larsh@math.ku.dk>
18442
18443 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18444
18445 2004-05-07 Juanma Barranquero <lektu@terra.es>
18446
18447 * subr.el (lambda): Add arglist description to docstring.
18448 (declare): Fix typo in docstring.
18449 (open-network-stream): Fix docstring.
18450 (process-kill-without-query): Fix docstring and add obsolescence info.
18451 (last, butlast, nbutlast): Make arguments match their use in docstring.
18452 (insert-buffer-substring-no-properties): Likewise.
18453 (insert-buffer-substring-as-yank): Likewise.
18454 (split-string): Fix docstring.
18455
18456 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18457 Make argument names match their use in docstring.
18458
18459 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18460
18461 2004-05-06 Nick Roberts <nickrob@gnu.org>
18462
18463 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18464 Fit first sentence on one line for apropos-command.
18465
18466 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18467
18468 Changes largely merged in from Dave Love's code.
18469 * progmodes/python.el: Doc fixes.
18470 (python-mode-map): Add python-complete-symbol.
18471 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18472 (python-comment-indent, python-complete-symbol)
18473 (python-symbol-completions, python-partial-symbol)
18474 (python-try-complete): New.
18475 (python-indent-line): Remove optional arg. Use python-block-end-p.
18476 (python-check): Bind compilation-error-regexp-alist.
18477 (inferior-python-mode): Use rx. Move keybindings to top level.
18478 Set comint-input-filter.
18479 (python-preoutput-filter): Use rx.
18480 (python-input-filter): Re-introduce.
18481 (python-proc): Start new process if necessary.
18482 Check python-buffer non-nil.
18483 (view-return-to-alist): Defvar.
18484 (python-send-receive): New.
18485 (python-eldoc-function): Use it.
18486 (python-mode-running): Don't defvar.
18487 (python-mode): Set comment-indent-function.
18488 Maybe update hippie-expand-try-functions-list.
18489 (python-indentation-levels): Initialize differently.
18490 (python-block-end-p): New.
18491 (python-indent-line): Use it.
18492 (python-compilation-regexp-alist): Augment.
18493 (run-python): Import `emacs' module to Python rather than loading
18494 code directly. Set python-buffer differently.
18495 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18496 Use python-proc.
18497 (python-send-command): Go to end of comint buffer.
18498 (python-load-file): Use python-proc, emacs.eimport.
18499 (python-describe-symbol): Simplify interactive form.
18500 Use emacs.help. Do use temp-buffer-show-hook.
18501 Call print-help-return-message.
18502 (hippie-exp): Require when compiling.
18503 (python-preoutput-continuation): Use rx.
18504
18505 * diff-mode.el (diff-make-unified): Fix regexp.
18506
18507 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18508
18509 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18510 filter groups from the buffer when rebuilding the Ibuffer buffer
18511 and `ibuffer-show-empty-filter-groups' is nil.
18512
18513 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18514
18515 * ps-print.el (ps-print-quote): Call ps-value-string.
18516 (ps-setup): Call ps-comment-string.
18517 (ps-value-string, ps-comment-string): New funs.
18518
18519 2004-05-06 Juanma Barranquero <lektu@terra.es>
18520
18521 * ehelp.el (electric-help-command-loop): Check whether the last
18522 character is visible, not (point-max).
18523
18524 * help-fns.el (help-argument-name): Default to bold; don't inherit
18525 from font-lock-variable-name-face.
18526 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18527
18528 2004-05-05 Kenichi Handa <handa@m17n.org>
18529
18530 * descr-text.el (describe-char): Copy the character with text
18531 properties and overlays into the first line, and call
18532 describe-text-properties on it.
18533
18534 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18535
18536 * iswitchb.el (iswitchb-global-map): Fix typo.
18537 Remove unwanted ###autoloads from source file.
18538
18539 2004-05-05 Lars Hansen <larsh@math.ku.dk>
18540
18541 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18542 in run-hooks. Use substitute-command-keys in message.
18543 (wdired-abort-changes): Add message.
18544
18545 2004-05-03 Michael Mauger <mmaug@yahoo.com>
18546
18547 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18548 (sql-emacs20-p): Remove.
18549 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18550 (sql-builtin-face, sql-doc-face): Remove.
18551 (sql-mode-ansi-font-lock-keywords)
18552 (sql-mode-oracle-font-lock-keywords)
18553 (sql-mode-postgres-font-lock-keywords)
18554 (sql-mode-linter-font-lock-keywords)
18555 (sql-mode-ms-font-lock-keywords)
18556 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18557 (sql-product-font-lock): Fix font-lock reset when font rules change.
18558 (sql-highlight-product): Remove incorrect font-lock reset logic.
18559
18560 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18561
18562 * ses.el (ses-set-parameter): Fix typo.
18563
18564 2004-05-04 Kim F. Storm <storm@cua.dk>
18565
18566 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18567 Must expand directory for completion to work; and don't mess with
18568 process-environment.
18569 (ido-read-file-name): If command has ido property, don't use ido
18570 if value is ignore, or read as directory if value is dir.
18571 Set ido ignore property for dired-do-rename command.
18572
18573 2004-05-04 Juanma Barranquero <lektu@terra.es>
18574
18575 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18576 (electric-help-help): Check against unmapped commands.
18577
18578 * help-fns.el (help-argument-name): New face, inheriting from
18579 font-lock-variable-name-face, to highlight function arguments in
18580 `describe-function' and `describe-key'.
18581 (help-do-arg-highlight): Auxiliary function to highlight a given
18582 list of arguments in a string.
18583 (help-highlight-arguments): Highlight the function arguments and
18584 all uses of them in the docstring.
18585 (describe-function-1): Use it. Do docstring output via `insert',
18586 not 'princ', so text attributes are preserved.
18587
18588 * winner.el (winner-mode-map): Move `winner-undo' and
18589 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18590 previous bindings conflict with `prev-buffer', `next-buffer').
18591
18592 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18593
18594 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18595 (bibtex-entry-update): New command bound to C-c C-u.
18596 (bibtex-text-in-string): Fix regexp.
18597 (bibtex-assoc-of-regexp): Remove.
18598 (bibtex-progress-message): Fix docstring.
18599 (bibtex-inside-field): Use if.
18600 (bibtex-assoc-regexp): New function.
18601 (bibtex-format-entry): Make code more robust so that it formats
18602 also old entries.
18603 (bibtex-autokey-demangle-title): Merge with obsolete function
18604 bibtex-assoc-of-regexp.
18605 (bibtex-field-list): New function.
18606 (bibtex-entry): Use bibtex-field-list.
18607 (bibtex-parse-entry): Fix docstring.
18608 (bibtex-print-help-message): Use bibtex-field-list.
18609 (bibtex-make-field): Use bibtex-field-list.
18610 (bibtex-entry-index): Bugfix. Return crossref key if required.
18611 (bibtex-lessp): Fix docstring.
18612
18613 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18614
18615 * select.el (xselect-convert-to-string): Move comment to intended line.
18616
18617 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18618
18619 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18620 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18621
18622 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18623
18624 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18625 x-get-selection.
18626
18627 2004-05-03 Jason Rumney <jasonr@gnu.org>
18628
18629 * makefile.nt: Remove.
18630
18631 2004-05-03 Kim F. Storm <storm@cua.dk>
18632
18633 * emulation/cua-base.el (cua--update-indications): Fix last change.
18634 (cua-mode): Deactivate mark when cua-mode is enabled.
18635
18636 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18637
18638 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18639
18640 2004-05-03 Nick Roberts <nickrob@gnu.org>
18641
18642 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18643 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18644 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18645 window over visible frames.
18646 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18647
18648 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * progmodes/compile.el (compilation-gcpro): New var.
18651 (compilation-fake-loc): Use it.
18652 (compilation-forget-errors): Reset it.
18653
18654 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18655
18656 * diff-mode.el (diff-header-face, diff-file-header-face):
18657 Use min-colors.
18658
18659 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18660
18661 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18662 (bibtex-clean-entry): Disentangle code.
18663 (bibtex-realign): New function.
18664 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18665 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18666 Remove undocumented optional arg called-by-convert-alien.
18667 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18668 for sorting instead of bibtex-sort-buffer.
18669
18670 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18671
18672 * progmodes/compile.el (compilation-start): In the
18673 no-async-subprocesses branch, call sit-for to give redisplay a
18674 chance to show the updated process status in the mode line, and
18675 fontify the buffer explicitly after the process exits.
18676
18677 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18678
18679 * progmodes/python.el (python-compilation-line-number): Remove.
18680 (python-compilation-regexp-alist): Don't use it any more.
18681 (python-orig-start, python-input-filter): Remove.
18682 (inferior-python-mode): Don't set up comint-input-filter-functions.
18683 (python-send-region): Use compilation-fake-loc.
18684
18685 * progmodes/compile.el (compilation-messages-start): New var.
18686 (compilation-mode): Don't setup next-error-function here.
18687 (compilation-setup): Set it up here instead (for minor modes as well).
18688 Make compilation-messages-start buffer local.
18689 (compilation-next-error-function): Use it.
18690 (compilation-forget-errors): Set compilation-messages-start.
18691
18692 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18693
18694 * ielm.el (ielm-prompt-read-only): Update docstring.
18695
18696 * comint.el (comint-prompt-read-only): Update docstring.
18697 (comint-update-fence, comint-kill-whole-line)
18698 (comint-kill-region): New functions.
18699
18700 * simple.el (kill-whole-line): Use "p" instead of "P" in
18701 interactive form.
18702
18703 2004-05-01 Juanma Barranquero <lektu@terra.es>
18704
18705 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18706 format arglist so default values in CL-style argument lists are
18707 correctly shown.
18708
18709 2004-05-01 Jason Rumney <jasonr@gnu.org>
18710
18711 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18712
18713 2004-05-01 Kenichi Handa <handa@m17n.org>
18714
18715 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18716 quail file if it is up to date.
18717
18718 2004-04-30 Juri Linkov <juri@jurta.org>
18719
18720 * cus-edit.el (custom-mode-map):
18721 Add key binding `C-x C-s' to `Custom-save'.
18722
18723 * outline.el (outline-blank-line): New var.
18724 (outline-next-preface, outline-show-heading)
18725 (outline-end-of-subtree): Use it.
18726
18727 * dired-aux.el (dired-touch-initial): New fun.
18728 (dired-do-chxxx): Call it for op-symbol `touch'.
18729 (dired-diff): Use `dired-dwim-target-directory'
18730 if current dired buffer has no buffer mark.
18731
18732 * bindings.el (propertized-buffer-identification):
18733 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18734 Add C-M-arrow keys for consistency.
18735
18736 * files.el (confirm-kill-emacs):
18737 Change group from top-level `emacs' to `convenience'.
18738
18739 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18740 Push mark on the first call of successive command calls.
18741 (insert-pair): New fun created from `insert-parentheses' with
18742 `open' and `close' arguments added. Enclose active regions
18743 in paired characters. Compare adjacent characters syntax with
18744 inserted characters syntax before inserting a space.
18745 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18746
18747 * delsel.el: Don't put `delete-selection' property
18748 on `insert-parentheses' symbol to take advantage of
18749 region handling in `insert-pair' function.
18750 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18751
18752 2004-04-30 Kim F. Storm <storm@cua.dk>
18753
18754 * emulation/cua-base.el: Add support for changing cursor types;
18755 based on patch from Michael Mauger.
18756 (cua-normal-cursor-color, cua-read-only-cursor-color)
18757 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18758 Customization cursor type and/or cursor color.
18759 (cua--update-indications): Handle cursor type changes.
18760 (cua-mode): Update cursor indications if enabled.
18761
18762 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18763
18764 * mouse.el (mouse-drag-copy-region): New defcustom.
18765 (mouse-set-region, mouse-drag-region-1): Use it.
18766
18767 * simple.el (kill-ring-save): If region face background color is
18768 unspecified (if no highlighting), show extent of fully visible
18769 region even if transient-mark-mode is enabled.
18770
18771 * emulation/cua-base.el (cua--standard-movement-commands):
18772 Add cua-scroll-up and cua-scroll-down.
18773 (cua-scroll-up, cua-scroll-down): New commands.
18774 (cua--init-keymaps): Remap scroll-up and scroll-down.
18775
18776 * emulation/cua-rect.el (cua--convert-rectangle-as):
18777 New defmacro.
18778 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18779 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18780 New commands (suggested by Jordan Breeding).
18781
18782 2004-04-30 Juanma Barranquero <lektu@terra.es>
18783
18784 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18785
18786 2004-04-30 Mario Lang <mlang@delysid.org>
18787
18788 * diff.el (diff-switches): Fix typo in docstring.
18789
18790 2004-04-30 Alex Schroeder <alex@gnu.org>
18791
18792 * xml.el (xml-debug-print-internal): Don't add newline and
18793 indentation to text nodes and write empty elements as empty tags
18794 instead of opening and closing tags.
18795 (xml-debug-print): Take optional indent-string argument.
18796 (xml-print): Alias for xml-debug-print.
18797
18798 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18799
18800 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18801 than duplicate call to `line-beginning-position'.
18802
18803 * progmodes/f90.el (f90-get-present-comment-type):
18804 Return whitespace, as well as comment chars, for consistent filling
18805 of comment blocks. Use `match-string-no-properties'.
18806 (f90-break-line): Trim trailing whitespace when filling comments.
18807
18808 2004-04-30 Dave Love <fx@gnu.org>
18809
18810 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18811 (diary-from-outlook-internal, diary-from-outlook)
18812 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18813 New functions to import diary entries from Outlook-format
18814 appointments in mail messages.
18815
18816 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18817
18818 * progmodes/python.el (python-send-command): New fun.
18819 (python-send-region, python-load-file): Use it.
18820
18821 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18822
18823 * help-fns.el (help-C-file-name): Use new subr-name.
18824 Prepend `src/' to the file name.
18825 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18826 (describe-function-1, describe-variable): Only find a C source file
18827 name if DOC is already loaded.
18828
18829 * help-mode.el (help-function-def, help-variable-def):
18830 Use the new find-function-search-for-symbol functionality.
18831 Allow FILE to be `C-source'.
18832
18833 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18834 (find-function-C-source): New fun.
18835 (find-function-search-for-symbol): Use it.
18836
18837 2004-03-29 Michael Mauger <mmaug@yahoo.com>
18838
18839 * progmodes/sql.el (sql-product-alist): Rename variable
18840 `sql-product-support'. Add Postgres login parameters.
18841 (sql-set-product, sql-product-feature): Update with renamed variable.
18842 (sql-connect-postgres): Add username prompt.
18843 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18844 Make patterns less product specific.
18845 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18846 (sql-mode-abbrev-table): Modify initialization.
18847 (sql-builtin-face): Add variable.
18848 (sql-keywords-re): Add macro.
18849 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18850 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18851 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18852 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18853 (sql-mode-linter-font-lock-keywords)
18854 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18855 (sql-mode-sybase-font-lock-keywords)
18856 (sql-mode-informix-font-lock-keywords)
18857 (sql-mode-interbase-font-lock-keywords)
18858 (sql-mode-ingres-font-lock-keywords)
18859 (sql-mode-solid-font-lock-keywords)
18860 (sql-mode-sqlite-font-lock-keywords)
18861 (sql-mode-db2-font-lock-keywords): Default to nil.
18862 (sql-product-font-lock): Always highlight ANSI keywords.
18863 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18864 (sql-send-string): Add function.
18865
18866 2004-04-29 Dave Love <fx@gnu.org>
18867
18868 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18869 (cfengine-end-of-defun): Ensure progress through buffer.
18870
18871 * info-look.el (cfengine-mode): Accept a terminal ().
18872
18873 2004-04-29 Juri Linkov <juri@jurta.org>
18874
18875 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18876 instead of isearch-yank-word-or-char. Add new key bindings for
18877 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18878 (isearch-del-char): New fun.
18879 (isearch-forward, isearch-edit-string): Update docstring.
18880 (isearch-yank-char): Doc fix.
18881 (isearch-other-meta-char): Restore point after scrolling.
18882
18883 * progmodes/compile.el (compilation-context-lines): Add nil option
18884 to disable compilation output window scrolling.
18885 (compilation-set-window): Use it.
18886
18887 * outline.el (outline-next-preface, outline-show-heading):
18888 Don't leave unhidden blank line before heading.
18889 (outline-end-of-subtree): Include last newline into subtree.
18890 (hide-entry): Leave point at beginning of heading instead of end.
18891 (outline-up-heading): Push mark for the first call of successive
18892 command calls.
18893
18894 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18895
18896 * comint.el (comint-prompt-read-only): New variable.
18897 (comint-output-filter): Implement it.
18898
18899 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18900 (ielm-prompt-internal): New variable.
18901 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18902 (ielm-send-input): Delete unused variable `buf'.
18903 (ielm-eval-input): Use `ielm-prompt-internal'.
18904 (inferior-emacs-lisp-mode): Use new variables
18905 `comint-prompt-read-only' and `ielm-prompt-internal'.
18906 Get rid of obsolete variable `directory-sep-char'.
18907 (ielm): Use `zerop'.
18908
18909 2004-04-29 John Paul Wallington <jpw@gnu.org>
18910
18911 * thumbs.el (toplevel): Require cl at compile time.
18912 Remove conditional definitions of `ignore-errors' and `caddar'
18913 because they occur at run time.
18914
18915 2004-04-28 Nick Roberts <nickrob@gnu.org>
18916
18917 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18918 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18919 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18920 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18921
18922 * progmodes/gud.el (gud-common-init): Throw an error if program is
18923 already running under gdb.
18924
18925 2004-04-28 John Paul Wallington <jpw@gnu.org>
18926
18927 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18928 (thumbs-show-image-num): Move assignment of
18929 `thumbs-current-image-filename' within scope of `i'.
18930 (thumbs-emboss-image): Don't use `evenp'.
18931
18932 2004-04-28 Richard M. Stallman <rms@gnu.org>
18933
18934 * progmodes/compile.el (compilation-context-lines): Default now 0.
18935
18936 2004-04-28 Juanma Barranquero <lektu@terra.es>
18937
18938 Use `time-less-p' from calendar/time-date.el instead of defining
18939 custom versions of it.
18940
18941 * pcomplete.el (pcomplete-time-less-p): Remove.
18942
18943 * thumbs.el (time-less-p): Remove.
18944
18945 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18946 (timeclock-generate-report): Use `time-less-p'.
18947
18948 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18949 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18950
18951 2004-04-28 Masatake YAMATO <jet@gyve.org>
18952
18953 * subr.el (remove-overlays): Make arguments optional.
18954
18955 * wid-edit.el (widget-specify-button): Put evaporate to the
18956 overlay for sample.
18957 (widget-specify-sample): Put evaporate to the overlay for sample.
18958 (widget-specify-doc): Put evaporate to the overlay for documentation.
18959
18960 2004-04-27 Jesper Harder <harder@ifa.au.dk>
18961
18962 * info.el (info-apropos): Make it an index node. Align node names
18963 like makeinfo.
18964
18965 2004-04-27 Eli Zaretskii <eliz@gnu.org>
18966
18967 * net/browse-url.el (browse-url-netscape-sentinel)
18968 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18969 (browse-url-epiphany-sentinel, browse-url-mosaic):
18970 Use browse-url-*-program instead of a literal program name.
18971
18972 2004-04-27 Kevin Ryde <user42@zip.com.au>
18973
18974 * eshell/em-alias.el:
18975 * eshell/em-dirs.el:
18976 * eshell/em-hist.el:
18977 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18978 features when M-x customize-group loads modules before the main
18979 eshell.el.
18980
18981 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
18982
18983 * subr.el (momentary-string-display): Support EXIT-CHAR that is
18984 either a character representation of an event or an event
18985 description list.
18986
18987 * type-break.el: Capitalize Emacs and Lisp.
18988 (type-break-good-break-interval, type-break-demo-boring-stats)
18989 (type-break-terse-messages, type-break-file-name): New defcustoms.
18990 (type-break-post-command-hook)
18991 (type-break-warning-countdown-string): Quote variable names in doc.
18992 (type-break-interval-start, type-break-auto-save-file-name): New vars.
18993 (type-break-mode): Document type-break-good-break-interval and the
18994 "session" file. Schedule break according to the session file.
18995 Kill session file buffer on exit. Organize for save-some-buffers
18996 to always save the session file.
18997 (type-break-mode-line-message-mode, type-break-query-mode):
18998 Uppercase arguments.
18999 (type-break-file-time, type-break-file-keystroke-count, timep)
19000 (type-break-choose-file, type-break-get-previous-time)
19001 (type-break-get-previous-count): New defuns.
19002 (type-break): Avoid break querying after a completed break in the
19003 case where the query was initiated during user invocation of the
19004 break. Optional terse messages.
19005 Use type-break-good-break-interval if type-break-good-rest-interval is
19006 nil. File the break time.
19007 (type-break-schedule): New optional args for overriding the use of
19008 the current time.
19009 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19010 after a break.
19011 (type-break-check): File the keystroke count.
19012 (type-break-do-query): Prevent a second query when the break is
19013 interrupted. Optional terse message.
19014 (type-break-keystroke-reset): Record the start of a typing interval.
19015 (type-break-demo-boring): Optional terse messages. Display word
19016 per minute and keystroke counts according to
19017 type-break-demo-boring-stats.
19018
19019 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
19020
19021 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19022 directories, make sure they exist under archive-tmpdir.
19023
19024 2004-04-27 Juri Linkov <juri@jurta.org>
19025
19026 * help.el (view-emacs-news): With argument, display info for the
19027 selected version by finding it among different NEWS files, and
19028 narrowing the buffer to the selected version.
19029
19030 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19031 same-window-buffer-names.
19032 (info): New arg `buffer'. Use it. Doc fix. Read file name for
19033 non-numeric prefix argument, append the number to the buffer name
19034 for numeric prefix argument.
19035 (info-other-window): Bind same-window-regexps to nil.
19036 (Info-reference-name): Rename to Info-point-loc.
19037 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19038 and Info-find-index-name for stringy Info-point-loc.
19039 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
19040 without middle `.', but with final `.' and optional line number
19041 for it. Set Info-point-loc for index nodes.
19042 (Info-index): Remove middle `.' from index entry regexp.
19043 Modify line number regexp.
19044 (Info-index-next): Decrement line number.
19045 (info-apropos): Remove middle `.' from index entry regexp.
19046 Add optional line number regexp at the end. Add matched value
19047 for line number to the result list and insert it to the buffer.
19048 Replace match-string by match-string-no-properties.
19049 Reorder result list.
19050 (Info-fontify-node): Hide index line numbers.
19051 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19052 empty matches.
19053 (Info-follow-reference): Use `str' instead of
19054 Info-following-node-name-re.
19055 (Info-toc): Use full file names. Set Info-current-node to "Top".
19056 (Info-fontify-node): Compare file names without directory name.
19057 (Info-try-follow-nearest-node): Don't set Info-reference-name.
19058 Set second arg of Info-extract-menu-node-name for index nodes.
19059 (info-xref-visited): Use magenta3 instead of magenta4.
19060 (Info-mode): Add info-apropos to docstring.
19061
19062 * log-view.el (log-view-diff): Replace interactive code "r"
19063 by a list to allow to call it even if region is not active.
19064
19065 * paren.el (show-paren-highlight-openparen): New var.
19066 (show-paren-function): Turn on openparen highlighting when
19067 matching forward if show-paren-highlight-openparen is non-nil.
19068
19069 * simple.el (kill-ring-save): Use blink-matching-delay instead of
19070 the constant value 1.
19071 (completions-common-part): Expand docstring.
19072
19073 * textmodes/picture.el (picture-mode-map): Add arrow keys.
19074
19075 2004-04-27 Kim F. Storm <storm@cua.dk>
19076
19077 * image.el (insert-sliced-image): Use line-height instead of
19078 line-spacing property on newline.
19079
19080 2004-04-26 Lars Hansen <larsh@math.ku.dk>
19081
19082 * desktop.el (desktop-buffer-misc-data-function): Rename to
19083 desktop-save-buffer and change docstring.
19084 (desktop-buffer-modes-to-save): Delete.
19085 (desktop-save-buffer-p): Use desktop-save-buffer instead of
19086 desktop-buffer-modes-to-save.
19087 (desktop-save): Rename desktop-buffer-misc-data-function to
19088 desktop-save-buffer and allow non-function value.
19089 (desktop-missing-file-warning): Correct docstring.
19090
19091 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19092 to desktop-save-buffer.
19093
19094 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19095 desktop-save-buffer.
19096
19097 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19098
19099 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19100
19101 2004-04-26 Eli Zaretskii <eliz@gnu.org>
19102
19103 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19104
19105 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
19106
19107 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19108 (ielm): Only go to the end of the buffer when starting a new process.
19109
19110 2004-04-25 Juanma Barranquero <lektu@terra.es>
19111
19112 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19113 mode line. Bind `inhibit-read-only' to t before modifying
19114 properties of text in the buffer.
19115 (ielm): Force point to the end of buffer, even when running ielm
19116 from inside itself.
19117
19118 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19119
19120 * info.el (info-apropos): Reset Info-complete-cache.
19121
19122 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
19123
19124 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19125 Also recognize severe Irix et al. messages.
19126 (compilation-normalize-filename, compile-abbreviate-directory):
19127 Delete functions.
19128 (compilation-get-file-structure): New function inherits
19129 functionality of the two preceding ones.
19130 (compilation-internal-error-properties, compilation-fake-loc):
19131 Use it so that different paths to the same file share the same
19132 markers. Also optimize finding adjacent marker slightly.
19133
19134 2004-04-25 Kim F. Storm <storm@cua.dk>
19135
19136 * image.el (insert-sliced-image): Add line-spacing t property
19137 to newlines separating image lines.
19138
19139 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
19140
19141 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19142
19143 * ielm.el (ielm-prompt-read-only): New user option.
19144 (ielm-prompt): Expand docstring to describe new behavior.
19145 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19146 mention it in the docstring.
19147
19148 2004-04-24 Andreas Schwab <schwab@suse.de>
19149
19150 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19151
19152 * diff.el (diff): Set default-directory in diff buffer.
19153
19154 2004-04-24 Eli Zaretskii <eliz@gnu.org>
19155
19156 * mail/sendmail.el (mail-bury): Don't delete the frame where the
19157 mail was being composed if the terminal cannot display more than
19158 one frame; instead, switch to previous frame.
19159
19160 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19161 (rmail-start-mail): Support rmail-mail-new-frame even on
19162 terminals that can display only one frame at a time.
19163
19164 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19165
19166 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19167 (checkdoc-output-font-lock-keywords): Remove error regexp.
19168 (checkdoc-output-mode-map): Remove.
19169 (checkdoc-output-mode): Derive from compilation-mode.
19170 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19171
19172 * dired.el (dired-mode-map): Add a menu entry for wdired.
19173
19174 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19175 (rx-bracket, rx-check-any, rx-any): Clean up name space.
19176
19177 * wdired.el (wdired-mode-map): Move init into declaration.
19178 Fix `return' binding.
19179 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19180 Use force-mode-line-update.
19181 (wdired-get-filename): Use `unless'.
19182 (wdired-preprocess-files): Don't assume names have no \n and use / for
19183 dir separator.
19184 (wdired-normalize-filename): Use replace-regexp-in-string.
19185 (wdired-load-hooks): Remove.
19186 (wdired-mode-hooks): Rename to wdired-mode-hook.
19187
19188 * info-look.el: Add support for cfengine-mode.
19189 (info-lookup-setup-mode): Use dolist.
19190
19191 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
19192
19193 * wdired.el: New file.
19194
19195 2004-04-23 Juanma Barranquero <lektu@terra.es>
19196
19197 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19198
19199 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19200 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19201 (pcomplete--help, pcomplete--here): Doc fixes.
19202
19203 2004-04-23 Andre Spiegel <spiegel@gnu.org>
19204
19205 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19206 handles wrong-number-of-arguments in backend call.
19207
19208 * vc.el (vc-print-log): Likewise.
19209
19210 2004-04-20 Dave Love <fx@gnu.org>
19211
19212 * emacs-lisp/rx.el: Doc fixes.
19213 (rx-constituents): Add/extend many forms.
19214 (rx-check): Check form is a list.
19215 (bracket): Defvar.
19216 (rx-check-any, rx-any, rx-check-not): Modify.
19217 (rx-not): Simplify.
19218 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19219 (rx-kleene): Use rx-trans-forms.
19220 (rx-quote-for-set): Delete.
19221 (rx): Allow multiple args.
19222
19223 2004-04-23 Kenichi Handa <handa@m17n.org>
19224
19225 * international/mule-util.el (char-displayable-p): Simplify by
19226 using internal-char-font.
19227
19228 2004-04-23 Juanma Barranquero <lektu@terra.es>
19229
19230 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19231
19232 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * diff-mode.el (diff-next-error): New fun.
19235 (diff-mode): Use it.
19236
19237 * simple.el (next-error): Change arg name.
19238 Add support for the documented C-u C-x ` usage.
19239
19240 * frame.el (special-display-popup-frame, next-multiframe-window)
19241 (previous-multiframe-window): Only consider frames on same display.
19242
19243 2004-04-22 Lars Hansen <larsh@math.ku.dk>
19244
19245 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19246 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19247
19248 2004-04-22 Kim F. Storm <storm@cua.dk>
19249
19250 * net/telnet.el (telnet): Add optional port arg.
19251
19252 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19255 Minor sanity check on the `hyperlink' slot.
19256
19257 * Makefile.in (recompile): Compile new files.
19258
19259 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19260 Add byte-recompile-directory's optional `arg'.
19261
19262 * cvs-status.el (cvs-tree-use-charset): New var.
19263 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19264 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19265 (cvs-status-cvstrees): Use it.
19266
19267 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19268 Make it a normal major mode.
19269 (checkdoc-buffer-label): Make sure the file name is meaningful.
19270 (checkdoc-output-to-error-buffer): Remove.
19271 (checkdoc-error, checkdoc-start-section): Rewrite.
19272
19273 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19274 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19275 (Info-title-4-face): Use new syntax.
19276 (info-xref-visited): Inherit from info-xref.
19277
19278 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19279
19280 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19281
19282 * simple.el (next-error-last-buffer, next-error-function):
19283 New variables for the next-error framework.
19284 (next-error-buffer-p): New function.
19285 (next-error-find-buffer): Generalize compilation-find-buffer.
19286 (next-error, previous-error, first-error, next-error-no-select)
19287 (previous-error-no-select): Move from compile.el.
19288
19289 * replace.el (occur-next-error, occur-1): Hook into the next-error
19290 framework.
19291
19292 * progmodes/compile.el (compilation-start):
19293 Set next-error-last-buffer so next-error knows where to jump.
19294 (compilation-setup): Set the buffer-local variable
19295 next-error-function to 'compilation-next-error-function.
19296 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19297 alternate way to find if a buffer is a compilation buffer, for
19298 next-error convenience.
19299 (next-error-no-select, previous-error-no-select, next-error)
19300 (previous-error, first-error): Move to simple.el.
19301 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19302 (compilation-last-buffer): Remove.
19303 (compilation-start, compilation-next-error, compilation-setup)
19304 (compilation-next-error-function, compilation-find-buffer):
19305 Remove compilation-last-buffer use.
19306
19307 2004-04-21 Juanma Barranquero <lektu@terra.es>
19308
19309 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19310 (font-lock-warning-face): Fix spacing.
19311
19312 * makefile.w32-in (WINS): Add url/ directory.
19313
19314 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19315
19316 * desktop.el (desktop-buffer-mode-handlers): New variable.
19317 Alist of major mode specific functions to restore a desktop buffer.
19318 (desktop-buffer-handlers): Make variable obsolete.
19319 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19320 Catch errors signaled in handlers. Update buffer count.
19321 Evaluate desktop-buffer-point.
19322 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19323 move to dired.el.
19324 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19325 move to info.el.
19326 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19327 move to mail/rmail.el.
19328 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19329 to mh-e/mh-e.el.
19330 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19331 On fail, print message (to message buffer) even if
19332 desktop-missing-file-warning is nil.
19333 (desktop-buffer-misc-data-function): New buffer local variable.
19334 Function returning major mode specific data.
19335 (desktop-buffer-misc-functions): Make variable obsolete.
19336 (desktop-save): Use desktop-buffer-misc-data-function.
19337 (desktop-buffer-dired-misc-data): Rename to
19338 dired-desktop-buffer-misc-data and move to dired.el.
19339 (desktop-buffer-info-misc-data): Rename to
19340 Info-desktop-buffer-misc-data and move to info.el.
19341 (desktop-read): Add message about number of buffers restored/failed.
19342
19343 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19344 Add parameters. Pause to display error only when
19345 desktop-missing-file-warning is non-nil.
19346 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19347 (dired-mode): Bind desktop-buffer-misc-data-function.
19348
19349 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19350 Add Parameters.
19351 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19352 (Info-mode): Bind desktop-buffer-misc-data-function.
19353
19354 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19355 Add Parameters.
19356
19357 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19358 Add Parameters.
19359
19360 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19361
19362 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19363 the case of letters in case-insensitive expansions when the
19364 abbrev is preceded by characters with letter syntax.
19365
19366 2004-04-21 Richard M. Stallman <rms@gnu.org>
19367
19368 * progmodes/cperl-mode.el (cperl-putback-char):
19369 Delete Emacs 18 definition.
19370
19371 * international/mule.el (ctext-post-read-conversion):
19372 Use assoc-string, not assoc-ignore-case.
19373
19374 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19375
19376 * emacs-lisp/easymenu.el (easy-menu-add):
19377 Do call x-popup-menu, but only if it's defined.
19378
19379 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19380
19381 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19382 Handle multiple args: compile like progn.
19383
19384 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19385 take all args as &rest arg.
19386
19387 * autoinsert.el (auto-insert-alist): Insert the user's name in
19388 copyright notice, rather than Free Software Foundation.
19389
19390 2004-04-21 Kenichi Handa <handa@m17n.org>
19391
19392 * descr-text.el (describe-char): Make it work on *Help* buffer.
19393
19394 2004-04-21 Kim F. Storm <storm@cua.dk>
19395
19396 * image.el (insert-image): Add optional SLICE arg.
19397 (insert-sliced-image): New defun.
19398
19399 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19400
19401 * subr.el (read-number): Check whether `default' is nil.
19402
19403 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * progmodes/compile.el (compilation-error-properties): Split into
19406 two.
19407 (compilation-internal-error-properties): New one.
19408 (compilation-compat-error-properties): Use it. Fix the non-marker
19409 case.
19410
19411 2004-04-20 Richard M. Stallman <rms@gnu.org>
19412
19413 * window.el (split-window-save-restore-data):
19414 Don't update the data if OLD-INFO is nil.
19415
19416 * view.el (view-return-to-alist): Mark it permanent local.
19417
19418 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19419
19420 * recentf.el (recentf-save-list): Catch and warn about errors.
19421
19422 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19423 so "Buffers" won't be pure.
19424
19425 * help-mode.el (help-mode-finish): Set help-return-alist first
19426 thing, setting only the entry for the selected window.
19427
19428 * help-fns.el (describe-function-1): If many non-control non-meta
19429 keys run the command, don't list all of them.
19430
19431 2004-04-20 Juanma Barranquero <lektu@terra.es>
19432
19433 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19434 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19435
19436 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19437
19438 2004-04-20 Kenichi Handa <handa@m17n.org>
19439
19440 * international/quail.el (quail-lookup-key): New optional arg
19441 NOT-RESET-INDICES.
19442 (quail-get-translations): Call quail-lookup-key with
19443 NOT-RESET-INDICES t.
19444 (quail-completion): Likewise.
19445 (quail-lookup-map-and-concat): Likewise.
19446
19447 2004-04-20 Kenichi Handa <handa@m17n.org>
19448
19449 * international/quail.el (quail-update-translation): Don't insert
19450 such an unsupported multibyte char in a unibyte buffer.
19451
19452 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
19453
19454 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19455 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19456 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19457 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19458 (gdb-frame-assembler-buffer): Improve behavior with
19459 multiple frames.
19460 (gdb-display-buffer): Extend search to all visible frames.
19461
19462 2004-04-19 Eli Zaretskii <eliz@gnu.org>
19463
19464 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19465 characters left after base64 decoding.
19466 (rmail-decode-region): Use -dos variety of `coding', to remove any
19467 ^M characters left after qp or base64 decoding.
19468
19469 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19470
19471 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19472 messages.
19473
19474 2004-04-19 Stephen Eglen <stephen@gnu.org>
19475
19476 * add-log.el (add-change-log-entry): Update doc string to mention
19477 add-log-full-name and add-log-mailing-address.
19478
19479 2004-04-18 Juri Linkov <juri@jurta.org>
19480
19481 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19482 (Info-find-node-2): Simplify error message.
19483 (Info-insert-dir): Use Info-following-node-name.
19484 (Info-goto-node): Remove *info-history* and *info-toc*.
19485 (Info-history): Create a node of the virtual history file.
19486 (Info-toc): Create a node of the virtual toc file.
19487 (Info-insert-toc): New arg `curr-file' for reference file names.
19488 (info-apropos): Remove redundant var binding for temp-file.
19489 (Info-index, Info-index-next, Info-mode): Doc fix.
19490 (Info-goto-emacs-command-node): Don't jump to *info* from
19491 non-*info* Info buffers.
19492 (Info-fontify-node): Don't show the file name of external
19493 references if `Info-hide-note-references' is `hide'. Don't hide
19494 newlines at the end of paragraphs.
19495
19496 * international/mule-diag.el (list-input-methods):
19497 Fix args to help-xref-button.
19498
19499 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19500 to put into effect local variables from TUTORIAL files.
19501
19502 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19503 with default value taken from the variable `sentence-end'.
19504 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19505 Add nil const to :type.
19506 (sentence-end-without-period, sentence-end-double-space)
19507 (sentence-end-without-space): Doc fix.
19508
19509 * textmodes/paragraphs.el (forward-sentence):
19510 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19511 (fill-delete-newlines):
19512 * progmodes/cc-cmds.el (c-beginning-of-statement):
19513 Use function `sentence-end' instead of variable `sentence-end'.
19514
19515 2004-04-18 Andreas Schwab <schwab@suse.de>
19516
19517 * progmodes/compile.el (compilation-start): Set window start to
19518 point-min if compilation-scroll-output is nil.
19519
19520 2004-04-18 John Wiegley <johnw@newartisans.com>
19521
19522 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19523
19524 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
19525
19526 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19527 (gdb-info-breakpoints-custom): Revert previous change.
19528 (gdb-view-assembler): Update assembler if necessary.
19529 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19530 (gdb-display-source-buffer): Update properly when both source and
19531 assembler are visible.
19532
19533 2004-04-17 John Wiegley <johnw@newartisans.com>
19534
19535 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19536 which limits the number of names shown in the minibuffer. Off by
19537 default.
19538 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19539 up iswitchb for users with a multitude of open buffers by showing
19540 only the first and last N/2 buffers in the completion list (which
19541 is enough to aid C-s/C-r, and to know that more characters are
19542 needed to refine the completion list).
19543
19544 2004-04-17 Richard M. Stallman <rms@gnu.org>
19545
19546 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19547 (file-truename): Expand all ~ constructs directly.
19548 (insert-directory): Delete any error msg output by the
19549 `insert-directory-program'.
19550
19551 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19552 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19553 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19554 (allout-init): Use find-file-hook, not find-file-hooks.
19555 (allout-mode): Eliminate Emacs 18 support.
19556 Use write-contents-functions, not local-write-file-hooks.
19557
19558 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19559
19560 * progmodes/compile.el (compilation-error-properties): Fix for
19561 adding messages when there are already markers for their file.
19562 (compilation-fake-loc): New function.
19563
19564 2004-04-16 Dave Love <fx@gnu.org>
19565
19566 * progmodes/python.el (python-compilation-line-number): Fix
19567 braindamage.
19568 (python-load-file): Fix python-orig-start setting.
19569
19570 * progmodes/compile.el: Doc fixes.
19571 (compilation-error-regexp-alist-alist)
19572 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19573 (compilation-assq): Wrap in eval-when-compile.
19574 (compilation-mode-font-lock-keywords): Don't use list*.
19575 (compilation-start): Avoid warning.
19576 (compilation-compat-error-properties)
19577 (compilation-directory-properties): Add keymap property.
19578 (compilation-parsing-end): Make it a marker for better compatibility.
19579
19580 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19581
19582 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19583
19584 * xml.el: Doc fixes.
19585 (xml-get-children): Only looks at sub-tags and ignore strings.
19586
19587 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19588
19589 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19590
19591 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19592
19593 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19594
19595 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19596
19597 * vc.el (vc-print-log): Likewise.
19598
19599 2004-04-16 Masatake YAMATO <jet@gyve.org>
19600
19601 * simple.el (completion-setup-function): Set an initial value to
19602 `element-common-end' before entering loop. Set a value to
19603 `element-common-end' at the end of loop. The bug is reported by
19604 Juri Linkov <juri@jurta.org> in emacs-devel list.
19605 (completions-common-part): Rename from completion-de-emphasis.
19606 (completions-first-difference): Rename from completion-emphasis.
19607 Suggested by RMS.
19608
19609 2004-04-16 Juanma Barranquero <lektu@terra.es>
19610
19611 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19612 (bookmark-edit-annotation-mode): Add mode name.
19613
19614 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19617 for nested conflict markers.
19618 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19619
19620 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19621
19622 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19623
19624 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19625
19626 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19627
19628 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19629 Give a backtrace if requested.
19630
19631 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19632
19633 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19634 Remove unused functions.
19635 (python-orig-start-line, python-orig-file): Remove.
19636 (python-orig-start): New var.
19637 (python-input-filter, python-compilation-line-number)
19638 (python-send-region, python-load-file): Use it.
19639
19640 * info.el (info): Always jump to *info*.
19641
19642 * subr.el (posn-set-point): New function.
19643
19644 * mouse.el (mouse-set-point): Use it.
19645
19646 * progmodes/compile.el (compile-goto-error): Use it.
19647 (compilation-button-map): New keymap.
19648 (compilation-error-properties): Use it.
19649 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19650
19651 * smerge-mode.el (smerge-popup-context-menu): Use it.
19652
19653 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19654 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19655 mouse and non-mouse case.
19656
19657 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19658 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19659
19660 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19661 Make it work for non-mouse events.
19662
19663 * pcvs-info.el (cvs-status-map): Update binding name.
19664
19665 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19666
19667 * xml.el (xml-maybe-do-ns): New function to handle namespace
19668 parsing of both attribute and element names.
19669 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19670 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19671 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19672 parsing.
19673 (xml-parse-attlist): Make it do its own namespace parsing.
19674
19675 2004-04-14 Dave Love <fx@gnu.org>
19676
19677 * progmodes/python.el (run-python): Fix use of \n.
19678 (python-load-file): Remove `try' from Python fragment.
19679 (python-describe-symbol): Fix message.
19680
19681 * comint.el: Doc fixes.
19682 (comint-last-input-start, comint-last-input-end)
19683 (comint-last-output-start): Give them values.
19684 (comint-arguments): Avoid warning.
19685 (comint-skip-prompt): Use line-end-position.
19686 (comint-backward-matching-input): Rename arg to agree with doc.
19687 (comint-extract-string): Use syntax-ppss.
19688 (comint-dynamic-simple-complete): Delete useless list construction.
19689 (comint-redirect-subvert-readonly): New.
19690 (comint-redirect-preoutput-filter): Use it.
19691
19692 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19693 Correctly handle negative arguments when calling hook functions.
19694
19695 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19696
19697 * info.el (info-apropos): Don't clobber Info-history-list.
19698
19699 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19700
19701 * progmodes/compile.el (compilation-setup):
19702 Localize overlay-arrow-position.
19703 (compilation-sentinel): Restructure code equivalently.
19704 (compilation-next-error): Find message on same line after point if
19705 not found before point.
19706 (compile-mouse-goto-error): Restore function so that compilation
19707 buffer need not be current and use compile-goto-error.
19708 (compile-goto-error): Restore function.
19709 (next-error): Set overlay-arrow-position.
19710 (compilation-forget-errors): Don't localize already local
19711 compilation-locs and remove FIXME about refontifying.
19712
19713 2004-04-14 Kim F. Storm <storm@cua.dk>
19714
19715 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19716 (command-line): New option -Q. Like -q --no-site-file, but in
19717 addition it also disables menu-bar, tool-bar, scroll-bars,
19718 tool-tips, and the blinking cursor.
19719 (command-line-1): Skip startup screen if -Q.
19720 (fancy-splash-head): Use ":align-to center" prop to center splash
19721 image.
19722
19723 * emulation/cua-base.el (cua-read-only-cursor-color)
19724 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19725
19726 2004-04-13 Dave Love <fx@gnu.org>
19727
19728 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19729 (syntax): Don't require.
19730 (python) <defgroup>: Add :version.
19731 (python-quote-syntax): Re-written.
19732 (inferior-python-mode): Move stuff here from run-python and add
19733 some more.
19734 (python-preoutput-continuation, python-preoutput-result)
19735 (python-dotty-syntax-table): New.
19736 (python-describe-symbol): Use them.
19737 (run-python): Move stuff to inferior-python-mode. Modify code
19738 loaded into Python.
19739 (python-send-region): Use python-proc, python-send-string.
19740 (python-send-string): Send newlines too. Callers changed.
19741 (python-load-file): Re-written.
19742 (python-eldoc-function): New.
19743 (info-look): Don't require.
19744 (python-after-info-look): New. A modified version of former
19745 top-level code for use with eval-after-load.
19746 (python-maybe-jython, python-guess-indent): Use widened buffer.
19747 (python-fill-paragraph): Re-written.
19748 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19749 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19750
19751 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19752
19753 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19754 Set compilation-error-regexp-alist earlier.
19755
19756 * progmodes/compile.el (compilation-minor-mode-map)
19757 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19758 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19759
19760 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19761
19762 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19763 corresponding to the event.
19764
19765 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19766
19767 * loadup.el: Add cygwin to system-type list, for unexec() support.
19768
19769 2004-04-12 John Paul Wallington <jpw@gnu.org>
19770
19771 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19772 (ibuffer-restore-window-config-on-quit): New variable to replace
19773 `ibuffer-delete-window-on-quit'. Update all references.
19774 (ibuffer-prev-window-config): New variable.
19775 (ibuffer-quit): Restore previous window configuration instead of
19776 deleting window.
19777 (ibuffer): Save window configuration before showing Ibuffer buffer.
19778
19779 * help.el (describe-mode): Doc fix.
19780
19781 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19784 not to treat nil as a function.
19785
19786 * vc-arch.el (vc-arch-root): Be a bit more careful.
19787 (vc-arch-register): Save the buffer if we modified it.
19788 (vc-arch-delete-rej-if-obsolete): Save excursion.
19789 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19790 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19791
19792 * net/ldap.el (ldap-search): Use list*.
19793
19794 2004-04-12 Juri Linkov <juri@jurta.org>
19795
19796 * info.el (Info-follow-reference): Allow multiline reference name.
19797
19798 2004-04-11 Dave Love <fx@gnu.org>
19799
19800 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19801
19802 * progmodes/python.el: New file.
19803
19804 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19805
19806 * vc-hooks.el (vc-arg-list): Function removed.
19807 (vc-default-workfile-unchanged-p): Use condition-case to check for
19808 backward compatibility.
19809
19810 * vc.el (vc-print-log): Use condition-case to check for backward
19811 compatibility.
19812
19813 2004-04-11 Juri Linkov <juri@jurta.org>
19814
19815 * dired.el (dired-faces): New defgroup.
19816 (dired-header, dired-mark, dired-marked, dired-flagged)
19817 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19818 New faces.
19819 (dired-header-face, dired-mark-face, dired-marked-face)
19820 (dired-flagged-face, dired-warning-face, dired-directory-face)
19821 (dired-symlink-face, dired-ignored-face): New face variables.
19822 (dired-font-lock-keywords): Use them instead of font-lock faces.
19823 Split the rule for dired marks into 3 separate rules: for marks,
19824 marked file names and flagged file names.
19825
19826 * help-mode.el (help-make-xrefs): Add a final newline to the
19827 *Help* buffer.
19828
19829 2004-04-11 John Paul Wallington <jpw@gnu.org>
19830
19831 * replace.el (occur-engine): Distinguish between one and several
19832 matches in the matches per buffer heading.
19833
19834 2004-04-11 Kim F. Storm <storm@cua.dk>
19835
19836 * ido.el (ido-confirm-unique-completion): New defcustom.
19837 (ido-complete): Use it.
19838 (ido-write-file): Set it to t unconditionally.
19839
19840 2004-04-10 Miles Bader <miles@gnu.org>
19841
19842 RCS keyword removal (only non-comment changes are enumerated here):
19843
19844 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19845 (byte-compile-insert-header): Don't use `byte-compile-version'.
19846 * forms.el (forms-version): Variable removed.
19847 (forms-mode): Don't use `forms-version'.
19848 * recentf.el (recentf-version): Variable removed.
19849 * progmodes/delphi.el (delphi-version): Variable removed.
19850 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19851
19852 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19853
19854 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19855
19856 2004-04-09 Jesper Harder <harder@ifa.au.dk>
19857
19858 * info.el (info-apropos): Improve menu item regexp.
19859
19860 2004-04-09 Simon Josefsson <jas@extundo.com>
19861
19862 * mail/smtpmail.el: Add comment, based on report by
19863 kdc@rcn.com (Kevin D. Clark).
19864
19865 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19866
19867 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19868 Redo one more thing that I didn't notice Daniel had undone.
19869
19870 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
19871
19872 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19873 (gdb-goto-breakpoint, gdb-display-buffer)
19874 (gdb-display-source-buffer, gdb-view-source-function)
19875 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19876 (gdb-source-info, gdb-frame-handler): Don't specify a window
19877 for display.
19878 (gdb-info-breakpoints-custom): Remove superfluous update of
19879 assembler buffer.
19880 (gdb-many-windows): Make settable outside gdb.
19881
19882 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19883
19884 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19885 Derive from fundamental-mode rather than text-mode.
19886
19887 2004-04-08 Juri Linkov <juri@jurta.org>
19888
19889 * info.el (Info-history): Doc fix.
19890 (Info-history-list): New var.
19891 (info-xref): Change magenta4 to blue, remove bold for dark and
19892 light backgrounds, change bold to underline for non-color classes.
19893 (info-xref-visited): New face.
19894 (Info-fontify-visited-nodes): New custom.
19895 (Info-hide-note-references): Add new value `hide'. Doc fix.
19896 (Info-reference-name): New var.
19897 (Info-selection-hook): New custom.
19898 (Info-edit-mode-hook): New var.
19899 (Info-find-file): New fun.
19900 (Info-find-node): Move part of code to Info-find-file.
19901 (Info-find-node-2): Add anchors to Info-history-list. Move point
19902 to the place with the reference name if name is defined.
19903 (Info-select-node): Add current node to Info-history-list.
19904 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19905 (Info-search-whitespace-regexp): New custom.
19906 (Info-search-case-fold): New var.
19907 (Info-search): Add "case-sensitively" to the prompt.
19908 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
19909 (Info-search-case-sensitively, Info-search-next): New fun.
19910 (Info-up): Move point to the menu item of the current node.
19911 (Info-history): New fun. Add *info-history* to
19912 same-window-buffer-names.
19913 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19914 (Info-insert-toc): New fun.
19915 (Info-build-toc): New fun.
19916 (Info-follow-reference): Add new arg `fork'. Doc fix.
19917 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19918 with the same name prefer the reference closest to point.
19919 (Info-next-reference): Replace * by + in the *Note regexp.
19920 Add regexp for http:// and ftp://. Skip the *Note prefix.
19921 (Info-prev-reference): Replace * by + in the *Note regexp.
19922 Add regexp for http:// and ftp://. Skip the *Note prefix.
19923 (Info-follow-nearest-node): Add new arg `fork'.
19924 (Info-try-follow-nearest-node): Add new arg `fork'.
19925 Call browse-url for http:// and ftp:// references.
19926 Set Info-reference-name for index entries.
19927 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19928 Info-search-next, Info-history, Info-toc, clone-buffer.
19929 (Info-menu-update): Replace * by + in the *Note regexp.
19930 (Info-mode): Add documentation for Info-history, Info-toc,
19931 Info-search-case-sensitively, Info-search-next, clone-buffer.
19932 (Info-fontify-menu-headers): Remove fun. Move code to
19933 Info-fontify-node.
19934 (Info-fontify-node): Add docstring. Add local vars
19935 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19936 then fontify header line, titles, menu headers, http and ftp
19937 references, refill paragraphs. If not-fontified-p is t or
19938 fontify-visited-p is t then fontify cross references, menu items.
19939 Fontify menu headers. Fontify http and ftp references.
19940 Change regexp for cross references to require whitespace after *Note,
19941 add matching groups for file and node names. Remove hack for quote.
19942 Use display property for Info-hide-note-references=t. Use fifth
19943 or fourth match for help-echo. Display visited nodes in a
19944 different face. Unhide file names of external references.
19945 Unhide newlines. Display visited menu items in a different face.
19946
19947 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * progmodes/compile.el: Require CL.
19950 (compilation-mode-font-lock-keywords): Re-install the "line as
19951 function" patch.
19952
19953 * help-fns.el (help-C-source-directory): New var.
19954 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19955 (describe-function-1, describe-variable): Use them.
19956
19957 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19958 to C source files specially.
19959
19960 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19961
19962 * info.el (Info-hide-cookies-node): New function.
19963 (Info-select-node): Use it.
19964 (Info-display-images-node): Remove message with image file name.
19965
19966 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19967
19968 * progmodes/compile.el (compilation-warning-face)
19969 (compilation-info-face, compilation-skip-threshold)
19970 (compilation-skip-visited, compilation-context-lines):
19971 Declare :version when added to Emacs.
19972 (compilation-error-regexp-alist-alist): Extend caml and irix.
19973 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19974 (compilation-mode-font-lock-keywords): Temporarily undo line as
19975 function patch, which wasn't ready.
19976
19977 2004-04-07 Kenichi Handa <handa@m17n.org>
19978
19979 * international/latin1-disp.el (latin1-display-setup): Check each
19980 character is displayable or not instead of calling
19981 latin1-display-check-font.
19982
19983 2004-04-06 Kenichi Handa <handa@m17n.org>
19984
19985 * language/ethio-util.el (ethio-sera-being-called-by-w3):
19986 New variable.
19987 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19988 instead of sera-being-called-by-w3.
19989 (ethio-fidel-to-sera-buffer): Likewise.
19990 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19991 instead of sera-being-called-by-w3.
19992 (ethio-write-file): Likewise.
19993
19994 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19995
19996 * printing.el: Doc fix.
19997
19998 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
19999
20000 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20001 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20002 (gdb-setup-windows): Only use separate IO buffer if required.
20003
20004 2004-04-06 Kim F. Storm <storm@cua.dk>
20005
20006 * term.el (term-is-xemacs): Remove.
20007 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20008 (term-window-width): New function.
20009 (term-mode, term-check-size): Use it.
20010 (term-mode): Disable overflow-newline-into-fringe in term buffer.
20011
20012 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
20013
20014 * cus-edit.el (custom-add-parent-links): Change unbound variable
20015 `symbol' to `name'.
20016
20017 2004-04-05 Jesper Harder <harder@ifa.au.dk>
20018 * info.el (info-apropos): New function.
20019 (Info-mode-menu): Add it.
20020 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20021
20022 * help-mode.el (help-make-xrefs): Recognize aliased variable with
20023 inherited docstring.
20024
20025 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20026
20027 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20028
20029 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20030
20031 * progmodes/compile.el (font-lock): Don't require any more.
20032 (compilation-error-properties, compilation-start, compilation-sentinel)
20033 (compilation-filter, next-error): Use with-current-buffer.
20034 (compilation-skip-to-next-location, compilation-skip-threshold)
20035 (compilation-skip-visited): Move to silence the byte-compiler.
20036 (compilation-setup): Simplify.
20037 (compilation-next-error): Use line-(beginning|end)-position.
20038 Make sure `pt' is non-nil before using compilation-loop.
20039 (compile-goto-error): Add optional event arg. Use it.
20040 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20041 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20042 Update the binding for mouse-2.
20043 (first-error): Set compilation-current-error to nil rather than bob.
20044 (compilation-parsing-end, compilation-parse-errors-function)
20045 (compilation-error-list, compilation-old-error-list):
20046 "New" compatibility variables.
20047 (compile-buffer-substring, compilation-compat-error-properties)
20048 (compilation-compat-parse-errors, compilation-forget-errors):
20049 New compatibility functions.
20050 (compilation-mode-font-lock-keywords): Use them.
20051
20052 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
20053
20054 * autorevert.el (auto-revert-handler): If point (or a window
20055 point) is at the end of the buffer, keep it there after
20056 reverting. This allows to tail a file.
20057 Mention this in the `Commentary'.
20058
20059 * format.el (format-write-file): Add optional argument CONFIRM
20060 and make it behave like the analogous argument to `write-file'.
20061
20062 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20063
20064 * progmodes/ebnf2ps.el: Doc fix.
20065 (ebnf-version): New version number (4.2).
20066 (ebnf-syntax): Customization and docstring fix.
20067 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20068 Put autoloaded funs before first use.
20069 (ebnf-style-database): Add dtd entry.
20070 (ebnf-syntax-alist): Add dtd initialization.
20071 (ebnf-token-sequence): New fun.
20072 (ebnf-comment-table): Add new comment action character.
20073 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
20074
20075 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20076 Type Definition for XML).
20077
20078 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20079 * progmodes/ebnf-bnf.el (ebnf-sequence):
20080 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20081 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20082 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20083 Code simplification: call ebnf-token-sequence.
20084
20085 2004-04-04 Eli Zaretskii <eliz@gnu.org>
20086
20087 * calendar/timeclock.el (timeclock-relative)
20088 (timeclock-get-project-function, timeclock-get-workday-function)
20089 (timeclock-query-out, timeclock-when-to-leave)
20090 (timeclock-when-to-leave-string, timeclock-log-data)
20091 (timeclock-generate-report, timeclock-in): Doc fixes.
20092
20093 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20094
20095 * url/: New dir. Import the URL package from its repository.
20096
20097 2004-04-03 Andreas Schwab <schwab@suse.de>
20098
20099 * diff-mode.el (diff-mode): Fix missing quote.
20100
20101 2004-04-03 Juri Linkov <juri@jurta.org>
20102
20103 * descr-text.el (describe-property-list): Add `font-lock-face'.
20104
20105 * dired.el (dired-font-lock-keywords): Fix permission regexps.
20106
20107 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20108
20109 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20110 Use utf-16le on little endian machines and utf-16be otherwise.
20111
20112 2004-04-02 David Kastrup <dak@gnu.org>
20113
20114 * net/browse-url.el (browse-url-generic): Use call-process
20115 instead of start-process to allow browsers that fork and detach.
20116
20117 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
20118
20119 * compile.el (compilation-current-error): New var.
20120 (compilation-setup, compile-mouse-goto-error)
20121 (compile-goto-error, next-error): Use it.
20122 (compilation-skip-to-next-location): Default to t, which gives
20123 contiguous skipping like old compile (where this was redundant).
20124 (compilation-next-error): Prevent previous-* commands from moving
20125 back to message at or just before point.
20126
20127 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
20128
20129 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20130 (gdb-source-info): Don't display source at startup, if required.
20131 (gdb-show-main): New option.
20132 (gdba): Update documentation.
20133 (gdb-source): Cover case of auto-display output.
20134
20135 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
20136
20137 * autorevert.el: Delete obsolete autoloads and defvars.
20138 (auto-revert-check-vc-info): New user option.
20139 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20140 (auto-revert-handler-vc): Delete.
20141 (auto-revert-handler): Treat return value `fast' of
20142 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
20143
20144 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20145 return `fast'.
20146
20147 * files.el (buffer-stale-function): Doc change.
20148
20149 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20150
20151 * printing.el: New tip on Tips section.
20152 (pr-version): New version number (6.7.4).
20153 (pr-shell-file-name): Initialization fix.
20154
20155 2004-03-31 Juri Linkov <juri@jurta.org>
20156
20157 * dired.el: Add autoload for `dired-do-touch'.
20158 (dired-touch-program): New var.
20159 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20160 (dired-no-confirm): Add `touch' to docstring.
20161
20162 * dired-aux.el (dired-do-touch): New fun.
20163 (dired-do-chxxx): Add argument -t for touch operation.
20164
20165 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20166 `dired-move-to-filename-regexp'.
20167
20168 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
20169
20170 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20171
20172 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20173
20174 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20175 and only if the buffer was modified.
20176
20177 2004-03-30 Kenichi Handa <handa@m17n.org>
20178
20179 * international/characters.el: Delete pairs for U+2308..U+230B.
20180
20181 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
20182
20183 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20184 to detect the beginning of a level 2 or 3 annotation.
20185
20186 2004-03-29 Kenichi Handa <handa@m17n.org>
20187
20188 * international/ucs-tables.el (ucs-insert): Fix the error message.
20189
20190 2004-03-29 Kenichi Handa <handa@m17n.org>
20191
20192 * international/mule-util.el (char-displayable-p): Fix generation
20193 of XLFD file name.
20194
20195 * Makefile.in (setwins, setwins_almost): Change directory to $wd
20196 before finding directories by `find'.
20197
20198 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20199
20200 * subr.el (interactive-form): Delete. Now implemented in C.
20201
20202 * pcvs.el (cvs-parse-process): Workaround for Darwin.
20203
20204 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20205 (vc-diff-label): New fun.
20206 (vc-diff-internal): Use it.
20207
20208 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20209
20210 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20211
20212 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20213
20214 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20215 specify XML (EBNFX).
20216
20217 * progmodes/ebnf2ps.el: Doc fix.
20218 (ebnf-version): New version number (4.1).
20219 (ebnf-syntax): Adjust customization.
20220 (ebnf-style-database): Add ebnfx entry.
20221 (ebnf-syntax-alist): Add ebnfx initialization.
20222 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20223
20224 * printing.el: Doc fix.
20225 (pr-version): New version number (6.7.3).
20226 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20227 returns nil for mouse position. Reported by Drew Adams
20228 <drew.adams@oracle.com>.
20229 (pr-update-menus): Modify interactive declaration. Reported by Drew
20230 Adams <drew.adams@oracle.com>.
20231
20232 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
20233
20234 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20235 (gud-gdba-marker-filter): Log the process input and output, if
20236 required. From Stefan Monnier.
20237 (gdb-debug-log, gdb-enable-debug-log): New variables.
20238 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20239
20240 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20243 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20244
20245 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
20246
20247 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20248 Call vc-find-file-hook here instead of in auto-revert-buffers.
20249 (auto-revert-buffers): Delete call to vc-find-file-hook.
20250 (auto-revert-verbose, global-auto-revert-non-file-buffers)
20251 (global-auto-revert-mode, auto-revert-set-timer)
20252 (auto-revert-handler, auto-revert-buffers): Doc fixes.
20253
20254 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20255
20256 * woman.el (woman-change-fonts): Rename local variable
20257 woman-font-alist to font-alist to avoid a compiler warning.
20258
20259 2004-03-27 Dave Love <fx@gnu.org>
20260
20261 * emacs-lisp/rx.el (rx): Doc fix.
20262 Fix copyright years.
20263
20264 * strokes.el (strokes-global-set-stroke-string): New function.
20265 (strokes-list-strokes): Cope with strings, not just commands.
20266 Set foreground color of image.
20267 (strokes-global-set-stroke): Doc fix.
20268
20269 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
20270
20271 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20272 Auto Revert mode.
20273 (Buffer-menu-files-only): New variable.
20274 (Buffer-menu-toggle-files-only): New function.
20275 (Buffer-menu-mode-map): Bind it to `T'.
20276 (Buffer-menu-mode): Mention `T' in docstring.
20277 Set buffer-stale-function.
20278 (list-buffers-noselect): Mark buffer non-modified and set
20279 Buffer-menu-files-only.
20280
20281 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20282
20283 * autorevert.el (auto-revert-handler): Print revert message
20284 before, rather than after, reverting.
20285 (buffer-stale-function): Move to files.el.
20286
20287 * files.el (buffer-stale-function): Move here from autorevert.el.
20288
20289 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20290
20291 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20292
20293 * calc/calc.el (calc-mode-map): Use mapc.
20294
20295 * apropos.el (apropos-mode): Don't autoload.
20296 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20297 (apropos): Use it.
20298 (apropos-print): Add optional `text' argument.
20299 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20300 Don't assume point-min == 1.
20301
20302 * bs.el (bs-buffer-list): Use buffer-local-value.
20303 (bs--set-toggle-to-show): Use with-current-buffer.
20304
20305 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20306 New funs.
20307 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20308
20309 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20310
20311 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20312 (dabbrev--find-expansion): Use pop.
20313 (dabbrev--search): Use match-string-no-properties.
20314
20315 * dired.el (dired-mode): Use run-mode-hooks.
20316 (dired-move-to-end-of-filename): Use match-string.
20317
20318 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20319 is bound before using it.
20320 (ediff-verbose-p): Make it into a var since it's not constant.
20321
20322 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20323
20324 * faces.el (read-face-font): Don't cons up unnecessarily.
20325 (header-line, tool-bar): Share common parts.
20326
20327 * files.el (file-relative-name): Use compare-strings.
20328
20329 * finder.el (finder-mode): Follow coding convention.
20330
20331 * subr.el (read-number): New function.
20332
20333 * ses.el (ses-read-number): Move to subr.el.
20334 (ses-set-header-row): Use read-number.
20335
20336 2004-03-26 Andre Spiegel <spiegel@gnu.org>
20337
20338 * vc-hooks.el (vc-arg-list): New function, which handles both
20339 compiled and uncompiled code.
20340 (vc-default-workfile-unchanged-p): Use it.
20341
20342 * vc.el (vc-print-log): Undo prev change, use new function
20343 vc-arg-list from vc-hooks.el.
20344
20345 2004-03-26 Masatake YAMATO <jet@gyve.org>
20346
20347 * simple.el (completion-setup-function): Emphasize the
20348 first uncommon characters in the completions; and de-emphasize
20349 the common prefix substrings.
20350 (completion-emphasis): New face.
20351 (completion-de-emphasis): New face.
20352
20353 2004-03-25 Juanma Barranquero <lektu@terra.es>
20354
20355 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20356 Comment out (it's unused and unfinished code).
20357
20358 2004-03-25 Sam Steingold <sds@gnu.org>
20359
20360 * vc.el (vc-print-log): Fix a bug in the last patch:
20361 backend-function may be a byte-compiled object, not a lambda.
20362
20363 2004-03-25 Juri Linkov <juri@jurta.org>
20364
20365 * descr-text.el (describe-property-list): Add a button
20366 for `face' property that calls `describe-face'.
20367 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20368
20369 * international/mule.el (keyboard-coding-system):
20370 * kmacro.el (kmacro-call-macro): Fix docstring.
20371
20372 * dired.el: Fix comments.
20373
20374 * textmodes/fill.el (fill): Fix Info link.
20375
20376 * font-lock.el (fast-lock, lazy-lock):
20377 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20378 Info node.
20379
20380 * eshell/eshell.el (eshell): Fix broken info-link.
20381
20382 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20383 * eshell/em-banner.el (eshell-banner):
20384 * eshell/em-smart.el (eshell-smart):
20385 * eshell/esh-cmd.el (eshell-cmd):
20386 Comment out broken info-links to incomplete Info manual.
20387
20388 * info-xref.el: Fix commentary.
20389
20390 2004-03-25 Kevin Ryde <user42@zip.com.au>
20391
20392 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20393 Remove spurious node duplicate suppression, doesn't work, not wanted.
20394 (info-xref-output): Take format style args, add "sit-for 0" to let
20395 user see the results as they progress.
20396 (info-xref-check-all-custom): New function.
20397
20398 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
20399
20400 * gdb-ui.el: Moved to progmodes.
20401
20402 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20405
20406 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20407
20408 * calendar/appt.el (appt-check): Remove superfluous progn.
20409 When finished with diary buffer: if it was not being displayed
20410 before, kill it; otherwise restore its original state.
20411 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20412
20413 * calendar/calendar.el (calendar-set-mode-line): Use total
20414 available mode-line width, rather than frame-width.
20415
20416 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20417 after mode change so effect not lost.
20418
20419 2004-03-23 Dave Love <fx@gnu.org>
20420
20421 * dired.el (dired) <defgroup>: Add link to manual.
20422 (dired-font-lock-keywords): Add highlighting on unusual permissions.
20423 (dired-revert): Use dolist.
20424 (dired-mode-map): Add U binding.
20425 (dired-mode): Add font-lock-beginning-of-syntax-function.
20426 (dired-garbage-files-regexp): Make it a defcustom.
20427
20428 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20429
20430 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20431 is equivalent to nil.
20432 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20433 (vc-arch-mode-line-string): Accept `added' state.
20434 (vc-arch-state): Use inode-sigs if available.
20435 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20436 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20437 (vc-arch-tagline-re): New var.
20438 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20439 New functions.
20440 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20441 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20442
20443 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20444 (vc-file-not-found-hook): Use it.
20445
20446 * diff-mode.el (diff-default-read-only): Change default.
20447 (diff-mode-hook): Make it a defcustom. Add some options.
20448 (diff-mode-map): Bind diff-refine-hook.
20449 (diff-yank-handler): New var.
20450 (diff-yank-function): New fun.
20451 (diff-font-lock-keywords): Use them.
20452 (diff-end-of-file): Handle case where file-header looks like diff text.
20453 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20454 (diff-file-kill): Delete a subsequent empty line, if applicable.
20455 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20456 (diff-find-file-name): Use it.
20457 (diff-tell-file-name): New command.
20458 (diff-mode): Be careful with view-mode.
20459 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20460 New functions, for use in diff-mode-hook.
20461 (diff-find-source-location): Catch "regex too large" errors.
20462 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20463 (diff-refine-hunk): New command.
20464
20465 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20466 (smerge-context-menu-map): Remove unused var.
20467 (smerge-keep-all): Preserve markers.
20468 (smerge-keep-n): New fun.
20469 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20470 (smerge-keep-current, smerge-ediff): Use it.
20471 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20472 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20473 (smerge-resolve): Resolve trivial 3-part conflicts.
20474
20475 2004-03-23 Juri Linkov <juri@jurta.org>
20476
20477 * man.el (Man-width): New var.
20478 (Man-getpage-in-background): Use it.
20479 (Man-support-local-filenames): New var and fun.
20480 (Man-build-man-command): Don't add a second %s.
20481 (Man-fontify-manpage): Clean up message.
20482 (Man-mode): Set outline-regexp, outline-level,
20483 imenu-generic-expression.
20484
20485 * woman.el (woman-fill-frame): Doc fix.
20486 (woman-decode-region): Use window-width instead of frame-width.
20487
20488 * abbrevlist.el (list-one-abbrev-table):
20489 * descr-text.el (describe-char):
20490 * international/mule-diag.el (describe-current-coding-system):
20491 * international/quail.el (quail-insert-decode-map):
20492 Use window-width instead of frame-width.
20493
20494 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20495 (jka-compr-mode-alist-additions): Add tbz.
20496 (jka-compr-write-region, jka-compr-insert-file-contents):
20497 Add message for undefined compress-program.
20498 (jka-compr-write-region): Remove redundant var bindings.
20499
20500 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20501 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20502 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20503 (dired-man): Use dired-guess-shell-command.
20504 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20505 Change default nil to t.
20506
20507 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20508 (dired-compare-directories): Add default value for empty input.
20509
20510 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20511
20512 * time.el (display-time-string-forms): Fix help-echo date format.
20513
20514 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20515
20516 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20517 docstring.
20518 (buffer-stale-function): New variable.
20519 (auto-revert-list-diff, auto-revert-dired-file-list)
20520 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20521 (auto-revert-handler): Take over some functionality of deleted
20522 functions.
20523 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20524
20525 * dired.el (dired-directory-changed-p): New fun, extracted from
20526 dired-internal-noselect.
20527 (dired-buffer-stale-p): New fun.
20528 (dired-internal-noselect): Use dired-directory-changed-p.
20529 Eliminate revert messages.
20530 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20531
20532 2004-03-23 Kenichi Handa <handa@m17n.org>
20533
20534 * international/characters.el: Setup syntaxes for more parentheses
20535 Unicode characters.
20536
20537 * international/mule-cmds.el (select-safe-coding-system):
20538 Merge coding-system and auto-cs before comparing them.
20539
20540 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20543
20544 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20545 normal-auto-fill-function and comment-indent-function.
20546 The default values now work just as well.
20547 Don't set font-lock-beginning-of-syntax-function since we already set
20548 syntax-begin-function.
20549 (lisp-outline-level): Put ;;;###autoload at same level as (.
20550 (prin1-char): Quote special chars.
20551
20552 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20553 than with-no-warnings.
20554
20555 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20556 if the source location can't be found.
20557 (edebug-compute-previous-result): Use prin1-char.
20558
20559 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20560 (debug-ignored-errors): Add an entry.
20561
20562 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20563 (byte-compile-file): Output warning when deleting a file.
20564
20565 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20566 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20567
20568 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20569 (byte-compile-inline-expand): Use backquote.
20570 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20571 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20572
20573 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20574
20575 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20576
20577 2004-03-22 Juri Linkov <juri@jurta.org>
20578
20579 * finder.el (finder-known-keywords): Fix data, tex, unix.
20580
20581 * play/landmark.el: Fix keywords.
20582
20583 * language/ethio-util.el (ethio-find-file): Doc fix.
20584
20585 * emacs-lisp/warnings.el: Doc fix.
20586
20587 * textmodes/ispell.el (ispell-help): Doc fix.
20588
20589 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20590
20591 * format.el (format-insert-file): Always return a list of two
20592 elements, like insert-file-contents does.
20593
20594 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20595
20596 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20597 and vc-BACKEND-diff.
20598 (vc-print-log): If the print-log implementation supports it, use
20599 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20600 (vc-version-diff, vc-diff-internal): Doc fixes.
20601
20602 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20603 implementation supports it, let diff output go to *vc*,
20604 not *vc-diff*, since this is an internal call.
20605
20606 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20607
20608 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20609
20610 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20611
20612 2004-03-21 Dave Love <fx@gnu.org>
20613
20614 * progmodes/cfengine.el (cfengine-mode):
20615 Set parse-sexp-ignore-comments.
20616
20617 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20618
20619 2004-03-21 Juanma Barranquero <lektu@terra.es>
20620
20621 * allout.el (allout-mode): Fix docstring.
20622
20623 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20624
20625 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20626
20627 * autorevert.el (auto-revert-interval): Make new value take
20628 effect immediately when set through Custom.
20629 (auto-revert-set-timer): Add interactive declaration.
20630
20631 2004-03-19 David Ponce <david@dponce.com>
20632
20633 * ruler-mode.el (ruler-mode-header-line-format-old):
20634 Don't `make-variable-buffer-local'.
20635 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20636 (ruler-mode-header-line-format): Simply funcall the above.
20637 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20638 to save/restore a previous header line format.
20639 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20640 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20641 fringes and margins width.
20642 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20643
20644 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20645
20646 * log-edit.el (log-edit-font-lock-keywords): Typo.
20647
20648 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20649 (tex-send-tex-command): Rather than here.
20650 (tex-compilation-parse-errors): Simplify.
20651
20652 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20653
20654 * time.el (display-time-string-forms): Add help-echo with date on time.
20655
20656 * composite.el (compose-region): Use restore-buffer-modified-p.
20657
20658 * disp-table.el (standard-display-8bit): Simplify.
20659
20660 * server.el (server-process-filter): Delete temp frame.
20661
20662 * add-log.el (add-change-log-entry): Simplify.
20663
20664 2004-03-19 Kim F. Storm <storm@cua.dk>
20665
20666 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20667 (hexl-follow-line): Don't require 'fringe.
20668
20669 * progmodes/compile.el (compilation-start): Always set
20670 compilation-last-buffer and return it.
20671
20672 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20673
20674 * simple.el (clone-buffer): Doc fix.
20675
20676 2004-03-18 Juanma Barranquero <lektu@terra.es>
20677
20678 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20679
20680 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * log-edit.el (log-edit-font-lock-keywords): New var.
20683 (log-edit-mode): Use it.
20684
20685 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20686
20687 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20688 properly for watching in speedbar.
20689
20690 2004-03-17 Masatake YAMATO <jet@gyve.org>
20691
20692 * smerge-mode.el (smerge-popup-context-menu):
20693 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20694
20695 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20696
20697 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20698 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20699 Take sealed revisions into account.
20700 (vc-arch-checkin): Extract a summary line from the message.
20701
20702 2004-03-16 Masatake YAMATO <jet@gyve.org>
20703
20704 * register.el (register): Provide `register' feature.
20705
20706 2004-03-15 Masatake YAMATO <jet@gyve.org>
20707
20708 Added context menu support in smerge mode.
20709 Most of the part is written by Stefan Monnier.
20710
20711 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20712 New keymap and menu.
20713 (smerge-text-properties): New function.
20714 (smerge-remove-props): New function.
20715 (smerge-popup-context-menu): New function.
20716 (smerge-resolve): Call `smerge-remove-props'.
20717 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20718 (smerge-keep-current): Ditto.
20719 (smerge-kill-current): New function.
20720 (smerge-match-conflict): Put text properties.
20721 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20722
20723 2004-03-15 David Ponce <david@dponce.com>
20724
20725 * ruler-mode.el (ruler-mode-left-fringe-cols)
20726 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20727 (ruler-mode-right-scroll-bar-cols): Remove.
20728 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20729 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20730 Use fringe-columns and scroll-bar-columns.
20731
20732 2004-03-15 Masatake YAMATO <jet@gyve.org>
20733
20734 * hl-line.el (hl-line-range-function): New variable.
20735 (hl-line-move): New function.
20736 (global-hl-line-highlight): Use `hl-line-move'.
20737 (hl-line-highlight): Ditto.
20738
20739 * scroll-bar.el (scroll-bar-columns):
20740 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20741
20742 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20743 (ruler-mode-left-fringe-cols)
20744 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20745 (ruler-mode-right-scroll-bar-cols)
20746 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20747 (ruler-mode-ruler-function): New variable.
20748 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20749 if the value for `ruler-mode-ruler-function' is given.
20750
20751 * hexl.el (hexl-mode-hook): Make the hook customizable.
20752 (hexl-address-area, hexl-ascii-area): New customize variables.
20753 (hexlify-buffer): Put font-lock-faces on the address area and
20754 the ascii area.
20755 (hexl-activate-ruler): New function.
20756 (hexl-follow-line): New function.
20757 (hexl-highlight-line-range): New function.
20758 (hexl-mode-ruler): New function.
20759
20760 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20763 (vc-default-find-file-hook): New fun.
20764 (vc-find-file-hook): Call new find-file-hook operation.
20765
20766 * vc-arch.el: New file.
20767
20768 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20769
20770 * info-look.el (info-lookup): Reuse an existing Info window.
20771
20772 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20773
20774 * woman.el (woman-preserve-ascii): Default value changed to t and
20775 doc string revised.
20776
20777 2004-03-12 Richard M. Stallman <rms@gnu.org>
20778
20779 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20780 Fix minor bug.
20781
20782 * replace.el (occur-engine): Change message for count of matches.
20783
20784 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20785 For strings, do compare text properties.
20786
20787 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20788
20789 * progmodes/compile.el (compile-auto-highlight)
20790 (compilation-error-list, compilation-old-error-list)
20791 (compilation-parse-errors-function, compilation-parsing-end)
20792 (compilation-error-message, compilation-directory-stack)
20793 (compilation-enter-directory-regexp-alist)
20794 (compilation-leave-directory-regexp-alist)
20795 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20796 (compilation-current-file, compilation-regexps): Remove vars.
20797
20798 (compile-error-at-point, compilation-error-filedata)
20799 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20800 (compilation-next-error-locus, compilation-forget-errors)
20801 (count-regexp-groupings, compilation-parse-errors)
20802 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20803
20804 (compile-internal): Make obsolete.
20805
20806 (compilation-first-column, compilation-error)
20807 (compilation-directory-matcher, compilation-page-delimiter)
20808 (compilation-mode-font-lock-keywords, compilation-debug)
20809 (compilation-error-face, compilation-warning-face)
20810 (compilation-info-face, compilation-line-face)
20811 (compilation-column-face, compilation-enter-directory-face)
20812 (compilation-leave-directory-face, compilation-skip-threshold)
20813 (compilation-skip-visited, compilation-context-lines): New vars.
20814
20815 (compilation-warning-face, compilation-info-face)
20816 (compilation-message-face): New faces.
20817
20818 (compilation-error-regexp-alist-alist): New constant.
20819
20820 (compilation-face, compilation-directory-properties)
20821 (compilation-assq, compilation-error-properties, compilation-start)
20822 (define-compilation-mode, compilation-loop)
20823 (compilation-set-window): New functions.
20824
20825 (compile): Additional argument for interactive compiles like TeX.
20826
20827 * progmodes/grep.el (kill-grep): Move here from compile.el
20828 (grep-error, grep-hit-face, grep-error-face)
20829 (grep-mode-font-lock-keywords): New variables.
20830 (grep-regexp-alist): Simplify regexp and add `binary' case.
20831 (grep-mode): New mode.
20832 (grep-process-setup): Simplify.
20833
20834 2004-03-11 Jason Rumney <jasonr@gnu.org>
20835
20836 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20837 letters on DOS/Windows.
20838
20839 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20840
20841 * server.el (server-name): New var.
20842 (server-socket-dir): New var to replace server-socket-name.
20843 (server-start): Use them.
20844
20845 2004-03-11 Simon Josefsson <jas@extundo.com>
20846
20847 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20848 died to avoid infloop. Reported by Jonathan Glauner
20849 <jglauner@sbum.org>.
20850
20851 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20852
20853 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20854 (smerge-mode-menu): Use it to deactivate menu entries.
20855 (smerge-keep-current): New fun.
20856 (smerge-keep-current): Use it.
20857
20858 2004-03-10 John Paul Wallington <jpw@gnu.org>
20859
20860 * foldout.el (foldout-fold-list, foldout-modeline-string):
20861 Declare them as variables, not constants.
20862
20863 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20864
20865 * ps-print.el: Modification to print *Messages* buffer.
20866 (ps-print-version): New version 6.6.4.
20867 (ps-message-log-max): New fun.
20868 (ps-spool-without-faces, ps-spool-with-faces)
20869 (ps-count-lines-preprint): Code fix.
20870
20871 * printing.el: New tips in Tips section.
20872
20873 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20874
20875 * delim-col.el: Doc fix.
20876
20877 * printing.el: Doc fix. New doc section (Tips).
20878
20879 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * type-break.el (type-break-emacs-variant): Remove.
20882 (type-break-run-at-time, type-break-cancel-function-timers):
20883 Use fboundp rather than version name and number.
20884
20885 2004-03-09 Masatake YAMATO <jet@gyve.org>
20886
20887 * hexl.el (hexl-mode): Use `make-local-variable' instead of
20888 `make-variable-buffer-local'.
20889
20890 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20891
20892 * find-dired.el (find-dired): Call `shell-command' instead of
20893 `start-process-shell-command'. By this, Tramp takes over
20894 handling of remote directories.
20895
20896 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20897
20898 * newcomment.el (comment-use-global-state): New var.
20899 (comment-search-forward): Use it.
20900
20901 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20902
20903 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20904
20905 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20906 (enable-kinsoku): Make it a defcustom.
20907 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20908 paragraph to same-comment-start-marker.
20909
20910 2004-03-07 Dave Love <fx@gnu.org>
20911
20912 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20913 (browse-url-mail): Use it.
20914
20915 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20916 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20917
20918 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20919
20920 * woman.el (woman-man.conf-path): Doc fix.
20921 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20922
20923 2004-03-07 Eli Zaretskii <eliz@gnu.org>
20924
20925 * sort.el (sort-columns): Remove ms-dos from the list of systems
20926 where the external `sort' command is not used.
20927
20928 2004-03-07 Kim F. Storm <storm@cua.dk>
20929
20930 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20931 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20932 from overlay-arrow-variable-list.
20933 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20934
20935 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
20936
20937 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20938 overlay arrow string properly for the assembler buffer.
20939
20940 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20941
20942 * mail/sendmail.el (mail-mode): Fix last change.
20943
20944 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
20945
20946 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20947 for the assembler buffer.
20948 (gdb-assembler-custom): Position the overlay arrow.
20949 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20950
20951 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20954
20955 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20956 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20957
20958 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20959
20960 * newcomment.el (uncomment-region): Allow non-terminated comment.
20961 (comment-normalize-vars): Check the user-specified comstart marker.
20962
20963 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20964
20965 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20966 Otherwise, do use it if the region only contains font-lock text
20967 properties.
20968
20969 2004-03-04 Masatake YAMATO <jet@gyve.org>
20970
20971 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20972 as the callback function for eldoc.
20973 (hexl-print-current-point-info): New function.
20974 (hexl-current-address): Print the address in both decimal
20975 and hexadecimal format.
20976
20977 2004-03-04 Richard M. Stallman <rms@gnu.org>
20978
20979 * mail/rmail.el (rmail-convert-to-babyl-format):
20980 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20981
20982 * mail/mail-utils.el (mail-unquote-printable-region):
20983 New arg UNIBYTE.
20984
20985 * startup.el (command-switch-alist): Doc fix.
20986
20987 * simple.el (undo): Temporarily set this-command to `undo-start',
20988 then set it to `undo' once undo-start returns without error.
20989
20990 * simple.el (minibuffer-history-sexp-flag): Doc fix.
20991
20992 * simple.el (kill-line): Don't disregard trailing whitespace
20993 in eol condition, if show-trailing-whitespace is set.
20994
20995 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20996 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20997 When disabling, restore old values only if mouse-sel-has-been-enabled.
20998
20999 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21000 (isearch-{-char): New function.
21001 (isearch-mode-map): Bind { to isearch-{-char.
21002
21003 * font-lock.el (lisp-font-lock-keywords-2):
21004 Turn off the CL with-... and do-... general patterns.
21005 Instead, recognize several specific with... and do... constructs.
21006
21007 * files.el (switch-to-buffer-other-window):
21008 Bind same-window-buffer-names and same-window-regexps to nil.
21009 (switch-to-buffer-other-frame): Likewise.
21010
21011 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21014 recognizing leading comment on code line.
21015
21016 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21019 hidden files/directories.
21020
21021 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21022
21023 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21024 only comment-start (in case the mode hasn't set it).
21025
21026 * Makefile.in (AUTOGENEL): New var.
21027 (bootstrap-prepare): Rename from bootstrap-clean.
21028 Don't remove elc files.
21029 (maintainer-clean): New target.
21030
21031 * xml.el (xml-get-attribute-or-nil): Simplify.
21032
21033 2004-03-02 Juri Linkov <juri@jurta.org>
21034
21035 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21036 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21037 URL to prevent their substitution with the environment variable
21038 values by browsers.
21039
21040 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21041
21042 * ps-print.el: Doc fix.
21043 (ps-print-version): New version number (6.6.3).
21044 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21045 Docstring fix.
21046 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21047 before printing.
21048 (ps-time-stamp-yyyy-mm-dd): New fun.
21049 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21050
21051 2004-03-02 Kim F. Storm <storm@cua.dk>
21052
21053 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21054
21055 2004-03-01 Juanma Barranquero <lektu@terra.es>
21056
21057 * allout.el (allout-rebullet-heading): Fix typo in docstring.
21058
21059 * desktop.el (desktop-file-version)
21060 (desktop-after-read-hook): Fix typos.
21061 (desktop-clear-preserve-buffers): Remove redundant info in
21062 docstring already shown by the obsolescence message.
21063 (desktop-truncate, desktop-internal-v2s)
21064 (desktop-value-to-string): Change argument name to match docstring.
21065
21066 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21067
21068 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21069 docstring.
21070
21071 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21072
21073 * printing.el: Replace "As Is..." in PostScript file print/preview by
21074 "No Preprocessing...". Suggested by Colin Marquardt
21075 <_marquardt_@zmd.de>.
21076 (pr-insert-section-4): Adjust buffer interface.
21077
21078 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
21079
21080 Version 2.0.39 of Tramp released.
21081
21082 * net/tramp.el (tramp-handle-file-local-copy)
21083 (tramp-handle-write-region, tramp-open-connection-rsh):
21084 Variable name typo. Small change. From Patrick Tullmann
21085 <tullmann@flux.utah.edu>.
21086 (tramp-process-connection-type): New variable.
21087 (tramp-maybe-open-connection): Use it.
21088 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21089 (tramp-touch): Set last-modified time of a remote file.
21090 (tramp-handle-write-region): Say which function is used when encoding.
21091
21092 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
21093
21094 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21095 case of non-existing filename, too. Reported by Christoph Bauer
21096 <c_bauer@informatik.uni-kl.de>.
21097 (tramp-smb-get-file-entries): The directory in question should
21098 have permissions "drwxrwxrwx". Just virtual, because we don't
21099 know the real permissions. Don't we know?
21100 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21101 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21102 (tramp-smb-wait-for-output): Optimize algorithm getting pending
21103 output. If it was received chunkwise, there have been problems.
21104 Remove the "prompt not found" error message; it is obvious.
21105 Simplify algorithm.
21106 (tramp-smb-process-running): Remove. Since we acknowledge the
21107 virtual prompt for shares, there's no need for distinction of
21108 reading shares (process ends afterwards) and interactive mode of
21109 smblient.
21110 (tramp-smb-open-connection): Setting process sentinel removed.
21111 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21112 "NT_STATUS_NETWORK_ACCESS_DENIED".
21113 (tramp-smb-maybe-open-connection): Set `process-connection-type'
21114 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21115 (top-level): Setting default value in `tramp-default-method-alist'
21116 corrected. Order of USER and HOST have been wrong.
21117 Nobody complained for months ...
21118 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21119 (tramp-smb-open-connection): Clear password cache if login has failed.
21120
21121 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21122 `tramp-unified-filenames'.
21123 (tramp-completion-mode): Make test for XEmacs explicitly.
21124 `event-to-character' can exists in Emacs packages too.
21125 Reported by Matt Swift <swift@alum.mit.edu>.
21126 (tramp-buffer-name): Buffer name must contain the user if exists.
21127 Reported by Adrian Phillips <a.phillips@met.no>.
21128 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21129 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21130 (tramp-do-copy-or-rename-file-out-of-band): Rename from
21131 `tramp-do-copy-or-rename-file-one-local', because it handles also
21132 the case both files use the same out-of-band method.
21133 Implementation added.
21134 (tramp-handle-file-local-copy, tramp-handle-write-region):
21135 Out-of-band handling removed. `copy-file' called instead, which
21136 calls `tramp-do-copy-or-rename-file-out-of-band'.
21137 (tramp-action-password): Check for out-of-band method removed.
21138 This function is used for 'login-program.
21139 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21140 appropriate.
21141 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21142 and `tramp-parse-sknownhosts'.
21143 (tramp-completion-function-alist): It's a defvar now, because we
21144 want to apply the optimized `tramp-set-completion-function'
21145 instead of a static list.
21146 (tramp-set-completion-function): Implementation tuned.
21147 Avoid double entries, and entries where the function or the
21148 file/directory doesn't exist.
21149 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21150 for SSH2.
21151 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21152 (tramp-handle-dired-compress-file): New function.
21153 (tramp-async-proc): New variable.
21154 (tramp-handle-shell-command): Adding asynchronous processes.
21155 They are far from being perfect, but it works at least for
21156 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21157 (top-level): Require password.el if visible. Should be mandatory
21158 once No Gnus has found its way into (X)Emacs.
21159 (tramp-read-passwd): Invoke `password-read' if available,
21160 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
21161 fallback any longer.
21162 (tramp-clear-passwd): New function.
21163 (tramp-process-actions, tramp-process-multi-actions):
21164 Clear password cache if login has failed.
21165
21166 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
21167 its own module.
21168 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21169 `ange-ftp-ftp-name-res'. There could be incorrect values from
21170 previous calls in case the "ftp" method is used in the Tramp file
21171 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21172
21173 2004-02-28 Richard M. Stallman <rms@gnu.org>
21174
21175 * term.el (term-mouse-paste): Call mouse-set-point.
21176
21177 * thumbs.el: New file.
21178
21179 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21180
21181 * progmodes/ebnf-abn.el: Doc fix.
21182
21183 * progmodes/ebnf-bnf.el: Doc fix.
21184 (ebnf-repeat): Code fix.
21185
21186 * progmodes/ebnf2ps.el: Doc fix.
21187 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21188
21189 2004-02-28 Juri Linkov <juri@jurta.org>
21190
21191 * ffap.el (dired-at-point): Additional writability test for
21192 relative directory names.
21193 (dired-at-point-prompter): Treat directories as a directory, get
21194 the directory component from files.
21195 (ffap-string-at-point): Return string from region if region is active.
21196 (ffap-file-at-point): Remove redundant code.
21197
21198 2004-02-28 Kim F. Storm <storm@cua.dk>
21199
21200 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21201 Initialize margin area images to nil.
21202 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21203 (breakpoint-enabled-bitmap-face)
21204 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21205 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21206 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21207 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21208 (gdb-reset): Use gdb-remove-breakpoint-icons.
21209 (gdb-put-string): Add dprop arg to specify alternative display
21210 property (for setting fringe bitmap).
21211 (gdb-remove-strings): Doc fix.
21212 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21213 icon in fringe (if available), or else as icon or text in display
21214 margin. Creates necessary icons in breakpoint-bitmap,
21215 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21216 Also make left window margin if required.
21217 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21218 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
21219 no longer needed.
21220 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21221 gdb-put-breakpoint-icon.
21222 (gdb-assembler-mode): Don't set left-margin-width here.
21223
21224 2004-02-27 Kevin Ryde <user42@zip.com.au>
21225
21226 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21227 comma, so that it DTRT in macros.
21228
21229 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
21230
21231 * progmodes/sh-script.el (sh-shell-arg)
21232 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21233 (sh-leading-keywords, sh-other-keywords): Fix custom type.
21234
21235 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
21236
21237 * faces.el (face-spec-set-match-display): Add a new attribute,
21238 `min-colors'.
21239 (region, highlight, secondary-selection): Use `min-colors'.
21240
21241 * custom.el (defface): Add documentation for `min-colors'.
21242
21243 * font-lock.el (font-lock-comment-face, font-lock-string-face)
21244 (font-lock-keyword-face, font-lock-function-name-face)
21245 (font-lock-variable-name-face, font-lock-constant-face):
21246 Use `min-colors'.
21247
21248 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21249
21250 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21251
21252 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
21253 define assq-delete-all if it's not defined.
21254 (ebnf-generate-region): Code fix.
21255
21256 * printing.el: Doc fix.
21257 (pr-version): New version number (6.7.2).
21258 (pr-command): Return empty string if command is an empty string.
21259
21260 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21261
21262 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21263
21264 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
21265 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21266 semi-down-full. Fix a bug on productions like test = {"test"}* | (
21267 "tt" ["test"] ). Reported by Markus Dreyer
21268 <mdreyer@ix.urz.uni-heidelberg.de>.
21269 (ebnf-version): New version number (4.0).
21270 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21271 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21272 (ebnf-delete-style): New commands.
21273 (ebnf-directory, ebnf-file): New funs.
21274 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21275 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21276 (ebnf-syntax-alist): New var.
21277 (ebnf-element-width): New fun replacing ebnf-list-width.
21278 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21279 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21280 (ebnf-prologue): Adjust vars.
21281 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21282 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21283 (ebnf-check-style-values, ebnf-generate-production)
21284 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21285 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21286 (ebnf-token-repeat): Code fix.
21287
21288 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21289 %right, %left and %prec. Suggested by Matthew K. Junker
21290 <junker@alum.mit.edu>.
21291 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21292
21293 * progmodes/ebnf-iso.el: Doc fix.
21294 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21295 (ebnf-iso-lex): Code fix.
21296
21297 * progmodes/ebnf-bnf.el: Doc fix.
21298 (ebnf-bnf-lex): Code fix.
21299
21300 * progmodes/ebnf-otz.el: Doc fix.
21301
21302 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21303
21304 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21305 (abbrev-prefix-mark): Doc fix.
21306
21307 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
21308
21309 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21310 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21311 (gdb-var-delete): Make interactive (really).
21312 (gdb-edit-value): Make non-interactive.
21313
21314 * progmodes/gud.el (gud-speedbar-menu-items):
21315 Add gdb-var-delete and, indirectly, gdb-edit-value.
21316 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21317 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21318 (gud-gdb-marker-filter): Add comment for annotations.
21319
21320 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21321
21322 * calendar/calendar.el (generate-calendar)
21323 (calendar-read-date): Prevent display of BC calendars once more -
21324 reverts 2003-10-01 change.
21325 (generate-calendar-month): Doc fix.
21326
21327 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21328
21329 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21330 return value of increment-calendar-month.
21331
21332 2004-02-21 Stephen Compall <s11@member.fsf.org>
21333
21334 * saveplace.el (save-place-forget-unreadable-files)
21335 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21336 (save-place-forget-unreadable-files): New function.
21337 (save-place-alist-to-file): Use it to filter out files that are
21338 no longer readable.
21339
21340 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21341 current Texinfo environment, using the same method as in
21342 `texinfo-insert-@end', and insert a space rather than a newline if
21343 point in a @table environment.
21344
21345 2004-02-21 Juri Linkov <juri@jurta.org>
21346
21347 * ffap.el (ffap-file-at-point): Try parent directories.
21348
21349 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21350
21351 * vcursor.el (vcursor-modifiers): New defcustom.
21352 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21353 hard-coded list.
21354
21355 2004-02-21 Masatake YAMATO <jet@gyve.org>
21356
21357 * play/animate.el (animate-birthday-present): Accept names other
21358 than `Sarah', too.
21359
21360 2004-02-21 Juri Linkov <juri@jurta.org>
21361
21362 * startup.el: Remove table of command line arguments from the
21363 Commentary section.
21364
21365 2004-02-20 John Wiegley <johnw@newartisans.com>
21366
21367 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21368 again" modifier from 'e' to 'E', since 'e' is also used by the
21369 "file extension" modifier.
21370
21371 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21372
21373 * help-fns.el (describe-categories): Doc fix.
21374
21375 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21376
21377 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21378 temporary file for buffer already visiting one. This change makes
21379 output likely to be directly usable by patch program.
21380 Suggested by Adrian Aichner <adrian@xemacs.org>
21381
21382 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
21383
21384 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21385 case of variables defined in compound statements.
21386 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21387 Simplify constructions using switch-to-buffer.
21388
21389 2004-02-19 Simon Josefsson <jas@extundo.com>
21390
21391 * play/morse.el: Fix typo.
21392 (morse-code): Add @.
21393
21394 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21395
21396 * calendar/appt.el (appt-display-format): Change default to
21397 'ignore, for backwards compatibility.
21398 (appt-display-message): If appt-display-format is 'ignore,
21399 respect old vars appt-msg-window and appt-visible.
21400 (appt-activate): Don't depend on return value of cancel-timer.
21401
21402 * calendar/calendar.el (calendar-holidays): Doc fix.
21403
21404 * calendar/cal-coptic.el (coptic-prompt-for-date):
21405 Use assoc-string instead of assoc-ignore-case.
21406 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21407 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21408 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21409 * calendar/cal-islam.el (calendar-goto-islamic-date)
21410 (mark-islamic-diary-entries): Ditto.
21411 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21412 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21413 (calendar-read-mayan-tzolkin-date): Ditto.
21414 * calendar/calendar.el (calendar-read-date): Ditto.
21415 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21416
21417 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21418
21419 * progmodes/executable.el (executable-command-find-posix-p):
21420 Fix choice of the directory.
21421
21422 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21423
21424 * simple.el (interprogram-cut-function)
21425 (interprogram-paste-function, kill-new, kill-append):
21426 Doc fixes.
21427 (kill-region): Make it return nil. Doc fix.
21428 (yank-pop): Make its argument optional.
21429 (yank): Make ARG `-' equivalent to `-1'.
21430
21431 2004-02-17 Eli Zaretskii <eliz@gnu.org>
21432
21433 * mail/rmail.el (rmail-get-new-mail): Don't reference
21434 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21435
21436 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21437
21438 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21439 if one of global-auto-revert-non-file-buffers or autorevert-mode
21440 is non-nil.
21441
21442 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21443
21444 * subr.el (delete-dups): A better implementation from Karl Heuer
21445 <kwzh@gnu.org>.
21446
21447 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21448
21449 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21450 correct place.
21451 * progmodes/icon.el (icon-indent-command): Ditto.
21452 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21453
21454 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21455
21456 * progmodes/grep.el (grep-compute-defaults): Undo change from
21457 2004-01-29: don't use executable-command-find-posix-p.
21458
21459 2004-02-16 Richard Sharman <rsharman@pobox.com>
21460
21461 * hilit-chg.el: Use require instead of eval-and-compile.
21462 (highlight-compare-buffers): New function.
21463
21464 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21465
21466 * man.el (Man-fontify-manpage): Render section headings in
21467 `Man-overstrike-face' even when overstrike was not used by man
21468 formatter for section headings.
21469
21470 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21471
21472 * rmail-spam-filter.el (vm-use-spam-filter)
21473 (rsf-min-region-length-added-to-spam-list): New variables.
21474 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21475 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
21476 spam testing. Don't delete spam message if automatic deletion
21477 after output via variable rmail-delete-after-output is turned on.
21478 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21479 rsf-bbdb-dont-create-entries-for-spam.
21480 (check-field): New function, extracted from code in
21481 rmail-spam-filter to ease addition of header fields like content-type.
21482 (message-content-type): New variable to check the content-type:
21483 field added, also in defcustom of rsf-definitions-alist.
21484 (rmail-spam-filter): Replace repeated test code for header fields
21485 by calls to check-field; change the call to
21486 rmail-output-to-rmail-file such that rmail-current-message stays
21487 the same to avoid wrong deletion of unseen flags.
21488 (rsf-add-contents-type): New function to convert old format
21489 of rmail-spam-definitions-alist into new one.
21490 Change prefixes of all variables and functions from
21491 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21492
21493 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21494
21495 * loadhist.el (unload-hook-features-list): New defvar.
21496
21497 2004-02-16 Dave Love <fx@gnu.org>
21498
21499 * loadhist.el (unload-feature): Doc fix. Rename flist to
21500 unload-hook-features-list.
21501
21502 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
21503
21504 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21505 cookie. Don't check if we are looking-at open-formula.
21506
21507 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21508
21509 * subr.el (match-string-no-properties): Use substring-no-properties.
21510
21511 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21512
21513 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21514 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21515 Use lower-case "rx" in all error message.
21516
21517 2004-02-16 Dave Love <fx@gnu.org>
21518
21519 * emacs-lisp/rx.el (rx-or): Put group around result.
21520 (rx-constituents): Add backref.
21521 (rx-syntax): Add string-delimiter, comment-delimiter.
21522 (rx-categories): Add combining-diacritic.
21523 (rx-check-not, rx-greedy, rx): Doc fix.
21524 (rx-backref, rx-check-backref): New.
21525
21526 2004-02-16 Jesper Harder <harder@ifa.au.dk>
21527
21528 * newcomment.el (uncomment-region): Allow eob as comment end.
21529
21530 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21531
21532 * filecache.el: All message and error commands now use prefix
21533 "Filecache:" to make it easy to read *Messages* buffer.
21534
21535 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21536
21537 * autorevert.el: Add support to detect changed dired and VC buffers.
21538 (auto-revert-active-p, auto-revert-list-diff)
21539 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21540 (auto-revert-handler, auto-revert-active-p): New functions.
21541 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21542 and `auto-revert-active-p'.
21543 (eval-when-compile): Defvar dired-directory and vc-mode.
21544 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21545 (auto-revert-handler-vc): New functions.
21546
21547 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21548
21549 * progmodes/compile.el (compilation-directory): New defvar.
21550 (compile): Save current directory in compilation-directory.
21551 (recompile): Bind default-directory to compilation-directory if
21552 that is non-nil.
21553
21554 2004-02-16 Dave Love <fx@gnu.org>
21555
21556 * newcomment.el (comment-insert-comment-function)
21557 (comment-region-function, uncomment-region-function): New.
21558 (comment-indent): Use comment-insert-comment-function.
21559 (uncomment-region): Use uncomment-region-function.
21560 (comment-region): Use comment-region-function.
21561
21562 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21563
21564 2004-02-16 Richard Stallman <rms@gnu.org>
21565
21566 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21567 loaddefs* and ldefs-boot*.
21568
21569 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21570
21571 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21572 and email address at the beginning and end of the address.
21573
21574 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21575 anchored at the beginning of the email address.
21576
21577 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21578
21579 * international/ccl.el (ccl-compile-write): Pass `left' to
21580 ccl-embed-code to generate correct code of write-expr-register.
21581
21582 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21583
21584 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21585
21586 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21587
21588 * x-dnd.el: Mention support for Motif in commentary.
21589 (x-dnd-handle-drag-n-drop-event): Ditto.
21590
21591 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21592
21593 * ses.el: Use "ses--" prefixes for buffer-local variables.
21594 Use (point-min) instead of 1, even when we know the buffer
21595 is unnarrowed.
21596 (ses-build-load-map): Delete. Distribute its content to defconsts for
21597 the three maps.
21598 (ses-menu, ses-header-line-menu): New menus.
21599 (ses-mode-map): Use them.
21600 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21601
21602 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21603
21604 * Makefile.in: Fix the CC Mode recompile kludge so it works
21605 when building in a different directory.
21606
21607 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21608
21609 * simple.el (kill-new): Put yank-handler property on the entire string.
21610
21611 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21612
21613 * diff.el: Don't use compile any more, use diff-mode instead.
21614 (diff-regexp-alist, diff-old-file, diff-new-file)
21615 (diff-parse-differences, diff-process-setup): Remove.
21616 (diff-sentinel): New fun.
21617 (diff): Use it. Run the process ourselves.
21618 Use diff-mode for the rest of the processing.
21619
21620 * diff.el (diff): Simplify code handling `switch'.
21621
21622 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21623
21624 * pcvs-defs.el (cvs-menu): Add `tag'.
21625
21626 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21627
21628 * simple.el (kill-append): Doc fix.
21629
21630 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21631 Adapt outline-regexp to the new conventions for commenting out code.
21632
21633 2004-02-11 John Paul Wallington <jpw@gnu.org>
21634
21635 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21636
21637 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * diff.el (diff-switches): New fun.
21640 (diff, diff-backup): Use it.
21641 (diff): Clean up the args construction. Use backquote.
21642 Use listp instead of consp to avoid putting a nil arg.
21643 (diff): Add a revert-buffer function.
21644
21645 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21646
21647 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21648 handled by x-dnd-handle-file-name.
21649 (x-dnd-known-types): Add COMPOUND_TEXT.
21650 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21651 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21652 x-dnd-empty-state.
21653 (x-dnd-forget-drop): Ditto.
21654 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21655 (x-dnd-handle-one-url): Return private when inserting text.
21656 (x-dnd-insert-ctext): New function.
21657 (x-dnd-handle-file-name): New function for FILE_NAME.
21658 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21659 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21660 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21661
21662 2004-02-10 Kenichi Handa <handa@m17n.org>
21663
21664 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21665 instead of while loop.
21666
21667 2004-02-10 Miles Bader <miles@gnu.org>
21668
21669 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21670
21671 2004-02-09 Kenichi Handa <handa@m17n.org>
21672
21673 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21674 have end-of-line.
21675
21676 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21677
21678 * Makefile.in: Added extra dependencies in the recompile target
21679 needed to cope with the compile time macro expansions in CC Mode.
21680
21681 2004-02-09 Kim F. Storm <storm@cua.dk>
21682
21683 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21684 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21685 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21686 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21687 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21688 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21689 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21690 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21691 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21692 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21693 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21694
21695 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21696
21697 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21698 Don't allow shrink if there's a window on our right.
21699
21700 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21701 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21702 Bring together declaration and initialization.
21703 (prolog-mode-variables): Don't set the syntax table.
21704 Don't set paragraph-start and comment-indent-function.
21705 Add /*..*/ to the comment regexps.
21706 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21707 (prolog-mode-map): Don't bind TAB.
21708 (prolog-mode): Set the syntax table.
21709 (prolog-comment-indent): Remove.
21710 (inferior-prolog-mode-map): Initialize in the declaration.
21711 (inferior-prolog-mode-syntax-table)
21712 (inferior-prolog-mode-abbrev-table): New vars.
21713 (inferior-prolog-mode): Derive from comint-mode.
21714 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21715 minibuffer windows.
21716
21717 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21718 in file names, as long as it is unambiguous.
21719
21720 2004-02-08 Andreas Schwab <schwab@suse.de>
21721
21722 * textmodes/reftex-toc.el
21723 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21724 format. Doc fix.
21725
21726 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21727 format string arguments.
21728
21729 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21730 string argument.
21731
21732 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21733
21734 * play/zone.el (zone-call): Fix format string.
21735
21736 * net/webjump.el (webjump-builtin): Add missing format string argument.
21737
21738 * midnight.el (midnight-delay-set): Remove extra format string
21739 argument.
21740
21741 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21742
21743 * hexl.el (hexl-insert-char): Add missing format string argument.
21744
21745 * format.el (format-decode): Fix format string.
21746
21747 * emulation/vi.el (vi-mode): Remove extra format string argument.
21748 (vi-repeat-last-search): Likewise.
21749 (vi-reverse-last-search): Likewise.
21750 (vi-goto-mark): Likewise.
21751 (vi-reverse-last-find-char): Likewise.
21752 (vi-repeat-last-find-char): Likewise.
21753 (vi-locate-def): Likewise.
21754
21755 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21756
21757 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21758 string argument.
21759 (ediff-toggle-regexp-match): Likewise.
21760
21761 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21762 format string argument.
21763
21764 * calc/calc-map.el (calc-get-operator): Remove extra format
21765 string argument.
21766
21767 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21768
21769 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21770 string argument.
21771
21772 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21773
21774 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21775
21776 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21777
21778 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21779 (cl-struct-setf-expander): Likewise.
21780
21781 * vc.el (with-vc-file): Fix unsafe uses of error.
21782 (vc-cancel-version): Likewise.
21783
21784 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21785
21786 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21787 thousands separator; fixes <class>:<line-number> regexp for
21788 non-english locales.
21789
21790 2004-02-08 Andreas Schwab <schwab@suse.de>
21791
21792 * view.el (view-mode-enable): Revert previous change.
21793
21794 2004-02-07 Kim F. Storm <storm@cua.dk>
21795
21796 * simple.el (line-number-at-pos): Rename from line-at-pos.
21797 Uses changed (what-line and vc-annotate-warp-version).
21798
21799 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21800
21801 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21802 (diff-mode): Remove aborted attempt at support for compile.el.
21803 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21804
21805 2004-02-06 Andreas Schwab <schwab@suse.de>
21806
21807 * view.el (view-mode-enable): Add view-mode-map to
21808 minor-mode-overriding-map-alist.
21809
21810 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21811
21812 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21813
21814 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21815
21816 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21817 with point inside rather than after the paragraph.
21818
21819 2004-02-04 Sam Steingold <sds@gnu.org>
21820
21821 * mail/smtpmail.el (smtpmail-try-auth-methods):
21822 Do not try authentication when no mechanism is available.
21823 Pass port-name as defaultport to `netrc-machine'.
21824
21825 2004-02-04 Stephen Eglen <stephen@gnu.org>
21826
21827 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21828 to show how minibuffer height can be constrained.
21829
21830 2004-02-04 John Paul Wallington <jpw@gnu.org>
21831
21832 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21833
21834 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21835
21836 * x-dnd.el: New file for drag and drop.
21837
21838 * term/x-win.el: require x-dnd, set after-make-frame-functions
21839 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21840 drag-n-drop event.
21841
21842 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21843 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21844 (dired-dnd-handle-file): New functions for drag and drop support.
21845 (dired-mode): Initialize drag and drop if x-dnd present.
21846
21847 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21848
21849 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21850 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21851 (cperl-mode): Set fill-paragraph-function.
21852 (cperl-fill-paragraph): Make it non-interactive.
21853
21854 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21855
21856 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21857
21858 2004-02-02 David Kastrup <dak@gnu.org>
21859
21860 * replace.el (perform-replace): Allow 'literal argument in
21861 regexp-flag to indicate literal replacement.
21862 (query-replace-regexp-eval): Use it.
21863
21864 2004-02-01 Andreas Schwab <schwab@suse.de>
21865
21866 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21867
21868 2004-02-01 Stephen Eglen <stephen@gnu.org>
21869
21870 * info-look.el: Add support for maxima-mode. Update commentary
21871 because info-lookup-symbol is now bound to C-h S.
21872
21873 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21874
21875 * simple.el (edit-and-eval-command): Bind print-level and
21876 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21877 Correct initial position in command-history.
21878
21879 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21880
21881 * files.el (read-directory-name): Adapt the docstring to recent
21882 change in Fread_file_name.
21883
21884 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21885
21886 * ses.el (ses-print-cell): If print format too wide for column
21887 width, truncate decimal places if that helps to avoid "#####" fill.
21888 * ses.el (ses-initial-column-width): Revert previous change.
21889
21890 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
21891
21892 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21893 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21894 Add edebug info.
21895 (jit-lock-mode): Setup/cancel the new timer.
21896 (jit-lock-context-fontify): New fun. Extracted from
21897 context fontification code of jit-lock-stealth-fontify.
21898 (jit-lock-stealth-fontify): Don't do context fontification any more.
21899
21900 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21901 (jit-lock-fontify-now): Handle the `quit' case.
21902 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21903
21904 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21905
21906 * progmodes/executable.el (executable-command-find-posix-p):
21907 New. Check if find handles arguments Posix-style.
21908
21909 * progmodes/grep.el (grep-compute-defaults):
21910 Use executable-command-find-posix-p.
21911 (grep-find): Check `grep-find-command'.
21912
21913 * filecache.el (file-cache-find-posix-p): Delete.
21914 (file-cache-add-directory-using-find):
21915 Use `executable-command-find-posix-p'.
21916
21917 2004-01-29 Dave Love <fx@gnu.org>
21918
21919 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21920 Iterate the hook function if arg is given.
21921 (mark-defun, narrow-to-defun): Change order of finding the limits.
21922
21923 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21924 (byte-compile-format-warn): New.
21925 (byte-compile-callargs-warn): Use it.
21926 (Format, message, error): Add byte-compile-format-like property.
21927 (byte-compile-maybe-guarded): New.
21928 (byte-compile-if, byte-compile-cond): Use it.
21929 (byte-compile-lambda): Compile interactive forms,
21930 just to make warnings about them.
21931
21932 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21933
21934 * ses.el (ses-initial-column-width): Increase to 14, so it will
21935 work well with the default printer of "%.7g" for extreme values
21936 like "-1.234567e+07".
21937
21938 2004-01-29 Kenichi Handa <handa@m17n.org>
21939
21940 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21941
21942 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21943
21944 * dos-w32.el: Added support for the `default-printer-name' function.
21945
21946 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21947
21948 * server.el (server-socket-name): Don't use the hostname in the
21949 socket name since /tmp is local to the host anyway.
21950
21951 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21952 robust check of widening and fix var-naming.
21953
21954 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21955
21956 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21957 or rmail-spam- to rsf- in all function and variable names.
21958 (rsf-min-region-to-spam-list): New variable.
21959 (rsf-bbdb-auto-delete-spam-entries): Rename from
21960 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21961 scanned together with the recipients field for spam testing; Don't
21962 delete spam message if rmail-delete-after-output is non-nil;
21963 (rsf-check-field): New function, extracted from code in
21964 rmail-spam-filter to ease addition of header fields like
21965 content-type:;
21966 (message-content-type): New variable. The content-type: field was
21967 added also in defcustom of rsf-definitions-alist;
21968 (rmail-spam-filter): Replace repeated test code for header fields
21969 by calls to check-field; change the call to
21970 rmail-output-to-rmail-file such that rmail-current-message stays
21971 the same to avoid wrong deletion of unseen flags.
21972 (rmail-use-spam-filter): Add autoload cookie.
21973
21974 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
21975
21976 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21977 (file-cache-add-directory-using-find): Add Cygwin support.
21978 (file-cache-find-command-posix-flag): New user variable.
21979
21980 * filecache.el (file-cache-add-directory): Check for
21981 directories an remove them from dir-files.
21982
21983 2004-01-27 Richard M. Stallman <rms@gnu.org>
21984
21985 * man.el (Man-fontify-manpage): Clean up message.
21986
21987 2004-01-27 Kenichi Handa <handa@m17n.org>
21988
21989 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21990 (sentence-end): Define using sentence-end-without-space.
21991
21992 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21993 a sentence ends with one of a character in sentence-end-without-space.
21994
21995 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * font-lock.el (font-lock): Add jit-lock as explicit group member.
21998 (jit-lock): Group declaration moved to jit-lock.el.
21999 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22000 when necessary.
22001
22002 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22003 (jit-lock-context-unfontify-pos): Rename from
22004 jit-lock-first-unfontify-pos.
22005 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22006
22007 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22008
22009 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22010 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22011 (fortran-fill): When filling a string, adjust re-search-backward
22012 argument for special case of string just on fill-column.
22013 When filling non-string, allow one extra char if
22014 fortran-break-before-delimiters is non-nil.
22015 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22016 Use fortran-break-delimiters-re and fortran-no-break-re to
22017 correctly handle cases such as "**".
22018
22019 * progmodes/f90.el (f90-break-delimiters): Doc fix.
22020 (f90-no-break-re): Add some extra tokens. Doc fix.
22021
22022 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
22023
22024 * mail/rmail-spam-filter.el:
22025 Use two semicolons as Commentary line prefix.
22026 Add ";;; Code:" stylized comment.
22027 Delete end-of-line whitespace.
22028 Wrap (require 'cl) with `eval-when-compile'.
22029
22030 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
22031
22032 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22033 at the top level of vc.el.
22034
22035 2004-01-23 Andre Spiegel <spiegel@gnu.org>
22036
22037 * vc.el (vc-current-line): Function removed. This is now done by
22038 the new function line-at-pos in simple.el.
22039 (vc-annotate-warp-version): Use line-at-pos instead of
22040 vc-current-line.
22041
22042 2004-01-22 Kim F. Storm <storm@cua.dk>
22043
22044 * simple.el (line-at-pos): New defun.
22045 (what-line): Use it. Optimize by only counting lines in narrowed
22046 region once.
22047
22048 2004-01-22 Kenichi Handa <handa@m17n.org>
22049
22050 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22051 point (register r1) only for charset mule-unicode-0100-24ff.
22052
22053 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
22054
22055 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22056 trailing white space and ensure a final newline.
22057
22058 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22059 Add autoload cookie.
22060
22061 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
22062
22063 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22064 activate view-mode explicitly.
22065
22066 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22067
22068 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22069 menu-bar-enable-clipboard and make Paste use clipboard first.
22070
22071 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22072
22073 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
22074 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22075 (vc-mcvs-cvs): Remove.
22076 (vc-mcvs-command): Remove use of assert.
22077
22078 * outline.el (outline-insert-heading): Tighten up match.
22079 (outline-demote, outline-move-subtree-down): Don't assume anything
22080 about outline-regexp.
22081
22082 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22083 (texinfo-show-structure): Explicitly add ^, and simplify.
22084
22085 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
22086
22087 * calendar/appt.el (appt-check): Restore usage of
22088 appt-issue-message deleted in previous change.
22089 (top-level): Activate package when loaded (needed for backwards
22090 compatibility).
22091
22092 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22093
22094 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22095 following previous change to smtpmail-send-data.
22096
22097 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
22098
22099 * vc.el (vc-default-previous-version): Doc enhancement.
22100 (vc-default-next-version): New function.
22101 (vc-print-log): New arg FOCUS-REV.
22102 (vc-annotate-mode): Derive from view-mode.
22103 (vc-annotate): New args REVISION, DISPLAY-MODE.
22104 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22105 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22106 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22107 (vc-annotate-show-diff-revision-at-line, vc-current-line)
22108 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22109
22110 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22111
22112 2004-01-19 Karl Berry <karl@gnu.org>
22113
22114 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22115 or "TexInfo".
22116
22117 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
22118
22119 * subr.el (delete-dups): New function.
22120
22121 2004-01-19 Karl Berry <karl@gnu.org>
22122
22123 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22124 with ^, since that's what texinfo-show-structure
22125 documentation says (plus it works much better in texinfo.txi).
22126
22127 2004-01-18 Jesper Harder <harder@ifa.au.dk>
22128
22129 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22130
22131 2004-01-18 David Ponce <david@dponce.com> (tiny change)
22132
22133 * progmodes/which-func.el (which-function-mode): Don't cancel
22134 which-func-update-timer if not set.
22135
22136 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
22137
22138 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22139 Remove spurious left square bracket in XX:XXam regexp.
22140
22141 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
22142
22143 * progmodes/cc-defs.el: Do not require cl at run time.
22144
22145 2004-01-16 Richard M. Stallman <rms@gnu.org>
22146
22147 * emacs-lisp/cl.el (cl-cannot-unload): New function.
22148 (cl-unload-hook): Defvar this to run cl-cannot-unload.
22149
22150 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22151 Call rmail-spam-filter. Delete and expunge spam.
22152 Print number of spam messages deleted.
22153 Save and restore the deletion status of old messages when reading
22154 new mail with spam filter, so that expunging spam does not expunge
22155 msgs deleted by the user.
22156 (rmail-only-expunge): Add an optional argument dont-show to
22157 prevent showing message after expunge.
22158
22159 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
22160
22161 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22162 * subr.el (declare): New macro.
22163
22164 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
22165
22166 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22167
22168 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
22169
22170 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22171 Test window-system rather than system-type (for X11/Mac).
22172
22173 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
22174
22175 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22176
22177 2004-01-12 Richard M. Stallman <rms@gnu.org>
22178
22179 * mail/rmail.el (rmail-convert-to-babyl-format):
22180 Use mail-unquote-printable-region.
22181 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22182 (rmail-hex-char-to-integer): Functions deleted.
22183
22184 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22185 (mail-unquote-printable-region): New arg NOERROR.
22186 For invalid encoding, either signal an error to just return nil.
22187
22188 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22189
22190 * calendar/appt.el: Update copyright and commentary.
22191 (appt-issue-message): Make obsolete.
22192 (appt-visible, appt-msg-window): Make obsolete, in favor of
22193 appt-display-format.
22194 (appt-display-mode-line, appt-display-duration)
22195 (appt-display-diary, appt-time-msg-list, appt-mode-string)
22196 (appt-prev-comp-time, appt-display-count, appt-timer)
22197 (appt-convert-time): Doc change.
22198 (appt-disp-window-function, appt-delete-window-function):
22199 Use defcustom rather than defvar.
22200 (appt-display-format): New variable.
22201 (appt-display-message): New function with display code from appt-check.
22202 (appt-check): Add optional FORCE argument. Doc change.
22203 Add appt-make-list to diary-hook if displaying diary.
22204 Remove checking of view-diary-entries-initially.
22205 Message display section removed to new function appt-display-message.
22206 (appt-display-window): Doc change. Remove unused internal var
22207 this-buffer. Do not beep, since appt-display-message does that.
22208 (appt-make-list): Doc change. Use caar.
22209 (appt-sort-list): Simplify by using builtin sort function.
22210 (appt-update-list): New function for updating appts when diary is
22211 saved.
22212 (appt-activate): New autoloaded function to toggle package
22213 functionality.
22214
22215 * calendar/cal-x.el: (calendar-one-frame-setup)
22216 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22217
22218 * calendar/calendar.el: Update copyright.
22219 (view-diary-entries-initially, european-calendar-style): Doc change.
22220 (calendar-setup): Make defcustom rather than defvar.
22221 (mark-visible-calendar-date): Initialize temp-face and faceinfo
22222 in let binding so local to function.
22223
22224 * calendar/diary-lib.el: Update copyright.
22225 (diary, diary-entry-time): Doc change.
22226 (list-diary-entries): Doc change. Trivial logic change.
22227 (fancy-diary-display): Restore make-face command mistakenly
22228 deleted 2003-05-08.
22229 (show-all-diary-entries): Allow to pop-up frame if needed.
22230
22231 2004-01-09 John Paul Wallington <jpw@gnu.org>
22232
22233 * bindings.el (mode-line-change-eol): Add EVENT parameter.
22234 Temporarily select EVENT's window for changing eol type.
22235
22236 2004-01-09 Deepak Goel <deego@gnufans.org>
22237
22238 * calendar/diary-lib.el (diary-entry-time):
22239 Also accept time in the form XX[.XX][am/pm/AM/PM].
22240 (fancy-diary-font-lock-keywords): Likewise.
22241 (diary-font-lock-keywords): Likewise.
22242 * calendar/appt.el (appt-add): Likewise.
22243 (appt-make-list): Likewise.
22244 (appt-convert-time): Likewise.
22245
22246 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
22247
22248 * gdb-ui.el (gdb-ann3): Revert previous change.
22249 (gdb-source-info): Allow for case of where compilation directory
22250 is not recorded.
22251
22252 2004-01-08 John Paul Wallington <jpw@gnu.org>
22253
22254 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22255
22256 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
22257
22258 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22259
22260 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22261 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22262 problems.
22263 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22264
22265 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
22266
22267 * files.el (write-file-functions, write-contents-functions):
22268 Clarify docstrings.
22269
22270 2004-01-07 Kenichi Handa <handa@m17n.org>
22271
22272 * international/mule.el (set-auto-coding): Fix for the case that
22273 end-of-line is only CR.
22274
22275 2004-01-07 Kim F. Storm <storm@cua.dk>
22276
22277 * subr.el (event-start, event-end): Doc fix.
22278 (posn-string, posn-image): New defuns.
22279 (posn-object): Return either image or string object.
22280 (posn-object-x-y): Return 8th element of position.
22281 (posn-object-width-height): New defun.
22282
22283 2004-01-06 Andreas Schwab <schwab@suse.de>
22284
22285 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22286 output.
22287
22288 2004-01-05 Karl Berry <karl@gnu.org>
22289
22290 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22291 / and *, too.
22292
22293 2003-12-31 Simon Josefsson <jas@extundo.com>
22294
22295 * files.el (before-save-hook): Add.
22296 (basic-save-buffer): Use before-save-hook.
22297
22298 * emacs-lisp/copyright.el: Fix comment to recommend
22299 before-save-hook instead of write-file-functions.
22300
22301 2004-01-05 Richard M. Stallman <rms@gnu.org>
22302
22303 * finder.el (finder-commentary): Call delete-other-windows.
22304
22305 * net/ange-ftp.el (ange-ftp-file-attributes):
22306 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22307
22308 2004-01-04 Karl Berry <karl@gnu.org>
22309
22310 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22311 comment characters % and # in the copyright year notice,
22312 as well as ;.
22313
22314 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22315
22316 * wid-edit.el (default): Define dummy :value-delete.
22317 Reported by Jesper Harder <harder@ifa.au.dk>.
22318
22319 2004-01-03 Richard M. Stallman <rms@gnu.org>
22320
22321 * progmodes/compile.el (compile-internal): Use point, not point-min,
22322 for set-window-point.
22323
22324 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22325
22326 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22327
22328 * progmodes/grep.el (grep-mode-map):
22329 Don't remap next-line, previous-line.
22330
22331 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22332
22333 * speedbar.el (speedbar-edit-line): Change regexp to position
22334 the cursor on the first character of this line's button.
22335
22336 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22337
22338 * subr.el (functionp): Doc fix.
22339
22340 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22341
22342 * progmodes/idlwave.el (idlwave-make-tags):
22343 * textmodes/flyspell.el (flyspell-large-region):.
22344 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22345 * emulation/viper-util.el (viper-glob-unix-files):
22346 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22347 * man.el (Man-init-defvars):
22348 * jka-compr.el (jka-compr-call-process):
22349 * files.el (get-free-disk-space,insert-directory):
22350 * ediff-ptch.el (ediff-test-patch-utility):
22351 * ediff-diff.el (ediff-test-utility):
22352 * dired-aux.el (dired-check-process):
22353 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22354 test the return value of call-process, because it can be a string.
22355
22356 2003-12-31 John Paul Wallington <jpw@gnu.org>
22357
22358 * bindings.el (completion-ignored-extensions): Add .pfsl.
22359
22360 2003-12-31 Kim F. Storm <storm@cua.dk>
22361
22362 * ido.el (ido-nonreadable-directory-p): New defun to check for
22363 nonreadable directory without activating tramp (to avoid problems
22364 with checking incomplete tramp paths).
22365 (ido-set-current-directory, ido-file-internal)
22366 (ido-file-name-all-completions1): Use it.
22367
22368 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22369
22370 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22371 documentation if the anchor (or node) name is preceded by `info
22372 anchor' or `Info anchor' in addition to earlier `info node' and
22373 `Info node'.
22374 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22375
22376 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22377
22378 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22379 error in arguments to base64-decode-region. Remove ^M characters
22380 after decoding base64.
22381
22382 2003-12-30 Simon Josefsson <jas@extundo.com>
22383
22384 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22385 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22386 have only been distributed with Emacs for some years.
22387 (texinfo-mode-hook): Customize.
22388
22389 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22390
22391 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22392 cleaner (suggested by Richard Stallman).
22393
22394 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22395 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22396 file-name clashes on 8+3 DOS filesystems.
22397
22398 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22399 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22400 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22401 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22402 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22403 file-name clashes on 8+3 filesystems.
22404
22405 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22406 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22407 file-name clashes on 8+3 DOS filesystems.
22408
22409 2003-12-29 Richard M. Stallman <rms@gnu.org>
22410
22411 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22412 Upcase the character.
22413
22414 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22415 Search for header separator alone on a line, literally,
22416 and search for it backward, not forward.
22417 (flyspell-abbrev-table): Always use global-abbrev-table
22418 if there is no local one.
22419
22420 * progmodes/sh-script.el (sh-get-indent-info):
22421 Don't move point back if at bob.
22422
22423 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22424
22425 * play/handwrite.el (handwrite): Make the handwrite credit message
22426 a comment rather than an output command.
22427
22428 * obsolete/sc.el: Display message that this file is obsolete.
22429
22430 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22431
22432 * mail/rfc822.el (rfc822-address-start): Declare variable.
22433 Renamed from address-start. All uses changed.
22434
22435 * term.el (term-exec): Set up sentinel.
22436 (term-sentinel): New function.
22437 (term-handle-exit): New function.
22438
22439 * subr.el (assoc-ignore-case, assoc-ignore-representation):
22440 Use assoc-string, and mark them obsolete.
22441 (delay-mode-hooks): Mark as permanent local.
22442
22443 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22444
22445 * register.el (copy-rectangle-to-register): Doc fix.
22446
22447 * info.el (Info-insert-dir): Use assoc-string.
22448
22449 * info-look.el (info-lookup): Use assoc-string.
22450
22451 * frame.el (pop-up-frame-function): Use quote, not `function'.
22452 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22453 copying with lists as coordinate values.
22454
22455 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22456
22457 * find-dired.el (kill-find): New command.
22458 (find-dired): Make buffer read-only.
22459 Set up a keymap with C-c C-k running kill-find.
22460 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22461
22462 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22463
22464 * filecache.el (file-cache-ignore-case): New variable.
22465 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22466
22467 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22468 (comint-dynamic-complete-as-filename): Rename local vars.
22469 (comint-dynamic-list-filename-completions): Likewise.
22470
22471 * comint.el (comint-dynamic-list-completions-config): New var.
22472 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22473
22474 * comint.el (comint-file-name-chars): Add [].
22475 (comint-word): Use skip-chars-backward, not search.
22476
22477 * shell.el (shell-file-name-chars): Add [].
22478
22479 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22480
22481 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22482
22483 * generic.el (define-generic-mode): Doc fix.
22484
22485 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22486
22487 * files.el (kill-some-buffers): Doc fix.
22488
22489 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
22490
22491 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22492 arg to send-invisible
22493 (send-invisible): Doc fix. The argument is now a prompt, not the
22494 string to send.
22495 (comint-read-noecho): Doc fix.
22496
22497 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22498
22499 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22500 "@", as required by some ISP hosting service. Fix defcustom
22501 argument syntax errors that prevented use of customization.
22502
22503 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22504
22505 * xml.el (xml-get-attribute-or-nil): Doc fix.
22506
22507 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
22508
22509 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22510 write-file-hooks.
22511
22512 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
22513
22514 * autorevert.el (auto-revert-interval): Doc fix.
22515
22516 2003-12-29 Mark A. Hershberger <mah@everybody.org>
22517
22518 * xml.el (xml-get-attribute-or-nil): New function, like
22519 xml-get-attribute, but returns nil if the attribute was not found.
22520 (xml-get-attribute): Convert to defsubst, uses
22521 xml-get-attribute-or-nil.
22522
22523 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22524
22525 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22526
22527 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
22528
22529 * custom.el (custom-declare-theme): Use `value' when putting
22530 properties on `theme'.
22531
22532 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
22533
22534 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22535 for each yank-handler segment.
22536 (insert-for-yank-1): New function, with the body of the previous
22537 insert-for-yank.
22538
22539 * textmodes/table.el (table-yank-handler): New defcustom.
22540 (table--put-cell-indicator-property): Put yank-handler property
22541 that indicates the yank handler for the table cell.
22542
22543 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22544
22545 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22546 set of keywords.
22547
22548 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22549
22550 * international/mule-cmds.el (reset-language-environment)
22551 (set-language-environment): Don't invoke fontset-related functions
22552 if fontset-list is not fboundp.
22553
22554 2003-12-29 Kenichi Handa <handa@m17n.org>
22555
22556 * international/mule-cmds.el (reset-language-environment):
22557 Call set-overriding-fontspec-internal with nil.
22558 (set-language-environment): Call set-overriding-fontspec-internal
22559 if the language environment specify `overriding-fontspec'.
22560 (language-info-alist): Doc added.
22561
22562 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22563 characters of mule-unicode-0100-24ff.
22564 (ccl-encode-windows-1251-font): New CCL program.
22565 ("Bulgarian"): Specify overriding-fontspec.
22566 ("Belarusian"): Likewise.
22567
22568 2003-12-28 Sam Steingold <sds@gnu.org>
22569
22570 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22571 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22572
22573 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22574
22575 * progmodes/gud.el (gud-gdb-command-name): Set default to
22576 "gdb --annotate=3".
22577 (gud-gdb-marker-filter): Look out for annotations.
22578 (gdb-first-pre-prompt): New variable.
22579 Remove trailing white space.
22580
22581 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22582 if necessary.
22583 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22584 annotations are detected.
22585 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22586 instead of a local one to allow transition from
22587 gud-gdb-marker-filter.
22588 Remove trailing white space.
22589
22590 2003-12-27 Kim F. Storm <storm@cua.dk>
22591
22592 * ido.el: Handle non-readable directories.
22593 (ido-decorations): Add 9th element for non-readable directory.
22594 (ido-directory-nonreadable): New dynamic var.
22595 (ido-set-current-directory): Set it.
22596 (ido-read-buffer, ido-file-internal):
22597 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22598 (ido-file-name-all-completions1): Return empty list for
22599 non-readable directory.
22600 (ido-exhibit): Print [Not readable] if directory is not readable.
22601 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22602 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22603 Use it.
22604
22605 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22606
22607 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22608 calls to directory-files-and-attributes and file-attributes.
22609 (ls-lisp-format): Remove system dependent handling of user and
22610 group id's.
22611
22612 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22613
22614 * ffap.el (ffap-read-file-or-url): Revert previous change.
22615
22616 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22617
22618 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22619 new list of included files called `files-with-node-lines', that
22620 only have node lines. This way @include commands can include any
22621 file, such as version and update files without node lines, not
22622 just files that are chapters.
22623
22624 2003-12-25 Andreas Schwab <schwab@suse.de>
22625
22626 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22627 file not found.
22628
22629 2003-12-08 Miles Bader <miles@gnu.org>
22630
22631 * dired.el (dired-between-files): Always use dired-move-to-filename,
22632 which is more robust in non-english locales.
22633
22634 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22635
22636 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22637
22638 2003-12-24 Andreas Schwab <schwab@suse.de>
22639
22640 * shell.el (shell-file-name-quote-list): Add backslash.
22641
22642 * comint.el (comint-quote-filename): Correctly handle backslash
22643 in comint-file-name-quote-list.
22644
22645 2003-12-24 Kenichi Handa <handa@m17n.org>
22646
22647 * international/mule-cmds.el (set-default-coding-systems):
22648 Call ucs-set-table-for-input for all buffers that don't have local
22649 value of buffer-file-coding-system.
22650
22651 * international/ucs-tables.el (ucs-set-table-for-input):
22652 If translation-table-for-encode is a symbol, get its
22653 translation-table property.
22654
22655 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22656
22657 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22658 to `completing-read' on a recently fixed bug.
22659
22660 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22661 instead of SPACE, to get the list of possible fringe modes.
22662 SPACE only works if both `partial-completion-mode' and
22663 `completion-auto-help' are nil.
22664
22665 * complete.el (PC-is-complete-p): Delete.
22666 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22667 calls to `test-completion'.
22668
22669 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22670
22671 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22672 to edit values when there are no children.
22673
22674 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22675 a mode called "Assembler" already exists.
22676 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22677 (gud-watch): Use format option. Remove font properties from string.
22678 (gdb-var-create-handler, gdb-var-list-children-handler):
22679 Don't bother about properties as there are none.
22680 (gdb-var-create-handler, gdb-var-list-children-handler)
22681 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22682 with two arguments.
22683 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22684 Let speedbar show value changes with a different font.
22685 (gdb-edit-value): New defun.
22686 (gdb-clear-partial-output, gdb-clear-inferior-io)
22687 (def-gdb-auto-update-handler): Use erase-buffer.
22688 (gdb-frame-handler): Display watch expressions in
22689 FUNCTION::VARIABLE format if required.
22690
22691 2003-12-23 John Paul Wallington <jpw@gnu.org>
22692
22693 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22694 (Info-goto-emacs-command-node): Doc fixes.
22695
22696 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22697
22698 * cus-edit.el (custom-add-parent-links): Define "many".
22699
22700 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22701
22702 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22703 (widget-child-validate, widget-type-value-create)
22704 (widget-type-default-get, widget-type-match): New functions.
22705 (lazy): New widget.
22706 (menu-choice, checklist, radio-button-choice, editable-list)
22707 (group, documentation-string): Remove redundant (per 2003-10-25
22708 change) calls to `widget-children-value-delete'.
22709 (widget-choice-value-get, widget-choice-value-inline): Remove.
22710 (menu-choice): Update widget.
22711
22712 2003-12-03 Kenichi Handa <handa@m17n.org>
22713
22714 * language/cyrillic.el: Register "microsoft-cp1251" in
22715 ctext-non-standard-encodings-alist.
22716 ("Bulgarian"): Add ctext-non-standard-encodings.
22717 ("Belarusian"): Likewise.
22718
22719 * international/mule-conf.el (compound-text-with-extensions):
22720 Change the type to 2 (iso-2022 base).
22721
22722 * international/mule.el (ctext-non-standard-encodings-alist):
22723 Change the format.
22724 (ctext-non-standard-encodings): New variable.
22725 (ctext-post-read-conversion): Fully re-written.
22726 (ctext-non-standard-designations-alist): Delete it.
22727 (ctext-non-standard-encodings-table): New function.
22728 (ctext-pre-write-conversion): Fully re-written.
22729
22730 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22731
22732 * cus-edit.el (custom-add-parent-links): Add documentation links
22733 for parent, if the item has none of its own.
22734
22735 2003-11-30 Richard M. Stallman <rms@gnu.org>
22736
22737 * dired-aux.el (dired-do-query-replace-regexp):
22738 Report files visited read-only.
22739
22740 2003-11-30 Juri Linkov <juri@jurta.org>
22741
22742 * dired-aux.el (dired-compare-directories): New command.
22743 (dired-file-set-difference, dired-files-attributes): New functions.
22744
22745 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22746 Version 2.0.38 of Tramp released.
22747
22748 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22749 Charles Curley <charlescurley@charlescurley.com>.
22750 (tramp-multi-connection-function-alist): Add ssht entry which adds
22751 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22752 Aichner.
22753 (tramp-get-method-parameter): New function to retrieve a method
22754 parameter. This allows for omission of method parameters.
22755 Callers adjusted.
22756
22757 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22758
22759 * net/tramp.el: Add new optional parameter ID-FORMAT to
22760 `file-attributes'. Calls of `file-attributes' won't use this
22761 parameter for backward compatibility reasons.
22762 (tramp-perl-file-attributes): Add a new parameter to Perl script
22763 in order to handle uid/gid as strings, if desired.
22764 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22765 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22766 order to make the function more general.
22767 (tramp-handle-file-attributes): Replace proprietary optional
22768 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22769 (tramp-handle-file-attributes-with-perl): Handle parameter
22770 NONNUMERIC if set. This wasn't done in the past.
22771 (tramp-post-connection): Apply second parameter "$2" if
22772 `tramp-remote-perl' is called.
22773
22774 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22775 Correct cut'n'waste error (`filename' instead of `directory').
22776 (tramp-smb-handle-directory-files-and-attributes)
22777 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22778 introduced parameter ID-FORMAT.
22779 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22780 error (`directory' instead of `ldir').
22781
22782 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22783 `file-attributes' has a second parameter. If yes, apply it with
22784 value "'integer". Otherwise, don't use that parameter (default is
22785 integer format).
22786
22787 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22788
22789 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22790 (help-for-help): Add `C-h .' to the listed Help options.
22791 Remove trailing whitespace.
22792
22793 * help-at-pt.el: New file.
22794
22795 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22796
22797 * subr.el (noreturn, 1value): New macros for test coverage.
22798 See `testcover.el'.
22799
22800 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22801 `1value'.
22802
22803 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22804 for macro `1value'.
22805 (testcover-1value): New function. Checks that a 1value form
22806 actually returns only one value. Requested by RMS.
22807
22808 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22809
22810 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22811 (gdb-var-list-children, gdb-var-list-children-handler)
22812 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22813 gdb commands that use mi to keep them out of the command history.
22814
22815 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22816
22817 * cus-start.el (all): Add use-file-dialog.
22818
22819 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22820
22821 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22822
22823 2003-11-27 Kim F. Storm <storm@cua.dk>
22824
22825 * subr.el (posn-object-x-y): New defun.
22826
22827 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22828
22829 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22830 Don't use `space' for \\\n.
22831 Be more selective as to which # are comment-starters.
22832
22833 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22834
22835 * subr.el (number-sequence): Improve handling of floating point
22836 arguments (suggested by Kim Storm). Allow negative arguments.
22837
22838 2003-11-26 Kenichi Handa <handa@m17n.org>
22839
22840 * international/mule-cmds.el (standard-display-european-internal):
22841 Cancel the standard-display-table setting for ` and '.
22842
22843 2003-11-26 Kim F. Storm <storm@cua.dk>
22844
22845 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22846 New defcustoms to add ffap-like functionality to ido.
22847 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22848 (ido-no-final-slash): New defun.
22849 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22850 (ido-read-file-name): ): Toggle VC checking via
22851 vc-handled-backends instead of vc-master-templates.
22852 (ido-file-internal): Handle ido-use-url-at-point and
22853 ido-use-filename-at-point via code borrowed from ffap-guesser.
22854 Handle new ido-exit code ffap.
22855 (ido-sort-list): Ignore final slash when sorting file names.
22856
22857 2003-11-25 Kim F. Storm <storm@cua.dk>
22858
22859 * emulation/cua-base.el (cua--standard-movement-commands):
22860 Add forward-sentence and backward-sentence.
22861
22862 2003-11-25 Stephen Eglen <stephen@gnu.org>
22863
22864 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22865 iswitchb-exit is set to 'usefirst when user selects buffer at head
22866 of list using RET. (Selecting buffers at the head of the list was
22867 broken if the substring was also a complete buffername.)
22868
22869 2003-11-23 Kim F. Storm <storm@cua.dk>
22870
22871 * progmodes/compile.el (grep-command, grep-use-null-device)
22872 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22873 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22874 (grep-regexp-alist, grep-program, find-program)
22875 (grep-find-use-xargs, grep-history, grep-find-history)
22876 (grep-process-setup, grep-compute-defaults)
22877 (grep-default-command, grep, grep-tag-default, grep-find)
22878 (grep-expand-command-macros, grep-tree-last-regexp)
22879 (grep-tree-last-files, grep-tree): Move grep variables, functions
22880 and commands to new file grep.el.
22881 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22882 (compilation-process-setup-function): Doc fix.
22883 (compilation-highlight-regexp, compilation-highlight-overlay): New
22884 defvars used for highlighting current compile error in source buffer.
22885 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22886 LOCAL-MAP which overrides compilation-highlight-regexp and
22887 compilation-mode-map for this compilation.
22888 Delay calling compilation-set-window-height until after running
22889 compilation-process-setup-function so it can buffer-local override
22890 compilation-window-height.
22891 Check buffer-local value of compilation-scroll-output.
22892 (compilation-set-window-height): Use buffer-local value of
22893 compilation-window-height.
22894 (compilation-revert-buffer): Don't pass (undefined)
22895 preserve-modes arg to revert-buffer.
22896 (next-error-no-select, previous-error-no-select): New commands.
22897 (compilation-goto-locus): Temporarily highlight current match in
22898 source buffer using compilation-highlight-regexp.
22899
22900 * progmodes/grep.el: New file with grep code from compile.el.
22901 (grep): New defcustom group.
22902 (grep-window-height): New defcustom, like compilation-window-height.
22903 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22904 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22905 (grep-command, grep-use-null-device, grep-find-command)
22906 (grep-tree-files-aliases, grep-tree-ignore-case)
22907 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22908 (grep-setup-hook): New hook variable.
22909 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22910 (grep-last-buffer): New defvar, override compilation-last-buffer.
22911 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22912 Call compile-internal with args highlight-regexp and grep-mode-map.
22913
22914 2003-11-23 Kim F. Storm <storm@cua.dk>
22915
22916 * subr.el (event-start, event-end): Doc fix.
22917 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22918 (posn-area, posn-actual-col-row, posn-object): New defuns.
22919 (posn-col-row): Simplify doc. Rewrite to use cond.
22920 (posn-point): Also return buffer position for events outside text
22921 area (that info is now present in the event position).
22922
22923 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22924 mouse-set-point so that hscroll still works now that clicks on
22925 fringes generate specific mouse events.
22926 (mouse-set-point): Note that it now works in fringes and margins
22927 too due to new semantics of posn-point in fringes and margins.
22928
22929 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22930 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22931
22932 2003-11-20 Kim F. Storm <storm@cua.dk>
22933
22934 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22935 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22936 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22937 to 100 for icons to avoid increasing line height when shown.
22938
22939 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22940
22941 * newcomment.el (comment-normalize-vars): Initialize properly if
22942 comment-start was nil.
22943
22944 2003-11-19 Andreas Schwab <schwab@suse.de>
22945
22946 * simple.el (set-variable): Fix indentation.
22947
22948 2003-11-17 Kenichi Handa <handa@m17n.org>
22949
22950 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22951 Fix docstring.
22952
22953 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22954
22955 * international/latin1-disp.el (latin1-display): Fix docstring.
22956
22957 2003-11-16 John Wiegley <johnw@newartisans.com>
22958
22959 * eshell/em-ls.el (eshell-ls-file): There are times with
22960 size-width is nil and uncomputed (when directories are created in
22961 dired, for example); in this case, 4 is reasonable default value,
22962 although it may caused skewed new entries (which could be avoided
22963 by returning the original value of 8 in all cases, but 99% of the
22964 time this is a waste of whitespace).
22965
22966 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22967
22968 * cc-engine.el (c-guess-continued-construct)
22969 (c-guess-basic-syntax): Check a little more carefully if it's a
22970 function declaration when an unknown construct followed by a block
22971 is found inside a statement context. This avoids macros followed
22972 by blocks to be taken as function declarations.
22973
22974 (c-guess-continued-construct): Change the analysis of a statement
22975 continuation with a brace open to `substatement-block', for
22976 consistency with recognized statements.
22977
22978 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22979 start is in a position so that `c-beginning-of-statement-1' jumped
22980 to the beginning of the same statement.
22981
22982 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22983 Don't accept binary operators in the arglist if we're in a function
22984 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
22985 template recognition in cases like "if (a < b || c > d)".
22986
22987 (c-restricted-<>-arglists): New more appropriate name for
22988 `c-disallow-comma-in-<>-arglists'.
22989
22990 Accessing functions updated for the variable name change.
22991
22992 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22993 match data could get clobbered if NOT-INSIDE-TOKEN is used.
22994
22995 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22996 labels.
22997
22998 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22999 instead of duplicating parts of it. This fixes bogus label
23000 recognition.
23001
23002 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23003 of checking the context in which to apply the minimum indentation,
23004 so that it isn't enforced in e.g. namespace blocks.
23005
23006 * cc-vars.el (c-inside-block-syms): New constant used by
23007 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
23008 to somewhat reduce the risk of becoming stale.
23009
23010 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23011 cc-cmds to cc-engine to allow use from cc-align.
23012
23013 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23014 qualified identifiers containing "::".
23015
23016 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23017 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23018
23019 * cc-vars.el (c-emacs-features): Use a space in front of the name
23020 of the temporary buffer. That also avoids dumping problems in
23021 XEmacs due to undo info being left around after the buffer is killed.
23022
23023 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23024 arglist to see if it's a K&R style declaration.
23025
23026 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23027 before returning `knr-argdecl-intro'.
23028
23029 2003-11-16 John Wiegley <johnw@newartisans.com>
23030
23031 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23032 field in a long-listing always 8 characters, use `size-width',
23033 which has already been computed.
23034
23035 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
23036
23037 * subr.el (minor-mode-list): Add `hs-minor-mode'.
23038
23039 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23040
23041 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23042 Support operation while narrowed, with `diff-restrict-view'.
23043
23044 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23045
23046 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23047 Take additional optional arg NARROWFUN. For the generated functions:
23048 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
23049 include frags that arrange to check for and save narrowing state before
23050 the move and then conditionally call NARROWFUN after the move.
23051
23052 2003-11-14 John Wiegley <johnw@newartisans.com>
23053
23054 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23055 that was optional, but obviously missing based on surrounding code.
23056
23057 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23058 string arguments to numbers unless the whole argument was seen as
23059 a number.
23060
23061 2003-11-14 Kenichi Handa <handa@m17n.org>
23062
23063 * international/mule.el (ctext-non-standard-encodings-alist):
23064 Fix coding systems.
23065
23066 2003-11-10 Kenichi Handa <handa@m17n.org>
23067
23068 * language/kannada.el ("Kannada"): Add sample-text.
23069
23070 * language/knd-util.el (kannada-compose-region)
23071 (kannada-compose-string, kannada-post-read-conversion):
23072 Add autoload cookie.
23073
23074 * international/quail.el (quail-completion): Change the message
23075 "corresponding translations" to "corresponding characters".
23076
23077 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
23078
23079 * descr-text.el (describe-char): Fix typo.
23080
23081 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
23082
23083 These changes are to support Kannada language/script.
23084
23085 * Makefile.in (DONTCOMPILE): Add kannada.el.
23086
23087 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23088
23089 * loadup.el: Preload kannada.el.
23090
23091 * language/ind-util.el (ucs-kannada-to-is13194-alist)
23092 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23093 New variables.
23094
23095 * language/kannada.el: New file.
23096
23097 * language/knd-util.el: New file.
23098
23099 2003-11-07 Andreas Schwab <schwab@suse.de>
23100
23101 * progmodes/autoconf.el (autoconf-font-lock-keywords):
23102 Also highlight AH_*.
23103
23104 * xml.el (xml-parse-dtd): Fix misplaced paren.
23105
23106 2003-11-07 Kenichi Handa <handa@m17n.org>
23107
23108 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23109
23110 2003-11-05 Juri Linkov <juri@jurta.org>
23111
23112 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23113 (desktop-buffer-file): Use saved buffer-file-coding-system
23114 for file reading. Set auto-insert to nil to prevent automatic
23115 insertion into restored empty files.
23116
23117 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
23118
23119 * files.el (risky-local-variable-p): Make second argument optional.
23120
23121 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
23122
23123 * subr.el (add-hook): Fix last change.
23124
23125 2003-11-03 Eli Zaretskii <eliz@gnu.org>
23126
23127 * mail/rmail.el (rmail-convert-to-babyl-format):
23128 If base64-decode-region signals an error, catch it and silently
23129 ignore it.
23130
23131 2003-11-01 Mark A. Hershberger <mah@everybody.org>
23132
23133 * xml.el (xml-parse-region): Allow comments to appear after the
23134 topmost element has closed.
23135 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23136 (xml-ns-expand-attr): New functions to do namespace handling.
23137 (xml-intern-attrlist): Back-compatible handling of attribute names.
23138 (xml-parse-tag): Move namespace handling to separate functions.
23139 Now produces elements in the form ((:ns . "element") (attr-list)
23140 children) instead of ('ns:element (attr-list) children).
23141 (xml-parse-attlist): Fix attribute parsing.
23142 (xml-parse-dtd): Change parsing so that it produces strings
23143 instead of interned symbols.
23144
23145 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
23146
23147 * dired.el (dired-ls-sorting-switches): Doc fix.
23148
23149 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
23150
23151 * emacs-lisp/rx.el (rx-or): Fix the case of
23152 "(rx (and ?a (or ?b ?c) ?d))".
23153
23154 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
23155
23156 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23157 (texinfo-format-region): Use it.
23158 (texinfo-format-buffer-1): Ditto.
23159
23160 2003-11-01 Alan Mackenzie <acm@muc.de>
23161
23162 Changes to allow scrolling whilst in isearch mode:
23163 * isearch.el (isearch-unread-key-sequence): New function,
23164 extracted from isearch-other-meta-char.
23165 (top level): (put 'foo 'isearch-scroll) on all Emacs's
23166 "scrollable" standard functions.
23167 (isearch-allow-scroll): New customizable variable.
23168 (isearch-string-out-of-window, isearch-back-into-window)
23169 (isearch-reread-key-sequence-naturally)
23170 (isearch-lookup-scroll-key): New functions.
23171 (isearch-other-meta-char): Doc string and functionality enhanced.
23172 Now accepts a prefix argument.
23173 (isearch-lazy-highlight-window-end): New variable.
23174 (isearch-lazy-highlight-new-loop): Pay attention to the window's
23175 end (thru isearch-lazy-highlight-window-end), not only its start.
23176
23177 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23178 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23179 (universal-argument, universal-argument-more, negative-argument)
23180 (digit-argument, universal-argument-other-key): Minor changes.
23181
23182 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23183
23184 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23185 recursively if the last message is deleted, thus avoiding an
23186 infinite loop.
23187
23188 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
23189
23190 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23191 (tex-main-file): Don't add .tex if the extension is already present.
23192 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23193
23194 2003-10-29 Lute Kamstra <lute@gnu.org>
23195
23196 * progmodes/octave-inf.el (inferior-octave-prompt):
23197 Recognize version number in prompt.
23198
23199 2003-10-28 Dave Love <fx@gnu.org>
23200
23201 * international/characters.el: Fix some Unicode ranges.
23202
23203 2003-10-28 Kenichi Handa <handa@m17n.org>
23204
23205 * disp-table.el (standard-display-8bit)
23206 (standard-display-default, standard-display-ascii)
23207 (standard-display-g1, standard-display-graphic)
23208 (standard-display-underline): Assure that standard-display-table
23209 is a display table.
23210
23211 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
23212
23213 * simple.el (reindent-then-newline-and-indent): Delete space *after*
23214 reindenting the first line.
23215
23216 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
23217
23218 * wid-edit.el (widget-default-delete): Always delete child widgets.
23219
23220 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23221
23222 * newcomment.el (comment-indent): Don't call indent-according-to-mode
23223 if the line has code.
23224 Don't try to line up with something that's too far left.
23225
23226 * progmodes/octave-mod.el (octave-comment-start): Simplify.
23227 (octave-mode-syntax-table): Add % as a comment starter.
23228 (octave-point): Remove.
23229 (octave-in-comment-p, octave-in-string-p)
23230 (octave-not-in-string-or-comment-p, calculate-octave-indent)
23231 (octave-blink-matching-block-open, octave-auto-fill):
23232 Use line-(beginning|end)-position instead.
23233
23234 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23235
23236 * emacs-lisp/authors.el (authors-aliases): Add correct realname
23237 for Francesco Potort\e,Al\e(B.
23238
23239 2003-10-23 Dave Love <fx@gnu.org>
23240
23241 * international/mule-cmds.el (locale-charset-to-coding-system):
23242 Don't rely on nil being a coding system.
23243
23244 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23245 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23246 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23247
23248 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
23249
23250 * gdb-ui.el (gdb-current-language): New variable.
23251 (gdb-update-flag): Remove variable.
23252 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23253 (gdb-take-last-elt): Remove function.
23254 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23255 (gdb-post-prompt): Check for variable object changes here.
23256
23257 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23258 object changes in gdb-ui.el.
23259
23260 2003-10-21 Richard M. Stallman <rms@gnu.org>
23261
23262 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23263
23264 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23265 Don't check for foo*/ wildcard form here.
23266 (insert-directory): Recognize foo*/ as a wildcard.
23267 Separate wildcard-regexp variable from the arg, wildcard.
23268
23269 * subr.el (add-hook): Correctly detect when make-local-hook was used.
23270 (remove-hook): Correctly handle strange cases about local hooks.
23271
23272 2003-10-21 David Ponce <david@dponce.com>
23273
23274 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23275 argument REAL, to return a real number instead of a rounded
23276 integer value. Define as inline function.
23277 (ruler-mode-right-fringe-cols): Likewise.
23278 (ruler-mode-scroll-bar-cols): New function.
23279 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23280 (ruler-mode-right-scroll-bar-cols): Likewise.
23281 (ruler-mode-space): New function.
23282 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23283 scroll bar mode and margins in a more robust way.
23284
23285 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23286
23287 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23288 (antlr-c-init-language-vars): New function.
23289 (antlr-mode): Use it with cc-mode before v5.29.
23290 (antlr-c-common-init): Don't set some local vars here.
23291 (antlr-mode): Set them here.
23292 (antlr-c-forward-sws): New function alias.
23293 (antlr-mode): Redefine with cc-mode before v5.30.
23294 (antlr-skip-sexps): Use it.
23295 (antlr-skip-exception-part): Ditto.
23296 (antlr-skip-file-prelude): Ditto.
23297 (antlr-outside-rule-p): Ditto.
23298 (antlr-end-of-body): Ditto.
23299 (antlr-option-kind): Ditto.
23300 (antlr-insert-option-area): Ditto.
23301 (antlr-file-dependencies): Ditto.
23302
23303 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23304
23305 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23306 Move backward only if point was not inside an entry.
23307
23308 2003-10-21 Richard M. Stallman <rms@gnu.org>
23309
23310 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23311
23312 2003-10-21 Juri Linkov <juri@jurta.org>
23313
23314 * compare-w.el: Automatically skip non-matching text to resync.
23315 (compare-windows-whitespace): Doc fix.
23316 (compare-windows-sync, compare-windows-sync-string-size)
23317 (compare-windows-recenter, compare-ignore-whitespace)
23318 (compare-windows-highlight, compare-windows-face): New variables.
23319 (compare-windows): Use compare-windows-sync.
23320 (compare-windows-highlight, compare-windows-dehighlight)
23321 (compare-windows-sync-regexp)
23322 (compare-windows-sync-default-function): New functions.
23323
23324 2003-10-21 Juri Linkov <juri@jurta.org>
23325
23326 * diff.el (diff-parse-differences): Don't visit the files now;
23327 instead, just record the error locus.
23328
23329 2003-10-21 Dave Love <fx@gnu.org>
23330
23331 * progmodes/cfengine.el: New file.
23332
23333 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23334
23335 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23336 default-directory when completing file names.
23337
23338 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23339
23340 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23341 followed by the word `face', it gets treated as a face, even if
23342 it is also defined as a variable or a function.
23343
23344 2003-10-20 Dave Love <fx@gnu.org>
23345
23346 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23347 Avoid incf in macro expansion.
23348
23349 2003-10-20 John Paul Wallington <jpw@gnu.org>
23350
23351 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23352 `evenp' so we don't implicitly require cl library at runtime.
23353
23354 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23355
23356 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23357 (help-make-xrefs): Only make cross-references for faces if
23358 preceded or followed by the word `face'. Do not make a
23359 cross-reference for variables without variable documentation,
23360 unless preceded by the word `variable' or `option'. Update doc
23361 string accordingly.
23362
23363 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23364
23365 * progmodes/hideshow.el: Rewrite one-armed `if'
23366 constructs using either `when' or `unless'.
23367 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23368
23369 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
23370
23371 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23372 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23373 instead of 12x12.
23374
23375 2003-10-16 Eli Zaretskii <eliz@gnu.org>
23376
23377 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23378 message while converting to Babyl.
23379
23380 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23381
23382 * allout.el (allout-mode): Doc fix.
23383
23384 2003-10-16 Lute Kamstra <lute@gnu.org>
23385
23386 * subr.el (force-mode-line-update): Fix docstring.
23387
23388 2003-10-14 Dave Love <fx@gnu.org>
23389
23390 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23391 (default-input-method): Add :link, improve :type.
23392 (locale-charset-language-names): Fix utf-8 pattern.
23393 (locale-charset-match-p, locale-charset-alist)
23394 (locale-charset-to-coding-system): New.
23395 (set-locale-environment): Deal with codeset part of locale specs.
23396
23397 2003-10-14 Lute Kamstra <lute@gnu.org>
23398
23399 * fringe.el (fringe-mode): Use active voice in docstring.
23400 (set-fringe-style): Ditto.
23401
23402 2003-10-13 Lute Kamstra <lute@gnu.org>
23403
23404 * fringe.el (fringe-mode): Fix docstring.
23405 (set-fringe-style): Ditto.
23406
23407 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23408
23409 * ediff-mult.el (ediff-filegroup-action):
23410 Use ediff-default-filtering-regexp.
23411
23412 * ediff-util.el (ediff-recenter): Don't call
23413 ediff-restore-highlighting twice.
23414 (ediff-select-difference): Set current difference.
23415 (ediff-unselect-and-select-difference): Add comment.
23416
23417 * ediff.el (ediff-directories,ediff-directory-revisions)
23418 (ediff-directories3,ediff-merge-directories)
23419 (ediff-merge-directories-with-ancestor)
23420 (ediff-merge-directory-revisions)
23421 (ediff-merge-directory-revisions-with-ancestor):
23422 Use ediff-default-filtering-regexp.
23423
23424 2003-10-12 Andreas Schwab <schwab@suse.de>
23425
23426 * international/mule-cmds.el (locale-charset-language-names):
23427 Simplify regex by removing unused grouping.
23428
23429 2003-10-10 Dave Love <fx@gnu.org>
23430
23431 * bindings.el: Don't bind stop.
23432
23433 2003-10-08 Miles Bader <miles@gnu.org>
23434
23435 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23436 face instead of attempting to emulate it.
23437
23438 2003-10-07 Kenichi Handa <handa@m17n.org>
23439
23440 * international/mule-diag.el (list-coding-systems-1): List coding
23441 systems that are loaded automatically.
23442
23443 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23444
23445 * international/mule.el (autoload-coding-system): New function.
23446
23447 2003-10-07 Andreas Schwab <schwab@suse.de>
23448
23449 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23450 change-log-default-name in the buffer visiting the file.
23451
23452 2003-10-06 Dave Love <fx@gnu.org>
23453
23454 * files.el (find-file-hook): Customize.
23455 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23456
23457 * bindings.el (completion-ignored-extensions): Remove .log.
23458 (global-map): Add again, open, stop keys.
23459
23460 2003-10-05 Richard M. Stallman <rms@gnu.org>
23461
23462 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23463 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23464 Use sh-modify directly.
23465 (sh-select): Use sh-append, not eval.
23466
23467 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23468
23469 * info.el (Info-following-node-name): New function.
23470
23471 * loadhist.el (unload-feature-special-hooks):
23472 Rename from loadhist-hook-functions.
23473 (loadhist-hook-functions): Now an alias.
23474
23475 2003-10-04 Eli Zaretskii <eliz@gnu.org>
23476
23477 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23478 file-name clashes on 8+3 filesystems.
23479
23480 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23481 Rename loaddefs-boot.el to ldefs-boot.el
23482
23483 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23484 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23485
23486 2003-10-03 Lute Kamstra <lute@gnu.org>
23487
23488 * info.el (Info-mode): Revert previous change.
23489 (Info-escape-percent): New function.
23490 (Info-fontify-node): Use it.
23491
23492 2003-10-02 Andreas Schwab <schwab@suse.de>
23493
23494 * loaddefs-boot.el: Regenerated.
23495
23496 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23497
23498 * ffap.el: Remove defadvice related code from CVS since `complete'
23499 provides a `PC-completion-as-file-name-predicate' variable that
23500 ffap can override.
23501
23502 2003-10-02 Kenichi Handa <handa@m17n.org>
23503
23504 * international/utf-8.el (ccl-decode-mule-utf-8):
23505 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23506
23507 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23508 * international/subst-big5.el: Likewise.
23509 * international/subst-gb2312.el: Likewise.
23510 * international/subst-ksc.el: Likewise.
23511
23512 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23513
23514 * calendar/calendar.el (increment-calendar-month)
23515 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23516 (generate-calendar, calendar-read-date, calendar-interval)
23517 (calendar-day-of-week): Handle years BC.
23518 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23519
23520 2003-10-01 Dave Love <fx@gnu.org>
23521
23522 * language/cyrillic.el (cp1251): Alias for windows-1251.
23523
23524 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23525 bootstrap.
23526
23527 2003-10-01 Lute Kamstra <lute@gnu.org>
23528
23529 * files.el: Fix typo.
23530 * imenu.el (imenu--generic-function): Docstring fix.
23531
23532 2003-09-30 Richard M. Stallman <rms@gnu.org>
23533
23534 * dired.el (dired-mode): Handle dired-directory as a list.
23535
23536 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
23537
23538 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23539
23540 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23541
23542 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23543 Replace gud-display with gud-watch.
23544 (gud-speedbar-buttons): Add stuff for watching expressions
23545 in the speedbar when using M-x gdba. Use dolist on old part
23546 of this function.
23547
23548 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23549 (gdb-update-flag): New variables.
23550 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23551 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23552 (gud-watch, gdb-var-create-handler) : New functions.
23553 (gdb-var-list-children, gdb-var-list-children-handler)
23554 (gdb-var-create-regexp, gdb-var-update-regexp)
23555 (gdb-var-list-children-regexp): New constants.
23556 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23557 (gdb-annotation-rules): Reduce annotation set (level 3).
23558 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23559 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23560 updates.
23561 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23562 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23563 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23564 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23565 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23566 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23567 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23568 (gud-display, gud-display1)
23569 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23570 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23571 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23572 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23573 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23574 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23575 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23576 (gdb-display-display-buffer, gdb-toggle-display)
23577 (gdb-delete-display, gdb-expressions-popup-menu)
23578 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23579 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23580 to display buffer.
23581
23582 2003-09-30 Richard M. Stallman <rms@gnu.org>
23583
23584 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23585 Instead, set which-func-functions.
23586
23587 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23588 (which-func-functions): New variable.
23589 (which-function): Use that.
23590
23591 * info.el (Info-mode): Double each `%' in header line.
23592
23593 * emacs-lisp/lisp-mnt.el (lm-with-file):
23594 When FILE is nil, run BODY in current buffer.
23595
23596 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23597
23598 * help.el (describe-mode): Start with a brief list of minor modes.
23599 Find them thru minor-mode-list so as to find them all.
23600 Show them in alphabetical order.
23601
23602 * mail/sendmail.el (mail-aliases): Doc fix.
23603
23604 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23605
23606 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23607
23608 * mail/rmailsum.el (rmail-make-summary-line-1):
23609 Change comma after last label to a space.
23610 (rmail-summary-font-lock-keywords): Adapt to that change.
23611
23612 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23613
23614 * progmodes/scheme.el (scheme-mode-variables): When setting
23615 `font-lock-defaults', also specify that "#" should
23616 be interpreted with `word' syntax.
23617 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23618
23619 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23620
23621 * desktop.el: A lot of comments updated.
23622 (desktop-save-mode): Minor mode introduced.
23623 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23624 (desktop-load-default): Function made obsolete.
23625 (desktop-locals-to-save): Variable made customizable.
23626 (desktop-read): Optional parameter `dirname' added.
23627 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23628 `desktop-read' used.
23629 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23630
23631 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23632
23633 * whitespace.el (whitespace-clean-msg): Add user customizable message
23634 for displaying ``clean'' output.
23635 (whitespace-buffer): Use `whitespace-clean-msg'.
23636 (whitespace-global-mode): Fix typo.
23637
23638 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23639
23640 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23641
23642 2003-09-29 Lute Kamstra <lute@gnu.org>
23643
23644 * bindings.el (mode-line-modes): Remove superfluous :propertize
23645 construct in initialization.
23646 (mode-line-position): Change cons cell into proper list in
23647 initialization.
23648
23649 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23650
23651 * international/mule.el (decode-coding-inserted-region): Use car
23652 of the return value of find-operation-coding-system.
23653
23654 2003-09-29 Kenichi Handa <handa@m17n.org>
23655
23656 * descr-text.el (describe-char): Fix previous change.
23657
23658 2003-09-28 Kenichi Handa <handa@m17n.org>
23659
23660 * descr-text.el (describe-char-display): New function.
23661 (describe-char): Pay attention to display table on describing how
23662 a character is displayed.
23663
23664 * international/mule-cmds.el (encoded-string-description):
23665 Prepend "0x" to each encoded byte.
23666
23667 2003-09-28 Andreas Schwab <schwab@suse.de>
23668
23669 * find-file.el (ff-special-constructs): Add autoload cookie.
23670
23671 2003-09-28 Kevin Ryde <user42@zip.com.au>
23672
23673 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23674 makeinfo appends to duplicate index entries.
23675
23676 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23677
23678 * dired-x.el (dired-clean-tex): Doc fix.
23679
23680 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23681 using a Chinese tutorial.
23682
23683 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23684
23685 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23686 between "MAIL FROM:" and "RCPT TO:" and the following address.
23687
23688 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23689
23690 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23691
23692 2003-09-28 David Ponce <david@dponce.com>
23693
23694 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23695 (recentf-load-list): When `recentf-initialize-file-name-history'
23696 is non-nil, initialize an empty `file-name-history' with the
23697 recent list.
23698
23699 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23700
23701 * man.el (Man-default-man-entry): Remove the leading `*' from the
23702 word at point.
23703
23704 2003-09-26 Lute Kamstra <lute@gnu.org>
23705
23706 * bindings.el (mode-line-position): Mention size indication in
23707 docstring.
23708
23709 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23710
23711 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23712
23713 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23714 because it's autoloaded now.
23715
23716 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23717
23718 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23719 (sh-font-lock-keywords, sh-feature): Fix previous change of
23720 sh-feature to avoid infloop with sh-font-lock-keywords.
23721
23722 2003-09-25 Kim F. Storm <storm@cua.dk>
23723
23724 * frame.el (frame-current-scroll-bars): New defun.
23725
23726 * window.el (window-current-scroll-bars): New defun.
23727
23728 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23729
23730 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23731 cause errors when the state cache contains info on parts that have
23732 been narrowed out.
23733
23734 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23735
23736 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23737 `c-setup-paragraph-variables' has to be used when this variable is
23738 changed; it doesn't work to reinitialize the mode since that
23739 typically clobbers the variable.
23740
23741 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23742 Make it interactive.
23743
23744 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23745
23746 * progmodes/cc-fonts.el (c-font-lock-declarations):
23747 Fix recognition of constructors and destructors for classes whose
23748 names are matched by `*-font-lock-extra-types'.
23749
23750 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23751 followed by an identifier in C++ then it's a type.
23752
23753 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23754
23755 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23756 problem that primarily affected XEmacs. Don't use faces to find
23757 unterminated strings since Emacs and XEmacs fontify strings
23758 differently - this function should now work better in XEmacs.
23759
23760 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23761
23762 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23763 `expand-abbrev' workaround which caused braces to misbehave inside
23764 macros.
23765
23766 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23767 handling. This bug could cause interactive font locking to bail out.
23768
23769 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23770
23771 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23772 Handle paren-style types in Pike. Also fixed some cases of
23773 insufficient handling of unbalanced parens.
23774
23775 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23776
23777 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23778 common shell prompts that are not common filename or URL characters.
23779 (ffap-file-at-point): Use the new regexp to strip the prompts from
23780 the file names. This is an issue mostly for user prompts that
23781 don't have a trailing space and find-file-at-point is invoked from
23782 within a shell inside Emacs.
23783
23784 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23785
23786 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23787 stamps numerically, rather than textually.
23788
23789 2003-09-24 Kenichi Handa <handa@m17n.org>
23790
23791 * language/devan-util.el (devanagari-post-read-conversion):
23792 * language/mlm-util.el (malayalam-post-read-conversion):
23793 * language/tml-util.el (tamil-post-read-conversion):
23794 Add autoload cookie.
23795
23796 * international/utf-8.el (utf-8-post-read-conversion):
23797 Call post-read-conversion functions for Devanagari, Malayalam,
23798 and Tamil.
23799
23800 2003-09-23 Dave Love <fx@gnu.org>
23801
23802 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23803
23804 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23805
23806 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23807 Update gud-remove.
23808
23809 2003-09-22 Richard M. Stallman <rms@gnu.org>
23810
23811 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23812 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23813 (sh-mode-syntax-table-input): New variable.
23814 (sh-require-final-newline): Don't use eval.
23815 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23816 (sh-variables, sh-font-lock-keywords): Don't use eval.
23817 (sh-set-shell): When setting require-final-newline,
23818 treat value = `require-final-newline' as don't change it.
23819 Set sh-mode-syntax-table locally based on
23820 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23821
23822 * progmodes/compile.el (compile-internal):
23823 Call compilation-set-window-height before setting window start.
23824
23825 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23826
23827 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23828 Clear out byte-compile-last-warned-form.
23829
23830 2003-09-22 Richard M. Stallman <rms@gnu.org>
23831
23832 * woman.el (woman-file-name, woman-follow-word):
23833 If current-word returns nil, use "".
23834
23835 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23836
23837 2003-09-22 Richard M. Stallman <rms@gnu.org>
23838
23839 * emacs-lisp/lisp-mnt.el (lm-with-file):
23840 Don't visit the file, just use insert-file-contents in temp buffer.
23841
23842 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23843
23844 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23845 Add surrounding \\( and \\) around the header, as in
23846 for lm-history-header 'Change Log\\|History'.
23847
23848 2003-09-22 John Paul Wallington <jpw@gnu.org>
23849
23850 * progmodes/ld-script.el: Add Commentary section,
23851 minor cleanup of file header.
23852 (ld-script-font-lock-keywords): Doc fix.
23853 (toplevel): Provide `ld-script' feature.
23854
23855 2003-09-21 Kim F. Storm <storm@cua.dk>
23856
23857 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23858 new built-in variable default-frame-scroll-bars.
23859 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23860 scroll-bar-mode; notably, use it instead of t when we toggle
23861 scroll-bars on.
23862 (toggle-scroll-bar): Use default-frame-scroll-bars.
23863
23864 2003-09-19 Masatake YAMATO <jet@gyve.org>
23865
23866 * pcvs.el (cvs-do-removal): Change the prompt depending on
23867 `filter' value.
23868
23869 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23870
23871 * startup.el (command-line-1): Stop startup-echo-area-message
23872 being hidden by "Loading image..." message.
23873 (use-fancy-splash-screens-p, display-splash-screen):
23874 Move display-graphic-p test from latter to former.
23875
23876 * progmodes/sh-script.el (sh-font-lock-keywords):
23877 Highlight escaped EOLs differently from other backslash constructs.
23878
23879 2003-09-19 Richard M. Stallman <rms@gnu.org>
23880
23881 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23882 New functions.
23883 (edebug-enter, edebug-outside-excursion): Use them.
23884
23885 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23886 Fix the condition for whether to print "In WHERE".
23887
23888 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23889
23890 * finder.el (finder-mode-hook): New variable.
23891 (finder-mode): Run hook finder-mode-hook
23892
23893 2003-09-18 Masatake YAMATO <jet@gyve.org>
23894
23895 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23896
23897 2003-09-17 Mario Lang <mlang@delysid.org>
23898
23899 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23900 "p %e" to actually print the value in the GUD buffer.
23901
23902 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23903
23904 From David Ponce <david.ponce@wanadoo.fr>:
23905 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23906 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23907 from loaddefs-boot.el if necessary.
23908
23909 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
23910
23911 * progmodes/gud.el (gud-find-class): Make jdb work again since
23912 cc-mode changed the syntactic information.
23913
23914 2003-09-15 David Ponce <david@dponce.com>
23915
23916 * recentf.el: (recentf-exclude): Accept predicates too.
23917 (recentf-file-readable-p): New function.
23918 (recentf-include-p): Handle predicates in recentf-exclude.
23919 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23920 (recentf-cleanup): Likewise.
23921 (recentf-save-list): Use write-file to handle backup of
23922 recentf-save-file.
23923
23924 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23925
23926 * loaddefs-boot.el: Renamed from `loaddefs.el'
23927 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23928 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23929 necessary.
23930
23931 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23932
23933 * electric.el (Electric-pop-up-window): For the `one-window' case,
23934 no longer disconcertingly move point in the original buffer.
23935
23936 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23937
23938 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23939
23940 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
23941
23942 * dired.el (dired-mode-map): Fix typo.
23943
23944 2003-09-11 Richard M. Stallman <rms@gnu.org>
23945
23946 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23947
23948 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23949
23950 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23951 the function is less noisy. Now only `kill-buffer' can ask questions.
23952
23953 2003-09-10 Mario Lang <mlang@delysid.org>
23954
23955 * battery.el: Update Commentary and Copyright.
23956 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23957 appear due to wrong ordering of the expressions in `or'.
23958
23959 2003-09-09 Lute Kamstra <lute@gnu.org>
23960
23961 * misc.el (upcase-char): Fix docstring.
23962 (zap-up-to-char): New command.
23963
23964 2003-09-08 David Ponce <david@dponce.com>
23965
23966 Ensure that recentf correctly updates the menu bar.
23967 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23968 (recentf-menu-bar): New function.
23969 (recentf-clear-data): Use it
23970 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23971 of easy-menu-change.
23972
23973 2003-09-08 Lute Kamstra <lute@gnu.org>
23974
23975 * simple.el (size-indication-mode): New.
23976 * bindings.el (mode-line-position): Add buffer size indicator.
23977
23978 2003-09-04 Mario Lang <mlang@delysid.org>
23979
23980 * battery.el (battery-linux-proc-acpi): New function.
23981 (battery-status-function): Modify default value calculation to also
23982 check for availability of ACPI.
23983 (battery-echo-area-format): Ditto.
23984 (battery-mode-line-format): Ditto.
23985
23986 2003-09-06 Dave Love <fx@gnu.org>
23987
23988 * ielm.el (ielm-mode-hook): Add :options.
23989
23990 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23991 (eldoc-print-current-symbol-info): Use it.
23992
23993 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
23994
23995 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23996 being displayed in GUD buffer.
23997 (gdb-idle-input-queue): Remove var. Use just one queue.
23998 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23999 Remove functions. Use just one queue.
24000 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24001 (gdb-invalidate-assembler, gdb-get-current-frame):
24002 Modify functions. Use just one queue.
24003
24004 2003-09-04 Dave Love <fx@gnu.org>
24005
24006 * cus-start.el: Add blink-cursor-alist.
24007
24008 * ruler-mode.el (ruler-mode-fill-column-char)
24009 (ruler-mode-current-column-char): Use char-displayable-p,
24010 not window-system.
24011
24012 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24013
24014 * language/european.el (windows-1252): Move from code-pages.
24015
24016 * language/cyrillic.el ("Windows-1251"): Delete.
24017 ("Bulgarian", "Belarusian"): Remove `features'.
24018 (windows-1251): Move from code-pages.
24019
24020 * international/mule-diag.el (non-iso-charset-alist):
24021 Remove `codepage' stuff.
24022 (print-designation, list-coding-systems-1): Output fixes.
24023
24024 * international/code-pages.el (cp-make-translation-table)
24025 (cp-valid-codes): Made defsubsts.
24026 (cp-fix-safe-chars): Delete.
24027 (mule-diag): Don't require.
24028 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24029 (top-level): Check for defined coding system when defining
24030 cp... aliases. Change w32-add-charset-info test to avoid warning.
24031 (non-iso-charset-alist): Defvar when compiling.
24032 (cp-make-coding-system): Doc fix.
24033
24034 2003-09-02 Jason Rumney <jasonr@gnu.org>
24035
24036 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24037 line-ends from CVS before doing conversion.
24038
24039 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
24040
24041 * calendar/diary-lib.el (diary-header-line-flag)
24042 (diary-header-line-format): New variables.
24043 (list-diary-entries): Use them to set header line in simple diary.
24044
24045 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24046 other than font-lock-string-face to highlight backslashes.
24047
24048 2003-09-01 Jason Rumney <jasonr@gnu.org>
24049
24050 * international/titdic-cnv.el (tit-read-key-value): Include \r in
24051 regexp.
24052
24053 2003-09-01 Dave Love <fx@gnu.org>
24054
24055 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24056
24057 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24058 and :help; also line and column numbers labels.
24059
24060 * international/mule-util.el (char-displayable-p): Move from
24061 latin1-disp, rename and autoload.
24062
24063 * international/latin1-disp.el (latin1-char-displayable-p):
24064 Now obsolete alias. Replace uses with char-displayable-p.
24065 (latin1-display-ucs-per-lynx): Fix last change.
24066
24067 * international/mule-cmds.el (standard-display-european-internal):
24068 Don't use char code for Latin-1 NBSP.
24069 <XFree86 4>: Unfrob NBSP display table. Set display table to use
24070 U+2018, U+2019 for `'.
24071 (select-safe-coding-system): Message fix.
24072
24073 2003-09-01 Kenichi Handa <handa@m17n.org>
24074
24075 * international/fontset.el (setup-default-fontset): For Thai
24076 font, specify "*" family.
24077
24078 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24079
24080 * progmodes/compile.el (previous-error): Accept a prefix
24081 argument, similarly to next-error.
24082
24083 2003-08-31 Masatake YAMATO <jet@gyve.org>
24084
24085 * pcvs.el (cvs-do-removal): Use = instead of eq to check
24086 the number of files. Bind the number of files to a local
24087 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24088
24089 2003-08-30 Eli Zaretskii <eliz@gnu.org>
24090
24091 * vc-hooks.el (vc-make-version-backup): Fix the change made on
24092 2003-07-26: msdos-long-file-names is a function, not a variable.
24093
24094 2003-08-29 Richard M. Stallman <rms@gnu.org>
24095
24096 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24097 Do nothing with mail-personal-alias-file if it is nil.
24098
24099 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24100 Do nothing if mail-personal-alias-file is nil.
24101
24102 * term.el (term-exec-1): Bind coding-system-for-read.
24103
24104 * dired.el (dired-mouse-find-file-other-window):
24105 Use dired-view-command-alist here, as in dired-view-file.
24106 (dired-view-command-alist): Use %s to substitute file name.
24107 Handle .ps_pages, .eps, .jpg, .gif, .png.
24108
24109 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24110
24111 * info.el (Info-mode-map): Bind S-tab and <backtab> to
24112 `Info-prev-reference', instead of M-tab.
24113
24114 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
24115
24116 * simple.el (blink-matching-open): Work correctly on chars that
24117 are designated as parens through the syntax-table text property.
24118
24119 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
24120
24121 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24122 line break position in the middle of a non-kinsoku (e.g. latin)
24123 word, making it skip until either a space or a character with
24124 category "|".
24125 (kinsoku-longer): Test for end of buffer.
24126
24127 2003-08-28 Eli Zaretskii <eliz@gnu.org>
24128
24129 * mail/rmail.el (rmail-convert-to-babyl-format):
24130 Detect quoted-printable- and base64-encoded messages and decode them
24131 automatically. Set the message's encoding from the charset=
24132 header, if any. Decode base64-encoded messages in Mail format as well.
24133
24134 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24135
24136 * mail/smtpmail.el: Fix previous change.
24137 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24138 calling smtpmail-via-smtp.
24139 (smtpmail-via-smtp): Add fall-back values for envelope-from.
24140
24141 2003-08-26 John Paul Wallington <jpw@gnu.org>
24142
24143 * image.el (image-jpeg-p): Don't search beyond length of data.
24144
24145 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24146
24147 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24148 misfeature in `expand-abbrev' which caused electric keywords like
24149 "else" to disappear if an open brace was typed directly afterwards.
24150
24151 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24152
24153 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24154 mandatory in `define-widget'.
24155
24156 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24157 Don't align the operators "!=", "<=" and ">=" as assignment operators.
24158
24159 (c-assignment-operators): New language constant that only contains
24160 the assignment operators.
24161
24162 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24163
24164 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24165
24166 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24167 Safeguard against unbalanced sexps.
24168
24169 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
24170
24171 * version.el (emacs-version): Check for gtk. Include gtk version info.
24172
24173 2003-08-25 John Paul Wallington <jpw@gnu.org>
24174
24175 * man.el (Man-default-man-entry): Don't whizz past the section
24176 number before looking for it.
24177
24178 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
24179
24180 * progmodes/gud.el (gud-display-line): Don't set window-point if
24181 source buffer is not visible. (Only happens with M-x gdba.)
24182
24183 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24184 documentation.
24185 (gdb-source, gdb-source-info): Update to assembler unnecessary
24186 as its done after each GDB command anyway.
24187 (gdb-pre-prompt): Use with-current-buffer.
24188 (gdb-insert-field): Add help-echo text.
24189 (gdb-invalidate-assembler): Re-display of assembler now done in
24190 gdb-info-breakpoints-custom.
24191 (gdb-info-breakpoints-custom): Force re-display of assembler to
24192 happen *after* update of breakpoints buffer.
24193 (gdb-display-source-buffer): Don't choke if gdb-source-window
24194 isn't visible.
24195 (gdb-put-string, gdb-put-arrow): Remove free variables.
24196
24197 2003-08-24 John Paul Wallington <jpw@gnu.org>
24198
24199 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24200
24201 * man.el (Man-default-man-entry): Strip text properties when
24202 snarfing parts of entry because `format' preserves properties.
24203
24204 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24205
24206 * files.el (file-newest-backup): Use `expand-file-name'.
24207
24208 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24209 Allow the diary to pop up a new frame, if needed.
24210
24211 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24212 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24213 (smtpmail-send-it): Make treatment of envelope-from consistent with
24214 sendmail.el.
24215
24216 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24217 (sh-leading-keywords): Add the bash `time' reserved word.
24218 (sh-variables): Add some bash variables.
24219 (sh-add-completer): Fix nil branch of case statement.
24220
24221 2003-08-24 Masatake YAMATO <jet@gyve.org>
24222
24223 * progmodes/ld-script.el: New file.
24224
24225 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
24226
24227 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24228
24229 2003-08-23 Andre Spiegel <spiegel@gnu.org>
24230
24231 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24232 Better explain obsolescence, and what to use instead.
24233
24234 2003-08-23 Masatake YAMATO <jet@gyve.org>
24235
24236 * pcvs.el (cvs-do-removal): Show the deleted file name
24237 on the prompt.
24238
24239 2003-08-20 Dave Love <fx@gnu.org>
24240
24241 * international/mule.el (make-coding-system)
24242 (set-buffer-file-coding-system): Doc fix.
24243
24244 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24245
24246 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24247
24248 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24249
24250 * international/utf-16.el: Add mime-text-unsuitable coding system
24251 properties.
24252
24253 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24254
24255 * cus-edit.el: Add some :links.
24256 (bib): Remove.
24257
24258 * textmodes/bib-mode.el (bib): Add :group external.
24259
24260 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
24261
24262 * wid-edit.el (widget-echo-help): Make it handle expressions that
24263 evaluate to strings.
24264
24265 2003-08-18 Michael Mauger <mmaug@yahoo.com>
24266
24267 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
24268
24269 Simplify selection of SQL products to define highlighting and
24270 interactive mode. Includes detailed instructions on adding
24271 support for new products.
24272
24273 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24274 product for use in highlighting and interactive mode.
24275 (sql-interactive-product): New variable. SQL product for
24276 sql-interactive-mode.
24277 (sql-product-support): New variable. Specifies product-specific
24278 parameters to drive highlighting and interactive mode.
24279 (sql-imenu-generic-expression): Add more object types.
24280 (sql-sqlite-options): Correct comment.
24281 (sql-ms-program): Use "osql" rather than "isql".
24282 (sql-prompt-regexp, sql-prompt-length): Update comment.
24283 (sql-mode-menu): Add "Start SQLi session" entry.
24284 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24285 (sql-mode-abbrev-table): Add abbreviations. Support of
24286 SYSTEM-FLAG on define-abbrev. Support was removed with last
24287 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24288 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24289 names.
24290 (sql-mode-ansi-font-lock-keywords): Set as default value.
24291 (sql-mode-oracle-font-lock-keywords): Set as default value.
24292 Support Oracle 9i keywords.
24293 (sql-mode-postgres-font-lock-keywords): Set as default value.
24294 (sql-mode-linter-font-lock-keywords): Set as default value.
24295 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24296 SQLServer 2000.
24297 (sql-mode-sybase-font-lock-keywords)
24298 (sql-mode-interbase-font-lock-keywords)
24299 (sql-mode-sqlite-font-lock-keywords)
24300 (sql-mode-strong-font-lock-keywords)
24301 (sql-mode-mysql-font-lock-keywords)
24302 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24303 keywords.
24304 (sql-mode-font-lock-defaults): Update comment.
24305 (sql-product-feature): New function. Returns feature associated
24306 with a product from `sql-product-support' alist.
24307 (sql-product-font-lock): New function. Set font-lock support
24308 based on `sql-product'.
24309 (sql-add-product-keywords): New function. Add font-lock rules to
24310 product-specific keyword variables.
24311 (sql-set-product): New function. Set `sql-product' and apply
24312 appropriate font-lock highlighting.
24313 (sql-highlight-product): New function. Set font-lock support
24314 based on a product. Also set mode name to include product name.
24315 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24316 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24317 Use `sql-set-product'.
24318 (sql-highlight-ms-keywords)
24319 (sql-highlight-sybase-keywords)
24320 (sql-highlight-interbase-keywords)
24321 (sql-highlight-strong-keywords)
24322 (sql-highlight-mysql-keywords)
24323 (sql-highlight-sqlite-keywords)
24324 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24325 (sql-get-login): Prompt in the same order as the tokens.
24326 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24327 (sql-product-interactive): New function. Common portions of
24328 product-specific interactive mode wrappers.
24329 (sql-interactive-mode): Rewritten to use product features.
24330 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24331 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24332 (sql-db2, sql-linter): Use `sql-product-interactive'.
24333 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24334 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24335 (sql-connect-ingres, sql-connect-postgres)
24336 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24337 New functions. Format command line parameters and invoke comint on
24338 the appropriate interpreter. Code was in the corresponding
24339 `sql-xyz' function before.
24340 (sql-connect-ms): New function. Support -E argument to use
24341 operating system credentials for authentication.
24342
24343 2003-08-18 Kenichi Handa <handa@m17n.org>
24344
24345 * international/mule.el (encode-char): Fix for the ASCII case.
24346
24347 2003-08-15 Kenichi Handa <handa@m17n.org>
24348
24349 * international/fontset.el (setup-default-fontset): Change "*" to
24350 nil in the specifications of font family.
24351
24352 2003-08-18 Kim F. Storm <storm@cua.dk>
24353
24354 * kmacro.el (kmacro-keymap): Group related bindings in
24355 initialization for clarity. Bind C-s to start macro.
24356 Remove C-r binding.
24357 (kmacro-initial-counter-value): New defvar to hold initial counter
24358 value in case we set the value before defining a macro.
24359 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24360 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24361 not defining or executing macro. Doc fix.
24362 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24363 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24364 temporarily view older elements on the macro ring without cycling
24365 the ring.
24366 (kmacro-display): Doc fix.
24367 (kmacro-exec-ring-item): New helper function.
24368 (kmacro-call-ring-2nd): Use it.
24369 (kmacro-call-ring-2nd-repeat): Doc fix.
24370 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24371 (kmacro-end-or-call-macro): Execute last viewed macro (using
24372 kmacro-exec-ring-item) from ring if this follows
24373 kmacro-view-macro. This allows us to find a macro on the ring
24374 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24375 the ring to bring it to the head of the ring.
24376 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24377 Allow binding to reserved keys without specifying C-x C-k prefix.
24378 Ask for confirmation if entered key sequence is already bound to
24379 a non-macro command.
24380 (kmacro-view-macro): Repeating command will show older elements
24381 on the macro ring; C-k will execute the last viewed macro.
24382 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24383 property from 'ring to 'head.
24384
24385 2003-08-17 Alan Shutko <ats@acm.org>
24386
24387 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24388 keeping December out of the alist.
24389
24390 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24391
24392 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24393 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24394 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24395 (calendar-flatten): New function.
24396 (calendar-mouse-view-other-diary-entries)
24397 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24398 in the menu title and to show multi-line diary entries correctly
24399 in the menu.
24400
24401 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24402
24403 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24404 defcustom, because the default was recently changed.
24405
24406 2003-08-16 Richard M. Stallman <rms@gnu.org>
24407
24408 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24409
24410 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24411 New subroutine, broken out of eval-last-sexp-1.
24412 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24413
24414 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24415
24416 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24417
24418 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24419
24420 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24421
24422 * progmodes/compile.el (compilation-error-regexp-alist):
24423 Add Java ANt error detection as described in document
24424 http://ant.apache.org/faq.html
24425
24426 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24427
24428 * simple.el (backward-word, forward-to-indentation)
24429 (backward-to-indentation): Argument changed to optional.
24430 (next-line, previous-line): Use `or' instead of `unless'.
24431
24432 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24433
24434 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24435 instead of a constant.
24436
24437 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
24438
24439 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24440
24441 2003-08-12 Andre Spiegel <spiegel@gnu.org>
24442
24443 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24444 (vc-sccs-workfile-version): Search the entire delta table, rather
24445 than just the first entry, because that might be a deleted version.
24446
24447 2003-08-11 Karl Fogel <kfogel@red-bean.com>
24448
24449 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24450 [save-place] binding in the Options menu. Have it require
24451 'saveplace' and then toggle the variable manually, to avoid an
24452 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24453 for the bug report.
24454
24455 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
24456
24457 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24458 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24459 (gdb-info-threads-custom): Add help-echo text.
24460 (gdb-display-back): Don't use purecopy.
24461 (gdb-info-breakpoints-custom, gdb-reset)
24462 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24463 icons can be displayed.
24464
24465 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
24466
24467 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24468
24469 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24470
24471 * bookmark.el (bookmark-completing-read):
24472 Return a string, instead of a list of one string.
24473 Use a popup menu if activated from the mouse.
24474 (bookmark-edit-annotation): Remove unused vars.
24475 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24476 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24477 to bookmark-completing-read.
24478 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24479 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24480 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24481 and erase-buffer.
24482 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24483 (bookmark-menu-jump, bookmark-menu-insert)
24484 (bookmark-popup-menu-and-apply-function)
24485 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24486 (bookmark-menu-build-paned-menu): Remove by folding it into
24487 bookmark-menu-popup-paned-menu.
24488 (menu-bar-bookmark-map): Move the define-key statements here.
24489 Use the "non-menu" commands since they now pop up a menu if needed.
24490 (bookmark-exit-hook-internal): Simplify.
24491
24492 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24493
24494 * reftex-toc.el (reftex-toc-rename-label): New function.
24495 (reftex-toc-check-docstruct): New function.
24496
24497 * reftex.el (reftex-region-active-p): New function.
24498
24499 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24500 regexp to find the \bibliography macro.
24501
24502 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24503 which does not exist in LaTeX.
24504 (reftex-cite-format-builtin): Added amsrefs support.
24505 (reftex-toc-confirm-promotion): New option
24506
24507 * reftex-toc.el
24508 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24509 (reftex-toc-demote, reftex-toc-promote)
24510 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24511 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24512 (reftex-toc-newhead-from-alist)
24513 (reftex-toc-load-all-files-for-promotion): New functions.
24514 (reftex-toc-help): Added description of new keys.
24515 (reftex-toc-split-windows-fraction): New option.
24516 (reftex-recenter-toc-when-idle): Search *toc* window on all
24517 visible frames.
24518 (reftex-toc): Additional parameter REUSE
24519 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24520 with REUSE argument.
24521 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24522 the call of `reftex-toc'.
24523 (reftex-make-separate-toc-frame): New function .
24524 (reftex-toc-recenter): When called with triple prefix arg, call
24525 `reftex-make-separate-toc-frame' first.
24526 (reftex-toc-toggle-dedicated-frame): New command.
24527 (reftex-toc-quit): Adapted to delete frame when called in
24528 dedicated frame.
24529
24530 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24531 all enclosing macros.
24532
24533
24534 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24535
24536 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24537 first use.
24538
24539 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24540
24541 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24542
24543 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24544
24545 * calendar/calendar.el (list-diary-entries-hook)
24546 (diary-display-hook, nongregorian-diary-listing-hook)
24547 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24548 Add some customize options for these hooks.
24549 (calendar-abbrev-construct): Don't try to take a substring longer
24550 than the original string.
24551
24552 2003-08-05 Richard M. Stallman <rms@gnu.org>
24553
24554 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24555 (testcover-reinstrument-clauses): Doc fix.
24556
24557 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24558 (warning-type-format): Rename from warning-group-format.
24559
24560 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24561 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24562 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24563 to prevent warnings about defvar for an obsolete variable.
24564
24565 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24566 warning-group-format renamed to warning-type-format.
24567
24568 * subr.el (read-passwd): Use clear-string instead of fillarray.
24569
24570 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24571 Use vconcat instead of concat.
24572 (edmacro-sanitize-for-string): New function.
24573
24574 2003-08-05 Dave Love <fx@gnu.org>
24575
24576 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24577 line-number-display-limit-width.
24578
24579 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24580
24581 2003-08-05 Kenichi Handa <handa@m17n.org>
24582
24583 * international/code-pages.el: Don't require mule-diag.
24584
24585 * international/mule-diag.el (non-iso-charset-alist):
24586 Add autoload cookie.
24587
24588 * language/devan-util.el (dev-glyph-order): Add an entry for the
24589 glyph code #xC4.
24590
24591 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24592
24593 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24594 (european-calendar-style, diary-date-forms)
24595 (calendar-day-name-array, calendar-month-name-array): Doc change.
24596 (generate-calendar-month): Adapt for new behavior of
24597 `calendar-day-name' function.
24598 (calendar-abbrev-length, calendar-day-abbrev-array)
24599 (calendar-month-abbrev-array): New variables.
24600 (calendar-abbrev-construct): New function.
24601 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24602 rather than fixing abbrevs at some width. Calling syntax change.
24603 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24604 (calendar-date-string): Adapt for new behaviors of
24605 `calendar-day-name' and `calendar-month-name' functions.
24606
24607 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24608 behavior of `calendar-day-name' and `calendar-month-name' functions.
24609 (diary-name-pattern): Use abbrev arrays, rather than fixing
24610 abbrevs at three chars. Calling syntax change.
24611 (mark-diary-entries): Adapt for new behaviors of
24612 `diary-name-pattern' and `calendar-make-alist' functions.
24613 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24614 `diary-name-pattern' function.
24615 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24616 fixing abbrevs at three chars. Calling syntax change.
24617 (cal-hebrew, cal-islam): Require when compiling.
24618 (diary-font-lock-keywords): Adapt for new behavior of
24619 `font-lock-diary-date-forms' function.
24620
24621 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24622 (calendar-hebrew-month-name-array-common-year)
24623 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24624 (list-hebrew-diary-entries): Adapt for new behaviors of
24625 `calendar-day-name' and `add-to-diary-list' functions.
24626 (mark-hebrew-diary-entries): Adapt for new behaviors of
24627 `diary-name-pattern' and `calendar-make-alist' functions.
24628
24629 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24630 Add doc string.
24631 (list-islamic-diary-entries): Adapt for new behaviors of
24632 `calendar-day-name' and `add-to-diary-list' functions.
24633 (mark-islamic-diary-entries): Adapt for new behaviors of
24634 `diary-name-pattern' and `calendar-make-alist' functions.
24635
24636 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24637 `calendar-month-name' function.
24638
24639 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24640
24641 * calendar/solar.el (solar-seasons-data): Move definition before use.
24642
24643 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24644 (cal-tex-LaTeX-hourbox): Move definition before use.
24645
24646 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24647 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24648 * lunar.el, solar.el (displayed-month, displayed-year):
24649 Define for compiler.
24650
24651 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24652
24653 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24654 MODE. Renamed from c-init-c-language-vars'.
24655 (c-initialize-cc-mode): Change accordingly.
24656 (c-common-init): Ditto.
24657 (c-mode): Ditto.
24658 (c++-mode): Use `c-init-language-vars-for'.
24659 (objc-mode): Ditto.
24660 (java-mode): Ditto.
24661 (idl-mode): Ditto.
24662 (pike-mode): Ditto.
24663 (awk-mode): Ditto.
24664
24665 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24666
24667 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24668 or not the point moved.
24669
24670 (c-search-decl-header-end): Don't trip up on operator identifiers
24671 in C++ and operators like == in all languages.
24672
24673 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24674 Detect leading labels correctly.
24675
24676 2003-08-02 Andreas Schwab <schwab@suse.de>
24677
24678 * textmodes/ispell.el: Don't redo key bindings on loading, put
24679 them only in loaddefs.el.
24680 * bookmark.el: Likewise.
24681 * dabbrev.el: Likewise.
24682 * emerge.el: Likewise.
24683
24684 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24685 has more than one member.
24686
24687 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24688
24689 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24690
24691 * lpr.el (printify-region): It was ending conversion before the
24692 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24693
24694 2003-07-31 John Paul Wallington <jpw@gnu.org>
24695
24696 * net/browse-url.el (browse-url-epiphany): Doc fix.
24697
24698 2003-07-30 Kenichi Handa <handa@m17n.org>
24699
24700 * international/fontset.el (setup-default-fontset):
24701 Change registry names of Akurti fonts.
24702
24703 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24704
24705 * comint.el (comint-read-noecho): Use `clear-string' instead of
24706 `fillarray'.
24707
24708 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24709
24710 * outline.el (outline-mode-hook): Add defvar.
24711
24712 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24713
24714 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24715 Restore assembler in source window if that is what has been selected.
24716 (menu): Add gdb-restore-windows to menu. Make gdba
24717 specific menus only visible from gdba.
24718
24719 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24720
24721 * progmodes/compile.el (compilation-environment): New user variable.
24722 (compile-internal): Respect it.
24723
24724 2003-07-23 Masatake YAMATO <jet@gyve.org>
24725
24726 * progmodes/gud.el (gdb-script-font-lock-keywords):
24727 Put `font-lock-function-name-face' on a symbol which includes
24728 `-' like `hook-run'. Put font-lock-variable-name-face
24729 on a symbol starting with $.
24730
24731 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24732
24733 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24734
24735 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24736
24737 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24738
24739 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24740
24741 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24742 Use with-no-warnings.
24743 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24744 rather than to find-file-not-found-hook, which doesn't exist.
24745
24746 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24747
24748 * international/quail.el (quail-translate-key): Fix previous change.
24749
24750 2003-07-25 John Paul Wallington <jpw@gnu.org>
24751
24752 * server.el (server-start): Check `server-process' is non-nil
24753 before killing it to avoid killing current buffer's process.
24754
24755 * simple.el (choose-completion-string): Use `minibufferp';
24756 test `completion-reference-buffer' if `buffer' arg is nil.
24757 (push-mark): Use `when' and `unless'.
24758 (pop-mark): Use `when'.
24759
24760 * mouse-sel.el (mouse-sel-get-selection-function):
24761 Check `x-last-selected-text-primary'. Don't barf if it or
24762 `x-last-selected-text' aren't bound.
24763
24764 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24765
24766 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24767
24768 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24769
24770 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24771
24772 2003-07-23 John Paul Wallington <jpw@gnu.org>
24773
24774 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24775
24776 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24777
24778 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24779 string. Defvar the derived hook.
24780
24781 * macros.el (insert-kbd-macro): Escape double quote character.
24782 From Thomas W Murphy <twm@andrew.cmu.edu>.
24783
24784 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24785
24786 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24787 to match the specific mark rather than reusing comment-start-skip.
24788
24789 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24790
24791 * progmodes/hideshow.el (hs-special-modes-alist):
24792 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24793
24794 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24795
24796 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24797 value using ?\s.
24798
24799 2003-07-21 John Paul Wallington <jpw@gnu.org>
24800
24801 * subr.el (with-selected-window): Add closing paren.
24802
24803 2003-07-21 Richard M. Stallman <rms@gnu.org>
24804
24805 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24806 (lisp-mode): Likewise.
24807
24808 * subr.el (with-selected-window): Copy code form save-selected-window
24809 so as to call select-window with norecord arg.
24810 (dynamic-completion-table): Doc fix.
24811 (lazy-completion-table): Doc fix.
24812
24813 * international/mule-cmds.el (set-locale-environment):
24814 langinfo renamed to locale-info.
24815
24816 * international/mule.el (auto-coding-functions): Doc fix.
24817
24818 2003-07-21 Kenichi Handa <handa@m17n.org>
24819
24820 * international/quail.el (quail-translate-key):
24821 Update quail-current-str correctly.
24822
24823 2003-07-21 Andreas Schwab <schwab@suse.de>
24824
24825 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24826 ?, to "_".
24827
24828 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24829 Version 2.0.36 of Tramp released.
24830
24831 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24832 tramp-password-end-of-line.
24833 (tramp-password-end-of-line): New method parameter.
24834 (tramp-get-password-end-of-line): Function to access method
24835 parameter `tramp-password-end-of-line', or variable
24836 `tramp-default-password-end-of-line' (default value).
24837 (tramp-methods): Add entries for new parameter
24838 tramp-password-end-of-line.
24839 (tramp-enter-password): Use new function
24840 `tramp-get-password-end-of-line'.
24841 (tramp-handle-insert-file-contents): Do not
24842 unconditionally inhibit the file operation file-local-copy, only
24843 do that when the inhibit-file-name-operation is currently
24844 insert-file-contents. This fixes finding remote CVS-controlled
24845 files. (It would barf on inserting the CVS/Entries file
24846 literally, because the file-local-copy handler wasn't called.)
24847 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24848 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24849 (tramp-initial-commands): New variable.
24850 (tramp-process-initial-commands): New function, using the variable.
24851 (tramp-open-connection-setup-interactive-shell): Call the new function.
24852 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24853 method into the buffer name, never use nil. Reported by Hanak
24854 David <dhanak@inf.bme.hu>.
24855 (tramp-open-connection-setup-interactive-shell): Erase buffer
24856 before sending "stty -onlcr".
24857
24858 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24859
24860 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
24861
24862 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24863
24864 2003-07-19 John Paul Wallington <jpw@gnu.org>
24865
24866 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24867 (artist-draw-rect, artist-draw-square): Doc fixes.
24868
24869 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24870
24871 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24872
24873 2003-07-19 Kenichi Handa <handa@m17n.org>
24874
24875 * international/kkc.el (kkc-show-conversion-list-update):
24876 Highlight the correct candidate in the message.
24877
24878 2003-07-18 John Paul Wallington <jpw@gnu.org>
24879
24880 * simple.el (current-word): Don't include punctuation char when
24881 `really-word' arg is non-nil.
24882
24883 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24884
24885 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24886 moved to the directory obsolete.
24887
24888 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24889
24890 * info.el (Info-menu-entry-name-re): Allow newlines in
24891 menu entry names.
24892
24893 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24894 syntax-ppss-after-change-function.
24895 (syntax-ppss-after-change-function): New alias. Update uses.
24896 (syntax-ppss): Catch the case where the buffer is narrowed.
24897
24898 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24899
24900 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24901 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24902
24903 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24904
24905 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24906 since it might be modified.
24907
24908 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24909 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24910 names to these language constants.
24911
24912 2003-07-15 Kim F. Storm <storm@cua.dk>
24913
24914 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24915 All uses changed.
24916
24917 2003-07-14 Mark A. Hershberger <mah@everybody.org>
24918
24919 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24920 Namespace support.
24921
24922 2003-07-13 Juanma Barranquero <lektu@terra.es>
24923
24924 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24925 papers received).
24926
24927 2003-07-13 Karl Eichwalder <ke@suse.de>
24928
24929 * textmodes/po.el (po-find-charset): White space at the start of the
24930 Content-Type field body is non-mandatory.
24931
24932 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24933
24934 * textmodes/texinfo.el (texinfo-section-list):
24935 Append appendixsection; a synonym for appendixsec.
24936
24937 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24938
24939 * man.el (Man-translate-cleanup): New.
24940 (Man-translate-references): Call `Man-translate-cleanup' to clean
24941 leading, trailing and middle spaces.
24942
24943 2003-07-13 Lars Hansen <larsh@math.ku.dk>
24944
24945 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24946 Handle `dired-directory' being a list.
24947
24948 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24949
24950 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24951 it doesn't exist.
24952
24953 2003-07-12 Richard M. Stallman <rms@gnu.org>
24954
24955 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24956
24957 * progmodes/cc-defs.el (c-make-keywords-re):
24958 Don't use delete-duplicates.
24959 (c-lang-const): Don't use mapcan.
24960
24961 * apropos.el (apropos-show-scores): Make it customizable.
24962 Document new meaning.
24963 (apropos): Compute scores from symbols.
24964 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24965
24966 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24967
24968 * ps-bdf.el: Fix copyright line.
24969 (bdf-directory-list): Fix initialization code.
24970
24971 2003-07-11 John Paul Wallington <jpw@gnu.org>
24972
24973 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24974 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24975 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24976
24977 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24978
24979 * emacs-lisp/ring.el (ring-elements): Doc fix.
24980
24981 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24982
24983 * calendar/timeclock.el (timeclock-relative)
24984 (timeclock-ask-before-exiting, timeclock-use-display-time):
24985 Doc changes.
24986 (timeclock-modeline-display): Give a message if
24987 `timeclock-use-display-time' is non-nil but `display-time-mode'
24988 is not active.
24989
24990 2003-07-11 Kenichi Handa <handa@m17n.org>
24991
24992 * international/mule-cmds.el (set-language-environment):
24993 Set current-language-environment to the correct string.
24994
24995 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24996
24997 * ps-print.el: Print line number correctly in a region. Reported by
24998 Tim Allen <timallen@ls83.fsnet.co.uk>.
24999 (ps-print-version): New version number (6.6.2).
25000 (ps-printing-region): Code fix.
25001
25002 2003-07-10 John Paul Wallington <jpw@gnu.org>
25003
25004 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25005 this function can be called from `add-completions-from-tags-table'.
25006
25007 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
25008
25009 * calendar/timeclock.el (timeclock-use-display-time)
25010 (timeclock-day-over-hook, timeclock-workday-remaining)
25011 (timeclock-status-string, timeclock-when-to-leave)
25012 (timeclock-when-to-leave-string, timeclock-log-data)
25013 (timeclock-find-discrep, timeclock-day-base)
25014 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25015 (timeclock-modeline-display): Set the variable
25016 `timeclock-modeline-display'.
25017 (timeclock-update-modeline): Doc fix. Respect value of
25018 `timeclock-relative'.
25019
25020 2003-07-09 Richard M. Stallman <rms@gnu.org>
25021
25022 * textmodes/reftex-parse.el (reftex-all-document-files):
25023 Add autoload cookie.
25024
25025 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25026 (reftex-scanning-info-available-p): Add autoload cookie.
25027
25028 * international/mule-cmds.el
25029 (set-display-table-and-terminal-coding-system): Delete duplicate
25030 aset on standard-display-table.
25031
25032 * view.el (view-file): If existing buffer's major mode is special,
25033 don't go into view mode.
25034
25035 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25036
25037 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25038
25039 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25040 buffer changes; there's third party code that calls this function
25041 directly.
25042
25043 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25044
25045 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25046 (autodoc-font-lock-keywords): Don't byte compile on font lock
25047 initialization when running from byte compiled files.
25048
25049 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
25050
25051 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25052 statement ends with auto-increment "++".
25053
25054 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25055
25056 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25057 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25058 these are changed, so declare them as variables and not constants.
25059
25060 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
25061
25062 * subr.el (dolist, dotimes): Doc fix.
25063
25064 2003-07-08 Kim F. Storm <storm@cua.dk>
25065
25066 * international/mule-cmds.el
25067 (set-display-table-and-terminal-coding-system): Don't break
25068 bootstrap if standard-display-table isn't setup yet.
25069
25070 2003-07-07 Richard M. Stallman <rms@gnu.org>
25071
25072 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25073 Give it a doc string, and autoload it.
25074
25075 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25076 Use with-no-warnings.
25077
25078 * info.el (Info-search): If find invisible text, search again.
25079
25080 * isearch.el (search-whitespace-regexp): Add a shy group around it.
25081
25082 * man.el (Man-name-regexp): Match + as part of name.
25083
25084 * simple.el (visible-mode): Rename from vis-mode.
25085 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25086
25087 * simple.el (current-word): New arg REALLY-WORD specifies
25088 don't include punctuation chars.
25089
25090 * emacs-lisp/debug.el (debug, debugger-env-macro):
25091 Use with-no-warnings while accessing and binding unread-command-char.
25092
25093 * international/mule-cmds.el
25094 (set-display-table-and-terminal-coding-system): Use explicit loop
25095 instead of calling standard-display-default.
25096
25097 * net/ange-ftp.el (ange-ftp-file-symlink-p):
25098 Use condition-case to catch error in ange-ftp-get-files.
25099
25100 * net/browse-url.el (browse-url-browser-function):
25101 Add alternative for Epiphany.
25102 (browse-url-epiphany-program, browse-url-epiphany-arguments)
25103 (browse-url-epiphany-startup-arguments)
25104 (browse-url-epiphany-new-window-is-tab): New variables.
25105 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25106
25107 * progmodes/compile.el (compile-auto-highlight): Default now t.
25108 (compile): Doc fix.
25109 (compilation-next-error): Fix previous change.
25110
25111 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25112
25113 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25114
25115 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
25116
25117 * gdb-ui.el (gdb-source-info): Display current frame when
25118 attaching to an existing process.
25119 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25120 while laying out windows when attaching to an existing process.
25121
25122 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
25123
25124 * info.el (Info-menu): Use Info-menu-entry-name-re.
25125
25126 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
25127
25128 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25129 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25130
25131 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25132 to match the same text.
25133
25134 2003-07-06 John Paul Wallington <jpw@gnu.org>
25135
25136 * vc.el (vc-annotate-offset): Move defvar up.
25137
25138 2003-07-06 Kim F. Storm <storm@cua.dk>
25139
25140 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25141 This should fix the infinite loop when extracting menu names.
25142
25143 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25144
25145 * files.el (auto-mode-alist, interpreter-mode-alist):
25146 Remove entries to CC Mode modes to avoid duplicates; they are now added
25147 with autoload directives in cc-mode.el.
25148
25149 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25150
25151 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25152 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25153 these are changed, so declare them as variables and not constants.
25154
25155 * progmodes/cc-mode.el: Fix some autoload problems: Try to
25156 ensure that the entry for ".c" extension comes before the one for
25157 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25158 Fix incorrect entries that were added to `interpreter-mode-alist'.
25159 Move the autoload directives for AWK to the top level since they
25160 aren't recognized anywhere else. Do not use the new AWK mode doc
25161 in the autoload form for the old AWK mode.
25162
25163 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25164
25165 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25166 (bibtex-sort-ignore-string-entries): Default value t.
25167 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25168 erroneously in previous version.
25169 (bibtex-string-files): Docstring reflects new parsing scheme.
25170 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25171 docstring, add # as one of the chars to crush
25172 (bibtex-autokey-prefix-string, bibtex-autokey-names)
25173 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25174 (bibtex-autokey-name-change-strings)
25175 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25176 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25177 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25178 (bibtex-autokey-title-terminators)
25179 (bibtex-autokey-titlewords-stretch)
25180 (bibtex-autokey-titleword-ignore)
25181 (bibtex-autokey-titleword-case-convert)
25182 (bibtex-autokey-titleword-abbrevs)
25183 (bibtex-autokey-titleword-abbrevs)
25184 (bibtex-autokey-titleword-change-strings)
25185 (bibtex-autokey-titleword-length)
25186 (bibtex-autokey-titleword-separator)
25187 (bibtex-autokey-name-year-separator)
25188 (bibtex-autokey-year-title-separator)
25189 (bibtex-autokey-before-presentation-function)
25190 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25191 Fix docstring.
25192 (bibtex-strings, bibtex-reference-keys):
25193 Use lazy-completion-table and make-variable-buffer-local.
25194 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25195 (bibtex-braced-string-syntax-table)
25196 (bibtex-quoted-string-syntax-table): New variables.
25197 (bibtex-parse-nested-braces): Remove.
25198 (bibtex-parse-field-string): Use syntax table and forward-sexp.
25199 (bibtex-parse-association): Simplify.
25200 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25201 (bibtex-parse-field-text): Simplify.
25202 (bibtex-search-forward-field, bibtex-search-backward-field):
25203 argument BOUND can take value t.
25204 (bibtex-start-of-field, bibtex-start-of-name-in-field)
25205 (bibtex-end-of-name-in-field, bibtex-end-of-field)
25206 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25207 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25208 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25209 (bibtex-skip-to-valid-entry): Return buffer position of beginning
25210 and ending of entry. Update for changes of bibtex-search-entry.
25211 Simplify.
25212 (bibtex-map-entries): FUN is called with three arguments.
25213 (bibtex-search-entry): Return a cons pair with buffer positions of
25214 beginning and end of entry.
25215 (bibtex-enclosing-field): Simplify.
25216 (bibtex-format-entry): Use booktitle to set a missing title.
25217 (bibtex-autokey-get-names): Fiddle with regexps.
25218 (bibtex-generate-autokey): Use identity.
25219 (bibtex-parse-keys): Use simplified parsing algorithm if
25220 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
25221 arguments. Return alist of keys.
25222 (bibtex-parse-strings): Simplify. Return alist of strings.
25223 (bibtex-complete-string-cleanup): Fix docstring.
25224 (bibtex-read-key): New function.
25225 (bibtex-mode): Fix docstring. Do not parse for keys and
25226 strings when the mode is entered. Set fill-paragraph-function to
25227 bibtex-fill-field. Setup font-lock-mark-block-function the way
25228 font-lock intended.
25229 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
25230 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25231 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25232 (bibtex-Preamble): Avoid hard coded constants.
25233 (bibtex-make-field): Fix docstring. Simplify.
25234 (bibtex-beginning-of-entry): Always return new position of point.
25235 (bibtex-end-of-entry): Rearrange cond clauses.
25236 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25237 Update for changes of bibtex-map-entries.
25238 (bibtex-ispell-abstract): Do not move point.
25239 (bibtex-entry-index): Use downcase. Simplify.
25240 (bibtex-lessp): Handle catch-all.
25241 (bibtex-find-crossref): Turn into a command.
25242 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
25243 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
25244 preamble entries.
25245 (bibtex-fill-field-bounds): New function.
25246 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
25247 (bibtex-fill-entry): Use bibtex-fill-field-bounds
25248 (bibtex-String): Use bibtex-strings. Always obey
25249 bibtex-sort-ignore-string-entries.
25250
25251 2003-07-05 John Paul Wallington <jpw@gnu.org>
25252
25253 * cus-theme.el (customize-create-theme):
25254 Call `customize-create-theme' in Reset widget's notify function.
25255
25256 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25257 (ibuffer-mark-interactive): Use `or' instead of `unless'.
25258 (define-ibuffer-column name): Add summarizer.
25259 (define-ibuffer-column size): Likewise.
25260 (define-ibuffer-column filename): Likewise.
25261 (define-ibuffer-column process): Likewise. Change BODY's output too.
25262 (define-ibuffer-column filename-and-process): Likewise, likewise.
25263 (ibuffer): Remove local vars `already-in' and `need-update'.
25264
25265 * ibuf-ext.el: Don't require `derived' at compile-time.
25266
25267 2003-07-05 Kim F. Storm <storm@cua.dk>
25268
25269 * info.el: Disable paragraph refilling.
25270 (Info-refill-paragraphs): New defcustom.
25271 (Info-fontify-node): Use it.
25272
25273 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25274
25275 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25276 thingies from constructors created by defstruct.
25277
25278 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25279 the default value of the variable.
25280 (byte-code-meter): Move declaration to top level.
25281
25282 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25283
25284 * info.el (Info-following-node-name-re): New fun.
25285 (Info-following-node-name): Remove.
25286 (Info-insert-dir): Use the new fun.
25287 (Info-extract-pointer): Don't save restriction; use new fun.
25288 (Info-menu-entry-name-re): New const.
25289 (Info-menu-entry-name-re): Use it along with new fun.
25290 (Info-node-spec-re): Use new fun.
25291 (Info-complete-menu-item, Info-fontify-node): Use new const.
25292 (Info-goto-node, Info-follow-reference, Info-menu-update):
25293 Use match-string.
25294 (Info-follow-reference): Use assoc-string.
25295 Use a list of strings for the completion table.
25296 (Info-fontify-node): Use match-string, line-end-position.
25297 Limit the search for `node:' to the first line.
25298
25299 * newcomment.el (uncomment-region): Remove padding coming from
25300 comment-start rather than just from comment-padding.
25301
25302 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25303 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25304 (vc-cvs-rename-file): Remove (use the default).
25305 (vc-cvs-register): Register parent dir if needed.
25306 (vc-cvs-could-register): Return non-nil if parent can be registered.
25307 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25308 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25309
25310 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25311 (vc-svn-update): Fix the arguments to `svn'.
25312 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25313 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25314 Simple implementations, assuming `name' is a URL.
25315
25316 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25317 set of chars allowed unquoted in a case pattern.
25318
25319 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25320
25321 * font-lock.el (font-lock-extra-types-widget)
25322 (c-font-lock-extra-types, c++-font-lock-extra-types)
25323 (objc-font-lock-extra-types, java-font-lock-extra-types)
25324 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25325 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25326 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25327 (font-lock-match-c++-structor-declaration)
25328 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25329 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25330 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25331 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25332 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25333 (java-font-lock-keywords-3, java-font-lock-keywords)
25334 (java-font-lock-syntactic-face-function): Remove obsolete code
25335 and constants. It's all in cc-fonts.el now.
25336
25337 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25338
25339 * mail/sendmail.el (mail-specify-envelope-from)
25340 (mail-envelope-from): Doc fix.
25341
25342 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25343
25344 * generic-x.el: Do away with the dependency on `c-emacs-features'
25345 when populating `rul-generic-mode-syntax-table'; we already know
25346 this isn't XEmacs.
25347
25348 See ChangeLog.10 for earlier changes.
25349
25350 ;; Local Variables:
25351 ;; coding: iso-2022-7bit
25352 ;; End:
25353
25354 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
25355 Copying and distribution of this file, with or without modification,
25356 are permitted provided the copyright notice and this notice are preserved.
25357
25358 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1