]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2
3 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4 New hook.
5 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
6
7 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8
9 * subr.el (version-separator, version-regexp-alist): New vars used by
10 version comparison funs.
11 (integer-list-<, integer-list-=, integer-list-<=)
12 (integer-list-not-zero): New funs for integer list comparison.
13 (version-to-list, version=, version<, version<=): New funs for version
14 comparison.
15
16 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
17
18 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20 time to silence the byte-compiler.
21
22 * ibuffer.el (ibuffer-compile-make-eliding-form)
23 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25 so it's silly to get warnings for it).
26 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
28 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
29 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
30 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
31 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
32 Defvar at compile time.
33 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
34 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
35 Declare them before use.
36
37 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
38 (info-xref-good, info-xref-bad): Defvar at compile time.
39
40 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
41 Use `let*' instead of `let'.
42
43 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
44 (*mouse-y*, menu, char): Defvar at compile time.
45 (sc::menu): Declare it before use.
46 (sc::pack-one-line): Use `let', not `let*'.
47
48 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
49 (mail-send-hook): Defvar at compile time.
50
51 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
52 Defvar at compile time.
53
54 * term/sun-mouse.el (current-global-mousemap)
55 (current-local-mousemap): Declare them before use.
56
57 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
58
59 * bookmark.el (bookmark-after-jump-hook): New hook.
60 (bookmark-jump): Run `bookmark-after-jump-hook'.
61
62 2005-08-23 Juri Linkov <juri@jurta.org>
63
64 * faces.el (minibuffer-prompt): Doc fix.
65
66 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
67
68 * progmodes/xscheme.el: Trivial changes to silence warnings.
69 (xscheme-previous-mode, xscheme-previous-process-state):
70 Add defvars.
71 (xscheme-last-input-end, xscheme-process-command-line)
72 (xscheme-process-name, xscheme-buffer-name)
73 (xscheme-expressions-ring-max, xscheme-expressions-ring)
74 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
75 (xscheme-control-g-synchronization-p)
76 (xscheme-control-g-disabled-p, xscheme-string-receiver)
77 (default-xscheme-runlight, xscheme-runlight)
78 (xscheme-runlight-string, xscheme-process-filter-state)
79 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
80 Move to beginning of file.
81 (scheme-interaction-mode-commands-alist)
82 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
83 them before use. Note: the initialization code for the variables
84 has not been moved because it uses functions that reference the
85 variables.
86 (xscheme-control-g-message-string, xscheme-process-filter-alist)
87 (xscheme-prompt-for-expression-map): Declare them before use.
88 (scheme-debugger-mode-commands): "?\ " -> "?\s".
89
90 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
91
92 * hexl.el (hexl-print-current-point-info): Fix simple spelling
93 error.
94
95 2005-08-22 Juri Linkov <juri@jurta.org>
96
97 * faces.el (set-face-underline): Delete this duplicate function
98 and make an obsolete alias to set-face-underline-p.
99 (set-face-underline-p): Use docstring of set-face-underline.
100 (describe-face): Create hyperlink to parent face.
101
102 * info.el (Info-insert-dir): Use save-excursion around
103 insert-buffer-substring.
104 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
105 (Info-escape-percent): Delete function.
106 (Info-fontify-node): Replace Info-escape-percent by
107 replace-regexp-in-string with REP arg set to lambda that
108 duplicates `%' and preserves text properties.
109
110 * progmodes/compile.el (compilation-disable-input): Doc fix.
111 (define-compilation-mode): Doc fix and refill.
112 (kill-compilation): Use `mode-name' in the error message.
113 (compilation-find-file): Use `compilation-error' in the
114 read-file-name's prompt.
115
116 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
119 (smerge-auto-leave): Make undo re-enable the mode.
120 (debug-ignored-errors): Add the user-error of impossible resolution.
121 (smerge-resolve): Move things around a bit, in preparation for later.
122 (smerge-diff): Don't fail if the buffer has no associated file.
123 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
124 (smerge-conflict-overlay): New function.
125 (smerge-match-conflict): Don't add text properties here.
126 (smerge-find-conflict): Instead, add an overlay here.
127 Also check for the case where we're inside a conflict already, so as to
128 obviate the need for font-lock-multiline, which is unbearably slow with
129 large conflicts and ciomplex font-lock patterns.
130 (smerge-remove-props): Remove overlay rather than text-properties.
131 (smerge-mode): Don't set font-lock-multiline.
132 Remove overlays when turned off.
133
134 2005-08-21 Kim F. Storm <storm@cua.dk>
135
136 * ido.el (ido-ignore-item-p): Use save-match-data.
137 Bind case-fold-search to ido-case-fold locally.
138
139 2005-08-20 Richard M. Stallman <rms@gnu.org>
140
141 * files.el (normal-mode): If font lock is on, turn it off and on.
142
143 * subr.el (replace-regexp-in-string): Doc fix.
144
145 * startup.el (command-line-1): Don't suppress startup screen
146 due to existing processes.
147
148 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
149
150 * progmodes/compile.el (compilation-disable-input): Default to nil.
151
152 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
153
154 * progmodes/compile.el (compilation-disable-input): New defcustom.
155 (compilation-start): If compilation-disable-input is non-nil, send
156 EOF to the compilation process.
157
158 2005-08-20 Eli Zaretskii <eliz@gnu.org>
159
160 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
161 Run the argument of tex-shell-cd-command through
162 convert-standard-filename, to get the correct style of slashes on
163 Windows, and enclose the result in quotes, in case the file name
164 includes whitespace or other special characters.
165
166 2005-08-19 Andreas Schwab <schwab@suse.de>
167
168 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
169 process.
170
171 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
172
173 * cus-start.el (minibuffer-prompt-properties): Correct typo.
174
175 2005-08-18 Kim F. Storm <storm@cua.dk>
176
177 * scroll-lock.el: Fix errors due to incorrect line wrapping.
178
179 2005-08-18 Richard M. Stallman <rms@gnu.org>
180
181 * scroll-lock.el: New file.
182
183 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
184
185 * dired.el (dired-move-to-end-of-filename):
186 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
187
188 2005-08-18 Kim F. Storm <storm@cua.dk>
189
190 * ido.el (ido-everywhere): Fix defcustom :set function to disable
191 rather than toggle mode when custom value is nil.
192 (ido-everywhere): Fix defun doc string.
193
194 2005-08-17 Richard M. Stallman <rms@gnu.org>
195
196 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
197 as tag instead of "Inviolable".
198
199 2005-08-17 Kim F. Storm <storm@cua.dk>
200
201 * windmove.el (windmove-coordinates-of-position): Remove.
202 (windmove-coordinates-of-window-position): Remove.
203 (windmove-reference-loc): Use posn-at-point instead.
204
205 * subr.el (insert-for-yank-1): Doc fix.
206
207 * ido.el (ido-enter-matching-directory): Rename from
208 ido-enter-single-matching-directory. Change 'slash choice to
209 'only. Add 'first choice.
210 (ido-exhibit): Adapt to above changes.
211
212 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
213
214 * Makefile.in: Expand comment about building loaddefs.el.
215
216 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
217
218 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
219 Comment use of defadvice.
220
221 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
222
223 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
226 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
227 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
228 * progmodes/idlw-shell.el, progmodes/ld-script.el,
229 * progmodes/which-func.el, ruler-mode.el, strokes.el,
230 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
231 for backward compatibility for faces that did not appear in the
232 previous Emacs release.
233
234 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
235
236 2005-08-15 Kim F. Storm <storm@cua.dk>
237
238 * emulation/cua-base.el (cua-delete-region): Return t if
239 deleted region was non-empty.
240 (cua-replace-region): Inhibit overwrite-mode for
241 self-insert-command if replaced region was non-empty.
242 (cua--explicit-region-start, cua--status-string): Make them
243 buffer-local at top-level...
244 (cua-mode): ...rather than when mode is enabled.
245
246 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
247
248 * progmodes/vhdl-mode.el (vhdl-emacs-21):
249 Set t for Emacs 21, 22, and so on.
250
251 2005-08-15 David Ponce <david@dponce.com>
252
253 * tree-widget.el Update Commentary header.
254 (tree-widget-theme): Doc fix.
255 (tree-widget-space-width): New option.
256 (tree-widget-image-properties): Look up in the default theme too.
257 (tree-widget--cursors): Only for images with arrow pointer shape.
258 (tree-widget-lookup-image): Pointer shape is hand by default.
259 (tree-widget-icon): Rename generic icon widget from
260 `tree-widget-control'.
261 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
262 derive from `tree-widget-icon'.
263 (tree-widget-handle): Improve default look and feel of the text
264 representation.
265 (tree-widget): Rename :*-control properties to :*-icon properties.
266 Add :action and :help-echo properties.
267 (tree-widget-after-toggle-functions): Move.
268 (tree-widget-close-node, tree-widget-open-node): Remove.
269 (tree-widget-before-create-icon-functions): New hook.
270 (tree-widget-value-create): Update to allow customization of icons
271 and nodes at run-time via that new hook.
272 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
273 (tree-widget-icon-action, tree-widget-icon-help-echo)
274 (tree-widget-action, tree-widget-help-echo): New functions.
275
276 2005-08-15 Kim F. Storm <storm@cua.dk>
277
278 * ido.el (ido-buffer-internal): Use with-no-warnings.
279 (ido-make-merged-file-list): Use while-no-input.
280
281 2005-08-15 Richard M. Stallman <rms@gnu.org>
282
283 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
284 (flyspell-large-region): Fix doc and custom type.
285
286 2005-08-14 Richard M. Stallman <rms@gnu.org>
287
288 * files.el (interpreter-mode-alist): Doc fix.
289
290 * mail/rmail.el (rmail-nonignored-headers): New variable.
291 (rmail-clear-headers): Use it.
292 (rmail-reply): Better handling of mail-followup-to header.
293
294 * progmodes/sh-script.el (sh-font-lock-keywords-var):
295 Rename variable from sh-font-lock-keywords. In the `shell' entry,
296 don't try to refer to executable-font-lock-keywords.
297 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
298 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
299 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
300 (sh-mode): Set comment-start-skip, local-abbrev-table,
301 imenu-case-fold-search.
302 (sh-set-shell): Don't set them here.
303 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
304 Don't cache the results in the original alist; don't ever modify
305 that alist.
306
307 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
308
309 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
310 empty.
311
312 2005-08-15 Andreas Schwab <schwab@suse.de>
313
314 * desktop.el: Put autoload cookie at risky-local-variable declarations.
315
316 * dired.el, info.el, mail/rmail.el: Revert last change.
317
318 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
319
320 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
321 modification in `eval-after-load' form.
322 * info.el: Likewise.
323 * mail/rmail.el: Likewise.
324
325 2005-08-14 Juri Linkov <juri@jurta.org>
326
327 * progmodes/compile.el (compilation-mode-font-lock-keywords):
328 Remove highlighting of "Compilation started". Highlight only
329 the word "finished" in "Compilation finished". Add highlighting
330 of "interrupt", "killed", "terminated" and the exit code.
331 (compilation-start): Add newline after header. Use exactly the
332 same time stamp format as the finishing message.
333 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
334
335 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
336 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
337 Add highlighting of "interrupt", "killed", "terminated".
338
339 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
340 enabled and the current command is self-insert-command, call it
341 explicitly with overwrite-mode bound to nil, to not allow it
342 to delete the character after the selected region.
343
344 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
345
346 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
347 move-end-of-line, end-of-line, and beginning-of-line to the list
348 of commands after which the echo area is updated.
349
350 2005-08-12 Eli Zaretskii <eliz@gnu.org>
351
352 * cus-edit.el (custom-save-all, custom-save-delete):
353 Bind recentf-exclude to exclude custom-file.
354
355 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
356
357 * mail/rmailsum.el (rmail-summary-end-of-message): New command
358 to go to the bottom of the mail message. Added to
359 `rmail-summary-mode-map' with key "/".
360 (rmail-summary-show-message): New (internal) function for use by
361 both `rmail-summary-beginning/end-of-message'.
362 (rmail-summary-beginning-of-message): Change to use
363 rmail-summary-show-message.
364
365 * mail/rmail.el (rmail-end-of-message): New command to go to the
366 end of the current message. Added to `rmail-mode-map' with key "/".
367 (rmail-beginning-of-message): Fix to work as documented.
368 (rmail-mode): Change documentation.
369
370 * progmodes/compile.el (compilation-start): Add the line
371 "Compilation started" with compilation start time.
372 (compilation-mode-font-lock-keywords): Add `started' to keywords.
373
374 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
375
376 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
377 of menu items.
378
379 2005-08-11 Richard M. Stallman <rms@gnu.org>
380
381 * simple.el (pop-global-mark): Reverse test of widen-automatically.
382
383 * battery.el (battery-status-function): Don't use ignore-errors.
384
385 2005-08-11 Lute Kamstra <lute@gnu.org>
386
387 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
388 define-obsolete-variable-alias.
389
390 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
393 (ange-ftp-send-cmd): Revert last change, and expand
394 the comment explaining the problem.
395
396 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
397
398 * ldefs-boot.el: Update.
399
400 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
401 item to "Time, Load and Mail". Change help echo text.
402
403 * time.el (display-time-use-mail-icon, display-time-format)
404 (display-time-string-forms): Shorten first line of docstrings.
405
406 2005-08-10 Lars Hansen <larsh@soem.dk>
407
408 * desktop.el (desktop-buffer-mode-handlers):
409 Make non-customizable. Add autoload cookie. Change initial value to
410 nil; add elements in respective modules instead. Fix doc string.
411 (desktop-load-file): New function.
412 (desktop-minor-mode-handlers): New autoloaded variable.
413 (desktop-create-buffer): Call minor mode handlers.
414 Use desktop-load-file to load major and minor mode modules prior to
415 checking for a handler.
416 (desktop-save): Don't add nil to desktop-minor-modes for minor
417 modes with nil function in desktop-minor-mode-table. Don't delete
418 desktop file before rewriting it.
419 (desktop-locals-to-save): Add autoload cookie. Don't make
420 automatically buffer-local. Add variables column-number-mode,
421 size-indication-mode, indent-tabs-mode,
422 indicate-buffer-boundaries, indicate-empty-lines and
423 show-trailing-whitespace.
424 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
425 regexps. Don't use desktop-clear-preserve-buffers-regexp.
426 (desktop-clear-preserve-buffers-regexp): Delete.
427 (desktop-clear-preserve-buffers): Update initial value and docstring.
428 (desktop-save-buffer): Fix doc string.
429
430 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
431 (hilit-chg-desktop-restore): New function.
432 (highlight-changes-mode): Add highlight-changes-mode to
433 desktop-locals-to-save.
434
435 * dired.el: Add handler to desktop-buffer-mode-handlers.
436 (dired-restore-desktop-buffer): Remove autoload cookie.
437 (dired-mode): Add autoload cookie.
438
439 * info.el: Add handler to desktop-buffer-mode-handlers.
440 (Info-restore-desktop-buffer): Remove autoload cookie.
441 (Info-mode): Add autoload cookie.
442
443 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
444 (mh-restore-desktop-buffer): Remove autoload cookie.
445 (mh-folder-mode): Add autoload cookie.
446
447 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
448 (rmail-restore-desktop-buffer): Remove autoload cookie.
449
450 2005-08-11 Masatake YAMATO <jet@gyve.org>
451
452 * hexl.el (hexl-address-region):
453 (hexl-ascii-region, hexl-font-lock-keywords):
454 (hexl-highlight-line-range): Use the term "region"
455 instead of "area" for consistency with the other symbols
456 defined in hexl.el.
457
458 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
459
460 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
461 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
462 out by Juri Linkov). Add `display-battery-mode'.
463
464 2005-08-09 Juri Linkov <juri@jurta.org>
465
466 * progmodes/compile.el (compilation-mode-font-lock-keywords):
467 Remove `-text' from face variable names.
468 (compilation-error-file-name, compilation-warning-file-name)
469 (compilation-info-file-name): Delete faces.
470 (compilation-line-number, compilation-column-number):
471 Remove face underlining.
472 (compilation-message-face): Set to `underline' value by default.
473 (compilation-error-face, compilation-warning-face)
474 (compilation-info-face): Remove `-file-name' from face names.
475 (compilation-error-text-face, compilation-warning-text-face)
476 (compilation-info-text-face): Delete face variables.
477 (compilation-text-face): Delete function.
478
479 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
480 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
481 (grep-error-face): Set to `compilation-error' instead of
482 `compilation-error-face' (which is redefined to `grep-hit-face' in
483 grep buffers).
484 (grep-mode-font-lock-keywords): Remove `-text' from face variable
485 names. Use `grep-error-face' instead of `compilation-error-text-face'.
486
487 * dired-aux.el (dired-do-query-replace-regexp):
488 Use `query-replace-read-args'.
489
490 * replace.el (query-replace-read-from, query-replace-read-to)
491 (query-replace-read-args): Rename arg `string' to `prompt'.
492
493 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
494
495 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
496
497 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
498 uploading files.
499 (ange-ftp-canonize-filename): Handle file names beginning with ~
500 correctly.
501
502 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
503
504 * textmodes/fill.el (canonically-space-region)
505 (fill-context-prefix, fill-french-nobreak-p)
506 (fill-delete-newlines, fill-comment-paragraph)
507 (justify-current-line): "?\ " -> "?\s".
508
509 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
510
511 * textmodes/fill.el (fill-nonuniform-paragraphs):
512 Improve argument/docstring consistency.
513
514 2005-08-09 Richard M. Stallman <rms@gnu.org>
515
516 * textmodes/ispell.el (ispell-word): More fboundp checks.
517
518 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
519 (find-file-noselect-1): Call it here, only if RAWFILE.
520 (normal-mode): Always set some major mode.
521 (save-some-buffers-action-alist): Change some explanation strings.
522 (file-name-non-special): In the `quote' method, use unwind-protect.
523
524 2005-08-09 Magnus Henoch <mange@freemail.hu>
525
526 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
527 (ispell-have-aspell-dictionaries): New variable.
528 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
529 (ispell-get-aspell-config-value): New function.
530 (ispell-aspell-find-dictionary): New function.
531 (ispell-aspell-add-aliases): New function.
532 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
533 appropriate. Don't look for ispell dictionaries if we use aspell.
534 (ispell-menu-map): Don't build a submenu of dictionaries.
535
536 2005-08-09 Richard M. Stallman <rms@gnu.org>
537
538 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
539 (sql-read-passwd): Use read-passwd.
540
541 * progmodes/idlw-toolbar.el (idlwave-toolbar)
542 (idlwave-toolbar-is-possible): Add defvars.
543
544 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
545 Avoid warnings.
546
547 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
548 (idlwave-system-class-info, idlwave-executive-commands-alist):
549 Use defvar.
550
551 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
552
553 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
554 Avoid warnings.
555
556 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
557 and content-type: headers.
558
559 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
560
561 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
562 and rename some of them to be more self-explanatory.
563
564 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
565
566 * startup.el (command-line-1): Implement -scriptload.
567
568 * replace.el (occur-engine): Initial *Occur* output not undoable.
569
570 * menu-bar.el (menu-bar-file-menu): Rename some menu items
571 and improve help strings.
572
573 * isearch.el (isearch-repeat): When changing direction,
574 mark search successful.
575
576 * ediff-init.el: Use (featurep 'xemacs).
577
578 * comint.el (send-invisible): Identify buffer, if not selected.
579
580 * align.el: Delete autoload for c-guess-basic-syntax.
581
582 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
583
584 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
585 Improve argument/docstring consistency. Doc fixes.
586 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
587 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
588 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
589 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
590 (r2bv-organization, r2bv-pages, r2bv-primary-author)
591 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
592 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
593 Defvar at compile time.
594
595 2005-08-09 Juri Linkov <juri@jurta.org>
596
597 * info.el: Replace `info' with upper-case `Info' where appropriate.
598 (info-title-1, info-title-2, info-title-3, info-title-4)
599 (info-menu-header): Move up face definitions.
600 (info-menu-star): Rename from `info-menu-5'.
601 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
602 (Info-fontify-visited-nodes): Fix docstring.
603 (Info-hide-note-references): Fix docstring.
604 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
605 menu items in the same way as on cross-references.
606 (info-apropos): Fix sorting order and formatting to be like in the
607 stand-alone Info browser. Display error messages for 1 sec.
608 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
609 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
610 from the menu bar.
611 (Info-insert-dir): Restore point after calling
612 `insert-buffer-substring'.
613
614 2005-08-08 Richard M. Stallman <rms@gnu.org>
615
616 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
617 (recompute-lucid-menubar): Add defvars.
618
619 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
620
621 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
622
623 * net/net-utils.el (run-dig): Rename from `dig'.
624
625 * play/gametree.el (gametree-mode): Use make-local-variable,
626 not make-variable-buffer-local.
627
628 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
629
630 * ansi-color.el (ansi-color-make-extent)
631 (ansi-color-set-extent-face): Use fboundp, not functionp.
632
633 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
634 not make-variable-buffer-local.
635
636 * bookmark.el (Info-current-file): Add defvar.
637 (bookmark-jump-noselect): Use with-no-warnings.
638
639 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
640
641 * ebuff-menu.el (Helper-return-blurb): Add defvar.
642
643 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
644
645 * find-file.el (ada-procedure-start-regexp)
646 (ada-package-start-regexp): Add defvars.
647
648 * info.el (Info-insert-dir): Use insert-buffer-substring.
649
650 * xml.el (xml-att-def-re): Add defvar.
651
652 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
653 calling convention.
654
655 * subr.el (while-no-input): Return t if there is input.
656
657 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
658
659 * cus-start.el (all): Add `overflow-newline-into-fringe'.
660
661 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
662
663 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
664 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
665
666 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
667
668 * cmuscheme.el (scheme-start-file): Replace reference to
669 `user-emacs-directory' by "~/.emacs.d/".
670
671 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
672
673 * info.el (Info-dir-remove-duplicates): Avoid case folding
674 in loop; instead, keep downcased strings for comparison.
675 Suggested by Helmut Eller.
676
677 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
678
679 Sync with Tramp 2.0.50.
680
681 * tramp.el: Remove defvar of `last-coding-system-used' in the
682 XEmacs case; not necessary anymore.
683 (tramp-user-regexp): Allow "@" as part of user name.
684 (tramp-handle-set-visited-file-modtime)
685 (tramp-handle-insert-file-contents)
686 (tramp-handle-write-region): No special handling for
687 `last-coding-system-used, because this is done in
688 `tramp-accept-process-output' now.
689 (tramp-accept-process-output): New defun.
690 (tramp-process-one-action, tramp-process-one-multi-action)
691 (tramp-wait-for-regexp, tramp-wait-for-output)
692 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
693 Howells <dhowells@redhat.com>.
694 (clear-visited-file-modtime): Defadvice removed. The check for
695 unset buffer's modtime does not need to be based on
696 `tramp-buffer-file-attributes'. Suggested by RMS.
697 (tramp-message): Insert "\n" if not being at beginning of line.
698 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
699 sequence with same logic.
700 (tramp-completion-handle-expand-file-name): Discard call of
701 `tramp-drop-volume-letter'. It is not necessary, and there have
702 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
703 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
704 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
705 should always be visible.
706 (tramp-handle-insert-directory, tramp-setup-complete)
707 (tramp-set-process-query-on-exit-flag)
708 (tramp-append-tramp-buffers): Pacify byte-compiler.
709 (tramp-bug): Delete non-existing variables from list.
710 Apply `tramp-load-report-modules' as pre-hook.
711 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
712 `shell-prompt-pattern' because of non-7bit characters.
713 Reported by Sebastian Luque <sluque@mun.ca>.
714 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
715 (tramp-match-string-list): Remove function.
716 (tramp-wait-for-regexp): Remove call of that function.
717 Suggested by Kim F. Storm <storm@cua.dk>.
718 (tramp-set-auto-save-file-modes): Use octal integer code #o600
719 instead of octal character code ?\600. The latter resulted in a
720 syntax error with XEmacs.
721
722 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
723 XEmacs case; not necessary anymore.
724 (tramp-smb-handle-write-region): No special handling for
725 `last-coding-system-used, because this is done in
726 `tramp-accept-process-output' now.
727 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
728
729 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
730
731 * wid-edit.el (widget-choice-value-create):
732 Unconditionally respect user choice. Set :explicit-choice back to nil
733 when no longer needed.
734 (widget-choice-action): Unconditionally respect user choice.
735 Eliminate :explicit-choice-value.
736
737 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
738
739 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
740 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
741 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
742 running new function `toggle-indicate-empty-lines'.
743 Rename "Customize" item to "Customize fringe".
744 Rename "Indicators" item to "Buffer boundaries" and change help echo.
745 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
746 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
747 Delete "Empty lines only" item.
748 (menu-bar-showhide-fringe-ind-customize): New function.
749 (menu-bar-showhide-fringe-ind-mixed)
750 (menu-bar-showhide-fringe-ind-box)
751 (menu-bar-showhide-fringe-ind-right)
752 (menu-bar-showhide-fringe-ind-left)
753 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
754 instead of `fringe-indicators'.
755
756 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
757
758 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
759 Change the date of last update.
760
761 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
762
763 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
764 (viper-exec-yank, viper-put-back): Don't display modification msg
765 if in the minibuffer.
766
767 * viper-init.el (viper-replace-overlay-cursor-color)
768 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
769 Make variables frame local.
770
771 * viper-util.el (viper-append-filter-alist): Use append instead of
772 nconc.
773
774 * viper.el (viper-vi-state-mode-list)
775 (viper-emacs-state-mode-list): Move help-mode and
776 completion-list-mode from the first list to the second.
777 (viper-mode): Docstring.
778 (viper-go-away, viper-non-hook-settings): Don't localize
779 minor-mode-alist in newer Emacsen. Add advice to
780 set-cursor-color. Don't bind "\C-c\\".
781
782 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
783
784 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
785 (scheme-macro-expand-command): New user options.
786 (scheme-trace-procedure, scheme-expand-current-form): New commands.
787 (scheme-form-at-point, scheme-start-file)
788 (scheme-interactively-start-process): New functions.
789 (scheme-get-process): New function, extracted from `scheme-proc'.
790 (run-scheme): Call `scheme-start-file' to get start file, and pass
791 it to `make-comint'.
792 (switch-to-scheme, scheme-proc):
793 Call `scheme-interactively-start-process' if no Scheme buffer/process
794 is available.
795
796 2005-08-06 Juri Linkov <juri@jurta.org>
797
798 * progmodes/compile.el (compilation-mode-font-lock-keywords):
799 Use `compilation-text-face', `compilation-info-text-face' and
800 `compilation-error-text-face' instead of `font-lock-keyword-face'.
801 (compilation-error): New face.
802 (compilation-error-file-name): Inherit from
803 `compilation-error' instead of `font-lock-warning-face'.
804 (compilation-warning-file-name): Inherit from
805 `compilation-warning' instead of `font-lock-warning-face'.
806 (compilation-info, compilation-error-file-name)
807 (compilation-warning-file-name, compilation-info-file-name)
808 (compilation-line-number, compilation-column-number): Doc fix.
809 (compilation-error-text-face, compilation-warning-text-face)
810 (compilation-info-text-face): New face variables.
811 (compilation-line-face, compilation-column-face)
812 (compilation-enter-directory-face)
813 (compilation-leave-directory-face): Doc fix.
814 (compilation-text-face): New function.
815
816 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
817 instead of 1 to display binary file names as info file links.
818 (grep-error-face): Use `compilation-error-face' instead of
819 `font-lock-keyword-face'.
820 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
821 and `compilation-warning-text-face' instead of
822 `font-lock-keyword-face'. Use `compilation-error-text-face'
823 instead of `grep-error-face'.
824
825 2005-08-05 Kenichi Handa <handa@m17n.org>
826
827 * international/code-pages.el: Add autoload cookies for all coding
828 systems.
829
830 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
831
832 * cus-start.el (all): Put undo.c where it alphabetically belongs.
833
834 2005-08-04 Juri Linkov <juri@jurta.org>
835
836 * progmodes/compile.el (compilation-mode-map):
837 * progmodes/grep.el (grep-mode-map):
838 Bind TAB to `compilation-next-error' and [backtab] to
839 `compilation-previous-error'.
840
841 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
842 matching line numbers, column numbers and their ranges with regexp
843 matching only line numbers.
844 (grep-context-face): New face variable.
845 (grep-mode-font-lock-keywords): Use it.
846
847 * faces.el (read-face-name): Delete duplicate faces.
848
849 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
850
851 * thumbs.el (thumbs-find-image): Don't make variables
852 automatically buffer local.
853 (thumbs-current-tmp-filename, thumbs-current-image-filename)
854 (thumbs-image-num): Make automatically buffer local.
855 (thumbs-show-thumbs-list): Use `make-local-variable', not
856 `make-variable-buffer-local'.
857 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
858
859 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
860 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
861 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
862 (bother, bye, canyou, chatlst, continue, deathlst, describe)
863 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
864 (feelings-about, foullst, found, hello, history, howareyoulst)
865 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
866 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
867 (neglst, obj, object, owner, please, problems, qlist)
868 (random-adjective, relation, remlst, repetitive-shortness)
869 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
870 (shortlst, something, sportslst, stallmanlst, states, subj)
871 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
872 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
873 Defvar at compile time.
874
875 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
876 not `make-variable-buffer-local'.
877
878 2005-08-02 Kim F. Storm <storm@cua.dk>
879
880 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
881 rectangle overlay in selected window.
882
883 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
884
885 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
886 instead of display group. Make `indicate-buffer-boundaries'
887 customizable through Custom.
888
889 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
890
891 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
892 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
893 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
894 (gdb-put-string): Fix typos in docstrings.
895
896 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
897
898 Update copyright notices of files in progmodes directory for
899 release of Emacs 22.1.
900
901 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
902
903 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
904 Don't barf if the GUD buffer has been killed.
905
906 2005-08-01 Kim F. Storm <storm@cua.dk>
907
908 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
909
910 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * simple.el (next-error-follow-minor-mode):
913 make-variable-buffer-local -> make-local-variable.
914
915 * emacs-lisp/cl-extra.el: Require CL also when compiling.
916
917 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
918 (byte-compile-form-make-variable-buffer-local): New functions to warn
919 about misuses of make-variable-buffer-local where make-local-variable
920 was meant.
921
922 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
923
924 * bs.el (bs-attributes-list): Doc fix.
925 (bs): Update url-link.
926
927 * desktop.el (desktop-save-buffer): Fix typos in docstring.
928 (desktop-load-default): Simplify.
929
930 * ibuffer.el (ibuffer-columnize-and-insert-list)
931 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
932 (ibuffer-unmark-all, ibuffer-toggle-marks)
933 (ibuffer-unmark-forward, ibuffer-unmark-backward)
934 (ibuffer-compile-make-format-form, ibuffer-format-column)
935 (ibuffer-current-buffers-with-marks)
936 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
937 (ibuffer): Doc fix.
938 (ibuffer-mode): Fix typo in docstring.
939 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
940 with `define-obsolete-variable-alias'.
941 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
942
943 2005-07-29 Kenichi Handa <handa@m17n.org>
944
945 * international/mule-cmds.el (select-message-coding-system):
946 Be sure to use LF for end-of-line. If no coding system is decided,
947 return iso-8859-1-unix.
948
949 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
952 (ange-ftp-pending-error-line): New vars.
953 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
954 to handle the non-fatal no-route-to-host messages.
955 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
956
957 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
958
959 * isearch.el (isearch-mode-map, isearch-other-meta-char)
960 (isearch-quote-char, isearch-printing-char)
961 (isearch-text-char-description): "?\ " -> "?\s".
962 (isearch-lazy-highlight-cleanup)
963 (isearch-lazy-highlight-initial-delay)
964 (isearch-lazy-highlight-interval)
965 (isearch-lazy-highlight-max-at-a-time)
966 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
967 Declare with define-obsolete-*-alias macros.
968 (isearch-forward): Fix typo in docstring.
969 (search-invisible, search-ring-yank-pointer)
970 (regexp-search-ring-yank-pointer): Doc fixes.
971
972 * recentf.el (recentf-menu-append-commands-p): Declare with
973 `define-obsolete-variable-alias'.
974 (recentf-max-saved-items, recentf-menu-filter)
975 (recentf-arrange-by-rule-subfilter): Doc fixes.
976 (recentf-menu-append-commands-flag)
977 (recentf-initialize-file-name-history, recentf-expand-file-name)
978 (recentf-clear-data): Fix typos in docstrings.
979
980 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
981
982 * progmodes/gdb-ui.el: Smarten comments.
983 (gdb-info-breakpoints-custom): Use nowarn when finding file.
984
985 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
986
987 * term/apollo.el (terminal-init-apollo): New function containing
988 all former top level forms in the file.
989 * term/bobcat.el (terminal-init-bobcat):
990 * term/cygwin.el (terminal-init-cygwin):
991 * term/iris-ansi.el (terminal-init-iris-ansi):
992 * term/linux.el (terminal-init-linux):
993 * term/news.el (terminal-init-news):
994 * term/rxvt.el (terminal-init-rxvt):
995 * term/sun.el (terminal-init-sun):
996 * term/tvi970.el (terminal-init-tvi970):
997 * term/vt100.el (terminal-init-vt100):
998 * term/vt102.el (terminal-init-vt102):
999 * term/vt125.el (terminal-init-vt125):
1000 * term/vt200.el (terminal-init-vt200):
1001 * term/vt201.el (terminal-init-vt201):
1002 * term/vt220.el (terminal-init-vt220):
1003 * term/vt240.el (terminal-init-vt240):
1004 * term/vt300.el (terminal-init-vt300):
1005 * term/vt320.el (terminal-init-vt320):
1006 * term/vt400.el (terminal-init-vt400):
1007 * term/vt420.el (terminal-init-vt420):
1008 * term/wyse50.el (terminal-init-wyse50):
1009 * term/xterm.el (terminal-init-xterm): Likewise.
1010
1011 * term/README: Describe the terminal-init-* functionality.
1012
1013 * startup.el (command-line): After loading the terminal initialization
1014 file call the corresponding terminal initialization function.
1015
1016 2005-07-27 Kenichi Handa <handa@m17n.org>
1017
1018 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1019 negative.
1020
1021 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1022 (ps-mule-composition-prologue): Fix for the case that
1023 RelativeCompose is false.
1024
1025 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1028
1029 * descr-text.el (describe-char): Handle the case where the list of
1030 chars is displayed in a separate frame.
1031 Be a bit more discriminating when looking for the char.
1032
1033 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
1034
1035 * bookmark.el (bookmark-automatically-show-annotations)
1036 (bookmark-read-annotation-text-func): Doc fixes.
1037 (bookmark-save): Improve argument/docstring consistency.
1038 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1039 (bookmark-alist-from-buffer)
1040 (bookmark-upgrade-file-format-from-0)
1041 (bookmark-grok-file-format-version)
1042 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1043 (bookmark-read-annotation-mode)
1044 (bookmark-insert-current-bookmark, bookmark-jump)
1045 (bookmark-exit-hook): Fix typos in docstrings.
1046 (bookmark-exit-hooks): Define as obsolete alias.
1047 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1048 not `bookmark-exit-hooks'. Fix docstring.
1049 (bookmark-bmenu-select): "?\ " -> "?\s".
1050
1051 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
1052
1053 * startup.el (command-line): Fix typo.
1054
1055 2005-07-24 Richard M. Stallman <rms@gnu.org>
1056
1057 * tooltip.el (tooltip-mode): Test emacs-basic-display,
1058 not emacs-quick-startup.
1059
1060 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
1061
1062 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1063 (reb-next-match, reb-show-subexp): Use `with-selected-window'
1064 instead of `reb-with-current-window'.
1065 (reb-prev-match): Likewise. Also, don't move left if the search
1066 was unsuccessful.
1067 (reb-initialize-buffer): New function.
1068 (re-builder, reb-change-syntax): Use it.
1069
1070 * man.el (Man-goto-page): Make second argument NOERROR optional.
1071
1072 2005-07-23 Richard M. Stallman <rms@gnu.org>
1073
1074 * man.el (Man-bgproc-sentinel): Check here for failure to find
1075 any man page in the output, and report the error here.
1076 (Man-arguments): Make it permanent local.
1077 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
1078 (Man-mode): Pass t for NOERROR.
1079
1080 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1081 (grep-mode-font-lock-keywords):
1082 Don't use compilation-...-face for messages that are not file names.
1083
1084 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1085 Don't use compilation-...-face for messages that are not file names.
1086
1087 2005-07-22 Juri Linkov <juri@jurta.org>
1088
1089 * startup.el (normal-splash-screen): Update menu name.
1090
1091 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1092
1093 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1094
1095 * term/xterm.el: Load term/rxvt if the terminal is actually an
1096 rxvt terminal.
1097 (xterm-rxvt-set-background-mode): Remove, not used anymore.
1098
1099 * term/rxvt.el (function-key-map): Use substitute-key-definition
1100 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1101
1102 * term/cygwin.el: New file.
1103
1104 2005-07-22 Kim F. Storm <storm@cua.dk>
1105
1106 * image-file.el (insert-image-file, image-file-yank-handler):
1107 Fix last change to maintain a (unique) yank-handler on yanked images.
1108
1109 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1110
1111 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1112 of the file size (as in "177B" for 177 bytes). This happens with
1113 "ls -lh" on FreeBSD.
1114
1115 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * hilit-chg.el (highlight-changes-global-initial-state)
1118 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1119 (hilit-chg-fixup, highlight-changes-mode):
1120 Fix typos in docstrings.
1121 (highlight-changes-global-modes, highlight-changes-rotate-faces):
1122 Doc fixes.
1123
1124 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
1125
1126 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1127 mode function using `eval-after-load'.
1128
1129 2005-07-21 Kim F. Storm <storm@cua.dk>
1130
1131 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1132 included when reporting an emacs crash, and tell about the DEBUG file.
1133
1134 * image-file.el (insert-image-file): Add yank-handler.
1135 (image-file-yank-handler): Yank handler to make unique copies of
1136 images when they are yanked into a buffer next to each other.
1137
1138 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * comint.el (comint-use-prompt-regexp, comint-send-input)
1141 (comint-source-default, comint-extract-string)
1142 (comint-get-source, comint-word, comint-completion)
1143 (comint-source, comint-prompt-read-only, comint-update-fence):
1144 Fix typos in docstrings.
1145 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1146 Declare with define-obsolete-*-alias macros.
1147 (comint-previous-matching-input-from-input)
1148 (comint-next-matching-input-from-input)
1149 (comint-previous-matching-input, comint-next-matching-input)
1150 (comint-forward-matching-input):
1151 Improve argument/docstring consistency.
1152
1153 * desktop.el (desktop-clear-preserve-buffers-regexp):
1154 Also preserve the *server* buffer.
1155
1156 * simple.el (clone-indirect-buffer): Doc fix.
1157 (fixup-whitespace, just-one-space)
1158 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1159 (next-error, next-error-highlight)
1160 (next-error-highlight-no-select, next-error-last-buffer)
1161 (next-error-buffer-p, next-error-find-buffer, next-error)
1162 (previous-error, next-error-no-select, previous-error-no-select)
1163 (open-line, split-line, minibuffer-prompt-width, kill-new)
1164 (binary-overwrite-mode): Fix typos in docstrings.
1165 (set-fill-column): Fix typo in message.
1166
1167 * skeleton.el (skeleton-proxy-new): Doc fix.
1168
1169 * strokes.el (strokes-load-hook): Doc fix.
1170 (strokes-grid-resolution, strokes-get-grid-position)
1171 (strokes-renormalize-to-grid, strokes-read-stroke)
1172 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1173 (strokes-global-map): Fix typos in docstrings.
1174 (strokes-help): Doc fix. Fix help message and pass it through
1175 `substitute-command-keys'.
1176
1177 * tempo.el (tempo-insert-prompt, tempo-interactive)
1178 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1179 (tempo-insert-string-functions, tempo-local-tags)
1180 (tempo-define-template, tempo-insert-template)
1181 (tempo-insert-prompt-compat, tempo-is-user-element)
1182 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1183 Fix typos in docstrings.
1184
1185 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1186 (vcursor-key-bindings, vcursor-use-vcursor-map)
1187 (vcursor-find-window, vcursor-scroll-down)
1188 (vcursor-disable, vcursor-beginning-of-buffer)
1189 (vcursor-end-of-buffer): Fix typos in docstrings.
1190 (vcursor-relative-move, vcursor-get-char-count):
1191 Improve argument/docstring consistency.
1192
1193 * version.el: "?\ " -> "?\s".
1194
1195 * wid-edit.el (widget-default-create, widget-after-change)
1196 (widget-default-format-handler, widget-checklist-add-item)
1197 (widget-radio-add-item, widget-choose, widget-specify-secret)
1198 (widget-field-value-create, widget-field-value-get)
1199 (widget-editable-list-format-handler)
1200 (widget-editable-list-entry-create, widget-group-value-create)
1201 (widget-documentation-link-add)
1202 (widget-documentation-string-value-create): "?\ " -> "?\s".
1203 (widget-convert-text): Doc fix.
1204 (widget-narrow-to-field, widget-field-find)
1205 (widget-url-link-action, widget-emacs-library-link-action)
1206 (widget-color-notify): Fix typos in docstrings.
1207
1208 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1209 (x-select-text, set-w32-system-coding-system)
1210 (w32-add-charset-info): Fix typos in docstrings.
1211
1212 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1213 (cua-enable-cua-keys, cua-use-hyper-key)
1214 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1215 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1216
1217 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1218
1219 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1220 `defalias' instead of faking it.
1221
1222 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1223 (eshell-ls-missing, eshell-ls-dired-initial-args)
1224 (eshell-ls-use-in-dired): Fix typos in docstrings.
1225
1226 2005-07-20 Kim F. Storm <storm@cua.dk>
1227
1228 * emulation/cua-base.el (cua-mode): Improve doc string.
1229
1230 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * abbrev.el (expand-region-abbrevs): Doc fix.
1233 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1234 Improve argument/docstring consistency.
1235
1236 * arc-mode.el (archive-get-descr, archive-alternate-display):
1237 Doc fixes.
1238 (archive-l-e): Improve argument/docstring consistency.
1239 (archive-tmpdir, archive-unixdate, archive-unixtime)
1240 (archive-chmod-entry): Fix typos in docstrings.
1241 (archive-unflag, archive-unflag-backwards)
1242 (archive-unmark-all-files): "?\ " -> "?\s".
1243
1244 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1245 (Buffer-menu-not-modified, Buffer-menu-execute)
1246 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1247 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1248
1249 * composite.el (compose-string, encode-composition-rule)
1250 (compose-last-chars): Fix typos in docstrings.
1251
1252 * desktop.el (desktop-enable, desktop-basefilename):
1253 Declare with `define-obsolete-variable-alias'.
1254 (desktop-internal-v2s): Don't quote keywords.
1255 (desktop-clear): "?\ " -> "?\s".
1256
1257 * dired.el (dired-align-file, dired-flag-backup-files)
1258 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1259 (dired-listing-switches, dired-ls-F-marks-symlinks)
1260 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1261 (dired-directory, dired-faces, dired, dired-revert)
1262 (dired-mode, dired-summary, dired-view-file)
1263 (dired-copy-filename-as-kill, dired-delete-file)
1264 (dired-no-confirm, dired-unmark-all-marks)
1265 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1266 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1267 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1268 Fix typos in message strings.
1269
1270 * dired-x.el (virtual-dired): Declare with `defalias'.
1271 (dired-mark-unmarked-files, dired-local-variables-file)
1272 (dired-omit-here-always): Doc fix.
1273 (dired-omit-mode, dired-find-subdir)
1274 (dired-enable-local-variables, dired-clean-up-buffers-too)
1275 (dired-extra-startup, dired-mark-extension, dired-jump)
1276 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1277 (dired-smart-shell-command, dired-guess-shell-alist-user)
1278 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1279 (dired-x-bind-find-file, dired-x-submit-report):
1280 Fix typos in docstrings.
1281 (dired-mark-unmarked-files): "?\ " -> "?\s".
1282
1283 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1284
1285 * faces.el (describe-face): "?\ " -> "?\s".
1286 (read-all-face-attributes, read-face-font, modify-face)
1287 (face-attr-construct, italic): Fix typos in docstrings.
1288 (frame-update-face-colors): Declare with
1289 `define-obsolete-function-alias'.
1290
1291 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1292 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1293 (magic-mode-alist, buffer-file-numbers-unique)
1294 (write-file-functions, get-free-disk-space):
1295 Fix typos in docstrings.
1296 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1297 (write-contents-hooks, write-file-hooks):
1298 Declare with `define-obsolete-variable-alias'.
1299
1300 * forms-d2.el (arch-rj): Fix typo in docstrings.
1301 (arch-tocol): Likewise. "?\ " -> "?\s".
1302
1303 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1304 Fix typo in docstring.
1305 (set-screen-width, set-screen-height): Delete redundant info in
1306 doctrings.
1307 (new-frame, screen-height, screen-width): Declare with
1308 `define-obsolete-function-alias'.
1309 (delete-frame-hook, blink-cursor): Declare with
1310 `define-obsolete-variable-alias'.
1311
1312 * paths.el (prune-directory-list): Fix typos in docstring.
1313
1314 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1315 (cvs-prefix-get): Fix typos in docstrings.
1316
1317 * ps-print.el (ps-extend-face-list, ps-extend-face)
1318 (ps-print-background-image): Fix typos in docstrings.
1319 (ps-default-fg, ps-default-bg): Doc fixes.
1320
1321 * s-region.el (s-region-bind): Doc fix.
1322 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1323
1324 * textmodes/org.el (org-table-formula-substitute-names)
1325 (org-table-get-vertical-vector): Doc fixes.
1326 (org-table-recalculate): Remove unused argument to `message'.
1327
1328 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
1329
1330 * textmodes/org.el (org-table-column-names)
1331 (org-table-column-name-regexp)
1332 (org-table-named-field-locations): New variables.
1333 (org-archive-subtree): Protect `this-command' when calling
1334 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1335 the kill buffer.
1336 (org-complete): Remove fixed-formula completion.
1337 (org-edit-formulas-map): New variable.
1338 (org-table-edit-formulas): New command.
1339 (org-finish-edit-formulas, org-abort-edit-formulas)
1340 (org-show-variable, org-table-get-vertical-vector): New functions.
1341 (org-table-maybe-eval-formula): Handle `:=' fields.
1342 (org-table-get-stored-formulas, org-table-store-formulas)
1343 (org-table-get-formula, org-table-modify-formulas)
1344 (org-table-replace-in-formulas): Handle named field formulas.
1345 (org-table-get-specials): Store locations of named fields.
1346
1347 2005-07-19 Juri Linkov <juri@jurta.org>
1348
1349 * progmodes/grep.el (grep-regexp-alist)
1350 (grep-mode-font-lock-keywords, grep-process-setup):
1351 Use default GNU grep match color "01;31m" instead of "01;41m".
1352 (grep-regexp-alist, grep-mode-font-lock-keywords):
1353 Use `\\[[0-9]*m' instead of `\\[00m'.
1354 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1355 sgr_start where its handling is more important. Use the real
1356 length of sgr_start instead of constant 8.
1357 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1358 specially. Delete all remaining escape sequences.
1359 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1360 (grep-regexp-alist): Make hyperlink only for binary file name
1361 instead of the whole line.
1362 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1363 (grep-mode): Add autoload.
1364
1365 * emacs-lisp/find-func.el (find-function-regexp):
1366 Add `define-compilation-mode'.
1367
1368 2005-07-19 Juri Linkov <juri@jurta.org>
1369
1370 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1371 (compare-windows-sync-string-size, compare-windows-recenter)
1372 (compare-windows-highlight, compare-windows): Add version 22.1.
1373 (compare-windows) <defface>: Inherit from lazy-highlight instead
1374 of duplicating its default value.
1375
1376 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1377 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1378
1379 * descr-text.el (describe-char): Create link buttons for `charset'
1380 and `code point'. Add the current input method name with a link
1381 button to `to input' field. Print face names of display table
1382 characters in `The display table entry is displayed by' section
1383 instead of printing face-id in the `display' field.
1384 Guess hardcoded faces and create a link button for them.
1385 Skip empty fields when calculating max-width.
1386 Treat `widget-create' specially while inserting strings from the
1387 collected field list.
1388 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1389
1390 * diff-mode.el (diff-file-header): Change foreground color from
1391 yellow to green on light backgrounds.
1392 (diff-context): Inherit from `shadow' only for color/grayscale
1393 with more than 88 colors.
1394 (diff-indicator-removed, diff-indicator-added)
1395 (diff-indicator-changed): New faces.
1396 (diff-font-lock-keywords): Use new faces. Regroup rules.
1397 Add "^---$" for `normal' diff format. Fontify `#' lines with
1398 font-lock-comment-delimiter-face and font-lock-comment-face.
1399 Add `#' to ^[^...] in the rule for `diff-context-face'.
1400
1401 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1402 a button-like box. Inherit from `highlight' on low colors.
1403 (shadow): Use shades of gray only for color/grayscale with
1404 more than 88 colors. Use green for light backgrounds with
1405 8 colors, and yellow for dark backgrounds with 8 colors.
1406
1407 * font-lock.el (font-lock-regexp-grouping-backslash):
1408 Don't inherit from escape-glyph (use bold for all cases).
1409
1410 * info.el (info-xref-visited): Use light foreground color `violet'
1411 for dark backgrounds instead of dark color `magenta3'.
1412 (info-title-1): Use `yellow' color for dark backgrounds.
1413
1414 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1415 too-light magenta2.
1416
1417 * replace.el (match): Use slightly more light RoyalBlue3 instead
1418 of dark RoyalBlue4.
1419
1420 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1421
1422 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1423
1424 * novice.el (disabled-command-hook): Declare it with
1425 `define-obsolete-variable-alias'.
1426
1427 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1428 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1429 (desktop-load-default): Add release to obsolescence info.
1430 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1431 (desktop-append-buffer-args, desktop-read):
1432 Fix typos in docstrings.
1433 (desktop-kill): Fix typo in message.
1434 (desktop-save): Doc fix.
1435
1436 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1437
1438 * viper-cmd.el (viper-escape-to-state): Bug fix.
1439 (viper-envelop-ESC-key): Change the definition of fast
1440 keysequence so it'll work with keyboard macros.
1441
1442 * ediff.el (ediff-patch-buffer): Change the docstring.
1443
1444 2005-07-19 Kenichi Handa <handa@m17n.org>
1445
1446 * international/mule-cmds.el (select-safe-coding-system): Try to
1447 use an auto-coding (if any) before anything else. If the found
1448 auto-coding is invalid, show a warning message.
1449
1450 * international/mule.el (find-auto-coding): New function created
1451 by modifying the body of set-auto-coding.
1452 (set-auto-coding): Use find-auto-coding to find a coding.
1453
1454 2005-07-18 Richard M. Stallman <rms@gnu.org>
1455
1456 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1457 not isearch-mode-end-hook-error.
1458 (allout-before-change-protect): Fix error message.
1459
1460 2005-07-18 Juri Linkov <juri@jurta.org>
1461
1462 * allout.el (allout-mode):
1463 * calculator.el (calculator-copy):
1464 * custom.el (custom-known-themes):
1465 * dired.el (dired-desktop-buffer-misc-data)
1466 (dired-restore-desktop-buffer):
1467 * dired-x.el (dired-omit-marker-char):
1468 * files.el (basic-save-buffer):
1469 * font-core.el (font-lock-mode):
1470 * calendar/calendar.el (calendar-goto-hebrew-date)
1471 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1472 (calendar-goto-persian-date):
1473 * language/ethio-util.el (ethio-sera-to-fidel-region):
1474 * textmodes/picture.el (picture-mode):
1475 Delete duplicate duplicate words.
1476
1477 2005-07-18 Juri Linkov <juri@jurta.org>
1478
1479 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1480 chars * ? } |.
1481 (isearch-fallback): Don't call `isearch-process-search-char'.
1482 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1483 (isearch-process-search-char): Call `isearch-fallback' for regexp
1484 chars * ? } |.
1485 (isearch-return-char): Make obsolete with `make-obsolete' instead
1486 of simply documenting it as obsolete in the docstring.
1487 (isearch-fallback): Refill docstring.
1488
1489 * international/isearch-x.el
1490 (isearch-process-search-multibyte-characters): Remove unneeded
1491 `concat'. Add intermediate values to `junk-hist' instead of
1492 `minibuffer-history'. Test the length of `str'.
1493
1494 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1495
1496 * allout.el (allout-resolve-xref): Fix typos in error strings.
1497 (allout-before-change-protect): Remove unneeded `concat'.
1498
1499 * array.el (array-mode, array-reconfigure-rows)
1500 (untabify-backward): Fix typos in docstrings.
1501 (array-reconfigure-rows): Use `insert-buffer-substring', not
1502 `insert-buffer'.
1503
1504 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1505 * progmodes/ada-mode.el (ada-make-body):
1506 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1507
1508 * dired.el (dired-log):
1509 * tar-mode.el (tar-subfile-save-buffer):
1510 * play/zone.el (zone-pgm-stress-destress):
1511 Use `insert-buffer-substring', not `insert-buffer'.
1512
1513 2005-07-17 Simon Josefsson <jas@extundo.com>
1514
1515 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1516
1517 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1518
1519 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1520 Add plain auth method.
1521 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1522
1523 2005-07-17 Kim F. Storm <storm@cua.dk>
1524
1525 * ido.el (dired-other-window): Add ido property.
1526
1527 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1530 Fix typo in docstring.
1531 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1532 `insert-file-literally'.
1533
1534 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1535 info and delete redundant message. Doc fix.
1536 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1537 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1538
1539 2005-07-16 Richard M. Stallman <rms@gnu.org>
1540
1541 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1542 (byte-compile-and): Use byte-compile-and-recursion.
1543 (byte-compile-or-recursion): New function.
1544 (byte-compile-or): Use that.
1545 (byte-compile-if): Guard the else-clause too.
1546 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1547
1548 * isearch.el (isearch-mode-end-hook-quit): New variable.
1549 (isearch-done): Bind it.
1550 (isearch-mode-end-hook): Doc fix.
1551
1552 * allout.el (allout-isearch-did-quit): Variable deleted.
1553 (allout-real-isearch-abort): Function name no longer used.
1554 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1555 (allout-isearch-rectification): isearch-mode always exists.
1556 Don't set allout-isearch-did-quit.
1557 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1558 allout-isearch-did-quit.
1559 (allout-enwrap-isearch): Just add the hook.
1560 (allout-isearch-abort): Function deleted.
1561 (allout-pre-command-business): Avoid warning.
1562
1563 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1564 Correctly avoid warnings.
1565 (pascal-outline): Likewise.
1566
1567 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1568
1569 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1570
1571 * play/tetris.el (tetris-mode): Avoid warning.
1572
1573 * play/snake.el (snake-mode): Avoid warning.
1574
1575 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1576 (gamegrid-set-display-table): Avoid warning.
1577 (gamegrid-set-timer): Likewise.
1578 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1579 (gamegrid-add-score-with-update-game-score-1): Take FILE
1580 as argument.
1581 (gamegrid-add-score-with-update-game-score): Pass that argument.
1582 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1583
1584 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1585
1586 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1587 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1588
1589 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1590 and insert-file.
1591
1592 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1593 (sc-ask): Avoid warnings.
1594
1595 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1596 (eshell-hist-initialize): Use that var the natural way.
1597
1598 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1599
1600 * emacs-lisp/re-builder.el (reb-cook-regexp):
1601 Avoid warning calling lre-compile-string.
1602 (reb-color-display-p): Avoid warning.
1603
1604 * calculator.el (calculator-last-input): Guard uses
1605 of event-key and key-press-event-p.
1606 (event-key, key-press-event-p): Delete definitions.
1607
1608 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1609 (find-gc-source-directory, find-gc-subrs-callers)
1610 (find-gc-noreturn-list, find-gc-source-files)
1611 (find-gc-subrs-called): Vars renamed and defvar'd.
1612
1613 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1614 (checkdoc-overlay-put, checkdoc-delete-overlay)
1615 (checkdoc-overlay-start, checkdoc-overlay-end)
1616 (checkdoc-mode-line-update, checkdoc-char=):
1617 Define such that compiler knows they are defined.
1618 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1619 (checkdoc-read-event): Delete. Use read-event directly.
1620
1621 * whitespace.el (whitespace-make-overlay)
1622 (whitespace-overlay-put, whitespace-delete-overlay)
1623 (whitespace-overlay-start, whitespace-overlay-end):
1624 Define such that compiler knows they are defined.
1625 (whitespace): Move conditional inside.
1626
1627 * tempo.el (tempo-insert-template): Suppress warning.
1628
1629 * ediff-diff.el (longlines-mode): Add defvar.
1630
1631 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1632
1633 * server.el: Bind "C-x #" in a way that works even if C-x is
1634 redefined to a command key, not a prefix key.
1635
1636 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1637
1638 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1639 cl-make-type-test till execution time.
1640
1641 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1642
1643 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1644 arg ARG and use it.
1645
1646 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1647
1648 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1649
1650 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1651
1652 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1653 a defcustom with two :set or :type keywords.
1654
1655 2005-07-15 Richard M. Stallman <rms@gnu.org>
1656
1657 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1658 Don't give ^M comment-end syntax.
1659
1660 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1661
1662 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1663 Don't consider gdbmi (gdb-mi.el has its own update functions).
1664 (gdb-var-delete): Make it work for gdbmi as well.
1665 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1666
1667 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1668 (gud-speedbar-menu-items): Correct logic for enabling items.
1669
1670 2005-07-15 Kim F. Storm <storm@cua.dk>
1671
1672 * ido.el: Fix commentary.
1673 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1674 Use with-no-warnings around ffap-guesser.
1675 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1676 Let bind minibuffer-completing-file-name to t.
1677
1678 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * startup.el (site-run-file, keyboard-type): Doc fixes.
1681 (command-line): Check for "--basic-display" argument; also for
1682 "--quick", not "--bare-bones" (which was renamed).
1683 (fancy-splash-text): Add missing item "Getting New Versions".
1684 (normal-splash-screen): Fix typos and improve consistency with
1685 `fancy-splash-text'. Update copyright year.
1686
1687 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1688 valid binding for `help-char'.
1689
1690 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1691
1692 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * term.el (term-mode): Disable cua-mode for term buffers.
1695
1696 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * add-log.el (add-log-mailing-address, change-log-merge):
1699 Doc fixes.
1700 (change-log-get-method-definition): Fix typo in docstring.
1701
1702 2005-07-14 Kim F. Storm <storm@cua.dk>
1703
1704 * emulation/cua-base.el:
1705 (cua--pre-command-handler-1, cua--pre-command-handler)
1706 (cua--post-command-handler-1, cua--post-command-handler):
1707 Split in two. Check (buffer local) value of cua-mode.
1708 (cua-selection-mode): New command.
1709
1710 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1711
1712 * custom.el (custom-initialize-safe-set)
1713 (custom-initialize-safe-default): Doc fixes.
1714
1715 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1716 and simplify :init-value again.
1717
1718 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1719 and simplify :init-value again. Delete autoload.
1720
1721 * startup.el (command-line): Use `custom-reevaluate-setting' again
1722 for tooltip-mode.
1723
1724 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1725 a defcustom with two :initialize keywords.
1726
1727 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1730 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1731 (allout-post-command-business, allout-flag-region)
1732 (isearch-reenable-font-lock, allout-yank)
1733 (allout-insert-latex-header, allout-insert-latex-trailer)
1734 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1735 (allout-latex-verb-quote): Fix typos in docstrings.
1736 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1737 (allout-unprotected, allout-prefix-data):
1738 Improve argument/docstring consistency.
1739 (allout-chart-subtree): Fix argument spec.
1740 (allout-open-topic): Rename `use_sib_bullet' argument to
1741 `use-sib-bullet'. Doc fix.
1742
1743 * whitespace.el (whitespace-check-buffer-leading)
1744 (whitespace-check-buffer-trailing)
1745 (whitespace-check-buffer-indent)
1746 (whitespace-check-buffer-spacetab)
1747 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1748 (whitespace-check-leading-whitespace)
1749 (whitespace-check-trailing-whitespace)
1750 (whitespace-check-spacetab-whitespace)
1751 (whitespace-check-indent-whitespace)
1752 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1753 (whitespace-modes): Fix typos in docstrings.
1754 (defgroup, defcustom): Doc fixes.
1755
1756 * winner.el (winner-mode, winner-boring-buffers)
1757 (winner-pending-undo-ring): Doc fixes.
1758 (winner-ring): Remove unneeded `progn'.
1759 (winner-equal): `defsubst' it.
1760 (winner-redo): Fix message.
1761
1762 2005-07-13 Kim F. Storm <storm@cua.dk>
1763
1764 * simple.el (line-move-1): Always use vertical-motion to
1765 do the last (or only) line move to ensure some movement.
1766 Undo 2005-06-23 change--don't check for overlays.
1767
1768 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1769
1770 * term/mac-win.el (ccl-encode-mac-roman-font)
1771 (ccl-encode-mac-centraleurroman-font)
1772 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1773 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1774 Change charset-id boundary of dimension to ?\xef.
1775 (mac-char-fontspec-list): New constant.
1776 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1777 argument. Nil uses itself as family in font-spec. Previous
1778 behavior for nil is now provided by non-nil non-string argument.
1779 All callers changed. Add font-specs for Mac fonts to
1780 "fontset-default" unless iso8859-1 fonts are installed.
1781
1782 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1785 a continuation line if the \ is preceded by SPC or TAB.
1786 (sh-get-indent-info): Simplify.
1787 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1788 Use with-current-buffer.
1789
1790 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1791 when the matched text is empty.
1792
1793 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1794
1795 * startup.el (command-line): Revert to previous handling of
1796 tooltip-mode. Explain in comment why the complexity is needed.
1797
1798 * tooltip.el (tooltip-mode): Revert to previous implementation of
1799 its defcustom.
1800
1801 * frame.el (blink-cursor-mode): Revert to previous implementation
1802 of its defcustom. Update comment.
1803
1804 2005-07-12 Lars Hansen <larsh@soem.dk>
1805
1806 * desktop.el: Update e-mail address.
1807
1808 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1809
1810 * term/mac-win.el (mac-services-mail-selection)
1811 (mac-services-mail-to): New functions.
1812 (mac-application-menu-map): Bind them.
1813
1814 2005-07-12 wulei <milton@wulei.net> (tiny change)
1815
1816 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1817
1818 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1819
1820 * custom.el (custom-reevaluate-setting): Doc fix.
1821
1822 2005-07-11 Jay Belanger <belanger@truman.edu>
1823
1824 * calc/calc.el (calc-embedded-announce-formula-alist)
1825 (calc-embedded-open-close-plain-alist)
1826 (calc-embedded-open-close-mode-alist): Add checks for additional
1827 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1828
1829 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * custom.el (custom-enable-theme): Don't add theme to
1832 `custom-enabled-themes' with `push' because there is no
1833 setf-method for `delq'.
1834
1835 2005-07-11 Richard M. Stallman <rms@gnu.org>
1836
1837 * custom.el (custom-declare-variable): Doc fix.
1838
1839 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1840 from the alists.
1841
1842 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1843 Do nothing if edebug-active.
1844
1845 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1846 (edebug-display): Do it here instead.
1847
1848 2005-07-10 Richard M. Stallman <rms@gnu.org>
1849
1850 * cus-face.el (custom-theme-set-faces): Make it work.
1851 (custom-reset-faces): Doc fix.
1852 (custom-theme-reset-internal-face, custom-theme-face-value):
1853 Functions deleted.
1854
1855 * custom.el (custom-push-theme): Maintain list of the settings
1856 of a given theme in its theme-settings property.
1857 Maintain position of old settings in the theme-value
1858 or theme-face property.
1859 (custom-enabled-themes): New variable.
1860 (custom-theme-enabled-p): New function.
1861 (provide-theme): Update custom-enabled-themes.
1862 Disable and reenable the `user' theme.
1863 (require-theme): Doc fix.
1864 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1865 (custom-theme-value, custom-theme-variable-value): Likewise.
1866 (custom-theme-reset-internal): Likewise.
1867 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1868 (custom-enable-theme, custom-disable-theme): New functions.
1869 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1870 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1871 (custom-theme-reset-variables): Simplify.
1872 (deftheme, custom-declare-theme, custom-make-theme-feature):
1873 Definitions moved.
1874
1875 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * longlines.el (longlines-show-region)
1878 (longlines-unshow-hard-newlines): Recognize hard newlines by
1879 non-nil hard property, instead of t.
1880
1881 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1882
1883 * viper-cmd.el (viper--key-maps): New variable.
1884 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1885 emulation-mode-map-alists.
1886 (viper-envelop-ESC-key): Use viper-subseq.
1887 (viper-search-forward/backward/next): Disable debug-on-error.
1888
1889 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1890 (viper-ESC-key): New defcustoms.
1891
1892 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1893
1894 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1895 (viper-subseq): Copy of subseq from cl.el.
1896
1897 * viper.el (viper-go-away, viper-set-hooks): Use
1898 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1899
1900 * viper-mous.el (viper-current-frame-saved): Use defvar.
1901
1902 * viper-init.el: Get rid of -face in face names.
1903
1904 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1905 Make it work with longlines mode
1906
1907 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1908
1909 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1910
1911 * ediff-init: Get rid of -face in face names.
1912
1913 2005-07-10 Richard M. Stallman <rms@gnu.org>
1914
1915 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1916 and with-timeout-unsuspend.
1917
1918 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1919 and with-timeout-unsuspend.
1920
1921 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1922 (with-timeout): Bind that variable to record timers.
1923 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1924
1925 * emacs-lisp/debug.el (debug-help-follow): New function.
1926 (debugger-mode-map): Use that instead of help-follow.
1927 (debugger-setup-buffer): Use eval-buffer-list
1928 to handle eval-buffer frames.
1929
1930 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1931
1932 * timezone.el (timezone-parse-date): Change first regexp
1933 so it will not mistakenly match dates with no time zone.
1934
1935 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1936
1937 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1938
1939 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1940
1941 * custom.el (custom-initialize-safe-set)
1942 (custom-initialize-safe-default): New functions.
1943
1944 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1945 and simplify :init-value.
1946
1947 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1948 and simplify :init-value. Delete obsolete comment.
1949
1950 * startup.el (command-line): Use `custom-reevaluate-setting' to
1951 handle `tooltip-mode'. Delete obsolete comment.
1952
1953 * files.el (set-visited-file-name): Avoid calling
1954 `file-name-nondirectory' with a nil argument.
1955
1956 2005-07-09 Richard M. Stallman <rms@gnu.org>
1957
1958 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1959 was called with nil for the buffer, handle the read position right.
1960 Handle read position for eval-region, too.
1961
1962 2005-07-09 Juri Linkov <juri@jurta.org>
1963
1964 * fringe.el (fringe-mode): Add period in docstring.
1965 (fringe-query-style): Build prompt depending on `all-frames' arg.
1966
1967 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1968 to not create links to unrelated functions in the Help buffer.
1969
1970 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1971 Doc fix.
1972
1973 * simple.el (next-error-hook): New variable.
1974 (next-error): Use it. Doc fix.
1975
1976 * textmodes/ispell.el (ispell-command-loop): Add current
1977 dictionary name and program name to mode-line-format.
1978 (ispell-region, ispell-process-line): Add current dictionary name
1979 and program name to messages.
1980
1981 2005-07-08 Jay Belanger <belanger@truman.edu>
1982
1983 * calc/calc.el (calc-embedded-announce-formula-alist)
1984 (calc-embedded-open-close-formula-alist)
1985 (calc-embedded-open-close-word-alist)
1986 (calc-embedded-open-close-plain-alist)
1987 (calc-embedded-open-close-new-formula-alist)
1988 (calc-embedded-open-close-mode-alist)
1989 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1990 (calc-embedded-mode-hook): New variables.
1991
1992 * calc/calc-embed.el (calc-embedded-firsttime)
1993 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1994 New variables.
1995 (calc-do-embedded): Use calc-embedded-firsttime,
1996 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1997 determine whether or not to run hooks.
1998 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1999 calc-embedded-firsttime-formula appropriately.
2000 Set calc-embedded delimiter variables according to mode.
2001
2002 2005-07-08 Richard M. Stallman <rms@gnu.org>
2003
2004 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2005 Check for "emacs", etc., as entire symbol, not just as word.
2006 (checkdoc-file-comments-engine): Use regexp-quote on FN.
2007
2008 * files.el (set-visited-file-name): Report the error
2009 for "empty filename" earlier.
2010 (kill-some-buffers): Ignore buffers already dead.
2011
2012 * fringe.el (fringe-mode): Doc fix.
2013
2014 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2015 Check for (featurep 'xemacs) and turn off warnings in what it guards.
2016 Use unwind-protect to ensure byte-compile-unresolved-functions
2017 is updated.
2018
2019 * whitespace.el (whitespace-buffer-leading-cleanup):
2020 Simplify w/ skip-chars-forward.
2021 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2022
2023 * mail/rmail.el (rmail-only-expunge): Fix paren error.
2024 Unconditionally try to leave point at the same old place.
2025
2026 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2027
2028 * comint.el (comint-postoutput-scroll-to-bottom)
2029 (comint-show-maximum-output): Take scroll-margin into consideration.
2030
2031 2005-07-08 Kim F. Storm <storm@cua.dk>
2032
2033 * ido.el (ido-use-filename-at-point): New choice `guess'.
2034 (ido-file-internal): Try ffap-guesser if selected.
2035
2036 * ido.el (ido-before-fallback-functions): New hook.
2037 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2038 (ido-read-file-name): Run it.
2039
2040 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2043 strings rather than a list of symbols to the completion function.
2044
2045 2005-07-07 Jay Belanger <belanger@truman.edu>
2046
2047 * calc/calc-units.el (math-apply-units): Change the places in
2048 which units are simplified.
2049
2050 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2051
2052 * cus-edit.el (customize-option, customize-option-other-window):
2053 Make them handle aliases.
2054
2055 * custom.el (custom-variable-p): Make it recursively follow
2056 aliases. Mention that in the docstring.
2057
2058 2005-07-07 Richard M. Stallman <rms@gnu.org>
2059
2060 * cus-start.el (exec-path): Use `directory' instead of `file'.
2061 Fix tag for nil.
2062
2063 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2064
2065 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2066 when called non-interactively. Doc fix.
2067
2068 2005-07-07 Lute Kamstra <lute@gnu.org>
2069
2070 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2071 new address as well.
2072
2073 2005-07-07 Kenichi Handa <handa@m17n.org>
2074
2075 * international/mule.el (make-coding-system):
2076 Describe `ascii-incompatible' property in the docstring.
2077 (set-file-name-coding-system): Signal an error if coding-system is
2078 ascii-incompatible.
2079 (set-keyboard-coding-system): Likewise.
2080
2081 * international/mule-cmds.el (set-default-coding-systems):
2082 Don't set default-file-name-coding-system and
2083 default-keyboard-coding-system if coding-system is ASCII-incompatible.
2084
2085 * international/utf-16.el: Declare that all UTF-16-based coding
2086 systems are ASCII-incompatible.
2087
2088 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * progmodes/gud.el: Require font-lock for displaying errors.
2091 Used by gdb-ui.el.
2092
2093 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2094
2095 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2096 values for the pattern lists which are `read'able but not
2097 `append'able (like symbols).
2098
2099 2005-07-06 Richard M. Stallman <rms@gnu.org>
2100
2101 * progmodes/flymake.el (flymake-float-time): Instead of
2102 with-no-warnings, test for xemacs.
2103 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2104 to avoid warning.
2105
2106 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2109
2110 2005-07-05 Lute Kamstra <lute@gnu.org>
2111
2112 * battery.el: Add support for Darwin (with much debugging help
2113 from Samuel Lauber <sam124@operamail.com>).
2114 (battery-status-function, battery-echo-area-format)
2115 (battery-mode-line-format): Add support for pmset on Darwin.
2116 (battery-load-low, battery-load-critical): New user options.
2117 (battery-pmset): New function.
2118
2119 2005-07-05 Lute Kamstra <lute@gnu.org>
2120
2121 Update FSF's address in GPL notices.
2122
2123 * textmodes/page-ext.el: Update FSF's address.
2124
2125 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2128 filling from using prefix when filling a single-line docstring.
2129
2130 * progmodes/flymake.el: Remove useless eval-when-compile.
2131
2132 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2133
2134 2005-07-04 Richard M. Stallman <rms@gnu.org>
2135
2136 * textmodes/org.el (org-file-apps-defaults-gnu):
2137 Rename from org-file-apps-defaults-linux.
2138 (org-default-apps): Don't test system-type for `linux'.
2139 (org-file-apps): Doc fix.
2140
2141 2005-07-04 David Ponce <david@dponce.com>
2142
2143 * tree-widget.el: Improve header Commentary section.
2144 (tree-widget) [defgroup]
2145 (tree-widget-image-enable, tree-widget-themes-directory)
2146 (tree-widget-theme, tree-widget-image-properties-emacs)
2147 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2148 (tree-widget-image-formats, tree-widget-control)
2149 (tree-widget-empty-control, tree-widget-leaf-control
2150 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2151 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2152 (tree-widget-keep, tree-widget-after-toggle-functions)
2153 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2154 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2155 :help-echo message.
2156 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2157 (tree-widget-image-properties): Doc fix. Clearer implementation.
2158 (tree-widget--cursors): New constant.
2159 (tree-widget-lookup-image): New function split from
2160 `tree-widget-find-image'. Clearer implementation.
2161 (tree-widget-find-image): Use it.
2162 (tree-widget-button-keymap): Use `set-keymap-parent'.
2163 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2164 Define the sub-widgets here.
2165 (tree-widget-node): Check that :node is not a tree-widget.
2166 (tree-widget-get-super, tree-widget-open-control)
2167 (tree-widget-close-control, tree-widget-empty-control)
2168 (tree-widget-leaf-control, tree-widget-guide)
2169 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2170 (tree-widget-no-handle, tree-widget-value-delete)
2171 (tree-widget-map): Remove.
2172 (tree-widget-children-value-save): Doc fix. Simplified.
2173 (tree-widget-value-create): Update according to previous changes.
2174
2175 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2176
2177 * textmodes/org.el: Leading space replaced by TABS.
2178 (org-recalc-marks, org-table-rotate-recalc-marks)
2179 (org-table-get-specials): Treat "^" and "_" marks.
2180 (org-table-justify-field-maybe): Optional argument NEW.
2181 (org-table-eval-formula): Parsing of the format simplified.
2182 New modes C,I. Honor the %= parameter in the current table.
2183 Avoid unnecessary re-align by using the NEW argument to
2184 `org-table-justify-field-maybe'.
2185 (org-calc-default-modes): Default for date-format mimicks org-mode.
2186 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2187
2188 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2189
2190 * cus-face.el (custom-theme-set-faces): Make it handle face
2191 aliases whose alias declarations are pre- or autoloaded.
2192
2193 2005-07-04 Juri Linkov <juri@jurta.org>
2194
2195 * faces.el (read-face-name): Put the code for getting a face name
2196 from the buffer before adding the faces from the `face' property.
2197 Use `completing-read-multiple' instead of `completing-read'.
2198 Require `crm'. Add default value and post-process the returned
2199 list of faces.
2200
2201 * emacs-lisp/crm.el (crm-find-current-element)
2202 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2203
2204 * emacs-lisp/lisp-mode.el (eval-defun-1):
2205 * emacs-lisp/edebug.el (edebug-eval-defun):
2206 Remove unnecessary quotes.
2207
2208 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2211 (prolog-indent-level): Fix typo in docstring.
2212
2213 * info.el (Info-history, Info-history-forward)
2214 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2215
2216 * add-log.el (add-change-log-entry):
2217 * comint.el (comint-dynamic-list-input-ring)
2218 (comint-dynamic-list-completions):
2219 * dabbrev.el (dabbrev-expand):
2220 * delim-col.el (delimit-columns-rectangle-line):
2221 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2222 (diff-unified->context):
2223 * ediff-init.el (ediff-abbrev-jobname):
2224 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2225 (ediff-replace-session-activity-marker-in-meta-buffer):
2226 * info.el (Info-summary):
2227 * lpr.el (printify-region):
2228 * printing.el (pr-create-interface):
2229 * ps-print.el (ps-print-quote):
2230 * ses.el (ses-column-widths, ses-print-cell)
2231 (ses-adjust-print-width, ses-center):
2232 * shell.el (shell-file-name-quote-list):
2233 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2234 (strokes-fill-current-buffer-with-whitespace)
2235 (strokes-xpm-for-stroke, strokes-list-strokes)
2236 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2237 * term.el (term-dynamic-list-input-ring)
2238 (term-dynamic-list-completions):
2239 * calc/calc.el (math-format-stack-value):
2240 * emacs-lisp/edebug.el (edebug-display-freq-count):
2241 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2242 (delphi-new-comment-line):
2243 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2244 * progmodes/executable.el (executable-set-magic):
2245 * progmodes/python.el (inferior-python-mode):
2246 * progmodes/scheme.el (scheme-mode-syntax-table):
2247 * progmodes/sh-script.el (sh-maybe-here-document):
2248 * progmodes/sql.el (sql-copy-column):
2249 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2250 * textmodes/bibtex.el (bibtex-mode):
2251 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2252 (sgml-auto-attributes):
2253 * textmodes/table.el (table-insert, table-shorten-cell)
2254 (table--generate-source-scan-lines, table-delete-row)
2255 (*table--cell-delete-char, table--spacify-frame)
2256 (table--horizontally-shift-above-and-below)
2257 (table--cell-insert-char, table--cell-blank-str)
2258 (table--fill-region-strictly):
2259 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2260 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2261
2262 * add-log.el (change-log):
2263 * apropos.el (apropos):
2264 * comint.el (comint-completion, comint-source):
2265 * dabbrev.el (dabbrev):
2266 * delim-col.el (columns):
2267 * diff-mode.el (diff-mode):
2268 * ediff.el (ediff):
2269 * ediff-diff.el (ediff-diff):
2270 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2271 * ediff-mult.el (ediff-mult):
2272 * ediff-ptch.el (ediff-ptch):
2273 * ediff-wind.el (ediff-window):
2274 * facemenu.el (facemenu):
2275 * indent.el (indent):
2276 * info.el (info):
2277 * jka-cmpr-hook.el (compression, jka-compr):
2278 * lpr.el (lpr):
2279 * outline.el (outlines):
2280 * pcmpl-cvs.el (pcmpl-cvs):
2281 * pcmpl-rpm.el (pcmpl-rpm):
2282 * printing.el (printing):
2283 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2284 (ps-print-vertical, ps-print-headers, ps-print-font)
2285 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2286 (ps-print-background, ps-print-printer, ps-print-page)
2287 (ps-print-miscellany):
2288 * ses.el (ses):
2289 * shell.el (shell, shell-directories, shell-faces):
2290 * startup.el (initialization):
2291 * strokes.el (strokes):
2292 * term.el (term):
2293 * uniquify.el (uniquify):
2294 * w32-vars.el (w32):
2295 * calc/calc.el (calc):
2296 * emacs-lisp/bytecomp.el (bytecomp):
2297 * emacs-lisp/cl-indent.el (lisp-indent):
2298 * emacs-lisp/edebug.el (edebug):
2299 * emacs-lisp/elp.el (elp):
2300 * emacs-lisp/testcover.el (testcover):
2301 * emacs-lisp/trace.el (trace):
2302 * emulation/viper-ex.el (viper-ex):
2303 * emulation/viper-mous.el (viper-mouse):
2304 * mail/mailalias.el (mailalias):
2305 * mail/supercite.el (supercite, supercite-frames)
2306 (supercite-attr, supercite-cite, supercite-hooks):
2307 * net/rcompile.el (remote-compile):
2308 * net/rlogin.el (rlogin):
2309 * obsolete/ooutline.el (outlines):
2310 * progmodes/delphi.el (delphi):
2311 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2312 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2313 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2314 (ebnf-optimization):
2315 * progmodes/etags.el (etags):
2316 * progmodes/executable.el (executable):
2317 * progmodes/idlwave.el (idlwave):
2318 * progmodes/pascal.el (pascal):
2319 * progmodes/prolog.el (prolog):
2320 * progmodes/python.el (python):
2321 * progmodes/scheme.el (scheme):
2322 * progmodes/sh-script.el (sh, sh-script):
2323 * progmodes/sql.el (SQL):
2324 * progmodes/tcl.el (tcl):
2325 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2326 * textmodes/enriched.el (enriched):
2327 * textmodes/makeinfo.el (makeinfo):
2328 * textmodes/sgml-mode.el (sgml):
2329 * textmodes/table.el (table-hooks):
2330 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2331 * textmodes/texinfo.el (texinfo):
2332 * textmodes/two-column.el (two-column):
2333 Finish `defgroup' description with period.
2334
2335 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2336 * eshell/esh-var.el (eshell-var):
2337 * progmodes/vhdl-mode.el (vhdl-testbench):
2338 * textmodes/org.el (org): Fix typos in docstrings.
2339
2340 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2341 consistency.
2342
2343 * progmodes/flymake.el (flymake-find-file): Remove.
2344 (flymake-float-time): Use `with-no-warnings'.
2345 (flymake-check-start-time, flymake-check-was-interrupted)
2346 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2347 (flymake-new-err-info): `defvar' at compile time.
2348
2349 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * replace.el (occur-hook): Doc fix.
2352 (occur-1): Don't call `occur-hook' if there are no matches.
2353
2354 2005-07-03 Richard M. Stallman <rms@gnu.org>
2355
2356 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2357 global-map, save the same map.
2358 (global-map): Don't alter it at top level.
2359 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2360 Then alter it here instead.
2361 (tpu-edt-off): Set global-map to the saved one.
2362
2363 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2364 All references simplified.
2365 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
2366 (zmacs-regions): Add defvar.
2367 (repeat-complex-command-map): Everything about that deleted.
2368
2369 * textmodes/artist.el (artist-key-is-drawing)
2370 (artist-key-endpoint1, artist-key-poly-point-list)
2371 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2372 (artist-key-compl-table, artist-rb-save-data)
2373 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2374 Don't put them in eval-when-compile.
2375 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2376
2377 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2378 Use with-no-warnings.
2379
2380 * net/browse-url.el (dos-windows-version): Add defvar.
2381
2382 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2383
2384 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2385 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2386 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2387 Add defvar.
2388 (rmail-summary-beginning-of-message): Use with-no-warnings.
2389 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2390
2391 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2392 Use with-no-warnings.
2393
2394 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2395 (c-mark-function): Add point-moving-unit property.
2396 (vi-goto-line): Use with-no-warnings.
2397
2398 * emulation/edt.el (edt-last-copied-word): Add defvar.
2399 (zmacs-region-stays): Likewise.
2400 (edt-mark-section-wisely): Use c-mark-function for C.
2401 Use makr-defun for Fortran.
2402 (time-string): defvar deleted.
2403 (edt-display-the-time): Don't set time-string.
2404
2405 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2406
2407 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2408 Don't warn when name is not constant
2409 or for defining the group `emacs'.
2410
2411 * tooltip.el (gud-tooltip-mode): Add defvar.
2412
2413 * startup.el (default-frame-background-mode): Add defvar.
2414
2415 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2416
2417 * info.el (tool-bar-map): Add defvar.
2418
2419 * dired.el (dnd-protocol-alist): Add defvar.
2420
2421 * dired-aux.el (dired-query): Display question with answer, when
2422 the user answers.
2423
2424 * custom.el (custom-add-option): Doc fix.
2425
2426 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2427
2428 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2429
2430 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2431 bogus name from the last change.
2432
2433 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * custom.el (custom-declare-variable): Fix typos in comment.
2436 (custom-known-themes): Doc fix.
2437 (custom-theme-directory): New defcustom.
2438 (require-theme): Make it check `custom-theme-directory'.
2439
2440 * cus-theme.el (custom-new-theme-mode): New function.
2441 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2442 (custom-theme-description): Add compiler defvars.
2443 (customize-create-theme): Add doc to the "*New Custom Theme*"
2444 buffer. Use `custom-new-theme-mode'.
2445 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2446 and save it to the `custom-theme-directory'. Make this the
2447 default directory of the buffer.
2448
2449 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2450
2451 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2452 Fix unbalanced parentheses.
2453
2454 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2457 into flymake-mode and delegate to flymake-mode.
2458
2459 * find-file.el (ff-which-function-are-we-in): Clean up.
2460
2461 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * replace.el (occur-rename-buffer): Fix docstring.
2464
2465 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2466 (edt-last-copied-word, edt-learn-macro-count)
2467 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2468 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2469 (time-string, zmacs-region-stays):
2470 * emulation/edt-mapper.el (edt-save-function-key-map)
2471 (EDT-key-name): `defvar' to silence the byte-compiler.
2472
2473 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2474
2475 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2476 font-lock-regexp-backslash. Doc fix.
2477 (font-lock-regexp-backslash-grouping-construct): Rename from
2478 font-lock-regexp-backslash-construct. Doc fix.
2479 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2480 grouping constructs.
2481
2482 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2483
2484 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2485 updating all the prerequisites.
2486
2487 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * textmodes/org.el (org-agenda-start-on-weekday)
2490 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2491 (org-agenda-use-time-grid, org-archive-location)
2492 (org-allow-space-in-links, org-usenet-links-prefer-google)
2493 (org-enable-table-editor, org-export-default-language)
2494 (org-export-html-show-new-buffer, org-fill-paragraph)
2495 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2496 (org-goto-quit, org-occur, org-eval-in-calendar)
2497 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2498 (org-agenda-diary-entry, org-remember-help)
2499 (org-table-convert-region, org-at-table-p)
2500 (org-table-move-row-down, org-table-move-row-up)
2501 (org-table-copy-region, org-table-toggle-vline-visibility)
2502 (org-table-get-stored-formulas, org-table-get-specials)
2503 (org-recalc-commands, org-table-eval-formula)
2504 (org-table-formula-substitute-names, orgtbl-make-binding)
2505 (org-format-org-table-html, org-format-table-table-html)
2506 (org-format-table-table-html-using-table-generate-source)
2507 (org-customize): Fix typos in docstrings.
2508 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2509 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2510 (org-back-to-heading): Doc fixes.
2511 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2512 (org-agenda-change-all-lines, org-get-header):
2513 Improve argument/docstring consistency.
2514 (orgtbl-error): Fix error message.
2515
2516 * progmodes/flymake.el (flymake-find-possible-master-files)
2517 (flymake-master-file-compare, flymake-get-line-err-count)
2518 (flymake-highlight-line, flymake-gui-warnings-enabled):
2519 Fix typos in docstrings.
2520 (flymake-parse-line, flymake-get-project-include-dirs-function)
2521 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2522 Doc fixes.
2523 (flymake-get-project-include-dirs-function)
2524 (flymake-make-err-menu-data):
2525 Improve argument/docstring consistency.
2526
2527 2005-07-01 Lute Kamstra <lute@gnu.org>
2528
2529 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2530 Catch errors with ignore-errors. Use temporary buffer.
2531 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2532
2533 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2534 background color faces.
2535 (facemenu-set-foreground, facemenu-set-background):
2536 Use facemenu-set-face-from-menu.
2537 (facemenu-set-face-from-menu): Treat face names that start with
2538 "fg:" or "bg:" as special.
2539 (facemenu-add-new-color): Don't create faces. Simplify.
2540
2541 2005-06-30 Richard M. Stallman <rms@gnu.org>
2542
2543 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2544 (crm-find-current-element): Likewise.
2545
2546 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2547
2548 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2549
2550 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2553 (archive-mouse-extract): Make it an obsolete alias.
2554 (archive-mode-map): Don't use archive-mouse-extract any more.
2555 (archive-mode, archive-extract): write-contents-hooks ->
2556 write-contents-functions.
2557 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2558 first arg.
2559 (archive-rename-entry): Update the call.
2560 (archive-zip-summarize): Remove unused var `method'.
2561 (archive-lzh-summarize): Remove unused var `creator'.
2562
2563 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2564 dedicated frame upon exit.
2565
2566 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2567 (archive-zip-extract, archive-zip-expunge)
2568 (archive-zip-update, archive-zip-update-case): Use executable-find.
2569 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2570 Use restore-buffer-modified-p.
2571 (archive-extract, archive-add-new-member, archive-write-file-member):
2572 Use with-current-buffer.
2573 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2574
2575 2005-06-30 Andreas Schwab <schwab@suse.de>
2576
2577 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2578
2579 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2580
2581 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2582
2583 2005-06-30 Juri Linkov <juri@jurta.org>
2584
2585 * faces.el (vertical-border): Inherit from mode-line-inactive
2586 only on tty.
2587
2588 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2591 example, -NLINES in the `occur' docstring).
2592
2593 * replace.el (occur-1): When no matches are found, do not set the
2594 `buffer-read-only' and modified flags for the occur buffer,
2595 because it is deleted.
2596
2597 * emulation/cua-base.el (cua-check-pending-input)
2598 (cua-repeat-replace-region, cua-mode, cua-debug)
2599 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2600 Fix typos in docstrings.
2601
2602 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2603 (cua-cut-region-to-global-mark)
2604 (cua--cut-rectangle-to-global-mark):
2605 Remove period from end of messages.
2606
2607 * emulation/cua-rect.el (cua-do-rectangle-padding):
2608 Remove period from end of messages.
2609 (cua--rectangle-seq-format): Fix typo in docstring.
2610 (cua-sequence-rectangle, cua-fill-char-rectangle):
2611 Improve argument/docstring consistency.
2612
2613 2005-06-29 Juri Linkov <juri@jurta.org>
2614
2615 * faces.el (default-frame-background-mode): New internal variable.
2616 (frame-set-background-mode): Use it.
2617
2618 * startup.el (normal-top-level): Set default-frame-background-mode
2619 instead of frame-background-mode. Before setting it, test for its
2620 nil value. Remove tests for frame-background-mode and frame
2621 parameter `reverse'. Add test for "unspecified-fg".
2622
2623 * term/xterm.el (xterm-rxvt-set-background-mode):
2624 * term/rxvt.el (rxvt-set-background-mode):
2625 Set default-frame-background-mode instead of frame-background-mode.
2626
2627 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * simple.el (set-variable): Warn about obsolete user variables.
2630
2631 * imenu.el (imenu--completion-buffer):
2632 * mouse.el (mouse-buffer-menu-alist):
2633 * msb.el (msb-invisible-buffer-p):
2634 * calendar/diary-lib.el (diary-header-line-format):
2635 * emacs-lisp/pp.el (pp-buffer):
2636 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2637 * textmodes/picture.el (picture-replace-match):
2638 Change space constants followed by a sexp to "?\s ".
2639
2640 * play/decipher.el (decipher-loop-with-breaks):
2641 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2642 constants "protected" from end of line by a comment to "?\s".
2643
2644 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * font-lock.el (save-buffer-state): Use `declare'.
2647
2648 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2649 reset the syntax-table to cperl-mode-syntax-table.
2650 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2651 "foo_print_bar" is not matched as a reserved keyword.
2652
2653 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2654
2655 * textmodes/org.el (orgtbl-setup): New function, for delayed
2656 setup for the orgtbl commands.
2657 (org-calc-default-modes): New option.
2658 (orgtbl-make-binding): Use `defun' to get better help display.
2659 (org-diary): Call `org-compile-prefix-format'.
2660 (org-table-formula-substitute-names): New function.
2661 (org-agenda-day-view, org-agenda-week-view): New commands.
2662 (org-agenda-toggle-week-view): Command removed.
2663 (org-tbl-menu): Split off from org-org-menu.
2664 (org-mode): Move removal of outline-mode menus to here.
2665 (org-table-formula-debug): New option.
2666 (org-table-insert-row): Keep first field if just "#" or "*".
2667 (org-mode): Paragraph regexps fixed.
2668 (org-table-recalculate-regexp): New constant.
2669 (org-table-justify-field-maybe): Avoid replace if not necessary.
2670 (org-copy-special, org-cut-special): Use `call-interactively'.
2671 (org-table-copy-region): Take region from `interactive' call.
2672 (org-trim): Return string even if no match.
2673 (org-formula): New face.
2674 (org-set-font-lock-defaults): No longer highlight "FIXME".
2675 But highlight formula-related fields in table.
2676 (org-table-p): Use regexp, not fontification.
2677 (org-table-align): Handle white space at end of line.
2678 (org-table-formula-evaluate-inline): New option.
2679 (org-mode): Auto-wrapping in comment lines turned off.
2680 (org-table-copy-down): Evaluate only in copied field, not in
2681 destination.
2682 (org-table-current-formula): Variable removed.
2683 (org-table-store-formulas, org-table-get-stored-formulas)
2684 (org-table-modify-formulas, org-table-replace-in-formulas)
2685 (org-table-maybe-eval-formula): New functions.
2686 (org-table-get-formula): Modify to use stored formulas.
2687 (org-table-insert-column, org-table-delete-column)
2688 (org-table-move-column): Call `org-table-modify-formulas'.
2689 (org-complete): Add completion for keyword formulas.
2690 (orgtbl-mode): Pull orgtbl-mode-map to start of
2691 minor-mode-map-alist.
2692
2693 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * progmodes/python.el (python-check): Require `compile' before
2696 modifying its variables.
2697
2698 * newcomment.el (comment-indent-default): Don't get fooled by an early
2699 end of buffer.
2700
2701 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2702
2703 * ps-print.el (ps-print-version): Fix version number.
2704
2705 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2706
2707 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2708
2709 2005-06-28 Richard M. Stallman <rms@gnu.org>
2710
2711 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2712 (flyspell-local-mouse-map): Declaration deleted.
2713 (flyspell-mouse-map): Bind only mouse-2.
2714 (flyspell-mode-map): Don't test flyspell-use-local-map.
2715 (flyspell-overlay-keymap-property-name): Var deleted.
2716 (flyspell-mode-on): Don't make local bindings for
2717 flyspell-mouse-map and flyspell-mode-map.
2718 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2719
2720 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2721
2722 * progmodes/compile.el (compilation-next-error-function):
2723 Don't switch buffers; operate on the current buffer.
2724
2725 * progmodes/compile.el (compilation-error-file-name)
2726 (compilation-warning-file-name, compilation-info-file-name)
2727 (compilation-line-number, compilation-column-number): New faces.
2728 (compilation-error-face, compilation-warning-face)
2729 (compilation-info-face, compilation-line-face)
2730 (compilation-column-face): Use them.
2731
2732 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2733
2734 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2735
2736 * bindings.el (global-map): Bind insertchar and its variants.
2737
2738 2005-06-27 Richard M. Stallman <rms@gnu.org>
2739
2740 * textmodes/artist.el (artist-text-overwrite)
2741 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2742
2743 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2744
2745 * ps-print.el: It was not working the page selection for printing.
2746 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2747 (ps-print-version): New version 6.6.7.
2748 (ps-end-sheet): New fun.
2749 (ps-header-sheet, ps-end-job): Call it.
2750
2751 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2752
2753 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2754
2755 2005-06-27 Lute Kamstra <lute@gnu.org>
2756
2757 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2758 background color faces.
2759 (facemenu-get-face): Delete function.
2760 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2761 (facemenu-add-new-color): Make second argument mandatory.
2762 Create the appropriate face and return it. Simplify.
2763 (facemenu-set-foreground, facemenu-set-background): Don't check if
2764 color is defined. Use return value of facemenu-add-new-color.
2765
2766 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * progmodes/gud.el (gud-filter): Add missing argument to
2769 with-selected-window.
2770
2771 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2774 a :require to the defcustom.
2775
2776 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2777 defcustoms corresponding to minor modes.
2778
2779 2005-06-26 David Ponce <david@dponce.com>
2780
2781 * recentf.el: Require tree-widget instead of wid-edit.
2782 (recentf-filename-handler): Fix widget :type.
2783 (recentf-cancel-dialog, recentf-open-more-files)
2784 (recentf-open-files-action): Doc fix.
2785 (recentf-dialog-goto-first): New function.
2786 (recentf-dialog-mode-map): Set parent keymap first.
2787 (recentf-dialog-mode): Define with define-derived-mode.
2788 Don't display continuation lines in dialogs.
2789 (recentf-edit-list): Rename from recentf-edit-selected-items.
2790 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2791 Simplify.
2792 (recentf-edit-list-validate): New function.
2793 (recentf-edit-list): Update accordingly.
2794 (recentf-open-files-item-shift): Remove.
2795 (recentf-open-files-item): Convert menu elements into tree and
2796 link widgets. Don't create the widgets.
2797 (recentf-open-files): Update accordingly.
2798 (recentf-save-list): Untabify.
2799
2800 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2803 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2804 partially contained in the active region. Do not take active
2805 region into account when called from Lisp, unless INTERACTIVE arg
2806 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2807 avoid trouble with fields. Make marker point nowhere when no
2808 longer used. Always return nil. Doc fix.
2809 (flush-lines): Add INTERACTIVE arg. Do not take active region
2810 into account when called from Lisp, unless INTERACTIVE arg is
2811 non-nil. Use `forward-line' instead of `beginning-of-line' to
2812 avoid trouble with fields. Make marker point nowhere when no
2813 longer used. Always return nil. Doc fix.
2814 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2815 interchangeable. Do not take active region into account when
2816 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2817 message in echo area when called from Lisp, unless INTERACTIVE arg
2818 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2819 Return the number of matches. Doc fix.
2820 (occur): Doc fix.
2821 (perform-replace): Make comment follow double space convention for
2822 the sake of `outline-minor-mode'.
2823
2824 * faces.el (facep): Doc fix.
2825
2826 2005-06-25 Richard M. Stallman <rms@gnu.org>
2827
2828 * facemenu.el (facemenu-enable-faces-p): New function.
2829 (facemenu-background-menu, facemenu-foreground-menu)
2830 (facemenu-face-menu): Add menu-enable property.
2831
2832 * jka-compr.el (jka-compr-insert-file-contents):
2833 Special handling if cannot find the uncompression program.
2834
2835 * cus-face.el (custom-face-attributes): Add autoload.
2836
2837 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2838 Bind comment-indent-function locally.
2839
2840 * window.el (save-selected-window): Use save-current-buffer.
2841
2842 * subr.el (with-selected-window): Use save-current-buffer.
2843
2844 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2845 and with-current-buffer.
2846
2847 2005-06-24 Richard M. Stallman <rms@gnu.org>
2848
2849 * simple.el (line-move-1): Fix previous change.
2850
2851 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * replace.el (occur-1): Set `buffer-read-only' and the
2854 buffer-modified flag before running `occur-hook' to protect
2855 against unintentional buffer switches that can lead to data loss.
2856
2857 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2860 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2861 initial error.
2862
2863 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2864 after fresh input.
2865 (gdb-var-create-handler): Put name of expression in quotes.
2866
2867 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2868
2869 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2870 elements of RING in order, and without bogus nil elements.
2871
2872 2005-06-23 Richard M. Stallman <rms@gnu.org>
2873
2874 * simple.el (set-variable): Args renamed; doc fix.
2875 (line-move-1): When there are overlays around, use vertical-motion.
2876
2877 * faces.el (escape-glyph): Use brown against light background.
2878 (nobreak-space): Rename from no-break-space.
2879 Fix previous change.
2880
2881 * dired-aux.el (dired-do-copy): Fix arg prompt.
2882
2883 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2884
2885 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2886
2887 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2888 rather than "Distributor".
2889
2890 2005-06-23 Lute Kamstra <lute@gnu.org>
2891
2892 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2893 (debug-on-entry): Use it. New interactive declaration that uses
2894 function-called-at-point.
2895
2896 2005-06-23 Kim F. Storm <storm@cua.dk>
2897
2898 * subr.el (save-match-data): Add comment about using evaporate arg
2899 to set-match-data.
2900
2901 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2902
2903 * cus-edit.el (customize-face)
2904 (customize-face-other-window): Handle face aliases.
2905
2906 * faces.el (face-documentation, set-face-attribute)
2907 (face-spec-set): Handle face aliases.
2908
2909 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * help-mode.el (help-make-xrefs): If a symbol representing a face
2912 name is not followed by the word "face", it could still be a
2913 function or variable name, so don't bypass other checks.
2914
2915 2005-06-22 Juri Linkov <juri@jurta.org>
2916
2917 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2918 Replace aliased functions with calls where second arg `inherit' is t.
2919
2920 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2921
2922 * progmodes/gdb-ui.el (gdb-error): New variable.
2923 (gdb-error): New function.
2924 (gdb-annotation-rules): Act on error-begin and error annotations.
2925 (gdb-concat-output): Use font-lock-warning-face for errors.
2926
2927 2005-06-22 Miles Bader <miles@gnu.org>
2928
2929 * bindings.el (propertized-buffer-identification): Use renamed
2930 `Buffer-menu-buffer' face.
2931
2932 * faces.el (vertical-border): Rename from `vertical-divider'.
2933 (escape-glyph): Change dark-background color back to `cyan'.
2934
2935 2005-06-21 Juri Linkov <juri@jurta.org>
2936
2937 * faces.el (face-user-default-spec): Try getting `customized-face'
2938 prior to `saved-face'.
2939 (frame-background-mode): Refill docstring.
2940
2941 * emacs-lisp/lisp-mode.el (eval-defun-1):
2942 * emacs-lisp/edebug.el (edebug-eval-defun):
2943 Set `saved-face' temporarily to nil before calling form.
2944 Set `customized-face' to the new spec after that.
2945
2946 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * subr.el (1value, lambda, key-substitution-in-progress):
2949 Doc fixes.
2950
2951 * autoinsert.el (auto-insert-alist):
2952 * ses.el (ses-call-printer):
2953 * subr.el (noreturn):
2954 * emacs-lisp/lisp.el (check-parens):
2955 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2956 * net/browse-url.el (browse-url-mosaic):
2957 * progmodes/cc-defs.el (c-safe-scan-lists):
2958 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2959 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2960 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2961 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2962 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2963 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2964
2965 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2966
2967 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2968
2969 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2970
2971 * calendar/appt.el (appt-make-list): Activate the package, if
2972 not already active (for backwards compatibility).
2973
2974 2005-06-20 Kim F. Storm <storm@cua.dk>
2975
2976 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2977
2978 2005-06-20 Miles Bader <miles@gnu.org>
2979
2980 * faces.el (vertical-divider): New face.
2981
2982 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2983
2984 * simple.el (kill-whole-line): Doc fix.
2985 (next-error-buffer-p, next-error-find-buffer)
2986 (clone-indirect-buffer): Fix typos in docstrings.
2987 (comment-line-break-function): Doc fix: don't say variable
2988 is automatically buffer-local (it isn't).
2989
2990 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2991
2992 * net/tramp-ftp.el (top):
2993 * net/tramp-smb.el (top):
2994 * net/tramp-util.el (top):
2995 * net/tramp-uu.el (top):
2996 * net/tramp-vc.el (top):
2997 * net/tramp.el (top): Revert copyright years back to original
2998 ones. Tramp has a life outside GNU Emacs.
2999
3000 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
3001
3002 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3003
3004 2005-06-18 Juri Linkov <juri@jurta.org>
3005
3006 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3007 end of first regexp to limit the match to the position between
3008 line number and source line with same separator character as used
3009 between file name and line number. In the second regexp limit
3010 mouse-face area to file name and line number by adding new group
3011 for them and referring it in HYPERLINK arg.
3012 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3013 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3014 previous line where grep markers may be already removed.
3015
3016 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3017
3018 * progmodes/ps-mode.el: Update version and maintainer's email address.
3019
3020 2005-06-18 Steve Youngs <steve@xemacs.org>
3021
3022 * net/browse-url.el (browse-url-browser-function)
3023 (browse-url-default-browser): Add firefox.
3024 (browse-url-firefox-program, browse-url-firefox-arguments)
3025 (browse-url-firefox-startup-arguments)
3026 (browse-url-firefox-new-window-is-tab): New defcustoms.
3027 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3028
3029 2005-06-17 Richard M. Stallman <rms@gnu.org>
3030
3031 * startup.el (command-line): Warn if specified user name has
3032 no home directory.
3033
3034 * term.el (term-get-old-input, term-input-filter, term-input-sender)
3035 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3036
3037 * longlines.el (longlines-mode, longlines-show-hard-newlines):
3038 Doc fixes.
3039
3040 * faces.el (underline): Try bold if terminal doesn't support underline.
3041
3042 * mail/sendmail.el (mail-setup-with-from): New variable.
3043 (mail-insert-from-field): New function.
3044 (sendmail-send-it): Call it.
3045 (mail-setup): Optionally call it here.
3046
3047 * term/linux.el: Call tty-no-underline.
3048
3049 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3052
3053 2005-06-17 Miles Bader <miles@gnu.org>
3054
3055 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3056 (ediff-current-diff-C, ediff-current-diff-Ancestor)
3057 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3058 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3059 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3060 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3061 Remove "-face" suffix from face names.
3062 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3063 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3064 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3065 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3066 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3067 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3068 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3069 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3070 New backward-compatibility aliases for renamed faces.
3071 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3072 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3073 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3074 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3075 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3076 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3077 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3078 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3079 Use renamed ediff faces.
3080
3081 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3082 Remove "-face" suffix from face names.
3083 (eshell-test-ok-face, eshell-test-failed-face):
3084 New backward-compatibility aliases for renamed faces.
3085 (eshell-run-test): Use renamed eshell-test faces.
3086
3087 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3088 face name.
3089 (eshell-prompt-face): New backward-compatibility alias for renamed
3090 face.
3091 (eshell-emit-prompt): Use renamed eshell-prompt face.
3092
3093 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3094 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3095 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3096 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3097 Remove "-face" suffix from face names.
3098 (eshell-ls-directory-face, eshell-ls-symlink-face)
3099 (eshell-ls-executable-face, eshell-ls-readonly-face)
3100 (eshell-ls-unreadable-face, eshell-ls-special-face)
3101 (eshell-ls-missing-face, eshell-ls-archive-face)
3102 (eshell-ls-backup-face, eshell-ls-product-face)
3103 (eshell-ls-clutter-face):
3104 New backward-compatibility aliases for renamed faces.
3105 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3106
3107 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3108 Remove "-face" suffix from face name.
3109 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3110 instead of literal face.
3111
3112 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * emacs-lisp/warnings.el (display-warning, lwarn)
3115 (warning-minimum-log-level): Doc fixes.
3116 (warning-minimum-level, warning-minimum-log-level):
3117 Add :debug to :type choices.
3118
3119 * progmodes/ada-mode.el (ada-format-paramlist)
3120 (ada-get-indent-case, ada-check-matching-start)
3121 (ada-check-defun-name, ada-goto-matching-decl-start)
3122 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3123 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3124 (ada-make-subprogram-body): Follow error conventions.
3125 (ada-case-exception-file, ada-indent-comment-as-code)
3126 (ada-indent-handle-comment-special, ada-indent-renames)
3127 (ada-indent-return, ada-search-directories-internal)
3128 (ada-tab-policy, ada-case-exception-substring)
3129 (ada-other-file-alist, ada-matching-start-re)
3130 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3131 (ada-imenu-generic-expression, ada-compile-goto-error)
3132 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3133 (ada-popup-menu, ada-add-extensions, ada-mode)
3134 (ada-region-selected, ada-create-case-exception)
3135 (ada-create-case-exception-substring, ada-after-keyword-p)
3136 (ada-activate-keys-for-case, ada-adjust-case-region)
3137 (ada-adjust-case-buffer, ada-format-paramlist)
3138 (ada-scan-paramlist, ada-insert-paramlist)
3139 (ada-indent-newline-indent)
3140 (ada-indent-newline-indent-conditional)
3141 (ada-justified-indent-current, ada-goto-previous-word)
3142 (ada-indent-current, ada-get-indent-open-paren)
3143 (ada-get-indent-paramlist, ada-get-indent-end)
3144 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3145 (ada-get-indent-block-start, ada-get-indent-subprog)
3146 (ada-get-indent-noindent, ada-get-indent-label)
3147 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3148 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3149 (ada-goto-stmt-end, ada-goto-next-word)
3150 (ada-check-matching-start, ada-check-defun-name)
3151 (ada-goto-matching-decl-start, ada-goto-matching-start)
3152 (ada-goto-matching-end, ada-search-ignore-string-comment)
3153 (ada-in-decl-p, ada-looking-at-semi-or)
3154 (ada-looking-at-semi-private, ada-in-paramlist-p)
3155 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3156 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3157 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3158 (ada-previous-package, ada-create-menu)
3159 (ada-fill-comment-paragraph-justify)
3160 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3161 (ada-other-file-name, ada-last-which-function-line)
3162 (ada-last-which-function-subprog, ada-which-function)
3163 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3164 (ada-gen-treat-proc, ada-check-emacs-version)
3165 (ada-continuation-indent, ada-align-region-separate):
3166 Fix typos in docstrings.
3167 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3168
3169 2005-06-16 Lute Kamstra <lute@gnu.org>
3170
3171 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3172 conditionally.
3173
3174 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * comint.el (comint-replace-by-expanded-filename)
3177 (comint-prompt-regexp, comint-delimiter-argument-list)
3178 (comint-preinput-scroll-to-bottom):
3179 * info.el (Info-hide-cookies-node):
3180 * ls-lisp.el (ls-lisp-classify):
3181 * find-file.el (ff-search-directories, ff-special-constructs)
3182 (ff-find-other-file):
3183 * font-lock.el (font-lock-keywords):
3184 * shell.el (shell-prompt-pattern)
3185 (shell-dynamic-complete-functions, shell-mode)
3186 (shell-delimiter-argument-list):
3187 * term.el (term-replace-by-expanded-filename)
3188 (term-prompt-regexp, term-delimiter-argument-list):
3189 * woman.el (woman-ignore, woman0-if):
3190 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3191 * emacs-lisp/elint.el (elint-init-env):
3192 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3193 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3194 * language/ethio-util.el (ethio-tilde-escape)
3195 (ethio-use-three-dot-question):
3196 * net/zone-mode.el (zone-mode-load-time-setup):
3197 * progmodes/cc-align.el (c-lineup-argcont):
3198 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3199 * progmodes/cperl-mode.el (cperl-set-style-back):
3200 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3201 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3202 Fix spellings in docstrings.
3203
3204 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3205 * progmodes/modula2.el (m2-for): Fix spellings.
3206
3207 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3208
3209 * simple.el (undo-more): Don't use `format' on `error' arguments.
3210 Improve argument/docstring consistency.
3211 (pending-undo-list): Doc fix.
3212
3213 * smerge-mode.el (smerge-ensure-match):
3214 * emulation/vip.el (vip-ex):
3215 * net/zone-mode.el (zone-mode-update-serial):
3216 * progmodes/idlwave.el (idlwave-complete):
3217 * progmodes/vhdl-mode.el (vhdl-visit-file)
3218 (vhdl-compose-wire-components):
3219 Don't use `format' on `error' arguments.
3220
3221 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3222 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3223 (tooltip-help-tips): Fix typos in docstrings.
3224
3225 2005-06-16 David Ponce <david@dponce.com>
3226
3227 * tree-widget.el (tree-widget-value-create): Simplify last change.
3228
3229 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3230
3231 * ido.el (ido-incomplete-regexp): New variable.
3232 (ido-set-matches-1): Handle invalid-regexp error and set
3233 ido-incomplete-regexp.
3234 (ido-incomplete-regexp): New face.
3235 (ido-completions): Use it.
3236 (ido-complete, ido-exit-minibuffer, ido-completions):
3237 Handle incomplete regexps.
3238 (ido-completions): Add check for complete match when entering a regexp.
3239
3240 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3243
3244 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3245
3246 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3247 by field delimiters.
3248
3249 2005-06-15 David Ponce <david@dponce.com>
3250
3251 * tree-widget.el: eval-and-compile inlined functions so they will
3252 be available at run-time too.
3253 (tree-widget-super-format-handler)
3254 (tree-widget-format-handler): Remove.
3255 (tree-widget-value-create): Handle the :indent property.
3256
3257 2005-06-15 Miles Bader <miles@gnu.org>
3258
3259 * progmodes/which-func.el (which-func): Only inherit
3260 `font-lock-function-name-face' when that makes sense against the
3261 default mode-line face, otherwise set the face color explicitly.
3262
3263 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3264 faces instead of (non-existent) variables.
3265
3266 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3269 (iswitchb-get-matched-buffers): Likewise. Simplify.
3270
3271 2005-06-14 Miles Bader <miles@gnu.org>
3272
3273 * progmodes/ld-script.el (ld-script-location-counter):
3274 Remove "-face" suffix from face name.
3275 (ld-script-location-counter-face):
3276 New backward-compatibility alias for renamed face.
3277 (ld-script-location-counter-face): Use renamed face.
3278
3279 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3280 (cperl-hash): Remove "-face" suffix from face names.
3281 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3282 New backward-compatibility aliases for renamed faces.
3283 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3284 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3285
3286 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3287 name.
3288 (which-func-face): New backward-compatibility alias for renamed face.
3289 (which-func-format): Use renamed which-func face.
3290
3291 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3292 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3293 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3294 names.
3295 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3296 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3297 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3298 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3299 (vhdl-speedbar-architecture-selected)
3300 (vhdl-speedbar-configuration-selected)
3301 (vhdl-speedbar-package-selected)
3302 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3303 names.
3304 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3305 Use renamed faces.
3306 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3307 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3308 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3309 Use renamed faces.
3310 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3311 names.
3312 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3313 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3314 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3315 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3316 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3317 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3318
3319 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3320 face name.
3321 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3322 (sh-heredoc-face): Use renamed sh-heredoc face.
3323
3324 * progmodes/idlw-help.el (idlwave-help-link):
3325 Remove "-face" suffix from face name.
3326 (idlwave-help-link-face):
3327 New backward-compatibility alias for renamed face.
3328 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3329
3330 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3331 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3332 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3333 New backward-compatibility aliases for renamed faces.
3334 (idlwave-shell-disabled-breakpoint-face)
3335 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3336
3337 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3338 Remove "-face" suffix from face names.
3339 (flymake-errline-face, flymake-warnline-face):
3340 New backward-compatibility aliases for renamed faces.
3341 (flymake-highlight-line): Use renamed flymake faces.
3342
3343 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3344 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3345 (ebrowse-member-class, ebrowse-progress):
3346 Remove "-face" suffix from face names.
3347 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3348 (ebrowse-file-name-face, ebrowse-default-face)
3349 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3350 (ebrowse-progress-face):
3351 New backward-compatibility aliases for renamed faces.
3352 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3353 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3354 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3355 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3356
3357 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3358 antlr-syntax)
3359 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3360 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3361 names.
3362 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3363 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3364 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3365 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3366 backward-compatibility aliases for renamed faces.
3367 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3368 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3369 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3370 remove "font-lock-". Use renamed antlr-mode faces.
3371 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3372 literal face-names with face variable references.
3373
3374 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3375 face name.
3376 (Buffer-menu-buffer-face): New backward-compatibility alias for
3377 renamed face.
3378 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3379
3380 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3381
3382 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3383 Eliminate "-face" suffix.
3384 (makefile-targets): Inherit from font-lock-function-name-face and
3385 eliminate "-face" suffix.
3386 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3387 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3388 actions, instead of prepending, to make it less visible.
3389 (makefile-previous-dependency, makefile-match-dependency):
3390 Don't match a target on a continuation line.
3391
3392 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3393
3394 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3395
3396 * progmodes/gdb-ui.el (menu): Re-order menu items.
3397 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3398
3399 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3400 Define in tooltip.el.
3401 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3402 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3403 gud-tooltip-echo-area.
3404
3405 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3406 backward compatibility and make obsolete.
3407 (tooltip-help-tips): Use tooltip-use-echo-area.
3408 (tooltip-show-help-function): Rename to...
3409 (tooltip-show-help): ...this, because it is a function.
3410 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3411
3412 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3413
3414 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3415 (edebug-print-length, edebug-print-level, edebug-print-circle)
3416 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3417 (edebug-eval-print-last-sexp): Doc fixes.
3418
3419 2005-06-14 Kim F. Storm <storm@cua.dk>
3420
3421 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3422 as the coverage buffer/file/both may change.
3423
3424 2005-06-14 Lute Kamstra <lute@gnu.org>
3425
3426 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3427 and run-mode-hooks. Simplify.
3428
3429 * mail/rmailedit.el (rmail-edit-mode):
3430 * progmodes/octave-inf.el (inferior-octave-mode):
3431 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3432
3433 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3434 and run-mode-hooks.
3435 (recentf-edit-list, recentf-open-files): Don't call
3436 kill-all-local-variables directly.
3437
3438 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3439
3440 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * emacs-lisp/byte-run.el (make-obsolete)
3443 (define-obsolete-function-alias): Rename arguments FUNCTION and
3444 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3445 (make-obsolete-variable, define-obsolete-variable-alias):
3446 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3447 respectively.
3448
3449 * isearchb.el (isearchb-activate):
3450 * pcvs.el (cvs-mode):
3451 * ses.el (ses-load):
3452 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3453 * net/tramp.el (tramp-find-file-exists-command)
3454 (tramp-find-shell):
3455 * progmodes/ada-mode.el (ada-create-case-exception)
3456 (ada-create-case-exception-substring, ada-make-subprogram-body):
3457 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3458 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3459 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3460 * textmodes/org.el (org-promote, org-evaluate-time-range)
3461 (org-agenda-next-date-line, org-agenda-previous-date-line)
3462 (org-agenda-error, org-open-at-point, org-table-move-row)
3463 (org-format-table-table-html-using-table-generate-source)
3464 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3465 * textmodes/reftex.el (reftex-access-scan-info):
3466 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3467 (reftex-toc-promote-prepare): Follow error conventions.
3468
3469 * diff-mode.el (diff-mode): Fix typo in docstring.
3470
3471 * forms.el (forms--intuit-from-file): Fix reference to
3472 `forms-number-of-fields' in error message.
3473 (forms-print): Fix quoting in error message.
3474
3475 * forms.el (forms-mode):
3476 * emulation/vi.el (vi-goto-insert-state):
3477 * progmodes/flymake.el (flymake-new-err-info)
3478 (flymake-start-syntax-check-for-current-buffer)
3479 (flymake-simple-cleanup):
3480 * eshell/esh-var.el (eshell/export):
3481 * progmodes/gud.el (xdb):
3482 * textmodes/flyspell.el (flyspell-incorrect-hook)
3483 (flyspell-maybe-correct-transposition)
3484 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3485
3486 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3489 minibuffer prompt.
3490
3491 2005-06-13 Kim F. Storm <storm@cua.dk>
3492
3493 * subr.el (add-to-ordered-list): New defun.
3494
3495 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3496 add cua--keymap-alist to emulation-mode-map-alists.
3497
3498 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * subr.el (complete-in-turn): New macro.
3501 (dynamic-completion-table, lazy-completion-table): Add debug info.
3502
3503 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3504 in preference to face aliases.
3505
3506 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3507 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3508 Remove unused vars `start' and `firstline'.
3509 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3510 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3511
3512 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3513
3514 * cus-start.el (all): Don't complain about missing GTK-related
3515 variables, unless either `gtk' is boundp or this isn't a
3516 `windows-nt' build.
3517
3518 2005-06-13 Lute Kamstra <lute@gnu.org>
3519
3520 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3521 run-mode-hooks.
3522
3523 * ediff-mult.el (ediff-meta-mode):
3524 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3525
3526 * ledit.el (ledit-mode): Use delay-mode-hooks.
3527
3528 * woman.el (woman-mode-line-format): Delete constant.
3529 (woman-mode-map): Initialize it properly.
3530 (woman-mode): Set mode-class property to special.
3531 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3532 Set major-mode and mode-name. Don't set mode-line-format directly.
3533 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3534
3535 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3536 string argument obsolete.
3537
3538 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3539
3540 * textmodes/org.el (org-CUA-compatible): New option.
3541 (org-disputed-keys): New variable.
3542 (org-key): New function.
3543 (orgtbl-make-binding): Add docstring to the created function.
3544 (org-mode): Set paragraph start/separate regexps.
3545 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3546 (org-archive-location, org-archive-mark-done)
3547 (org-archive-stamp-time): New options.
3548 (org-archive-subtree): New command.
3549 (org-fill-paragraph): New function.
3550 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3551 (org-fake-empty-table-line): Function removed.
3552 (org-format-org-table-html): Do not create empty table lines at
3553 separator lines. Improved table header treatment.
3554 (org-link-format): New option.
3555 (org-make-link): New function.
3556 (org-insert-link, org-store-link): Use org-make-link.
3557 (org-open-file): Quote file name for shell command, to allow
3558 spaces in file names.
3559 (org-link-regexp): Fix bug with mailto link.
3560 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3561 New constants.
3562 (org-export-as-html): Deal with the optional angles around a link.
3563 Better treatment of file: links.
3564 (org-open-at-point): Replace @{ and @} with < and >.
3565 (org-run-mode-hooks): Function removed.
3566 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3567
3568 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3569
3570 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3571 MI command -data-list-register-values.
3572 (gdb-post-prompt): Indent properly.
3573
3574 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3575
3576 * hilit-chg.el (highlight-changes-colors): Rename from
3577 `highlight-changes-colours'.
3578 (highlight-changes-colours): Keep as obsolete alias.
3579 (highlight-changes-face-list): Doc fix.
3580 (hilit-chg-make-list): Use `highlight-changes-colors'.
3581
3582 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3583
3584 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3585 defun-prompt-regexp.
3586
3587 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3588
3589 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3590 and cygwin.
3591
3592 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3593 Don't use an old loaddefs.el, as in Makefile.in.
3594
3595 2005-06-12 Lute Kamstra <lute@gnu.org>
3596
3597 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3598
3599 * man.el (Man-mode-map): Initialize it properly.
3600 (Man-mode): Set mode-class property to special.
3601
3602 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3603
3604 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3605
3606 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3607 A newline is needed in the docstring there.
3608
3609 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3610 Doc fixes.
3611
3612 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3613
3614 * printing.el: Doc fix. The menubar is no more changed when printing
3615 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3616 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3617 (pr-version): New version number (6.8.4).
3618 (pr-menu-bind): New command.
3619 (pr-update-menus): Docstring and code fix.
3620 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3621 Docstring fix.
3622 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3623 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3624
3625 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3626
3627 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3628 "Returns" to "return", document useful return values, etc.
3629
3630 2005-06-11 Alan Mackenzie <acm@muc.de>
3631
3632 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3633 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3634 (adaptive-file-function): Minor amendment to doc-string.
3635
3636 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3637
3638 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3639 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3640 Fix :type--it is `integer', not `string'.
3641
3642 * faces.el (modeline-highlight): Rename from (the erroneous)
3643 `modeline-higilight'.
3644
3645 2005-06-11 Lute Kamstra <lute@gnu.org>
3646
3647 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3648 lisp-interaction-mode-map but make it the parent.
3649 (edebug-eval-mode): Use define-derived-mode.
3650
3651 2005-06-11 Andreas Schwab <schwab@suse.de>
3652
3653 * bindings.el: Add binding of `ESC functionkey' for every
3654 `M-functionkey'.
3655 * hexl.el (hexl-mode-map): Likewise.
3656
3657 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3658
3659 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3660 [msft]: update regexp for newer msft compilers.
3661
3662 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3663
3664 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3665 ATTLIST portions of included DTDs.
3666 (xml-parse-dtd): Eliminate use of inefficient match-data.
3667
3668 2005-06-10 Miles Bader <miles@gnu.org>
3669
3670 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3671 (mpuz-text): Remove "-face" suffix from face names.
3672 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3673 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3674 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3675
3676 * play/gomoku.el (gomoku-O, gomoku-X):
3677 Remove "-face" suffix from face names.
3678 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3679 New backward-compatibility aliases for renamed faces.
3680 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3681
3682 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * thumbs.el: Fixes for changes of 2005-06-09.
3685 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3686 as a directory.
3687 (thumbs-thumbname): Remove directory separator from format string;
3688 `thumbs-thumbsdir' now returns a valid directory name.
3689 (thumbs-temp-dir): New defsubst.
3690 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3691 Use it.
3692
3693 * cus-edit.el (minibuffer):
3694 * files.el (make-backup-file-name-function):
3695 * filesets.el (filesets-external-viewers):
3696 * hilit-chg.el (highlight-changes-colours)
3697 (highlight-changes-face-list, highlight-changes-rotate-faces):
3698 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3699 * kmacro.el (kmacro-call-macro):
3700 * log-edit.el (log-edit-changelog-full-paragraphs):
3701 * mouse.el (mouse-1-click-follows-link):
3702 * skeleton.el (skeleton-autowrap):
3703 * subr.el (insert-for-yank-1):
3704 * tempo.el (tempo-insert-region):
3705 * terminal.el (terminal-emulator):
3706 * time.el (display-time-mail-face):
3707 * vc.el (vc-annotate):
3708 * vcursor.el (vcursor-copy-line):
3709 * woman.el (woman-bold-headings, woman-ignore)
3710 (woman-default-faces, woman-monochrome-faces):
3711 * calendar/todo-mode.el (todo-insert-threshold):
3712 * emulation/pc-select.el (pc-select-selection-keys-only)
3713 (pc-selection-mode):
3714 * emulation/vip.el (vip-find-char-forward):
3715 * emulation/viper-cmd.el (viper-find-char-forward):
3716 * international/mule-cmds.el
3717 (select-safe-coding-system-accept-default-p)
3718 (input-method-exit-on-invalid-key):
3719 * international/mule-diag.el (describe-coding-system):
3720 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3721 * net/browse-url.el (browse-url-xterm-program):
3722 * obsolete/lazy-lock.el (lazy-lock-mode):
3723 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3724 (cperl-mode):
3725 * progmodes/cpp.el (cpp-face-light-name-list)
3726 (cpp-face-dark-name-list):
3727 * progmodes/delphi.el (delphi-newline-always-indents):
3728 Fix spellings in docstrings.
3729
3730 * ido.el (ido-mode, ido-file-extensions-order)
3731 (ido-default-file-method, ido-default-buffer-method)
3732 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3733 (ido-decorations, ido-read-file-name-as-directory-commands)
3734 (ido-read-file-name-non-ido, ido-work-directory-list)
3735 (ido-ignore-item-temp-list, ido-current-directory)
3736 (ido-magic-forward-char, ido-enter-find-file)
3737 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3738 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3739
3740 2005-06-10 Lute Kamstra <lute@gnu.org>
3741
3742 * play/dunnet.el (dun-mode): Use define-derived-mode.
3743 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3744 obsolete alias.
3745
3746 * play/doctor.el (doctor-mode-map): Remove defvar.
3747 (doctor-mode): Use define-derived-mode.
3748
3749 * mail/mspools.el (mspools-mode):
3750 * net/eudc-hotlist.el (eudc-hotlist-mode):
3751 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3752
3753 2005-06-10 Miles Bader <miles@gnu.org>
3754
3755 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3756 Remove "-face" suffix from face names.
3757 (flyspell-incorrect-face, flyspell-duplicate-face):
3758 New backward-compatibility aliases for renamed faces.
3759 (flyspell-mode-on, make-flyspell-overlay)
3760 (flyspell-highlight-incorrect-region)
3761 (flyspell-highlight-duplicate-region)
3762 (flyspell-display-next-corrections)
3763 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3764
3765 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3766 from face name.
3767 (texinfo-heading-face): New backward-compatibility alias for
3768 renamed face.
3769 (texinfo-heading-face): Use renamed texinfo-heading face.
3770
3771 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3772 suffix from face names.
3773 (tex-math-face, tex-verbatim-face):
3774 New backward-compatibility aliases for renamed faces.
3775 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3776 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3777 literal face name.
3778
3779 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3780 name.
3781 (table-cell-face): New backward-compatibility alias for renamed face.
3782 (table--put-cell-face-property, table--update-cell-face):
3783 Use renamed table-cell face.
3784
3785 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3786 from face name.
3787 (sgml-namespace-face): New backward-compatibility alias for
3788 renamed face.
3789 (sgml-namespace-face): Use renamed sgml-namespace face.
3790
3791 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3792 (org-level-4, org-level-5, org-level-6, org-level-7)
3793 (org-level-8, org-warning, org-headline-done)
3794 (org-deadline-announce, org-scheduled-today)
3795 (org-scheduled-previously, org-link, org-done, org-table)
3796 (org-time-grid): Remove "-face" suffix from face names.
3797 (org-level-1-face, org-level-2-face, org-level-3-face)
3798 (org-level-4-face, org-level-5-face, org-level-6-face)
3799 (org-level-7-face, org-level-8-face, org-warning-face)
3800 (org-headline-done-face, org-deadline-announce-face)
3801 (org-scheduled-today-face, org-scheduled-previously-face)
3802 (org-link-face, org-done-face, org-table-face)
3803 (org-time-grid-face):
3804 New backward-compatibility aliases for renamed faces.
3805 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3806 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3807 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3808 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3809
3810 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3811 (viper-minibuffer-emacs, viper-minibuffer-insert)
3812 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3813 (viper-search-face, viper-replace-overlay-face)
3814 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3815 (viper-minibuffer-vi-face):
3816 New backward-compatibility aliases for renamed faces.
3817 (viper-search-face, viper-replace-overlay-face)
3818 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3819 (viper-minibuffer-vi-face): Use renamed viper faces.
3820
3821 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3822 Remove "-face" suffix from face names.
3823 (testcover-nohits-face, testcover-1value-face):
3824 New backward-compatibility aliases for renamed faces.
3825 (testcover-mark): Use renamed testcover faces.
3826
3827 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3828 face name.
3829 (diary-button-face): New backward-compatibility alias for renamed face.
3830 (diary-entry): Use renamed diary-button face.
3831
3832 * calendar/calendar.el (diary, calendar-today, holiday)
3833 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3834 (diary-face, calendar-today-face, holiday-face):
3835 New backward-compatibility aliases for renamed faces.
3836 (eval-after-load "facemenu", diary-entry-marker)
3837 (calendar-today-marker, calendar-holiday-marker, diary-face):
3838 Use renamed calendar faces.
3839
3840 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3841 (compare-windows-face): New backward-compatibility alias for
3842 renamed face.
3843 (compare-windows-highlight): Use renamed compare-windows face.
3844
3845 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3846 (strokes-char-face): New backward-compatibility alias for renamed face.
3847 (strokes-encode-buffer): Use renamed strokes-char face.
3848
3849 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3850 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3851 Remove "-face" suffix from face names.
3852 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3853 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3854 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3855 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3856 Use renamed pcvs faces.
3857 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3858 * pcvs-defs.el (cvs-mode-map): Likewise.
3859 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3860
3861 * info.el (info-title-1, info-title-2, info-title-3)
3862 (info-title-4): Remove "-face" suffix from and downcase face names.
3863 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3864 (Info-title-4-face):
3865 New backward-compatibility aliases for renamed faces.
3866 (Info-fontify-node): Use renamed info faces.
3867
3868 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3869 Remove "-face" suffix from face names.
3870 (highlight-changes-face, highlight-changes-delete-face):
3871 New backward-compatibility aliases for renamed faces.
3872 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3873 (hilit-chg-make-list): Use renamed highlight-changes faces.
3874
3875 * generic-x.el (show-tabs-tab, show-tabs-space):
3876 Remove "-face" suffix from face names.
3877 (show-tabs-tab-face, show-tabs-space-face):
3878 New backward-compatibility aliases for renamed faces.
3879 (show-tabs-generic-mode-font-lock-defaults-1)
3880 (show-tabs-generic-mode-font-lock-defaults-2):
3881 Use renamed show-tabs faces.
3882
3883 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3884 (smerge-markers): Remove "-face" suffix from face names.
3885 (smerge-mine-face, smerge-other-face, smerge-base-face)
3886 (smerge-markers-face):
3887 New backward-compatibility aliases for renamed faces.
3888 (smerge-mine-face, smerge-other-face, smerge-base-face)
3889 (smerge-markers-face): Use renamed smerge faces.
3890
3891 * log-view.el (log-view-file, log-view-message): Remove "-face"
3892 suffix from face names.
3893 (log-view-file-face, log-view-message-face): New
3894 backward-compatibility aliases for renamed faces.
3895 (log-view-file-face, log-view-message-face): Use renamed log-view
3896 faces.
3897
3898 * paren.el (show-paren-match, show-paren-mismatch):
3899 Remove "-face" suffix from face names.
3900 (show-paren-match-face, show-paren-mismatch-face):
3901 New backward-compatibility aliases for renamed faces.
3902 (show-paren-function): Use renamed show-paren faces.
3903
3904 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3905 (ruler-mode-margins, ruler-mode-fringes)
3906 (ruler-mode-column-number, ruler-mode-fill-column)
3907 (ruler-mode-comment-column, ruler-mode-goal-column)
3908 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
3909 suffix from face names.
3910 (ruler-mode-default-face, ruler-mode-pad-face)
3911 (ruler-mode-margins-face, ruler-mode-fringes-face)
3912 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3913 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3914 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
3915 backward-compatibility aliases for renamed faces.
3916 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3917 (ruler-mode-column-number, ruler-mode-fill-column)
3918 (ruler-mode-comment-column, ruler-mode-goal-column)
3919 (ruler-mode-tab-stop, ruler-mode-current-column)
3920 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
3921 faces.
3922
3923 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3924 face name.
3925 (whitespace-highlight-the-space): Use renamed face.
3926 (whitespace-highlight-face): New backward-compatibility alias for
3927 renamed face.
3928
3929 * woman.el (woman-italic, woman-bold, woman-unknown)
3930 (woman-addition, woman-symbol-face):
3931 Remove "-face" suffix from face names.
3932 (woman-italic-face, woman-bold-face, woman-unknown-face)
3933 (woman-addition-face):
3934 New backward-compatibility aliases for renamed faces.
3935 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3936 (woman-decode-region, woman-replace-match)
3937 (woman-display-extended-fonts, woman-special-characters)
3938 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3939 Use renamed woman faces.
3940
3941 * longlines.el (longlines-visible-face): Face removed.
3942
3943 * diff-mode.el (diff-header, diff-file-header, diff-index)
3944 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3945 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3946 suffix from face names.
3947 (diff-header-face, diff-file-header-face, diff-index-face)
3948 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3949 (diff-changed-face, diff-function-face, diff-context-face)
3950 (diff-nonexistent-face): New backward-compatibility aliases for
3951 renamed faces.
3952 (diff-header-face, diff-file-header-face)
3953 (diff-index, diff-index-face, diff-hunk-header)
3954 (diff-hunk-header-face, diff-removed, diff-removed-face)
3955 (diff-added, diff-added-face, diff-changed-face, diff-function)
3956 (diff-function-face, diff-context-face, diff-nonexistent)
3957 (diff-nonexistent-face): Use renamed diff-mode faces.
3958
3959 * progmodes/compile.el (compilation-warning-face)
3960 (compilation-info-face): Remove "-face" suffix from face names.
3961 (compilation-warning-face, compilation-info-face):
3962 New backward-compatibility aliases for renamed faces.
3963 (compilation-warning-face, compilation-info-face):
3964 Use renamed compilation faces.
3965
3966 * add-log.el (change-log-date, change-log-name)
3967 (change-log-email, change-log-file, change-log-list)
3968 (change-log-conditionals, change-log-function)
3969 (change-log-acknowledgement): Remove "-face" suffix from face names.
3970 (change-log-date-face, change-log-name-face)
3971 (change-log-email-face, change-log-file-face)
3972 (change-log-list-face, change-log-conditionals-face)
3973 (change-log-function-face, change-log-acknowledgement-face):
3974 New backward-compatibility aliases for renamed faces.
3975 (change-log-font-lock-keywords): Use renamed change-log faces.
3976
3977 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3978 (custom-set, custom-changed, custom-saved, custom-button)
3979 (custom-button-pressed, custom-documentation, custom-state)
3980 (custom-comment, custom-comment-tag, custom-variable-tag)
3981 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3982 (custom-group-tag): Remove "-face" suffix from face names.
3983 (custom-magic-alist, custom-magic-value-create)
3984 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3985 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3986 (custom-set-face, custom-changed-face, custom-saved-face)
3987 (custom-button-face, custom-button-pressed-face)
3988 (custom-documentation-face, custom-state-face)
3989 (custom-comment-face, custom-comment-tag-face)
3990 (custom-variable-tag-face, custom-variable-button-face)
3991 (custom-face-tag-face, custom-group-tag-face-1)
3992 (custom-group-tag-face):
3993 New backward-compatibility aliases for renamed faces.
3994
3995 * wid-edit.el (widget-documentation, widget-button)
3996 (widget-field, widget-single-line-field, widget-inactive)
3997 (widget-button-pressed): "-face" suffix removed from face names.
3998 (widget-documentation-face, widget-button-face)
3999 (widget-field-face, widget-single-line-field-face)
4000 (widget-inactive-face, widget-button-pressed-face):
4001 New backward-compatibility aliases for renamed faces.
4002 (widget-documentation-face, widget-button-face)
4003 (widget-button-pressed-face, widget-specify-field)
4004 (widget-specify-inactive): Use renamed widget faces.
4005
4006 2005-06-10 Kenichi Handa <handa@m17n.org>
4007
4008 * term/x-win.el (x-clipboard-yank): Remove condition-case
4009 wrapping.
4010
4011 2005-06-11 Kenichi Handa <handa@m17n.org>
4012
4013 * add-log.el (change-log-font-lock-keywords): Make the regexp for
4014 date lines stricter.
4015
4016 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
4017
4018 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4019 of x-get-selection.
4020
4021 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4022
4023 * comint.el (comint-mode, comint-snapshot-last-prompt):
4024 * frame.el (frame-current-scroll-bars):
4025 * term.el (term-mode, term-check-proc, term-input-sender)
4026 (term-simple-send, term-extract-string, term-word)
4027 (term-match-partial-filename):
4028 * window.el (window-current-scroll-bars):
4029 * emulation/cua-base.el (cua-normal-cursor-color)
4030 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4031 (cua-global-mark-cursor-color):
4032 * mail/undigest.el (rmail-forward-separator-regex):
4033 Fix typos in docstrings.
4034
4035 * comint.el (comint-check-proc, make-comint-in-buffer)
4036 (comint-source-default): Doc fixes.
4037
4038 * term.el (term-send-string): Improve argument/docstring
4039 consistency.
4040
4041 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
4042
4043 * comint.el (comint-send-input): Bind `inhibit-read-only' around
4044 call to `delete-region'.
4045 (comint-mode-hook): Do not enable Font Lock by default.
4046
4047 2005-06-09 Lute Kamstra <lute@gnu.org>
4048
4049 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4050 could be void.
4051
4052 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4055 (debug): Use it.
4056 (debugger-step-through, debugger-continue, debugger-jump)
4057 (debugger-return-value): Set it when needed.
4058 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4059 Use inhibit-read-only.
4060
4061 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
4062
4063 * window.el (shrink-window-if-larger-than-buffer)
4064 (window-size-fixed): Fix typo in docstring.
4065
4066 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4067 thumbnails directory on loading.
4068 (thumbs-conversion-program): Use `eq' to check the system type,
4069 not `equal'.
4070 (thumbs-temp-dir): Initialize to `temporary-file-directory',
4071 not "/tmp". Fix docstring.
4072 (thumbs-thumbsdir): New function to return the thumbnails
4073 directory, creating it if needed.
4074 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4075 (thumbs-temp-file): Delete variable and make it into a function.
4076 (thumbs-resize-image, thumbs-modify-image): Use it.
4077 (thumbs-kill-buffer): Simplify.
4078 (thumbs-gensym): Defalias or duplicate CL `gensym'.
4079 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4080 docstrings.
4081
4082 2005-06-09 Kim F. Storm <storm@cua.dk>
4083
4084 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4085 set-match-data to free markers in match-data.
4086
4087 * replace.el (replace-match-data): Pass RESEAT arg `t' to
4088 match-data to unchain markers in match-data.
4089
4090 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4093 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
4094 unnecessary now.
4095
4096 2005-06-08 Richard M. Stallman <rms@gnu.org>
4097
4098 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4099 give the variable a doc string that doesn't say don't set it directly.
4100
4101 * textmodes/ispell.el (ispell-check-version):
4102 Use match-string-no-properties.
4103 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4104 (ispell-buffer-local-words): Likewise.
4105
4106 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4107 except on terminals with enough colors to really display it.
4108 (makefile-dependency-regex): Delete spurious `bb'.
4109
4110 * faces.el (escape-glyph): Use blue once again in last case.
4111 (no-break-space): Redefine so that it isn't invisible on a tty.
4112
4113 2005-06-08 Kim F. Storm <storm@cua.dk>
4114
4115 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4116 also when reading directory name.
4117
4118 2005-06-08 Lute Kamstra <lute@gnu.org>
4119
4120 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4121 (flyspell-mode-line-string): Remove autoload cookie.
4122 (flyspell-mode): Remove defvar.
4123
4124 2005-06-07 Lute Kamstra <lute@gnu.org>
4125
4126 * textmodes/org.el (org-run-mode-hooks): New function.
4127 (org-agenda-mode): Use it.
4128
4129 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
4130
4131 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4132
4133 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4136
4137 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4138
4139 * font-lock.el (font-lock-add-keywords): Doc fix.
4140
4141 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4144 (tex-compile-default): In the absence of any history, use the order in
4145 tex-compile-alist to choose the preferred command.
4146 (tex-compile-commands): Reorder a bit.
4147
4148 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4149 (flyspell-incorrect-face, flyspell-duplicate-face):
4150 Use (X)Emacs-agnostic code.
4151 (flyspell-mode-map): Don't overwrite at each load. Remove code
4152 redundant with the subsequent add-minor-mode. Merge Emacs and
4153 XEmacs code.
4154 (flyspell-word): Minor simplification.
4155 (flyspell-math-tex-command-p): Quieten the byte-compiler.
4156 (flyspell-external-point-words): Remove unused vars `size' and
4157 `start'.
4158 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4159 the corresponding Emacs code.
4160 (flyspell-correct-word, flyspell-xemacs-popup): Use
4161 flyspell-do-correct.
4162
4163 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4164 a dedicated window.
4165
4166 * international/latexenc.el (latexenc-find-file-coding-system):
4167 Undo part of last patch, to turn off a compiler warning.
4168
4169 2005-06-06 Juri Linkov <juri@jurta.org>
4170
4171 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4172 Rename `tmm-inactive-face' to `tmm-inactive'.
4173
4174 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4175
4176 * iswitchb.el: Rename faces.
4177
4178 2005-06-06 Kim F. Storm <storm@cua.dk>
4179
4180 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4181 (cua-global-mark): Remove -face suffix from face names.
4182
4183 * emulation/cua-gmrk.el (cua--init-global-mark):
4184 Remove cua-global-mark face setup.
4185
4186 2005-06-06 Richard M. Stallman <rms@gnu.org>
4187
4188 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4189 just like other allowed characters.
4190 (makefile-match-dependency): Exclude leading and training whitespace
4191 from the range of regexp subexp 1.
4192 (makefile-macroassign-regex): Don't try to match the body,
4193 just the name of the macro being defined.
4194
4195 * info.el (Info-read-node-name-2): New function.
4196 (Info-read-node-name-1): Use that.
4197 Add a completion-base-size-function property.
4198
4199 * simple.el (completion-setup-function): Look for
4200 completion-base-size-function property of
4201 minibuffer-completion-table.
4202
4203 * files.el (locate-file-completion): Doc fix.
4204
4205 * printing.el: Don't call pr-update-menus; user must do that.
4206
4207 * emacs-lisp/debug.el (debugger-window): New variable.
4208 (debug): Use debugger-window if it is set and still alive.
4209 Record debugger-window for next entry.
4210
4211 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4212
4213 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
4214
4215 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4216 (hack-one-local-variable, hack-local-variables)
4217 (hack-local-variables-prop-line): Pass that arg.
4218
4219 2005-06-06 Kim F. Storm <storm@cua.dk>
4220
4221 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4222 (ido-indicator): Remove -face suffix from face names.
4223
4224 2005-06-06 Juri Linkov <juri@jurta.org>
4225
4226 * font-lock.el (font-lock-regexp-backslash)
4227 (font-lock-regexp-backslash-construct): New faces.
4228 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4229 after `('. Add `while-no-input' to control structures.
4230
4231 * faces.el (no-break-space, shadow): New faces.
4232 (escape-glyph): Use less loud colors pink2 and red4.
4233
4234 * diff-mode.el (diff-context-face)
4235 * dired.el (dired-ignored)
4236 * rfn-eshadow.el (file-name-shadow)
4237 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4238
4239 * info.el (Info-title-1-face): Use green instead of yellow because
4240 bold yellow is not readable on light backgrounds.
4241
4242 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4243 before selecting the desired mode to not spend time fontifying
4244 old contents.
4245
4246 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4249 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4250
4251 * ps-print.el (ps-default-fg, ps-default-bg):
4252 Fix typos in docstrings.
4253
4254 * isearchb.el (isearchb): Don't pass a spurious second argument to
4255 `iswitchb-completions'.
4256
4257 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
4258
4259 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4260 to preserve point.
4261 (gdb-find-file-hook): Add doc string.
4262
4263 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4264 C dereferenced pointer expression.
4265 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
4266
4267 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4268
4269 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4270 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4271 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4272 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4273 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4274 Make background transparent.
4275
4276 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4277
4278 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4279 (font-lock-remove-keywords): Doc fix.
4280 (font-lock-mode-major-mode): Compiler defvar.
4281 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4282
4283 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4284 (font-lock-mode): Update `font-lock-mode-major-mode'.
4285 (font-lock-set-defaults): Compiler defvar.
4286 (font-lock-default-function): Take `font-lock-mode-major-mode'
4287 into account.
4288
4289 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4290 keep track of which major mode it enabled the minor mode for.
4291 Use find-file-hook again. Update docstring.
4292
4293 * simple.el (eval-expression-print-level)
4294 (eval-expression-print-length, eval-expression-debug-on-error):
4295 Doc fixes.
4296
4297 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4298
4299 * iswitchb.el (iswitchb-single-match-face)
4300 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4301 (iswitchb-invalid-regexp-face): New faces.
4302 (iswitchb-completions): Use them.
4303 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4304 now marked as an obsolete alias.
4305 (iswitchb-read-buffer): Remove check for bound font variables.
4306 (iswitchb-invalid-regexp): New free variable.
4307 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4308 set iswitchb-invalid-regexp.
4309 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4310 invalid regexps.
4311 (iswitchb-completions): Add check for complete match when entering
4312 a regexp.
4313 (iswitchb-completions): Remove require-match argument.
4314 (iswitchb-exhibit): Fix caller.
4315 (iswitchb-common-match-inserted): New variable.
4316 (iswitchb-complete, iswitchb-completion-help): Use it.
4317
4318 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4319
4320 * url-http.el (url-http-chunked-encoding-after-change-function):
4321 Use `url-http-debug' instead of `message'.
4322
4323 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4324
4325 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4326 callback argument.
4327
4328 2005-06-04 Kim F. Storm <storm@cua.dk>
4329
4330 * simple.el (line-move): Only call sit-for when moving backwards.
4331
4332 * ido.el (ido-make-merged-file-list-1): New defun split from
4333 ido-make-merged-file-list.
4334 (ido-make-merged-file-list): Bind throw-on-input around call to
4335 ido-make-merged-file-list-1. Return input-pending-p if
4336 interrupted by more input available.
4337 (ido-read-internal): Handle input-pending-p return value from
4338 ido-make-merged-file-list.
4339
4340 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4343 compatibility code.
4344
4345 * international/latexenc.el (latexenc-find-file-coding-system):
4346 Don't inherit the EOL part of the coding-system from the
4347 tex-main buffer. Fit within 80 columns.
4348
4349 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4350
4351 * tmm.el (tmm-inactive-face): New face.
4352 (tmm-remove-inactive-mouse-face): New function.
4353 (tmm-prompt, tmm-add-one-shortcut)
4354 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4355 but not selectable.
4356
4357 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4358
4359 * faces.el (face-equal): Improve argument/docstring consistency.
4360
4361 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4362
4363 * progmodes/make-mode.el (makefile-targets-face)
4364 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4365 (makefile-bsdmake-dependency-regex)
4366 (makefile-makepp-rule-action-regex)
4367 (makefile-bsdmake-rule-action-regex): New constants.
4368 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4369
4370 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4371 Allow (...) within `...' for makepp messages.
4372
4373 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
4374
4375 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4376
4377 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4378 "." files are deleted from all file lists before comparison.
4379
4380 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4381 (viper-ESC-key): Made them customizable.
4382
4383 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4384
4385 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4386
4387 * autorevert.el (auto-revert-buffers): Use save-match-data.
4388
4389 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4392 menu items with a nil command binding.
4393
4394 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * emacs-lisp/cl-macs.el (defsetf):
4397 Improve argument/docstring consistency.
4398
4399 * faces.el (list-faces-display): Improve the formatting by
4400 computing the maximum length required for any face-name (reworked
4401 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4402 (internal-find-face): Remove redundant info in docstring.
4403
4404 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4405
4406 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4407 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4408 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4409 (gdb-assembler-custom): Improve regexps.
4410 (def-gdb-auto-update-handler): Use window point to preserve point.
4411
4412 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4415
4416 2005-05-31 Jay Belanger <belanger@truman.edu>
4417
4418 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4419 to calc-embedded.
4420 (calc-embedded-make-info): Have plain prefix argument select
4421 entire line.
4422
4423 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * faces.el (list-faces-display): Signal error if passed a regexp
4426 that matches no face name.
4427
4428 * simple.el (filter-buffer-substring): Fix typo in docstring.
4429
4430 2005-05-31 Richard M. Stallman <rms@gnu.org>
4431
4432 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4433 (vhdl-emacs-21): Doc fix.
4434 (vhdl-mode): Unconditionally set comment-padding.
4435 (vhdl-fixup-whitespace-region): Insert spaces only where
4436 there are none.
4437 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4438
4439 2005-05-30 John Wiegley <johnw@newartisans.com>
4440
4441 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4442 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4443 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4444 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4445 `string-to-number'.
4446
4447 2005-05-30 Jay Belanger <belanger@truman.edu>
4448
4449 * calc/calc.el (calc-bug-address): Fix docstring.
4450 (calc-window-hook, calc-trail-window-hook): New variables.
4451 (calc-trail-display): Restore use of calc-trail-window-hook.
4452 (calc): Restore use of calc-window-hook.
4453
4454 2005-05-31 Masatake YAMATO <jet@gyve.org>
4455
4456 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4457
4458 * help-fns.el (help-C-file-name): Add autoload mark for
4459 `find-function-noselect'.
4460
4461 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4464 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4465
4466 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4467
4468 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4469 included diary buffer if it was not already being visited.
4470 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4471
4472 * calendar/icalendar.el (top-level): Do not require 'appt.
4473
4474 * mail/supercite.el (sc-select-attribution): Only use a list
4475 element from sc-attrib-selection-list if it returns a string.
4476 Reported by Davide G. M. Salvetti <salve@debian.org>.
4477
4478 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4481 includes a hash value to improve its uniqueness, and has a ".jpg"
4482 extension. Also, it is now a valid filename on all systems.
4483 (thumbs-make-thumb): Use `let', not `let*'.
4484 (thumbs-show-thumbs-list): Check for JPEG availability.
4485
4486 2005-05-30 Richard M. Stallman <rms@gnu.org>
4487
4488 * filesets.el (filesets-menu-ensure-use-cached):
4489 Prevent warning when emacs-version>= is undefined.
4490
4491 * printing.el (pr-interactive-n-up): Use string-to-number.
4492
4493 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4494
4495 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4496 Warn only when name to be defined is quoted.
4497
4498 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4499
4500 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4501 Make regexp more robust.
4502 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4503 Force regeneration of disassembly.
4504
4505 2005-05-29 Jay Belanger <belanger@truman.edu>
4506
4507 * calc/calc.el (calc-user-invocation): Check if
4508 calc-invocation-macro is non-nil.
4509
4510 2005-05-29 Juri Linkov <juri@jurta.org>
4511
4512 * add-log.el (change-log-font-lock-keywords):
4513 Add `+' to e-mail regexp to accept mail address with keywords.
4514
4515 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4516
4517 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4518
4519 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4520
4521 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4522
4523 2005-05-29 Richard M. Stallman <rms@gnu.org>
4524
4525 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4526 Undo the change that moves to end of the current word.
4527
4528 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4531 Throw error when count <= 0 to ensure input is a number.
4532 (gdb-read-memory-custom): Pick up address from buffer.
4533 (gdb-memory-mode): Allow user to increment and decrement
4534 memory address from header line.
4535
4536 2005-05-29 Richard M. Stallman <rms@gnu.org>
4537
4538 * flyspell.el (flyspell-version): Function deleted.
4539 (flyspell-auto-correct-previous-hook): Doc fix.
4540
4541 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4542 Do nothing if memory is full.
4543
4544 * font-lock.el (font-lock-fontify-syntactically-region):
4545 Pass t for GREEDY to looking-back.
4546
4547 * saveplace.el (save-place-alist-to-file): Write the file
4548 using write-region.
4549
4550 * subr.el (looking-back): New argument GREEDY.
4551
4552 * progmodes/compile.el (compilation-start): Set the mode
4553 before inserting the initial text.
4554
4555 * progmodes/which-func.el (which-func-update-1): Turn the mode
4556 off in case of error by setting which-func-mode.
4557
4558 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4559
4560 * flyspell.el (flyspell-auto-correct-previous-word):
4561 Narrow down to what's on the screen, and recenter overlays
4562 at the end of the next word.
4563
4564 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4565
4566 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4567 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4568 (flyspell-abbrev-p): Default to nil.
4569 (flyspell-use-global-abbrev-table-p): Doc fix.
4570 (flyspell-large-region): Allow nil as value.
4571 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4572
4573 (mail-mode-flyspell-verify): More robust handling
4574 of `mail-header-separator'. More efficient signature detection.
4575 Allow for regexp metacharacters in message-header-separator.
4576 Adding `To' not to be checked in mail-mode-flyspell-verify.
4577
4578 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4579 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4580 Bind flyspell-auto-correct-binding.
4581 Bind C-. and C-, .
4582 (flyspell-mode-map): Likewise.
4583 (flyspell-mode): Doc fix.
4584 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4585 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4586 (flyspell-word-cache-result): New var, always local.
4587 (flyspell-check-pre-word-p): Doc fix.
4588 (flyspell-check-changed-word-p): Handle spc like newline.
4589 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4590 (flyspell-word-search-backward, flyspell-word-search-forward):
4591 New functions.
4592 (flyspell-word): Return t if nothing to check.
4593 When parsing TeX code, check for after } or \.
4594 Use flyspell-word-search-backward to find previous word.
4595 Return nil if duplicated word.
4596 For word already checked, return same value as last time.
4597 Set flyspell-word-cache-result after checking.
4598 Don't clobber the return value.
4599 (flyspell-get-word): Major rewrite.
4600 (flyspell-external-point-words): New locals pword, pcount.
4601 Fix size used in progress message.
4602 Find the proper corresponding word in flyspell-large-region-buffer.
4603 (flyspell-region): Check for flyspell-large-region = nil.
4604 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4605 (flyspell-auto-correct-word): Check that WORD is a cons.
4606 (flyspell-correct-word): Likewise.
4607
4608 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4609
4610 * progmodes/make-mode.el (makefile-rule-action-regex)
4611 (makefile-macroassign-regex, makefile-makepp-mode)
4612 (makefile-bsdmake-mode): Continuation lines may be empty.
4613 Reported by Joshua Varner.
4614 (makefile-makepp-font-lock-keywords): Add $(stem).
4615
4616 2005-05-28 Karl Berry <karl@gnu.org>
4617
4618 * textmodes/tex-mode.el: Now that tex-send-command calls
4619 shell-quote-argument (2005-03-31 change), remove all calls to
4620 shell-quote-argument; they all end up invoking tex-send-command.
4621 The double quoting loses on filenames with non-safe characters,
4622 such as "@". Reported by Frederik Fouvry.
4623
4624 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4627 about preserving point.
4628
4629 2005-05-27 Jay Belanger <belanger@truman.edu>
4630
4631 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4632 Info-goto-node.
4633
4634 * calc/calc-embed.el (calc-embed-arg): New variable.
4635 (calc-do-embedded-activate, calc-embedded-activate-formula)
4636 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4637 variable by new variable.
4638 (calc-embedded-make-info): Replace undeclared variable by new
4639 variable. When selecting region with positive prefix
4640 argument, use end of previous line instead of beginning of line.
4641
4642 * calc/calc-aent.el (calc-arg-values): Declare it.
4643
4644 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4645 Declare them.
4646
4647 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4648
4649 * calc/calc.el (calc-alg-map): Declare it.
4650
4651 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4652
4653 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4654
4655 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4656 (gdb-registers-buffer, toggle-gdb-all-registers):
4657 Toggle display of floating point registers.
4658 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4659
4660 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4661 (toggle-gud-tooltip-dereference):
4662 Rename from gud-toggle-tooltip-dereference.
4663
4664 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4667
4668 2005-05-27 Jay Belanger <belanger@truman.edu>
4669
4670 * calc/calc-prog.el (calc-kbd-report): Remove.
4671 (calc-kbd-query): Rewrite.
4672
4673 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * image.el (image-library-alist): Move to image.c.
4676 (image-type-available-p): Doc fix.
4677
4678 2005-05-27 Lute Kamstra <lute@gnu.org>
4679
4680 * calc/calc.el (calc):
4681 * outline.el (outline-1, outline-2, outline-3, outline-4)
4682 (outline-5, outline-6, outline-7, outline-8):
4683 * textmodes/dns-mode.el (dns-mode):
4684 * textmodes/sgml-mode.el (sgml-namespace-face):
4685 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4686 (tex-verbatim-face, tex-use-reftex):
4687 * textmodes/texinfo.el (texinfo-heading-face):
4688 Specify customization group.
4689
4690 * longlines.el: Don't require easy-mmode.
4691 (longlines-visible-face): Specify customization group.
4692
4693 2005-05-27 Kenichi Handa <handa@m17n.org>
4694
4695 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4696 encoding table of windows-1251.
4697
4698 * international/ucs-tables.el (ucs-set-table-for-input):
4699 If translation-table-for-input of a coding system is a symbol, get
4700 its translation-table property.
4701
4702 * international/code-pages.el: Don't register a coding system into
4703 non-iso-charset-alist more than once.
4704 (cp-make-coding-system): Likewise.
4705
4706 2005-05-26 John Wiegley <johnw@newartisans.com>
4707
4708 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4709 `eshell-resume-eval' is wrapped in a list, it indicates that the
4710 command was run asynchronously. In that case, unwrap the value
4711 before checking the delimiter value.
4712
4713 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4714 character before a space at the end of a line is \, assume the space
4715 is part of the last argument rather than a final argument separator.
4716
4717 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4718 is in use, and the target is `t' or `nil' (which are the most common
4719 values), don't assume that the symbol target is a buffer.
4720
4721 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4722
4723 * calendar/calendar.el (calendar-mode-line-format):
4724 Use mode-line-highlight as mouse-face.
4725
4726 * time.el (display-time-string-forms, display-time-update):
4727 Use mode-line-highlight as mouse-face.
4728
4729 2005-05-26 Jay Belanger <belanger@truman.edu>
4730
4731 * calc/calc.el (calc-language-alist): Remove extra defvar.
4732
4733 2005-05-26 Lute Kamstra <lute@gnu.org>
4734
4735 * arc-mode.el (archive-mode):
4736 * bookmark.el (bookmark-read-annotation-mode)
4737 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4738 * bs.el (bs-mode):
4739 * calc/calc-yank.el (calc-edit-mode):
4740 * calc/calc.el (calc-mode, calc-trail-mode):
4741 * calculator.el (calculator-mode):
4742 * chistory.el (command-history-mode):
4743 * comint.el:
4744 * cus-edit.el (custom-mode):
4745 * descr-text.el (describe-text-mode):
4746 * ebuff-menu.el (Electric-buffer-menu-mode):
4747 * ediff-util.el (ediff-mode):
4748 * emacs-lisp/re-builder.el (reb-mode):
4749 * emulation/vi.el (vi-mode-setup):
4750 * emulation/ws-mode.el (wordstar-mode):
4751 * eshell/esh-mode.el (eshell-mode):
4752 * forms.el (forms-mode):
4753 * help-mode.el (help-mode):
4754 * hexl.el (hexl-mode):
4755 * ibuffer.el (ibuffer-mode):
4756 * ielm.el (inferior-emacs-lisp-mode):
4757 * info.el (Info-mode, Info-edit-mode):
4758 * international/swedish.el:
4759 * ledit.el (ledit-from-lisp-mode):
4760 * locate.el (locate-mode):
4761 * mail/rmail.el (rmail-mode):
4762 * mail/rmailedit.el (rmail-edit-mode):
4763 * mail/rmailsum.el (rmail-summary-mode):
4764 * mail/supercite.el (sc-electric-mode):
4765 * net/eudc.el (eudc-mode):
4766 * net/quickurl.el (quickurl-list-mode):
4767 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4768 * obsolete/ooutline.el (outline-mode):
4769 * obsolete/options.el (Edit-options-mode):
4770 * obsolete/rnews.el (news-mode):
4771 * obsolete/rnewspost.el (news-reply-mode):
4772 * play/5x5.el (5x5-mode):
4773 * play/decipher.el (decipher-mode, decipher-stats-mode):
4774 * play/gomoku.el (gomoku-mode):
4775 * play/snake.el (snake-mode):
4776 * play/solitaire.el (solitaire-mode):
4777 * play/tetris.el (tetris-mode):
4778 * progmodes/ada-mode.el (ada-mode):
4779 * progmodes/antlr-mode.el (antlr-mode):
4780 * progmodes/autoconf.el (autoconf-mode):
4781 * progmodes/dcl-mode.el (dcl-mode):
4782 * progmodes/delphi.el (delphi-mode):
4783 * progmodes/ebrowse.el (ebrowse-tree-mode)
4784 (ebrowse-electric-list-mode, ebrowse-member-mode)
4785 (ebrowse-electric-position-mode):
4786 * progmodes/f90.el (f90-mode):
4787 * progmodes/fortran.el (fortran-mode):
4788 * progmodes/icon.el (icon-mode):
4789 * progmodes/idlw-help.el (idlwave-help-mode):
4790 * progmodes/idlw-shell.el (idlwave-shell-mode):
4791 * progmodes/idlwave.el (idlwave-mode):
4792 * progmodes/inf-lisp.el (inferior-lisp-mode):
4793 * progmodes/m4-mode.el (m4-mode):
4794 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4795 * progmodes/modula2.el (modula-2-mode):
4796 * progmodes/octave-inf.el (inferior-octave-mode):
4797 * progmodes/octave-mod.el (octave-mode):
4798 * progmodes/pascal.el (pascal-mode):
4799 * progmodes/sh-script.el (sh-mode):
4800 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4801 * progmodes/vhdl-mode.el (vhdl-mode):
4802 * progmodes/xscheme.el (scheme-interaction-mode):
4803 * replace.el (occur-mode):
4804 * ses.el (ses-mode):
4805 * simple.el (completion-list-mode):
4806 * skeleton.el:
4807 * speedbar.el (speedbar-mode):
4808 * term.el (term-mode):
4809 * terminal.el (terminal-edit-mode):
4810 * textmodes/reftex-index.el (reftex-index-mode)
4811 (reftex-index-phrases-mode):
4812 * textmodes/reftex-sel.el (reftex-select-label-mode)
4813 (reftex-select-bib-mode):
4814 * textmodes/reftex-toc.el (reftex-toc-mode):
4815 * wdired.el (wdired-change-to-wdired-mode):
4816 * wid-browse.el (widget-browse-mode):
4817 Use run-mode-hooks.
4818
4819 * array.el (array-mode):
4820 * calendar/todo-mode.el (todo-mode):
4821 * man.el (Man-mode):
4822 * play/landmark.el (lm-mode):
4823 * play/mpuz.el (mpuz-mode):
4824 Use kill-all-local-variables and run-mode-hooks.
4825
4826 * subr.el (delay-mode-hooks): Specify indentation.
4827
4828 2005-05-26 Mark A. Hershberger <mah@everybody.org>
4829
4830 * xml.el (xml-substitute-special): Don't die for undefined xml
4831 entities.
4832
4833 2005-05-26 Jay Belanger <belanger@truman.edu>
4834
4835 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4836 of nil.
4837
4838 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * progmodes/gdb-ui.el (gdb-frame-address):
4841 Rename from gdb-current-address.
4842 (gdb-previous-frame-address): Rename from gdb-previous-address.
4843 (gdb-selected-frame): Rename from gdb-current-frame.
4844 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4845 (gdb-frame-number): Rename from gdb-current-stack-level.
4846 (gdb-ann3): Match new mode-name for disassembly buffer.
4847 Extend initialization of variables.
4848 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4849 (gdb-memory-mode): Use mouse-face in header line.
4850 (gdb-assembler-buffer-name): Call it disassembly and give frame
4851 in mode line.
4852 (gdb-source-spec-regexp, gdb-assembler-custom)
4853 (gdb-invalidate-assembler, gdb-frame-handler):
4854 Make robust to leading zeroes in address format.
4855
4856 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
4857
4858 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4859 define `org-mode'.
4860 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4861
4862 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * log-edit.el (log-edit-changelog-entries): Distinguish between
4865 filenames like xfns.c and fns.c.
4866
4867 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4868
4869 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4870 point after reverting.
4871 (Buffer-menu-make-sort-button): Handle the case where
4872 `Buffer-menu-use-header-line' is nil.
4873
4874 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4875
4876 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4877 New funcs. In minibuffer-local-completion-map bind `]', `/'
4878 and `:' to them.
4879
4880 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * startup.el (normal-top-level): Allow modification of load-path while
4883 we're iterating over it.
4884
4885 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4888 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4889 (thumbs-resize-interactive, thumbs-insert-image)
4890 (thumbs-insert-thumb, thumbs-dired-show-marked)
4891 (thumbs-find-image-at-point, thumbs-delete-images)
4892 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4893 (thumbs-increment-image-size, thumbs-decrement-image-size):
4894 Fix typos in docstrings.
4895
4896 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4897
4898 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4899 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4900 (cperl-mode): Use them.
4901
4902 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4905 Doc fixes.
4906
4907 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4908
4909 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4910 Bind C-d to gdb-inferior-io-eof.
4911
4912 * dired.el (dired-dnd-popup-notice): Use message-box.
4913
4914 2005-05-23 Masatake YAMATO <jet@gyve.org>
4915
4916 * bindings.el (mode-line-major-mode-keymap):
4917 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4918
4919 * faces.el (mode-line-highlight): New face.
4920
4921 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4922 as mouse-face.
4923
4924 * bindings.el (top-level, help-echo, mode-line-modified)
4925 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4926 as mouse-face.
4927
4928 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * progmodes/cc-engine.el (c-guess-basic-syntax):
4931 Remove spurious call to `zerop'.
4932
4933 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4934
4935 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4936
4937 CC Mode update to 5.30.10:
4938
4939 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4940 could go past the limit in decoration level 2, thereby causing
4941 errors during interactive fontification.
4942
4943 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4944 the file is evaluated interactively.
4945
4946 * cc-engine.el (c-guess-basic-syntax): Handle operator
4947 declarations somewhat better in C++.
4948
4949 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4950 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4951 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4952 (awk-mode): Use it.
4953 (make-local-hook): Suppress warning about obsoleteness.
4954
4955 * cc-engine.el, cc-align.el, cc-cmds.el
4956 (c-append-backslashes-forward, c-delete-backslashes-forward)
4957 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4958 Compensate for return value from `forward-line' when it has moved
4959 but not to a different line due to eob.
4960
4961 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4962 `objc-method-intro' and `objc-method-args-cont'.
4963
4964 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4965
4966 CC Mode update to 5.30.10:
4967
4968 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4969 in the copyright statement. Incidentally, change "along with GNU
4970 Emacs" to "along with this program" where it occurs.
4971
4972 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4973 so that it is interactive, hence can be found by M-x awk-mode
4974 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4975 <gmorris+emacs@ast.cam.ac.uk>.
4976
4977 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4978 Mode's regexps.
4979
4980 2005-05-23 Kevin Ryde <user42@zip.com.au>
4981
4982 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4983 c-parse-state, to avoid a lisp error (on bad code).
4984
4985 2005-05-23 Lute Kamstra <lute@gnu.org>
4986
4987 * subr.el (font-lock-defaults): Remove defvar as it's already
4988 defined in font-core.el.
4989
4990 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4991
4992 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4993
4994 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4995 more general and work when GDB variable "print pretty" is on,
4996 as with Emacs, for example.
4997
4998 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4999
5000 * font-core.el: Update comment.
5001
5002 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5003 Use `after-change-major-mode-hook' instead of `find-file-hook'.
5004
5005 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5006
5007 2005-05-22 Eli Zaretskii <eliz@gnu.org>
5008
5009 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5010 and `yank-handler' in the doc strings.
5011
5012 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
5015
5016 2005-05-22 Richard M. Stallman <rms@gnu.org>
5017
5018 * help.el (describe-key): Move print-help-return-message call
5019 out of conditional.
5020
5021 * progmodes/etags.el (list-tags): Use with-no-warnings.
5022
5023 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5024 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5025 (starttls-extra-args, starttls-extra-arguments): Add defvars.
5026
5027 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5028
5029 * language/viet-util.el (viet-viscii-nonascii-translation-table):
5030 Add defvar.
5031
5032 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5033 Use defvar, not defconst.
5034
5035 * hexl.el (hexl-follow-line): Use with-no-warnings.
5036
5037 * emulation/tpu-extras.el: Use write-file-functions instead of
5038 write-file-hooks.
5039
5040 * dired.el (dired-font-lock-keywords): Fontify files with junk
5041 extensions even if marked by -F.
5042
5043 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5046 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5047 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5048 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5049 (concatenate, list-length, get*, getf, cl-remprop):
5050 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5051 (etypecase, progv, lexical-let, lexical-let*)
5052 (multiple-value-bind, multiple-value-setq, shiftf):
5053 Improve argument/docstring consistency.
5054
5055 * subr.el (focus-frame, unfocus-frame):
5056 Revert deletion on 2005-05-01.
5057
5058 2005-05-22 Andre Spiegel <spiegel@gnu.org>
5059
5060 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5061 doesn't exist.
5062
5063 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
5064 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5065
5066 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
5067
5068 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5069 already deleted variables: auto-fill-hook, blink-paren-hook,
5070 lisp-indent-hook, inhibit-local-variables, unread-command-event,
5071 suspend-hooks, comment-indent-hook, meta-flag,
5072 before-change-function, after-change-function,
5073 font-lock-doc-string-face.
5074
5075 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5076
5077 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5078
5079 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5080
5081 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5082 rmail-dont-reply-to.
5083
5084 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5085
5086 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5087 literal blank when splitting new-header-values.
5088
5089 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
5090
5091 * calendar/cal-menu.el (cal-menu-update): Add separator as a
5092 string so that tmm doesn't create a completion entry for it.
5093
5094 * textmodes/table.el (table-disable-menu): Ditto.
5095
5096 2005-05-21 Richard M. Stallman <rms@gnu.org>
5097
5098 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5099
5100 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5101
5102 * net/rcompile.el (remote-compile): Use compilation-start.
5103
5104 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5105
5106 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
5107
5108 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5109 Default to makefile-bsdmake-mode on BSD systems.
5110
5111 * imenu.el (imenu-generic-expression, imenu--generic-function'):
5112 REGEXP may also be a search function now. The part of doc-string
5113 for describing the structure was 95% identical to that of
5114 `imenu--generic-function'. Unify it there.
5115
5116 * progmodes/make-mode.el (makefile-imenu-generic-expression):
5117 Use function to find dependencies, because regexp alone is so complex,
5118 it easily goes into an endless loop.
5119 (makefile-makepp-mode): Also add submenu for Perl functions
5120 defined in the makefile.
5121 (makefile-bsdmake-mode): Special imenu-generic-expression no
5122 longer needed, due to function call.
5123 (makefile-match-dependency): Take BOUND into account when checking
5124 if we're through.
5125
5126 2005-05-20 Jay Belanger <belanger@truman.edu>
5127
5128 * calc/calc-units.el (calc-invalidate-units-table):
5129 Use inhibit-read-only.
5130 (math-build-units-table-buffer): Use view-mode.
5131
5132 2005-05-20 David Kastrup <dak@gnu.org>
5133
5134 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5135 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5136
5137 2005-05-20 Lute Kamstra <lute@gnu.org>
5138
5139 * diff-mode.el (diff-header-face, diff-file-header-face)
5140 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5141 (diff-added-face, diff-changed-face, diff-function-face)
5142 (diff-context-face, diff-nonexistent-face): Put them in the
5143 diff-mode customization group.
5144
5145 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5148
5149 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5150
5151 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5152 Minor regexp-optimization.
5153
5154 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
5155
5156 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5157 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5158 (org-agenda-add-time-grid-maybe): New function.
5159 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5160 (org-table-create): `dotimes' instead of `mapcar'.
5161 (org-xor): Simplify implementation.
5162 (org-agenda): `inhibit-redisplay' turned on.
5163 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5164 a consistent line after a state change.
5165 (org-agenda-remove-times-when-in-prefix): New option.
5166 (org-prefix-has-time): New variable.
5167 (org-parse-time-string): Optional argument NODEFAULT.
5168 (org-format-agenda-item): Parse items for time-of-day
5169 specifications and move these into the prefix if possible.
5170 (org-agenda-priority): Get current heading, not previous heading
5171 during agenda remote editing.
5172
5173 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5176 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5177 (remove-duplicates, delete-duplicates, substitute)
5178 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5179 (nsubstitute-if-not, find, find-if, find-if-not, position)
5180 (position-if, position-if-not, count, count-if, count-if-not)
5181 (mismatch, search, sort*, stable-sort, merge, member*)
5182 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5183 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5184 (intersection, nintersection, set-difference, nset-difference)
5185 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5186 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5187 (nsublis, tree-equal): Improve argument/docstring consistency.
5188
5189 * subr.el (send-string, send-region):
5190 Remove obsolescence declaration.
5191 (window-dot, set-window-dot, read-input, show-buffer)
5192 (eval-current-buffer, string-to-int):
5193 Add release number to obsolescence declarations.
5194
5195 2005-05-19 Kim F. Storm <storm@cua.dk>
5196
5197 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5198 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5199
5200 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5201
5202 * faces.el (list-faces-display): Make back button respect optional
5203 regexp arg.
5204
5205 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * calculator.el (calculator-radix-grouping-mode)
5208 (calculator-radix-grouping-digits, calculator-displayer)
5209 (calculator-radix-grouping-separator, calculator-copy-displayer):
5210 * dabbrev.el (dabbrev-search-these-buffers-only):
5211 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5212 (diff-advance-after-apply-hunk, diff-mode-hook)
5213 (diff-minor-mode-prefix):
5214 * imenu.el (imenu-use-popup-menu):
5215 * jit-lock.el (jit-lock-context-time):
5216 * newcomment.el (comment-fill-column, comment-column)
5217 (comment-style, comment-padding, comment-multi-line)
5218 (comment-empty-lines, comment-auto-fill-only-comments):
5219 * reveal.el (reveal-around-mark):
5220 * uniquify.el (uniquify-buffer-name-style)
5221 (uniquify-after-kill-buffer-p)
5222 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5223 (uniquify-min-dir-content, uniquify-separator)
5224 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5225 * w32-vars.el (w32-fixed-font-alist):
5226 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5227 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5228 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5229 * progmodes/perl-mode.el (perl-indent-level)
5230 (perl-continued-statement-offset, perl-continued-brace-offset)
5231 (perl-brace-offset, perl-brace-imaginary-offset)
5232 (perl-label-offset, perl-indent-continued-arguments)
5233 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5234 * progmodes/tcl.el (tcl-indent-level)
5235 (tcl-continued-indent-level, tcl-auto-newline)
5236 (tcl-tab-always-indent, tcl-electric-hash-style)
5237 (tcl-help-directory-list, tcl-use-smart-word-finder)
5238 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5239 (inferior-tcl-source-command):
5240 * textmodes/fill.el (enable-kinsoku):
5241 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5242 * textmodes/table.el (table-yank-handler):
5243 Specify missing group (and type, if simple) in defcustom.
5244
5245 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5246
5247 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5248
5249 2005-05-19 Richard M. Stallman <rms@gnu.org>
5250
5251 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5252
5253 * subr.el (event-basic-type): Don't get an error.
5254 (left-fringe-p): Function deleted.
5255
5256 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5257 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5258
5259 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5260 in recursive copy.
5261
5262 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5263
5264 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5265
5266 * emacs-lisp/bytecomp.el
5267 (byte-compile-file-form-custom-declare-variable): Call
5268 byte-compile-nogroup-warn if appropriate.
5269
5270 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5271 (compilation-set-window): Don't call left-fringe-p; do it directly.
5272
5273 2005-05-19 Jay Belanger <belanger@truman.edu>
5274
5275 * calc/calc-graph.el (calc-graph-format-data): Make sure
5276 var-PlotRejects is bound before trying to check its value.
5277
5278 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
5279
5280 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5281 definition of this variable from reftex-global.el to reftex.el,
5282 because it is needed in the menu.
5283
5284 2005-05-19 Lute Kamstra <lute@gnu.org>
5285
5286 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5287 years are fixed. Don't insert a space after a dash.
5288
5289 2005-05-19 Kim F. Storm <storm@cua.dk>
5290
5291 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5292
5293 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5294
5295 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5296 strings, because (eq ... ?\\) is fairly frequent.
5297
5298 * progmodes/make-mode.el (makefile-add-this-line-targets):
5299 Simplify and integrate into `makefile-pickup-targets'.
5300 (makefile-add-this-line-macro): Simplify and integrate into
5301 `makefile-pickup-macros.
5302 (makefile-pickup-filenames-as-targets): Simplify.
5303 (makefile-previous-dependency, makefile-match-dependency):
5304 Don't stumble over `::'.
5305
5306 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * subr.el (post-command-idle-hook, post-command-idle-delay):
5309 Remove obsoletion of post-command-idle-hook and
5310 post-command-idle-delay.
5311
5312 * faces.el (list-faces-display): Provide button when describe-face
5313 is called to take user back to the list of faces.
5314
5315 * help-fns.el (describe-variable): Remove hyperlinks in a
5316 variable's value as these are quite frequently inappropriate.
5317
5318 * follow.el (follow-submit-feedback, follow-mode):
5319 Remove references to post-command-idle-hook.
5320
5321 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5322
5323 * progmodes/make-mode.el (makefile-previous-dependency)
5324 (makefile-match-dependency): Check for := (and in bsd mode also
5325 !=) to give a better result, even when font-lock is not on.
5326
5327 2005-05-18 Jay Belanger <belanger@truman.edu>
5328
5329 * calc/calc-help.el (calc-s-prefix-help):
5330 Add `calc-copy-special-constant' to help string.
5331
5332 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5333
5334 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5335
5336 2005-05-18 Jay Belanger <belanger@truman.edu>
5337
5338 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5339 in linear factors are in proper order.
5340
5341 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
5342
5343 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5344 Support for jurabib.
5345
5346 * textmodes/reftex.el (featurep): Define aliases for overlay
5347 commands, for XEmacs compatibility, and use these aliases in
5348 overlay initializations.
5349 (reftex-highlight): Use `reftex-move-overlay'.
5350 (reftex-unhighlight): Use `reftex-delete-overlay'.
5351 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
5352 (reftex-access-search-path): Use `reftex-uniquify' instead of
5353 `reftex-uniq'
5354
5355 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5356 `before-string' property modification enables for Emacs as well.
5357 (reftex-select-item): Use `reftex-delete-overlay'.
5358 (reftex-select-mark): Use `reftex-make-overlay' and
5359 `reftex-overlay-put'.
5360 (reftex-select-unmark): Use `reftex-delete-overlay' and
5361 `reftex-overlay-put'.
5362
5363 2005-05-18 Lute Kamstra <lute@gnu.org>
5364
5365 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5366
5367 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
5368
5369 * add-log.el (add-change-log-entry):
5370 * array.el (array-make-template, array-reconfigure-rows)
5371 (array-init-max-row, array-init-max-column)
5372 (array-init-columns-per-line, array-init-field-width):
5373 * replace.el (replace-match-maybe-edit, perform-replace):
5374 * textmodes/spell.el (spell-region):
5375 Replace `read-input' by `read-string'.
5376
5377 * forms.el (forms-mode):
5378 * finder.el (finder-compile-keywords):
5379 * shadowfile.el (shadow-read-files):
5380 Replace `eval-current-buffer' by `eval-buffer'.
5381
5382 * terminal.el (te-pass-through):
5383 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5384 (ange-ftp-raw-send-cmd):
5385 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5386 (send-process-next-char, telnet-initial-filter, telnet):
5387 Replace `send-string' by `process-send-string'.
5388
5389 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5390 (prolog-consult-region): Replace `send-string' by
5391 `process-send-string'; replace `send-region' by `process-send-region'.
5392
5393 * progmodes/delphi.el (delphi-log-msg):
5394 Replace `set-window-dot' by `set-window-point'.
5395
5396 * subr.el (window-dot, set-window-dot, read-input, send-string)
5397 (send-region, show-buffer, eval-current-buffer):
5398 Make really obsolete, as the comment says.
5399
5400 2005-05-17 Kim F. Storm <storm@cua.dk>
5401
5402 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5403 (cua--init-keymaps): Bind C-return instead of S-return to set
5404 rectangle mark.
5405
5406 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5407 instead of S-return to toggle/clear rectangle mark.
5408
5409 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5410
5411 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5412 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5413 Also fontify plain strings assigned to variables, mostly so that a
5414 colon has a face and is thus not taken as a dependency separator.
5415 (makefile-previous-dependency): Inline the new matcher, because it
5416 is too complex to work in both directions.
5417 (makefile-match-dependency): Eliminate `backward' arg (see above).
5418 Completely reimplemented so as to not sometimes go into an endless
5419 loop. It should also be more efficient, because first it only
5420 searches for `:', instead of applying the very complex regexp.
5421 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5422 to be fontified in one piece can be too long for JIT.
5423 Makefiles are never *that* big.
5424
5425 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5426
5427 * dired.el (dired-mode): Simplify.
5428
5429 2005-05-17 Lute Kamstra <lute@gnu.org>
5430
5431 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5432 defcustom for the mode hook variable.
5433
5434 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5435 Emacs Lisp Reference Manual.
5436
5437 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5438
5439 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5440 (evenp, list*):
5441 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5442 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5443
5444 * net/tramp-smb.el (tramp-smb-open-connection):
5445 Pass `tramp-chunksize' as fifth (required) argument.
5446
5447 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5448
5449 * font-lock.el (lisp-font-lock-keywords-1):
5450 Set `font-lock-negation-char-face' for [^...] char group.
5451 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5452
5453 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5454 a var, and refine it to mask one more level of nested vars.
5455 (makefile-rule-action-regex): Turn it into a var, and refine it so
5456 it recognizes backslashed continuation lines as belonging to the
5457 same command.
5458 (makefile-macroassign-regex): Refine it so it recognizes
5459 backslashed continuation lines as belonging to the same command.
5460 (makefile-var-use-regex): Don't look at the next char, because it
5461 might be the same one to be skipped by the initial [^$], leading
5462 to an overlooked variable use.
5463 (makefile-make-font-lock-keywords): Remove two parameters, which
5464 are now variables that some of the modes set locally.
5465 Handle dependency and rule action matching through functions, because
5466 regexps alone match too often. Dependency matching now comes
5467 last, so it can check, whether a colon already matched something else.
5468 (makefile-mode): Inform that font-lock improves makefile parsing
5469 capabilities.
5470 (makefile-match-dependency, makefile-match-action): New functions.
5471
5472 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5475
5476 * align.el (align-regexp):
5477 * ansi-color.el (ansi-color-get-face):
5478 * array.el (array-reconfigure-rows, array-init-max-row)
5479 (array-init-max-column, array-init-columns-per-line)
5480 (array-init-field-width):
5481 * dired-aux.el (dired-trample-file-versions):
5482 * dired-x.el (dired-mark-sexp):
5483 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5484 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5485 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5486 * faces.el (face-read-integer):
5487 * files.el (backup-extract-version, insert-directory):
5488 * hexl.el (hexl-insert-decimal-char):
5489 * server.el (server-process-filter):
5490 * shell.el (shell-extract-num):
5491 * startup.el (command-line-1):
5492 * term.el (term-command-hook):
5493 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5494 (time-stamp-do-number):
5495 * time.el (display-time-update):
5496 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5497 (timezone-fix-time):
5498 * vms-patch.el (vms-suspend-resume-hook):
5499 * calendar/appt.el (appt-convert-time):
5500 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5501 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5502 * calendar/cal-islam.el (mark-islamic-diary-entries):
5503 * calendar/calendar.el (calendar-cursor-to-date)
5504 (calendar-star-date):
5505 * calendar/diary-lib.el (diary-attrtype-convert)
5506 (mark-diary-entries, diary-entry-time):
5507 * calendar/solar.el (solar-get-number):
5508 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5509 * emacs-lisp/re-builder.el (reb-display-subexp):
5510 * emulation/edt.el (edt-set-scroll-margins):
5511 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5512 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5513 (vip-get-ex-count):
5514 * emulation/viper-ex.el (viper-get-ex-token)
5515 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5516 * international/fontset.el (fontset-plain-name):
5517 * mail/feedmail.el (feedmail-look-at-queue-directory):
5518 * mail/mailalias.el (mail-get-names):
5519 * mail/rmail.el (rmail-convert-to-babyl-format):
5520 * mail/rmailsum.el (rmail-make-basic-summary-line)
5521 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5522 (rmail-summary-goto-msg):
5523 * mail/smtpmail.el (smtpmail-read-response):
5524 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5525 (ange-ftp-vms-add-file-entry):
5526 * play/gametree.el (gametree-looking-at-ply)
5527 (gametree-current-branch-score):
5528 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5529 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5530 * progmodes/cperl-mode.el (condition-case):
5531 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5532 (ebrowse-set-member-buffer-column-width)
5533 (ebrowse-select-1st-to-9nth):
5534 * progmodes/etags.el (etags-snarf-tag):
5535 * progmodes/flymake.el (flymake-parse-line):
5536 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5537 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5538 (idlwave-shell-menu-def):
5539 * progmodes/ps-mode.el (ps-run-goto-error):
5540 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5541 (vhdl-speedbar-contract-level):
5542 * term/mac-win.el (x-handle-numeric-switch):
5543 * term/sun-mouse.el (sun-get-frame-data):
5544 * term/w32-win.el (x-handle-numeric-switch):
5545 * term/x-win.el (x-handle-numeric-switch):
5546 * textmodes/ispell.el (ispell-parse-output):
5547 * textmodes/nroff-mode.el (nroff-outline-level):
5548 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5549 (reftex-bib-sort-year-reverse, reftex-format-citation):
5550 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5551 (reftex-section-number):
5552 * textmodes/texinfmt.el (texinfo-paragraphindent):
5553 Replace `string-to-int' by `string-to-number'.
5554
5555 * international/latexenc.el: Add page marker to force the "Local
5556 Variables:" string out of the last page.
5557
5558 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5559
5560 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5561 tooltip-change-major-mode.
5562 (gud-tooltip-print-command): Remove case where gud-minor-mode
5563 is gdb ("--fullname").
5564 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5565 explain to user.
5566
5567 2005-05-16 Jay Belanger <belanger@truman.edu>
5568
5569 * calc/calc-store.el (calc-copy-special-constant): New function.
5570
5571 * calc/calc-ext.el (calc-init-extensions): Add binding for
5572 `calc-copy-special-constant'.
5573
5574 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5575 for the `calc-copy-special-constant' command.
5576
5577 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5578
5579 * subr.el (left-fringe-p): New function.
5580
5581 * progmodes/compile.el (compilation-setup): Set local value of
5582 overlay-arrow-string to "" always.
5583 (compilation-set-window): Left fringe then don't scroll.
5584 No left fringe then no arrow and scroll message to top.
5585 (compilation-context-lines): Adjust doc string accordingly.
5586
5587 2005-05-16 Kim F. Storm <storm@cua.dk>
5588
5589 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5590 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5591 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5592 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5593 (ido-read-file-name): Handle commands with ido property value
5594 equal to find-file as reading a file name, to allow C-d to enter dired.
5595 (ibuffer-find-file): Add ido property with value find-file.
5596
5597 2005-05-15 Kim F. Storm <storm@cua.dk>
5598
5599 * subr.el (open-network-stream-nowait): Remove.
5600 (open-network-stream-server): Remove.
5601
5602 2005-05-15 Richard M. Stallman <rms@gnu.org>
5603
5604 * faces.el (describe-face): Output a definition link button.
5605
5606 * help-mode.el (help-face-def): New button type.
5607
5608 * emacs-lisp/copyright.el (copyright-fix-years):
5609 Match properly if the first year is 2-digit.
5610 Don't mess up the whitespace after the years by filling.
5611
5612 * dired-aux.el (dired-mark-confirm):
5613 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5614
5615 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5616 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5617 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5618
5619 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5620 Set font-lock-comment-start-skip.
5621
5622 * font-lock.el (font-lock-comment-start-skip): New variable.
5623 (font-lock-comment-end-skip): New variable.
5624 (font-lock-fontify-syntactically-region): Use them if non-nil.
5625
5626 2005-05-15 Jay Belanger <belanger@truman.edu>
5627
5628 * calc/calc-store.el (calc-store-value): Return a string rather
5629 than display it as a message.
5630 Use calc-var-name for variable name.
5631 (calc-store-into): Add the result of calc-store-value to message.
5632 (calc-copy-variable): Add a message.
5633 (calc-store-exchange): Improve error messages.
5634 (calc-store-binary, calc-store-map): Don't reset the values of
5635 special constants.
5636
5637 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5638
5639 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5640 manual to docstring.
5641
5642 * files.el (hack-local-variables-confirm): Add STRING argument.
5643 Make the function handle non file visiting buffers correctly.
5644 (hack-local-variables-prop-line, hack-local-variables)
5645 (hack-one-local-variable): Use STRING arg of
5646 `hack-local-variables-confirm'.
5647
5648 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5649
5650 Sync with Tramp 2.0.49.
5651
5652 * tramp.el (tramp-handle-dired-call-process)
5653 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5654 because the contents of the Tramp buffer is changed before
5655 insertion (`expand-file' and alike).
5656 (tramp-handle-insert-directory): If `localname' has an empty
5657 nondirectory name, it must not be quoted.
5658 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5659 variable `tramp-chunksize'. Change callees.
5660 (tramp-open-connection-setup-interactive-shell): Check remote host
5661 for buggy `send-process-string' implementation.
5662 Set `tramp-chunksize' if found. Reported by Michael Kifer
5663 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5664 (tramp-handle-shell-command): `insert-buffer' cannot be used
5665 because the contents of the Tramp buffer is changed before
5666 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5667 <frederic.bothamy@free.fr>.
5668 (tramp-set-auto-save): Actions should be done for Tramp file name
5669 handler only. Ange-FTP has its own auto-save mechanism.
5670 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5671 (tramp-set-auto-save-file-modes): Set file modes of
5672 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5673 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5674 (tramp-bug): Remove obsolete variable.
5675 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5676 for presence of `mml-mode'. Make it running for older Emacsen as well.
5677
5678 2005-05-14 John Paul Wallington <jpw@pobox.com>
5679
5680 * ibuf-ext.el (define-ibuffer-filter filename):
5681 If `dired-directory' is a list, use its car.
5682
5683 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5684
5685 * ibuffer.el (define-ibuffer-column filename):
5686 If `dired-directory' is a list, use its car.
5687
5688 2005-05-14 Richard M. Stallman <rms@gnu.org>
5689
5690 * subr.el (symbol-file): Doc fix.
5691
5692 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5693 (byte-compile-form): Call byte-compile-nogroup-warn.
5694 (byte-compile-warning-types): Doc fix.
5695
5696 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5697
5698 * progmodes/cc-engine.el (c-literal-faces):
5699 Add font-lock-comment-delimiter-face.
5700
5701 * net/net-utils.el (dig): Use with-no-warnings.
5702
5703 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5704 (sc-recite-frame-alist, sc-default-cite-frame)
5705 (sc-default-uncite-frame, sc-default-recite-frame)
5706 (sc-attrib-selection-list, sc-rewrite-header-list):
5707 Mark as risky-local-variable.
5708
5709 * international/ogonek.el (ogonek-jak, ogonek-how):
5710 Don't use beginning-of-buffer.
5711
5712 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5713
5714 * calendar/solar.el (solar-data-list): Move definition up.
5715
5716 * dnd.el (dnd-protocol-alist): Add autoload.
5717
5718 * progmodes/sh-script.el: Many doc usage fixes.
5719 (sh-indent-after-do): Change default to match common styles.
5720
5721 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5722
5723 * files.el (interpreter-mode-alist)
5724 (auto-mode-interpreter-regexp): Doc fixes.
5725
5726 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5727
5728 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5729
5730 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5731
5732 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5733
5734 * dired.el (dired-mode): make-variable-buffer-local =>
5735 make-local-variable.
5736
5737 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5738
5739 * term/mac-win.el (mac-select-convert-to-string): Try coding
5740 systems in mac-script-code-coding-systems if specified one cannot
5741 encode string for `com.apple.traditional-mac-plain-text'.
5742
5743 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5744
5745 * progmodes/make-mode.el (makefile-targets-face)
5746 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5747 (makefile-dependency-regex): Fix it to not make the colon in
5748 $(var:a=b) special.
5749 (makefile-rule-action-regex): New regexp for highlighting embedded
5750 Shell strings.
5751 (makefile-macroassign-regex): Handle != for highlighting as
5752 embedded Shell strings.
5753 (makefile-var-use-regex): New const.
5754 (makefile-statements, makefile-automake-statements)
5755 (makefile-gmake-statements, makefile-makepp-statements)
5756 (makefile-bsdmake-statements): New consts.
5757 (makefile-make-font-lock-keywords): New function.
5758 (makefile-automake-font-lock-keywords)
5759 (makefile-gmake-font-lock-keywords)
5760 (makefile-makepp-font-lock-keywords)
5761 (makefile-bsdmake-font-lock-keywords): New consts.
5762 (makefile-mode-map): Add switchers between the various submodes.
5763 (makefile-mode): Document the availability of the variants.
5764 (makefile-automake-mode, makefile-gmake-mode)
5765 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5766
5767 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5768 new variants of makefile-mode.
5769
5770 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5773 the inheritance.
5774
5775 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5778 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5779
5780 * files.el (normal-mode): Extend the scope of the
5781 `enable-local-variables' binding to include the `set-auto-mode' call.
5782 (magic-mode-alist): Doc fix.
5783
5784 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5787 font-lock-comment-face rather than copying its setting.
5788
5789 2005-05-12 Andreas Schwab <schwab@suse.de>
5790
5791 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5792
5793 2005-05-12 Lute Kamstra <lute@gnu.org>
5794
5795 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5796 defcustom for the mode hook variable. Delete the last argument.
5797 * generic-x.el: Fix callers of define-generic-mode.
5798 (generic-x-modes): Delete group.
5799 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5800 generic-x customization group.
5801
5802 2005-05-12 Kim F. Storm <storm@cua.dk>
5803
5804 * font-lock.el (font-lock-negation-char-face): Default to "off".
5805
5806 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5807 font-lock-negation-char-face to ! in !=.
5808
5809 2005-05-12 Masatake YAMATO <jet@gyve.org>
5810
5811 * add-log.el (find-change-log): Fix typos in the docstring
5812 of function.
5813
5814 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5815
5816 * international/latexenc.el (latexenc-find-file-coding-system):
5817 Avoid `re-search-forward' when looking for input encoding because
5818 of speed and safety. Better regular expressions for recognizing
5819 input encoding. Limit a search for TeX-master/tex-main-file to
5820 the local variable section.
5821
5822 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5825 syntax of $ to "'" (quote).
5826
5827 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5828
5829 * dnd.el (dnd-protocol-alist): Improve custom type.
5830
5831 * dired.el (dired-dnd-protocol-alist): New variable.
5832 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5833 `dired-mode-hook' to the end.
5834
5835 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5838 comment-end if comment-start-skip is not set.
5839 Obey the font-lock-comment-delimiter-face variables.
5840
5841 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * files.el (executable-find): Move from executable.el. Use
5844 locate-file.
5845 * progmodes/executable.el (executable-find): Move to files.el.
5846
5847 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5848 when trying to ensure forward progress.
5849
5850 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5853 (mouse-select, mouse-select-internal, mouse-extend-internal):
5854 Use it to implement mouse-1-click-follows-link functionality.
5855
5856 2005-05-11 Richard M. Stallman <rms@gnu.org>
5857
5858 * font-lock.el (font-lock-fontify-syntactically-region):
5859 Use font-lock-comment-delimiter-face for comment delimiters.
5860
5861 2005-05-10 Jay Belanger <belanger@truman.edu>
5862
5863 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5864 preserving embedded modes.
5865
5866 2005-05-10 Richard M. Stallman <rms@gnu.org>
5867
5868 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5869
5870 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5871 Move from ada-stmt.el.
5872 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5873
5874 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5875 Move to ada-mode.el.
5876 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5877
5878 * cus-edit.el (custom-file): Call file-chase-links.
5879
5880 * files.el (read-directory-name): Fix previous change.
5881 (hack-local-variables-confirm): New function.
5882 (hack-local-variables-prop-line, hack-local-variables)
5883 (hack-one-local-variable): Use it.
5884
5885 2005-05-10 Lute Kamstra <lute@gnu.org>
5886
5887 * font-lock.el (font-lock-keywords-alist)
5888 (font-lock-removed-keywords-alist): Clarify docstrings.
5889
5890 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5891
5892 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5893 (gdb-source-info): Check for preprocessor info.
5894 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5895 a macro for a function.
5896 (gdb-info-breakpoints-custom): Try to find file again if not already
5897 found (user might have used GDB dir command).
5898 (gdb-get-location): Update gdb-location-alist correctly for change
5899 to gdb-info-breakpoints-custom.
5900
5901 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5902 (gud-tooltip-print-command): Add gdbmi case.
5903 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5904 preprocessor info.
5905
5906 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5907
5908 * startup.el (fancy-splash-insert): Fix typo in doc string.
5909
5910 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5911
5912 * obsolete/float.el (string-to-float):
5913 * obsolete/hilit19.el (hilit-add-pattern):
5914 * obsolete/rnews.el (news-parse-range, news-select-message)
5915 (news-get-pruned-list-of-files): Replace `string-to-int' by
5916 `string-to-number'.
5917
5918 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5919 `find-file-not-found-hooks'; use `add-hook'.
5920 (uncompress-while-visiting): Set `write-file-functions', not
5921 `write-file-hooks'; use `add-hook'.
5922
5923 2005-05-09 Kim F. Storm <storm@cua.dk>
5924
5925 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5926 (cua-paste): Handle clipboard action.
5927 (cua--init-keymaps): Remap clipboard-kill-region and
5928 clipboard-kill-ring-save.
5929
5930 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5931
5932 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5933 Improve commentary.
5934
5935 * simple.el (next-error-overlay-arrow-position): Revert the change
5936 made on 2005-04-30.
5937
5938 2005-05-07 Jay Belanger <belanger@truman.edu>
5939
5940 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5941 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5942 `calc-sel-reselect'.
5943
5944 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5945 Calc is in embedded mode.
5946
5947 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5948
5949 * progmodes/compile.el (compilation-setup):
5950 Set overlay-arrow-string to an empty string on text terminals.
5951
5952 * textmodes/ispell.el (ispell-program-name): Try looking for
5953 "aspell" along exec-path, and if found, use it as the default
5954 speller program.
5955
5956 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5957
5958 * international/mule.el (sgml-xml-auto-coding-function):
5959 Recognize encoding='FOO' in single quotes as well as in double quotes.
5960
5961 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5962
5963 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5964 as well as `interactive', so that defmacro* would recognize
5965 `declare' forms.
5966
5967 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5968
5969 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5970 Explain more about the LIGHTER arg's usage in the doc string.
5971 Add commentary to clarify what the code does. Fix the regexp that
5972 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5973 since it could have characters special to regular expressions.
5974
5975 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5976
5977 * replace.el (occur-1): Bind inhibit-read-only so that
5978 erase-buffer doesn't barf on read-only text properties (likewise
5979 for add-text-properties in occur-engine). Mark buffer as unmodified.
5980 (occur-engine): Don't set buffer-read-only here.
5981
5982 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5985 list-buffers-directory. This caused the *cvs-commit* buffer to be
5986 sometimes mistakenly reused as a *cvs* buffer.
5987
5988 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5989
5990 * tooltip.el: Move code for GUD tooltips into gud.el.
5991 (require): CL no longer needed to compile case.
5992 (tooltip-mode): Do not toggle functions for GUD tooltips.
5993 (tooltip-gud-tips-p): Remove. Replace with minor mode
5994 gud-tooltip-mode in gud.el.
5995 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5996 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5997 tooltip-gud prefix with gud-tooltip and obsolete.
5998 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5999 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6000 (tooltip-mouse-motion): Mouse movement functions/variable.
6001 Rename in gud.el by adding gud prefix.
6002 (tooltip-gud-original-filter, tooltip-gud-dereference)
6003 (tooltip-gud-event, tooltip-toggle-gud-tips)
6004 (tooltip-gud-process-output, tooltip-gud-print-command)
6005 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
6006 gud.el by replacing tooltip-gud prefix with gud-tooltip.
6007 (gdb-tooltip-print): Move to gdb-ui.el.
6008
6009 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6010 (require): CL needed to compile case.
6011 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6012 tooltip-gud-tips-p. Make it a minor-mode.
6013 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6014 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6015 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6016 (gud-tooltip-change-major-mode)
6017 (gud-tooltip-activate-mouse-motions-if-enabled)
6018 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6019 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6020 (gud-tooltip-original-filter, gud-tooltip-dereference)
6021 (gud-tooltip-event, tooltip-toggle-gud-tips)
6022 (gud-tooltip-process-output, gud-tooltip-print-command)
6023 (gud-tooltip-tips): Move from tooltip.el.
6024
6025 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6026 (gdb-cpp-define-alist-flags): Doc fix.
6027 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6028 gud-tooltip-mode is t.
6029
6030 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6033 evaporate if their text is deleted.
6034 (goto-address-at-point): Make it work as a mouse binding as well.
6035 (goto-address-at-mouse): Obsolete it. Update users.
6036
6037 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6038
6039 * calendar/appt.el (top-level): No longer activate on load.
6040
6041 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6044 * net/webjump.el (webjump):
6045 * progmodes/idlw-help.el (idlwave-do-context-help1)
6046 (idlwave-highlight-linked-completions):
6047 * textmodes/po.el (po-find-file-coding-system-guts):
6048 Replace `assoc-ignore-case' by `assoc-string'.
6049
6050 2005-05-06 Eli Zaretskii <eliz@gnu.org>
6051
6052 * files.el (locate-file): Doc fix.
6053
6054 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6055 Remove the redundant test for ms-dos.
6056
6057 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6058 look for the preprocessor with exec-suffixes. If not found in
6059 standard places, look in exec-path. Remove most of the tests that
6060 used system-type.
6061
6062 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6063
6064 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6065
6066 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6067 file-name clash with jka-compr.el on 8+3 filesystems.
6068
6069 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6070
6071 * term/mac-win.el: Don't define or bind scroll bar functions if
6072 x-toolkit-scroll-bars is t.
6073 (x-select-text, x-get-selection-value): Clear
6074 x-last-selected-text-clipboard if x-select-enable-clipboard is
6075 nil.
6076 (PRIMARY): Put mac-scrap-name property.
6077 (mac-select-convert-to-file-url): New function.
6078 (public.file-url): New selection target type. Add to
6079 selection-converter-alist.
6080 (x-get-selection, x-selection-value): Handle it.
6081 (x-cut-buffer-or-selection-value): New alias.
6082
6083 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6084
6085 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6086 entry to avoid calling bibtex-find-entry with arg global
6087 being t. Remove arg key.
6088 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6089 (bibtex-copy-summary-as-kill): Change accordingly.
6090
6091 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6094 (org-agenda-date-later): Use with-current-buffer.
6095
6096 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6099 (define-obsolete-variable-alias): Doc Fixes.
6100
6101 2005-05-06 Kim F. Storm <storm@cua.dk>
6102
6103 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
6104 vertical-motion when selective-display is active.
6105
6106 * ido.el (ido-setup-hook): New hook.
6107 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6108 (ido-input-stack): New var.
6109 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
6110 ido-next-work-file binding to M-O.
6111 Bind M-f to ido-wide-find-file-or-pop-dir.
6112 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6113 (ido-read-internal): Run ido-setup-hook.
6114 Catch quit in read-file-name and read-string to cancel edit.
6115 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6116 Automatically pop-all when completing a directory name (RET).
6117 (ido-file-internal): Add with-no-warnings around ffap and dired code.
6118 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6119 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6120 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6121 New functions for M-b/M-f to move among the directory components.
6122 (ido-make-merged-file-list): Catch quit to cancel merge.
6123 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6124 (ido-completion-help): No warnings for ido-completion-buffer-full.
6125
6126 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
6127
6128 * font-lock.el (font-lock-negation-char-face): New face and variable.
6129 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6130 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6131 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6132 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6133
6134 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6137 Fix typo in docstring.
6138
6139 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6140 (ebrowse-print-statistics-line)
6141 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6142
6143 * term/w32-win.el (image-library-alist): Add additional name for
6144 Xpm library.
6145
6146 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
6147
6148 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6149 use gcc instead of cpp.
6150
6151 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6152 (gdb-create-define-alist): Use it.
6153 (gdb-cpp-define-alist-program): Update for MS-DOS.
6154
6155 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
6156
6157 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6158
6159 2005-05-04 Richard M. Stallman <rms@gnu.org>
6160
6161 * help.el (describe-key): No error when UNTRANSLATED is nil.
6162
6163 * simple.el (line-move-1): Fix previous change to signal errors
6164 appropriately.
6165
6166 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
6167
6168 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6169 (icalendar-duration-correction): Remove.
6170 (icalendar--get-event-properties): Split result at commas.
6171 (icalendar--decode-isoduration): New optional argument
6172 DURATION-CORRECTION.
6173 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6174 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6175 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6176 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6177 (icalendar--convert-anniversary-to-ical): New functions, extracted
6178 from icalendar-export-region, with bug fixes.
6179 (icalendar-export-region): Use the above functions.
6180 (icalendar-import-buffer): Check before saving diary file.
6181 (icalendar--convert-recurring-to-diary)
6182 (icalendar--convert-non-recurring-all-day-to-diary)
6183 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6184 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6185 (icalendar--convert-ical-to-diary): Use the above functions.
6186
6187 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6190 Remove these recent additions.
6191 (c-mode): Restore to before 2005-04-28.
6192
6193 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6194 recent addition.
6195
6196 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6197 (gdb-define-alist): New variables.
6198 (gdb-create-define-alist): New function.
6199 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6200 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6201 with string-to-number.
6202 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
6203
6204 * progmodes/gud.el: Replace string-to-int with string-to-number.
6205 (gud-find-file): Handle gdb-define-alist.
6206
6207 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6208
6209 2005-05-02 Jay Belanger <belanger@truman.edu>
6210
6211 * calc/calc-aent.el (math-read-token):
6212 * calc/calc-bin.el (calc-word-size):
6213 * calc/calc-ext.el (calc-read-number-fancy):
6214 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6215 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6216 * calc/calc-frac.el (calc-over-notation):
6217 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6218 (calc-graph-num-points, calc-graph-init):
6219 * calc/calc-prog.el (calc-read-parse-table-part)
6220 (calc-edit-macro-repeats):
6221 * calc/calc-yank.el (calc-do-grab-rectangle):
6222 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6223 Replace `string-to-int' by `string-to-number'.
6224
6225 2005-05-02 Kim F. Storm <storm@cua.dk>
6226
6227 * kmacro.el: Use executing-kbd-macro-index variable.
6228
6229 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6230
6231 * net/rlogin.el (rlogin-parse-words): Delete func.
6232 (rlogin): Use split-string, not rlogin-parse-words.
6233 Also, if there are option-like elements in the parsed args,
6234 take the host to be the first arg immediately following them.
6235 Suggested by Michael Mauger.
6236
6237 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6238
6239 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6240
6241 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6242
6243 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6244 (cc-mode-cpp-program): Rename to cc-define-list-program and
6245 move to cc-vars.el.
6246
6247 * progmodes/cc-vars.el (cc-define-list-program):
6248 Change to "gcc -E -dM -". Make customizable.
6249
6250 2005-05-02 Kim F. Storm <storm@cua.dk>
6251
6252 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6253
6254 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6255
6256 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6257
6258 * international/mule-util.el (truncate-string): Remove alias and
6259 obsolete declaration.
6260
6261 * international/mule-cmds.el (update-iso-coding-systems):
6262 Remove alias and obsolete declaration.
6263
6264 * international/mule.el (coding-system-parent): Remove alias and
6265 obsolete declaration.
6266
6267 * subr.el (define-function, sref): Remove aliases and obsolete
6268 declarations.
6269 (chars-in-region): Remove obsolete declaration.
6270
6271 2005-05-01 Richard M. Stallman <rms@gnu.org>
6272
6273 * info.el (Info-mode): Set widen-automatically to nil, locally.
6274
6275 * simple.el (widen-automatically): New variable.
6276 (pop-global-mark): Obey widen-automatically.
6277
6278 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6279
6280 * term/xterm.el (function-key-map): Call substitute-key-definition
6281 before the keymap size is increased by a lot of define-key calls.
6282
6283 2005-05-01 Richard M. Stallman <rms@gnu.org>
6284
6285 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6286 Rename ARG to ELEMENT. Doc fix.
6287
6288 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6289
6290 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6291 Remove references to allout-exposure/change to allout-new-exposure.
6292
6293 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6294 bytecode symbols.
6295
6296 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6297 (compiled-function-p, focus-frame, unfocus-frame):
6298 Remove aliases and obsolete declarations.
6299 Back out inadvertent changes from previous commit.
6300
6301 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6302
6303 * files.el (require-final-newline): Make Custom tags consistent
6304 with mode-require-final-newline.
6305 (mode-require-final-newline): Doc fix.
6306
6307 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * international/latexenc.el (latexenc-find-file-coding-system):
6310 Fix regular expressions.
6311
6312 2005-05-01 David Kastrup <dak@gnu.org>
6313
6314 * international/latexenc.el (latexenc-find-file-coding-system):
6315 Fix regular expressions.
6316
6317 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6318
6319 * subr.el (string-to-int): Make obsolete.
6320
6321 2005-04-30 Richard M. Stallman <rms@gnu.org>
6322
6323 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6324
6325 * loadup.el: load jka-comp-hook.
6326
6327 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6328 (jka-compr-handler): Add autoload. `put' calls moved
6329 to jka-comp-hook.el.
6330 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6331 (jka-compr-inhibit): Autoload.
6332
6333 * jka-comp-hook.el: New file.
6334 Enable the mode by default.
6335
6336 * files.el (backup-buffer-copy): Use copy-file instead
6337 of write-region, and put back the 'excl.
6338
6339 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
6340
6341 * progmodes/flymake.el (flymake-split-string)
6342 (flymake-split-string, flymake-log, flymake-pid-to-names)
6343 (flymake-reg-names, flymake-get-source-buffer-name)
6344 (flymake-unreg-names, flymake-add-line-err-info)
6345 (flymake-add-err-info): Clarify docstrings.
6346 (flymake-popup-menu, flymake-make-emacs-menu)
6347 (flymake-make-xemacs-menu): Add docstrings.
6348 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6349 Set variables directly throughout.
6350
6351 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6354 exists. Initialize cc-define-alist.
6355 (c-mode): Add cc-create-define-alist locally to after-save-hook.
6356 If there is no file (Macroexpansion) don't create an alist.
6357
6358 2005-04-29 Sam Steingold <sds@gnu.org>
6359
6360 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6361 (cc-create-define-alist): Use it instead of the hard-coded string.
6362
6363 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6366 for latexenc.
6367
6368 2005-04-29 Lute Kamstra <lute@gnu.org>
6369
6370 * emacs-lisp/generic.el: Improve commentary section.
6371 (define-generic-mode): Improve docstring.
6372
6373 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
6374
6375 * textmodes/org.el (many places): Change to quiet the byte compiler.
6376 (org-prefix-format-compiled): New variable.
6377 (org-compile-prefix-format): New function.
6378 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6379 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6380 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6381 (org-get-entries-from-diary): Use `org-get-time-of-day' for
6382 consistency with entries from `org-mode' files.
6383 (org-get-time-of-day): Fix bug with partial matches early in a line.
6384 (org-non-link-chars): New constant.
6385 (org-link-regexp): Respect `org-non-link-chars'.
6386 (org-agenda-day-view): Remove command.
6387 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6388 (org-follow-bbdb-link, org-store-link): Search also company field.
6389 (org-highlight-overlay): New variable.
6390 (org-highlight, org-unhighlight): New functions.
6391 (org-agenda-mode): Add pre-command-hook to remove highlight.
6392 (org-evaluate-time-range): Behavior depends upon whether time stamp
6393 contains a time or not.
6394 (org-show-subtree, org-show-entry): New functions.
6395 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6396
6397 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6398
6399 * comint.el (comint-output-filter-functions): Add autoload cookie.
6400
6401 2005-04-28 Kim F. Storm <storm@cua.dk>
6402
6403 * ido.el (ido-everywhere): Fix last change.
6404
6405 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6406
6407 * international/latexenc.el: New file.
6408 * international/mule-conf.el (file-coding-system-alist): For .tex,
6409 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6410
6411 2005-04-28 Lute Kamstra <lute@gnu.org>
6412
6413 * font-lock.el (font-lock-add-keywords)
6414 (font-lock-remove-keywords): Clarify docstring.
6415 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6416 Don't start docstrings with a `*'.
6417 (font-lock-update-removed-keyword-alist): Give it a docstring.
6418
6419 * generic-x.el: Update commentary section.
6420 Only require font-lock when compiling.
6421 Define all modes conditionally.
6422 Place all generic modes in the generic-x-modes customization group.
6423 (generic-x-modes): New customization group.
6424 (generic-default-modes, generic-mswindows-modes)
6425 (generic-unix-modes, generic-other-modes): New constants.
6426 (generic-define-mswindows-modes, generic-define-unix-modes):
6427 Update docstrings. Make them obsolete.
6428 (generic-extras-enable-list): New default value. Update docstring.
6429 Improve :type. Change :set function.
6430 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6431 Fix docstring.
6432
6433 * emacs-lisp/generic.el (generic-mode-internal):
6434 Simplify font-lock-defaults.
6435 (define-generic-mode): Fix docstring.
6436
6437 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6440 font-lock-face property to highlight matches.
6441
6442 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6443
6444 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6445 (cc-define-alist): New variable.
6446 (c-mode): Make it local and initialize it.
6447
6448 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6449 (gdb-exited): New function.
6450 (gdb-annotation-rules): Use it.
6451 (gdb-starting): Set gdb-active-process to t.
6452 (gdb-stopping): Amend doc string.
6453 (gdb-reset): Set gdb-active-process to nil.
6454
6455 * tooltip.el (tooltip-gud-tips): Show the associated #define
6456 directives when a C program under GDB is not executing.
6457
6458 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6461 font-lock-fontify-syntactic-keywords.
6462
6463 * font-lock.el (font-lock-default-fontify-region): Don't force
6464 parse-sexp-lookup-properties to nil.
6465
6466 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6467
6468 * man.el (man-mode-syntax-table): Set up `:' to have
6469 word-constituent syntax.
6470
6471 2005-04-27 Lute Kamstra <lute@gnu.org>
6472
6473 * novice.el (disable-command): Don't add spurious newlines to the
6474 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6475
6476 2005-04-26 Jay Belanger <belanger@truman.edu>
6477
6478 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6479 than one window before deleting window.
6480
6481 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * shell.el (shell-prompt-pattern): Doc fix.
6484 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6485
6486 * comint.el (comint-prompt-regexp, comint-get-old-input)
6487 (comint-use-prompt-regexp)
6488 (comint-use-prompt-regexp-instead-of-fields)
6489 (comint-replace-by-expanded-history, comint-send-input)
6490 (comint-output-filter, comint-get-old-input-default)
6491 (comint-line-beginning-position, comint-bol, comint-show-output)
6492 (comint-backward-matching-input, comint-forward-matching-input)
6493 (comint-next-prompt, comint-previous-prompt):
6494 Rename `comint-use-prompt-regexp-instead-of-fields' to
6495 `comint-use-prompt-regexp'. Keep old name as alias and declare
6496 obsolete.
6497 (comint-use-prompt-regexp): Shorten first line of doc string.
6498
6499 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6500 Set paragraph-separate buffer locally to "\\'".
6501
6502 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6503 Adapt to above name change.
6504
6505 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6506 (smbclient-prompt-regexp): Ditto.
6507
6508 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6509
6510 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6511
6512 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6513 gdb-location-list.
6514 Break lines that are over 80 characters wide.
6515
6516 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6519 New fun and var, to preserve compatibility.
6520
6521 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6522
6523 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6524
6525 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6526 name to file-newer-than-file-p.
6527
6528 2005-04-26 Richard M. Stallman <rms@gnu.org>
6529
6530 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6531
6532 * progmodes/python.el (python-mode):
6533 Use new name eldoc-documentation-function.
6534
6535 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6536
6537 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6538 (eldoc-documentation-function):
6539 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6540
6541 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6542
6543 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6544
6545 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6546
6547 * term/xterm.el (function-key-map): Fix strings for
6548 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6549 {C,S,A,C-S}-{f1-f12}.
6550
6551 2005-04-26 Kenichi Handa <handa@m17n.org>
6552
6553 * international/mule-cmds.el (select-safe-coding-system):
6554 Fix previous change.
6555
6556 2005-04-26 Lute Kamstra <lute@gnu.org>
6557
6558 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6559
6560 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6561 (font-lock-comment-delimiter-face): Ditto.
6562
6563 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6564
6565 2005-04-25 Jay Belanger <belanger@truman.edu>
6566
6567 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6568 to t while inserting information; use help-mode.
6569
6570 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6571
6572 * term.el (ansi-term-color-vector): Use the xterm colors.
6573 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6574
6575 2005-04-25 Lute Kamstra <lute@gnu.org>
6576
6577 * font-core.el (font-lock-defaults): Fix docstring.
6578
6579 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6580
6581 2005-04-25 Kenichi Handa <handa@m17n.org>
6582
6583 * international/mule-cmds.el (select-safe-coding-system):
6584 Don't check consistency with coding: spec, etc if raw-text or
6585 no-conversion was found to be safe.
6586
6587 2005-04-24 Richard M. Stallman <rms@gnu.org>
6588
6589 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6590 citation markers at start of each line.
6591
6592 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6593 citation markers at start of each line.
6594
6595 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6596
6597 * files.el (mode-require-final-newline): Fix previous change.
6598 (require-final-newline): Fix type label.
6599
6600 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6601
6602 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6603 statement in buffer (broken by 2004-11-24 change).
6604
6605 2005-04-24 Kim F. Storm <storm@cua.dk>
6606
6607 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6608 and read-file-name-function values. Don't overwrite existing
6609 non-nil values if ido-mode is enabled without ido-everywhere.
6610
6611 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6612
6613 * files.el (mode-require-final-newline): Minor doc fix.
6614
6615 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6616
6617 * subr.el (syntax-after): Doc fix.
6618 (syntax-class): If argument is nil, return nil. Mask off upper 16
6619 bits, not 8 bits.
6620
6621 * files.el (mode-require-final-newline): Doc fix.
6622 (backup-buffer-copy): Fix last change.
6623
6624 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6625
6626 * term/mac-win.el: Require select. Set selection-coding-system to
6627 mac-system-coding-system. Call menu-bar-enable-clipboard.
6628 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6629 (x-select-enable-clipboard): New variables.
6630 (x-select-text, x-get-selection, x-selection-value)
6631 (x-get-selection-value, mac-select-convert-to-string)
6632 (mac-services-open-file, mac-services-open-selection)
6633 (mac-services-insert-text): New functions.
6634 (CLIPBOARD, FIND): Put mac-scrap-name property.
6635 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6636 (public.tiff): Put mac-ostype property.
6637 (selection-converter-alist): Add entries for them.
6638 (mac-application-menu-map): New keymap.
6639 (interprogram-cut-function, interprogram-paste-function): Set to
6640 x-select-text and x-get-selection-value, respectively.
6641 (split-window-keep-point): Set to t.
6642
6643 2005-04-23 Richard M. Stallman <rms@gnu.org>
6644
6645 * files.el (read-directory-name): Always pass non-nil
6646 DEFAULT-FILENAME arg to read-file-name.
6647 (backup-buffer-copy, basic-save-buffer-2): Take care against
6648 writing thru an unexpected existing symlink.
6649 (revert-buffer): In indirect buffer, revert the base buffer.
6650 (magic-mode-alist): Doc fix.
6651 (buffer-stale-function): Doc fix.
6652 (minibuffer-with-setup-hook): Avoid warning.
6653 (mode-require-final-newline): Doc and custom fix.
6654
6655 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6656
6657 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6658 use the default appearance.
6659 (font-lock-comment-delimiter-face): New face, new variable.
6660
6661 * imenu.el (imenu--generic-function): The official position of a
6662 definition is the start of the line that BEG is in.
6663
6664 * midnight.el (midnight-timer): Move defvar up.
6665
6666 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6667
6668 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6669
6670 * startup.el (command-line): Use with-no-warnings.
6671
6672 * window.el (window-size-fixed): New defvar.
6673
6674 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6675
6676 * mail/rmail.el (rmail-font-lock-keywords):
6677 Use font-lock-comment-delimiter-face.
6678
6679 * mail/sendmail.el (mail-font-lock-keywords):
6680 Use font-lock-comment-delimiter-face.
6681
6682 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6683
6684 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6685
6686 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6687 Specify t for LAXMATCH when matching directories.
6688 Save match data around compilation-compat-error-properties form.
6689
6690 2005-04-23 David Kastrup <dak@gnu.org>
6691
6692 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6693 Mention that the autoloaded aliases should be kept for AUCTeX.
6694
6695 2005-04-23 Andreas Schwab <schwab@suse.de>
6696
6697 * isearch.el (isearch-forward): Doc fix.
6698
6699 2005-04-23 Eli Zaretskii <eliz@gnu.org>
6700
6701 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6702 (jit-lock-stealth-nice): Change default value to 0.5.
6703
6704 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6705
6706 * abbrev.el (write-abbrev-file): Write table entries in
6707 alphabetical order by table name.
6708
6709 2005-04-22 Kim F. Storm <storm@cua.dk>
6710
6711 * ido.el (ido-read-internal): Fix `list' completion.
6712
6713 2005-04-22 Kenichi Handa <handa@m17n.org>
6714
6715 * recentf.el (recentf-save-file-coding-system): New variable.
6716 (recentf-save-list): Encode the file by
6717 recentf-save-file-coding-system and add coding: tag.
6718
6719 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6720
6721 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6722
6723 2005-04-21 Lute Kamstra <lute@gnu.org>
6724
6725 * loadhist.el (unload-feature): Don't remove a function from hooks
6726 if it is about to be restored to an autoload . Remove functions
6727 that will become unbound from auto-mode-alist. Simplify the code.
6728
6729 * subr.el (assq-delete-all): New implementation that is linear,
6730 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6731 (rassq-delete-all): New function.
6732
6733 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6734 Add size-indication-mode.
6735
6736 2005-04-21 Kenichi Handa <handa@m17n.org>
6737
6738 * international/mule-cmds.el: Add autoload for widget-value in
6739 eval-when-compile.
6740
6741 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
6742
6743 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6744 Add tooltip-mode.
6745
6746 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6747
6748 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6749
6750 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6751 (inferior-lisp-filter-regexp, inferior-lisp-program)
6752 (inferior-lisp-load-command, inferior-lisp-prompt)
6753 (inferior-lisp-mode-hook, lisp-source-modes)
6754 (inferior-lisp-load-hook): defvar->defcustom.
6755 (inferior-lisp-program, inferior-lisp-prompt)
6756 (inferior-lisp-load-hook): Doc fixes.
6757 (inferior-lisp-install-letter-bindings): Small change in
6758 introductory comment.
6759
6760 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6761
6762 * vc.el (vc-annotate-color-map): Change some colors so that text
6763 using them as foreground is readable on both white and black
6764 backgrounds.
6765
6766 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * international/mule-conf.el (translation-table-for-input):
6769 Remove redundant declaration.
6770
6771 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6772
6773 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6774
6775 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6776 (tooltip-toggle-gud-tips): New function.
6777
6778 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6779
6780 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6781 right angle brackets.
6782
6783 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6786
6787 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6790 Remove. Update callers to use expand-file-name instead.
6791
6792 * subr.el (syntax-class): New function.
6793
6794 * simple.el (blink-matching-open): Use it.
6795
6796 * paren.el (show-paren-function): Use it to recognize parens that are
6797 also used in 2-char comment markers.
6798
6799 2005-04-19 Lute Kamstra <lute@gnu.org>
6800
6801 * loadhist.el (unload-feature): Update for new format of
6802 load-history. Simplify the code.
6803
6804 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6805
6806 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6807 (mac-add-charset-info): New function. Initialize variable
6808 mac-charset-info-alist using it.
6809 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6810 for translation.
6811 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6812 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6813 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6814 New CCL programs.
6815
6816 2005-04-19 Kim F. Storm <storm@cua.dk>
6817
6818 * simple.el (next-buffer, prev-buffer, next-error)
6819 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6820 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6821
6822 * bindings.el (next-buffer, prev-buffer, next-error)
6823 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6824 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6825 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6826 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6827
6828 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * isearch.el (isearch-edit-string): Make the search-ring available for
6831 minibuffer history commands.
6832 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6833 the default history commands now work just as well.
6834 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6835
6836 2005-04-18 Kim F. Storm <storm@cua.dk>
6837
6838 * emulation/cua-base.el (cua--pre-command-handler): Add more
6839 elaborate check for shift modifier on non-window systems.
6840
6841 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6842
6843 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6844
6845 2005-04-18 Kim F. Storm <storm@cua.dk>
6846
6847 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6848 and make it optional. Don't test tooltip-gud-echo-area here.
6849 (tooltip-gud-process-output, gdb-tooltip-print):
6850 Pass tooltip-gud-echo-area to tooltip-show.
6851 (tooltip-help-tips): Remove second optional arg to tooltip-show.
6852
6853 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6854
6855 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6856 `display-graphic-p' may not be bound yet.
6857
6858 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6859
6860 * startup.el (command-line): No longer enable Xterm Mouse mode by
6861 default in terminals compatible with xterm.
6862
6863 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6864
6865 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6866
6867 * tooltip.el (tooltip-gud-echo-area): Rename from
6868 tooltip-use-echo-area.
6869 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6870 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6871 area independently of where help tooltips are displayed.
6872
6873 2005-04-17 David Kastrup <dak@gnu.org>
6874
6875 * cus-theme.el (custom-theme-write-variables): Quote variables
6876 where necessary.
6877
6878 2005-04-17 Richard M. Stallman <rms@gnu.org>
6879
6880 * simple.el (yank-excluded-properties): Add follow-link to value.
6881
6882 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6883
6884 * startup.el (fancy-splash-max-time): Just 30 seconds.
6885 (fancy-splash-delay): Just 7.
6886 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6887
6888 * loadhist.el (unload-feature): Update for new format of load-history.
6889 Simplify the code.
6890
6891 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6892 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6893
6894 * mail/sendmail.el (mail-font-lock-keywords):
6895 Don't fontify subject text.
6896 Don't fontify the text of a citation.
6897
6898 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6899
6900 * comint.el (comint-output-filter): Run comint-output-filter-functions
6901 with point where the user had it.
6902
6903 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * international/ucs-tables.el (ucs-set-table-for-input):
6906 Disable when using unify-on-decoding.
6907
6908 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6909
6910 * emulation/cua-base.el (cua-global-mark-face): Add special case
6911 for displays supporting a high number of colors.
6912
6913 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6914
6915 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6916
6917 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6918
6919 * filesets.el (filesets-add-buffer): If user supplies a name of a
6920 non-existing fileset, create a new fileset.
6921
6922 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6923
6924 * textmodes/org.el (org-up-heading-all): Fix bug with
6925 `outline-up-heading-all'.
6926
6927 2005-04-16 Andreas Schwab <schwab@suse.de>
6928
6929 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6930 /etc/permissions.d/* and /etc/aliases.d/*.
6931
6932 2005-04-16 Kenichi Handa <handa@m17n.org>
6933
6934 * international/code-pages.el (cp-make-coding-system):
6935 Set `translation-table-for-input' property value to the symbol
6936 ucs-mule-to-mule-unicode, not to that value.
6937 (pt154): Escape guillemet by `\'.
6938
6939 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * loadup.el: Load tooltip if x-show-tip is fboundp.
6942
6943 * startup.el (command-line): Add comment.
6944
6945 * tooltip.el (tooltip-mode): Specify correct standard value for
6946 Custom in init-value.
6947
6948 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6951 possible.
6952
6953 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6954
6955 * textmodes/org.el (org-agenda-date-prompt): Rename from
6956 `org-agenda-date-today'.
6957 (org-evaluate-time-range): Insert at point instead of directly
6958 after time range.
6959 (org-first-headline-recenter, org-subtree-end-visible-p)
6960 (org-optimize-window-after-visibility-change): New functions
6961 (org-agenda-post-command-hook): Don't allow point at end of line,
6962 to make sure it always hits the text properties.
6963 (org-agenda-next-date-line, org-agenda-previous-date-line):
6964 New commands.
6965 (org-set-regexps-and-options): Category may contain white space.
6966 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6967 Improve marker positions.
6968 (org-agenda-new-marker): Argument POS made optional.
6969 (org-agenda-get-timestamps): Deadlines which are done are listed
6970 in org-done-face now.
6971 (org-agenda-get-todos, org-agenda-get-timestamps)
6972 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6973 Set `undone-face' and `done-face' properties.
6974 (org-last-todo-state-is-todo): New variable.
6975 (org-todo): Set `org-last-todo-state-is-todo'.
6976 (org-agenda-todo): Change face according to
6977 `org-last-todo-state-is-todo'. And change other lines referring to
6978 the same entry.
6979 (org-calendar-goto-agenda): New command.
6980 (org-calendar-to-agenda-key): New option.
6981 (org-startup-folded): New allowed value `content'.
6982 (org-set-regexps-and-options): Accept new value `content' for
6983 `org-startup-folded'.
6984 (org-get-current-options): Handle new value `content' for
6985 `org-startup-folded'.
6986 (org-insert-todo-heading): New command.
6987 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6988 interactively in empty file and option
6989 `org-insert-mode-line-in-empty-file' has been set.
6990 (org-agenda-todo,org-agenda-priority): Modify to use
6991 `org-agenda-change-all-lines'.
6992 (org-warning-face): Change color on dark background
6993
6994 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6995
6996 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6997 use preferences AppleLocale and AppleLanguages, and variable
6998 mac-system-locale for default locale. On Mac OS Classic, use
6999 mac-system-coding-system for default coding systems.
7000
7001 * term/mac-win.el: Don't set file-name-coding-system.
7002 Decode variables system-name, emacs-build-system, user-login-name, and
7003 user-full-name by mac-system-coding-system on Mac OS Classic.
7004 (mac-system-coding-system): New variable.
7005
7006 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * startup.el (command-line): Handle `xterm-mouse-mode' before
7009 reading init file.
7010
7011 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7012
7013 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7014
7015 * progmodes/sh-script.el (sh-here-document-word): Make it a
7016 defcustom. Doc fix.
7017 (sh-add): Bash uses $(( )) for arithmetic.
7018 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7019 (sh-maybe-here-document): Remove quotes and leading whitespace
7020 from heredoc word when closing. Indent heredoc with tabs if word
7021 starts with "-".
7022
7023 2005-04-13 Richard M. Stallman <rms@gnu.org>
7024
7025 * simple.el (undo): Fix previous change.
7026
7027 * custom.el (defface): Doc fix.
7028
7029 2005-04-13 Lute Kamstra <lute@gnu.org>
7030
7031 * Makefile.in (DONTCOMPILE): Remove list.
7032 (compile, compile-always): Don't use DONTCOMPILE.
7033 (update-authors): Load the library in which batch-update-authors
7034 is defined.
7035 * makefile.w32-in (DONTCOMPILE): Remove list.
7036 (compile, compile-always): Fix comments.
7037 (update-authors): Load the library in which batch-update-authors
7038 is defined.
7039
7040 * generic-x.el (generic-mode-ini-file-find-file-hook):
7041 Rename to ini-generic-mode-find-file-hook.
7042 Keep generic-mode-ini-file-find-file-hook as an alias.
7043 (ini-generic-mode-find-file-hook): Rename from
7044 generic-mode-ini-file-find-file-hook. Fix docstring.
7045 (ini-generic-mode): Docstring change.
7046 (bat-generic-mode-run-as-comint): Silence the byte compiler.
7047
7048 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7049 called from lisp.
7050
7051 * generic.el: Move to the emacs-lisp subdir.
7052
7053 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7054
7055 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7056 and C-S- function and cursor motion keys.
7057
7058 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * startup.el (command-line): Enable Xterm Mouse mode by default.
7061 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7062 for Custom. No longer show "Mouse" in mode line when enabled.
7063 Doc fix.
7064
7065 2005-04-12 Kim F. Storm <storm@cua.dk>
7066
7067 * emulation/cua-base.el (cua-rectangle-face)
7068 (cua-rectangle-noselect-face): Define face attributes here.
7069
7070 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7071
7072 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7073
7074 * startup.el (command-line): Turn off blinking cursor if
7075 cursorBlink in resources is off or false.
7076
7077 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7078
7079 * term/mac-win.el (dnd): Require dnd.
7080 (mac-drag-n-drop): Call dnd-handle-one-url.
7081 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7082 (kTextEncodingISOLatin2): Remove constants.
7083 (mac-script-code-coding-systems): New constant.
7084 (mac-handle-language-change): New function.
7085 (special-event-map): Bind it to `language-change' event.
7086 (mac-centraleurroman, mac-cyrillic): New coding systems.
7087 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7088 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7089 and mac-cyrillic-encoder to encode-mac-centraleurroman and
7090 encode-mac-cyrillic, respectively.
7091
7092 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7093
7094 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7095 Don't set overlay-arrow-string to "=>" as this is done
7096 globally in C now.
7097
7098 2005-04-12 Lute Kamstra <lute@gnu.org>
7099
7100 * generic-x.el (rc-generic-mode, rul-generic-mode):
7101 Fix auto-mode-alist entries.
7102 (etc-fstab-generic-mode): Tweak fontification.
7103
7104 * generic.el (generic-make-keywords-list): Fix docstring.
7105 (generic-mode-internal): Simplify generic-font-lock-keywords.
7106
7107 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7108
7109 * whitespace.el (whitespace-buffer-leading)
7110 (whitespace-buffer-trailing): Revert the incorrect test inversion.
7111 However, fix the highlight area for the leading and
7112 trailing whitespaces to show space.
7113
7114 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7115
7116 * whitespace.el (whitespace-version): Bump to 3.5
7117
7118 (whitespace-buffer-leading, whitespace-buffer-trailing):
7119 Invert sense of the test to highlight the whitespace.
7120
7121 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7122
7123 * progmodes/gud.el (gud-display-line): GUD uses its own
7124 overlay arrow now so don't set overlay-arrow-string.
7125 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7126
7127 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7128
7129 * term.el (term-ansi-current-bold, term-ansi-current-underline)
7130 (term-ansi-current-reverse, term-ansi-current-invisible)
7131 (term-ansi-face-already-done): Change to boolean.
7132 (term-reset-terminal, term-handle-colors-array): Handle the above
7133 vars accordingly.
7134 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7135 (term-emulate-terminal): Use the new name.
7136
7137 * faces.el (secondary-selection): Use yellow1, not yellow.
7138 (trailing-whitespace): Use red1, not red.
7139
7140 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7141
7142 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7143 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7144 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7145
7146 * cus-edit.el (dnd): New group.
7147
7148 * term/w32-win.el (dnd): Require dnd
7149 (w32-drag-n-drop): Call dnd-handle-one-url.
7150
7151 * x-dnd.el: Require dnd.
7152 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7153 Call dnd-handle-one-url.
7154 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7155 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7156 to dnd-insert-text.
7157 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7158 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7159 (x-dnd-get-local-file-name, x-dnd-open-local-file)
7160 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7161
7162 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7163
7164 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7165
7166 * wdired.el: Doc fixes.
7167 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7168 (wdired-use-dired-vertical-movement): Rename from
7169 wdired-always-move-to-filename-beginning.
7170 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7171 (wdired-change-to-wdired-mode): Change mode name.
7172 (wdired-newline): Delete.
7173
7174 2005-04-11 Richard M. Stallman <rms@gnu.org>
7175
7176 * whitespace.el (whitespace-highlight-the-space):
7177 Don't call whitespace-unhighlight-the-space here.
7178
7179 * simple.el (undo): Record t in undo-equiv-table
7180 for the redo record made by an undo-in-region.
7181
7182 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7183
7184 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7185 (gdb-frame-inferior-io-buffer): New Functions to control
7186 display of separate IO buffer.
7187 (menu): Add them to menu-bar.
7188 (gdb-display-buffer): Check for buffer another frame.
7189 Protect GUD buffer.
7190 (gdb-setup-windows): Create IO buffer if not already there.
7191 (gdb-memory-mode): Remove purecopy noops.
7192
7193 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7194
7195 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7196 and pass to self-insert-command.
7197
7198 2005-04-11 Lute Kamstra <lute@gnu.org>
7199
7200 * generic.el: Commentary section cleanup.
7201 (generic): Delete.
7202 (generic-use-find-file-hook, generic-lines-to-scan)
7203 (generic-find-file-regexp, generic-ignore-files-regexp)
7204 (default-generic-mode, generic-mode-find-file-hook)
7205 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7206 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7207 (generic-use-find-file-hook, generic-lines-to-scan)
7208 (generic-find-file-regexp, generic-ignore-files-regexp)
7209 (default-generic-mode, generic-mode-find-file-hook)
7210 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7211
7212 2005-04-10 Karl Fogel <kfogel@red-bean.com>
7213
7214 * bookmark.el (bookmark-write-file): Catch errors writing file.
7215 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7216
7217 2005-04-10 Richard M. Stallman <rms@gnu.org>
7218
7219 * startup.el (fancy-splash-tail): Update copyright year.
7220 (command-line): Split part of -Q into -D.
7221 (emacs-basic-display): New defvar.
7222 (fancy-splash-text): Correct name of menu item.
7223
7224 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7225
7226 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7227 lines in one node.
7228
7229 * comint.el (comint-send-input): New arg ARTIFICIAL.
7230 Callers in this file changed.
7231
7232 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7233
7234 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7235
7236 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7239 `ldap-search-internal'.
7240
7241 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * files.el (set-auto-mode-1): Use line-end-position.
7244
7245 * international/latin-1.el:
7246 * international/latin-2.el:
7247 * international/latin-3.el:
7248 * international/latin-4.el:
7249 * international/latin-5.el:
7250 * international/latin-8.el:
7251 * international/latin-9.el: Give punctuation syntax to NBSP.
7252
7253 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7254 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7255 Use char-classes to accept non-ascii letters, accepted in some recent
7256 bibtex implementations.
7257
7258 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7259
7260 * custom.el (custom-set-minor-mode): Any non-nil value for the
7261 variable should enable the mode when set through Custom.
7262
7263 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7266 TAB binding so tab-always-indent is obeyed.
7267 (vhdl-minibuffer-local-map): Move initialization into declaration.
7268 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7269 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7270 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7271 (vhdl-current-line): Use line-beginning-position.
7272 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7273 with-output-to-temp-buffer, so the current position can be recorded.
7274
7275 2005-04-10 Masatake YAMATO <jet@gyve.org>
7276
7277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7278 Add regexp for gcov.
7279
7280 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7281
7282 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7283 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7284 syntax which Emacs 20 doesn't support.
7285
7286 2005-04-09 Richard M. Stallman <rms@gnu.org>
7287
7288 * help.el (describe-key-briefly, describe-key):
7289 Replace strings as event types with "(any string)".
7290
7291 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * arc-mode.el (archive-mode-map): Move initialization into
7294 the declaration. Override *all* bindings of `undo'.
7295 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7296
7297 2005-04-09 Jay Belanger <belanger@truman.edu>
7298
7299 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7300
7301 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7302
7303 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7304 (xterm-register-default-colors): Update color values computation
7305 to match xterm-200.
7306
7307 2005-04-09 Kenichi Handa <handa@m17n.org>
7308
7309 * international/code-pages.el (iso-latin-7): Fix the map.
7310
7311 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7312
7313 * emacs-lisp/lisp.el (defun-prompt-regexp)
7314 (parens-require-spaces, buffer-end, end-of-defun)
7315 (insert-parentheses): Doc fixes.
7316
7317 2005-04-08 Kim F. Storm <storm@cua.dk>
7318
7319 * comint.el (comint-highlight-prompt): Fix face spec.
7320 * hi-lock.el (hi-green): Likewise.
7321
7322 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7323
7324 * cus-edit.el (custom-modified-face):
7325 * comint.el (comint-highlight-input): Fix previous changes.
7326 * term.el (term-handle-ansi-escape): Add a comment.
7327
7328 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7331 in the buffer and in whitespace-highlighted-space.
7332 (whitespace-unhighlight-the-space): Simplify.
7333 (whitespace-buffer): Simplify.
7334
7335 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7336
7337 * textmodes/table.el (table-cell-face): Add special case for
7338 displays supporting a high number of colors.
7339 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7340 (vhdl-font-lock-reserved-words-face)
7341 (vhdl-speedbar-architecture-face)
7342 (vhdl-speedbar-instantiation-face)
7343 (vhdl-speedbar-architecture-selected-face)
7344 (vhdl-speedbar-instantiation-selected-face): Likewise.
7345 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7346 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7347 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7348 (ebrowse-root-class-face, ebrowse-member-attribute-face)
7349 (ebrowse-progress-face): Likewise.
7350 * progmodes/compile.el (compilation-info-face): Likewise.
7351 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7352 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7353 * calendar/calendar.el (diary-face): Likewise.
7354 * woman.el (woman-italic-face, woman-bold-face)
7355 (woman-unknown-face): Likewise.
7356 * wid-edit.el (widget-button-pressed-face): Likewise.
7357 * whitespace.el (whitespace-highlight-face): Likewise.
7358 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7359 * pcvs-info.el (cvs-marked-face): Likewise.
7360 * info.el (info-xref): Likewise.
7361 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7362 * hilit-chg.el (highlight-changes-face)
7363 (highlight-changes-delete-face): Likewise.
7364 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7365 (hi-red-b): Likewise.
7366 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7367 * font-lock.el (font-lock-keyword-face)
7368 (font-lock-function-name-face, font-lock-warning-face): Likewise.
7369 * cus-edit.el (custom-invalid-face, custom-modified-face)
7370 (custom-set-face, custom-changed-face, custom-variable-tag-face)
7371 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7372 * comint.el (comint-highlight-prompt): Likewise.
7373
7374 2005-04-08 Lute Kamstra <lute@gnu.org>
7375
7376 * font-lock.el (font-lock-keywords): Docstring fixes.
7377
7378 2005-04-08 Kenichi Handa <handa@m17n.org>
7379
7380 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7381 chars are more than a limit, print " and more..." at the tail.
7382
7383 2005-04-08 Kim F. Storm <storm@cua.dk>
7384
7385 * emacs-lisp/authors.el (authors-aliases): Update list.
7386 (authors-ignored-files): New list.
7387 (authors-fixed-entries): Fix typo.
7388 (authors-renamed-files-alist): Update list.
7389 (authors-add): Check authors-ignored-files.
7390
7391 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
7392
7393 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7394 optional, to ensure backward compatibility.
7395
7396 2005-04-08 Stephen Eglen <stephen@gnu.org>
7397
7398 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7399
7400 2005-04-08 Kim F. Storm <storm@cua.dk>
7401
7402 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7403
7404 * mouse.el (mouse-on-link-p): Doc fix.
7405
7406 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7407
7408 * ielm.el (ielm-prompt-read-only): Doc fix.
7409
7410 * comint.el (comint-prompt-read-only): Doc fix.
7411
7412 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7413
7414 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7415 ensure dired always handles wildcards passed to ffap.
7416 (find-file-at-point): Use it.
7417 (ffap-dired-wildcards): Doc fix.
7418
7419 2005-04-07 Juri Linkov <juri@jurta.org>
7420
7421 * simple.el (next-error-overlay-arrow-position): New defvar.
7422 Put "=>" on its property `overlay-arrow-string'. Add it to
7423 `overlay-arrow-variable-list'.
7424
7425 * progmodes/compile.el (compilation-setup):
7426 Set `next-error-overlay-arrow-position' to nil. Also set it to
7427 nil in the local hook `kill-buffer-hook'. Make local variable
7428 `overlay-arrow-string' and set it to "=>".
7429 (compilation-goto-locus): Set BOL position to
7430 `next-error-overlay-arrow-position' instead of
7431 `overlay-arrow-position'.
7432
7433 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7434 locally instead of adding it to the global hook.
7435 (Info-kill-buffer): Move up.
7436
7437 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7438
7439 * term/xterm.el (xterm-standard-colors): Update color values from
7440 xterm-200.
7441
7442 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7445
7446 * fast-lock.el:
7447 * lazy-lock.el: Move them to the obsolete subdir.
7448
7449 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7450
7451 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7452 (wdired-add-replace-advice): Remove.
7453 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7454
7455 2005-04-06 Kim F. Storm <storm@cua.dk>
7456
7457 * startup.el (command-line): Add --bare-bones alias for -Q.
7458
7459 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7460
7461 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7462 create the startup fontset if a font specification ends with
7463 `mac-roman'.
7464
7465 2005-04-06 Lute Kamstra <lute@gnu.org>
7466
7467 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7468 change.
7469
7470 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7471 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7472
7473 2005-04-05 Lute Kamstra <lute@gnu.org>
7474
7475 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7476 (define-generic-mode): Ditto. Fix debug declaration.
7477
7478 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7479 Put them in the generic-x group.
7480
7481 * calendar/timeclock.el (timeclock): Doc fix.
7482
7483 * generic.el (define-generic-mode): Don't use custom-current-group.
7484 Document default :group value.
7485 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7486 (define-global-minor-mode): Don't use custom-current-group.
7487
7488 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7489
7490 * startup.el (command-line-1): Display startup-echo-area-message
7491 when fancy splash screen is in use.
7492
7493 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7494 (sh-escaped-newline): New face.
7495 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7496 newline, and use sh-escaped-newline face.
7497
7498 * progmodes/tcl.el (tcl-escaped-newline): New face.
7499 (tcl-builtin-list): New variable.
7500 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7501 newlines. Fix keywords subexpression number.
7502
7503 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7504
7505 * textmodes/org.el (org-diary-default-entry): Fix call to
7506 `add-to-diary-entry'.
7507
7508 2005-04-05 Kim F. Storm <storm@cua.dk>
7509
7510 * ediff-init.el: Use (featurep 'xemacs).
7511
7512 2005-04-05 David Ponce <david@dponce.com>
7513
7514 * cus-edit.el (face): Derive from symbol widget. Display sample
7515 of the current face on the fly.
7516 (widget-face-sample-face-get, widget-face-notify): New functions.
7517 (widget-face-value-create): Remove.
7518
7519 * wid-edit.el (widget-field-end): Temporarily remove field
7520 narrowing before to call `get-char-property'.
7521
7522 2005-04-04 Jay Belanger <belanger@truman.edu>
7523
7524 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7525 (math-read-subscripts): New variable.
7526 (math-read-preprocess-string): Process subscripts.
7527
7528 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * comint.el (comint-prompt-read-only): Doc fix.
7531
7532 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7533 `-1'. Doc fix.
7534
7535 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7536
7537 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7538 Change default value to nil.
7539
7540 2005-04-04 Lute Kamstra <lute@gnu.org>
7541
7542 * autorevert.el (auto-revert-mode): Specify :group.
7543 * battery.el (display-battery-mode): Specify :group.
7544 * diff-mode.el (diff-minor-mode): Specify :group.
7545 * font-core.el (font-lock-mode): Specify :group.
7546 * hl-line.el (hl-line-mode): Specify :group.
7547 * iimage.el (iimage): New customization group.
7548 (iimage-mode): Specify :group.
7549 * longlines.el (longlines-mode): Specify :group.
7550 * master.el: Don't require easy-mmode.
7551 (master): New customization group.
7552 (master-mode): Specify :group.
7553 * msb.el (msb-mode): Specify :group.
7554 * reveal.el (reveal-mode): Specify :group.
7555 * simple.el (next-error-follow-minor-mode): Specify :group.
7556 * smerge-mode.el (smerge-mode): Specify :group.
7557 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7558 * emulation/cua-base.el (cua-mode): Specify :group.
7559 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7560 * language/thai-util.el (thai-auto-composition-mode)
7561 (thai-word-mode): Specify :group.
7562 * mail/supercite.el (sc-minor-mode): Specify :group.
7563 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7564 * progmodes/flymake.el (flymake-mode): Specify :group.
7565 * progmodes/glasses.el (glasses-mode): Specify :group.
7566 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7567 * textmodes/enriched.el (enriched-mode): Specify :group.
7568 * textmodes/refill.el (refill-mode): Specify :group.
7569
7570 * add-log.el (change-log-font-lock-keywords): Names in
7571 parenthesized lists can contain spaces.
7572
7573 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7574
7575 * startup.el (fancy-splash-text): Shorten default text of
7576 "Emacs Tutorial" line. Also, if the current language env
7577 indicates an available tutorial file other than TUTORIAL,
7578 extract its title and append it to the line in parentheses.
7579 (fancy-splash-insert): If arg is a thunk, funcall it.
7580
7581 2005-04-04 Jay Belanger <belanger@truman.edu>
7582
7583 * calc.el (calc-language-alist): Add tags to customization type.
7584
7585 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7586
7587 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7588 Doc fix.
7589
7590 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7591
7592 * add-log.el (change-log-font-lock-keywords): The manual
7593 describing a Change Log entry, says: (...) "Aside from these
7594 header lines, every line in the change log starts with a space or
7595 a tab.". The font-lock was not highlighting lines started with
7596 spaces, added support for it.
7597
7598 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7599
7600 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7601 (bibtex-generate-url-list): Update docstring accordingly. Put the
7602 complex example in the docstring.
7603 (bibtex-font-lock-url): Use pop.
7604
7605 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7608
7609 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7610
7611 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7612
7613 * filesets.el (filesets-set-default): Doc fix.
7614
7615 2005-04-03 Lute Kamstra <lute@gnu.org>
7616
7617 * generic.el (define-generic-mode): Add argument to specify
7618 keywords for defcustom.
7619 (default-generic-mode): Specify :group.
7620
7621 * generic-x.el: Specify :group for all generic modes.
7622
7623 * desktop.el (desktop-no-desktop-file-hook)
7624 (desktop-after-read-hook): Doc fix.
7625
7626 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * simple.el (visible-mode): Use explicit :group keyword.
7629 This changes the group of `visible-mode-hook' from paren-blinking
7630 to editing-basics.
7631
7632 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7633
7634 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7635 mailbox specifications as well as URLs.
7636 (rmail-insert-inbox-text): Remove unused conditional branches.
7637
7638 2005-04-01 Jay Belanger <belanger@truman.edu>
7639
7640 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7641 (calc-gnuplot-print-command): Move definitions to calc.el.
7642
7643 * calc/calc-embed.el (calc-embedded-announce-formula)
7644 (calc-embedded-open-formula, calc-embedded-close-formula)
7645 (calc-embedded-open-word, calc-embedded-close-word)
7646 (calc-embedded-open-plain, calc-embedded-close-plain)
7647 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7648 (calc-embedded-open-mode, calc-embedded-close-mode):
7649 Move definitions to calc.el.
7650
7651 * calc/calc.el (calc-settings-file, calc-language-alist):
7652 Make customizable.
7653 (calc-embedded-announce-formula, calc-embedded-open-formula)
7654 (calc-embedded-close-formula, calc-embedded-open-word)
7655 (calc-embedded-close-word, calc-embedded-open-plain)
7656 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7657 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7658 (calc-embedded-close-mode, calc-gnuplot-name)
7659 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7660 from other files and make customizable.
7661
7662 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7665 Use buffer-live-p.
7666 (cvs-mode-run): Don't call cvs-update-header here.
7667 (cvs-run-process): Call cvs-update-header.
7668 Use process properties for cvs-postprocess and cvs-buffer so that
7669 the sentinel can behave better if the temp buffer is killed.
7670 Use a pipe rather than a tty, to better handle unexpected prompts.
7671 (cvs-sentinel): Rewrite. Call cvs-update-header.
7672
7673 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7674
7675 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7676 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7677
7678 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * generic.el (define-generic-mode): Add indentation rule.
7681
7682 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7683
7684 * files.el (mode-require-final-newline): Make Custom correctly
7685 report a nil value and allow to set it to nil via Custom.
7686 Doc fix.
7687
7688 2005-04-01 Kenichi Handa <handa@m17n.org>
7689
7690 * international/characters.el: Enable the correct case setting for
7691 dotless-i and dotted-I.
7692
7693 2005-04-01 Kim F. Storm <storm@cua.dk>
7694
7695 * ido.el (ido-file-internal): Fall back to non-ido command if
7696 initial directory is on slow ftp (or tramp) host.
7697
7698 2005-03-31 Richard M. Stallman <rms@gnu.org>
7699
7700 * emacs-lisp/autoload.el (make-autoload):
7701 Handle define-global-minor-mode.
7702
7703 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7704 Rename from easy-mmode-define-global-mode.
7705 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7706
7707 * progmodes/scheme.el (scheme-mode-syntax-table):
7708 Update syntax of | and # for two-character comment syntax.
7709
7710 2005-03-31 Lute Kamstra <lute@gnu.org>
7711
7712 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7713 (define-minor-mode): Call custom-current-group at load-time.
7714
7715 * generic.el (define-generic-mode): Add debug declaration.
7716 Add defcustom for the mode hook.
7717 (generic-mode-internal): Use run-mode-hooks.
7718
7719 2005-03-31 Kim F. Storm <storm@cua.dk>
7720
7721 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7722 (mouse-fixup-help-message): New defun called by show_help_echo
7723 to fixup mouse-2 prefix in help messages when applicable.
7724
7725 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7726
7727 2005-03-31 Kenichi Handa <handa@m17n.org>
7728
7729 * language/thai-word.el (thai-find-word-ends): Pay attention to
7730 the case that we reach the end of buffer.
7731
7732 * textmodes/fill.el (fill-text-properties-at): New function.
7733 (fill-newline): Use fill-text-properties-at instead of
7734 text-properties-at.
7735
7736 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7737
7738 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7739 not comint-quote-filename.
7740
7741 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7742
7743 * help-fns.el (help-with-tutorial): Revert last change.
7744
7745 2005-03-31 Kim F. Storm <storm@cua.dk>
7746
7747 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7748
7749 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7750
7751 * calendar/cal-china.el: Update reference to "Calendrical
7752 Calculations" book; there's a new edition.
7753 * calendar/cal-coptic.el: Likewise.
7754 * calendar/cal-french.el: Likewise.
7755 * calendar/cal-hebrew.el: Likewise.
7756 * calendar/cal-islam.el: Likewise.
7757 * calendar/cal-iso.el: Likewise.
7758 * calendar/cal-julian.el: Likewise.
7759 * calendar/cal-mayan.el: Likewise.
7760 * calendar/cal-persia.el: Likewise.
7761 * calendar/calendar.el: Likewise.
7762 * calendar/holidays.el: Likewise.
7763 * calendar/lunar.el: Likewise.
7764 * calendar/solar.el: Likewise.
7765
7766 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7767 white space from doc string.
7768
7769 2005-03-30 Jay Belanger <belanger@truman.edu>
7770
7771 * calc/calc-help.el (calc-full-help): Remove email address.
7772
7773 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7774
7775 * help-fns.el (help-with-tutorial): Delete title line.
7776
7777 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7778
7779 * calendar/cal-x.el (calendar-one-frame-setup)
7780 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7781 rather than 'symbol for set-window-dedicated-p.
7782
7783 * calendar/appt.el (appt-buffer-name): Make it a constant.
7784 (appt-add): Doc fix.
7785
7786 * filesets.el (filesets-menu-path, filesets-menu-before)
7787 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7788 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7789 (filesets-add-submenu): Delete and use add-submenu instead.
7790
7791 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
7792
7793 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7794 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7795 (org-diary-default-entry): New function.
7796 (org-get-entries-from-diary): Better parsing of diary entries.
7797 (org-agenda-check-no-diary): New function.
7798 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7799 linking to diary entries.
7800 (org-agenda-execute-calendar-command): New function.
7801 (org-agenda): Improve visible section in window.
7802 Use `org-fit-agenda-window'.
7803 (org-fit-agenda-window): New option.
7804 (org-move-subtree-down): Better handling of empty lines
7805 at end of subtree.
7806 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7807 levels up.
7808 (org-fontify-done-headline): New option.
7809 (org-headline-done-face): New face.
7810 (org-set-font-lock-defaults): Use `org-headline-done-face'.
7811 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7812 When current field is non-empty, it is copied to next row.
7813 (org-table-copy-from-above): Fix bug which made it
7814 impossible to copy fields containing only a single non-white character.
7815
7816 2005-03-30 Kim F. Storm <storm@cua.dk>
7817
7818 * kmacro.el (kmacro-end-macro): Isearch may store this command
7819 into the macro -- so ignore it when executing keyboard macro.
7820
7821 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7822
7823 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7824
7825 2005-03-29 Kenichi Handa <handa@m17n.org>
7826
7827 * language/thai.el ("Thai"): Set setup-function and exit-function
7828 for Thai language environment.
7829
7830 * language/thai-util.el: Require thai-word.
7831 (thai-word-mode-map): New variable.
7832 (thai-word-mode): New minor mode.
7833 (setup-thai-language-environment-internal): New function.
7834 (exit-thai-language-environment-internal): New function.
7835
7836 * language/thai-word.el (thai-word-table): Declare it by defvar,
7837 use dolist to initialize it.
7838 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7839 (thai-fill-find-break-point): New functions.
7840
7841 2005-03-29 Richard M. Stallman <rms@gnu.org>
7842
7843 * simple.el (idle-update-delay): Move definition up.
7844 (set-mark): Doc fix.
7845
7846 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * longlines.el: New file.
7849
7850 * simple.el (buffer-substring-filters): New variable.
7851 (filter-buffer-substring): New function.
7852 (kill-region, copy-region-as-kill): Use it.
7853
7854 * register.el (copy-to-register, append-to-register)
7855 (prepend-to-register): Use filter-buffer-substring.
7856
7857 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7858
7859 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7860 (gud-filter-pending-text): Move in front of gdb.
7861 (gud-overlay-arrow-position): New variable.
7862 (gud-sentinel, gud-display-line): Use it in place of
7863 overlay-arrow-position.
7864
7865 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7866
7867 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7868 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7869 (fortran-font-lock-keywords-4): New variable.
7870 (fortran-blocks-re, fortran-end-block-re)
7871 (fortran-start-block-re): New constants, for hideshow.
7872 (hs-special-modes-alist): Add a Fortran entry.
7873 (fortran-mode-map): Bind fortran-end-of-block,
7874 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7875 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7876 (fortran-looking-at-if-then, fortran-end-of-block)
7877 (fortran-beginning-of-block): New functions, for hideshow.
7878
7879 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7880 Doc fix. Tweak regexp.
7881 (f90-beginning-of-block): Push mark first.
7882
7883 2005-03-29 Jay Belanger <belanger@truman.edu>
7884
7885 * calc/calc.el: Update copyright date.
7886 (calc-version): Increase to 2.1.
7887 (calc-version-date): Remove.
7888
7889 * calc/calc-help.el: Update copyright date.
7890 (calc-full-help): Remove reference to calc-version-date.
7891 Update copyright date.
7892
7893 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * vc.el (vc-do-command): Use a pipe for async processes, so password
7896 prompts don't show up at places where the user can't reply.
7897
7898 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7899
7900 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7901 on the file name we pass to the inferior shell.
7902
7903 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7904
7905 * progmodes/which-func.el (which-function): Be robust in the face of an
7906 imenu--make-index-alist failure.
7907
7908 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7911
7912 * progmodes/python.el (python-preoutput-filter): Fix last change.
7913
7914 2005-03-29 Lute Kamstra <lute@gnu.org>
7915
7916 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7917 functions and compiled macros.
7918 (debug-convert-byte-code): Handle macros too.
7919 (debug-on-entry-1): Don't signal an error when trying to clear a
7920 function that is not set to debug on entry.
7921
7922 2005-03-29 Jay Belanger <belanger@truman.edu>
7923
7924 * calc/calc-lang.el: Add functions to math-function-table
7925 properties of tex and math.
7926
7927 2005-03-29 Kenichi Handa <handa@m17n.org>
7928
7929 * ps-mule.el (ps-mule-plot-string): Translate characters by
7930 ps-print-translation-table.
7931 (ps-mule-begin-job): Call find-charset-region/string with
7932 ps-print-translation-table.
7933 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7934
7935 * ps-print.el (ps-print-translation-table): New variable.
7936 (ps-plot-region): Translate characters by ps-print-translation-table.
7937
7938 2005-03-29 Juri Linkov <juri@jurta.org>
7939
7940 * simple.el (next-error-highlight-timer): New variable.
7941
7942 * progmodes/compile.el (compilation-goto-locus):
7943 Use `next-error-highlight-timer' instead of `sit-for'.
7944
7945 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * mail/supercite.el (sc-mail-field): Use assoc-string.
7948 (sc-get-address): Simplify regexps.
7949
7950 * files.el (minibuffer-with-setup-hook): New macro.
7951 (find-file-read-args): Use it to avoid let-binding
7952 minibuffer-with-setup-hook (which breaks turning on/off
7953 file-name-shadow-mode while in the prompt).
7954
7955 * complete.el (PC-read-include-file-name-internal): Use
7956 test-completion.
7957
7958 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7959
7960 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7961
7962 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * window.el (window-buffer-height): Use count-screen-lines.
7965
7966 * progmodes/python.el (python-preoutput-leftover): New var.
7967 (python-preoutput-filter): Use it.
7968 (python-send-receive): Loop until all the result has been received.
7969
7970 2005-03-28 Juri Linkov <juri@jurta.org>
7971
7972 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7973
7974 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7975 "Recover Crashed Session".
7976 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7977 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7978 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7979 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7980 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7981 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7982 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7983 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7984
7985 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7986 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7987 Ediff Sessions", "Toggle use of separate control buffer frame",
7988 "Use separate frame for Ediff control buffer".
7989
7990 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7991 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7992 "Rename Bookmark", "Delete Bookmark".
7993
7994 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7995 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7996 Add `:active Info-index-alternatives' to "Next Matching Item".
7997
7998 * wdired.el (wdired-change-to-wdired-mode):
7999 Mention `wdired-abort-changes' key in the initial message.
8000
8001 * international/mule.el (auto-coding-alist): Associate non-ascii
8002 image filename extensions with `no-conversion'.
8003
8004 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * international/iso-acc.el:
8007 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8008
8009 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8010
8011 * textmodes/sgml-mode.el (html-mode): Doc update.
8012
8013 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8014
8015 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8016
8017 * term.el (term-move-columns): Fix face after extending a line.
8018 (term-insert-spaces): Likewise.
8019 (term-reset-terminal): Fix off by one error.
8020
8021 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8022
8023 * international/mule.el (auto-coding-alist): Add .xpi files.
8024
8025 * files.el (auto-mode-alist): Add .xpi files.
8026
8027 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
8028
8029 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8030
8031 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8032
8033 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8034
8035 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8036
8037 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8038 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
8039
8040 * calendar/cal-move.el (calendar-beginning-of-year): Move the
8041 cursor to Jan 1 when needed.
8042 (calendar-end-of-year): Fix -/+ typo.
8043 Reported by Chong Yidong <cyd@stupidchicken.com>.
8044
8045 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8048
8049 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8050 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
8051
8052 2005-03-25 Richard M. Stallman <rms@gnu.org>
8053
8054 * filesets.el (filesets-init): Add autoload.
8055
8056 * mail/mailalias.el (mail-directory): Doc fix.
8057
8058 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8059
8060 * mail/mailalias.el (mail-directory-process): Do nothing if
8061 mail-directory-process is an atom.
8062 (mail-get-names): Ignore mail-directory-names if it is an atom.
8063 (mail-directory-process defvar): Doc fix.
8064 (mail-names): Doc fix.
8065
8066 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
8067
8068 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8069
8070 2005-03-26 Kenichi Handa <handa@m17n.org>
8071
8072 * international/mule-util.el (detect-coding-with-priority):
8073 Call update-coding-systems-internal before detect-coding-region.
8074
8075 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
8076
8077 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8078 (gdb-frames-mode-map): Add follow-link property.
8079
8080 2005-03-25 Jay Belanger <belanger@truman.edu>
8081
8082 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8083 for variables.
8084
8085 2005-03-25 Juri Linkov <juri@jurta.org>
8086
8087 * image-mode.el: Optimize image filename extension regexps in
8088 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
8089 in `auto-mode-alist'.
8090 (image-mode): Add `image-toggle-display-text' to local hook
8091 `change-major-mode-hook'. Display the image as an image by
8092 default. Set `cursor-type' and `truncate-lines' if the image
8093 is already displayed. Take into account the current mode (image
8094 or text) in message.
8095 (image-minor-mode): New minor mode.
8096 (image-mode-maybe, image-toggle-display-text): New functions.
8097 (image-toggle-display): Use called-interactively-p.
8098 Let-bind `inhibit-read-only' to t.
8099
8100 * image-mode.el (image-minor-mode): Set `cursor-type' and
8101 `truncate-lines' if the image is already displayed. Add turning
8102 image-minor-mode off to `change-major-mode-hook'. Add message.
8103 Call `image-toggle-display-text' after turning image-minor-mode off.
8104
8105 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8108 Terminal.app, use utf-8.
8109 (set-display-table-and-terminal-coding-system): Add coding-system arg.
8110 (set-locale-environment): Use it.
8111
8112 * term/xterm.el: Undo last change, better done in mule-cmds.el.
8113
8114 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8115
8116 * progmodes/python.el (python-close-block-statement-p)
8117 (python-outdent-p, python-current-defun): Use symbol-end.
8118
8119 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8120
8121 * files.el (save-some-buffers): Doc fix.
8122
8123 2005-03-25 Werner Lemberg <wl@gnu.org>
8124
8125 * complete.el, thumbs.el: Replace `legal' with `valid'.
8126 * calendar/calendar.el: Replace `legal' with `valid'.
8127 * emacs-lisp/advice.el: Replace `legal' with `valid'.
8128 * mail/supercite.el: Replace `legal' with `valid'.
8129 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8130 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8131 Replace `legal' with `valid'.
8132 * textmodes/reftex-vars.el, textmodes/reftex.el:
8133 Replace `legal' with `valid'.
8134
8135 2005-03-25 Werner Lemberg <wl@gnu.org>
8136
8137 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8138 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8139 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8140 * emulation/vip.el: Replace `illegal' with `invalid'.
8141 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8142 `invalid'.
8143 * mail/supercite.el: Replace `illegal' with `invalid'.
8144 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8145 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8146 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8147 * progmodes/sh-script.el, progmodes/xscheme.el:
8148 Replace `illegal' with `invalid'.
8149 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8150 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8151 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8152 * textmodes/reftex.el, textmodes/org.el:
8153 Replace `illegal' with `invalid'.
8154
8155 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8158 (flymake-find-buildfile, flymake-find-possible-master-files)
8159 (flymake-check-include, flymake-parse-line): Replace loops over the
8160 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8161
8162 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8163 Substitute file-name-as-directory in the rest of the file.
8164 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8165 (flymake-replace-region): Remove unused arg `buffer'.
8166 (flymake-check-patch-master-file-buffer): Update calls to it.
8167 (flymake-add-err-info): Remove unused var `count'.
8168 (flymake-mode): Use define-minor-mode.
8169
8170 * progmodes/flymake.el: Use with-current-buffer.
8171 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8172 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8173 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8174 Avoid testing for `xemacs'.
8175 (flymake-nop): Move.
8176 (flymake-region-has-flymake-overlays): Return the computed value.
8177 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8178 Remove unused var `endline'.
8179 (flymake-get-line-count): Remove unused function.
8180 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8181
8182 * emulation/vi.el:
8183 * generic.el:
8184 * hilit-chg.el (global-highlight-changes):
8185 * hi-lock.el (hi-lock-mode):
8186 * follow.el: find-file-hooks -> find-file-hook.
8187
8188 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8189
8190 2005-03-24 Juri Linkov <juri@jurta.org>
8191
8192 * dired.el (dired-mode-map): Add menu item "Compare directories"
8193 for dired-compare-directories.
8194
8195 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8196 Doc fix. Replace `read-file-name' with `read-directory-name'.
8197
8198 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8201
8202 2005-03-24 Jay Belanger <belanger@truman.edu>
8203
8204 * calc/calc-embed.el (calc-embedded-mode-change): Save all
8205 relevant mode settings in calc-embedded-original-modes when modes
8206 are permanently changed.
8207
8208 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * autoinsert.el: find-file-hooks -> find-file-hook.
8211
8212 2005-03-24 Lute Kamstra <lute@gnu.org>
8213
8214 * generic.el (generic-font-lock-defaults): Make it obsolete.
8215 (generic-font-lock-keywords): New variable to replace
8216 generic-font-lock-defaults.
8217 (generic-mode-set-font-lock): Delete it.
8218 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8219 (generic-bracket-support): Add docstring.
8220
8221 * generic-x.el: Rename generic-font-lock-defaults to
8222 generic-font-lock-keywords throughout.
8223 (mailagent-rules-setup-function): Delete it.
8224 (mailagent-rules-generic-mode): Use anonymous function instead.
8225 (show-tabs-generic-mode-font-lock-defaults-1)
8226 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8227 Quote faces.
8228 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8229 not foreground.
8230
8231 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8232 Recognize define-generic-mode.
8233
8234 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8237 if there's no completion table.
8238
8239 2005-03-23 Miles Bader <miles@gnu.org>
8240
8241 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8242 Remove tty-specific variants, as they're no longer needed.
8243
8244 2005-03-23 Lute Kamstra <lute@gnu.org>
8245
8246 * generic-x.el: Code cleanup: make args constant whenever possible.
8247 (installshield-statement-keyword-list)
8248 (installshield-system-functions-list)
8249 (installshield-system-variables-list, installshield-types-list)
8250 (installshield-funarg-constants-list): Make them constants.
8251
8252 * generic.el (generic-make-keywords-list): Add autoload cookie.
8253
8254 * calendar/time-date.el: Add comment on time value formats.
8255 Don't require parse-time.
8256 (with-decoded-time-value): New macro.
8257 (encode-time-value): New function.
8258 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8259 (days-to-time): Return a valid time value when arg is huge.
8260 (time-since): Use time-subtract.
8261 (time-to-number-of-days): Use time-to-seconds.
8262
8263 2005-03-23 David Ponce <david@dponce.com>
8264
8265 * recentf.el: (recentf-keep): New option.
8266 (recentf-menu-action): Default to `find-file'.
8267 (recentf-keep-non-readable-files-flag)
8268 (recentf-keep-non-readable-files-p)
8269 (recentf-file-readable-p, recentf-find-file)
8270 (recentf-cleanup-remote): Remove.
8271 (recentf-include-p): More robust.
8272 (recentf-keep-p): New function.
8273 (recentf-remove-if-non-kept): Rename from
8274 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
8275 All callers updated.
8276 (recentf-menu-items-for-commands): Fix help string.
8277 (recentf-track-closed-file): Update. Doc fix.
8278 (recentf-cleanup): Update. Count removed files. Doc fix.
8279
8280 2005-03-23 Kim F. Storm <storm@cua.dk>
8281
8282 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8283 Don't inherit from fringe face (now happens automatically).
8284
8285 2005-03-22 Kim F. Storm <storm@cua.dk>
8286
8287 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8288 position values.
8289
8290 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * menu-bar.el (showhide-date-time): Remove.
8293 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8294 (menu-bar-make-mm-toggle): Simplify.
8295
8296 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8297
8298 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8299 Accept qualified variable and function names.
8300
8301 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8302
8303 * bindings.el (completion-ignored-extensions):
8304 Remove ".lis" for `vax-vms'.
8305
8306 2005-03-22 Andreas Schwab <schwab@suse.de>
8307
8308 * generic-x.el: Revert last change.
8309 * ldefs-boot.el: Update.
8310
8311 2005-03-22 Jay Belanger <belanger@truman.edu>
8312
8313 * calc/calc-embed (calc-embedded-original-modes): New variable.
8314 (calc-embedded-save-original-modes)
8315 (calc-embedded-restore-original-modes): New functions.
8316 (calc-do-embedded): Save original modes when entering embedded mode
8317 and restore when leaving embedded mode.
8318 (calc-embedded-modes-change): Change the value of
8319 calc-embedded-original-modes to reflect permanent changes.
8320
8321 2005-03-22 Lute Kamstra <lute@gnu.org>
8322
8323 * generic-x.el: Require generic again.
8324
8325 2005-03-22 Miles Bader <miles@gnu.org>
8326
8327 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8328 Tweak details to look good on both ttys and bitmap displays, light
8329 or dark background, etc.
8330
8331 2005-03-21 Kim F. Storm <storm@cua.dk>
8332
8333 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8334 mouse position.
8335
8336 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * icomplete.el: Don't forcibly turn on the mode upon load.
8339 (icomplete-mode): Use define-minor-mode.
8340 (icomplete-eoinput): Default to nil.
8341 (icomplete-minibuffer-setup): Remove autoload.
8342 (icomplete-tidy): Simplify.
8343 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8344 in the initial state or if the user has modified the field.
8345 Fix handling of icomplete-max-delay-chars.
8346 Remove code that handles the oddball case where
8347 minibuffer-completion-table is an integer.
8348 Wrap icomplete-completions in while-no-input in case building
8349 completions takes more time than expected.
8350 (icomplete-completions): Simplify.
8351
8352 2005-03-21 Richard M. Stallman <rms@gnu.org>
8353
8354 * jka-compr.el (jka-compr-really-do-compress):
8355 Make variable buffer-local.
8356
8357 * image-mode.el: Handle .xpm files too.
8358 (image-toggle-display): Preserve modification flag.
8359
8360 * help.el (where-is): Don't mention aliases with no key bindings.
8361
8362 2005-03-21 Lute Kamstra <lute@gnu.org>
8363
8364 * generic.el: Fix commentary section. Don't require cl for
8365 compilation.
8366 (generic-mode-list): Add autoload cookie.
8367 (generic-use-find-file-hook, generic-lines-to-scan)
8368 (generic-find-file-regexp, generic-ignore-files-regexp)
8369 (generic-mode, generic-mode-find-file-hook)
8370 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8371 (define-generic-mode): Make it a defmacro. Fix docstring.
8372 (generic-mode-internal): Code cleanup. Add autoload cookie.
8373 (generic-mode-set-comments): Code cleanup.
8374 * generic-x.el: Don't prevent compilation. Don't require generic.
8375 Follow coding conventions. Minor code cleanup.
8376 (etc-fstab-generic-mode): Add some keywords.
8377 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8378 define-generic-mode like a function declaration.
8379
8380 2005-03-21 Jay Belanger <belanger@truman.edu>
8381
8382 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8383 changing modes.
8384
8385 2005-03-21 Sam Steingold <sds@gnu.org>
8386
8387 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8388
8389 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8390
8391 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8392 Add underscore to "f$ lexicals" regexp.
8393
8394 2005-03-20 Juri Linkov <juri@jurta.org>
8395
8396 * subr.el (progress-reporter-do-update): When `min-value' is equal
8397 to `max-value', set `percentage' to 0 and prevent division by zero.
8398
8399 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8400
8401 Sync with Tramp 2.0.48.
8402
8403 * tramp.el (all): Change all addresses to .gnu.org.
8404 (tramp-append-tramp-buffers): New defun.
8405 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8406 Catch `dont-send' signal.
8407 (tramp-set-auto-save-file-modes): Set always permissions, because
8408 there might be an old auto-saved file belonging to another
8409 original file. This could be a security threat. Reported by
8410 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8411 Check for Emacs 21.3.50 removed.
8412
8413 * tramp-smb.el (all): Remove debug construct for
8414 `with-parsed-tramp-file-name'.
8415 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8416 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8417 No error message if DIRECTORY or FILENAME doesn't exist.
8418 (tramp-smb-open-connection): Check existence of
8419 `tramp-smb-program'.
8420
8421 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8424 Properly handle the case where the `m' or `s' command's argument is not
8425 yet terminated.
8426 (perl-indent-new-calculate): New function.
8427 (perl-indent-line): Use it.
8428
8429 2005-03-20 Miles Bader <miles@gnu.org>
8430
8431 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8432 in text-mode too. Change to new face names.
8433 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8434 Add `:weight bold' attribute.
8435 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8436
8437 2005-03-19 Juri Linkov <juri@jurta.org>
8438
8439 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8440
8441 * international/mule.el (auto-coding-alist): Sync with
8442 `auto-mode-alist' by adding upper case archive file extensions
8443 and adding ear/war to jar extension.
8444
8445 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8446
8447 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8448 running, restart it.
8449
8450 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8451
8452 * finder.el (finder-current-item): Throw an error on an empty line.
8453
8454 * man.el (Man-follow-manual-reference): If current-word returns
8455 nil, use "".
8456
8457 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8458
8459 * simple.el (goto-line): Doc fix.
8460
8461 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8462
8463 * files.el (save-buffer): Doc fix.
8464
8465 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8466
8467 * recentf.el (recentf-cleanup-remote): New variable.
8468 (recentf-cleanup): Use it to conditionally check availability of
8469 remote files.
8470
8471 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8472
8473 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8474 function names.
8475
8476 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8477
8478 * language/thai-word.el: New file.
8479
8480 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8481
8482 * files.el (backup-buffer): If the file's directory is not
8483 writable, use copy instead of move to backup the file.
8484
8485 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8486
8487 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8488
8489 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8490
8491 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8492 Use functionp instead of symbolp and fboundp. Reported by Drkm
8493 <darkman_spam@yahoo.fr>.
8494 (ps-print-version): New version 6.6.6.
8495
8496 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8497
8498 * textmodes/table.el (table--line-column-position): New idiom.
8499 (table--row-column-insertion-point-p): New function to test
8500 validity of row and column insertion operation at a location.
8501 (table-global-menu, table-cell-menu): Use above functions for
8502 deterministic test operation.
8503 (table--editable-cell-p): Behave in deterministic fashion.
8504
8505 2005-03-18 Juri Linkov <juri@jurta.org>
8506
8507 * isearch.el (isearch-lazy-highlight-new-loop):
8508 Make arguments beg and end optional.
8509 (isearch-update): Remove optional arguments nil from
8510 isearch-lazy-highlight-new-loop.
8511 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8512 isearch-lazy-highlight-case-fold-search instead of
8513 isearch-case-fold-search, and let-bind isearch-regexp to
8514 isearch-lazy-highlight-regexp.
8515 Use isearch-lazy-highlight-last-string instead of isearch-string.
8516
8517 * replace.el (perform-replace): Remove bindings of global
8518 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8519 Add three new arguments to `replace-highlight'.
8520 (replace-highlight): Add arguments string, regexp, case-fold.
8521 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8522 to allow isearch-lazy-highlight-new-loop to use these values
8523 to set corresponding isearch-lazy-highlight-* internal
8524 variables whose values lazy highlighting will use regardless of
8525 changes to global variables isearch-string, isearch-regexp,
8526 isearch-case-fold-search during lazy highlighting loop.
8527 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8528 to `lazy-highlight-cleanup'.
8529
8530 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8531 (ispell-highlight-face): Set default face to `isearch' when
8532 lazy highlighting is enabled.
8533 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8534 priority to 1. Add lazy highlighting.
8535 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8536 from `isearch-dehighlight'.
8537
8538 2005-03-18 David Ponce <david@dponce.com>
8539
8540 * files.el (hack-local-variables): Do a case-insensitive search
8541 for End.
8542
8543 2005-03-18 Juri Linkov <juri@jurta.org>
8544
8545 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8546 `isearch-lazy-highlight-cleanup', add alias to old name and
8547 declare obsolete. Add release numbers to other obsolete vars.
8548 (isearch-done, isearch-lazy-highlight-new-loop):
8549 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8550 (lazy-highlight-cleanup) <variable>: Doc fix.
8551 (isearch-lazy-highlight-update): Rename obsolete
8552 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8553
8554 2005-03-18 Kenichi Handa <handa@m17n.org>
8555
8556 * language/thai-util.el: Fix categorization of Thai characters in
8557 thai-category-table.
8558 (thai-composition-pattern): Adjust it for the above change.
8559 (thai-self-insert-command, thai-compose-syllable): New functions.
8560 (thai-compose-region): Use thai-compose-syllable.
8561 (thai-compose-string): Likewise.
8562 (thai-composition-function): Likewise.
8563 (thai-auto-composition): New function.
8564 (thai-auto-composition-mode): New minor mode.
8565
8566 * language/thai.el: Fix patterns to be registered in
8567 composition-function-table.
8568
8569 * international/quail.el (quail-input-method): Locally bind
8570 inhibit-modification-hooks to t.
8571
8572 2005-03-17 Richard M. Stallman <rms@gnu.org>
8573
8574 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8575 (perl-mode): Use run-mode-hooks.
8576
8577 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8578 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8579 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8580
8581 * mail/sendmail.el (sendmail-send-it): Reenable the code
8582 to compute resend-to-address and use it.
8583
8584 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8585
8586 * image-mode.el: New file.
8587
8588 * image.el (insert-sliced-image): Add autoload cookie.
8589
8590 * font-lock.el (font-lock-lines-before): New user option.
8591 (font-lock-after-change-function): Obey it.
8592
8593 * bindings.el (esc-map): Make M-g a prefix.
8594 Bind M-g g and M-g M-g to goto-line.
8595
8596 * faces.el (face-id): Doc fix.
8597
8598 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8599
8600 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8601 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8602 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8603
8604 * mail/sendmail.el (mail-yank-ignored-headers)
8605 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8606 Add Mail-Followup-To and Mail-Reply-To headers.
8607 (mail-citation-hook): Add autoload cookie.
8608 (mail-mode): Doc fix.
8609 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8610 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8611 (mail-mode-fill-paragraph): Handle those headers.
8612 (mail-mailing-lists): New variable.
8613 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8614
8615 2005-03-17 Juri Linkov <juri@jurta.org>
8616
8617 * isearch.el (isearch-fallback): Check for `(car previous)'
8618 before calling `isearch-other-end-state'.
8619
8620 2005-03-17 Kim F. Storm <storm@cua.dk>
8621
8622 * simple.el (move-beginning-of-line): Move to beginning of buffer
8623 line, as well as beginning of screen line.
8624
8625 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8626
8627 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8628 argument REDRAW rather than calendar-redrawing variable.
8629 * calendar/calendar.el (calendar-redrawing): Delete.
8630 (redraw-calendar): Do not bind calendar-redrawing.
8631
8632 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8633
8634 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8635 diary-file buffer.
8636
8637 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * help.el (describe-mode): Allow a :minor-mode-function property to
8640 specify a different minor mode toggle function than the variable.
8641 * simple.el (auto-fill-function):
8642 * subr.el (add-minor-mode): Use it.
8643
8644 2005-03-16 Kenichi Handa <handa@m17n.org>
8645
8646 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8647 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8648 (ethio-fidel-to-sera-buffer): Likewise.
8649
8650 2005-03-16 Juri Linkov <juri@jurta.org>
8651
8652 * emacs-lisp/find-func.el (find-function-regexp):
8653 Add defun-emitting macro `menu-bar-make-toggle'.
8654
8655 * isearch.el: Put `isearch-scroll' property to
8656 `split-window-horizontally'.
8657
8658 * info.el: Update error messages for `debug-ignored-errors'.
8659 (Info-isearch-search): Doc fix.
8660 (Info-find-node): Move up code to go into info buffer before
8661 recording the node to the history.
8662 (Info-fontify-node): Fontify titles only if the next line
8663 has two or more `*', `=', `-', `.'.
8664 Display "go to this node" for empty (match-string 3).
8665
8666 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8667
8668 * term/mac-win.el: Add mouse pointer shape constants.
8669
8670 2005-03-15 Kim F. Storm <storm@cua.dk>
8671
8672 * simple.el (move-beginning-of-line): Use vertical-motion.
8673
8674 2005-03-15 Juri Linkov <juri@jurta.org>
8675
8676 * isearch.el (isearch-error): New variable.
8677 (isearch-invalid-regexp, isearch-within-brackets): Remove.
8678 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8679 (isearch-within-brackets-state): Remove.
8680 (isearch-case-fold-search-state, isearch-pop-fun-state):
8681 Decrease frame index.
8682 (isearch-mode, isearch-top-state, isearch-push-state)
8683 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8684 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8685 (isearch-search, isearch-lazy-highlight-new-loop):
8686 Replace `isearch-invalid-regexp' with `isearch-error'.
8687 Remove `isearch-within-brackets'.
8688 (isearch-search): Add `search-failed' handler to `condition-case'.
8689 (isearch-lazy-highlight-search): Add `condition-case' to catch
8690 errors and allow `isearch-lazy-highlight-update' to try
8691 highlighting from the beginning of the window.
8692 (isearch-repeat): Move up code to set isearch-wrapped to t
8693 before calling isearch-wrap-function.
8694
8695 * info.el (Info-isearch-initial-node): New internal variable.
8696 (Info-search): Signal an error in isearch mode when search leaves
8697 the initial node. Signal an error when `bound' is non-nil and
8698 nothing was found in the current subfile.
8699 (Info-isearch-search): Remove `condition-case'.
8700 (Info-isearch-wrap): Don't wrap when search failed during leaving
8701 the initial node. If `Info-isearch-search' is nil, wrap around
8702 the current node.
8703 (Info-isearch-start): New fun.
8704 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8705 `isearch-mode-hook'.
8706
8707 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8708
8709 * simple.el (normal-erase-is-backspace): Set default to t if
8710 running on Mac.
8711
8712 * term/mac-win.el (function-key-map): Sync with x-win.el.
8713
8714 2005-03-15 Kenichi Handa <handa@m17n.org>
8715
8716 * international/mule-cmds.el (locale-language-names): Modify the
8717 format of elements and add more entries.
8718 (locale-preferred-coding-systems): Add more entries.
8719 (set-locale-environment): Adjust for the change of
8720 locale-language-names.
8721
8722 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * pcvs.el (smerge-ediff): Remove bogus autoload.
8725
8726 2005-03-14 Lute Kamstra <lute@gnu.org>
8727
8728 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8729 Ignore a `*' at the beginning of a line.
8730
8731 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8732 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8733 subr.el.
8734 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8735 to specify indentation.
8736
8737 * generic.el (define-generic-mode): Let generic-mode-list be a
8738 list of strings; test membership with equal.
8739
8740 2005-03-14 Kim F. Storm <storm@cua.dk>
8741
8742 * simple.el (next-line, previous-line): Add optional try-vscroll
8743 arg to recognize interactive use. Pass it on to line-move.
8744 (line-move): Don't perform auto-window-vscroll when defining or
8745 executing keyboard macro to ensure consistent behavior.
8746
8747 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8750
8751 2005-03-13 Lute Kamstra <lute@gnu.org>
8752
8753 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8754 debugger-setup-buffer so that backtrace marks the frames set to
8755 debug-on-exit and we don't have to do it manually. Set an extra
8756 debug-on-exit for macro's.
8757 (debugger-setup-buffer): Don't mark the top frame manually.
8758
8759 2005-03-12 Lute Kamstra <lute@gnu.org>
8760
8761 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8762 lisp-indent-function throughout.
8763 (with-no-warnings): Set lisp-indent-function property.
8764
8765 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8766
8767 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8768 Add entry for backslash.
8769
8770 2005-03-12 Juri Linkov <juri@jurta.org>
8771
8772 * info.el (Info-search): Four fixes for backward search.
8773
8774 2005-03-11 Jay Belanger <belanger@truman.edu>
8775
8776 * calc/calc.el (calc-language-alist): New variable.
8777 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8778 (calc-embedded-find-modes): Use calc-language-alist instead of
8779 calc-embedded-language-alist.
8780
8781 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8782
8783 * calendar/calendar.el (calendar-redrawing): New internal
8784 variable.
8785 (redraw-calendar): Remove bogus save-excursion from previous
8786 change. Bind calendar-redrawing to t for mark-diary-entries.
8787 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8788 calendar if that is why we were called.
8789
8790 2005-03-11 Kenichi Handa <handa@m17n.org>
8791
8792 * international/mule.el (make-coding-system): Set property
8793 coding-system-define-form to nil.
8794 (define-coding-system-alias): Likewise.
8795
8796 2005-03-11 Kenichi Handa <handa@m17n.org>
8797
8798 These changes are suggested by Dave Love <fx@gnu.org>.
8799
8800 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8801 coding: tag.
8802 (adaptive-fill-regexp): Add more bullets.
8803 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8804 regexps.
8805
8806 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * help.el (describe-mode): Properly handle non-trivial lighters.
8809 Don't ignore minor modes that are not listed in minor-mode-list.
8810
8811 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8812 feature ON when the user requests to turn it OFF.
8813
8814 2005-03-10 Lute Kamstra <lute@gnu.org>
8815
8816 * emacs-lisp/debug.el (debug-entry-code): Delete it.
8817 (implement-debug-on-entry): New function to replace debug-entry-code.
8818 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8819 second argument as the 2005-03-07 change makes it obsolete.
8820 (debug-on-entry, cancel-debug-on-entry): Update call to
8821 debug-on-entry-1.
8822 (debug, debugger-setup-buffer): Comment update.
8823 (debugger-frame-number): Update to work with implement-debug-on-entry.
8824
8825 2005-03-10 Jay Belanger <belanger@truman.edu>
8826
8827 * calc/calc-embed.el (math-ms-args): Declare it.
8828 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8829 math-ms-args.
8830 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8831 variables.
8832
8833 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
8834
8835 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8836 Use message-box.
8837
8838 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8839 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8840 (tooltip-gud-tips): Simplify.
8841 (tooltip-gud-tips-p): Remove superfluous :set.
8842 (tooltip-gud-modes): Add fortran-mode.
8843 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8844
8845 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8846
8847 2005-03-09 Kim F. Storm <storm@cua.dk>
8848
8849 * play/animate.el (animate-place-char): Use forward-line instead
8850 of next-line to improve performance.
8851
8852 2005-03-09 Simon Josefsson <jas@extundo.com>
8853
8854 * net/browse-url.el (browse-url-default-browser): Doc fix.
8855
8856 2005-03-09 Miles Bader <miles@gnu.org>
8857
8858 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8859 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8860
8861 2005-03-09 Kenichi Handa <handa@m17n.org>
8862
8863 * international/latin-1.el: Set case and syntax for 255 only if
8864 set-case-syntax-set-multibyte is nil.
8865
8866 * textmodes/ispell.el (ispell-insert-word): New function.
8867 (ispell-word): Use ispell-insert-word to insert a new word.
8868 (ispell-process-line): Likewise.
8869 (ispell-complete-word): Likewise.
8870
8871 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8872
8873 * calendar/calendar.el (redraw-calendar): Preserve point.
8874 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8875 (calendar-week-start-day): Move after definition of
8876 redraw-calendar. Delete buffer test, since redraw-calendar has
8877 that now.
8878
8879 * calendar/diary-lib.el (mark-diary-entries): Only call
8880 redraw-calendar in the first of any recursive calls.
8881 Reported by Alan Shutko <ats@acm.org>.
8882
8883 2005-03-08 Juri Linkov <juri@jurta.org>
8884
8885 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8886 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8887 (html-radio-buttons): Add a space before the trailing `/>' where
8888 sgml-xml-mode is non-nil.
8889 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8890 the subsequent tag of the empty XML tag.
8891 (html-href-anchor): Don't set initial input to "http:".
8892 (html-image): Ask for the image URL and set point inside alt="".
8893 (html-name-anchor): Duplicate the name in the `id' attribute when
8894 sgml-xml-mode is non-nil.
8895 (html-paragraph): Remove \n before <p>.
8896 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8897 instead of `checked' when sgml-xml-mode is non-nil.
8898
8899 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8900 Remove 1 space before #RRGGBB to not truncate it on terminal
8901 windows w/o fringes. Remove 1 space between bg and fg examples
8902 to get more space.
8903 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8904 avoid byte-compile warnings.
8905
8906 * image-file.el (image-file-handler): Put `safe-magic' property to
8907 `image-file-handler'.
8908
8909 * info.el (Info-isearch-search): Emulate word search in
8910 isearching through multiple Info nodes with Info-search.
8911 (Info-isearch-wrap): Allow isearch-word.
8912
8913 2005-03-08 Lute Kamstra <lute@gnu.org>
8914
8915 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8916 stepping into the debugger's code is not possible.
8917 (debugger-jumping-flag): Docstring update.
8918
8919 2005-03-08 Jay Belanger <belanger@truman.edu>
8920
8921 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8922 embedded mode begins.
8923 (calc-embedded-language-alist): New variable.
8924 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8925 set default language mode.
8926
8927 2005-03-08 Kenichi Handa <handa@m17n.org>
8928
8929 * international/ccl.el (define-ccl-program): Fix docstring about
8930 extra 256 bytes assured for the output buffer.
8931
8932 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8933 Fix BUFFER_MAGNIFICATION to 2.
8934 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8935
8936 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8937
8938 * align.el (align-rules-list): Added an alignment rule for CSS
8939 declarations (applies to css-mode and html-mode buffers).
8940
8941 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8944
8945 2005-03-07 Kim F. Storm <storm@cua.dk>
8946
8947 * simple.el (move-beginning-of-line): New command.
8948
8949 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8950
8951 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8952
8953 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8954 and move-beginning-of-line.
8955
8956 * apropos.el (apropos-print): Omit command from M-x ... RET.
8957
8958 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8959
8960 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8961 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8962
8963 2005-03-06 Richard M. Stallman <rms@gnu.org>
8964
8965 * bindings.el (esc-map): Bind M-g to goto-line.
8966
8967 * facemenu.el (global-map): Bind M-o, not M-g.
8968
8969 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8970
8971 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8972 "Open Directory" as for "Open File".
8973
8974 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8977 (push-mark-command): Run activate-mark-hook.
8978
8979 2005-03-06 Richard M. Stallman <rms@gnu.org>
8980
8981 * help-mode.el (help-mode-finish): Don't alter the element
8982 in view-return-to-alist if there already is one.
8983
8984 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8985 make sure the current buffer is the expected one.
8986
8987 * novice.el (disabled-command-function): Output in *Disabled Command*.
8988 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8989
8990 * textmodes/flyspell.el (flyspell-large-region):
8991 Pass args differently for aspell.
8992
8993 * files.el (mode-require-final-newline): Doc fix.
8994
8995 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8996
8997 * progmodes/which-func.el (which-function):
8998 Specify NOERROR when calling imenu--make-index-alist.
8999
9000 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * simple.el (normal-erase-is-backspace): Define default value.
9003
9004 * custom.el (custom-theme-set-variables): Remove unused var
9005 `immediate'.
9006 (custom-reevaluate-setting): Simple function to handle variables
9007 that are defined before their default value can really be
9008 computed.
9009
9010 * startup.el (command-line): Use it for temporary-file-directory,
9011 small-emporary-file-directory, auto-save-file-name-transforms,
9012 blink-cursor-mode, and normal-erase-is-backspace.
9013
9014 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9015 progress, even with buggy anchored keywords.
9016
9017 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
9018
9019 * simple.el (goto-line): Remove unbalanced final parenthesis.
9020
9021 2005-03-05 Richard M. Stallman <rms@gnu.org>
9022
9023 * simple.el (goto-line): Use a number at point as the default.
9024 With C-u as arg, switch buffers.
9025
9026 2005-03-05 Juri Linkov <juri@jurta.org>
9027
9028 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9029 with `no-blinking-cursor'.
9030
9031 * startup.el (no-blinking-cursor): New defvar.
9032 (command-line): Add `--no-blinking-cursor' to longopts.
9033 Set `no-blinking-cursor' to t for command line arguments
9034 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
9035 with `no-blinking-cursor' in the condition for calling
9036 `blink-cursor-mode'.
9037
9038 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9041 (menu-bar-options-save): Add blink-cursor-mode.
9042 (menu-bar-options-menu): Add blink-cursor-mode.
9043
9044 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9045
9046 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9047 (icalendar-export-file, icalendar-export-region)
9048 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9049 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9050
9051 2005-03-04 Lute Kamstra <lute@gnu.org>
9052
9053 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9054 (debug-function-list): Ditto.
9055
9056 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
9057
9058 * textmodes/texinfmt.el (texinfo-append-refill):
9059 Redefine the types of line to which @refill
9060 is not appended by replacing a search for `@refill\\|@bye' with
9061 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
9062 itemize@refill' bug and the unfilled long lines bug.
9063 (texinfmt-version): Update number and date.
9064
9065 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9066
9067 * international/code-pages.el (windows-1250, windows-125[2-8])
9068 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9069
9070 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9073 bound yet.
9074
9075 2005-03-02 Romain Francoise <romain@orebokech.com>
9076
9077 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9078 buffer after removing limits.
9079 (ibuffer-pop-filter): Ditto.
9080 Update copyright.
9081
9082 2005-03-02 Miles Bader <miles@gnu.org>
9083
9084 * button.el (make-text-button): If the user doesn't specify a
9085 type, use the default. Rewrite to use `add-text-properties' and
9086 plist functions.
9087
9088 2005-03-01 Lute Kamstra <lute@gnu.org>
9089
9090 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9091 (debugger-jumping-flag): New var.
9092 (debug-entry-code): Use it.
9093 (debugger-jump): Use debugger-jumping-flag and add
9094 debugger-reenable to post-command-hook.
9095 (debugger-reenable): Use debugger-jumping-flag and remove itself
9096 from post-command-hook.
9097 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9098 debugger-reenable.
9099
9100 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
9101
9102 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9103 inclusion of "itemize\\|", which may be unnecessary, is certainly
9104 inelegant, and stops refilling in itemize lists when formatting
9105 Japanese Texinfo files to Info.
9106 Update copyright to 2005.
9107
9108 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
9109
9110 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9111 of an error if GDB can't find the source file.
9112
9113 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9114
9115 * calendar/calendar.el (redraw-calendar): Work from any buffer,
9116 not just the calendar.
9117
9118 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9119 first.
9120 (diary-redraw-calendar): New function.
9121 (make-diary-entry): Add diary-redraw-calendar to local
9122 write-contents-functions. Turn off selective display before
9123 inserting in diary.
9124
9125 2005-03-01 Kim F. Storm <storm@cua.dk>
9126
9127 * emacs-lisp/copyright.el (copyright-fix-years): New command.
9128
9129 2005-03-01 Lute Kamstra <lute@gnu.org>
9130
9131 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9132 that debug-entry-code can be safely removed from a function while
9133 this code is being evaluated. Revert the 2005-02-27 change as the
9134 new implementation no longer requires it. Make sure that a
9135 function body containing just a string is not mistaken for a docstring.
9136 (debug): Skip one more frame in case of debug on entry.
9137 (debugger-setup-buffer): Delete one more frame line in case of
9138 debug on entry.
9139 (debugger-frame-number): Update to use the new text introduced by
9140 the 1999-11-03 change. Skip one more frame in case of debug on entry.
9141
9142 2005-02-28 Kim F. Storm <storm@cua.dk>
9143
9144 * double.el (double-translate-key): Call force-window-update after
9145 read-event to avoid crash in redisplay.
9146
9147 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9150 (debug): Use it. Move the inhibit-trace earlier.
9151 (debug-entry-code): New const.
9152 (debug-on-entry-1): Use it.
9153
9154 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
9155
9156 * international/utf-16.el (ccl-encode-mule-utf-16le):
9157 Fix BUFFER_MAGNIFICATION to 2.
9158 (ccl-encode-mule-utf-16be): Likewise.
9159
9160 2005-02-28 Kenichi Handa <handa@m17n.org>
9161
9162 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9163 Fix BUFFER_MAGNIFICATION to 4.
9164 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9165
9166 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
9167
9168 * speedbar.el (speedbar-update-flag): Doc fix.
9169 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9170 argument.
9171
9172 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9175 have a non-nil `invisible' property but are actually visible.
9176
9177 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9178 for perldoc sections.
9179 (perl-outline-regexp, perl-outline-level): New var and function.
9180 (perl-mode): Use them.
9181
9182 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9183
9184 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9185 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9186
9187 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9188
9189 * cus-edit.el: Comment change.
9190 (custom-buffer-create-internal): Slightly reword text at top of
9191 Custom buffers. Mention there that saving an option edits the
9192 init file. Add link to Emacs manual node on `custom-file'.
9193 (custom-magic-alist): Rewrite individual State messages to use
9194 capitalized keywords. Doc fix.
9195
9196 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9197
9198 * calendar/calendar.el (calendar-buffer): Move above
9199 calendar-week-start-day.
9200 (calendar-week-start-day): Doc fix. Add :set function.
9201 (calendar-minimum-window-height): New variable.
9202 (generate-calendar-window): Only resize window if selected-window
9203 is displaying the calendar buffer. Use new variable
9204 calendar-minimum-window-height.
9205 (generate-calendar): Reword error message.
9206 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9207
9208 2005-02-27 Andreas Schwab <schwab@suse.de>
9209
9210 * vc.el (vc-do-command): Don't run command asynchronously when
9211 operating in a remote directory.
9212
9213 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9214 change from sync with Tramp 2.0.47.
9215
9216 2005-02-27 Richard M. Stallman <rms@gnu.org>
9217
9218 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9219
9220 * textmodes/flyspell.el (flyspell-mode-on):
9221 Call ispell-change-dictionary only if necessary.
9222
9223 * emacs-lisp/re-builder.el (regexp-builder): New function.
9224
9225 * register.el (describe-register-1): Explicitly handle
9226 yank-excluded-properties = t.
9227
9228 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9229 (custom-magic-alist): Change the status descriptions again.
9230 (face widget-type): Total rewrite based on `restricted-sexp'
9231 to eliminate the confusing double hiding levels.
9232
9233 * emacs-lisp/debug.el (debug-on-entry-1):
9234 If function body is empty, add nil as body form.
9235
9236 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * emacs-lisp/trace.el (inhibit-trace): New var.
9239 (trace-make-advice): Use it.
9240
9241 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9242
9243 2005-02-26 Kim F. Storm <storm@cua.dk>
9244
9245 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9246 (mouse-on-link-p, mouse-drag-region-1): Use it.
9247
9248 2005-02-25 Lute Kamstra <lute@gnu.org>
9249
9250 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9251
9252 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9253
9254 * frame.el (blink-cursor-mode): Add :group keyword.
9255
9256 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
9257
9258 * calendar/icalendar.el (icalendar--decode-isodatetime):
9259 New optional argument DAY-SHIFT.
9260 (icalendar-export-region): Fix coding-system-for-write.
9261 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9262 events by one.
9263
9264 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9267
9268 2005-02-24 Kim F. Storm <storm@cua.dk>
9269
9270 * international/iso-acc.el (iso-accents-compose): Fix crash
9271 during redisplay. Call force-window-update after read-event
9272 and delete-region to signal that window is not accurate.
9273
9274 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9277 Remove unused and inexistent var `inhibit-trace'.
9278 (debugger-mode): Use run-mode-hooks.
9279 (debugger-list-functions): Add buttons; setup xref stack.
9280
9281 2005-02-23 Richard M. Stallman <rms@gnu.org>
9282
9283 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9284 appointment says it was explicitly made.
9285 (appt-add): Set the 3rd element.
9286 (appt-make-list): Preserve explicit appointments.
9287
9288 * subr.el (find-tag-default): Catch errors in forward-sexp.
9289
9290 2005-02-23 Juri Linkov <juri@jurta.org>
9291
9292 * info.el (Info-isearch-search): New defcustom.
9293 (Info-isearch-search): Call the default isearch function
9294 when Info-isearch-search is nil.
9295 (Info-isearch-wrap): Use variable Info-isearch-search.
9296
9297 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9298
9299 * cus-edit.el: Comment change.
9300
9301 2005-02-22 Kim F. Storm <storm@cua.dk>
9302
9303 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9304 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9305
9306 2005-02-22 Simon Josefsson <jas@extundo.com>
9307
9308 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9309 New variable.
9310 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9311 Oskarsson" <myrkraverk@users.sourceforget.net>.
9312
9313 2005-02-22 Kim F. Storm <storm@cua.dk>
9314
9315 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9316 check that window of that event is the selected window.
9317 (mouse-drag-region-1): Compare mouse event window to selected
9318 window before setting point.
9319
9320 * tooltip.el (tooltip-show-help-function): Pass event to
9321 mouse-on-link-p so it can check selected window.
9322
9323 2005-02-22 Kenichi Handa <handa@m17n.org>
9324
9325 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9326 (ps-mule-show-warning): New function.
9327 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9328 characters are found.
9329
9330 * ps-print.el (ps-header-footer-string): Return a list of header
9331 and footer strings.
9332
9333 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9334
9335 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9336
9337 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * frame.el (blink-cursor-mode): Use define-minor-mode.
9340
9341 * term/mac-win.el (function-key-map): Use char-names more consistently.
9342 (file-name-coding-system): Only set it for MacOS-9. The other case is
9343 already handled in mule-cmds.el (where it also works when mac-win.el
9344 is not used).
9345
9346 2005-02-21 Kenichi Handa <handa@m17n.org>
9347
9348 * international/mule.el (ctext-pre-write-conversion): Always use
9349 " *code-converting-work*" buffer for work.
9350
9351 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9352
9353 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9354
9355 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9356
9357 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9358
9359 * ses.el (undo-more): Restore defadvice, but only the part that
9360 allows changes outside the restricted area of the buffer.
9361
9362 2005-02-20 Kim F. Storm <storm@cua.dk>
9363
9364 * simple.el (line-move): Add fourth optional arg try-vscroll which
9365 must be set to perform auto-window-vscroll.
9366 When moving backwards and doing auto-window-vscroll, automatically
9367 vscroll to the last part of lines which are taller than the window.
9368 (next-line, previous-line): Set try-vscroll arg on line-move.
9369
9370 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9371
9372 * replace.el (query-replace, query-replace-regexp)
9373 (replace-string, replace-regexp): When operating on region, make
9374 the minibuffer prompt say so.
9375
9376 * isearch.el (isearch-forward): Document isearch-query-replace and
9377 isearch-query-replace-regexp keybindings.
9378
9379 2005-02-19 Jay Belanger <belanger@truman.edu>
9380
9381 * calc/calc-aent.el (math-read-token): Add local variable.
9382
9383 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9384 (calc-edit-top): Move declaration to earlier in file.
9385 (calc-edit-macro-repeats): Add local variables.
9386
9387 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9388 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9389 calcFunc-tanh.
9390 Adjust integration rule for calcFunc-tan.
9391
9392 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9393
9394 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9395 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9396 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9397 (viper-skip-separators): Bug fix.
9398 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9399 particular major mode.
9400 (viper-del-backward-char-in-replace): Don't put deleted char on the
9401 kill ring.
9402
9403 * viper-ex.el (viper-color-display-p): New function.
9404 (viper-has-face-support-p): Use viper-color-display-p.
9405
9406 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9407
9408 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9409
9410 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9411 (viper-file-remote-p): Make equivalent to file-remote-p.
9412
9413 * viper.el (viper-major-mode-modifier-list):
9414 Use viper-gnus-modifier-map.
9415
9416 2005-02-19 David Kastrup <dak@gnu.org>
9417
9418 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9419 quoting.
9420
9421 2005-02-19 Jay Belanger <belanger@truman.edu>
9422
9423 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9424 Remove extra definitions.
9425 (calc-coth): New function.
9426 (calcFunc-cot): Fix `let'.
9427
9428 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9429
9430 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9431 the reasons we use "type pc" in these faces.
9432
9433 * button.el (button): Ditto.
9434
9435 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9436
9437 * replace.el (query-replace-read-from): Set the value of
9438 query-replace-from-history-variable to handle the case of an empty
9439 string entered to accept the suggested default.
9440
9441 * net/tramp.el (tramp-file-name-for-operation):
9442 Use dired-call-process instead of dired-call-process-command.
9443
9444 2005-02-19 Jay Belanger <belanger@truman.edu>
9445
9446 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9447 (math-div-non-trig): New variables.
9448 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9449 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9450 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9451 trig expressions.
9452
9453 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9454
9455 * progmodes/gdb-ui.el (gdb-var-update-handler)
9456 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9457 for watch expressions,
9458 (gdb-var-create-handler): Don't set speedbar-update-flag.
9459 (gdb-post-prompt): Simplify test for speedbar.
9460
9461 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9462
9463 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9464 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9465 we use the syntax table of the correct buffer.
9466 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9467 Felix Gatzemeier.
9468
9469 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9470 (ediff-file-remote-p): Make synonymous with file-remote-p.
9471 In all deffaces ediff-*-face-*, use min-colors.
9472
9473 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9474 ediff-recurse-to-subdirectories.
9475 (ediff-mark-if-equal): Check that the arguments are strings, use
9476 ediff-same-contents (after to Felix Gatzemeier).
9477
9478 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9479 nil.
9480
9481 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9484
9485 2005-02-18 David Kastrup <dak@gnu.org>
9486
9487 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9488 use `mark-active' when defined.
9489
9490 2005-02-18 Kenichi Handa <handa@m17n.org>
9491
9492 * ps-print.el (ps-font-info-database): New entry
9493 ZapfChancery-MediumItalic with correct font name. Fix font name
9494 of the entry Zapf-Chancery-MediumItalic.
9495
9496 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9497
9498 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9499
9500 2005-02-16 Kim F. Storm <storm@cua.dk>
9501
9502 * ido.el (ido-fallback-command): Pass user input to fallback command.
9503
9504 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9505
9506 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9507 (gdb-find-file-hook): Add server prefix.
9508
9509 2005-02-16 Richard M. Stallman <rms@gnu.org>
9510
9511 * replace.el (perform-replace): Pass new args to replace-highlight.
9512 (replace-highlight): Take region args,
9513 and pass them to isearch-lazy-highlight-new-loop.
9514
9515 * novice.el (disabled-command-hook): Autoload the defalias
9516 and the make-obsolete-variable call.
9517
9518 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9519
9520 * isearch.el (isearch-lazy-highlight-start-limit)
9521 (isearch-lazy-highlight-end-limit): New variables limit
9522 the region for highlighting.
9523 (isearch-lazy-highlight-new-loop): New args BEG and END.
9524 (isearch-lazy-highlight-search): Use the new vars.
9525 (isearch-lazy-highlight-update): Likewise.
9526
9527 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9528
9529 * cus-start.el (all): Use default-boundp.
9530
9531 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9532
9533 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9534
9535 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9536
9537 * autorevert.el (auto-revert-stop-on-user-input)
9538 (auto-revert-verbose): Doc fixes.
9539
9540 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9541
9542 * international/mule-cmds.el (set-locale-environment): Remove call
9543 to set-selection-coding-system on Windows.
9544
9545 2005-02-15 Jay Belanger <belanger@truman.edu>
9546
9547 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9548 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9549 calcFunc-coth.
9550 (math-simplify-sqrt): Add simplifications.
9551
9552 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9553 to list.
9554
9555 * calc/calc-ext.el: Add functions to autoloads.
9556
9557 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9558 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9559 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9560 (math-csc-raw, math-cot-raw): New functions.
9561
9562 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9563
9564 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9565 the variable name in a message.
9566
9567 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9568 calcFunc-csc, calcFunc-cot.
9569
9570 * calc/calcalg2.el: Add derivative and integration rules for
9571 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9572 calcFunc-csch, calcFunc-coth.
9573 (math-do-integral-methods): Add to checks for when to use
9574 substitutions.
9575
9576 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9577
9578 2005-02-15 Lute Kamstra <lute@gnu.org>
9579
9580 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9581 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9582 <monnier@iro.umontreal.ca>
9583 (lisp-outline-level): Improve efficiency. Suggested by David
9584 Kastrup <dak@gnu.org>.
9585
9586 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9587
9588 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9589 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9590 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9591 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9592 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9593
9594 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9595
9596 * cus-start.el (all): Comment change.
9597
9598 2005-02-14 Lute Kamstra <lute@gnu.org>
9599
9600 * cus-start.el (all): Check if symbol is void.
9601
9602 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9603
9604 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9605 optional argument to \cite.
9606
9607 2005-02-14 Richard M. Stallman <rms@gnu.org>
9608
9609 * cus-edit.el (custom-buffer-create-internal): Update help message.
9610 (custom-magic-alist): Update help messages.
9611
9612 * cus-start.el (all): Allow a var to specify a standard value.
9613
9614 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9615
9616 * custom.el (custom-theme-set-variables): Handle variable aliases.
9617
9618 * frame.el (blink-cursor-timer): Doc fix.
9619 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9620 declare obsolete.
9621 (blink-cursor-mode): Define with defcustom and use correct
9622 standard expression in that defcustom.
9623 * startup.el (command-line): Adapt to above changes in frame.el.
9624
9625 2005-02-11 Lute Kamstra <lute@gnu.org>
9626
9627 * apropos.el (apropos-score-doc): Prevent division by zero.
9628
9629 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9630
9631 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9632 (icalendar--get-event-property-attributes)
9633 (icalendar--get-event-properties)
9634 (icalendar--datetime-to-diary-date): New functions.
9635 (icalendar--split-value): Doc fix.
9636 (icalendar--datetime-to-noneuropean-date)
9637 (icalendar--datetime-to-european-date): New optional argument
9638 SEPARATOR. Return result as a string instead of a list.
9639 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9640 (icalendar--convert-string-for-export): Rename arg S to STRING.
9641 (icalendar-export-region): Doc fix. Change name of error buffer.
9642 Save output buffer.
9643 (icalendar-import-file): Add blank at end of prompt.
9644 (icalendar-import-buffer): Doc fix. Do not switch to error
9645 buffer. Indicate status in return value.
9646 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9647 buffer. Save output buffer. Handle exception from recurrence
9648 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9649 events. Fix problems with weekly all-day events.
9650
9651 2005-02-10 Richard M. Stallman <rms@gnu.org>
9652
9653 * simple.el (eval-expression-print-format):
9654 Avoid warning about edebug-active.
9655
9656 * help.el (help-for-help-internal): Rename from help-for-help.
9657 (help-for-help): Define with defalias.
9658
9659 * font-core.el (font-lock-default-function): Use with-no-warnings.
9660
9661 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9662
9663 * custom.el (defface): Doc fix.
9664
9665 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9666
9667 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9668 width 0" to prevent word wrapping problems.
9669
9670 2005-02-09 Kim F. Storm <storm@cua.dk>
9671
9672 * ido.el (ido-file-extensions-order): New defcustom.
9673 (ido-file-extension-lessp, ido-file-extension-aux)
9674 (ido-file-extension-order): New advanced file ordering.
9675 (ido-file-lessp): New simple file ordering.
9676 (ido-sort-list): Remove.
9677 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9678 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9679
9680 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9681
9682 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9683 that some versions of grep produce.
9684 (grep-mode-font-lock-keywords): Likewise.
9685
9686 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
9687
9688 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9689 (gdb-cdir): Delete.
9690 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9691 (gdb-source-info): Treat case when source file is in another
9692 directory properly.
9693 (gdb-get-location): New function.
9694
9695 2005-02-07 Jay Belanger <belanger@truman.edu>
9696
9697 * calc/calc-prog.el (calc-write-parse-table-part)
9698 (calc-fix-token-name): Fix a check for language type.
9699
9700 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9701
9702 2005-02-07 Andre Spiegel <spiegel@gnu.org>
9703
9704 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9705 as directory not writable.
9706
9707 2005-02-07 Kim F. Storm <storm@cua.dk>
9708
9709 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9710 (cua--standard-movement-commands): Remove list.
9711 Instead, set CUA property value to move for movement commands.
9712 (cua-movement-commands): Remove. Users must set CUA prop instead.
9713 (cua--pre-command-handler): Check CUA property.
9714 (cua--init-keymaps): Don't remap undo commands.
9715 (cua-mode): Don't call cua--rectangle-on-off.
9716
9717 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9718 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9719 (cua--rect-undo-set-point): New var.
9720 (cua--rectangle-undo-boundary): Setup undo apply entry.
9721 (cua--rect-undo-handler): New function for rectangle undo.
9722 (cua--rect-start-position, cua--rect-end-position): Add.
9723 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9724 for restored rectangle. Set point if cua--rect-undo-set-point.
9725
9726 2005-02-06 Jay Belanger <belanger@truman.edu>
9727
9728 * calc/calc-lang.el (calc-tex-language): Display more information
9729 in messages.
9730
9731 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9732 in TeX mode.
9733
9734 2005-02-06 Richard M. Stallman <rms@gnu.org>
9735
9736 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9737
9738 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9739
9740 * net/ldap.el (ldap-search-internal): Support attributes with
9741 optional descriptions separated by a semi-colon, as in
9742 "userCertificate;binary".
9743
9744 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9745
9746 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9747 isn't a cons (i.e. the version is 0).
9748
9749 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9750
9751 * help.el (help-for-help): Doc fix.
9752
9753 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
9754
9755 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
9756 GDB-Windows on the menu-bar as this works better.
9757
9758 2005-02-04 Jay Belanger <belanger@truman.edu>
9759
9760 * calc/calc-embed.el (calc-embedded-update): Don't put in
9761 unnecessary newlines. Adjust the end of formula marker.
9762
9763 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9764 (math-latex-parse-two-args): New function.
9765
9766 2005-02-03 Lute Kamstra <lute@gnu.org>
9767
9768 * help-fns.el (help-with-tutorial): Make sure that users cannot
9769 remove the entire text of the tutorial by means of `undo'.
9770
9771 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9774 in recent changes, where the ispell process was repeatedly
9775 killed & restarted.
9776
9777 * international/mule-cmds.el (set-locale-environment): Set file-name
9778 coding system to utf-8 on Darwin systems.
9779 (set-default-coding-systems): Don't set default-file-name-coding-system
9780 on Darwin systems.
9781
9782 2005-02-03 Richard M. Stallman <rms@gnu.org>
9783
9784 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9785
9786 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9787
9788 * faces.el (list-faces-display): Add optional argument.
9789
9790 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * font-core.el (font-lock-default-function): Handle the rare case where
9793 only font-lock-keywords is set.
9794
9795 2005-02-02 Kenichi Handa <handa@m17n.org>
9796
9797 * international/characters.el: Cancel previous change for
9798 I-WITH-DOT-ABOVE and DOTLESS-i.
9799
9800 * international/latin-5.el: Cancel previous change.
9801
9802 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9803
9804 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9805
9806 2005-02-02 Kenichi Handa <handa@m17n.org>
9807
9808 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9809 DOTLESS-i.
9810
9811 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9812 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9813
9814 * case-table.el (get-upcase-table): New function.
9815 (copy-case-table): Copy upcaes table too if non-nil.
9816 (set-case-syntax-delims): Maintain upcase table too.
9817 (set-case-syntax-pair): Likewise.
9818 (set-upcase-syntax, set-downcase-syntax): New functions.
9819 (set-case-syntax): Maintain upcase table too.
9820
9821 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9822
9823 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9824
9825 * progmodes/gud.el (gud-goto-info): New function.
9826 (gud-tool-bar-map): Use correct icon.
9827
9828 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9829
9830 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9831 When delegating, order args in the funcall correctly.
9832
9833 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9834
9835 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9836
9837 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
9838
9839 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9840 buffer not visiting a file.
9841
9842 2005-01-31 Jay Belanger <belanger@truman.edu>
9843
9844 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9845 bound on the line with the formula.
9846
9847 2005-01-31 Kim F. Storm <storm@cua.dk>
9848
9849 * ses.el (ses-create-cell-variable-range)
9850 (ses-destroy-cell-variable-range, ses-reset-header-string)
9851 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9852 (ses-insert-row): Fix format of apply undo entries.
9853
9854 2005-01-31 Jay Belanger <belanger@truman.edu>
9855
9856 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9857 parts.
9858
9859 * calc/calc-embed.el (calc-embedded-open-formula)
9860 (calc-embedded-close-formula): Ignore matrix environments.
9861
9862 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9863 TeX mode.
9864
9865 * calc/calc-lang.el (math-function-table, math-oper-table)
9866 (math-variable-table): Adjust the LaTeX portions.
9867
9868 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9869 (math-latex-ignore-words): New constant.
9870
9871 2005-01-31 Richard M. Stallman <rms@gnu.org>
9872
9873 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9874 (ispell-local-dictionary): Doc fix.
9875 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9876 Don't reinitialize at run time. Don't defcustom.
9877 All uses changed to append ispell-local-dictionary-alist,
9878 or check it first.
9879 (ispell-current-dictionary): New variable for dictionary in use.
9880 (ispell-dictionary): Now used only for global default.
9881 (ispell-start-process): Set ispell-current-dictionary,
9882 not ispell-dictionary.
9883 (ispell-change-dictionary): Use this only for setting
9884 user preferences.
9885 (ispell-internal-change-dictionary): New function
9886 to change the current dictionary in use.
9887 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9888 Use ispell-current-dictionary.
9889 Handle ispell-local-dictionary-overridden.
9890 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9891
9892 2005-01-31 Jay Belanger <belanger@truman.edu>
9893
9894 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9895
9896 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9897 (calc-mode-map): Add calc-latex-language.
9898
9899 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9900 (math-latex-print-frac): New functions.
9901 (math-oper-table, math-function-table, math-variable-table)
9902 (math-complex-format, math-input-filter): Add latex properties.
9903 (calc-set-language): Set math-expr-special-function-mapping.
9904
9905 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9906 (calc-write-parse-table-part): Add LaTeX support.
9907
9908 * calc/calc.el (calc-language): Adjust docstring.
9909 (calc-set-mode-line): Add LaTeX support.
9910 (math-expr-special-function-mapping): New variable.
9911 (math-tex-ignore-words): Add to list.
9912
9913 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9914 Add LaTeX support.
9915 (math-compose-expr): Add support for special functions.
9916
9917 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9918
9919 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9920
9921 * progmodes/gdb-ui.el (gdb-memory-address)
9922 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9923 (gdb-memory-mode-map, gdb-memory-format-keymap)
9924 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9925 (gdb-memory-unit-menu): New variables for a buffer
9926 that lets the user examine program memory.
9927 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9928 (gdb-memory-format-binary, gdb-memory-format-octal)
9929 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9930 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9931 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9932 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9933 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9934 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9935 (gdb-memory-mode, gdb-memory-buffer-name)
9936 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9937 New functions for above buffer.
9938
9939 2005-01-30 Richard M. Stallman <rms@gnu.org>
9940
9941 * cus-edit.el (custom-bury-buffer): Function deleted.
9942 (custom-buffer-done-function): Option deleted.
9943 (custom-buffer-done-kill): New (replacement option.
9944 (Custom-buffer-done): Call quit-window.
9945 (custom-buffer-create-internal): Update for above changes.
9946
9947 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9948
9949 * simple.el (undo-ask-before-discard): New var.
9950 (undo-outer-limit-truncate): Implement it.
9951 (undo-extra-outer-limit): Doc update.
9952
9953 2005-01-29 Richard M. Stallman <rms@gnu.org>
9954
9955 * ses.el (undo-more): Delete defadvice.
9956 (ses-begin-change): Doc fix.
9957
9958 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9959 instead of rebinding C-x u and C-_.
9960
9961 * files.el (normal-backup-enable-predicate): Return nil for files
9962 in /tmp, regardless of temporary-file-directory.
9963
9964 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9965
9966 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9967 (open-rectangle, delete-whitespace-rectangle-line)
9968 (clear-rectangle-line): If FILL, pass t instead of FILL
9969 for move-to-column's 2nd arg.
9970
9971 * simple.el (undo): Fix the test for continuing a series of undos.
9972 (undo-more): Set pending-undo-list to t when we reach end.
9973 (pending-undo-list): Move up defvar.
9974
9975 * wid-edit.el (widget-button-click):
9976 Shorten the range of the track-mouse binding.
9977
9978 * comint.el (comint-insert-input): Undo previous changes;
9979 use last-input-event in interactive spec.
9980
9981 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9982
9983 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9984 to nil before invoking call-process. Reset buffer's modified flag
9985 after fontifying it in the no-async branch.
9986
9987 * wid-edit.el (widget-specify-button): If mouse pointer shape
9988 cannot be changed, use mouse face instead.
9989
9990 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9991
9992 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9993 (gdb-goto-breakpoint): Make breakpoint handling work on template
9994 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9995 (gdb-assembler-custom): Update to recognize breakpoint information
9996 added on 2005-01-19.
9997
9998 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10001 (dsssl-mode): Use define-derived-mode.
10002 (scheme-mode-initialize): Remove.
10003 (scheme-mode): Use run-mode-hooks.
10004
10005 * cus-edit.el (customize-group-other-window)
10006 (custom-buffer-create-other-window): Don't override special-display-*.
10007 (custom-mode-map): Make it dense.
10008
10009 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10010 sets the default value.
10011
10012 2005-01-28 Eli Zaretskii <eliz@gnu.org>
10013
10014 * descr-text.el: Add more keywords.
10015
10016 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * speedbar.el: Avoid unnecessary use of locate-library.
10019
10020 * international/mule-cmds.el (standard-display-european-internal):
10021 Don't fiddle with latin-1 non-break space any more since it's now
10022 special cased in the C code.
10023 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10024
10025 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
10026
10027 * cus-start.el (all): Add `undo-outer-limit'.
10028
10029 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10030
10031 * textmodes/bibtex.el (bibtex-format-entry):
10032 Use `bibtex-empty-field-re' only on the text of fields, not on entire
10033 field lines.
10034 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10035 not on part of a buffer.
10036
10037 2005-01-25 Lute Kamstra <lute@gnu.org>
10038
10039 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10040 nonempty field text strings like "{letters\\macro{}more letters}".
10041 Clarify docstring.
10042 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10043 (bibtex-entry-offset, bibtex-parse-association)
10044 (bibtex-parse-field-name): Fix typos in docstrings.
10045 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10046
10047 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
10048
10049 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10050 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10051 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10052 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10053
10054 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10055 isearch minor mode.
10056
10057 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
10058
10059 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10060
10061 2005-01-24 Lute Kamstra <lute@gnu.org>
10062
10063 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10064 CASECHARS and NOT-CASECHARS regular expressions of the
10065 "nederlands" and "nederlands8" dictionaries to prevent a "Range
10066 striding over charsets" error.
10067
10068 2005-01-24 Jay Belanger <belanger@truman.edu>
10069
10070 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10071 display variable name.
10072
10073 2005-01-24 Kenichi Handa <handa@m17n.org>
10074
10075 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10076 Fix setting of the element of encoded-kbd-iso2022-invocations.
10077
10078 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
10079
10080 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10081 (gdb-threads-select): Change to also accept mouse events.
10082 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10083 (gdb-threads-mouse-select): Delete.
10084
10085 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
10086
10087 * files.el (insert-directory): Take care of empty directory,
10088 listed without -a switch.
10089
10090 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * textmodes/refill.el (refill-post-command-function):
10093 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10094 to the list of functions that we should be careful not to undo.
10095 (refill-late-fill-paragraph-function): Remove.
10096 (refill-saved-state): New var.
10097 (refill-mode): Use it to save fill-paragraph-function.
10098 Save also the value of auto-fill-function.
10099
10100 * term/w32-win.el: Simplify code.
10101
10102 2005-01-23 Kim F. Storm <storm@cua.dk>
10103
10104 * simple.el (line-move): Adapt to new return value from
10105 pos-visible-in-window-p.
10106
10107 * simple.el (line-move): Fix last change. Check partial
10108 visibility at point rather than at window-start.
10109
10110 2005-01-22 Jason Rumney <jasonr@gnu.org>
10111
10112 * term/w32-win.el (xw-defined-colors): Remove debug-message.
10113
10114 2005-01-22 David Kastrup <dak@gnu.org>
10115
10116 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10117
10118 2005-01-22 Eli Zaretskii <eliz@gnu.org>
10119
10120 * type-break.el (type-break-mode): Add a test for
10121 type-break-file-name being non-nil.
10122
10123 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10124
10125 * net/eudc.el (top level): Call (message "") via progn, so that
10126 eudc-options-file is loaded.
10127
10128 2005-01-22 Kim F. Storm <storm@cua.dk>
10129
10130 * simple.el (line-move-1): Rename from line-move.
10131 (line-move): New function that adjusts vscroll for partially
10132 visible rows, and calls line-move-1 otherwise.
10133
10134 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10135
10136 * pcomplete.el: define pcomplete-read-event instead of read-event,
10137 since it's not a complete read-event implementation
10138
10139 2005-01-20 Jay Belanger <belanger@truman.edu>
10140
10141 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10142 for called function.
10143
10144 2005-01-20 Steven Tamm <steventamm@mac.com>
10145
10146 * term/mac-win.el (process-connection-type): Remove.
10147 Controlled now by s/darwin.h:PTY_ITERATION.
10148
10149 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * window.el (handle-select-window): Don't switch window when we're
10152 in the minibuffer.
10153
10154 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10155
10156 * subr.el (dotimes-with-progress-reporter): New macro.
10157
10158 * ses.el (ses-dotimes-msg): Remove macro.
10159 Use `dotimes-with-progress-reporter' instead.
10160
10161 2005-01-19 Steven Tamm <steventamm@mac.com>
10162
10163 * term/mac-win.el (process-connection-type): Use new
10164 operating-system-release variable to use ptys on Darwin 7 (OS X
10165 10.3) when using carbon build.
10166
10167 2005-01-19 Jay Belanger <belanger@truman.edu>
10168
10169 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10170 flags if the last command was a tab or M-tab.
10171
10172 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10173 in formula editing buffer.
10174
10175 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10176
10177 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10178 breakpoint image symbol in margin.
10179
10180 2005-01-19 Jay Belanger <belanger@truman.edu>
10181
10182 * calc/calc-prog.el (calc-execute-kbd-macro):
10183 Ignore calc-keep-arg-flag.
10184
10185 2005-01-19 Kenichi Handa <handa@m17n.org>
10186
10187 * textmodes/ispell.el (ispell-looking-at): New function.
10188 (ispell-process-line): Use ispell-looking-at to compare the ispell
10189 output and the buffer contents.
10190
10191 2005-01-18 Jay Belanger <belanger@truman.edu>
10192
10193 * calc/calc.el (calc-display-raw): Fix docstring.
10194
10195 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * simple.el (blink-matching-open): Strip extra info from syntax.
10198
10199 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10200 funny chars in the end-of-here-doc marker.
10201
10202 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10205 that enable/disabled state of breakpoints is shown correctly in
10206 fringe and on ttys.
10207 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10208 Add breakpoint information as text properties.
10209 (gdb-mouse-toggle-breakpoint):
10210 Rename to gdb-mouse-set-clear-breakpoint.
10211 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
10212 breakpoints in the margin.
10213 (gdb-remove-strings): Simplify.
10214
10215 2005-01-17 Jay Belanger <belanger@truman.edu>
10216
10217 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10218 erasing buffer.
10219
10220 2005-01-17 Richard M. Stallman <rms@gnu.org>
10221
10222 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10223 for calling grep-compute-defaults.
10224
10225 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10226 if buffer is empty.
10227
10228 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10229
10230 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10233
10234 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10235 non-preloaded variables.
10236
10237 2005-01-17 Steven Tamm <steventamm@mac.com>
10238
10239 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10240 tex-shell cause to force interactivity when using pipes.
10241
10242 2005-01-17 Kim F. Storm <storm@cua.dk>
10243
10244 * simple.el (just-one-space): Make arg optional.
10245
10246 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
10247
10248 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10249 posn-at-x-y to t to access left-margin.
10250
10251 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10252
10253 Sync with Tramp 2.0.47.
10254
10255 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10256 catching keep-date problems in cp/scp operations.
10257 (tramp-handle-copy-file): Don't call `set-file-modes'
10258 unconditionally. Specialized functions should know better what is
10259 necessary. This improves performance a little bit, and the
10260 functions could catch errors with `cp -p' and `scp -p'.
10261 (tramp-do-copy-or-rename-file-via-buffer)
10262 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10263 when appropriate.
10264 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10265 Call `set-file-modes' when appropriate.
10266 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10267 Johnsson <isak@hypergene.com>
10268 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10269 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10270 <joakim@verona.se>
10271 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10272 Emacs only.
10273
10274 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10275 `find-file-hooks' and `dired-mode-hook'.
10276 (tramp-minor-mode-map): Respective map. Add remapping for
10277 `compile' and `recompile'.
10278 (tramp-remap-command, tramp-recompile): New defuns.
10279 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10280 in buffer "*Compilation*". Call the commands asynchronously.
10281
10282 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10283 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10284 `shell-command', because it isn't magic in XEmacs. Reported by
10285 Adrian Aichner <adrian@xemacs.org>.
10286
10287 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10288 `substitute-in-file-name.
10289 (tramp-smb-handle-substitute-in-file-name): New defun.
10290 (tramp-smb-advice-PC-do-completion): Delete advice.
10291
10292 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10293
10294 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10295 Fix error in deleting region.
10296
10297 2005-01-15 Richard M. Stallman <rms@gnu.org>
10298
10299 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10300 In non-temp buffer, switch syntax table temporarily.
10301
10302 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10303
10304 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10305
10306 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10307
10308 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10309 (imenu--generic-function): Use START, not BEG, as pos of definition.
10310
10311 * simple.el (just-one-space): Argument specifies number of spaces.
10312
10313 * simple.el (eval-expression-print-format): Avoid warning
10314 about edebug-active.
10315
10316 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
10317
10318 * progmodes/sh-script.el: Code copied from make-mode.el
10319 with small changes,
10320 (sh-mode-map): Bind C-c C-\.
10321 (sh-backslash-column, sh-backslash-align): New variables.
10322 (sh-backslash-region, sh-append-backslash): New functions.
10323
10324 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10325
10326 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10327 (rmail-pop-password, rmail-pop-password-required): Move to
10328 rmail-obsolete group.
10329 (rmail-set-pop-password): Rename to rmail-set-remote-password.
10330 All callers updated.
10331 (rmail-get-pop-password): Rename to rmail-get-remote-password.
10332 Take an argument specifying whether it is POP or IMAP mailbox we
10333 are using. All callers updated.
10334 (rmail-pop-password-error): Rename to
10335 rmail-remote-password-error. Added mailutils-specific error message.
10336 (rmail-movemail-search-path)
10337 (rmail-movemail-variant-in-use): New variables.
10338 (rmail-remote-password, rmail-remote-password-required):
10339 New customization variables.
10340 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10341 (rmail-parse-url): New function.
10342 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10343 with GNU mailutils movemail.
10344
10345 2005-01-15 Kevin Ryde <user42@zip.com.au>
10346
10347 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10348 suffix to space, $ or '$, to correctly position point when going
10349 to @table style constants like DBL_MAX.
10350
10351 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10352
10353 * type-break.el (type-break-mode, type-break-file-time)
10354 (type-break-file-keystroke-count, type-break-choose-file):
10355 Don't store data in or load data from the file if type-break-file-name
10356 is nil.
10357 (type-break-file-name): Doc update as per the above.
10358
10359 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10360
10361 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10362 lookup-key might return nil; handle that.
10363
10364 2005-01-15 Alan Mackenzie <acm@muc.de>
10365
10366 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10367 rather than the element found, thus enabling the tree to be setcar'd.
10368
10369 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10370
10371 * textmodes/org.el (org-show-following-heading): New option.
10372 (org-show-hierarchy-above): Use `org-show-following-heading'.
10373 (org-cycle): Documentation fix.
10374
10375 * textmodes/org.el (orgtbl-optimized): New option
10376 (orgtbl-mode): New command, a minor mode.
10377 (orgtbl-mode-map): New variable.
10378 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10379 (orgtbl-error, orgtbl-self-insert-command)
10380 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10381
10382 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10383 a local variable in each org-mode buffer.
10384
10385 * textmodes/org.el (org-set-regexps-and-options): Rename from
10386 `org-set-regexps'. Added checking for STARTUP keyword.
10387 (org-get-current-options): Add STARTUP options.
10388 (org-table-insert-row): Make mode intelligent about when
10389 realignment is needed.
10390 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10391 New commands.
10392 (org-enable-table-editor): New default value `optimized'.
10393 (org-table-blank-field): Support blanking regions if active.
10394
10395 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10396
10397 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10398 if the year is not given.
10399
10400 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10401 Add new escapes %m and %M, fixed bug with %F by adding
10402 save-match-data.
10403 (reftex-reference): Remove ?. from list of spaces.
10404 (reftex-label-info): Add automatic label prefix recognition.
10405
10406 * textmodes/reftex-index.el (reftex-index-next-phrase):
10407 Add slave parameter to call of `reftex-index-this-phrase'.
10408 (reftex-index-this-phrase): New optional argument.
10409 (reftex-index-region-phrases): Add slave parameter to call of
10410 `reftex-index-this-phrase'.
10411 (reftex-display-index): New argument redo.
10412 (reftex-index-rescan): Add 'redo to arguments of
10413 `reftex-display-index'.
10414 (reftex-index-Rescan, reftex-index-revert)
10415 (reftex-index-switch-index-tag): Add 'redo to arguments of
10416 `reftex-display-index'.
10417 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10418 indexing. Fix bug with matching is there is a quote before or
10419 after the word.
10420
10421 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10422 Fix bug when collecting citation keys in lines with comments.
10423 (reftex-citation): Prefix argument no longer rescans the document,
10424 but forces prompting for optional arguments of cite macros.
10425 (reftex-do-citation): Prompting for optional arguments implemented.
10426
10427 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10428 Add optional arguments to most cite commands.
10429 (reftex-cite-cleanup-optional-args): New option
10430 (reftex-cite-prompt-optional-args): New option.
10431 (reftex-trust-label-prefix): New option.
10432
10433 * textmodes/reftex-toc.el (reftex-toc-find-section):
10434 Add push-mark before changing the position in the buffer.
10435
10436 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10437 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10438
10439 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10440
10441 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10442 more carefully.
10443
10444 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10447 (sgml-mode): Use it.
10448 (sgml-get-context): Better keep track of implicitly closed tags.
10449
10450 2005-01-13 Kenichi Handa <handa@m17n.org>
10451
10452 * textmodes/ispell.el: These changes are to fix misalignment error
10453 caused by equivalent characters of different Emacs charsets.
10454 (ispell-unified-chars-table): New variable.
10455 (ispell-get-decoded-string): New function.
10456 (ispell-get-casechars, ispell-get-not-casechars)
10457 (ispell-get-otherchars): Call ispell-get-decoded-string.
10458
10459 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10460
10461 * custom.el (custom-declare-variable): Just put symbol instead
10462 of (defvar . symbol) in `current-load-list'.
10463
10464 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10465
10466 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10467
10468 2005-01-12 Jay Belanger <belanger@truman.edu>
10469
10470 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10471 to create a Calc summary.
10472
10473 2005-01-12 Kim F. Storm <storm@cua.dk>
10474
10475 * mouse.el (mouse-on-link-p): Change functionality and doc
10476 string to comply with latest description in lisp ref.
10477
10478 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10479
10480 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10481 Enable mouse clicks on mode-line, header-line and margin.
10482 (event-type): Give mouse event symbols an 'event-kind property
10483 with value 'mouse-click.
10484
10485 2005-01-12 Juri Linkov <juri@jurta.org>
10486
10487 * facemenu.el (list-colors-display): Add new arg buffer-name.
10488 Use it. Fix docstring. Replace code for identifying duplicate
10489 colors by the name with call to `list-colors-duplicates' which
10490 identifies duplicate colors by the value unless the color
10491 is one of special Windows colors. Set truncate-lines to t.
10492 Print sorted duplicate color names on each line. Indent to 22
10493 \(the longest color name in rgb.txt) instead of 20. Optimize.
10494 (list-colors-duplicates): New function.
10495 (facemenu-color-name-equal): Delete function.
10496
10497 * facemenu.el (list-colors-print): New function created from code
10498 in list-colors-display. Print #RRGGBB at the window right edge.
10499 (list-colors-display): When temp-buffer-show-function is not
10500 defined, call list-colors-print from temp-buffer-show-hook
10501 to get the right value of window-width in list-colors-print
10502 after the buffer is displayed.
10503
10504 * simple.el (pop-mark): Move deactivate-mark out of conditional
10505 part to deactivate the active mark regardless of the state of the
10506 mark ring.
10507
10508 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10509 variables line in desktop files.
10510
10511 2005-01-12 Juri Linkov <juri@jurta.org>
10512
10513 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10514 Bring together isearch highlight related options.
10515 (lazy-highlight): Replace group `replace' by `matching'.
10516 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10517 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10518 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10519 and declare them obsolete.
10520 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10521 (isearch-faces): Remove defgroup.
10522 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10523 Move isearch highlighting code closer to lazy highlighting code.
10524
10525 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10526 (query-replace-highlight, query-replace-lazy-highlight)
10527 (query-replace): Move definitions to the beginning of the file.
10528
10529 2005-01-11 Juri Linkov <juri@jurta.org>
10530
10531 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10532 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10533 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10534
10535 * info.el (Info-history-forward): New variable.
10536 (Info-select-node): Reset Info-history-forward to nil.
10537 (Info-last): Turn into defalias.
10538 (Info-history-back): Rename from Info-last.
10539 Add current node to Info-history-forward.
10540 (Info-history-forward): New fun.
10541 (Info-mode-map): Replace Info-last by Info-history-back.
10542 Bind Info-history-forward to "r".
10543 (Info-mode-menu): Replace Info-last by Info-history-back.
10544 Fix menu item text. Add menu item for Info-history-forward.
10545 (info-tool-bar-map): Replace Info-last by Info-history-back.
10546 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10547 for Info-history-forward.
10548 (Info-mode): Replace Info-last by Info-history-back in docstring.
10549 Add local variable Info-history-forward.
10550 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10551
10552 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10555 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10556 Ignore select-window events rather than fiddle with
10557 mouse-autoselect-window.
10558
10559 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10560
10561 * type-break.el (type-break-mode): Fix previous change.
10562
10563 2005-01-10 Jay Belanger <belanger@truman.edu>
10564
10565 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10566 calculator; only reset when point is inside a calculator.
10567 Don't adjust the window height if the window takes up the whole height
10568 of the frame.
10569
10570 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10571
10572 * ebuff-menu.el (Electric-buffer-menu-mode):
10573 Preserve value of buffer-local var header-line-format.
10574
10575 2005-01-09 Jay Belanger <belanger@truman.edu>
10576
10577 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10578 Make sure settings file exists before accessing it.
10579
10580 * calc/calc-embed.el (calc-embedded-subst):
10581 Replace math-multi-subst-rec, which is only supposed to be called
10582 by math-multi-subst, by math-multi-subst.
10583
10584 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10585
10586 * vc.el (vc-allow-async-revert): New user option.
10587 (vc-disable-async-diff): New internal variable.
10588 (vc-revert-buffer): Use them to disable asynchronous diff.
10589
10590 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10591 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10592 asynchronously if vc-disable-async-diff is t.
10593
10594 2005-01-09 Jay Belanger <belanger@truman.edu>
10595
10596 * calc/calc.el (defcalcmodevar): New macro.
10597 (calc-mode-var-list-restore-default-values)
10598 (calc-mode-var-list-restore-saved-values): New functions.
10599 (calc-mode-var-list): Use defcalcmodevar to define it.
10600 (calc-always-load-extensions, calc-line-numbering)
10601 (calc-line-breaking, calc-display-just, calc-display-origin)
10602 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10603 (calc-group-char, calc-point-char, calc-frac-format)
10604 (calc-prefer-frac, calc-hms-format, calc-date-format)
10605 (calc-float-format, calc-full-float-format, calc-complex-format)
10606 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10607 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10608 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10609 (calc-matrix-brackets, calc-language, calc-language-option)
10610 (calc-left-label, calc-right-label, calc-word-size)
10611 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10612 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10613 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10614 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10615 (calc-window-height, calc-display-trail, calc-show-selections)
10616 (calc-use-selections, calc-assoc-selections)
10617 (calc-display-working-message, calc-auto-why, calc-timing)
10618 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10619 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10620 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10621 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10622 (calc-gnuplot-geometry, calc-graph-default-resolution)
10623 (calc-graph-default-resolution-3d, calc-invocation-macro)
10624 (calc-show-banner): Use defcalcmodevar to declare them and set
10625 their default values.
10626
10627 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10628 instead of default values (but restore default values if there is
10629 an argument of 0).
10630
10631 2005-01-09 David Kastrup <dak@gnu.org>
10632
10633 * desktop.el (desktop-restore-eager): Fix typo in type.
10634
10635 2005-01-08 Richard M. Stallman <rms@gnu.org>
10636
10637 * cus-edit.el (customize): Delete :link.
10638
10639 2005-01-08 Jay Belanger <belanger@truman.edu>
10640
10641 * calc/calc.el (calc-mode): Remove the extension from the
10642 `calc-settings-file' file name when loading it.
10643
10644 2005-01-08 Kim F. Storm <storm@cua.dk>
10645
10646 * info.el (Info-mode-map, Info-next-link-keymap)
10647 (Info-prev-link-keymap, Info-up-link-keymap):
10648 Map follow-link to mouse-face.
10649 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10650
10651 2005-01-08 Jay Belanger <belanger@truman.edu>
10652
10653 * calc/calc.el (calc-settings-file): Change default value.
10654 Suggested by cgw in a comment in calc-mode.el.
10655
10656 * calc/calc-mode.el (calc-settings-file-name):
10657 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10658 Replace ~/.emacs in a prompt by calc-settings-file.
10659
10660 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10661
10662 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10663 (desktop-lazy-idle-delay): New customizable variables.
10664 (desktop-buffer-args-list): New variable.
10665 (desktop-append-buffer-args): New function.
10666 (desktop-save): Call desktop-append-buffer-args for some buffers.
10667 (desktop-lazy-create-buffer): New function.
10668 (desktop-idle-create-buffers): New function.
10669 (desktop-read): Add message about buffers to restore lazily.
10670 (desktop-lazy-abort): New command.
10671 (desktop-clear): Call desktop-lazy-abort.
10672 (desktop-lazy-complete): New command.
10673
10674 2005-01-06 Richard M. Stallman <rms@gnu.org>
10675
10676 * emacs-lisp/find-func.el (find-face-definition):
10677 Rename from find-face.
10678
10679 2005-01-06 Kim F. Storm <storm@cua.dk>
10680
10681 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10682
10683 * man.el (Man-xref-man-page, Man-xref-header-file)
10684 (Man-xref-normal-file): Add follow-link property.
10685
10686 2005-01-06 Jay Belanger <belanger@truman.edu>
10687
10688 * calc/calc-units.el: Make sure the proper macro definitions are
10689 available when compiling.
10690
10691 2005-01-06 Juri Linkov <juri@jurta.org>
10692
10693 * isearch.el (isearch-lazy-highlight-update):
10694 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10695
10696 2005-01-06 Miles Bader <miles@gnu.org>
10697
10698 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10699 (isearch-lazy-highlight-face): Use new name.
10700
10701 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 * uniquify.el (uniquify-rationalize-file-buffer-names):
10704 Re-add an interactive spec.
10705 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10706 to the same name.
10707
10708 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10709 (isearch-update, isearch-done): Adjust calls accordingly.
10710
10711 2005-01-05 Richard M. Stallman <rms@gnu.org>
10712
10713 * custom.el (custom-set-variables, custom-theme-set-variables):
10714 Clarify documentation.
10715
10716 * emacs-lisp/find-func.el (find-variable)
10717 (find-variable-other-window, find-variable-other-frame):
10718 Fix the TYPE args to find-function-read and find-function-do-it.
10719 (find-function): Doc fix.
10720 (find-function-at-point): Replace function-at-point alias.
10721
10722 2005-01-04 Richard M. Stallman <rms@gnu.org>
10723
10724 * cus-face.el (custom-declare-face):
10725 Record defface in current-load-list.
10726
10727 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10728
10729 * emacs-lisp/find-func.el: Doc fixes.
10730 (find-face-regexp): New variable.
10731 (find-function-regexp-alist): New variable.
10732 (find-function-C-source): Third arg is now TYPE.
10733 (find-function-search-for-symbol): Handle general TYPE.
10734 (find-function-read, find-function-do-it): Handle general TYPE.
10735 (find-definition-noselect, find-face): New functions.
10736 (function-at-point): Alias deleted.
10737
10738 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10739
10740 * battery.el (display-battery-mode): Rename from display-battery.
10741 Handle the case where it gets turned off.
10742
10743 2005-01-04 Richard M. Stallman <rms@gnu.org>
10744
10745 * cus-edit.el (customize): Make :link point to user doc.
10746
10747 * man.el (Man-fontify-manpage): Turn off undo generation.
10748
10749 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10750
10751 2005-01-04 Andreas Schwab <schwab@suse.de>
10752
10753 * files.el (insert-directory): Only look for error lines in
10754 inserted text. Don't move too far after processing --dired markers.
10755
10756 2005-01-04 Richard M. Stallman <rms@gnu.org>
10757
10758 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10759 Don't expand if the character is @, period, dash, etc.
10760 (define-mail-abbrev): Quote names that contain problem characters.
10761
10762 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10763
10764 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10765
10766 2005-01-03 Richard M. Stallman <rms@gnu.org>
10767
10768 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10769 (query-replace-highlight, query-replace-lazy-highlight)
10770 (query-replace): Definitions moved up. Doc fix.
10771
10772 2005-01-03 Richard M. Stallman <rms@gnu.org>
10773
10774 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10775 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10776 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10777 (lazy-highlight-face): Rename from isearch-lazy-...
10778 Change all references to them.
10779
10780 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10781
10782 * cus-edit.el (custom-file): Doc fix for defcustom.
10783 (custom-file): The function no longer sets the variable
10784 `custom-file' to its return value.
10785
10786 * startup.el (command-line): No longer load `custom-file'.
10787
10788 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10789
10790 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10791
10792 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10793 Don't confuse module-prefixed identifiers for labels.
10794 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10795
10796 2005-01-02 Richard M. Stallman <rms@gnu.org>
10797
10798 * files.el (basic-save-buffer-1): Fix previous change.
10799
10800 * loadhist.el (file-loadhist-lookup): New function.
10801 (file-provides, file-requires): Use it.
10802
10803 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10804 instead of calculating the right size.
10805
10806 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10807
10808 * vc-svn.el (vc-svn-diff): Stay local if possible.
10809
10810 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10813
10814 * files.el (hack-local-variables): Fix last change.
10815
10816 2005-01-02 Jay Belanger <belanger@truman.edu>
10817
10818 * calc/calc-yank.el (calc-edit-top): New variable.
10819 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10820 object. Change header properties.
10821 (calc-edit-finish, calc-edit-finish-stack-object)
10822 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10823 edited object.
10824 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10825 for the beginning of the edited object.
10826 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10827 for the beginning of the edited object.
10828 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10829 (calc-finish-formula-edit, calc-macro-repeats)
10830 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10831 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10832 beginning of the edited object.
10833 (calc-user-define-edit): Change the header for editing macros.
10834 Remove unnecessary variable.
10835
10836 2005-01-01 Jay Belanger <belanger@truman.edu>
10837
10838 * calc/calc-yank.el (calc-edit-mode): Change default header.
10839 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10840 * calc/calc-store.el (calc-edit-variable): Change title to match new
10841 header.
10842 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10843 mode to match new header.
10844 (calc-user-define-edit): Change titles to include names of commands.
10845 (calc-finish-formula-edit): Adjust to handle new header.
10846 (calc-finish-macro-edit): Remove.
10847 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10848 (calc-edit-macro-command, calc-edit-macro-command-type)
10849 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10850 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10851 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10852 (calc-edit-macro-finish-edit): New functions.
10853 (calc-user-define-edit): Use new functions to edit named calc macros.
10854
10855 2005-01-01 Stefan <monnier@iro.umontreal.ca>
10856
10857 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10858
10859 * ses.el (copy-region-as-kill): Deactivate mark.
10860
10861 2005-01-01 Richard M. Stallman <rms@gnu.org>
10862
10863 * replace.el (occur-1): If the output buffer is also an input,
10864 don't kill it, rename it.
10865
10866 * faces.el (set-face-background, set-face-foreground): Doc fix.
10867
10868 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10869 for :foreground and :background.
10870
10871 * dired.el (dired-view-command-alist): Variable deleted.
10872 (dired-view-file, dired-mouse-find-file-other-window):
10873 Delete the code to use it.
10874
10875 2005-01-01 Kim F. Storm <storm@cua.dk>
10876
10877 * image.el (insert-sliced-image): Use t for line-height property.
10878
10879 2004-12-31 Jay Belanger <belanger@truman.edu>
10880
10881 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10882 for "var-" at the beginning of the minibuffer.
10883
10884 2004-12-31 Richard M. Stallman <rms@gnu.org>
10885
10886 * faces.el (read-face-name):
10887 Don't treat an attribute spec as a list of faces.
10888
10889 * simple.el (undo): Use undo-equiv-table to detect
10890 unexpected changes since previous undo.
10891 (undo-list-saved): Variable deleted.
10892 (buffer-disable-undo): Don't alter undo-list-saved.
10893
10894 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10895 (mode-require-final-newline): New option.
10896 (after-find-file): Handle require-final-newline with new values.
10897 (basic-save-buffer): Handle new values of require-final-newline.
10898
10899 * progmodes/sh-script.el (sh-require-final-newline):
10900 Alist value now controls whether to use mode-require-final-newline.
10901 (sh-set-shell): Implement that new meaning.
10902
10903 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10904 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10905 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10906 Delete old-Emacs compatibility code.
10907 (antlr-c-common-init): Function deleted.
10908
10909 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10910 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10911 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10912 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10913 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10914 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10915 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10916 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10917 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10918 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10919 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10920 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10921 * progmodes/cfengine.el (cfengine-mode): Use
10922 mode-require-final-newline.
10923 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10924 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10925 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10926
10927 2004-12-31 Jay Belanger <belanger@truman.edu>
10928
10929 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10930 way to return to Calc.
10931
10932 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10933 finish, C-xk as the way to cancel the edit. Add cancel routine to
10934 kill-buffer-hook.
10935
10936 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10937 MacEdit code.
10938
10939 * calc/calc-prog.el: Remove obsolete MacEdit code.
10940 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10941 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10942
10943 2004-12-31 Kenichi Handa <handa@m17n.org>
10944
10945 * international/mule.el (buffer-file-coding-system-explicit):
10946 Rename for explicit-buffer-file-coding-system.
10947 (after-insert-file-set-coding): Adjust for the above change.
10948
10949 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10950 to buffer-file-coding-system-explicit.
10951 (basic-save-buffer-1): Likewise.
10952
10953 2004-12-30 Richard M. Stallman <rms@gnu.org>
10954
10955 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10956 (artist-butlast, artist-last): Functions deleted.
10957 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10958 (artist-compute-key-compl-table): Call remq directly.
10959 (artist-remove-nulls): Function deleted.
10960 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10961 (artist-push, artist-pop): Macro deleted.
10962
10963 2004-12-30 Andreas Leue <al@sphenon.de>
10964
10965 * textmodes/artist.el (artist-version): 1.2.6
10966 (artist-prev-next-op-alist): New variable.
10967 (artist-select-next-op-in-list): New function.
10968 (artist-select-prev-op-in-list): New function.
10969 (artist-make-prev-next-op-alist): New function.
10970 (artist-is-in-op-list-p): New function.
10971 (artist-get-first-non-nil-op): New function.
10972 (artist-get-last-non-nil-op): New function.
10973 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10974 artist-prev-next-op-alist.
10975 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10976 change drawing operation.
10977
10978 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10979
10980 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10981
10982 2004-12-31 Masatake YAMATO <jet@gyve.org>
10983
10984 * server.el (server-process-filter): Suppress `error', too.
10985
10986 2004-12-30 Jay Belanger <belanger@truman.edu>
10987
10988 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10989 Change the way a variable is displayed in a message.
10990
10991 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10992 (calc-user-define-permanent, calc-execute-kbd-macro):
10993 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10994
10995 2004-12-30 Kenichi Handa <handa@m17n.org>
10996
10997 * files.el (basic-save-buffer-1):
10998 Set explicit-buffer-file-coding-system to last-coding-system-used.
10999 (revert-buffer): Pay attention to
11000 explicit-buffer-file-coding-system (not buffer-file-coding-system)
11001 on bind coding-system-for-read.
11002
11003 * international/mule.el (explicit-buffer-file-coding-system):
11004 New buffer local variable.
11005 (after-insert-file-set-coding): Set it to coding-system-for-read.
11006
11007 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
11008
11009 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11010
11011 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
11012
11013 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11014 that include line numbers.
11015
11016 2004-12-29 Milan Zamazal <pdm@zamazal.org>
11017
11018 * files.el (hack-local-variables): If no PREFIX, set it to "^".
11019 Redundant variable PREFIXLEN removed.
11020
11021 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
11022
11023 * eshell/em-hist.el (eshell-previous-matching-input):
11024 Start the deletion from the end of the output.
11025
11026 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11027
11028 * term/mac-win.el: Require x-dnd.
11029 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
11030
11031 2004-12-29 David Kastrup <dak@gnu.org>
11032
11033 * international/mule.el (decode-coding-inserted-region):
11034 Don't barf if `buffer-undo-list' is already set to `t'.
11035
11036 2004-12-29 Jay Belanger <belanger@truman.edu>
11037
11038 * calc/calc-prog.el (calc-user-define-formula): Put default values
11039 for function names in prompts.
11040 (calc-user-define-permanent, calc-user-define-composition)
11041 (calc-user-define-formula): Remove the need for "calcFunc-" in the
11042 default input for algebraic functions.
11043
11044 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
11045
11046 * vc-rcs.el (vc-rcs-annotate-command):
11047 Fix omission bug: Call `vc-setup-buffer'.
11048
11049 2004-12-29 Kenichi Handa <handa@m17n.org>
11050
11051 * international/mule.el (recode-region): New function.
11052
11053 2004-12-28 Richard M. Stallman <rms@gnu.org>
11054
11055 * simple.el (undo-extra-outer-limit): New variable.
11056 (undo-outer-limit-truncate): Test and set it.
11057
11058 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11059 enables the feature to extend the existing region.
11060
11061 * simple.el (mark-word): New arg ALLOW-EXTEND
11062 enables the feature to extend the existing region.
11063
11064 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11065 enables the feature to extend the existing region.
11066
11067 * startup.el (site-run-file): Don't allow setting it with Custom.
11068
11069 * simple.el (buffer-disable-undo): Fix previous change.
11070
11071 2004-12-27 Masatake YAMATO <jet@gyve.org>
11072
11073 * hexl.el (hexlify-buffer): Remove fontification here.
11074 Use font lock mechanism instead.
11075 (hexl-font-lock-keywords): New font lock kewords.
11076 (hexl-mode-old-font-lock-keywords): New variable.
11077 (hexl-mode): Store the old font lock keywords.
11078 (hexl-mode-exit): Restore the old font lock keywords.
11079
11080 2004-12-27 Richard M. Stallman <rms@gnu.org>
11081
11082 * simple.el (undo): Fix previous change.
11083
11084 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11085
11086 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
11087 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11088 Call x-open-connection on Mac OS X.
11089
11090 2004-12-27 Richard M. Stallman <rms@gnu.org>
11091
11092 * files.el (buffer-save-without-query): New var (buffer-local).
11093 (save-some-buffers): Save those buffers first, w/o asking.
11094
11095 * files.el (insert-directory-ls-version): New variable.
11096 (insert-directory): When ls returns an error, test the version
11097 number to decide what the return code means.
11098 With --dired output format, detect and distinguish lines
11099 that are really error messages.
11100 (insert-directory-adj-pos): New function.
11101
11102 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11103
11104 * battery.el (battery-mode-line-format): Remove initial spaces.
11105
11106 * uniquify.el (uniquify-rationalize-file-buffer-names):
11107 Delete interactive spec.
11108
11109 * type-break.el (type-break-mode): Set buffer-save-without-query.
11110 Remove code that tried to set save-some-buffers-always.
11111 (type-break-file-keystroke-count): Bind deactivate-mark.
11112
11113 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11114
11115 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11116 Test that the buffer is live, and maybe reject current buffer too.
11117 Clarify.
11118 (next-error-find-buffer): Rewrite for clarity.
11119
11120 * loadup.el: Don't use buffer-disable-undo; do it directly.
11121
11122 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11123 (describe-variable): Call symbol-file with `defvar'.
11124
11125 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11126 (symbol-file): Rewritten to handle new load-history format.
11127 Now takes an arg TYPE to specify looking for a particular
11128 type of definition only.
11129
11130 * emacs-lisp/debug.el (debugger-make-xrefs):
11131 Call symbol-file with `defun'.
11132
11133 * emacs-lisp/find-func.el (find-function-noselect):
11134 Call symbol-file with `defun'.
11135 (find-variable-noselect): Call symbol-file with `defvar'.
11136
11137 * eshell/esh-cmd.el (eshell-find-alias-function):
11138 Call symbol-file with `defun'.
11139
11140 * eshell/esh-test.el (eshell-test-goto-func):
11141 Call symbol-file with `defun'.
11142
11143 * mail/rmail.el (rmail-resend):
11144 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11145
11146 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11147
11148 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11149
11150 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11151 Call buffer-disable-undo.
11152
11153 * simple.el (undo-list-saved): New variable (buffer-local).
11154 (undo): Set and test it.
11155 (buffer-disable-undo): Move here from buffer.c.
11156 Clear out undo-list-saved.
11157
11158 * international/mule.el (decode-coding-inserted-region):
11159 Set buffer-undo-list in a correct and optimal way.
11160
11161 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11162 (cperl-font-lock-unfontify-region-function): No need to save and
11163 restore info, since font-lock.el does it for us.
11164
11165 * ansi-color.el (save-buffer-state): Definition deleted.
11166 (ansi-color-unfontify-region): Don't use save-buffer-state.
11167
11168 2004-12-27 Dave Love <fx@gnu.org>
11169
11170 * wid-edit.el (function): Use restricted-sexp as parent.
11171
11172 2004-12-27 Kevin Ryde <user42@zip.com.au>
11173
11174 * simple.el (next-matching-history-element): Use same
11175 `interactive' form as previous-matching-history-element.
11176
11177 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11178 it can appear unencoded and has been seen from yahoo.
11179
11180 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11181
11182 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11183 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11184
11185 2004-12-27 Kenichi Handa <handa@m17n.org>
11186
11187 * international/utf-8.el (utf-translate-cjk-load-tables):
11188 Bind coding-system-for-read to nil while loading subst-*.
11189
11190 2004-12-26 Jay Belanger <belanger@truman.edu>
11191
11192 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11193 default input.
11194
11195 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11196
11197 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11198 before reverting and disable undo recording while reverting.
11199
11200 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11201
11202 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11203 (hs-make-overlay): New function.
11204 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11205 (hs-flag-region): Delete function.
11206 (hs-hide-comment-region): No longer use `hs-flag-region'.
11207 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11208 (hs-hide-block-at-point): Likewise.
11209 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11210 (hs-hide-all, hs-show-all): Likewise.
11211 (hs-show-block): Likewise.
11212 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11213
11214 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11215
11216 * progmodes/hideshow.el: Require `cl' when compiling.
11217 Remove XEmacs and Emacs 19 compatibility.
11218 Use `dolist' and `add-to-list' for load-time actions.
11219 (hs-discard-overlays): Use `dolist'.
11220 (hs-show-block): Likewise.
11221
11222 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11223
11224 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11225
11226 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11227
11228 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11229 When extending backwards, move outside the current comment first.
11230
11231 2004-12-22 Kenichi Handa <handa@m17n.org>
11232
11233 * international/quail.el (quail-start-translation): Fix prompt
11234 string for the case if input-method-use-echo-area being non-nil.
11235 (quail-start-conversion): Likewise.
11236 (quail-show-guidance): Don't show guidance if
11237 input-method-use-echo-area is non-nil.
11238
11239 2004-12-21 Richard M. Stallman <rms@gnu.org>
11240
11241 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11242
11243 2004-12-21 Markus Rost <rost@ias.edu>
11244
11245 * calendar/diary-lib.el (mark-diary-entries):
11246 Set mark-diary-entries-in-calendar only after checking for diary-file.
11247
11248 2004-12-21 Richard M. Stallman <rms@gnu.org>
11249
11250 * faces.el (escape-glyph): Use blue against light foreground.
11251
11252 * simple.el (undo-outer-limit-truncate): New function.
11253 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11254
11255 2004-12-21 Eli Barzilay <eli@barzilay.org>
11256
11257 * calculator.el (calculator-radix-grouping-mode)
11258 (calculator-radix-grouping-digits)
11259 (calculator-radix-grouping-separator):
11260 New defcustoms for the new radix grouping mode functionality.
11261 (calculator-mode-hook): Now used in electric mode too,
11262 (calculator): Call it.
11263 (calculator-mode-map): Some new keys.
11264 (calculator-message): New function. Some new calls.
11265 (calculator-op, calculator-set-register): Use it.
11266 (calculator-string-to-number): New function, mostly moved and
11267 updated code from calculator-curnum-value.
11268 (calculator-curnum-value): Use it.
11269 (calculator-paste): Use it, and update grabbing the current-kill.
11270 (calculator-rotate-displayer)
11271 (calculator-rotate-displayer-back): Toggle digit grouping when
11272 in radix mode, use calculator-message.
11273 (calculator-displayer-prev, calculator-displayer-next):
11274 Change digit group size when in radix mode.
11275 (calculator-number-to-string): Rename from
11276 calculator-num-to-string. Now deals with digit grouping in
11277 radix mode.
11278 (calculator-update-display, calculator-put-value): Use the new name.
11279 (calculator-fact): Return a floating point number.
11280 (calculator-mode): Doc fix.
11281
11282 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11283
11284 * calendar/calendar.el (view-other-diary-entries): Add autoload.
11285 * calendar/diary-lib.el (view-other-diary-entries):
11286 Use current-prefix-arg in interactive spec.
11287
11288 2004-12-19 Jay Belanger <belanger@truman.edu>
11289
11290 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11291 adjust the syntax of both delimiters of half-open intervals.
11292
11293 2004-12-19 Kim F. Storm <storm@cua.dk>
11294
11295 * mouse.el (mouse-1-click-follows-link): Doc fix.
11296
11297 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11298
11299 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11300 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11301 instead of centraleuropean as the name
11302
11303 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
11304
11305 Sync with Tramp 2.0.46.
11306
11307 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11308 parameters wrt Tramp convention.
11309 (tramp-handle-file-attributes-with-perl)
11310 (tramp-handle-directory-files-and-attributes): Apply it.
11311 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11312 `copy-program'. Reported by Zack Weinberg
11313 <zack@codesourcery.com>.
11314 (top): Set `edebug-form-spec' property directly rather than
11315 calling `def-edebug-spec'.
11316
11317 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11318 advice less fragile. Surround temporary redefinition of
11319 `substitute-in-file-name' with `unwind-protect'. Suggested by
11320 Matt Hodges <MPHodges@member.fsf.org>.
11321
11322 2004-12-17 Juri Linkov <juri@jurta.org>
11323
11324 * replace.el (occur-accumulate-lines, occur-engine):
11325 Make forcing deferred font-lock fontification jit-specific.
11326
11327 2004-12-17 Kim F. Storm <storm@cua.dk>
11328
11329 * mouse.el (mouse-1-click-follows-link): New defcustom.
11330 (mouse-on-link-p): New function.
11331 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11332 functionality. Map a mouse-1 click event into a mouse-2 (or
11333 other) event when position is inside a link.
11334
11335 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11336 prefix in tooltip text with "mouse-1" when this is a link
11337 recognized by mouse-1-click-follows-link functionality.
11338
11339 * help.el (describe-key): Report effective and original binding
11340 for mouse-1 when clicked on a link.
11341 (describe-mode): Add follow-link property to "minor-mode" button.
11342
11343 * help-fns.el (describe-variable): Add follow-link property to
11344 "below" button.
11345
11346 * help-mode.el (help-xref): Add follow-link property.
11347
11348 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11349 (apropos-command, apropos-variable, apropos-face, apropos-group)
11350 (apropos-widget, apropos-plist): Add follow-link property.
11351
11352 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11353 checks if position is in a filename, rather than some other
11354 clickable item. Function looks for cvs-filename-face at position.
11355
11356 * wid-edit.el (widget-specify-field, widget-specify-button):
11357 Map a :follow-link keyword into a follow-link property.
11358 (link): Add :follow-link keyword, map to RET binding.
11359
11360 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11361
11362 * progmodes/compile.el (compilation-minor-mode-map)
11363 (compilation-button-map, compilation-mode-map): Likewise.
11364
11365 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11366
11367 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11368 (zone-replace-char): Take `count' and `del-count'
11369 instead of `direction'. Update callers. When `del-count' is
11370 non-nil, delete that many characters, otherwise `count' characters
11371 backwards. Insert the newly-replaced string `count' times.
11372 (zone-fret): Handle chars w/ width greater than one.
11373 (zone-fall-through-ws): No longer take window width `ww'.
11374 Update callers. Add handling for `char-width' greater than one.
11375 (zone-pgm-drip): Update var holding window-end position every cycle.
11376
11377 2004-12-17 Andre Spiegel <spiegel@gnu.org>
11378
11379 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11380 rather than insert-file.
11381
11382 2004-12-16 Jay Belanger <belanger@truman.edu>
11383
11384 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11385 (math-init-random-base, math-random-digit): Check to see if
11386 var-RandSeed is bound.
11387 (math-random-last): Declare it.
11388 (math-random-digit): Don't make math-random-last local.
11389
11390 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11391
11392 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11393 one-shot thunk for uniform (error, quit, normal) recovery.
11394 Reported by John Paul Wallington.
11395 (zone-pgm-random-life): Fix bug:
11396 Recognize empty initial field by lack of "@" chars.
11397
11398 2004-12-16 Juri Linkov <juri@jurta.org>
11399
11400 * help.el (function-called-at-point):
11401 * help-fns.el (variable-at-point): As a last resort try stripping
11402 non-word prefixes and suffixes.
11403
11404 * descr-text.el (describe-property-list): Don't treat syntax-table
11405 specially. Use describe-text-sexp which inserts [show] button
11406 for large objects and handles printing errors. Sort properties
11407 by names in alphabetical order instead of by value sizes.
11408 Add `mouse-face' to list of properties for `describe-face' widget.
11409 (describe-char): Mask out face-id from 19 bits of character.
11410 Print face-id separately.
11411
11412 * replace.el (occur-accumulate-lines, occur-engine):
11413 Fontify unfontified matching lines in the source buffer
11414 before copying them.
11415 (occur-engine): Don't put mouse-face on context lines.
11416 (occur-next-error): Set point to line beginning/end
11417 before searching for prev/next property to skip multiple
11418 matches on a line (not supported by occur engine).
11419 Remove redundant prefix-numeric-value.
11420
11421 2004-12-15 Juri Linkov <juri@jurta.org>
11422
11423 * replace.el (match): New face.
11424 (list-matching-lines-face): Change default from `bold' to `match'.
11425
11426 * progmodes/grep.el (grep-match-face): New defvar.
11427 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11428 compilation-column-face to highlight grep matches.
11429
11430 * apropos.el (apropos-match-face): Change default from
11431 `secondary-selection' to `match'.
11432
11433 * info-look.el (info-lookup-highlight-face): Change default from
11434 `highlight' to `match'.
11435
11436 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11437
11438 * progmodes/executable.el (executable-interpret): Eliminate
11439 obsolete compile-internal, and switch to comint for interaction.
11440
11441 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11442
11443 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11444 `&&' when skipping multiple statements on a line.
11445
11446 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11447
11448 * play/zone.el (zone): Set `truncate-lines'.
11449 Also, init `tab-width' with value from original buffer.
11450 (zone-shift-up): Rewrite for speed.
11451 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11452 (zone-pgm-jitter): Remove redundant entries from ops vector.
11453 (zone-exploding-remove): Reduce iteration count.
11454 (zone-cpos): Convert to defsubst.
11455 (zone-replace-char): New defsubst.
11456 (zone-park/sit-for): Likewise.
11457 (zone-fret): Take window-start arg.
11458 Update callers. Use `zone-park/sit-for'.
11459 (zone-fill-out-screen): Rewrite.
11460 (zone-fall-through-ws): Likewise. Update callers.
11461 (zone-pgm-drip): Use `zone-replace-char'.
11462 Move var inits before while-loop. Use `zone-park/sit-for'.
11463 (zone-pgm-random-life): Handle empty initial field.
11464 Use `zone-replace-char' and `zone-park/sit-for'.
11465
11466 2004-12-15 Juri Linkov <juri@jurta.org>
11467
11468 * isearch.el (isearch-update): Test isearch-lazy-highlight
11469 before calling isearch-lazy-highlight-new-loop.
11470 (isearch-lazy-highlight-new-loop):
11471 Don't test isearch-lazy-highlight.
11472
11473 * replace.el (perform-replace): Add isearch-case-fold-search.
11474 Use delimited-flag for isearch-regexp.
11475 Reset isearch-lazy-highlight-last-string to force lazy
11476 highlighting when called from isearch mode.
11477 (query-replace-highlight): Revert defcustom type to boolean.
11478 (query-replace-lazy-highlight): New defcustom.
11479 (query-replace): New face.
11480 (perform-replace, replace-highlight, replace-dehighlight):
11481 Test query-replace-lazy-highlight instead of special value
11482 `isearch' of query-replace-highlight.
11483 (replace-dehighlight): Don't call isearch-dehighlight.
11484 (replace-highlight): Don't call isearch-highlight.
11485 Use face `query-replace' unconditionally.
11486
11487 2004-12-14 Kim F. Storm <storm@cua.dk>
11488
11489 * simple.el (inhibit-mark-movement): Remove defvar.
11490 (beginning-of-buffer, end-of-buffer): Don't use it.
11491
11492 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11493 Don't use inhibit-mark-movement.
11494
11495 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11496 (cua--undo-push-mark): Remove.
11497 (cua--pre-command-handler, cua--post-command-handler):
11498 Don't fiddle with inhibit-mark-movement.
11499
11500 2004-12-14 Juri Linkov <juri@jurta.org>
11501
11502 * buff-menu.el (list-buffers-noselect): Collect internal info
11503 for every buffer in BUFFER-LIST arg too.
11504 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11505 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11506 Bind same-window-buffer-names and same-window-regexps to nil.
11507
11508 2004-12-13 Juri Linkov <juri@jurta.org>
11509
11510 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11511
11512 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11513 (sc-cite-region, sc-uncite-region, sc-recite-region):
11514 Fix previous change to handle not alist as a symbol, but
11515 a citation frame as a symbol that represents a variable name.
11516
11517 2004-12-13 Richard M. Stallman <rms@gnu.org>
11518
11519 * filecache.el (file-cache-add-directory-using-find):
11520 Only set up file-cache-find-command-posix-flag if we will use it.
11521
11522 * bindings.el (mode-line-buffer-identification-keymap):
11523 Don't cancel the mode-line's usual down-mouse-1 binding.
11524
11525 * cus-edit.el (custom-face-selected): Handle `default' specs.
11526 (custom-face-edit): Increase extra-offset.
11527 (custom-display): Handle `default' specs.
11528
11529 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11530
11531 * emacs-lisp/elint.el (elint-standard-variables)
11532 (elint-unknown-builtin-args): Move definitions up.
11533
11534 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11535
11536 * info.el (info-xref-visited): Use `default' instead of t.
11537 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11538
11539 * faces.el (header-line, mode-line-inactive, tool-bar):
11540 Use `default' instead of t for setting the defaults.
11541 (face-spec-choose): Separate `t' from `default'.
11542
11543 * subr.el (while-no-input): New macro.
11544
11545 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11546
11547 * filecache.el (file-cache-add-directory-using-find):
11548 Only test file-cache-find-command-posix-flag on some systems.
11549
11550 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11553 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11554 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11555 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11556 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11557 annotate.
11558
11559 2004-12-12 Juri Linkov <juri@jurta.org>
11560
11561 * files.el (find-file-other-window, find-file-other-frame):
11562 Add the first buffer to the returned value to return the complete
11563 list of all visited buffers.
11564 (find-file-read-only, find-file-read-only-other-window)
11565 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11566 `find-file-read-args'. Signal an error about non-existent file
11567 only if file name doesn't contain wildcards. Toggle read-only in
11568 all visited buffers.
11569 (find-alternate-file, find-alternate-file-other-window):
11570 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11571 called interactively. Pass arg `wildcards' to other functions.
11572 (find-file-noselect): Doc fix.
11573
11574 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11575 Doc fix.
11576 (ffap-directory-finder): New variable.
11577 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11578 (ffap-file-at-point): Add /* to immediately rejected names.
11579 Return absolute file names matching ffap-dired-wildcards.
11580 (ffap-read-file-or-url): Set default value for `completing-read'
11581 to `buffer-file-name'.
11582 (find-file-at-point): When filename matches ffap-dired-wildcards,
11583 call ffap-file-finder with t arg `wildcards', instead of dired.
11584 (ffap-other-window, ffap-other-frame): Return visited buffers.
11585 (ffap-read-only, ffap-read-only-other-window)
11586 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11587 (dired-at-point): Call ffap-directory-finder instead of dired.
11588 (ffap-dired-other-window, ffap-dired-other-frame)
11589 (ffap-list-directory): New commands.
11590 (ffap-bindings): New keybindings for new commands.
11591
11592 2004-12-12 Juri Linkov <juri@jurta.org>
11593
11594 * simple.el (beginning-of-buffer, end-of-buffer):
11595 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11596 Do not push mark when mark is active in transient-mark-mode.
11597
11598 * simple.el (mark-word):
11599 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11600 * textmodes/paragraphs.el (mark-paragraph):
11601 Extend the region when mark is active in transient-mark-mode,
11602 regardless of the last command. Doc fix.
11603
11604 * simple.el (mark-word): Preserve direction when repeating.
11605 Make arg optional. Interactive "p" -> "P".
11606 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11607
11608 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11609 preserving direction, to mark forward instead of backward when mark
11610 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11611
11612 2004-12-12 Juri Linkov <juri@jurta.org>
11613
11614 * isearch.el (isearch-edit-string): Set 7th arg of
11615 `read-from-minibuffer' to `t' to inherit the current input
11616 method (whose name is indicated by [IM] in the minibuffer prompt)
11617 from the current buffer to the minibuffer.
11618 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11619 to allow C-g quitting for lazy highlighting looping inside the
11620 search with nested repetition operators. Add overlay to the list
11621 before setting its face and other properties to avoid the case of
11622 code quitting after placing the new overlay but before it's
11623 recorded on the list. Select the window where isearch was
11624 activated, to highlight matches in the right window when isearch
11625 switches the current window to the minibuffer.
11626
11627 * international/isearch-x.el
11628 (isearch-process-search-multibyte-characters):
11629 Use `isearch-message' as initial input for `read-string' instead
11630 of adding it to the minibuffer prompt. After reading a string
11631 remove the initial value of `isearch-message' from the string.
11632
11633 * replace.el (replace-match-maybe-edit): Doc fix.
11634 (perform-replace): Don't call `replace-highlight' when automatic
11635 replacement is requested in literal mode, since it is intended
11636 only to highlight words during entering a new replacement string
11637 for \? in non-literal mode.
11638
11639 * replace.el (query-replace-highlight): Add new value `isearch'
11640 that allows query replacement to use isearch highlighting.
11641 Change type from `boolean' to `choice'. Doc fix.
11642 (replace-highlight, replace-dehighlight, perform-replace):
11643 Use isearch highlighting if query-replace-highlight eq `isearch'.
11644
11645 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11648 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11649 `error'.
11650
11651 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11652 case of \end{verbatim}.
11653
11654 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11655
11656 * term.el (term-termcap-format): Synchronize with terminfo.
11657 (term-emulate-terminal): Handle reset.
11658 (term-reset-terminal): New function.
11659
11660 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11661
11662 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11663 (zone-fill-out-screen): New func.
11664 (zone-pgm-drip): Use `zone-fill-out-screen'.
11665 Also, no longer go to point-min on every cycle.
11666 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11667 (zone-pgm-random-life-wait): New user var.
11668 (zone-pgm-random-life): New func.
11669
11670 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11671
11672 * files.el (auto-mode-alist): Map .com to DCL mode.
11673
11674 2004-12-09 Richard M. Stallman <rms@gnu.org>
11675
11676 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11677
11678 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
11679
11680 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11681 buffer with a display margin.
11682
11683 2004-12-08 Jay Belanger <belanger@truman.edu>
11684
11685 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11686 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11687
11688 2004-12-08 Richard M. Stallman <rms@gnu.org>
11689
11690 * faces.el: Delete code to set display table.
11691 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11692
11693 2004-12-08 Jay Belanger <belanger@truman.edu>
11694
11695 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11696
11697 * calc/calc-ext.el (math-read-replacement-list)
11698 (math-read-superscripts, math-read-preprocess-string): Move to
11699 calc-aent.el.
11700
11701 * calc/calc-aent.el (math-read-replacement-list)
11702 (math-read-superscripts, math-read-preprocess-string): Move from
11703 calc-ext.el.
11704
11705 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * isearch.el (isearch-quote-char): Fix up typo in last change.
11708
11709 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11710
11711 * mouse.el (mouse-set-font): Handle the case where the command was
11712 not invoked using the mouse.
11713
11714 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11715 (edmacro-finish-edit): Further update for keyboard macros that are
11716 lambda forms.
11717 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11718
11719 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * font-lock.el (font-lock-unfontify-region): Save buffer state.
11722 (font-lock-default-unfontify-region): Don't save buffer state any more.
11723
11724 2004-12-07 Jay Belanger <belanger@truman.edu>
11725
11726 * calc/calc-help.el (calc-describe-key):
11727 Set calc-summary-indentation even when Calc Summary buffer exists.
11728
11729 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11730
11731 * calendar/holidays.el (holiday-easter-etc): Make arguments
11732 optional for backwards compatibility. Doc fix.
11733 Remove un-necessary local vars mandatory, output-list.
11734 (holiday-advent): Make arguments optional for backwards
11735 compatibility. Doc fix.
11736
11737 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * paren.el (show-paren-function): Fix last change (2004-12-02).
11740
11741 * international/mule-util.el (char-displayable-p): Return nil for
11742 unibyte mode.
11743
11744 * subr.el (subregexp-context-p): New function.
11745
11746 * isearch.el (isearch-quote-char): Use it.
11747
11748 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11749 (regexp-opt-not-groupie*-re): Remove.
11750 (regexp-opt): Properly handle inputs with duplicate entries.
11751
11752 2004-12-06 Richard M. Stallman <rms@gnu.org>
11753
11754 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11755
11756 * cus-edit.el (custom-file): Doc fix.
11757
11758 * textmodes/org.el: New file.
11759
11760 2004-12-06 Kenichi Handa <handa@m17n.org>
11761
11762 * ldefs-boot.el: Update international/mule-util.el section.
11763
11764 2004-12-05 Sam Steingold <sds@gnu.org>
11765
11766 * net/tramp.el (tramp-handle-file-accessible-directory-p):
11767 Fix `tramp-time-diff' comparison logic.
11768
11769 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11770
11771 * progmodes/which-func.el (which-function):
11772 Use `run-hook-with-args-until-success' instead of a custom loop.
11773 Fixes bug with local hooks.
11774
11775 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11776
11777 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11778 Use delete-dups when calculating the initial value.
11779 (bibtex-autokey-get-title): Use <=.
11780 (bibtex-goto-line): New function.
11781 (bibtex-reposition-window): Use line numbers instead of point
11782 positions. Use window-body-height.
11783 (bibtex-find-crossref): Use bibtex-reposition-window.
11784 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11785 position of entry if key is found or nil if not found.
11786
11787 2004-12-05 Richard M. Stallman <rms@gnu.org>
11788
11789 * cus-edit.el (custom-file): Doc fix.
11790
11791 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11792
11793 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * simple.el (blink-matching-open):
11796 * textmodes/tex-mode.el (tex-validate-region):
11797 Obey syntax-table text properties.
11798
11799 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11800
11801 * wid-edit.el (widget-specify-field): Add `real-field' property to
11802 boundary.
11803 (widget-field-at): Use it.
11804
11805 2004-12-02 Richard M. Stallman <rms@gnu.org>
11806
11807 * progmodes/cc-mode.el (awk-mode autoload):
11808 Supply t meaning interactive function.
11809
11810 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11811 (isearch-mode-map): No special definition for space.
11812 (isearch-whitespace-chars): Command deleted.
11813 (isearch-forward-regexp): Doc fix.
11814 (isearch-quote-char): When a space is not inside brackets,
11815 use `[ ]' instead of just space.
11816 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11817
11818 * imenu.el (imenu--generic-function): Delete code to exclude
11819 matches in comments.
11820
11821 * man.el (Man-reverse-face): Change default to `highlight'.
11822
11823 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11824 (occur-engine): Use `face' prop rather than `font-lock-face'
11825 when specifying use of `match-face'.
11826 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11827
11828 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11829
11830 * add-log.el (add-log-current-defun): Handle the case where point
11831 is in the header part of a DEFUN construct.
11832
11833 2004-12-02 Dave Love <fx@gnu.org>
11834
11835 * progmodes/python.el (python-font-lock-syntactic-keywords):
11836 Fix previous change.
11837
11838 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11839
11840 * paren.el (show-paren-function): Check for matching chars
11841 specified by text props.
11842
11843 2004-12-02 Jay Belanger <belanger@truman.edu>
11844
11845 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11846 when reading a new key sequence.
11847
11848 2004-12-02 Kim F. Storm <storm@cua.dk>
11849
11850 * faces.el (escape-glyph): Rename from glyph.
11851 (standard-display-table): Set it here. Add escape-glyph face to
11852 extra slot characters.
11853
11854 * disp-table.el: Undo 2004-12-01 change. Display table is now
11855 setup in faces.el.
11856
11857 2004-12-02 Mark A. Hershberger <mah@everybody.org>
11858
11859 * xml.el (xml-parse-dtd): Don't show validity messages when
11860 xml-validating-parser is nil.
11861 (xml-substitute-special): Fix validity error messages to
11862 actually show the unexpandable entity. Added validity error if &
11863 isn't followed by an entity.
11864 (xml-parse-tag): Concatenate any string following the a
11865 <![CDATA[]]> section to the parsed CDATA.
11866 (xml-parse-dtd): Skip parameter entity declarations and use of
11867 parameter entities.
11868
11869 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11870
11871 * kmacro.el (kmacro-default-counter-format): New var.
11872 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11873 (kmacro-display): Remove `nil' from `and' form. Delete call to
11874 `format' inside `message'.
11875 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11876
11877 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * pcvs.el (cvs-header-msg): New function.
11880 (cvs-update-header): Use it. Change calling convention.
11881 Correctly handle the case of having simultaneous active processes.
11882 (cvs-sentinel): Don't call cvs-update-header any more.
11883 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11884
11885 2004-12-01 Jay Belanger <belanger@truman.edu>
11886
11887 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11888 Change message.
11889
11890 2004-12-01 Juri Linkov <juri@jurta.org>
11891
11892 * progmodes/prolog.el (prolog-mode-variables):
11893 Fix imenu-generic-expression.
11894
11895 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11896
11897 * faces.el (glyph): New face.
11898
11899 * disp-table.el: Add an autoloaded table, that doesn't require
11900 this library, with glyph face.
11901
11902 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11903 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11904 (conf-quote-normal): Allow normalizing only ' or ".
11905 (conf-mode): Regexp-quote constructed comment-start and don't
11906 match section {} where "name" contains braces.
11907
11908 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11909 files.
11910
11911 2004-12-01 Kenichi Handa <handa@m17n.org>
11912
11913 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11914 (x-select-text): Don't treat eight-bit-control/graphic chars
11915 specially. Store the encoded text in the X cut buffer.
11916 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11917 with x-last-selected-text-cut-encoded.
11918
11919 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11922
11923 2004-11-30 Markus Rost <rost@ias.edu>
11924
11925 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11926 AUCTeX.
11927
11928 2004-11-30 Jay Belanger <belanger@truman.edu>
11929
11930 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11931 on signs of intervals.
11932 (math-pow-of-zero): Strengthen checks for positive and negative
11933 exponents.
11934
11935 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11936 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11937 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11938 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11939 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11940 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11941 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11942 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11943 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11944 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11945 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11946 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11947 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
11948 functions with provide statements.
11949
11950 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11951
11952 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
11953 autoloads.
11954
11955 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11956 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11957 functions by require statements.
11958 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11959
11960 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11961 (calc-gnuplot-print): Give them values.
11962
11963 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11964 autoloads.
11965 Add calc-do-embedded-activate to autoloads.
11966 (calc-gnuplot-name, calc-gnuplot-plot-command)
11967 (calc-gnuplot-print-command): Move them to calc-graph.el.
11968
11969 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11970
11971 * term/mac-win.el (ccl-encode-mac-roman-font)
11972 (ccl-encode-mac-cyrillic-font)
11973 (ccl-encode-mac-centraleuropean-font, encoder-list)
11974 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11975 Support Cyrillic, CentralEuropean, and Dingbat font display
11976
11977 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11978
11979 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11980
11981 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11982 still nil.
11983
11984 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11985
11986 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11987 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11988
11989 2004-11-29 Jay Belanger <belanger@truman.edu>
11990
11991 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11992 cases of the base and exponent.
11993
11994 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11995
11996 * simple.el (next-error-buffer-p): Allow for inclusive and
11997 exclusive tests for finding a buffer.
11998 (next-error-find-buffer): Pass the exclusive and inclusive tests
11999 to next-error-buffer-p.
12000
12001 * replace.el (occur-next-error): Switch to the Occur buffer when
12002 appropriate, use the exclusive filter to next-error-find-buffer to
12003 do it. Use the absolute value of the motion amount.
12004
12005 2004-11-29 Kenichi Handa <handa@m17n.org>
12006
12007 * startup.el (command-line): Decode all default-directory by
12008 locale-coding-system.
12009
12010 2004-11-29 Jay Belanger <belanger@truman.edu>
12011
12012 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12013 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12014 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12015 Replace calls to calc-extensions by appropriate require, replace
12016 calc-extensions-loaded by appropriate featurep.
12017
12018 * calc/calc-ext.el: Move require to end of file. Remove redundant
12019 loading of calc.el.
12020 (calc-extensions-loaded): Remove unnecessary variable.
12021 (calc-extensions): Remove unnecessary function.
12022 (calc-load-everything): Replace calc-need-macros by appropriate
12023 require.
12024
12025 * calc/calc-macs.el: Move provide to end of file.
12026 (calc-need-macros): Remove unnecessary function.
12027
12028 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12029 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12030 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12031 Replace calc-extensions by appropriate require.
12032 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12033
12034 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12035 Replace calc-need-macros by appropriate require.
12036
12037 * calc/calc.el: Move require to end of file.
12038 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12039 Remove unnecessary variable.
12040 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12041 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12042 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12043 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12044 (math-stack-value-offset, math-format-value, math-format-flat-expr)
12045 (math-format-number, math-format-bignum, math-read-number)
12046 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12047 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12048 by appropriate require.
12049 (calc-check-defines): Replace calc-need-macros by appropriate require.
12050
12051 2004-11-29 Kim F. Storm <storm@cua.dk>
12052
12053 * macros.el (insert-kbd-macro): Handle kmacro functions.
12054
12055 2004-11-28 Juri Linkov <juri@jurta.org>
12056
12057 * compare-w.el (compare-windows-highlight): Attach each overlay
12058 to its window to properly highlight differences while comparing
12059 two windows of the same buffer. Fix arguments.
12060 (compare-windows-sync-default-function): Fix arguments of
12061 `compare-windows-highlight'.
12062
12063 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12064 Use `read-expression-history'. Set initial contents only if
12065 `edebug-global-break-condition' is non-nil. Set histpos to 1
12066 if initial contents is equal to the last history element.
12067 (edebug-set-conditional-breakpoint): Instead of temporarily
12068 prepending the current condition to the history, set initial
12069 contents to the current condition. Set histpos to 1 if initial
12070 contents is equal to the last history element.
12071
12072 * info.el (Info-search-whitespace-regexp): Remove shy group.
12073 (Info-search): Forward line if search is on the header line.
12074 Use search-whitespace-regexp in two other places.
12075
12076 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
12077
12078 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12079 warning. Delay real definition, which uses
12080 `set-fringe-indicators-1' till after the definition of that function.
12081
12082 2004-11-28 Kim F. Storm <storm@cua.dk>
12083
12084 * fringe.el (fringe): New defgroup.
12085 (fringe-mode): Move to fringe group.
12086 (fringe-indicators): New defcustom.
12087 (set-fringe-indicators-1): New defun.
12088
12089 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12090 (menu-bar-showhide-fringe-ind-menu): New keymap.
12091 (menu-bar-showhide-fringe-ind-empty)
12092 (menu-bar-showhide-fringe-ind-mixed)
12093 (menu-bar-showhide-fringe-ind-box)
12094 (menu-bar-showhide-fringe-ind-right)
12095 (menu-bar-showhide-fringe-ind-left)
12096 (menu-bar-showhide-fringe-ind-none): New defuns.
12097 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12098
12099 2004-11-27 Richard M. Stallman <rms@gnu.org>
12100
12101 * comint.el (comint-read-noecho): Add trivial compatibility definition.
12102
12103 * generic.el (define-generic-mode): Doc fix.
12104
12105 * menu-bar.el (menu-bar-options-save): For the options
12106 that are toggled with menu-bar-make-mm-toggle, don't check
12107 for customized-value prop.
12108
12109 2004-11-27 Eli Zaretskii <eliz@gnu.org>
12110
12111 * mail/supercite.el (sc-cite-region): Handle the case where
12112 sc-cite-frame-alist is a symbol.
12113 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12114 a symbol.
12115 (sc-recite-region): Handle the case where sc-recite-frame-alist is
12116 a symbol.
12117
12118 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12119
12120 * wid-edit.el (widget-narrow-to-field): New function.
12121 (widget-complete): Use it.
12122
12123 2004-11-27 Jay Belanger <belanger@truman.edu>
12124
12125 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12126 variable.
12127 (calc-eval-error): Don't check if the variable calc-eval-error is
12128 bound.
12129 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12130 (math-alg-inequalities): Move declaration to earlier in the file.
12131
12132 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12133 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12134 Declare them.
12135
12136 * calc/calc-lang.el (math-expr-data, math-expr-token)
12137 (math-exp-old-pos): Declare them.
12138
12139 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12140 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12141
12142 2004-11-27 Kim F. Storm <storm@cua.dk>
12143
12144 * progmodes/flymake.el: Use (featurep 'xemacs).
12145 (flymake-makehash): Change to defsubst. Use fboundp.
12146 (flymake-time-to-float): Remove.
12147 (flymake-float-time): Merge code from flymake-time-to-float here.
12148 (flymake-replace-regexp-in-string): Change to defsubst.
12149 (flymake-split-string-remove-empty-edges):
12150 Rename to flymake-split-string.
12151 (flymake-split-string): Remove previous defalias.
12152 (flymake-get-temp-dir): Change to defsubst.
12153 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12154 Define for xemacs only.
12155 (flymake-master-file-count-limit): Change into compiler defvar only.
12156 (flymake-find-possible-master-files): Let-bind it dynamically while
12157 sorting files using flymake-master-file-compare.
12158
12159 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12162 of defun-prompt-regexp matches inside a comment/string but the
12163 beginning is correctly outside everything.
12164
12165 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12166 appears within a string or a comment.
12167
12168 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12169 rather than make-symbol for symbols which are used in
12170 a symbol-macrolet or equivalent.
12171
12172 2004-11-26 Jay Belanger <belanger@truman.edu>
12173
12174 * calc-misc.el (calc-last-why-command): Declare it.
12175
12176 * calc-vec.el (math-grade-vec): New variable.
12177 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12178 Replace variable grade-vec by declared variable.
12179 (math-rb-close): New variable.
12180 (math-read-brackets, math-read-vector): Replace variable close by
12181 declared variable.
12182
12183 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12184 (calc-one-window, calc-edit-handler, calc-restore-trail)
12185 (calc-allow-ret): Declare them.
12186
12187 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12188 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12189 (math-radix-float-cache-tag, math-random-cache)
12190 (math-max-digits-cache, math-integral-cache, math-units-table)
12191 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12192 (math-moc-func): New variable.
12193 (math-map-over-constants, math-map-over-constants-rec):
12194 Replace variable func by declared variable.
12195
12196 * calc/calc-store.el (calc-given-value, calc-store-opers):
12197 Declare them.
12198 (calc-var-name-map): Move declaration to earlier in the file.
12199 (calc-pv-pos): New variable.
12200 (calc-permanent-variable, calc-insert-permanent-variable):
12201 Replace variable pos by declared variable.
12202
12203 * calc/calc-mtx.el (calc-det-lu): New variable.
12204 (math-det-raw, math-det-step): Replace variable lu by declared
12205 variable.
12206
12207 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12208 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12209 and arg by declared variables.
12210 (calcFunc-reducer): Fix incorrect variable.
12211 (math-inner-mul-func, math-inner-add-func): New variables.
12212 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12213 and add-func by declared variables.
12214
12215 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12216 (calc-digit-value): Declare them.
12217
12218 * calc/calc-help.el (Info-history): Declare it.
12219 (calc-describe-key): Make calc-summary-indentation a local variable.
12220 (calc-help-long-names): Move declaration to earlier in file.
12221
12222 * calc/calc-embed.el (calc-original-buffer): Declare it.
12223 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12224 (calc-embed-bot): New variables.
12225 (calc-do-embedded, calc-embedded-mark-formula)
12226 (calc-embedded-find-bounds, calc-embedded-duplicate)
12227 (calc-embedded-new-formula, calc-embedded-make-info):
12228 Replace vars outer-top, outer-bot, bot and top by declared variables.
12229 (calc-embed-prev-modes): New variable.
12230 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12231 prev-modes with declared variable.
12232 (calc-embed-vars-used): New variable.
12233 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12234 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12235 vars-used by declared variable.
12236
12237 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12238 variable.
12239 (math-format-radix-float): Remove unnecessary setq.
12240 (math-radix-float-cache): Declare it.
12241
12242 * calc/calcsel2.el (calc-keep-selection): Declare it.
12243
12244 * calc/calc-maint.el: Remove file.
12245
12246 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12247
12248 * textmodes/bibtex.el (bibtex-sort-entry-class)
12249 (bibtex-comment-start): Use defcustom.
12250 (bibtex-entry-field-alist): Use nil if initial content of the
12251 field is undefined. Fix docstring.
12252 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12253 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12254 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12255 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12256 Fix docstring.
12257 (bibtex-autokey-title-terminators): Use only one regexp.
12258 (bibtex-string-maybe-empty-head): New variable.
12259 (bibtex-remove-delimiters-string): New function.
12260 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12261 Use bibtex-remove-delimiters-string.
12262 (bibtex-progress-message, bibtex-field-left-delimiter)
12263 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12264 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12265 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12266 Simplify.
12267 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12268 Use eq and bibtex-remove-delimiters-string. For end markers use
12269 insertion type so that marker stays after inserted text.
12270 (bibtex-autokey-get-names): Return empty string if name is missing.
12271 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12272 calling bibtex-autokey-name-case-convert.
12273 (bibtex-autokey-demangle-title):
12274 Call bibtex-autokey-titleword-case-convert. Remove call to
12275 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12276 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12277 (bibtex-read-key): New optional arg global.
12278 (bibtex-files-expand): New optional arg force.
12279 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12280 (bibtex-complete-crossref-cleanup): Rename from
12281 bibtex-complete-key-cleanup. Simplify code.
12282 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12283 Operate on current entry.
12284 (bibtex-button): Add docstring.
12285 (bibtex-entry): Simplify.
12286 (bibtex-make-field): Replace optional arg called-by-yank with more
12287 specific args move and interactive.
12288 (bibtex-end-of-entry): Use forward-sexp.
12289 (bibtex-find-entry-globally): Remove.
12290 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12291 Bound to C-c C-x.
12292 (bibtex-find-entry): New optional args global and display.
12293 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12294 (bibtex-validate): Use arg force of bibtex-files-expand.
12295 (bibtex-clean-entry): Bugfix, clean string entries properly.
12296 Always keep point at beginning of entry.
12297 (bibtex-complete): Bugfix. Handle string entries properly.
12298 Call cleanup functions only if needed.
12299 (bibtex-String): Use bibtex-read-string-key.
12300 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12301 case of replacement text.
12302
12303 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12304
12305 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12306 (tramp-perl-directory-files-and-attributes): New constant.
12307 (tramp-file-name-handler-alist): Delete file-directory-files, add
12308 directory-files-and-attributes.
12309 (tramp-perl-file-attributes): Surround uid and gid by double
12310 quotes. Change parameter id-format from nonnumeric.
12311 (tramp-convert-file-attributes): New function.
12312 (tramp-handle-file-attributes): Use it.
12313 (tramp-maybe-send-perl-script): New function.
12314 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12315 file mode. Change parameter id-format from nonnumeric.
12316 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12317 from nonnumeric.
12318 (tramp-post-connection): Don't send tramp-perl-file-attributes
12319 script. Reset connection property "perl-scripts".
12320 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12321 in use.
12322
12323 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12324
12325 * desktop.el (desktop-read): Replace mapcar with mapc.
12326 (desktop-create-buffer): Replace mapcar with mapc.
12327 Remove redundant piece of code.
12328
12329 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
12330
12331 * progmodes/gud.el (gud-display-line): Use display-buffer
12332 for GDB-UI as for GUD.
12333
12334 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12335 Delete variables.
12336 (gdb-ann3): Don't make GUD buffer dedicated.
12337 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12338 (gdb-display-source-buffer): Delete function.
12339 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12340 (menu): Delete menu bindings for viewing source/assembler.
12341 (gdb-setup-windows, gdb-restore-windows):
12342 Don't dedicate GUD. No assembler now.
12343 (gdb-reset): No need to undedicate source buffers now.
12344 (gdb-source-info): No assembler now.
12345
12346 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
12347
12348 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12349 width to those for special frames.
12350 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12351 Use display-buffer.
12352 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12353 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12354 (gdb-frame-assembler-buffer): Rework like
12355 gdb-frame-breakpoints-buffer.
12356
12357 2004-11-25 Richard M. Stallman <rms@gnu.org>
12358
12359 * progmodes/flymake.el: Reindent.
12360 (flymake-split-string): Turn into defalias.
12361 (flymake-fix-file-name): Rename from flymake-fix-path-name.
12362 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12363 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12364 (flymake-build-relative-filename): Rename from ...path.
12365 Fix error message.
12366
12367 2004-11-25 Cheng Gao <chenggao@gmail.com>
12368
12369 * progmodes/flymake.el: Much whitespace and capitalization change.
12370 Move `provide' to end. Require `compile' only when compiling.
12371
12372 2004-11-24 Jay Belanger <belanger@truman.edu>
12373
12374 * calc/calc-alg.el: Added comment.
12375 (math-polynomial-base): Replace variable mpb-top-expr by
12376 math-poly-base-top-expr.
12377
12378 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12379 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12380 variable.
12381 (math-poly-base-total-base): New variable.
12382 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12383 mpb-total-base by declared variable.
12384 (math-factored-vars, math-to-list): Declare it.
12385 (math-fact-expr): New variable.
12386 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12387 (math-factor-expr-try, math-factor-expr-part): Replace variable
12388 expr by declared variable.
12389 (math-fet-x): New variable.
12390 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12391 by declared variable.
12392 (math-factor-poly-coefs): Make temp a local variable.
12393
12394 * calc/calc-units.el (calc-convert-units): Make units a local
12395 variable.
12396 (calc-num-units, calc-den-units): New variables.
12397 (calc-explain-units, calc-explain-units-rec): Replace variables
12398 num-units and den-units by declared variables.
12399 (math-cu-unit-list): New variable.
12400 (math-build-units-table, math-compare-unit-names)
12401 (math-convert-units, math-convert-units-rec): Replace variable
12402 unit-list by declared variable.
12403 (math-fbu-base, math-fbu-entry): New variables.
12404 (math-find-base-units, math-find-base-units-rec): Replace variables
12405 base and entry by declared variables.
12406 (math-which-standard): New variable.
12407 (math-to-standard-units, math-to-standard-rec): Replace variable
12408 which-standard by declared variable.
12409 (math-fcu-u): New variable.
12410 (math-find-compatible-unit, math-find-compatible-unit-rec):
12411 Replace variable u by declared variable.
12412 (math-cu-new-units, math-cu-pure): New variables.
12413 (math-convert-units, math-convert-units-rec): Replace variables
12414 new-units and pure by declared variables.
12415 (math-try-cancel-units): New variable.
12416 (math-simplify-units-quotient): Replace variable try-cancel-units by
12417 declared variable.
12418
12419 2004-11-24 Richard M. Stallman <rms@gnu.org>
12420
12421 * textmodes/ispell.el (ispell-check-version):
12422 If default-directory is nonexistent, use home dir.
12423
12424 * progmodes/grep.el (grep-regexp-alist):
12425 Don't match parens around line numbers.
12426
12427 * progmodes/cperl-mode.el (cperl-indent-region)
12428 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12429 Don't print progress messages.
12430
12431 * progmodes/compile.el (compilation-mode-map):
12432 Don't inherit from compilation-minor-mode-map;
12433 copy its bindings instead. But the menu bar Compile
12434 entry now does inherit from compilation-menu-map.
12435
12436 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12437 Use with-no-warnings around compiler-macroexpand.
12438
12439 * imenu.el: Don't always require newcomment.
12440 (imenu--generic-function): Call comment-normalize-vars
12441 if we have a comment syntax.
12442 Exit the loop if REGEXP matches the null string.
12443 Test comment-start as well as comment-start-skip
12444 when deciding whether to check for comments.
12445
12446 * tooltip.el (tooltip-mode): Doc fix.
12447
12448 * term.el (term-escape-char, term-mode): Doc fixes.
12449
12450 2004-11-24 Dave Love <fx@gnu.org>
12451
12452 * progmodes/python.el (python-font-lock-syntactic-keywords):
12453 Check for escapes in the regexp.
12454 (python-quote-syntax): Don't do it here.
12455
12456 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12457
12458 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12459 (gdb-frames-mode-map, gdb-threads-mode-map)
12460 (gdb-registers-mode-map, gdb-locals-mode-map)
12461 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12462 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12463
12464 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12465 (dedicated-switch-to-buffer): Rework.
12466 (gdb-var-evaluate-expression-handler, gdb-put-string):
12467 Remove unused variable bindings.
12468 (gdb-setup-windows, gdb-display-buffer):
12469 Simplify. Use pop-to-buffer.
12470 (gdb-view-source-function): Simplify.
12471 (gdb-frame-breakpoints-buffer):
12472 Use pop-to-buffer, special-display-regexps.
12473
12474 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12475
12476 * progmodes/f90.el (f90-smart-end)
12477 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12478 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12479 (f90-end-of-block): Doc fix. Make check of outermost block
12480 conditional on value of `f90-smart-end'.
12481 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12482 Handle case where END-BLOCK is nil.
12483 (f90-match-end): Handle un-named PROGRAM blocks.
12484 (f90-backslash-not-special): New function.
12485
12486 2004-11-24 Jay Belanger <belanger@truman.edu>
12487
12488 * calc/calc.el (calc-embedded-active): Removed unnecessary
12489 declaration.
12490 (calc-show-banner): Removed redundant declaration.
12491
12492 * calc/calc-graph.el (calc-gnuplot-default-device)
12493 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12494 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12495 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12496 Remove redundant initial values.
12497
12498 * calc/calc-arith.el (math-scalar-functions)
12499 (math-nonscalar-functions, math-scalar-if-args-functions)
12500 (math-real-functions, math-positive-functions)
12501 (math-nonnegative-functions, math-real-scalar-functions)
12502 (math-real-if-arg-functions, math-integer-functions)
12503 (math-num-integer-functions, math-rounding-functions)
12504 (math-float-rounding-functions, math-integer-if-args-functions)
12505 (math-super-types): Move declarations to earlier in file.
12506 (math-unit-prefixes): Declared it.
12507 (math-floor-prec, math-trunc-prec): New variables.
12508 (math-trunc-fancy): Replace variable prec by declared variable.
12509 (math-floor-fancy): Replace variable prec by declared variable.
12510 (math-com-bterms): New variable.
12511 (math-commutative-equal, math-commutative-collect):
12512 Replace variable bterms by declared variable.
12513
12514 * calc/calc-misc.el (math-trunc): Replace variable prec by
12515 math-trunc-prec.
12516 (math-floor): Replace variable prec by math-floor-prec.
12517
12518 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12519 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12520 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12521 (math-format-date, math-format-date-part): Replace variables
12522 date, dt, year, month, day, weekday, hour, minute, second and
12523 bc-flag by declared variables.
12524 (math-pd-str): New variable.
12525 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12526 Replace variable str by declared variable.
12527 (math-daylight-savings-hook, math-tzone-names): Move definitions
12528 to earlier in the file.
12529 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12530 (math-sh-year): New variable.
12531 (math-setup-add-holidays, math-setup-holidays)
12532 (math-setup-year-holidays): Replace variable `year' by declared
12533 variable.
12534
12535 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12536 New variables.
12537 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12538 n, nf and nfm1 by declared variables.
12539 (math-nri-n): New variable.
12540 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12541 n by declared variable.
12542 (calcFunc-log): Removed misplaced condition.
12543
12544 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12547
12548 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12549
12550 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12551 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12552 Dedicate gdb-related windows.
12553 (gdb-display-buffer): Dedicate gdb-related windows.
12554 Don't grab other frames.
12555 (gdb-reset): Remove dedicated property after debugging.
12556
12557 2004-11-24 Jay Belanger <belanger@truman.edu>
12558
12559 * calc/calc-sel.el: Add comment.
12560
12561 * calc/calc.el (math-stack-value-offset): Replace variables c,
12562 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12563
12564 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12565 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12566 (math-stack-value-offset-fancy): Replace variables c, wid and off
12567 by declared variables.
12568 (math-comp-just, math-comp-comma-spc): New variables.
12569 (math-compose-expr, math-compose-matrix): Replace variables `just'
12570 and comma-spc by declared variable.
12571 (math-comp-vector-prec): New variable.
12572 (math-compose-expr, math-compose-matrix, math-compose-rows):
12573 Replace variable vector-prec by declared variable.
12574 (math-comp-left-bracket, math-comp-right-bracket)
12575 (math-comp-comma): New variables.
12576 (math-compose-expr, math-compose-rows): Replace variables
12577 left-bracket, right-bracket and comma by declared variables.
12578 (math-comp-full-width): New variable.
12579 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12580 Replace variable full-width by declared variable.
12581 (math-comp-highlight, math-comp-word, math-comp-level)
12582 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12583 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12584 New variables.
12585 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12586 (math-comp-sel-flat-term): Replace variables comp-highlight,
12587 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12588 declared variables.
12589 (math-comp-simplify, math-comp-simplify-term)
12590 (math-comp-add-string, math-comp-add-string-sel):
12591 Replace variables comp-highlight, comp-buf, comp-base,
12592 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12593
12594 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12595
12596 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12597
12598 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12599 and x-server-version may throw.
12600
12601 2004-11-23 Kim F. Storm <storm@cua.dk>
12602
12603 * subr.el (substitute-key-definition-key): Optimize.
12604 Don't call indirect-function for nil defn (always signals error).
12605
12606 * ido.el (ido-read-internal): Fix require-match check when
12607 ido-directory-too-big is set.
12608
12609 2004-11-23 Jay Belanger <belanger@truman.edu>
12610
12611 * calc/calc-ext.el (math-read-replacement-list)
12612 (math-read-superscripts): New variables.
12613 (math-read-preprocess-string): New function.
12614 (math-read-expr): Filter input through math-read-preprocess-string.
12615
12616 * calc/calc-aent.el (math-read-exprs): Filter input through
12617 math-read-preprocess-string.
12618
12619 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12620
12621 * progmodes/compile.el (compilation-start): In cd command use
12622 substitute-env-vars -- not quite shell compatible but better than
12623 nothing.
12624 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12625 handle the newer versions messages, which are more parseable.
12626
12627 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * reveal.el (reveal-mode-map): New var.
12630 (reveal-mode): Use it.
12631
12632 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12633
12634 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12635 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12636
12637 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12640 header-line when needed.
12641 Use fixed-pitch only in the header-line.
12642 Build the underline automatically. Use emdash if available.
12643
12644 2004-11-22 Richard M. Stallman <rms@gnu.org>
12645
12646 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12647 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12648
12649 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12650
12651 * progmodes/gdb-ui.el (gdb-resync): New function.
12652 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12653 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12654 Use it to fail more gracefully.
12655 (gdb-variables): Delete variable.
12656 Re-order variables to reduce byte-compiler warnings.
12657
12658 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * descr-text.el (describe-char):
12661 * paren.el (show-paren-function):
12662 * subr.el (syntax-after): Undo last change.
12663
12664 * progmodes/python.el (run-python): Don't hard code *Python*.
12665 Don't modify global process-environment.
12666 (python-send-region, python-load-file): Don't assume that
12667 python-buffer == (process-buffer (python-proc)).
12668 (python-switch-to-python): Simplify.
12669
12670 * dired.el (dired-align-file): Don't assume line starts with spaces.
12671
12672 2004-11-21 Jay Belanger <belanger@truman.edu>
12673
12674 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12675 Replace variable `lines' by math-read-big-lines.
12676 (math-read-big-expr): Replace variables the-baseline, the-h2
12677 and err-msg by math-read-big-baseline, math-read-big-h2 and
12678 math-read-err-msg.
12679 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12680
12681 * calc/calc-lang.el (math-read-big-rec): Fix typo.
12682 (math-read-big-balance): Replace unbound variable by value.
12683 (math-read-big-lines): New variable.
12684 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12685 (math-read-big-error, math-read-big-balance): Replace variable
12686 `lines' by declared variable.
12687 (math-read-big-baseline, math-read-big-h2): New variables.
12688 (math-read-big-rec): Replace variables the-baseline and the-h2
12689 by declared variables.
12690 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12691 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12692 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12693 declared variables.
12694 (math-read-big-err-msg): New variable.
12695 (math-read-big-error): Replace variable err-msg by declared variable.
12696
12697 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * ses.el: Add coding cookie.
12700 Fix up docstrings, follow new commenting conventions.
12701 (ses-header-line-menu): Fix missing variable rename for header-row.
12702 (ses-cell-size): Remove.
12703 (ses-make-cell): New function.
12704 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12705 (ses-calculate-cell): Remove unused var `symbol'.
12706 (ses-narrowed-p): New function.
12707 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12708 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12709 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12710 (ses-setup): Use restore-buffer-modified-p.
12711 (ses-cleanup): Remove unused var `end'.
12712 (ses-header-string-left-offset): Remove.
12713 (ses-create-header-string): Adjust to new behavior of `align-to'.
12714 Truncate excessively large fields to preserve alignment.
12715 (ses-reconstruct-all): Remove unused var `refs'.
12716 (ses-read-cell-printer): Remove unused var `prompt'.
12717 (ses-delete-row): Remove unused var `pos'.
12718 (ses-delete-column): Remove unused var `new'.
12719
12720 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12721
12722 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12723 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12724 Eliminate eval-and-compile usage.
12725 (ps-insert-file): Use insert-file-contents instead of insert-file.
12726 (ps-setup): Code fix.
12727
12728 * printing.el (pr-setup, lpr-setup): Code fix.
12729
12730 2004-11-21 Jay Belanger <belanger@truman.edu>
12731
12732 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12733 (calc-original-buffer): Declare them.
12734 (calc-user-formula-alist): New variable.
12735 (calc-user-define-formula, calc-fix-user-formula)
12736 (calc-user-define-composition, calc-finish-formula-edit):
12737 Replace variable `alist' by declared variable.
12738 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12739 (var-q7, var-q7, var-q8, var-q9): Declare them.
12740 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12741 are bound.
12742 (calcFunc-typeof): Replace undeclared variable by expression.
12743 (math-exp-env): New variable.
12744 (math-define-body, math-define-exp): Replace exp-env by declared var.
12745 (math-define-exp): Replace misplaced variable by expression.
12746
12747 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12748 (calc-curve-model, calc-curve-coefnames): New variables.
12749 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12750 varnames, model and coefnames by declared variables.
12751 (math-root-widen): New variable.
12752 (math-search-root, math-find-root): Replace variable root-widen by
12753 declared variable.
12754 (var-DUMMY): Declare it.
12755 (math-root-vars, math-min-vars): Move the declarations to earlier in
12756 the file.
12757 (math-brent-min): Make d a local variable.
12758 (math-find-minimum): Replace non-existent variable.
12759 (math-ninteg-romberg): Remove unnecessary variable.
12760 (math-ninteg-temp): New variable.
12761 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12762 integ-temp by declared variable.
12763 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12764 New variables.
12765 (math-general-fit): Replace variables first-var, first-coef and
12766 new-coefs by declared variables.
12767 (calcFunc-fitvar): Replace variable first-var by declared variable.
12768 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12769 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12770 (math-all-vars-vars, math-all-vars-found): New variables.
12771 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12772 found by declared variable math-all-vars-vars.
12773
12774 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12777 of `defconst'.
12778
12779 2004-11-20 Richard M. Stallman <rms@gnu.org>
12780
12781 * isearch.el (isearch-mode-map): Don't bind SPC.
12782 (isearch-whitespace-chars): Function deleted.
12783 (isearch-search): Bind search-spaces-regexp.
12784 (isearch-lazy-highlight-search): Likewise.
12785 (search-whitespace-regexp): Doc fix.
12786 (isearch-forward-regexp): Doc fix.
12787
12788 * emacs-lisp/bytecomp.el (byte-compile-form):
12789 Move the calls to byte-compile-set-symbol-position,
12790 to avoid having two for the same symbol occurrence.
12791
12792 * comint.el (comint-input-ring-size): Increase to 150.
12793
12794 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12795 New variables.
12796 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12797 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12798
12799 * imenu.el (imenu--generic-function):
12800 Ensure we keep moving backward even if BEG isn't further back.
12801
12802 * replace.el (query-replace-read-to, query-replace-read-from):
12803 Specify t for KEEP-ALL in read-from-minibuffer.
12804
12805 * progmodes/python.el (python-switch-to-python):
12806 If Python isn't running, start it.
12807 Don't alter debug-ignored-errors.
12808
12809 * progmodes/cperl-mode.el (cperl-indent-region):
12810 Don't mind imenu-scanning-message.
12811
12812 * bindings.el (global-map): Bind C-e to move-end-of-line.
12813
12814 * simple.el (line-move-finish): New arg FORWARD.
12815 Ignore invisible newlines, not intangible ones.
12816 Conditions for acceptable stopping positions depend on FORWARD.
12817 (line-move): Pass FORWARD arg to line-move-finish.
12818
12819 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12820 of HEADER. Compensate for this change in the code to add display
12821 properties. Don't make the first line intangible.
12822
12823 * info.el (Info-search): Fix previous change.
12824
12825 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12826
12827 * Makefile.in (recompile): Revert 2004-11-19 change.
12828 (compile): Likewise.
12829
12830 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12831
12832 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12833
12834 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12835
12836 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
12837 defgroup and defcustom. Eliminate eval-and-compile usage.
12838
12839 * progmodes/ebnf-otz.el: Fix typos.
12840
12841 2004-11-19 Jay Belanger <belanger@truman.edu>
12842
12843 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12844 (calc-edit-finish, calc-finish-stack-edit): Replace variable
12845 disp-trail by declared variable.
12846
12847 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12848 (calc-finish-selection-edit): Replace variable disp-trail by
12849 declared variable.
12850 (calc-selection-cache-entry): Move declaration to earlier in the file.
12851 (calc-selection-cache-num, calc-selection-cache-comp)
12852 (calc-selection-cache-offset, calc-selection-true-num)
12853 (calc-final-point-line, calc-final-point-column)
12854 (calc-original-buffer): Declare them.
12855 (calc-fnp-op, calc-fnp-num): New variables.
12856 (calc-find-nth-part, calc-find-nth-part-rec)
12857 (calc-select-previous): Replace op and num by declared variables.
12858 (calc-rsf-old, calc-rsf-new): New variables.
12859 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12860 Replace variables old and new by declared variables.
12861 (calc-sel-reselect): New variable.
12862 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12863 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12864 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12865 reselect with declared variable.
12866
12867 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12868 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12869 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12870 (math-import-list, math-rewrite-phase): Declare them.
12871 (math-rewrite): Use let* to declare variables.
12872 (calc-rewrite-selection): Make rules a local variable.
12873 (calc-rewr-sel): New variable.
12874 (calc-rewrite-selection, calc-locate-selection-marker)
12875 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12876 of sel.
12877 (math-rewrite-whole-expr): New variable.
12878 (math-rewrite, math-rewrite-phase): Replace variable expr by
12879 declared variable.
12880 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12881 (math-rewrite-heads-blanks ): New variables.
12882 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12883 heads, skips and blanks by declared variables.
12884 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12885 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12886 New variables.
12887 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12888 old, new, old-func and new-func by declared variables.
12889 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12890 Remove unnecessary variable.
12891 (math-apply-rw-regs): New variable.
12892 (math-apply-rewrites, math-rwapply-replace-regs)
12893 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12894 (math-apply-rw-ruleset): New variable.
12895 (math-apply-rewrites, math-rwapply-remember): Replace variable
12896 ruleset by declared variable.
12897
12898 2004-11-19 Richard M. Stallman <rms@gnu.org>
12899
12900 * info.el (Info-search): Use search-whitespace-regexp.
12901
12902 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12903
12904 * vc-rcs.el (vc-rcs-parse): New function.
12905 (vc-rcs-annotate-command): Likewise.
12906 (vc-rcs-annotate-current-time): Likewise.
12907 (vc-rcs-annotate-time): Likewise.
12908 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12909
12910 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12911
12912 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12913
12914 2004-11-18 Jay Belanger <belanger@truman.edu>
12915
12916 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12917
12918 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12919
12920 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12921 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12922 Use make-temp-file to generate PostScript files in any situation.
12923 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12924 (pr-interactive-p): Eliminate var.
12925 (pr-save-interactive): Eliminate macro.
12926 (pr-interface, pr-ps-directory-preview)
12927 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12928 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12929 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12930 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12931 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12932 (pr-ps-region-ps-print, pr-ps-mode-preview)
12933 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12934 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12935 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12936 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12937 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12938 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12939 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12940 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12941 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12942 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12943 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12944 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12945 Eliminate pr-save-interactive usage.
12946 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12947 Eliminate pr-interactive-p usage.
12948 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12949 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12950 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12951 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12952 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12953 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12954 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12955 New funs.
12956 (pr-ps-file): Use make-temp-file to generate a temporary file.
12957
12958 2004-11-17 Jay Belanger <belanger@truman.edu>
12959
12960 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12961 a local variable.
12962 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12963 (math-top-only): New variable.
12964 (math-simplify, math-simplify-step): Replace variable top-only by
12965 declared variable math-top-only.
12966 (math-simplify-expr): Declare it.
12967 Replace argument expr in all calls of math-defsimplify by
12968 math-simplify-expr.
12969 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12970 (math-simplify-divisor, math-simplify-one-divisor)
12971 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12972 (math-simplify-pow): Replace variable expr by declared variable
12973 math-simplify-expr.
12974 (math-simplify-divisor): Remove local variables temp and op.
12975 (math-simplify-one-divisor): Make temp and op local variables.
12976 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12977 New variables.
12978 (math-simplify-divisor, math-simplify-one-divisor):
12979 Replace variables nover and dover by declared variables.
12980 (math-expr-subst-new, math-expr-subst-old): New variables.
12981 (math-expr-subst, math-expr-subst-rec): Replace variables new
12982 and old by declared variables.
12983 (math-is-poly-degree, math-is-poly-loose): New variables.
12984 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12985 and loose by declared variables.
12986 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12987 (math-polynomial-base, math-polynomial-base-rec):
12988 Replace variables const-ok and mpb-pred by declared variables.
12989
12990 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12991
12992 * calc/calc-ext.el (math-defsimplify): Change the argument in
12993 the created function to math-simplify-expr.
12994
12995 * calc/calc-units.el (math-simplify-expr): Declare it.
12996 Replace argument expr in all calls of math-defsimplify by
12997 math-simplify-expr.
12998 (math-simplify-units-prod): Replace variable expr by declared
12999 variable math-simplify-expr.
13000
13001 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13004 Replace mapcar->dolist, format->string.
13005
13006 2004-11-17 Miles Bader <miles@gnu.org>
13007
13008 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13009 * progmodes/idlwave.el: Remove RCS keywords.
13010
13011 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
13012
13013 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13014 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13015 Update to IDLWAVE version 5.5. Too many changes to list them here.
13016 * progmodes/idlw-help.el: New file.
13017
13018 2004-11-16 Richard M. Stallman <rms@gnu.org>
13019
13020 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13021 Discard spaces after \i according to TeX rules.
13022
13023 * international/mule.el (set-buffer-file-coding-system):
13024 New arg NOMODIFY.
13025 (after-insert-file-set-coding): Pass that new arg.
13026 Prevent set-buffer-multibyte from trying to lock the file.
13027
13028 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13029
13030 * saveplace.el (save-place): Doc fix.
13031
13032 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13033 temporarily widen before finding the following word to copy.
13034
13035 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13036 (cl-map-keymap): Definition deleted.
13037
13038 * subr.el (map-keymap-internal): New function.
13039
13040 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13043 when pressing rather than when releasing mouse-2. Simplify.
13044
13045 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13048 (compilation-mode): Set it here instead.
13049
13050 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13051
13052 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13053 (loop, cl-parse-loop-clause, defsetf): Use backquote.
13054
13055 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13056
13057 * progmodes/compile.el (compilation-internal-error-properties):
13058 Fix up a transposition-typo. Check end-col before using it.
13059
13060 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
13061
13062 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13063 Discard whitespace after macro \i when converting it.
13064
13065 2004-11-16 Juri Linkov <juri@jurta.org>
13066
13067 * emacs-lisp/find-func.el (find-function-regexp):
13068 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
13069 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
13070 Remove invalid `\W' from [^cgv\W]. Doc fix.
13071 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13072
13073 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
13074
13075 * play/life.el: Maintainer is now FSF.
13076 (life-patterns, life-neighbor-deltas, life-window-start)
13077 (life-current-generation, life-generation-string): Use defvar
13078 instead of defconst.
13079
13080 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * progmodes/compile.el (compilation-move-to-column): New fun.
13083 (compilation-internal-error-properties)
13084 (compilation-next-error-function): Use it to make sure we don't go past
13085 the end of line.
13086
13087 2004-11-15 John Paul Wallington <jpw@gnu.org>
13088
13089 * autoinsert.el (auto-insert-alist): Insert the user's name in
13090 copyright notice, rather than Free Software Foundation, for the
13091 Emacs Lisp header case too.
13092
13093 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13094
13095 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13096 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13097 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
13098 return the list of string in a string.
13099 (pr-call-process): Message if calling process returns an error, that
13100 is, the exit status is different of zero.
13101
13102 2004-11-15 Jay Belanger <belanger@truman.edu>
13103
13104 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13105 variable var-thing.
13106 (math-integ-depth, math-integ-level, math-integral-limit)
13107 (math-enable-subst, math-any-substs, math-integ-msg)
13108 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13109 (math-int-threshold, math-int-factors, math-double-roots)
13110 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13111 (var-GenCount): Declare these variables.
13112 (calcFunc-integ): Don't check if var-IntegLimit is bound.
13113 (math-integral-cache, math-integral-cache-state):
13114 Move declarations to earlier in the file.
13115 (math-deriv-var, math-deriv-total, math-deriv-symb)
13116 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13117 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13118 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13119 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13120 (math-solve-res): New variables
13121 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13122 (math-integral, math-replace-integral-parts)
13123 (math-integrate-by-parts, calc-dump-integral-cache)
13124 (math-try-integral, math-do-integral, math-do-integral)
13125 (math-do-integral-methods, math-try-solve-for)
13126 (math-try-solve-prod, math-solve-poly-funny-powers)
13127 (math-solve-crunch-poly, math-decompose-poly)
13128 (math-solve-find-root-term, math-find-root-in-prod)
13129 (math-integ-try-linear-substitutions)
13130 (math-integ-try-substitutions, math-expr-rational-in)
13131 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13132 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13133 (math-solve-for, math-solve-system, math-solve-system-rec)
13134 (math-solve-get-sign, math-solve-get-int)
13135 (math-solve-system-subst): Replace undeclared variables with newly
13136 declared variables.
13137
13138 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * winner.el (winner-active-region, winner-edges, winner-window-list):
13141 Define at toplevel.
13142 (winner-mode-map): Move init inside declaration.
13143
13144 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13145
13146 * files.el (convert-standard-filename): Doc fix.
13147
13148 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13149
13150 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13151 passwd, group, shadow, default/* and pam.d/*.
13152
13153 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13154
13155 * printing.el (pr-menu-spec): Adjust menu specification.
13156
13157 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13158
13159 * printing.el: Doc fix. Insert :version tag into all defcustom.
13160 Handle interactive-p as is recommended in Emacs Lisp Reference.
13161 Set the file permission bits for newly created files.
13162 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13163 The printing menu specification (in `pr-menu-spec') was merged.
13164 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13165 (pr-version): New version number (6.8.3).
13166 (pr-file-modes): New option.
13167 (pr-interactive-p): New var.
13168 (pr-save-interactive, pr-save-file-modes): New macros.
13169 (pr-setup): Code fix.
13170 (pr-menu-spec): Menu specification merged.
13171 (pr-call-process, pr-text2ps): Set file permission bits.
13172 (pr-despool-print): Set file permission bits. Handle interactive-p as
13173 is recommended.
13174 (pr-interface, pr-ps-directory-preview)
13175 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13176 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13177 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13178 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13179 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13180 (pr-ps-region-ps-print, pr-ps-mode-preview)
13181 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13182 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13183 (pr-despool-using-ghostscript, pr-despool-ps-print)
13184 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13185 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13186 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13187 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13188 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13189 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13190 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13191 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13192 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13193 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13194 Handle interactive-p as is recommended.
13195
13196 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13199 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13200
13201 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13202 so it doesn't forget to highlight the beginning of the region either.
13203
13204 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13205
13206 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13207 (c-font-lock-init): Eliminate obsolete make-local-hook.
13208 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13209 (awk-mode): Use run-mode-hooks.
13210
13211 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13212
13213 2004-11-13 Kim F. Storm <storm@cua.dk>
13214
13215 * mouse.el (mouse-drag-copy-region): Add :version.
13216 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13217 while dragging mode line, so mode line can be dragged downwards.
13218 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13219 while pressing mouse button so window doesn't scroll until we
13220 release the mouse if clicking on partially visible line.
13221
13222 2004-11-12 Jay Belanger <belanger@truman.edu>
13223
13224 * calc/calc-graph.el (calc-dumb-map): Declare it.
13225 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13226 than unbound.
13227 (calc-graph-name): Made `end' a local variable.
13228 (calc-graph-lookup): Made `varname' a local variable.
13229 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13230 Declare them.
13231 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13232 (calc-graph-plot, calc-graph-compute-3d): Remove references to
13233 the unused variable y3vec.
13234 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13235 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13236 calc-graph-prev-kill-hook.
13237 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13238 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13239 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13240 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13241 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13242 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13243 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13244 (calc-graph-y3value, calc-graph-y3name)
13245 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13246 (calc-graph-stepcount, calc-graph-is-splot)
13247 (calc-graph-surprise-splot, calc-graph-blank)
13248 (calc-graph-non-blank, calc-graph-curve-num): New variables.
13249 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13250 (calc-graph-recompute-2d, calc-graph-compute-3d)
13251 (calc-graph-format-data): Replace undeclared variables with the
13252 above newly declared variables.
13253
13254 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13255
13256 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13257 `rsf-beep' and `rsf-sleep-after-message'.
13258
13259 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13260 list if `message-sender' is non-nil.
13261
13262 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13263
13264 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13265 consing by using mapc instead of mapcar.
13266
13267 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
13268
13269 * tooltip.el (require): Explain why CL is needed.
13270
13271 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13272
13273 * printing.el: Insert :version into defgroup (printing). All reference
13274 to Files option in menubar were changed to File.
13275 (pr-version): New version number (6.8.2).
13276 (pr-get-symbol): Call easy-menu-intern.
13277 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13278 compilation gripes.
13279
13280 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13281
13282 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13283 new byte-compile-function-environment binding to t.
13284
13285 * font-lock.el (font-lock-fontify-syntactically-region):
13286 Don't forget to highlight the last char when we hit `end'.
13287
13288 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13289 (mwheel-scroll): Adjust accordingly.
13290
13291 * cvs-status.el: Reduce spurious warnings.
13292 (cvs-status-checkout): Remove.
13293 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13294
13295 * pcvs.el (cvs-mode-checkout): New command.
13296
13297 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13298
13299 * tooltip.el: Require CL.
13300
13301 * emacs-lisp/bytecomp.el: Use push.
13302 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13303 (defalias): Remove the `byte-compile' property and add
13304 a `byte-hunk-handler'.
13305
13306 2004-11-11 Juri Linkov <juri@jurta.org>
13307
13308 * info.el (Info-search): Save match data for isearch.
13309 Skip Tag Table node.
13310
13311 * descr-text.el (describe-char): Replace syntax-after with code
13312 from its previous version.
13313
13314 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13315 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13316
13317 * international/mule.el (sgml-html-meta-auto-coding-function):
13318 Remove > after <html to allow HTML attributes.
13319
13320 2004-11-11 Jay Belanger <belanger@truman.edu>
13321
13322 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13323 a variable.
13324 (calcFunc-dfac): Replace unbound max by n.
13325 (math-stirling-local-cache): New variable.
13326 (math-stirling-number, math-stirling-1, math-stirling-2):
13327 Replace the variable `cache' by the declared variable
13328 math-stirling-local-cache.
13329 (var-RandSeed): Declare it as a variable.
13330 (math-init-random-base, math-random-digit): Don't check to see if
13331 var-RandSeed is bound.
13332 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13333 Declare them instead of just setting them.
13334 (math-init-random-base): Made i a local variable.
13335 (math-random-digit): Made math-random-last a local variable.
13336 (math-prime-test-cache): Move declaration to before it is used.
13337 (math-prime-test-cache-k, math-prime-test-cache-q)
13338 (math-prime-test-cache-nm1, math-prime-factors-finished):
13339 Declare them as variables.
13340
13341 2004-11-11 Jay Belanger <belanger@truman.edu>
13342
13343 * calc/calc-ext.el (math-defcache): Use defvar for the new
13344 variables it creates.
13345
13346 2004-11-11 Lars Hansen <larsh@math.ku.dk>
13347
13348 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13349 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13350 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13351 (desktop-save): Add :version.
13352
13353 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * printing.el (pr-get-symbol): Don't downcase.
13356
13357 2004-11-10 Jay Belanger <belanger@truman.edu>
13358
13359 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13360 string to kill-ring.
13361
13362 * calc/calc-aent.el (calc-alg-exp, math-toks)
13363 (math-exp-pos,math-exp-old-pos, math-exp-token)
13364 (math-exp-keep-spaces, math-exp-str): New variables.
13365 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13366 (calcAlg-enter): Use declared variable calc-alg-exp.
13367 (math-build-parse-table, math-find-user-token): Use declared
13368 variable math-toks.
13369 (math-read-exprs, math-read-token, calc-check-user-syntax)
13370 (calc-match-user-syntax, match-factor-after, math-read-factor):
13371 Use declared variables math-exp-pos math-exp-old-pos.
13372 (math-read-exprs, math-read-token, math-read-expr-level)
13373 (calc-check-user-syntax, calc-match-user-syntax)
13374 (match-factor-after, math-read-factor): Use declared variable
13375 math-exp-token.
13376 (math-read-exprs, math-read-expr-list, math-read-token)
13377 (math-read-factor): Use declared variable math-exp-keep-spaces.
13378 (math-read-exprs, math-read-token): Use declared variable
13379 math-exp-str.
13380 (calc-match-user-syntax): Make m a local variable.
13381
13382 * calc/calc-ext.el (math-read-expr): Use declared variables
13383 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13384 math-exp-keep-spaces.
13385
13386 * calc/calc-forms.el (math-read-angle-bracket): Use declared
13387 variables math-exp-pos, math-exp-str.
13388
13389 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13390 math-exp-old-pos.
13391 (math-parse-fortran-vector, math-parse-fortran-vector-end)
13392 (math-parse-eqn-prime): Use declared variable math-exp-token.
13393
13394 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13395 Use declared variable math-exp-pos.
13396 (math-check-for-commas): Use declared variable math-exp-str.
13397 (math-read-brackets): Use declared variables math-exp-old-pos,
13398 math-exp-keep-spaces.
13399 (math-read-brackets, math-read-vector, math-read-matrix):
13400 Use declared variable math-exp-token.
13401
13402 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13405 where the keymap is a symbol.
13406 (easy-menu-add-item): Use keymap-prompt. Simplify.
13407
13408 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13409
13410 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13411 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13412
13413 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13414
13415 * ebuff-menu.el: Doc fixes throughout.
13416 (electric-buffer-menu-mode-hook): New defvar.
13417
13418 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13419
13420 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13421 The resulting compiler warnings appear to be harmless.
13422
13423 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13424
13425 * textmodes/conf-mode.el: New file.
13426
13427 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13428
13429 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13432
13433 2004-11-09 Jay Belanger <belanger@truman.edu>
13434
13435 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13436
13437 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13438 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13439 (calc-z-prefix-help, calc-user-function-list): Use declared
13440 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13441 (math-map-tree, math-map-tree-rec): Use declared variables
13442 math-mt-many, math-mt-func.
13443 (math-read-expression, math-read-string): Use declared variable
13444 math-expr-data.
13445
13446 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13447 variable math-normalize-a.
13448
13449 * calc/calc.el (math-normalize-a): New variable.
13450 (math-normalize): Use declared variable math-normalize-a.
13451
13452 * calc/calc-poly.el (math-expand-form): Use declared variable
13453 math-mt-many.
13454
13455 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13456 Use declared variable math-mt-many.
13457 (math-rewrite): Use declared variable math-mt-func.
13458
13459 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13460 (math-read-matrix): Use declared variable math-expr-data.
13461
13462 * calc/calc-lang.el (math-parse-fortran-vector)
13463 (math-parse-fortran-vector-end, math-parse-tex-sum)
13464 (math-parse-eqn-matrix, math-parse-eqn-prime)
13465 (math-read-math-subscr): Use declared variable math-expr-data.
13466
13467 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13468 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13469 (calc-match-user-syntax, math-read-if, math-factor-after)
13470 (math-read-factor): Use declared variable math-expr-data.
13471
13472 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13473
13474 * calendar/diary-lib.el (diary-from-outlook)
13475 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13476 interactive-p; but rather new optional argument NOCONFIRM.
13477
13478 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13481 (easy-menu-name-match): Revert correspondingly.
13482
13483 2004-11-09 Richard M. Stallman <rms@gnu.org>
13484
13485 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13486 Turn off warnings for the new function even if definition not constant.
13487 If the definition isn't a quoted symbol, record (FUNCTION . t).
13488 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13489 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13490 (display-call-tree, byte-compile-arglist-warn):
13491 Handle t returned by byte-compile-fdefinition.
13492
13493 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13494
13495 * Makefile.in (maintainer-clean): Depend on distclean.
13496
13497 * help-fns.el (help-C-file-name): File name must be in build-files
13498 to be returned.
13499
13500 2004-11-09 Jay Belanger <belanger@truman.edu>
13501
13502 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13503 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13504
13505 * calc/calc.el (calc, calc-trail-display, calc-mode):
13506 Remove obsolete sections.
13507
13508 * calc/calc.el (calc-x-paste-text): Remove.
13509
13510 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13511 mouse-2.
13512
13513 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13514
13515 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13516 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13517 current frame (in case of recursive calls).
13518 (gdb-show-changed-values): Add :version keyword.
13519
13520 2004-11-09 Kenichi Handa <handa@m17n.org>
13521
13522 * international/mule-cmds.el: Change coding: tag back to
13523 iso-2022-7bit.
13524
13525 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * international/mule-cmds.el: Change coding-system to utf-8.
13528 (select-safe-coding-system-interactively):
13529 New function extracted from select-safe-coding-system.
13530 (select-safe-coding-system): Use it.
13531
13532 2004-11-08 Richard M. Stallman <rms@gnu.org>
13533
13534 * subr.el (syntax-after): Doc fix.
13535
13536 * paren.el (show-paren-function): Change calls to syntax-after
13537 for new way of returning the value.
13538
13539 * menu-bar.el (menu-bar-file-menu): Make this the real name
13540 and menu-bar-files-menu the alias. Use the former.
13541 (global-map): Use `file', not `files', as the symbol.
13542
13543 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13544
13545 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13546 Don't use beginning-of-buffer.
13547 (filesets-cmd-show-result): Use with-no-warnings.
13548
13549 2004-11-08 Juri Linkov <juri@jurta.org>
13550
13551 * progmodes/compile.el (compile): Don't overwrite last command in
13552 minibuffer history with default command if they are not equal.
13553
13554 2004-11-08 Jay Belanger <belanger@truman.edu>
13555
13556 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13557 non-linear substitutions.
13558
13559 2004-11-08 Jay Belanger <belanger@truman.edu>
13560
13561 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13562 (math-do-integral): Set `math-linear-subst-tried' to nil.
13563 (math-do-integral-methods): Use `math-linear-subst-tried' to
13564 determine what type of substitution to try.
13565 (math-integ-try-linear-substituion):
13566 Set `math-linear-subst-tried' to t.
13567
13568 2004-11-08 Kim F. Storm <storm@cua.dk>
13569
13570 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13571
13572 2004-11-07 Juri Linkov <juri@jurta.org>
13573
13574 * info-look.el (info-lookup): Allow reusing in the current buffer
13575 not only *info* buffer, but all (even renamed) Info buffers
13576 by checking for major-mode instead of *info* buffer name.
13577 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13578 (octave-mode, maxima-mode) <doc-spec>:
13579 Allow long dashes generated by Texinfo 4.7 before definitions.
13580 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13581 definitions with argument separated by space.
13582
13583 2004-11-06 Richard M. Stallman <rms@gnu.org>
13584
13585 * simple.el (next-error group, face): Move before first use.
13586 (next-error-highlight, next-error-highlight-no-select): Likewise.
13587
13588 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13589 (line-move): New args NOERROR and TO-END.
13590 Return t if succeed in moving specified number of lines.
13591 (move-end-of-line): New function.
13592
13593 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13594 (end-of-buffer-other-window): Likewise.
13595
13596 * simple.el (line-move-ignore-invisible): Default to t.
13597
13598 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13599
13600 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13601
13602 * international/iso-cvt.el (iso-cvt-define-menu):
13603 Rename menu-bar-files-menu to menu-bar-file-menu.
13604
13605 * net/browse-url.el (browse-url-gnome-moz-program)
13606 (browse-url-gnome-moz-arguments): Move up before first use.
13607
13608 * net/tramp.el (tramp group): Add :version.
13609
13610 * progmodes/ada-xref.el (ada-gdb-application):
13611 Use goto-char instead of beginning-of-buffer.
13612
13613 * progmodes/cperl-mode.el (cperl-info-on-command):
13614 Use goto-char instead of beginning-of-buffer.
13615
13616 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13617 Move up before first use.
13618 (idlwave-shell-temp-pro-file): Likewise.
13619 (idlwave-shell-temp-rinfo-save-file): Likewise.
13620 (idlwave-shell-temp-file): Minor doc fix.
13621
13622 * textmodes/flyspell.el (flyspell-external-point-words):
13623 Use goto-char instead of beginning-of-buffer.
13624
13625 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13626
13627 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13628 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13629 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13630
13631 2004-11-06 David Ponce <david@dponce.com>
13632
13633 * recentf.el (recentf-menu-path): Use menu item name.
13634
13635 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13636
13637 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13638 display doesn't support images.
13639
13640 2004-11-06 Andreas Schwab <schwab@suse.de>
13641
13642 * tempo.el (tempo-match-finder): Doc fix.
13643
13644 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13645
13646 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13649 (easy-menu-lookup-name): New fun to replace it.
13650 (easy-menu-get-map): Use it to obey menu item names (rather than just
13651 keys) when looking up `path'.
13652 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13653 (easy-menu-convert-item-1): Adjust to new name.
13654
13655 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13656
13657 * outline.el (hide-body): Don't hide lines at the top of the file
13658 that precede the first header line.
13659
13660 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13661
13662 * align.el (align-areas): Delete whitespace before reindenting, so
13663 that tabs are never placed after spaces.
13664
13665 2004-11-06 Alan Shutko <ats@acm.org>
13666
13667 * macros.el (insert-kbd-macro): Do completions based on macros,
13668 rather than all commands.
13669
13670 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13671
13672 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13673 to solve a bug whereby tags with 'b' don't match.
13674
13675 2004-11-05 Juri Linkov <juri@jurta.org>
13676
13677 * info.el (Info-search): Don't search in node header lines
13678 and file headers.
13679
13680 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13681 symbol-constituent characters after dot, not only digits.
13682
13683 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13684
13685 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13686
13687 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13688
13689 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13690 if a dialog will be used, read-file-name otherwise.
13691
13692 2004-11-04 Richard M. Stallman <rms@gnu.org>
13693
13694 * textmodes/table.el (table group): Add :version.
13695
13696 * textmodes/ispell.el (ispell-word):
13697 Don't alter args; set them only thru `interactive' spec.
13698
13699 * textmodes/flyspell.el (flyspell-word):
13700 Don't alter FOLLOWING; set it only thru `interactive' spec.
13701
13702 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13703
13704 * net/browse-url.el (browse-url-maybe-new-window):
13705 Use called-interactively-p.
13706
13707 * mail/supercite.el (sc-cite-region):
13708 Don't use interactive-p. Add arg INTERACTIVE.
13709 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13710
13711 * international/mule-cmds.el (set-input-method, toggle-input-method):
13712 Don't use interactive-p. Add arg INTERACTIVE.
13713
13714 * eshell/esh-mode.el (eshell-show-maximum-output):
13715 Don't use interactive-p.
13716 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13717
13718 * mouse.el (mouse-show-mark): Get positions to delete from mark
13719 and point, not from mouse-drag-overlay.
13720
13721 * imenu.el (imenu-eager-completion-buffer): Add :version.
13722
13723 * filesets.el (filesets group): Add :version.
13724
13725 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13726
13727 * files.el (xml-based-modes): Delete var.
13728 (magic-mode-alist): New more general var.
13729 (set-auto-mode): Use it.
13730
13731 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13732 when clicking from another window.
13733
13734 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13735
13736 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13737 (vc-cvs-annotate-time): Incorporate value of deleted var.
13738 Remove special-case handling of beginning-of-buffer cruft.
13739 Cache ending position (point) and return value in text property
13740 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13741
13742 * vc-cvs.el (vc-cvs-annotate-command):
13743 Delete extraneous lines from beginning of buffer.
13744 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13745
13746 * progmodes/grep.el (grep-default-command): Take empty string
13747 for tag if all other methods yield nil. Shell-quote the tag.
13748
13749 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13750 spec in `interactive' form, and mention it in the docstring.
13751 Also, make sure point is at bol after calling `annotate-time'.
13752
13753 2004-11-02 Richard M. Stallman <rms@gnu.org>
13754
13755 * cus-edit.el (customize-group-other-window):
13756 Select the window that displays the custom buffer.
13757 (custom-buffer-create-other-window): Likewise.
13758
13759 * comint.el (comint-insert-input): Fix previous change.
13760
13761 * emacs-lisp/elp.el (elp-instrument-function):
13762 Use called-interactively-p.
13763
13764 * emacs-lisp/easymenu.el (easy-menu-intern):
13765 Don't downcase; rather, case-flip the first letter of each word.
13766
13767 * emacs-lisp/easy-mmode.el (define-minor-mode):
13768 Use called-interactively-p.
13769
13770 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13771 Add interactive-only.
13772 (byte-compile-warnings): Add interactive-only as option.
13773 (byte-compile-interactive-only-functions): New variable.
13774 (byte-compile-form): Warn about calls to functions
13775 in byte-compile-interactive-only-functions.
13776
13777 * emacs-lisp/autoload.el (update-file-autoloads):
13778 Don't use interactive-p; take new arg SAVE-AFTER.
13779
13780 * emacs-lisp/advice.el (ad-make-advised-definition):
13781 Use called-interactively-p.
13782
13783 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13784
13785 * files.el (find-file-existing): New function.
13786
13787 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13788 find-file-existing. Add "New File..." that calls find-file.
13789
13790 * diropen.pbm, diropen.xpm: New files.
13791
13792 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13793 icon diropen. New tool bar item find-file-existing uses icon open.
13794
13795 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13796 instead of read-file-name.
13797
13798 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
13799
13800 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13801 (icalendar--split-value): Change name of work buffer.
13802 (icalendar--get-weekday-abbrev): Return nil on error.
13803 (icalendar--date-to-isodate): New function.
13804 (icalendar-convert-diary-to-ical)
13805 (icalendar-extract-ical-from-buffer): Use only two args for
13806 make-obsolete (XEmacs compatibility).
13807 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13808 (icalendar-export-region): Doc fix.
13809 If error, return non-nil and write errors to a buffer.
13810 Use correct weekday for weekly recurring events.
13811 Check whether date has been parsed for ordinary events.
13812 Make weekly events start in the year 2000.
13813 DTEND is non-inclusive, shift end date by one day if
13814 necessary (not for entries that have date and time).
13815 Rename local let variables: oops -> found-error, datestring ->
13816 startdatestring.
13817
13818 2004-11-02 Kim F. Storm <storm@cua.dk>
13819
13820 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13821 keep-mode-if-same variable. Add it as optional arg instead.
13822 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13823
13824 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13825 substitute-command-keys will select lower-case bindings like those
13826 used in the static help texts.
13827
13828 * descr-text.el (describe-text-properties): Don't err if called in
13829 the *Help* buffer; output to *Help-2* buffer instead.
13830
13831 * kmacro.el (group kmacro): Add :version.
13832 (kmacro-keyboard-quit): New function to cleanup on C-g.
13833 (kmacro-start-macro): Set defining-kbd-macro to append when
13834 appending to last macro.
13835
13836 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13837
13838 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
13839
13840 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13841 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13842 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13843 Add :version keyword.
13844
13845 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
13846
13847 * progmodes/flymake.el (flymake-err-line-patterns):
13848 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13849 `compilation-error-regexp-alist-alist' to internal Flymake format.
13850
13851 * progmodes/flymake.el: Eliminate byte-compiler warnings.
13852
13853 2004-11-01 Jay Belanger <belanger@truman.edu>
13854
13855 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13856 with `interactive "s"'.
13857
13858 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13859
13860 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13861 Revert change from 2004-10-16. '*' checks the current buffer, but the
13862 mouse click may be in another buffer.
13863
13864 2004-11-01 John Paul Wallington <jpw@gnu.org>
13865
13866 * files.el (large-file-warning-threshold): Add :version keyword.
13867 (kill-some-buffers): Doc fix.
13868
13869 * thumbs.el (group thumbs): Add :version keyword.
13870
13871 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13872
13873 2004-11-01 Richard M. Stallman <rms@gnu.org>
13874
13875 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13876
13877 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13878
13879 * allout.el (allout group): Add :version.
13880 (allout-init): Don't use interactive-p.
13881 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13882 (allout-forward-current-level, allout-backward-current-level):
13883 Don't use interactive-p.
13884
13885 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13886 (bibtex-find-text): Likewise.
13887
13888 * progmodes/vhdl-mode.el (vhdl-fill-region)
13889 (vhdl-beginning-of-statement): Don't use interactive-p.
13890
13891 * progmodes/idlwave.el (idlwave-update-routine-info):
13892 Don't use interactive-p.
13893
13894 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13895 Don't use interactive-p.
13896
13897 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13898 Don't use interactive-p.
13899
13900 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13901 Don't use interactive-p.
13902
13903 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13904 (fortune-in-buffer): Doc fix.
13905
13906 * play/5x5.el (5x5-new-game): Set up the buffer even if not
13907 interactive.
13908
13909 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13910 don't select the temporary buffer.
13911 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13912 (eudc-get-phone): Likewise.
13913
13914 2004-11-01 Kim F. Storm <storm@cua.dk>
13915
13916 * man.el (Man-xref-normal-file): Fix help-echo.
13917
13918 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * reveal.el (reveal-last-tick): New var.
13921 (reveal-post-command): Use it to avoid closing overlays when we're
13922 appending text to them.
13923
13924 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13925
13926 * textmodes/bibtex.el: Require button.
13927 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13928 (bibtex-reference-keys): Distinguish between header keys and
13929 crossref keys.
13930 (bibtex-beginning-of-field): New function.
13931 (bibtex-url-map): Remove.
13932 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13933 (bibtex-font-lock-url-regexp): Assume that field names begin at
13934 the beginning of a line.
13935 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13936 Remove field delimiters. Use bibtex-beginning-of-field.
13937 Bugfix, point can be inside a field with a url.
13938 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13939 New functions.
13940 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13941 (bibtex-key-in-head): Simplify.
13942 (bibtex-current-line): Use bolp.
13943 (bibtex-parse-keys): Remove unused arg `add'.
13944 Use bibtex-type-in-head and bibtex-key-in-head.
13945 (bibtex-parse-entry, bibtex-autofill-entry):
13946 Use bibtex-type-in-head and bibtex-key-in-head.
13947 (bibtex-autokey-get-field): Do not alter case of replacement text.
13948 (bibtex-autokey-get-names): Do all processing of name list.
13949 (bibtex-autokey-get-year): New function.
13950 (bibtex-autokey-get-title): Do all processing of title words.
13951 (bibtex-generate-autokey): Simplify.
13952 (bibtex-string-files-init): Use default-directory.
13953 Allow for absolute file names in bibtex-string-files.
13954 (bibtex-files, bibtex-file-path): New variables.
13955 (bibtex-files-expand): New function.
13956 (bibtex-find-entry-globally): New command.
13957 (bibtex-summary-function): New variable.
13958 (bibtex-summary): Default value of bibtex-summary-function.
13959 (bibtex-find-crossref): New optional args pnt and split.
13960 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13961 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13962 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13963 Fix handling of required and alternative fields.
13964 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13965 Use cons and display-buffer.
13966 (bibtex-validate-globally): New command.
13967 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13968 bibtex-parse-keys and bibtex-parse-strings for updating
13969 bibtex-reference-keys and bibtex-strings.
13970 (bibtex-realign): Remove blank lines past the last entry.
13971 (bibtex-reformat): Use bibtex-entry-format as default.
13972 (bibtex-choose-completion-string): Remove.
13973 (bibtex-complete): Do not use bibtex-choose-completion-string.
13974 (bibtex-url): Simplify.
13975
13976 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13977
13978 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13979 (x-dnd-types-alist, x-dnd-open-file-other-window)
13980 (x-dnd-known-types): Add :version.
13981
13982 2004-10-31 John Paul Wallington <jpw@gnu.org>
13983
13984 * ibuffer.el (group ibuffer): Add :version keyword.
13985
13986 2004-10-31 Kim F. Storm <storm@cua.dk>
13987
13988 * ido.el (group ido): Add :version keyword.
13989 (ido-mode): Remove :version keyword.
13990
13991 * emulation/cua-base.el (group cua): Add :version keyword.
13992 (cua-mode): Remove :version keyword.
13993
13994 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13995
13996 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13997
13998 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13999 compiler warning.
14000 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
14001 function.
14002 (help-at-pt-display-when-idle): Remove autoload.
14003
14004 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14005
14006 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14007
14008 2004-10-30 Juri Linkov <juri@jurta.org>
14009
14010 * help.el (function-called-at-point):
14011 * help-fns.el (variable-at-point): Read -> intern.
14012
14013 2004-10-30 Simon Josefsson <jas@extundo.com>
14014
14015 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14016 Recognize AS_* too.
14017
14018 2004-10-29 Simon Josefsson <jas@extundo.com>
14019
14020 * subr.el (read-passwd): Move back from password.el.
14021
14022 * password.el: Remove, not ready yet.
14023
14024 2004-10-29 Andreas Schwab <schwab@suse.de>
14025
14026 * speedbar.el (speedbar-frame-parameters): Improve customize type.
14027
14028 2004-10-29 Sam Steingold <sds@gnu.org>
14029
14030 * mouse.el (mouse-show-mark): Replace the last occurrence of
14031 x-lost-selection-hooks with x-lost-selection-functions.
14032
14033 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14034
14035 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14036 x-lost-selection-functions is bound.
14037
14038 * mouse-sel.el (mouse-sel-mode):
14039 * emacs-lisp/lselect.el: Adjust to new names for
14040 x-(lost|sent)-selection-functions.
14041
14042 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14043 New obsolete aliases of x-lost-selection-functions and
14044 x-sent-selection-functions.
14045
14046 2004-10-28 Kim F. Storm <storm@cua.dk>
14047
14048 * imenu.el (imenu-scanning-message): Remove.
14049 (imenu-progress-message): Make it a no-op.
14050
14051 2004-10-28 John Paul Wallington <jpw@gnu.org>
14052
14053 * files.el (set-auto-mode): Call `throw' correctly.
14054
14055 2004-10-28 Juri Linkov <juri@jurta.org>
14056
14057 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14058 to search `Info-...' commands in `info' manual.
14059 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14060 Add 'info-file "emacs" property.
14061 (Info-find-emacs-command-nodes): Fix index line number regexp.
14062 Set real line number (instead of fake 0) in first element of the
14063 returned list.
14064 (Info-goto-emacs-command-node): Use line number of first element
14065 to set point in the first found Info node.
14066
14067 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14068 code to `grep-mode-font-lock-keywords'.
14069 (grep-mode-font-lock-keywords): Delete grep markers instead
14070 of making them invisible.
14071
14072 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14073
14074 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14075 and x-server-version in bug report.
14076
14077 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
14078
14079 * files.el (set-auto-mode-0): New function.
14080 (set-auto-mode): Use it to handle aliased modes and to
14081 be consistent between C-x C-f and C-x C-w.
14082
14083 2004-10-28 Kenichi Handa <handa@m17n.org>
14084
14085 * international/utf-8.el (utf-translate-cjk-charsets):
14086 Add katakana-jisx0201.
14087
14088 * international/subst-jis.el: Add data for JISX0201.
14089
14090 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * obsolete/hilit19.el (hilit-mode): New function.
14093 Move all the toplevel side-effecting stuff into it, so that loading
14094 hilit19 doesn't mess everything up any more.
14095
14096 2004-10-27 Richard M. Stallman <rms@gnu.org>
14097
14098 * add-log.el (add-change-log-entry): Set up mailing address
14099 and full name later, and don't alter add-log-mailing-address
14100 or add-log-full-name.
14101
14102 * elide-head.el (elide-head): Change error to message.
14103 (elide-head-show): Likewise.
14104
14105 * apropos.el (apropos-macrop): Doc fix.
14106
14107 * mouse.el (mouse-show-mark): Do most processing the same
14108 regardless of transient-mark-mode.
14109
14110 * shadowfile.el (shadow-copy-files): Use interactive-p
14111 only to control whether to print a message.
14112
14113 * tar-mode.el (tar-mode): Use write-contents-functions,
14114 not write-contents-hooks.
14115
14116 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14117 directory-sep-char.
14118
14119 2004-10-27 Richard M. Stallman <rms@gnu.org>
14120
14121 * strokes.el (strokes-unload-hook): Fix previous change.
14122
14123 * type-break.el (type-break-run-at-time): Always use run-at-time;
14124 forget the alternatives.
14125 (type-break-cancel-function-timers): Always use cancel-function-timers;
14126 forget the alternatives.
14127
14128 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14129
14130 2004-10-27 Kenichi Handa <handa@m17n.org>
14131
14132 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14133
14134 * international/subst-gb2312.el: Likewise.
14135
14136 * international/subst-big5.el: Likewise.
14137
14138 * international/subst-ksc.el: Likewise.
14139
14140 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14141 New variable.
14142 (utf-translate-cjk-set-unicode-range): New function.
14143 (utf-translate-cjk-unicode-range): Make it customizable.
14144 (utf-8-post-read-conversion):
14145 Use utf-translate-cjk-unicode-range-string.
14146 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14147 Unicode ranges.
14148
14149 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14150
14151 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14152 trivial variants to shorten the list.
14153 (xml-based-modes): New var.
14154 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14155 declaration higher priority than auto-mode-alist.
14156
14157 * find-file.el (cc-other-file-alist): Bring it in line with
14158 cc-mode's auto-mode-alist entries and use \' instead of $.
14159
14160 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14161 and add "Id" and "Name" submenus to it.
14162
14163 * imenu.el (imenu--generic-function): Skip matches in comments.
14164
14165 2004-10-26 Jay Belanger <belanger@truman.edu>
14166
14167 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14168 (full-calc-keypad, calc-trail-display): Use an extra argument
14169 instead of `interactive-p'.
14170
14171 * calc/calc-misc.el (calc-other-window): Use an extra argument
14172 instead of `interactive-p'.
14173
14174 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14175 `interactive-p'.
14176
14177 2004-10-26 Kim F. Storm <storm@cua.dk>
14178
14179 * help.el (describe-key): Describe both down-event and up-event
14180 for a mouse click.
14181
14182 2004-10-26 Richard M. Stallman <rms@gnu.org>
14183
14184 * woman.el (woman): Don't call interactive-p.
14185
14186 * pcomplete.el (pcomplete): Instead of interactive-p,
14187 use an arg set non-nil by the interactive spec.
14188
14189 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14190 use an arg set non-nil by the interactive spec.
14191
14192 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14193 use an arg set non-nil by the interactive spec.
14194
14195 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14196
14197 * progmodes/flymake.el (flymake-split-string):
14198 Use `flymake-split-string-remove-empty-edges' in any case.
14199
14200 2004-10-26 Masatake YAMATO <jet@gyve.org>
14201
14202 * progmodes/flymake.el (flymake-err-line-patterns):
14203 Use `compilation-error-regexp-alist-alist' instead of
14204 `compilation-error-regexp-alist'.
14205
14206 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14209 verbatim face on the \ of \end{verbatim}.
14210
14211 2004-10-25 Jay Belanger <belanger@truman.edu>
14212
14213 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14214 erasing minibuffer.
14215
14216 2004-10-25 Simon Josefsson <jas@extundo.com>
14217
14218 * subr.el (read-passwd): Move to net/password.el.
14219
14220 * net/password.el (read-passwd): Add. Autoload it.
14221
14222 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14223
14224 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14225
14226 * simple.el (process-file): Fix logic.
14227
14228 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14229
14230 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14231 (increase-right-margin): Remove erroneous call to `interactive-p'.
14232
14233 2004-10-24 Kim F. Storm <storm@cua.dk>
14234
14235 * help.el (describe-mode): Fix 2004-10-13 change.
14236 Copy pure "Auto Fill" string so it can be propertized later
14237 without causing a read-only error.
14238
14239 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14240
14241 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14242 style indexes.
14243
14244 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14245
14246 * simple.el (process-file): Accept nil for INFILE. Reported by
14247 Luc Teirlinck.
14248
14249 2004-10-24 Masatake YAMATO <jet@gyve.org>
14250
14251 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14252 Handle periods and underscores in a function name.
14253 Remove the address fontification.
14254
14255 2004-10-24 Masatake YAMATO <jet@gyve.org>
14256
14257 * progmodes/asm-mode.el (asm-font-lock-keywords):
14258 Use font-lock-variable-name-face for registers.
14259
14260 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
14261
14262 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14263 kill-all-local-variables.
14264 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14265 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14266 Use kill-all-local-variables and provide mode-hooks.
14267 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14268 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14269 Suggested by Masatake YAMATO <jet@gyve.org>.
14270
14271 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14272
14273 * simple.el (process-file): New function, similar to call-process
14274 but supports file handlers.
14275 * vc.el (vc-do-command): Use it, instead of call-process.
14276 * net/tramp-vc.el (vc-do-command): Do not advise it if
14277 process-file is fboundp.
14278 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14279 process-file.
14280 (tramp-handle-process-file): New function.
14281 (tramp-file-name-for-operation): Support process-file.
14282
14283 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
14284
14285 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14286 (icalendar-weekdayabbrev-table)
14287 (icalendar-monthnumber-table): Delete.
14288 (icalendar--get-month-number): Use calendar-month-name-array.
14289 (icalendar--get-weekday-number): New function.
14290 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14291 (icalendar-export-region): Handle multi-line entries.
14292 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14293
14294 2004-10-23 John Paul Wallington <jpw@gnu.org>
14295
14296 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14297 `wildcards' set to t in interactive spec.
14298
14299 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14300 interactive spec rather than use `interactive-p'.
14301 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14302 rather than use function `interactive-p'.
14303
14304 2004-10-22 Kenichi Handa <handa@m17n.org>
14305
14306 * international/mule.el (translate-region): Implement it in Lisp
14307 as a front end of translate-region-internal.
14308
14309 2004-10-21 Jay Belanger <belanger@truman.edu>
14310
14311 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14312 Declare these variables with defvar.
14313
14314 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14315 is bound, only check to see if it is bound.
14316
14317 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14320 Don't output messages.
14321
14322 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14323
14324 2004-10-21 John Paul Wallington <jpw@gnu.org>
14325
14326 * calc/calc-graph.el (calc-graph-init):
14327 Use `set-process-query-on-exit-flag'.
14328
14329 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14330
14331 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14332 dir right and also allow argumentless cd.
14333
14334 2004-10-19 Richard M. Stallman <rms@gnu.org>
14335
14336 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14337
14338 * eshell/em-unix.el (eshell-grep):
14339 Don't bind compilation-process-setup-function.
14340
14341 * comint.el (comint-insert-input): Use @ in `interactive'.
14342 (comint-input-filter-functions): Doc fix.
14343 (comint-kill-whole-line, comint-get-source): Doc fix.
14344
14345 * progmodes/compile.el (compilation-setup):
14346 Don't set buffer-read-only if MINOR is non-nil.
14347
14348 2004-10-19 Jay Belanger <belanger@truman.edu>
14349
14350 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14351 (calc-emacs-type-gnu19): Remove.
14352 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14353 Remove check for old emacs versions.
14354
14355 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14356 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14357 for current Emacs.
14358
14359 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14360 the end of the minibuffer.
14361 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14362 copy `esc-map'.
14363
14364 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14365
14366 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14367 call that would be given when the current emacs was used.
14368
14369 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
14370
14371 * calendar/icalendar.el: Set coding to utf-8.
14372 (icalendar-version): Increase to 0.07.
14373 (icalendar-monthnumber-table): Change March pattern.
14374 (icalendar-get-all-event-properties)
14375 (icalendar-set-event-property): Delete.
14376 (icalendar-all-events): No longer interactive.
14377 (icalendar-convert-diary-to-ical)
14378 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14379 their replacements.
14380 (icalendar-export-file, icalendar-export-region): New functions;
14381 essentially old `icalendar-convert-diary-to-ical' but appending to
14382 target rather than overwriting.
14383 (icalendar-import-file): Append to target file rather than
14384 overwriting. Fourth arg deleted.
14385 (icalendar-import-buffer): New name for old
14386 `icalendar-extract-ical-from-buffer'.
14387 (icalendar--convert-string-for-import): New name for
14388 old `icalendar-convert-for-import'.
14389 (include-icalendar-files): Delete.
14390 Prefix for all internal functions changed from `icalendar-'
14391 to `icalendar--'.
14392
14393 2004-10-19 Richard M. Stallman <rms@gnu.org>
14394
14395 * paths.el (news-path): Fix previous change.
14396
14397 2004-10-18 Jay Belanger <belanger@truman.edu>
14398
14399 * calc/calc-help.el (calc-describe-bindings):
14400 Set `buffer-read-only' to nil while working in the keybindings buffer;
14401 remove some extra information from the keybindings buffer.
14402
14403 2004-10-18 David Ponce <david@dponce.com>
14404
14405 * mouse.el (mouse-drag-move-window-top): New function.
14406 (mouse-drag-mode-line-1): Use it.
14407
14408 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14409
14410 * info.el (Info-fontify-node): For multiline refs,
14411 arrange to unfontify newline and surrounding whitespace.
14412
14413 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14416 directory is missing.
14417
14418 2004-10-17 John Paul Wallington <jpw@gnu.org>
14419
14420 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14421 New customizable variable; whether to display buffers that match
14422 `ibuffer-maybe-show-predicates' by default.
14423 (ibuffer-maybe-show-predicates): Mention it in docstring.
14424 (ibuffer-display-maybe-show-predicates): New variable.
14425 (ibuffer-update): Prefix arg now toggles whether buffers that
14426 match `ibuffer-maybe-show-predicates' should be displayed.
14427 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14428 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14429 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14430
14431 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14432
14433 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14434 work correctly.
14435
14436 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14437
14438 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14439 (Buffer-menu-beginning): New helper function.
14440 (Buffer-menu-execute): Use it.
14441 (Buffer-menu-select): Use it.
14442 (Buffer-menu-sort): Use it and also keep markers.
14443
14444 2004-10-17 Richard M. Stallman <rms@gnu.org>
14445
14446 * paths.el (news-directory): Rename from news-path. Old name alias.
14447 (rmail-spool-directory): Use defvar.
14448 (sendmail-program): Use defcustom.
14449 (remote-shell-program): Use defcustom.
14450 (term-file-prefix): Use defvar.
14451 (abbrev-file-name): Use defvar.
14452
14453 * term.el: Add maintainer.
14454
14455 * subr.el (with-local-quit): Return nil if there's a quit.
14456 (read-passwd): Use with-local-quit. Doc fix.
14457
14458 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14459 (strokes-unload-hook): Set as a variable with add-hook.
14460
14461 * startup.el (fancy-splash-tail, normal-splash-screen):
14462 Update copyright year.
14463
14464 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14465
14466 * server.el (server-unload-hook): Set as a variable with add-hook.
14467
14468 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14469
14470 * frame.el (special-display-popup-frame):
14471 Make the buffer current as its frame is created.
14472
14473 * delsel.el (delsel-unload-hook): Set as a variable.
14474
14475 * comint.el (comint-output-filter-functions):
14476 Add comint-watch-for-password-prompt.
14477 (comint-read-noecho): Function deleted.
14478 (send-invisible): Use read-passwd.
14479
14480 * fringe.el (fringe-mode-initialize): New function.
14481 (fringe-mode): Use fringe-mode-initialize as :initialize.
14482
14483 2004-10-17 Kim F. Storm <storm@cua.dk>
14484
14485 * language/indian.el (indian-script-language-alist): Swap value
14486 and doc.
14487 (indian-font-char-index-table): Doc fix.
14488
14489 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14492
14493 2004-10-16 Juri Linkov <juri@jurta.org>
14494
14495 * progmodes/compile.el (compilation-start): Move let-binding of
14496 `process-environment' into `with-current-buffer' body.
14497 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14498
14499 2004-10-16 Richard M. Stallman <rms@gnu.org>
14500
14501 * pcvs-util.el (cvs-bury-buffer):
14502 Don't call get-buffer-window for effect.
14503
14504 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14505
14506 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14507
14508 * msb.el (msb-unload-hook): Set the variable.
14509
14510 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14511 Use * to err if buffer is readonly.
14512
14513 * subr.el (looking-back): Return only t or nil.
14514
14515 * whitespace.el (whitespace-unload-hook): Set the variable.
14516
14517 * view.el (view-mode-enable): Set view-page-size and
14518 view-half-page-size to nil.
14519 (view-set-half-page-size-default): view-half-page-size = nil
14520 means the default.
14521 (View-scroll-page-forward): Use view-page-size-default.
14522 (View-scroll-page-backward): Likewise.
14523 (view-page-size, view-half-page-size): Doc fixes.
14524
14525 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14526
14527 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14528
14529 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14530 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14531 (byte-compile-log-1): Bind inhibit-read-only.
14532 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14533 (byte-compile-log-warning): Likewise.
14534 (byte-compile-file-form-require): Detect "cl" from the arg value.
14535
14536 * progmodes/compile.el (compilation-start): Assume compilation-mode
14537 will make the buffer read-only.
14538 (compilation-mode): Take arg name-of-mode.
14539 (compilation-setup): Make buffer read-only.
14540 (compilation-handle-exit): Bind inhibit-read-only.
14541
14542 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14543 (ispell-message): Likewise.
14544 (ispell-show-choices): Don't call get-buffer-window uselessly.
14545 (ispell-init-process): Use set-process-query-on-exit-flag.
14546
14547 2004-10-16 Kim F. Storm <storm@cua.dk>
14548
14549 * fringe.el (fringe-bitmaps): Only initialize when defined.
14550
14551 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14552 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14553
14554 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14555
14556 2004-10-15 Simon Josefsson <jas@extundo.com>
14557
14558 * net/password.el: Add.
14559
14560 2004-10-14 Masatake YAMATO <jet@gyve.org>
14561
14562 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14563 (gdb-script-end-of-defun): New function.
14564 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14565 `gdb-script-end-of-defun' as *-of-defun-function.
14566
14567 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14568
14569 * button.el (button-activate): Allow a marker to display as an action.
14570
14571 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14572
14573 * help.el (describe-mode): Use it to make minor mode list into
14574 hyperlinks.
14575
14576 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * vc.el (vc-annotate-display-select): Fix typo.
14579
14580 * subr.el (substitute-key-definition-key): New function.
14581 (substitute-key-definition): Use it with map-keymap.
14582 (event-modifiers): Use push.
14583 (mouse-movement-p, with-temp-buffer): Simplify.
14584
14585 2004-10-12 Jay Belanger <belanger@truman.edu>
14586
14587 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14588 New variables.
14589 (calc-help-index-entries): New function.
14590 (calc-describe-function): Use `calc-help-function-list' instead of
14591 obarray for completion.
14592 (calc-describe-variable): Use `calc-help-variable-list' instead
14593 of obarray for completion.
14594
14595 2004-10-12 Richard M. Stallman <rms@gnu.org>
14596
14597 * info-look.el (info-lookup-file): Add info-file property.
14598 (info-lookup-symbol): Likewise.
14599
14600 * info.el (info-xref): Add underlining.
14601 (info): Add info-file property.
14602 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14603
14604 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14605
14606 Sync with Tramp 2.0.45.
14607
14608 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14609 defined. This is not the case for XEmacs without package "edebug".
14610 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14611 remote files to the permissions of the original file. This is not
14612 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14613 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14614 (tramp-perl-decode): Fix an error in Perl implementation.
14615 $pending must be cleared every loop. Reported by Benjamin Place
14616 <benjaminplace@sprintmail.com>
14617
14618 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14619 Don't activate advice during definition. This is done later on,
14620 depending on test result of `substitute-in-file-name'.
14621 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14622
14623 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14626
14627 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14628
14629 2004-10-12 David Ponce <david@dponce.com>
14630
14631 * recentf.el (recentf-edit-list): Update the menu when the recentf
14632 list has been modified.
14633
14634 2004-10-12 Simon Josefsson <jas@extundo.com>
14635
14636 * net/tls.el (tls-certtool-program): New variable.
14637 (tls-certificate-information): New function, based on
14638 ssl-certificate-information.
14639
14640 2004-10-12 Kenichi Handa <handa@m17n.org>
14641
14642 * international/mule.el (coding-system-equal): Move from mule-util.el.
14643
14644 * international/mule-util.el (coding-system-equal): Move to mule.el.
14645
14646 2004-10-12 Kim F. Storm <storm@cua.dk>
14647
14648 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14649 reset kmacro-initial-counter-value if set.
14650 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14651 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14652 (kmacro-display): Show macro counter if non-zero.
14653
14654 * subr.el (substitute-key-definition): Mention command remapping
14655 in doc string.
14656
14657 2004-10-11 Jay Belanger <belanger@truman.edu>
14658
14659 * calc/calc-misc.el (calc-info-goto-node): New function.
14660 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14661 node in one step.
14662 (calc-describe-copying, calc-describe-distribution)
14663 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14664 Go to appropriate info node in one step.
14665
14666 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14669
14670 * font-lock.el (font-lock-apply-highlight): Fix last change.
14671
14672 2004-10-11 Simon Josefsson <jas@extundo.com>
14673
14674 * mail/smtpmail.el (smtpmail-open-stream): Look for
14675 starttls-gnutls-program instead of starttls-program iff
14676 starttls-use-gnutls is non-nil.
14677 (smtpmail-open-stream): Don't overwrite user settings of
14678 starttls-extra-arguments and starttls-extra-args.
14679
14680 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14681
14682 * comint.el (comint-mouse-insert-input): Remove.
14683 (comint-insert-input): Make it work for mouse bindings.
14684 (comint-mode-map): Move defs into the declaration.
14685 (comint-output-filter): Typo.
14686
14687 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14688
14689 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14690
14691 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14692 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14693 ange-ftp-remote-shell.
14694
14695 2004-10-10 Andreas Schwab <schwab@suse.de>
14696
14697 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14698 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14699 Reported by <sri@asu.edu>.
14700
14701 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14702
14703 * vc.el (vc-annotate-mode): Remove variable.
14704 (vc-annotate-display-select): Only call vc-annotate-mode
14705 if we're not in that mode already.
14706
14707 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14710 (imenu-choose-buffer-index): Check here for rescan instead.
14711
14712 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14713 where the face expression evals to nil.
14714
14715 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14716 (tex-font-lock-keywords-2): Use it.
14717 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14718
14719 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14720
14721 2004-10-09 Kim F. Storm <storm@cua.dk>
14722
14723 * subr.el (progress-reporter-update): Define before first usage.
14724 (make-progress-reporter): Doc fix.
14725
14726 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14727
14728 * textmodes/paragraphs.el (sentence-end-double-space)
14729 (sentence-end-without-period, sentence-end-without-space)
14730 (sentence-end): Doc fixes.
14731
14732 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14733
14734 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14735 Change paragraph-start regexp so we don't fill code starting with #'(.
14736
14737 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14738
14739 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14740 New defcustom.
14741 (extract-address-components): Use it.
14742
14743 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14744
14745 * subr.el (make-progress-reporter, progress-reporter-update)
14746 (progress-reporter-force-update, progress-reporter-do-update)
14747 (progress-reporter-done): New functions.
14748
14749 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14750
14751 * progmodes/etags.el (etags-tags-completion-table): Use progress
14752 reporter.
14753 (etags-tags-apropos): Likewise.
14754
14755 2004-10-08 Alan Mackenzie <acm@muc.de>
14756
14757 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14758 of current line.
14759
14760 2004-10-08 Masatake YAMATO <jet@gyve.org>
14761
14762 * server.el (server-process-filter): Wrap `process-send-region'
14763 by `condition-case' to guard the case when the pipe to PROC is closed.
14764
14765 2004-10-07 Mark A. Hershberger <mah@everybody.org>
14766
14767 * xml.el (xml-substitute-special): Limit handling of external entities.
14768
14769 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
14770
14771 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14772
14773 2004-10-06 John Paul Wallington <jpw@gnu.org>
14774
14775 * xml.el (xml-parse-dtd): Fix `error' call.
14776
14777 2004-10-05 Mark A. Hershberger <mah@everybody.org>
14778
14779 * xml.el (xml-substitute-special): Return a single string instead
14780 of a list of strings if an entity substitution is made.
14781
14782 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
14783
14784 * calendar/icalendar.el: New file.
14785
14786 2004-10-05 Juri Linkov <juri@jurta.org>
14787
14788 * isearch.el (isearch-done): Set mark after running hook.
14789 Reported by Drew Adams <drew.adams@oracle.com>.
14790
14791 * info.el (Info-history, Info-toc): Fix Info headers.
14792 (Info-toc): Narrow buffer before Info-fontify-node.
14793 (Info-build-toc): Don't check for special Info file names.
14794 Set main-file to nil if Info-find-file returns a symbol.
14795
14796 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
14797
14798 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14799 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14800 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14801
14802 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14803
14804 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14805 for old interactive spec from calendar-goto-iso-date.
14806 (calendar-goto-iso-date): Use it.
14807 (calendar-goto-iso-week): New function. Suggested by Emilio
14808 C. Lopes <eclig@gmx.net>.
14809
14810 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14811
14812 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14813 `set-right-margin' bindings that follow the minor mode conventions.
14814
14815 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14818 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14819 (latex-block-args-alist): Add minipage and picture.
14820 (latex-block-body-alist): Use reftex-label if enabled.
14821 (latex-insert-block): Don't insert a \n if not necessary.
14822 (tex-compile-commands): Make sure dvips doesn't send to printer.
14823 (tex-compile-default): Handle the case where no executable is found.
14824 (latex-noindent-environments): New var.
14825 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14826 If tex-indent-allhanging is non-nil, make sure we only align for macros
14827 at beginning of line.
14828
14829 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14830
14831 * newcomment.el (comment-beginning): Doc fix and don't choke on
14832 unset `comment-end-skip' when at beginning of comment.
14833
14834 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14835
14836 * term.el (term-adjust-current-row-cache): Don't allow the current
14837 row to become negative.
14838 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14839 the end of the line. Fix scroll down. Add comments.
14840 (term-handle-ansi-escape): Don't exceed terminal width when moving
14841 right.
14842 (term-scroll-region): Move the cursor after setting the scroll region.
14843
14844 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
14845
14846 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14847 to `width' for consistency with docstring. Doc fix.
14848
14849 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
14850
14851 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14852 This is necessary for derived modes.
14853
14854 2004-09-30 Kim F. Storm <storm@cua.dk>
14855
14856 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14857 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14858
14859 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14860 kmacro-extract-lambda functions.
14861 (edit-kbd-macro): Handle kmacro lambda forms.
14862 Include counter and counter format in edit buffer.
14863 (edmacro-finish-edit): Get counter and format from edit buffer and
14864 update kmacro bindings when found.
14865
14866 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
14867
14868 * textmodes/paragraphs.el (forward-paragraph):
14869 Avoid args-out-of-range error when point winds up at the beginning of
14870 the buffer and hard newlines are enabled.
14871
14872 * newcomment.el (comment-multi-line): Doc fix.
14873
14874 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14875
14876 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14877 (diff-fixup-modifs): Catch unified-diff file-headers.
14878
14879 2004-09-29 Kim F. Storm <storm@cua.dk>
14880
14881 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14882 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14883 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14884
14885 * fringe.el (fringe-bitmap-p): New macro.
14886 (fringe-bitmaps): Add standard fringe bitmaps on load.
14887
14888 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 * dired.el (dired-view-command-alist): Use more efficient regexps.
14891 Remove dubious arguments.
14892 (dired-align-file): New function.
14893 (dired-insert-directory): Use it.
14894 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14895 (dired-buffers-for-dir): Remove unused var `pattern'.
14896
14897 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14898
14899 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14900 from diary display excursion. Store diary buffer's point for
14901 `simple-diary-display'.
14902 (simple-diary-display): Set window point and start when
14903 displaying buffer, to preserve point.
14904
14905 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14906
14907 * textmodes/enriched.el (enriched-translations): Replace defconst
14908 with defvar.
14909
14910 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14911
14912 * printing.el: Doc fix.
14913 (pr-version): New version number (6.8.1).
14914 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14915 make-temp-name.
14916 (pr-delete-file): Check if file exists before deleting it.
14917 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14918
14919 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14920
14921 * term.el (term-display-table): New variable.
14922 (term-mode): Use it.
14923 (term-exec-1): Set the coding system to binary.
14924 (term-emulate-terminal): Decode the string before inserting it.
14925
14926 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14927
14928 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14929 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14930 (map): Bind S-prior, S-next and S-insert.
14931 (term-mode): Set `indent-tabs-mode' to nil.
14932 (term-paste): New function to be bound to S-insert.
14933 (term-send-del, term-send-backspace): Change the strings sent.
14934 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14935 (term-handle-colors-array): Fix handling of underline and reverse.
14936 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14937 (term-erase-in-line): Fix comparison.
14938 (term-emulate-terminal): Fix line wrap handling.
14939 (term-start-output-log): Rename from `term-set-output-log'.
14940 (term-stop-output-log): Rename from `term-stop-photo'.
14941 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14942
14943 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14944
14945 * dired.el (dired-move-to-filename): Don't output a message if
14946 raise-error is non-nil. Fix return position and value.
14947
14948 * files.el (insert-directory): Obey --dired even with symlinks.
14949
14950 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14951
14952 * ls-lisp.el (ls-lisp-format): Mark file names with property
14953 dired-filename.
14954
14955 2004-09-25 Kim F. Storm <storm@cua.dk>
14956
14957 * ido.el (ido-max-directory-size): New defcustom.
14958 (ido-decorations): Add "too big" element.
14959 (ido-directory-too-big): New dynamic var.
14960 (ido-may-cache-directory): Don't cache big directories.
14961 (ido-directory-too-big-p): New defun.
14962 (ido-set-current-directory): Update ido-directory-too-big.
14963 (ido-read-internal): Make empty ido-cur-item if too-big.
14964 (ido-buffer-internal): Use ido-read-internal directly instead of
14965 ido-read-buffer.
14966 (ido-file-internal): Init ido-directory-too-big.
14967 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14968 and redo completion with full list.
14969 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14970 it, and show completions.
14971 (ido-all-completions): Let bind ido-directory-too-big to nil.
14972 (ido-exhibit): Handle ido-directory-too-big.
14973 (ido-read-buffer): Handle fallback to read-buffer.
14974 Init ido-directory-too-big.
14975 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14976 Init ido-directory-too-big.
14977
14978 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14979
14980 * subr.el (delay-mode-hooks): Doc fix.
14981
14982 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14983
14984 * textmodes/enriched.el
14985 (enriched-default-text-properties-local-flag): New variable.
14986 (enriched-mode): Make sure that enabling and disabling the mode is
14987 a no-op. Doc fix.
14988
14989 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14990
14991 * calendar/holidays.el (holiday-advent): Report on a specified day
14992 offset from advent, not just advent.
14993 (holiday-easter-etc): Report on one specified day offset from
14994 easter, not all easter holidays. Various Easter holidays moved to
14995 `christian-holidays' variable in calendar.el.
14996 * calendar/calendar.el (christian-holidays): Adapt for new
14997 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14998
14999 2004-09-23 Kim F. Storm <storm@cua.dk>
15000
15001 * image.el (insert-sliced-image): Add doc string.
15002
15003 * ido.el (ido-choice-list): New dynamic var for `list' context.
15004 (ido-context-switch-command): New dynamic var.
15005 (ido-define-mode-map): Generalize switch between file/buffer contexts.
15006 (ido-read-internal): Handle new `list' context.
15007 Handle insert-buffer and insert-file ido-exit values.
15008 (ido-buffer-internal): New arg switch-cmd. Use it to setup
15009 ido-context-switch-command. Handle insert-file ido-exit value.
15010 (ido-read-buffer): Set ido-context-switch-command to 'ignore
15011 unless it is already bound by caller.
15012 (ido-file-internal): New arg switch-cmd. Use it to setup
15013 ido-context-switch-command. Handle insert-buffer ido-exit value.
15014 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15015 used for context switching.
15016 (ido-all-completions): Handle new `list' context.
15017 (ido-make-choice-list): Return choices for `list' context.
15018 (ido-find-file-in-dir, ido-display-file, ido-write-file)
15019 (ido-display-buffer, ido-kill-buffer): Disable context switching.
15020 (ido-insert-buffer, ido-insert-file): Setup context switching.
15021 (ido-exhibit): Handle `list' context.
15022 (ido-read-file-name): Disable context switching. Handle fallback.
15023 (ido-read-directory-name): Disable context switching.
15024 (ido-completing-read): New defun like completing-read. Setup and
15025 use new `list' context.
15026
15027 2004-09-20 Jesper Harder <harder@ifa.au.dk>
15028
15029 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15030
15031 2004-09-21 Jay Belanger <belanger@truman.edu>
15032
15033 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15034 `calc-graph-set-styles' so the gnuplot buffer will appear in a
15035 separate window.
15036
15037 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * subr.el (after-change-major-mode-hook): Doc fix.
15040
15041 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15042
15043 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
15044 of ghostscript for monochrome PostScript file in Windows.
15045
15046 2004-09-21 Kenichi Handa <handa@m17n.org>
15047
15048 * descr-text.el (describe-char): Checking of quail activation fixed.
15049
15050 2004-09-21 Jay Belanger <belanger@truman.edu>
15051
15052 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15053
15054 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
15055
15056 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15057 after the mode hooks instead of before. Doc fix.
15058
15059 2004-09-20 Jason Rumney <jasonr@gnu.org>
15060
15061 * startup.el (command-line) [windows-nt]: Try .emacs first, then
15062 _emacs, but revert to .emacs if neither exists in home directory.
15063
15064 2004-09-20 John Paul Wallington <jpw@gnu.org>
15065
15066 * bindings.el (completion-ignored-extensions): Add .dfsl.
15067
15068 2004-09-20 Richard M. Stallman <rms@gnu.org>
15069
15070 * bindings.el (scroll-left): Make it disabled.
15071
15072 * files.el (enable-local-eval): Doc fix.
15073
15074 * indent.el (move-to-left-margin): Special case for minibuffer.
15075
15076 * term.el (term-emulate-terminal): Turn off undo for output.
15077 Use with-current-buffer and save-selected-window.
15078
15079 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15080
15081 * progmodes/make-mode.el (makefile-fill-paragraph):
15082 Don't insist on spaces when looking for comments. # is enough.
15083
15084 * files.el (hack-local-variables): Copy the variables list
15085 to another buffer, strip prefixes and suffixes there, then read.
15086 (enable-local-eval): Doc fix.
15087 (ignored-local-variables): Initialize to nil.
15088 (risky-local-variable-p): Don't check ignored-local-variables here.
15089 (hack-one-local-variable): Ignore var if in ignored-local-variables.
15090
15091 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15092
15093 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15094 of = to "." (punctuation).
15095
15096 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * subr.el (event-basic-type): Fix mask (extend to 22bits).
15099
15100 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
15101
15102 * textmodes/enriched.el (enriched-rerun-flag): New variable.
15103 (enriched-before-change-major-mode): New function.
15104 Add it to `change-major-mode-hook'.
15105 (enriched-after-change-major-mode): New function.
15106 Add it to `after-change-major-mode-hook'.
15107 (enriched-mode): Make it work correctly if called from
15108 `after-change-major-mode-hook'.
15109 No longer set `indent-line-function'.
15110
15111 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15112
15113 * subr.el (after-change-major-mode-hook): New variable.
15114 (run-mode-hooks): Implement it.
15115
15116 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * battery.el (battery-linux-proc-apm): Use string-to-number.
15119 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15120 Use dolist (and less indentation). Use erase-buffer.
15121 Pre-initialize `design-capacity', `warn', and `low'.
15122 (battery-format): Use replace-regexp-in-string.
15123
15124 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
15125
15126 * battery.el: Delete superfluous empty lines.
15127 (battery-linux-proc-acpi): Attempt to gather information from all
15128 battery subdirectories regardless of their file name.
15129 (battery-linux-proc-apm): Replace all occurrences of
15130 battery-hex-to-int-2 with string-to-int (base 16).
15131 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15132 (battery-hex-map): Delete variable.
15133
15134 2004-09-18 John Paul Wallington <jpw@gnu.org>
15135
15136 * calc/calc-units.el (calc-quick-units): Fix overzealous
15137 s/or/unless/.
15138
15139 2004-09-17 Jay Belanger <belanger@truman.edu>
15140
15141 * calc/calc.el (calc-mode-var-list): Fix the value of
15142 `calc-matrix-brackets'.
15143
15144 2004-09-17 Romain Francoise <romain@orebokech.com>
15145
15146 * ibuf-ext.el (define-ibuffer-filter filename):
15147 Expand dired-directory since buffer-file-name is absolute.
15148
15149 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15150
15151 * ediff-init.el (ediff-current-diff-face-A)
15152 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15153 (ediff-current-diff-face-Ancestor)
15154 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15155 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15156 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15157 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15158 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15159 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15160 Use min-colors.
15161
15162 * term.el (term-down): Perform vertical motion if DOWN is negative.
15163 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15164 (term-termcap-format): Synchronize with the eterm terminfo entry
15165 in etc/e/eterm.ti.
15166 (term-handle-colors-array): If the current foreground or
15167 background are zero (i.e. unspecified), use the foreground and
15168 background of the default face for reverse video.
15169 (term-ansi-at-eval-string, term-ansi-default-fg)
15170 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15171 (term-mem): Delete unused function.
15172 (term-protocol-version): Increment.
15173 (term-current-face): Set to default.
15174
15175 2004-09-15 Jay Belanger <belanger@truman.edu>
15176
15177 * calc/calc.el (calc-mode-var-list): Define this variable.
15178 (calc-always-load-extensions, calc-line-numbering)
15179 (calc-line-breaking, calc-display-just, calc-display-origin)
15180 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15181 (calc-group-char, calc-point-char, calc-frac-format)
15182 (calc-prefer-frac, calc-hms-format, calc-date-format)
15183 (calc-float-format, calc-full-float-format, calc-complex-format)
15184 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15185 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15186 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15187 (calc-matrix-brackets, calc-language, calc-language-option)
15188 (calc-left-label, calc-right-label, calc-word-size)
15189 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15190 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15191 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15192 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15193 (calc-window-height, calc-display-trail, calc-show-selections)
15194 (calc-use-selections, calc-assoc-selections)
15195 (calc-display-working-message, calc-auto-why, calc-timing)
15196 (calc-mode-save-mode, calc-standard-date-formats)
15197 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15198 (calc-user-parse-tables, calc-gnuplot-default-device)
15199 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15200 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15201 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15202 (calc-invocation-macro, calc-show-banner): Give these values as
15203 part of `calc-mode-var-list's initialization after the variables
15204 are declared with defvar.
15205 (calc-bug-address): Change email address to send bug reports to.
15206 Change the maintainer address at the top.
15207 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15208 than "\\.emacs" to determine if it is the user-init-file.
15209
15210 * calc/calc-embed.el (calc-embedded-set-modes): Use
15211 `calc-mode-var-list' correctly.
15212
15213 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15214
15215 * vc.el (annotate-time): Document point handling.
15216 (vc-annotate-display-autoscale): Doc fix.
15217
15218 2004-09-15 Miles Bader <miles@gnu.org>
15219
15220 * generic.el (generic-make-keywords-list): Use symbol rather than
15221 word anchors in regexp.
15222
15223 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15224
15225 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15226 no file name consider `dired-directory'.
15227
15228 2004-09-14 Kim F. Storm <storm@cua.dk>
15229
15230 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15231
15232 2004-09-14 Simon Josefsson <jas@extundo.com>
15233
15234 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15235
15236 * textmodes/dns-mode.el: Add.
15237
15238 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15241 (disabled-command-function): Make the ?\ char more obvious.
15242
15243 * vc-arch.el (vc-arch-root, vc-arch-registered):
15244 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15245
15246 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15247
15248 * windmove.el (windmove-frame-edges): Report coordinates of
15249 outside edges of frame, not inside edges.
15250 (windmove-coordinates-of-position): Convert into wrapper to new
15251 function `windmove-coordinates-of-window-position';
15252 `compute-motion' always applies to selected window.
15253 (windmove-coordinates-of-position): Update documentation to refer
15254 to Emacs 21 Lisp Reference Manual.
15255 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15256
15257 2004-09-13 Kim F. Storm <storm@cua.dk>
15258
15259 * isearch.el (isearch-resume-in-command-history): Rename from
15260 isearch-resume-enabled and change default to nil.
15261
15262 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15263
15264 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15265 (vc-registered): Use it.
15266 (vc-find-root): New fun.
15267
15268 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15269 Don't tell to use \\{...} when it's already done.
15270
15271 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15272 Provide a sample complex default.
15273 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15274 (bibtex-entry): Use mapc.
15275
15276 2004-09-12 Kim F. Storm <storm@cua.dk>
15277
15278 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15279
15280 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15281 inhibit-field-text-motion to t so rectangles work in comint buffers.
15282
15283 * simple.el (choose-completion-string): Set buffer before running
15284 choose-completion-string-functions hook so it can be buffer-local.
15285
15286 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15287
15288 * progmodes/compile.el (compilation-start): Parse command to see
15289 if it starts with a cd, and if so perform it for the *compilation*
15290 buffer. Change the header to reflect this.
15291
15292 2004-09-11 Kim F. Storm <storm@cua.dk>
15293
15294 * ido.el (ido-enable-dot-prefix): Doc fix.
15295 (ido-enable-dot-prefix): New defcustom.
15296 (ido-set-matches1): Use it.
15297
15298 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15299
15300 * textmodes/bibtex.el (bibtex-mark-active)
15301 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15302
15303 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15304
15305 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15306 used in a case insensitive environment.
15307 (bibtex-mode-map): Rearrange order of menus.
15308 (bibtex-quoted-string-re): Obsolete.
15309 (bibtex-complete-key-cleanup): Variable replaced by new function.
15310 (bibtex-font-lock-keywords): Use backquotes.
15311 (bibtex-font-lock-url-regexp): New internal variable.
15312 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15313 "OPT" and "ALT".
15314 (bibtex-insert-current-kill, bibtex-make-field)
15315 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15316 (bibtex-parse-field-text): Simplify.
15317 (bibtex-string=): New helper function.
15318 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15319 (bibtex-map-entries): Use bibtex-string=.
15320 (bibtex-search-entry): Use not.
15321 (bibtex-enclosing-field): Fix docstring.
15322 (bibtex-assoc-regexp): Obsolete.
15323 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15324 (bibtex-autokey-get-names): Handle empty name field.
15325 (bibtex-parse-strings): Use assoc-string and unless.
15326 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15327 Use assoc-string.
15328 (bibtex-pop): Simplify.
15329 (bibtex-mode): Set font-lock-extra-managed-props.
15330 (bibtex-entry-update): Use assoc-string.
15331 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15332 (bibtex-autofill-entry): Use bibtex-string=.
15333 (bibtex-print-help-message): Simplify.
15334 (bibtex-find-entry): New optional arg START.
15335 (bibtex-validate): Use bibtex-string= and assoc-string.
15336 Do not call obsolete function compilation-parse-errors.
15337 (bibtex-remove-delimiters): Only remove delimiters if present.
15338 (bibtex-copy-entry-as-kill): Add docstring.
15339 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
15340 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15341 (bibtex-complete): Use bibtex-predefined-month-strings,
15342 bibtex-string=, and new function bibtex-complete-key-cleanup.
15343 (bibtex-generate-url-list): New variable.
15344 (bibtex-url): New command bound to C-c C-l and mouse-2.
15345 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15346 (bibtex-font-lock-url): New function.
15347
15348 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15351
15352 2004-09-09 Kim F. Storm <storm@cua.dk>
15353
15354 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15355 counter and format with binding.
15356 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15357 the declared macro uses own macro counter and format. Give symbol
15358 kmacro property.
15359 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15360 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15361 (kmacro-end-and-call-macro): Doc fix.
15362
15363 2004-09-09 Lars Hansen <larsh@math.ku.dk>
15364
15365 * desktop.el (desktop-clear-preserve-buffers):
15366 Remove make-obsolete-variable.
15367
15368 2004-09-08 Richard M. Stallman <rms@gnu.org>
15369
15370 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15371 with the buffer as argument.
15372
15373 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15376
15377 2004-09-08 Juri Linkov <juri@jurta.org>
15378
15379 * replace.el (perform-replace): Use `query-replace-descr'.
15380
15381 * cus-start.el (history-delete-duplicates): Specify customization.
15382
15383 * diff-mode.el (diff-mode-map):
15384 * progmodes/compile.el (compilation-mode-map):
15385 * progmodes/grep.el (grep-mode-map):
15386 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15387 to `next-error-follow-minor-mode'.
15388
15389 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15390
15391 * isearch.el (isearch-lazy-highlight-update): Take into account
15392 the case of zero-length match at the search bound.
15393
15394 2004-09-08 Kim F. Storm <storm@cua.dk>
15395
15396 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15397 change. Use zero width overlays when necessary.
15398
15399 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15400
15401 * subr.el (split-string): Docfix.
15402
15403 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15404
15405 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15406 (display-call-tree): Ensure newline after caller/calls blocks.
15407
15408 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15409
15410 * startup.el (command-line-1): Make option
15411 --directory/-L modify `load-path' straight away.
15412
15413 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15414
15415 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15416
15417 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15418
15419 * emacs-lisp/autoload.el (make-autoload):
15420 Handle `define-compilation-mode'.
15421
15422 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15423 Specify `doc-string-elt' property.
15424
15425 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15426
15427 * bs.el (bs-mode): Doc fix.
15428
15429 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15430
15431 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15432
15433 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15434
15435 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15436
15437 2004-09-08 Kenichi Handa <handa@m17n.org>
15438
15439 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15440 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15441 ps-mule-next-point -> 1+).
15442
15443 * composite.el (encode-composition-rule): Add autoload cookie.
15444
15445 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15446
15447 * format.el (buffer-auto-save-file-format): Make it permanent local.
15448
15449 2004-09-07 Kim F. Storm <storm@cua.dk>
15450
15451 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15452 (authors-fixed-entries): Fix typo.
15453 (authors-canonical-author-name): Compact multiple spaces.
15454 Ignore trivial names (e.g. only first name).
15455
15456 * term.el (term-window-width): Only use full window width on
15457 window system if overflow-newline-into-fringe is enabled.
15458 (term-mode): Don't disable overflow-newline-into-fringe.
15459
15460 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15463 motion as seen on my Mac OS X xterms.
15464
15465 * newcomment.el (uncomment-region-default, comment-region-default):
15466 New functions extracted from uncomment-region and comment-region.
15467 (comment-region, comment-region-function, uncomment-region)
15468 (uncomment-region-function): Use them.
15469
15470 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15471
15472 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15473 It's not crucial but can make sense at times.
15474
15475 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15476 the first commit.
15477
15478 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15479 Disable obsolete code.
15480
15481 2004-09-07 Juri Linkov <juri@jurta.org>
15482
15483 * progmodes/grep.el (grep-highlight-matches): Change default from
15484 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15485 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15486 if grep option `--color' is available, or to `nil' otherwise.
15487 (grep-process-setup): Call `grep-compute-defaults' if
15488 `grep-highlight-matches' is not computed. Set env-vars only
15489 if `grep-highlight-matches' is `t'.
15490 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15491 is already defined).
15492
15493 * progmodes/compile.el (compilation-start): Use copy of
15494 `process-environment' created by `copy-sequence' to not
15495 modify env-vars in the global `process-environment'.
15496
15497 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15498
15499 * simple.el (next-error-follow-minor-mode): Fix last change.
15500
15501 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15502
15503 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15504 permanent local.
15505
15506 2004-09-04 Richard M. Stallman <rms@gnu.org>
15507
15508 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15509 highlighting if the search string is empty.
15510
15511 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15512
15513 * facemenu.el (facemenu-active-faces): Change condition of inner
15514 `while' loop to also check the first two elements of `face-atts'
15515 and `mask-atts'.
15516
15517 2004-09-04 John Paul Wallington <jpw@gnu.org>
15518
15519 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15520 (thumbs-view-image-mode): Make buffer read-only.
15521
15522 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15523
15524 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15525 (ispell-check-version): Set it.
15526 (ispell-send-replacement): New function.
15527 (ispell-process-line): Call ispell-send-replacement.
15528
15529 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15530
15531 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15532 Support choosing seconds with "s".
15533
15534 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15535
15536 * terminal.el (te-escape): Show `?' in prompt for help key.
15537
15538 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15539
15540 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15541
15542 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15543
15544 * simple.el (next-error-follow-minor-mode)
15545 (next-error-follow-mode-post-command-hook): New functions.
15546 (next-error-follow-last-line): New defvar.
15547
15548 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15549 * progmodes/compile.el (compilation-mode-map): Likewise.
15550 * progmodes/grep.el (grep-mode-map): Likewise.
15551 * replace.el (occur-mode-map): Likewise.
15552
15553 * newcomment.el (uncomment-region): Bind comment-use-global-state
15554 to nil.
15555
15556 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15557
15558 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15559 locally around the call to `revert-buffer'.
15560
15561 2004-09-03 Juri Linkov <juri@jurta.org>
15562
15563 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15564 `isearch-adjusted' to `t'.
15565 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15566 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15567 (isearch-other-meta-char): Restore isearch-point unconditionally.
15568 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15569 Set point to start of match if region is not active in transient
15570 mark mode (to include the current match to region boundaries).
15571 Push the search string to `query-replace-from-history-variable'.
15572 Add prompt "Query replace regexp" for isearch-regexp.
15573 Add region beginning/end as last arguments of `perform-replace.'
15574 (isearch-query-replace-regexp): Replace code by the call to
15575 `isearch-query-replace' with arg `t'.
15576
15577 2004-09-03 Richard M. Stallman <rms@gnu.org>
15578
15579 * startup.el (normal-top-level): Undo previous TERM change.
15580
15581 2004-09-03 Kim F. Storm <storm@cua.dk>
15582
15583 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15584 highlight overlays; allow using RET when cursor is over a button.
15585 (cua--highlight-rectangle): Use it.
15586 (cua--rectangle-set-corners): Don't move backwards at eol.
15587 (cua--forward-line): Don't move into void after eob.
15588
15589 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15590 point is set (and displayed) inside rectangle.
15591 (cua--rectangle-operation): Fix for highlight of empty lines.
15592 (cua--highlight-rectangle): Fix highlight for tabs.
15593 Position cursor at left/right edge of rectangle using new `cursor'
15594 property on overlay strings.
15595 (cua--indent-rectangle): Don't tabify.
15596 (cua-rotate-rectangle): Ignore that point has moved.
15597
15598 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15599
15600 * term/mac-win.el: Add ASCII equivalents for some function keys.
15601 (mode-line-frame-identification): Sync with x-win.el.
15602
15603 2004-09-02 Juri Linkov <juri@jurta.org>
15604
15605 * progmodes/compile.el (compilation-buffer-name): Compare major
15606 mode with second element of compilation-arguments instead of third
15607 to reflect latest changes in compilation-arguments structure.
15608 (recompile): Use global variable `compilation-directory' to get
15609 recent compilation directory only when `recompile' is invoked NOT
15610 in the compilation buffer. Otherwise, use `default-directory' of
15611 the compilation buffer.
15612 (compilation-error-properties): Allow to funcall col and end-col.
15613 (compilation-mode-font-lock-keywords): Check col and end-col by
15614 `integerp'.
15615 (compilation-goto-locus): If end-mk is non-nil in transient mark
15616 mode don't activate the mark (and don't display message in
15617 push-mark), but highlight overlay between mk and end-mk.
15618
15619 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15620 (grep-regexp-alist): Add rule to highlight grep matches.
15621 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15622
15623 * info.el (Info-fontify-node): Don't compute other-tag
15624 if Info-hide-note-references=hide.
15625
15626 * help.el (function-called-at-point):
15627 * help-fns.el (variable-at-point):
15628 Try `find-tag-default' when other methods failed.
15629
15630 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15631 Do not push mark if inhibit-mark-movement is non-nil.
15632
15633 * textmodes/ispell.el (ispell-html-skip-alists):
15634 Fix backslashes in docstring.
15635
15636 2004-09-01 Juri Linkov <juri@jurta.org>
15637
15638 * isearch.el (isearch-wrap-function)
15639 (isearch-push-state-function): New defvars.
15640 (isearch-pop-fun-state): New defsubst.
15641 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15642 (isearch-push-state): Set the result of calling
15643 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15644 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15645 restore the mode-specific starting point of terminated search.
15646 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15647 (isearch-repeat): Call `isearch-wrap-function' if defined.
15648 (isearch-message-prefix): Don't add prefix "over" to the message
15649 for wrapped search if `isearch-wrap-function' is defined.
15650 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15651 restore the mode-specific starting point of failed search.
15652
15653 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15654 (Info-search): Add new optional arguments for the sake of isearch.
15655 Replace whitespace in Info-search-whitespace-regexp literally.
15656 Add backward search. Don't call `Info-select-node' if regexp is
15657 found in the same Info node. Don't add node to Info-history for
15658 wrapped isearch.
15659 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15660 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15661 (Info-mode): Set local variables `isearch-search-fun-function',
15662 `isearch-wrap-function', `isearch-push-state-function',
15663 `search-whitespace-regexp'.
15664
15665 * isearch.el: Remove ancient Change Log section.
15666 (isearch-string, isearch-message-string, isearch-point)
15667 (isearch-success, isearch-forward-flag, isearch-other-end)
15668 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15669 (isearch-barrier, isearch-within-brackets)
15670 (isearch-case-fold-search): Add suffix `-state' to state-related
15671 defsubsts to avoid name clashes with other function names.
15672
15673 * simple.el (next-error): New defgroup and defface.
15674 (next-error-highlight, next-error-highlight-no-select):
15675 New defcustoms.
15676 (next-error-no-select): Let-bind next-error-highlight to the value
15677 of next-error-highlight-no-select before calling `next-error'.
15678
15679 * progmodes/compile.el (compilation-goto-locus):
15680 Use `next-error' face instead of `region'. Set 4-th argument of
15681 `move-overlay' to `current-buffer' to move overlay to different
15682 source buffers. Use new variable `next-error-highlight'.
15683
15684 * simple.el (next-error-find-buffer): Move the rule
15685 "if current buffer is a next-error capable buffer" after the
15686 rule "if next-error-last-buffer is set to a live buffer".
15687 Simplify to test all rules in one `or'.
15688 (next-error): Doc fix.
15689 (next-error, previous-error, first-error)
15690 (next-error-no-select, previous-error-no-select):
15691 Make arguments optional.
15692
15693 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15694
15695 * macros.el (apply-macro-to-region-lines): Make it operate on all
15696 lines that begin in the region, rather than on all complete lines
15697 in the region.
15698
15699 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15700
15701 * x-dnd.el (x-dnd-protocol-alist): Document update.
15702 (x-dnd-known-types): Defcustom it.
15703 (x-dnd-handle-motif): Print message-atom in error message.
15704
15705 2004-08-30 John Paul Wallington <jpw@gnu.org>
15706
15707 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15708 strings rather than programatically constructing message.
15709
15710 2004-08-30 Richard M. Stallman <rms@gnu.org>
15711
15712 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15713 Don't return a string that would read as the wrong character code.
15714
15715 2004-08-29 Kim F. Storm <storm@cua.dk>
15716
15717 * emulation/cua-base.el (cua-auto-expand-rectangles):
15718 Remove automatic rectangle padding feature; replace by non-destructive
15719 virtual rectangle edges feature.
15720 (cua-virtual-rectangle-edges): New defcustom.
15721 (cua-auto-tabify-rectangles): New defcustom.
15722 (cua-paste): If paste into a marked rectangle, insert rectangle at
15723 current column, even if virtual; also paste exactly as many lines
15724 as has been marked (ignore additional lines or add empty lines),
15725 but paste whole source if only one line is marked.
15726 (cua--update-indications): No longer use overwrite-cursor to
15727 indicate rectangle padding
15728
15729 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15730 (cua--rectangle-virtual-edges): New defun.
15731 (cua--rectangle-get-corners): Remove optional PAD arg.
15732 (cua--rectangle-set-corners): Never do padding.
15733 (cua--forward-line): Remove optional PAD arg. Simplify.
15734 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15735 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15736 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15737 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15738 (cua--rectangle-move): Never do padding. Simplify.
15739 (cua--tabify-start): New defun.
15740 (cua--rectangle-operation): Add tabify arg. All callers changed.
15741 (cua--pad-rectangle): Remove.
15742 (cua--delete-rectangle): Handle delete with virtual edges.
15743 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15744 (cua--insert-rectangle): Handle insert at virtual column.
15745 Perform auto-tabify if necessary.
15746 (cua--activate-rectangle): Remove optional FORCE arg.
15747 Never do padding. Simplify.
15748 (cua--highlight-rectangle): Enhance for virtual edges.
15749 (cua-toggle-rectangle-padding): Remove command.
15750 (cua-toggle-rectangle-virtual-edges): New command.
15751 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15752 (cua--rectangle-post-command): Don't force rectangle padding.
15753 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15754
15755 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15756
15757 * indent.el (edit-tab-stops-buffer): Doc fix.
15758
15759 2004-08-28 Richard M. Stallman <rms@gnu.org>
15760
15761 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15762 (grep-tag-default): Function deleted.
15763
15764 * subr.el (find-tag-default): Move from etags.el.
15765
15766 * progmodes/etags.el (find-tag-default): Move to subr.el.
15767
15768 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15769 into the basic character if it has an uppercase form.
15770
15771 2004-08-27 Kenichi Handa <handa@m17n.org>
15772
15773 * international/utf-8.el (utf-8-post-read-conversion): If the
15774 buffer is unibyte, temporarily make it multibyte.
15775
15776 2004-08-27 Masatake YAMATO <jet@gyve.org>
15777
15778 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15779
15780 2004-08-25 John Paul Wallington <jpw@gnu.org>
15781
15782 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15783 0, 1, and many mismatches in message.
15784 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15785
15786 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15787 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15788
15789 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15792 vc-diff-switches differently.
15793
15794 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15795
15796 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15797 before and a real defvar after
15798 `speedbar-supported-extension-expressions'. This is to silence
15799 the compiler without breaking bootstrapping.
15800
15801 2004-08-22 Richard M. Stallman <rms@gnu.org>
15802
15803 * textmodes/flyspell.el (flyspell-word):
15804 Use set-process-query-on-exit-flag.
15805 (flyspell-highlight-duplicate-region): Take POSS as arg.
15806 (flyspell-word): Pass POSS as arg.
15807
15808 * progmodes/ada-xref.el: Many doc and style fixes.
15809 (ada-find-any-references): Use compilation-start.
15810 (ada-get-ali-file-name): Improve error msg.
15811 (ada-get-ada-file-name): Likewise.
15812
15813 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15814 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15815
15816 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15817 Add forward defvar.
15818
15819 * whitespace.el (global-whitespace-mode): New alias
15820 for whitespace-global-mode.
15821
15822 * speedbar.el (speedbar-file-regexp): Move definition up.
15823 (speedbar-mode, speedbar-set-mode-line-format):
15824 Use with-no-warnings.
15825 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15826
15827 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15828 controls whether to display the error buffer.
15829
15830 * ps-mule.el: Delete compatibility code for old Emacsen.
15831 (ps-mule-find-wrappoint): Don't use chars-in-region.
15832
15833 * frame.el (display-mouse-p, display-selections-p):
15834 Use with-no-warnings.
15835
15836 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15837
15838 2004-08-22 David Kastrup <dak@gnu.org>
15839
15840 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15841 information.
15842
15843 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15844
15845 2004-08-22 Andreas Schwab <schwab@suse.de>
15846
15847 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15848
15849 2004-08-22 Masatake YAMATO <jet@gyve.org>
15850
15851 * cvs-status.el (cvs-status-checkout): New function.
15852 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15853
15854 2004-08-21 David Kastrup <dak@gnu.org>
15855
15856 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15857 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15858 has been converted to use hashtables, the relation `nil=none' is
15859 no longer valid, as `nil' is not a hashtable. This patch tries to
15860 reduce the number of resulting errors.
15861
15862 2004-08-21 John Paul Wallington <jpw@gnu.org>
15863
15864 * subr.el (process-kill-without-query): Made obsolete in
15865 version 21.4, not 21.5.
15866
15867 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15868 (vc-previous-comment, vc-next-comment)
15869 (vc-comment-search-reverse, vc-comment-search-forward)
15870 (vc-comment-to-change-log): Likewise.
15871
15872 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15873
15874 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15875
15876 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15877 Correct indentation of DEFMETHODS with non-standard method
15878 combinations (e.g., PROGN, MIN, MAX).
15879
15880 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * startup.el (normal-top-level-add-subdirs-to-load-path):
15883 Avoid unnecessarily checking system-type.
15884 (normal-top-level): Set TERM to "dumb". Simplify.
15885
15886 * avoid.el (mouse-avoidance-ignore-p): New fun.
15887 Also ignore switch-frame, select-window, double, and triple clicks.
15888 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15889 (mouse-avoidance-fancy-hook): Use it.
15890
15891 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15892
15893 * avoid.el (mouse-avoidance-nudge-mouse)
15894 (mouse-avoidance-banish-destination): Stay within the current window
15895 to avoid problems with mouse-autoselect-window.
15896
15897 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15900 the newer format of some messages in cvs-1.12.1.
15901
15902 2004-08-19 Masatake YAMATO <jet@gyve.org>
15903
15904 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15905 (elp-results-jump-to-definition-by-mouse)
15906 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15907 (elp-output-result): Use elp-output-insert-symname.
15908
15909 2004-08-18 Kenichi Handa <handa@m17n.org>
15910
15911 * language/cyrillic.el: Register koi8-r in
15912 ctext-non-standard-encodings-alist.
15913 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15914
15915 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15916
15917 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15918 that replaces 20xy with xy.
15919
15920 2004-08-17 John Paul Wallington <jpw@gnu.org>
15921
15922 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15923 (reb-force-update): Doc fix.
15924
15925 2004-08-16 Richard M. Stallman <rms@gnu.org>
15926
15927 * progmodes/which-func.el (which-func-update-1): Doc fix.
15928
15929 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15930 (sh-mode-abbrev-table): New variable.
15931
15932 * progmodes/compile.el (compilation-mode): Doc fix.
15933
15934 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15935 Don't cons a new symbol each time.
15936 (eval-last-sexp-fake-value): New variable.
15937
15938 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15939 (copyright-update-year): Detect continuation of list of years.
15940
15941 * term.el (term-default-fg-color, term-default-bg-color)
15942 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15943
15944 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15945
15946 2004-08-16 Davis Herring <herring@lanl.gov>
15947
15948 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15949 (isearch-success, isearch-forward-flag, isearch-other-end)
15950 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15951 (isearch-barrier, isearch-within-brackets)
15952 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15953
15954 2004-08-16 Kenichi Handa <handa@m17n.org>
15955
15956 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15957
15958 2004-08-15 Kenichi Handa <handa@m17n.org>
15959
15960 * term/x-win.el (x-selection-value): If utf8 was successful but
15961 ctext was not, use utf8 string.
15962
15963 2004-08-14 Davis Herring <herring@lanl.gov>
15964
15965 * isearch.el: Remove accidental changes of March 4. Fix backing
15966 up when a regexp isearch is made more general. Use symbolic
15967 accessor functions for isearch stack frames to make usage clearer.
15968 (search-whitespace-regexp): Made groups in documentation shy (as
15969 is the group in the default value).
15970 (isearch-fallback): New function, addresses problems with regexps
15971 liberalized by `\|', adds support for liberalization by `\}' (the
15972 general repetition construct), and incorporates behavior for
15973 `*'/`?'.
15974 (isearch-}-char): New command, calls `isearch-fallback' with
15975 arguments appropriate to a typed `}'.
15976 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15977 appropriately.
15978 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15979 (isearch-string, isearch-message,string, isearch-point)
15980 (isearch-success, isearch-forward-flag, isearch-other-end)
15981 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15982 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15983 New inline functions to read fields of a stack frame.
15984
15985 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15986
15987 * battery.el (battery-linux-proc-acpi): Look into battery
15988 directories matching the literal string "CMB", too (required for
15989 Linux kernel version 2.6.7).
15990
15991 2004-08-14 John Paul Wallington <jpw@gnu.org>
15992
15993 * cus-start.el (read-file-name-completion-ignore-case): Add.
15994 (blink-cursor-alist): Change version to "21.4".
15995
15996 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15997
15998 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15999
16000 * speedbar.el (speedbar-scan-subdirs): New option.
16001 (speedbar-file-lists): Don't ignore file-name case on Unix and use
16002 dolist.
16003 (speedbar-insert-files-at-point): Take an extra argument and use
16004 it to optionally find out if a subdir is empty. Also unreadable
16005 files don't get expand buttons.
16006 (speedbar-directory): New image (unused pixmap already existed).
16007 (speedbar-expand-image-button-alist): Use it.
16008
16009 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
16010
16011 CC Mode update to 5.30.9:
16012
16013 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16014 Move from cc-vars to cc-defs for dependency reasons. Fix the
16015 POSIX char class test to check that it works in
16016 `skip-chars-(forward|backward)' too.
16017
16018 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16019 first argument starts with a special brace list.
16020
16021 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16022 when `c-opt-type-concat-key' is used (i.e. in Pike).
16023
16024 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16025 Fix bug when the inner char pair doesn't have paren syntax,
16026 i.e. "(<>)".
16027
16028 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16029 whitespace safe.
16030
16031 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16032 position for `arglist-intro', `arglist-cont-nonempty' and
16033 `arglist-close' when there are two arglist open parens on the same
16034 line and there's nothing in front of the first.
16035
16036 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16037 locking of qualified names in Java, which previously could fontify
16038 common indexing expressions in many cases. The standard Java
16039 naming conventions are used to tell them apart.
16040
16041 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16042 Fix inconsistency wrt opening parens on the first line inside a paren
16043 block.
16044
16045 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16046 compile time for the sake of `c-major-mode-is'.
16047
16048 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16049 `c-major-mode-is' in the event that this is used inside a
16050 `c-lang-defconst'.
16051
16052 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16053 `c-lang-defconst' so that it works better with fallback languages.
16054
16055 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16056 it to fail to record the base mode.
16057
16058 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16059 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16060 is used. Reorder the syntax checks to get more efficient
16061 skipping in some situations.
16062
16063 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16064 continuation which might precede the newly inserted '{'.
16065
16066 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16067 Fix cases where it could loop indefinitely.
16068
16069 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16070 size specs correctly. Only fontify identifiers in front of '('
16071 with as functions - don't accept any paren char. Tighten up
16072 initializer skipping to stop before function and class blocks.
16073
16074 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16075 the point could be left directly after an open paren when finding
16076 the beginning of the first decl in the block.
16077
16078 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16079 table when filtering out legitimate open parens to be recorded.
16080 This could cause cache inconsistencies when e.g.
16081 `c++-template-syntax-table' was temporarily in use.
16082
16083 * progmodes/cc-engine.el (c-on-identifier)
16084 (c-simple-skip-symbol-backward): Small fix for handling "-"
16085 correctly in `skip-chars-backward'. Affected the operator lfun
16086 syntax in Pike.
16087
16088 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16089 Fix bug that could cause an error from `after-change-functions' when
16090 the changed region is at bob.
16091
16092 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
16093
16094 CC Mode update to 5.30.9:
16095
16096 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16097 to say that <TAB> doesn't insert WS into a CPP line.
16098 (c-indent-command, c-tab-always-indent): Amend doc strings.
16099
16100 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16101 checks for user errors, thus eliminating cryptic and unhelpful
16102 Emacs error messages. (1) Check the arg to `c-set-style' is a
16103 string. (2) Check that settings to `c-offsets-alist' are not
16104 spuriously quoted.
16105
16106 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16107 which precedes the newly inserted `{'.
16108
16109 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
16110
16111 Sync with Tramp 2.0.44.
16112
16113 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16114 function "tramp_file_attributes". Otherwise, file names
16115 containing spaces are misinterpreted. Reported by Magnus Henoch
16116 <mange@freemail.hu>.
16117 (tramp-handle-file-truename): FILENAME must be expanded first.
16118 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16119 obscure results. Reported by D. Goel <deego@gnufans.org>.
16120 (tramp-handle-verify-visited-file-modtime): If file does not
16121 exist, say it is not modified if and only if that agrees with the
16122 buffer's record. Check whether a file is visiting the buffer, or
16123 the buffer has no recorded last modification time. Return t in
16124 case the visiting file doesn't exist. Suggested by Luc Teirlinck
16125 <teirllm@auburn.edu>.
16126 (tramp-handle-write-region): Pass modtime explicitly to
16127 `set-visited-file-modtime', because filename can be different
16128 from (buffer-file-name) if `file-precious-flag' is set.
16129 `set-visited-file-modtime' must be called always when `visit' is t
16130 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16131 (tramp-handle-set-visited-file-modtime): If `time-list' is not
16132 nil, don't apply the whole body. If the file doesn't exists, set
16133 modtime to '(-1 65535). Suggested by Luc Teirlinck
16134 <teirllm@auburn.edu>.
16135
16136 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16137
16138 * help.el (describe-bindings): Doc fix.
16139
16140 * subr.el (kbd): Doc fix.
16141
16142 2004-08-08 John Paul Wallington <jpw@gnu.org>
16143
16144 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16145 instead of `string-to-int'.
16146 (define-ibuffer-column mode): Fix indentation.
16147
16148 2004-08-08 Lars Hansen <larsh@math.ku.dk>
16149
16150 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16151 expression.
16152
16153 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16154
16155 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16156
16157 * novice.el (disabled-command-function): New variable renamed from
16158 `disabled-command-hook'.
16159 (disabled-command-hook): Keep the _variable_ as alias for
16160 `disabled-command-function' and make obsolete.
16161 (disabled-command-function): Function renamed from
16162 `disabled-command-hook'. Adapt code to name change of the variable.
16163
16164 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16165
16166 * simple.el (completion-root-regexp): New defvar.
16167 (completion-setup-function): Use it instead of a literal string.
16168
16169 2004-08-07 John Paul Wallington <jpw@gnu.org>
16170
16171 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16172 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16173 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16174 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16175
16176 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16177
16178 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16179 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16180
16181 2004-08-04 Kenichi Handa <handa@m17n.org>
16182
16183 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16184 Fix previous change.
16185
16186 2004-08-03 Kenichi Handa <handa@m17n.org>
16187
16188 * international/encoded-kb.el: The following changes are to
16189 utilize key-translation-map instead of minor mode map.
16190 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16191 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16192 (encoded-kbd-last-key): New function.
16193 (encoded-kbd-iso2022-single-shift): New function.
16194 (encoded-kbd-iso2022-designation)
16195 (encoded-kbd-self-insert-iso2022-7bit)
16196 (encoded-kbd-self-insert-iso2022-8bit)
16197 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16198 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16199 key-translation-map.
16200 (encoded-kbd-setup-keymap): Setup key-translation-map.
16201 (saved-key-translation-map): New variable.
16202 (encoded-kbd-mode): Save/restore key-translation-map.
16203 Adjust for the change of encoded-kbd-setup-keymap.
16204
16205 2004-08-02 Kim F. Storm <storm@cua.dk>
16206
16207 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16208 and call compute-motion with nil for topos and width to get proper
16209 usable width and height for both window and non-window systems.
16210
16211 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16212 calculate usable window width and height.
16213
16214 * window.el (window-buffer-height): Call compute-motion with nil width.
16215
16216 2004-08-01 David Kastrup <dak@gnu.org>
16217
16218 * replace.el (query-replace-read-from):
16219 Use `query-replace-compile-replacement'.
16220 (query-replace-compile-replacement): New function.
16221 (query-replace-read-to): Use `query-replace-compile-replacement'
16222 for repeating the last command.
16223
16224 2004-08-01 John Paul Wallington <jpw@gnu.org>
16225
16226 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16227 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16228 (pr-switches): Remove period from end of error messages.
16229
16230 * help-mode.el (help-go-back): Likewise.
16231
16232 * abbrev.el (only-global-abbrevs): Doc fix.
16233 (edit-abbrevs-map): Define within defvar.
16234 (quietly-read-abbrev-file): Doc fix.
16235
16236 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16237
16238 * novice.el (enable-command, disable-command): Doc fixes.
16239
16240 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16241
16242 2004-07-30 Richard M. Stallman <rms@gnu.org>
16243
16244 * subr.el (with-local-quit): Doc fix.
16245
16246 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16247
16248 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16249
16250 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16251
16252 * custom.el (defcustom): Doc fix.
16253
16254 2004-07-28 Masatake YAMATO <jet@gyve.org>
16255
16256 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16257
16258 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16259
16260 * imenu.el (imenu-prev-index-position-function)
16261 (imenu-extract-index-name-function, imenu-name-lookup-function)
16262 (imenu--index-alist): Docstring redundancy fix.
16263
16264 2004-07-25 Lars Hansen <larsh@math.ku.dk>
16265
16266 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16267 binding dired-backup-overwrite.
16268
16269 2004-07-25 John Paul Wallington <jpw@gnu.org>
16270
16271 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16272
16273 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16274
16275 * term/tty-colors.el (tty-color-approximate): Doc fix.
16276
16277 * select.el (x-get-selection, x-set-selection): Doc fixes.
16278
16279 * frame.el (make-frame): Doc fix.
16280
16281 2004-07-24 Richard M. Stallman <rms@gnu.org>
16282
16283 * mail/rmail.el (rmail-mime-charset-pattern):
16284 Don't include semicolon in the charset value.
16285
16286 * replace.el (occur-next-error): Call set-window-point.
16287 (occur-engine): Handle negative NLINES.
16288
16289 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16290
16291 * frame.el (modify-all-frames-parameters): Minor doc fix.
16292 (set-frame-configuration): Doc fix.
16293
16294 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16295
16296 * simple.el (completion-setup-function): Compute the common parts
16297 and the first difference place correctly when
16298 partial-completion-mode is on.
16299
16300 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16301
16302 * ps-print.el: Doc fix.
16303 (ps-print-version): New version 6.6.5.
16304 (ps-printing-region): Doc fix.
16305 (ps-generate-string-list): Comment fix.
16306 (ps-message-log-max): Code fix.
16307
16308 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16309
16310 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16311 generated PostScript.
16312
16313 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16314
16315 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16316 with Gnus v5_10 branch.)
16317
16318 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * calendar/time-date.el (time-to-number-of-days): New function.
16321 Imported from Gnus.
16322
16323 2004-07-22 Kim F. Storm <storm@cua.dk>
16324
16325 * progmodes/make-mode.el: Fix comments.
16326
16327 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16328
16329 * printing.el: Doc fix.
16330
16331 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16332
16333 * frame.el (modify-all-frames-parameters): Minor doc fix.
16334
16335 2004-07-20 Richard M. Stallman <rms@gnu.org>
16336
16337 * textmodes/fill.el (fill-nobreak-p): If this break point is
16338 at the end of the line, don't consider the newline which follows
16339 as a reason to return t.
16340
16341 2004-07-19 John Paul Wallington <jpw@gnu.org>
16342
16343 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16344
16345 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16346
16347 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16348 Delete irrelevant code.
16349
16350 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16351
16352 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16353 New docstring. From Luc Teirlinck.
16354
16355 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16356
16357 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16358 section.
16359 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16360 non-file buffers. We know it is nil.
16361
16362 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16363
16364 Sync with Tramp 2.0.43.
16365
16366 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16367 Remove outdated comment.
16368 (tramp-locked, tramp-locker): New variables for implementing a
16369 global lock.
16370 (tramp-sh-file-name-handler): Use them to implement the global lock.
16371
16372 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
16373
16374 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16375 calls to respective `xxx` calls.
16376 (tramp-process-alive-regexp): Precise doc string.
16377 (tramp-multi-action-process-alive): New defun.
16378 (tramp-multi-actions): Use it.
16379 (tramp-handle-find-backup-file-name): `copy-tree' is available
16380 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
16381 in order to avoid this function.
16382 (tramp-handle-write-region): Set current buffer. If connection
16383 wasn't open, `file-modes' has changed it accidentally. Reported by
16384 David Kastrup <dak@gnu.org>.
16385 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16386 HOST.
16387 (tramp-action-password, tramp-multi-action-password): Apply it.
16388 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16389 name must still contain the port number. Otherwise, we have two
16390 Tramp buffers, with all the confusion. Reported by Myron Selby
16391 <myron@xytech.com> and Rolf Dubitzky
16392 <Dubitzky@physi.uni-heidelberg.de>.
16393
16394 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16395 HOST to `tramp-enter-passwd'.
16396
16397 * net/tramp-vc.el (all): Code cleanup. Change all
16398 `tramp-handle-xxx' calls to respective `xxx` calls.
16399
16400 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16401
16402 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16403 functions that are not erroneous if either 1-valued or
16404 multi-valued. Detect functions in this class.
16405 (testcover-1value-functions, testcover-compose-functions)
16406 (testcover-progn-functions) Add some additional functions to lists.
16407 (testcover-mark): Bugfix when marking up the definition for an
16408 empty function.
16409
16410 2004-07-17 Richard M. Stallman <rms@gnu.org>
16411
16412 * replace.el (occur-read-primary-args): Pass default to
16413 read-from-minibuffer.
16414
16415 * mail/footnote.el (footnote-section-tag): Use defcustom.
16416
16417 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16418 Compile font-lock-keywords, not KEYWORDS.
16419 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16420 Add warn, check-type. Handle cerror like error.
16421
16422 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16423
16424 * progmodes/which-func.el (which-func-keymap): New var.
16425 (which-func-face): New face.
16426 (which-func-format): Use them.
16427
16428 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16429
16430 * buff-menu.el (list-buffers-noselect): Append the buffer's
16431 process status to its mode name.
16432
16433 2004-07-16 Kim F. Storm <storm@cua.dk>
16434
16435 * simple.el (inhibit-mark-movement): New defvar.
16436 (beginning-of-buffer, end-of-buffer): Do not push mark if
16437 inhibit-mark-movement is non-nil or C-u prefix is given.
16438
16439 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16440 Init to beginning-of-buffer and end-of-buffer.
16441 (cua--undo-push-mark): New defvar.
16442 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16443 already active and command is in cua--preserve-mark-commands.
16444 Also fix check for shift modifier on non-window systems.
16445 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16446
16447 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16448
16449 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16450 of two integers, instead of a cons.
16451
16452 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16453 `visited-file-modtime' now returns a list of two integers, instead
16454 of a cons.
16455
16456 * dired.el (dired-directory-changed-p): Ditto.
16457
16458 * progmodes/grep.el (grep): Doc fix.
16459
16460 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16461
16462 * autorevert.el (auto-revert-tail-mode)
16463 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16464 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16465 in both at the same time.
16466 (auto-revert-tail-mode): New command.
16467 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16468 (auto-revert-handler): Revert only either tail or whole file.
16469
16470 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16471 add auto-revert-tail-mode.
16472
16473 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16474
16475 * printing.el: Doc fix. Change name of some funs.
16476 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16477 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16478 (pr-standard-file-name): New fun. Replace pr-standard-path.
16479 (pr-call-process): Code fix.
16480
16481 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16482
16483 * subr.el (with-selected-window): Doc fix.
16484
16485 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16486
16487 * subr.el (get-buffer-window-list): Doc fix.
16488
16489 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16490
16491 * files.el (switch-to-buffer-other-window): Doc fix.
16492
16493 * window.el (save-selected-window, one-window-p)
16494 (split-window-keep-point, split-window-vertically)
16495 (split-window-horizontally): Doc fixes.
16496
16497 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16498
16499 * printing.el: Doc fix. Now it uses call-process instead of
16500 shell-command for low command execution.
16501 (pr-version): New version number (6.8).
16502 (pr-shell-file-name): Option removed.
16503 (pr-shell-command): Fun removed.
16504 (pr-call-process): New fun. Replace pr-shell-command.
16505 (pr-standard-path, pr-remove-nil-from-list): New funs.
16506 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16507 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16508 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16509 (pr-ps-utility-process, pr-txt-print): Code fix.
16510
16511 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16512
16513 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16514 boolean.
16515
16516 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16517
16518 * wid-edit.el (widget-field-buffer): Doc fix.
16519
16520 2004-07-09 John Paul Wallington <jpw@gnu.org>
16521
16522 * emacs-lisp/re-builder.el (reb-update-overlays):
16523 Distinguish between one and several matches in message.
16524
16525 2004-07-09 Richard M. Stallman <rms@gnu.org>
16526
16527 * mouse.el (mouse-set-region-1): If transient-mark-mode
16528 is `identity', change it to `only'.
16529
16530 * simple.el (current-word): Doc fix.
16531
16532 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16533
16534 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16535 so that it is more understanding of whitespace.
16536
16537 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16538 (("ns" . "element") (attr-list) children) instead of
16539 ((:ns . "element") (attr-list) children) in order to reduce the
16540 number of symbols used.
16541 (xml-skip-dtd): Change to use xml-parse-dtd but set
16542 xml-validating-parsing to nil.
16543 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16544 (xml-substitute-entity): Remove in favor of new entity substitution.
16545 (xml-substitute-special): Rewrite in to substitute complex
16546 entities from DOCTYPE declarations.
16547 (xml-parse-fragment): Parse fragments from entity declarations.
16548 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16549 (xml-parse-dtd, xml-substitute-special): Make validity checks
16550 conditioned on xml-validating-parser. Add "Not Well Formed" to
16551 error messages about well-formedness.
16552
16553 2004-07-08 Steven Tamm <steventamm@mac.com>
16554
16555 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16556 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16557 Do not treat double clicks and triple clicks specially in the
16558 scroll bar (preventing strange repositioning problems)
16559
16560 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 * replace.el (query-replace-regexp-eval): Fix last change.
16563
16564 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16565
16566 * replace.el (query-replace-descr): New fun.
16567 (query-replace-read-from, query-replace-read-args): Default to the
16568 previous from&to.
16569 (query-replace-read-to): Quote the `from' string when displaying it.
16570 (query-replace-regexp-eval): Immediately check read-only status.
16571 Use query-replace-read-from to get the \n checking.
16572 Quote the `from' string when displaying it.
16573 (map-query-replace-regexp, occur-read-primary-args):
16574 Quote the `from' string when displaying it.
16575
16576 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16577 delimited-ness of the search to query-replace.
16578
16579 * replace.el (query-replace-read-from, query-replace-read-to):
16580 New funs extracted from query-replace-read-args.
16581 (query-replace-read-args): Use them.
16582
16583 * replace.el (query-replace-interactive, query-replace-read-args):
16584 Remove the `initial' special value.
16585 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16586 (occur-engine): Remove unused var `matchend'.
16587
16588 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16589 Use the search string without prompting.
16590
16591 2004-07-05 Kenichi Handa <handa@m17n.org>
16592
16593 * international/mule.el (decode-coding-inserted-region):
16594 Set last-coding-system-used only when coding is nil.
16595
16596 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16597
16598 * progmodes/grep.el (grep-compute-defaults, grep-command)
16599 (grep-program, find-program, grep-find-use-xargs, grep-history)
16600 (grep-find-history, grep-tag-default, grep-find-command)
16601 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16602 Add autoload cookies, for unbundled packages that load `compile'
16603 and expect all grep-related symbols to become defined.
16604
16605 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16606
16607 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16608 (iimage-mode-image-search-path): New user option to search the
16609 image file.
16610 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16611 have locate-file.
16612 (iimage-mode-buffer): Use it.
16613
16614 2004-07-03 Nick Roberts <nickrob@gnu.org>
16615
16616 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16617 carefully.
16618 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16619
16620 2004-07-03 Juri Linkov <juri@jurta.org>
16621
16622 * replace.el (query-replace-read-args): Swallow space after 'foo,
16623 not after (quote foo). Match space only immediately after symbol,
16624 not anywhere in the whole string.
16625
16626 2004-07-02 Richard M. Stallman <rms@gnu.org>
16627
16628 * replace.el (query-replace-read-args): Swallow space after
16629 symbols, not after closeparens. But avoid error if string ends there.
16630
16631 * progmodes/python.el (python-beginning-of-statement):
16632 Exit the loop if backward-up-list gets error.
16633
16634 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16635
16636 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16637
16638 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16639 only if vc-consult-headers is non-nil.
16640
16641 2004-07-02 Juri Linkov <juri@jurta.org>
16642
16643 * pcvs.el (cvs-mode-diff-repository): New command.
16644
16645 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16646
16647 2004-07-01 Juri Linkov <juri@jurta.org>
16648
16649 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16650 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16651 C-M-% to isearch-query-replace-regexp.
16652 (minibuffer-local-isearch-map): Add arrow key bindings.
16653 Bind C-f to isearch-yank-char-in-minibuffer.
16654 (isearch-forward): Doc fix.
16655 (isearch-edit-string): Doc fix.
16656 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16657 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16658 (isearch-yank-char): Add optional arg.
16659 (isearch-yank-char-in-minibuffer): New fun.
16660
16661 * replace.el (query-replace-interactive): Change type from boolean
16662 to choice. Add value `initial'.
16663 (query-replace-read-args): Handle value `initial' of
16664 query-replace-interactive.
16665
16666 2004-06-29 Kim F. Storm <storm@cua.dk>
16667
16668 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16669 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16670
16671 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16672 Add :group 'ada.
16673
16674 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16675
16676 2004-06-29 Juri Linkov <juri@jurta.org>
16677
16678 * replace.el (query-replace-read-args): Swallow a space after
16679 everything except )]" which in most cases means after a symbol.
16680
16681 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16682
16683 2004-06-28 Richard M. Stallman <rms@gnu.org>
16684
16685 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16686 More changes to go with previous change in font-lock.el.
16687
16688 2004-06-26 David Kastrup <dak@gnu.org>
16689
16690 * replace.el (perform-replace): Highlight the match even in
16691 non-query mode if there is potential replace string editing.
16692
16693 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16694
16695 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16696 agree with new return value of `file-remote-p'.
16697 This syncs with Tramp 2.0.42.
16698
16699 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16700 according to new documentation of `file-remote-p'.
16701
16702 * files.el (file-remote-p): Fix doc to say that return value is
16703 identification of remote system, if not nil.
16704 (file-relative-name): Use new return value of `file-remote-p'.
16705
16706 2004-06-26 Nick Roberts <nickrob@gnu.org>
16707
16708 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16709 (gdb-goto-breakpoint): Fix breakage.
16710
16711 2004-06-26 Eli Zaretskii <eliz@gnu.org>
16712
16713 * man.el (Man-getpage-in-background): Add windows-nt to the list
16714 of systems where shell-file-name should be used instead of
16715 literal "sh".
16716
16717 2004-06-25 Sam Steingold <sds@gnu.org>
16718
16719 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16720 function names `(setf symbol)'.
16721
16722 2004-06-24 Richard M. Stallman <rms@gnu.org>
16723
16724 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16725
16726 * font-lock.el (font-lock-keywords): Change format of compiled values.
16727 Document it.
16728 (font-lock-add-keywords): If font-lock-keywords is compiled,
16729 extract the uncompiled version, modify, then recompile.
16730 (font-lock-remove-keywords): Likewise.
16731 (font-lock-fontify-keywords-region): Handle changed format.
16732 (font-lock-compile-keywords): Handle changed format.
16733 (font-lock-set-defaults): Compile the keywords explicitly here.
16734
16735 2004-06-24 David Kastrup <dak@gnu.org>
16736
16737 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16738 replacements here.
16739 (query-replace-regexp): Doc string explaining this and the new
16740 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16741 is better placed in `query-replace-read-args'.
16742 (replace-regexp): Explain `\,', `\#' and `\?'.
16743 (replace-match-data): New function for thorough reuse/destruction
16744 of old match-data.
16745 (replace-match-maybe-edit): Function for implementing `\?' editing.
16746 (perform-replace): Fix maintaining of the match stack including
16747 already matched regions, implement `\?', fix various problems
16748 with regions while editing and other stuff.
16749 (replace-highlight): Simplify.
16750
16751 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16752
16753 * progmodes/grep.el (grep-error-screen-columns): New variable.
16754 (grep-regexp-alist): Give it the full functionality of gnu style
16755 compilation messages with line and column ranges. Ask me for the
16756 perl script I'm working on, that uses these.
16757
16758 2004-06-23 Nick Roberts <nickrob@gnu.org>
16759
16760 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16761 Remove.
16762 (comint-insert-input, comint-mouse-insert-input): New functions
16763 based on comint-insert-clicked-input for two bindings but just
16764 one functionality.
16765
16766 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16767
16768 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16769
16770 2004-06-23 Lars Hansen <larsh@math.ku.dk>
16771
16772 * files.el (write-contents-functions): Doc fix.
16773
16774 2004-06-21 Juanma Barranquero <lektu@terra.es>
16775
16776 * image.el (image-library-alist): Rewrite docstring in active voice.
16777
16778 2004-06-20 Richard M. Stallman <rms@gnu.org>
16779
16780 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16781
16782 * isearch.el (isearch-repeat): Avoid testing old match data.
16783 (isearch-message): Display trailing space in special font
16784 when search is failing.
16785 (isearch-search-fun-function): Doc fix.
16786
16787 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16788
16789 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16790
16791 * frame.el (show-trailing-whitespace): Doc fix.
16792
16793 * cus-edit.el (custom-variable-documentation): New function.
16794 (custom-variable): Use it.
16795
16796 2004-06-19 Nick Roberts <nickrob@gnu.org>
16797
16798 * man.el (Man-getpage-in-background): Revert previous change but
16799 make cygwin a special case.
16800
16801 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16802
16803 * autorevert.el (global-auto-revert-non-file-buffers):
16804 Update docstring.
16805
16806 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16807
16808 * progmodes/compile.el (compilation-error-properties): Store one
16809 more than end-col, if present, so that transient-mark-mode will
16810 highlight last char too.
16811 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16812 ranges, if present.
16813
16814 2004-06-18 Jason Rumney <jasonr@gnu.org>
16815
16816 * makefile.w32-in: Double percent signs in for loops.
16817
16818 2004-06-17 David Kastrup <dak@gnu.org>
16819
16820 * replace.el (query-replace-read-args): Only warn about use of \n
16821 and \t when we are doing a regexp replacement and the actual
16822 escaped character is n or t.
16823 (query-replace-regexp): Add \, and \# interpretation to
16824 interactive call and document it.
16825 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16826 as shortkey for replace-count.
16827 (replace-quote): New function for doubling backslashes.
16828
16829 2004-06-17 Juanma Barranquero <lektu@terra.es>
16830
16831 * files.el (parse-colon-path, cd): Mention in docstring that the
16832 path separator is colon in GNU-like systems.
16833
16834 * newcomment.el (comment-region-internal): Fix docstring.
16835
16836 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16837 (ewoc-invalidate, ewoc-collect): Doc fixes.
16838 (ewoc--create-node, ewoc--delete-node-internal):
16839 Fix typos in docstring.
16840
16841 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16842
16843 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16844 manual to docstring.
16845
16846 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16847
16848 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16849
16850 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16851
16852 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16853 Add hyperlink to emacs-xtra manual to docstring.
16854
16855 * autorevert.el (global-auto-revert-non-file-buffers):
16856 Add hyperlink to emacs-xtra manual to docstring, as well as an
16857 info-link.
16858
16859 2004-06-14 Juanma Barranquero <lektu@terra.es>
16860
16861 * image.el (image-library-alist): New variable to map image types
16862 to external libraries. Initialized to nil, unless system-specific
16863 configs change it.
16864 (image-type-available-p): Determine whether an image type is
16865 available by calling `init-image-library'.
16866
16867 * term/w32-win.el (image-library-alist): Initialize to a known set
16868 of probable library names.
16869
16870 2004-06-14 Kenichi Handa <handa@m17n.org>
16871
16872 * international/code-pages.el (windows-1256, cp1125): Fix tables
16873 for several characters.
16874
16875 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16876
16877 2004-06-13 Richard M. Stallman <rms@gnu.org>
16878
16879 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16880
16881 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16882 not "`pc-selection-mode'".
16883
16884 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16885
16886 * simple.el (previous-matching-history-element): Specify a default.
16887
16888 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16889
16890 * cus-face.el (custom-declare-face): Simplify code.
16891
16892 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16893
16894 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16895
16896 * files.el (before-save-hook): Add `time-stamp' to the options.
16897
16898 * time-stamp.el (time-stamp): Recommend adding it to
16899 `before-save-hook', rather than `write-file-functions'.
16900 Make a similar change in `Commentary' section.
16901
16902 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16903
16904 * diff-mode.el (diff-current-defun): If at start of hunk, use
16905 position of first change.
16906
16907 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16908
16909 * dired-x.el (dired-mark-omitted): Bind to "*O".
16910
16911 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16912
16913 * bookmark.el (bookmark-bmenu-relocate): New function, as
16914 suggested by David J. Biesack <David.Biesack@sas.com>.
16915 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16916 (bookmark-bmenu-mode): Describe binding in doc string.
16917 (bookmark-set-filename): Save the bookmark list if it's time.
16918
16919 2004-06-13 Kenichi Handa <handa@m17n.org>
16920
16921 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16922 (ccl-untranslated-to-ucs): Fix typo.
16923
16924 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16925
16926 * progmodes/python.el (python-open-block-statement-p):
16927 Fix indentation after a block opening that contains a comment.
16928
16929 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16930
16931 * bindings.el (completion-ignored-extensions): Add file extensions
16932 of Python byte-compiled files.
16933
16934 2004-06-12 Juri Linkov <juri@jurta.org>
16935
16936 * info.el (Info-goto-node): Add autoload.
16937 (Info-toc): Add substring-no-properties on Info file name.
16938 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16939 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16940
16941 2004-06-12 Kenichi Handa <handa@m17n.org>
16942
16943 * international/mule-cmds.el (set-language-environment):
16944 Load subst tables if necessary.
16945
16946 * international/mule.el (decode-char): Load subst tables if necessary.
16947 (encode-char): Likewise.
16948
16949 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16950 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16951 (utf-16le-decode-loop): Set r5 to -1 before loop.
16952 (utf-16be-decode-loop): Likewise.
16953 (ccl-decode-mule-utf-16le): Add EOF processing block.
16954 (ccl-decode-mule-utf-16be): Likewise.
16955 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16956 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16957 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16958 (ccl-mule-utf-16-encode-untrans): New CCL.
16959 (utf-16-decode-to-ucs): Handle pre-read character.
16960 (utf-16le-encode-loop): Handle surrogate pair.
16961 (utf-16be-encode-loop): Likewise.
16962 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16963 of utf-16le-encode-loop.
16964 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16965 of utf-16be-encode-loop.
16966 (mule-utf-16-post-read-conversion):
16967 Call utf-8-post-read-conversion at first.
16968 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16969 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16970 Add post-read-conversion and pre-write-conversion.
16971
16972 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16973 (utf-translate-cjk-unicode-range): New variable.
16974 (utf-translate-cjk-load-tables): New function.
16975 (utf-lookup-subst-table-for-decode): New function.
16976 (utf-lookup-subst-table-for-encode): New function.
16977 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16978 tables here. Update safe-charsets of utf-* coding systems.
16979 (ccl-mule-utf-untrans): New CCL.
16980 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16981 at end of each branch.
16982 (ccl-mule-utf-8-encode-untrans): New CCL.
16983 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16984 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16985 length of encoding. Don't return r0.
16986 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16987 (utf-8-post-read-conversion): Narrow to region properly.
16988 If utf-translate-cjk-mode is on, load tables if necessary.
16989 Call utf-8-compose with hash-table arg if necessary.
16990 Call XXX-compose-region instead of XXX-post-read-conversion.
16991 (utf-8-pre-write-conversion): New function.
16992 (mule-utf-8): Include CJK charsets in safe-charsets if
16993 utf-translate-cjk-mode is on. Add pre-write-conversion.
16994
16995 * international/characters.el: Temporarily set
16996 utf-translate-cjk-mode to nil.
16997
16998 * language/devan-util.el (devanagari-compose-region):
16999 Add autoload cookie.
17000
17001 * international/ccl.el (ccl-dump-call): Fix printing the
17002 subroutine name.
17003
17004 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
17005
17006 * dired.el (dired-revert): If buffer is marked unmodified before
17007 reverting, keep it marked unmodified. Adapt to new conventions
17008 for commenting out code.
17009 (dired-make-relative): Adapt to new conventions for commenting out
17010 code.
17011
17012 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
17013
17014 * eshell/esh-module.el (eshell-load-defgroups):
17015 Bind `vc-handled-backends' to nil when opening files.
17016
17017 2004-06-11 Juanma Barranquero <lektu@terra.es>
17018
17019 * files.el (parse-colon-path, cd): Doc fixes (refer to
17020 `path-separator', not colon).
17021
17022 2004-06-10 Juanma Barranquero <lektu@terra.es>
17023
17024 * newcomment.el (comment-search-forward)
17025 (comment-search-backward): Fix typos in docstring.
17026 (comment-region): Doc fix.
17027
17028 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
17029
17030 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17031 switch is no longer stored in `dired-switches-alist'.
17032
17033 * dired-aux.el (dired-insert-subdir): Do not store R switch in
17034 `dired-switches-alist'.
17035
17036 2004-06-10 Kim F. Storm <storm@cua.dk>
17037
17038 * pcvs.el (cvs-mode-diff-yesterday): New command.
17039
17040 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17041
17042 2004-06-10 Juri Linkov <juri@jurta.org>
17043
17044 * emacs-lisp/edebug.el (edebug-eval-defun):
17045 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17046 Fix docstring.
17047
17048 * simple.el (eval-expression-print-format): Don't print additional
17049 information on the first call to `eval-print-last-sexp'.
17050 (next-error-find-buffer): Fix punctuation.
17051 (killing) <defgroup>: Fix punctuation.
17052 (yank-excluded-properties): Change group from editing to killing.
17053
17054 * replace.el (perform-replace): Use `limit' to terminate the
17055 while-loop explicitly.
17056
17057 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17058
17059 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17060 Use lc-*.xpm as prefix instead of *-locol.xpm.
17061
17062 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17063 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17064 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17065 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17066 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17067 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17068 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17069 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17070 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17071 * toolbar/lc-up_arrow.xpm:
17072 Rename from *-locol.xpm.
17073
17074 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
17075
17076 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17077 include forms like &<str>; as valid url patterns.
17078
17079 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
17080
17081 * dired.el (dired-diff, dired-backup-diff)
17082 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17083 (dired-do-chown, dired-do-touch, dired-do-print)
17084 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17085 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17086 (dired-create-directory, dired-do-copy, dired-do-symlink)
17087 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17088 (dired-do-copy-regexp, dired-do-hardlink-regexp)
17089 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17090 (dired-maybe-insert-subdir, dired-next-subdir)
17091 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17092 (dired-kill-subdir, dired-tree-up, dired-tree-down)
17093 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17094 (dired-run-shell-command, dired-query): Remove redundant,
17095 or incorrect, autoloads.
17096
17097 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17098 does not end in a slash. Add optional argument KILL-ROOT.
17099 Update docstring.
17100 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17101 (dired-query): Add autoloads.
17102
17103 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
17104
17105 * progmodes/compile.el (compilation-set-window-height): Rearrange
17106 the save-* functions because a buffer can have several current
17107 point in different windows.
17108 (compilation-error-regexp-alist-alist): Recognize {standard input}
17109 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17110
17111 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17112
17113 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17114 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17115 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17116 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17117 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17118 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17119 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17120 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17121 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17122 * toolbar/up_arrow-locol.xpm:
17123 New versions of icons that uses fewer colors.
17124
17125 * toolbar/tool-bar.el (tool-bar-local-item)
17126 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17127 if display-color-cells is 256 or less.
17128
17129 2004-06-08 Kim F. Storm <storm@cua.dk>
17130
17131 * wid-edit.el (widget-specify-button): Use hand pointer rather
17132 than mouse-face as visible mouse-over effect.
17133
17134 2004-06-07 Karl Fogel <kfogel@red-bean.com>
17135
17136 * saveplace.el (save-place-alist-to-file): Bind `print-length'
17137 and `print-level' to nil when writing out `save-place-alist'.
17138 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17139
17140 2004-06-07 Juanma Barranquero <lektu@terra.es>
17141
17142 * completion.el (completion-kill-region): Doc fix.
17143
17144 * format.el (format-insert-annotations)
17145 (format-annotate-location): Doc fixes.
17146 (format-subtract-regions): Make arguments match their use in docstring.
17147
17148 * simple.el (kill-region): Doc fix.
17149
17150 * subr.el (insert-buffer-substring-no-properties)
17151 (insert-buffer-substring-as-yank): Doc fixes.
17152
17153 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17154
17155 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17156 Update docstring.
17157 (dired-reset-subdir-switches): New function.
17158
17159 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17160 Limit scope of `buffer-read-only' binding.
17161
17162 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
17163
17164 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17165 eshell-explicit-command-char.
17166
17167 2004-06-06 Juanma Barranquero <lektu@terra.es>
17168
17169 * help-fns.el (help-argument-name): Inherit from italic face only
17170 if the frame supports it.
17171
17172 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17173
17174 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17175 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17176 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17177 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17178 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17179 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17180 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17181 New conversions from xpm files.
17182
17183 * toolbar/README: New file.
17184
17185 2004-06-06 Richard M. Stallman <rms@gnu.org>
17186
17187 * isearch.el (isearch-mode-map): Undo previous change.
17188
17189 2004-06-05 Juri Linkov <juri@jurta.org>
17190
17191 * bindings.el (debug-ignored-errors): Add regexps for history
17192 related messages. Remove $ from "No further undo information".
17193 Move Ediff's messages to ediff.el.
17194
17195 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17196
17197 * cus-edit.el (custom-display): Add `min-colors'.
17198
17199 * custom.el (defface): Add `supports' to docstring.
17200
17201 * help-fns.el (help-argument-name): Add :group 'help.
17202
17203 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17204
17205 * find-dired.el (find-ls-subdir-switches): New user option.
17206 (find-dired): No longer call `abbreviate-file-name' on DIR.
17207 Set `dired-subdir-switches' buffer-locally.
17208
17209 * locate.el: Merge the two `Commentary' sections.
17210 (locate-ls-subdir-switches): New user option.
17211 (locate): Update for other changes.
17212 (locate-mode-map): Restore Dired binding for mouse-2.
17213 Bind `locate-mouse-view-file' to M-mouse-2.
17214 Bind `l' to `locate-do-redisplay'.
17215 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17216 (locate-mouse-view-file, locate-tags, locate-find-directory):
17217 Print message if used outside main listing.
17218 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17219 Various changes to support inserted subdirectories.
17220 (locate-insert-header): Change header of *Locate* buffer.
17221
17222 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17223 Change interactive default switches.
17224 (dired-rename-subdir-2): Update `dired-switches-alist'.
17225 (dired-insert-subdir, dired-kill-subdir):
17226 Handle `dired-switches-alist'. Do not mark buffer modified.
17227 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17228 (dired-insert-subdir-doinsert): Omit messages.
17229 Handle `dired-subdir-switches'.
17230 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17231
17232 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17233 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17234 subdirs if -R switch is used for a subdir.
17235 (dired-mode): Set `dired-switches-alist'.
17236 (dired-build-subdir-alist): Only print number of directories in
17237 echo area when invoked interactively.
17238
17239 2004-06-05 Lars Hansen <larsh@math.ku.dk>
17240
17241 * dired-x.el (dired-omit-mode): Rename from
17242 dired-omit-files-p. Use define-minor-mode to define it.
17243 (dired-omit-files-p): Add as alias for dired-omit-mode.
17244 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
17245 dired-mark-omitted.
17246 (dired-mark-omitted): Add. Bind to M-O.
17247
17248 2004-06-05 Kenichi Handa <handa@m17n.org>
17249
17250 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17251
17252 2004-06-05 Juanma Barranquero <lektu@terra.es>
17253
17254 * help-fns.el (help-argument-name): Reintroduce face.
17255 (help-default-arg-highlight): Use it, now that
17256 `face-differs-from-default-p' can be trusted.
17257
17258 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17259
17260 * textmodes/table.el: Sentence commands added to Point Motion
17261 group; kill and backward-kill commands added to Extraction group.
17262
17263 2004-06-04 Mario Lang <mlang@delysid.org>
17264
17265 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17266 systems appear to use mW, make the code handle this. Fix a
17267 division-by-zero bug while at it, and handle kernels with
17268 a slightly different layout in /proc/acpi.
17269
17270 2004-06-04 Karl Fogel <kfogel@red-bean.com>
17271
17272 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17273 because the latter is a CL-ism. This fixes the bug reported by
17274 Shawn Boyette <mdxi@collapsar.net> in
17275 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17276
17277 2004-06-04 Miles Bader <miles@gnu.org>
17278
17279 * faces.el (display-supports-face-attributes-p): Function moved to
17280 C code. Previously only the tty-related portion of this function
17281 was done in C; however the previous attempt to do a halfway-proper
17282 job for non-tty displays in lisp didn't work properly because of
17283 funny conditions during Emacs startup.
17284 (face-differs-from-default-p): Simplify, now that
17285 display-supports-face-attributes-p works properly on all display
17286 types. Remove :stipple from comparison; it doesn't really work
17287 in emacs anyway.
17288
17289 2004-06-04 Miles Bader <miles@gnu.org>
17290
17291 * faces.el (face-differs-from-default-p): Use a different
17292 implementation, so we can really check whether FACE displays
17293 differently or not.
17294
17295 2004-06-04 Miles Bader <miles@gnu.org>
17296
17297 * faces.el (display-supports-face-attributes-p): Implement a
17298 `different from default' check for non-tty displays.
17299
17300 2004-06-03 David Kastrup <dak@gnu.org>
17301
17302 * woman.el (woman-mapcan): More concise code.
17303 (woman-topic-all-completions, woman-topic-all-completions-1)
17304 (woman-topic-all-completions-merge): Replace by a simpler and
17305 much faster implementation based on O(n log n) sort/merge instead
17306 of the old O(n^2) behavior.
17307
17308 2004-06-03 Miles Bader <miles@gnu.org>
17309
17310 * subr.el (read-number): Use canonical format for default in prompt.
17311
17312 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17313 Add regexp for " [...]" style defaults.
17314
17315 2004-06-02 Romain Francoise <romain@orebokech.com>
17316
17317 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17318 groups: if the user asks for a hidden buffer, open the
17319 corresponding filter group to expose it.
17320
17321 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17322 `ibuffer-jump-to-buffer'.
17323 (ibuffer-jump-offer-only-visible-buffers): New user option.
17324
17325 2004-06-02 Juanma Barranquero <lektu@terra.es>
17326
17327 * faces.el (frame-update-faces): Add empty docstring so the one
17328 for `ignore' doesn't show through.
17329
17330 * subr.el (process-kill-without-query): Remove spurious "\n" on
17331 obsolescence string.
17332 (focus-frame, unfocus-frame): Add obsolescence declaration and
17333 empty docstring.
17334
17335 * international/mule.el (register-char-codings): Make alias for
17336 `ignore'. Move docstring to obsolescence info and remove redundancy.
17337
17338 2004-06-02 Kim F. Storm <storm@cua.dk>
17339
17340 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17341 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17342
17343 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * comint.el (comint-replace-by-expanded-history-before-point):
17346 Obey `start' as the docstring says.
17347 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17348 (comint-update-fence): Prevent font-lock from running unnecessarily.
17349 (comint-dynamic-list-completions): Use with-current-buffer.
17350
17351 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17352
17353 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17354 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17355 (bibtex-entry-update): Handle alternatives and optional fields.
17356 (bibtex-parse-entry): Bugfix, handle empty key.
17357
17358 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17359
17360 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17361
17362 2004-05-31 Lars Hansen <larsh@math.ku.dk>
17363
17364 * desktop.el (desktop-save): Don't save minor modes without a
17365 known mode initialization function.
17366
17367 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17368
17369 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17370
17371 * autorevert.el: Update `Commentary' section.
17372
17373 2004-05-30 Juanma Barranquero <lektu@terra.es>
17374
17375 * dos-fns.el (convert-standard-filename):
17376 * files.el (convert-standard-filename):
17377 * w32-fns.el (convert-standard-filename):
17378 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17379
17380 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17381
17382 Sync with Tramp.
17383
17384 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17385 (tramp-let-maybe): Move to an earlier spot in the file.
17386 Patch by Andreas Schwab.
17387
17388 2004-05-30 Andreas Schwab <schwab@suse.de>
17389
17390 * dired.el (dired-get-filename): Don't use dired-re-dot.
17391
17392 2004-05-30 Richard M. Stallman <rms@gnu.org>
17393
17394 * files.el (find-file): Doc fix.
17395
17396 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17397
17398 2004-05-30 Nick Roberts <nickrob@gnu.org>
17399
17400 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17401 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17402 modeline of the locals buffer.
17403 (gdb-goto-breakpoint): Handle gdbmi.
17404 (gdb-get-frame-number): Change for gdbmi.
17405
17406 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
17407
17408 * files.el (file-remote-p): Apply file name handler for operation
17409 `file-remote-p'. It isn't a property any longer.
17410 (file-relative-name): `fh' and `fd' get the required value via
17411 `find-file-name-handler' already.
17412
17413 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17414 (top): Remove setting of `file-remote-p' property for
17415 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17416
17417 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17418
17419 Version 2.0.41 of Tramp released.
17420
17421 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17422 Throw away if process has died.
17423 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17424 (tramp-out-of-band-prompt-regexp): Rename to
17425 `tramp-process-alive-regexp', because its usage is widen.
17426 (tramp-actions-copy-out-of-band): Apply it.
17427 (tramp-actions-before-shell, tramp-multi-actions):
17428 Add `tramp-action-process-alive' action.
17429 (tramp-action-process-alive): New defun.
17430 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17431 Add entry for `file-remote-p'.
17432 (tramp-handle-file-remote-p): New defun.
17433 (top): Remove setting of `file-remote-p'. Don't set
17434 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17435
17436 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17437 `file-remote-p'.
17438
17439 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17440 counted for (last) line. [They should or they shouldn't? --Stef]
17441 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17442
17443 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17444
17445 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17446 not really necessary but seems to keep the shell history smaller
17447 in some cases. It is no substitute for setting HISTFILE and
17448 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17449 though. Suggested by Luc Teirlinck.
17450 (tramp-open-connection-setup-interactive-shell): Export variables
17451 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17452 (tramp-set-process-query-on-exit-flag): New compat function.
17453 (tramp-open-connection-multi, tramp-open-connection-su)
17454 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17455 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17456 (tramp-let-maybe): New macro, let-binds a variable only if it
17457 isn't obsolete.
17458 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17459 (tramp-handle-file-truename): Use it.
17460 (tramp-completion-file-name-regexp-unified): Avoid matching
17461 filenames starting with "/:" -- those are reserved for
17462 file-name-non-special.
17463
17464 * tramp-smb.el (tramp-smb-open-connection):
17465 Use tramp-set-process-query-on-exit-flag compat function.
17466
17467 2004-05-29 Richard M. Stallman <rms@gnu.org>
17468
17469 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17470
17471 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17472 (eval-last-sexp-print-value): Print char equivalent regardless
17473 of standard-output value.
17474
17475 * thumbs.el (thumbs-subst-char-in-string): Delete.
17476 (thumbs-thumbname): Use subst-char-in-string.
17477 (thumbs-resize-image): Use condition-case, not ignore-errors.
17478 (thumbs-kill-buffer): Likewise.
17479
17480 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17481 (thumbs-mode): Make buffer read-only.
17482 (thumbs-make-thumb): Unconditionally accept an existing file.
17483 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17484 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17485 (thumbs-show-thumbs-list): Error if images not supported.
17486 (thumbs-save-current-image): Improve prompt string.
17487 (thumbs-mode-map): Define u, R, x.
17488 (thumbs-unmark): New command.
17489 (thumbs-emboss-image): Minor cleanup.
17490 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17491 (thumbs-rename-images): New command.
17492 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17493
17494 * thumbs.el (thumbs-current-image): New function.
17495 (thumbs-file-list, thumbs-file-alist): New functions.
17496 (thumbs-find-image): Delete arg L.
17497 Don't set up thumbs-fileL as buffer-local global var.
17498 (thumbs-find-image-at-point): Use thumbs-current-image.
17499 (thumbs-set-image-at-point-to-root-window): Likewise.
17500 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17501 Record and warn about errors. Update thumbs-markedL for deletions.
17502 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17503 (thumbs-redraw-buffer): Use thumbs-file-list.
17504 (thumbs-mark): Use thumbs-current-image.
17505 (thumbs-show-name): Use thumbs-current-image.
17506
17507 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17508 and imenu--last-menubar-index-alist.
17509
17510 * subr.el (with-selected-window): Undo previous change.
17511
17512 2004-05-29 John Paul Wallington <jpw@gnu.org>
17513
17514 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17515 (thumbs-mouse-find-image): New command.
17516 (thumbs-mode-map): Bind it to mouse-2.
17517 (thumbs-mode): Make mode-class special.
17518 (thumbs-view-image-mode): Likewise.
17519
17520 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17521
17522 * flymake.el: New file.
17523
17524 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17525
17526 * files.el (find-file-noselect-1): Do not bind
17527 `inhibit-read-only' to t during execution of
17528 `find-file-not-found-functions'.
17529
17530 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17533 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17534
17535 2004-05-28 Juri Linkov <juri@jurta.org>
17536
17537 * simple.el (eval-expression-print-format): New fun.
17538
17539 * simple.el (eval-expression):
17540 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17541 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17542 (edebug-eval-expression): Print additionally the value returned by
17543 `eval-expression-print-format'.
17544
17545 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17546 (insert-pair): Make arguments optional. Find character pair
17547 from `insert-pair-alist' according to the last input event.
17548 (insert-parentheses): Make arguments optional.
17549 (raise-sexp, delete-pair): New funs.
17550
17551 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17552 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17553 Bind C-M-q to `indent-pp-sexp'.
17554
17555 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17556 `pp-to-string' modified to be able to format text with newlines.
17557 (pp-to-string): Move the buffer-formatting part of the code to
17558 `pp-buffer'. Call `pp-buffer'.
17559
17560 * info.el (Info-desktop-buffer-misc-data): Don't save information
17561 about virtual files.
17562 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17563 buffers with names obtained from the desktop file instead of the
17564 default *info* buffer.
17565
17566 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * subr.el (with-selected-window): Only save/restore the selected
17569 window.
17570
17571 * progmodes/compile.el (compilation-error-regexp-alist):
17572 Use expand-file-name and data-directory.
17573
17574 * progmodes/grep.el (grep-tree): Rework previous fix.
17575
17576 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17577 after the user marked text with the mouse.
17578
17579 * startup.el (command-line): Keep the first regexp of
17580 auto-save-file-name-transforms intact.
17581
17582 2004-05-28 Juanma Barranquero <lektu@terra.es>
17583
17584 * cus-edit.el (customize-face, customize-face-other-window)
17585 (custom-face-edit-delete): Make arguments match their use in
17586 docstring.
17587 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17588 docstring.
17589
17590 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17591 not `cvs-butlast'.
17592
17593 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17594 `nbutlast' are in subr.el).
17595
17596 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17597 (set-w32-system-coding-system): Doc fixes.
17598
17599 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17600 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17601 Make arguments match their use in docstring.
17602 (artist-draw-region-trim-line-endings)
17603 (artist-mouse-choose-operation): Fix typo in docstring.
17604 (artist-key-set-point-common): Doc fix.
17605
17606 2004-05-28 Simon Josefsson <jas@extundo.com>
17607
17608 * mail/smtpmail.el (smtpmail-open-stream):
17609 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17610
17611 2004-05-26 Simon Josefsson <jas@extundo.com>
17612
17613 * starttls.el: Merge with my GNUTLS based starttls.el.
17614 (starttls-gnutls-program, starttls-use-gnutls)
17615 (starttls-extra-arguments, starttls-process-connection-type)
17616 (starttls-connect, starttls-failure, starttls-success): New variables.
17617 (starttls-program, starttls-extra-args): Doc fix.
17618 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17619 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17620 and pass on to corresponding *-gnutls function if it is set.
17621
17622 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17623
17624 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17625 remote files.
17626
17627 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17628
17629 * files.el (file-name-non-special): There are more operations
17630 which need handling: `find-backup-file-name',
17631 `insert-file-contents', `verify-visited-file-modtime',
17632 `write-region'. Rename t value of method to `add'. Add new
17633 methods `quote' and `unquote-then-quote' to file-arg-indices.
17634
17635 2004-05-25 Juri Linkov <juri@jurta.org>
17636
17637 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17638 (Info-index-nodes): Enclose code in condition-case to catch errors.
17639 (Info-index-node): Don't search all index nodes if request is only
17640 for the current node and file is not in the cache of index nodes.
17641 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17642 for consistency with dired-copy-filename-as-kill.
17643 Bind `S' to Info-search-case-sensitively.
17644 (Info-copy-current-node-name): New arg. With zero prefix arg put
17645 the name inside a function call to `info'. Display copied text in
17646 the echo area.
17647
17648 2004-05-25 Sam Steingold <sds@gnu.org>
17649
17650 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17651 strip the package prefix from the symbol name, if any.
17652 Make it the `find-tag-default-function' for `lisp-mode'.
17653
17654 2004-05-25 John Paul Wallington <jpw@gnu.org>
17655
17656 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17657 instead of obsolete `process-kill-without-query'.
17658
17659 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17660 Declare as variable, not constant.
17661
17662 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17663
17664 * files.el (find-file-noselect-1): Fix bug introduced by
17665 Revision 1.694. As a side effect, `inhibit-read-only'
17666 is again, by default, t during execution of
17667 `find-file-not-found-functions'.
17668 (insert-directory): Check that lines were really inserted by
17669 the --dired switch, before erasing them.
17670
17671 2004-05-24 Nick Roberts <nickrob@gnu.org>
17672
17673 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17674 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17675 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17676 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17677 gud-minor-mode (gdbmi).
17678
17679 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17680
17681 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17682 explicitly select the text to be taken as URL.
17683
17684 2004-05-23 Juri Linkov <juri@jurta.org>
17685
17686 * info.el (Info-index-nodes): New var and fun.
17687 (Info-goto-index, Info-index, info-apropos)
17688 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17689 (Info-index): Fix docstring. Store and restore Info-history-list.
17690 (Info-complete-nodes): New var.
17691 (Info-complete-menu-item): Use it.
17692 (Info-index-node): New fun.
17693 (Info-final-node, Info-forward-node, Info-backward-node)
17694 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17695 Use Info-index-node.
17696 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17697 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17698 (Info-find-node-2): If a node with period in its name not found,
17699 try to find a node without the name part after period.
17700 (Info-select-node): Call Info-fontify-node only if
17701 Info-fontify-maximum-menu-size is not nil.
17702 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17703 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17704 Preserve Info-history-list.
17705 (Info-toc): Set Info-current-file.
17706 (Info-build-toc): Move point to the beginning of the buffer.
17707 Add main-file variable.
17708 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17709 Use backslashed representation of the control character ^_.
17710
17711 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17712 numbers in the new Texinfo 4.7 format.
17713
17714 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17715 regexps for function and variable names.
17716
17717 * descr-text.el (describe-property-list): Add [show] button for
17718 `syntax-table' property with action to pp to a separate buffer.
17719 (describe-char): Replace search-forward by re-search-forward with
17720 whitespace regexp after "character:" to not fail in too narrow windows.
17721
17722 * simple.el (next-error-find-buffer): Add a rule to return
17723 next-error capable buffer if one window on the selected frame
17724 displays such buffer.
17725
17726 2004-05-23 Nick Roberts <nickrob@gnu.org>
17727
17728 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17729 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17730 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17731 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17732 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17733 Handle new value for gud-minor-mode (gdbmi).
17734 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17735 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17736 Change from local to global gdb variable set.
17737 (gdb-ann3): Initialize above gdb variable set.
17738 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17739 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17740 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17741 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17742 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17743 (gdb-info-locals-handler, gdb-invalidate-assembler)
17744 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17745 set as global variables.
17746 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17747 Handle gdbmi.
17748 (gdb-info-breakpoints-custom): Fix regexp.
17749 (def-gdb-var): Delete.
17750
17751 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17752 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17753 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17754 a new mode. The file (gdb-mi.el) for this mode will be included
17755 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17756 primary interface.
17757
17758 2004-05-23 Jesper Harder <harder@ifa.au.dk>
17759
17760 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17761 interpreted as a directory.
17762
17763 2004-05-22 Richard M. Stallman <rms@gnu.org>
17764
17765 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17766 as a close quote.
17767
17768 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17769
17770 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17771 Use assoc-string, not assoc-ignore-case.
17772
17773 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17774
17775 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17776 If moving back then fwd gets a defun that ends before point,
17777 try again moving fwd then back.
17778
17779 * files.el (file-name-non-special): Allow t in file-arg-indices
17780 to mean requote the return value. Use `identity' as an element
17781 rather than as the whole value.
17782
17783 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17784
17785 2004-05-22 Juanma Barranquero <lektu@terra.es>
17786
17787 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17788 `help-make-usage'.
17789 (help-highlight-arguments): Skip function name before searching
17790 for arguments.
17791
17792 2004-05-21 Juanma Barranquero <lektu@terra.es>
17793
17794 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17795 Don't mention in the docstring these arguments meant for
17796 internal (recursive) use only.
17797 (allout-char-spec): Comment out (it's not implemented).
17798 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17799 obsolescence declaration.
17800 (allout-flatten-exposed-to-buffer)
17801 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17802 (my-mark-marker): Doc fix.
17803 (produce-allout-mode-map, allout-sibling-index)
17804 (allout-isearch-expose, allout-distinctive-bullet)
17805 (allout-open-topic, allout-reindent-body)
17806 (allout-rebullet-heading, allout-process-exposed)
17807 (allout-insert-listified, allout-latex-verb-quote)
17808 (allout-insert-latex-header, allout-insert-latex-trailer):
17809 Make arguments match their use in docstring.
17810 (allout-primary-bullet, allout-old-style-prefixes)
17811 (allout-inhibit-protection, allout-init, allout-mode)
17812 (allout-before-change-protect, allout-flag-region):
17813 Use "Emacs" instead of "emacs" in docstrings.
17814
17815 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17816
17817 * international/characters.el: Modify syntax of more characters.
17818
17819 2004-05-21 Masatake YAMATO <jet@gyve.org>
17820
17821 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17822 (etags-tags-completion-table): Show parsing progress.
17823
17824 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17825
17826 * locate.el (locate-prompt-for-command): Shorten first line of
17827 docstring.
17828 (locate-mode): Expand docstring and include keymap summary.
17829
17830 * files.el (find-file-noselect-1): Limit the scope of the
17831 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17832 is, by default, nil during the execution of
17833 `find-file-not-found-functions' and `find-file-hook'.
17834
17835 2004-05-20 Michael Mauger <mmaug@yahoo.com>
17836
17837 * facemenu.el (facemenu-color-name-equal): New function.
17838 (list-colors-display): Use it to compare colors instead of
17839 facemenu-color-equal.
17840
17841 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17842
17843 * compare-w.el (compare-windows-face): Use min-colors instead of
17844 checking for tty or pc types.
17845
17846 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17847
17848 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17849 (completion-setup-function): Use with-current-buffer.
17850 Properly save excursion. Simplify.
17851 Don't assume there is necessarily a `mouse-face' property somewhere.
17852
17853 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17854
17855 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
17856
17857 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17858 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17859 Use with-current-buffer.
17860 (byte-goto-log-buffer): Delete.
17861 (byte-compile-log-file): Call compilation-forget-errors.
17862
17863 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17864
17865 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17866 output messages into the search result.
17867
17868 2004-05-19 Masatake YAMATO <jet@gyve.org>
17869
17870 * wid-edit.el (widget-radio-button-notify): Revert my last
17871 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17872
17873 2004-05-19 Kenichi Handa <handa@m17n.org>
17874
17875 * international/characters.el: Fix syntax (open/close) of CJK chars.
17876
17877 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17878
17879 * help-mode.el (help-go-back): Don't depend on position of back button.
17880
17881 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17882
17883 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17884 files don't contain an accidental additional /.
17885
17886 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17887 in source buffer.
17888
17889 2004-05-18 Masatake YAMATO <jet@gyve.org>
17890
17891 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17892 to widget-apply. :action method assumes 2 arguments, not 3.
17893
17894 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17895
17896 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17897 New constants.
17898 (hs-special-modes-alist): Add an f90-mode entry.
17899
17900 2004-05-17 Sam Steingold <sds@gnu.org>
17901
17902 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17903 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17904
17905 2004-05-16 Kim F. Storm <storm@cua.dk>
17906
17907 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17908
17909 2004-05-15 John Wiegley <johnw@newartisans.com>
17910
17911 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17912 (eshell-output-object-to-target): Improve output speed 20% by not
17913 calling `eshell-stringify' if something is already known to be a
17914 string.
17915
17916 2004-05-15 Alex Ott <ott@jet.msk.su>
17917
17918 * textmodes/ispell.el (ispell-local-dictionary-alist):
17919 Add windows-1251 to the choice of coding systems.
17920 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17921 encoded in cp1251.
17922
17923 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17924
17925 * progmodes/compile.el (compilation-warning-face)
17926 (compilation-info-face): Use min-colors.
17927
17928 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17929
17930 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17931 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17932 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17933 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17934 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17935 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17936 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17937 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17938 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17939 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17940 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17941 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17942 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17943 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17944
17945 2004-05-15 Kim F. Storm <storm@cua.dk>
17946
17947 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17948 Use it to set triggered-p element of timer.
17949 (timer-event-handler): Set triggered-p element non-nil while running
17950 the timer function.
17951
17952 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * descr-text.el (describe-char-unicode-data)
17955 (describe-char-unicodedata-file): Re-enable the unicode code now that
17956 the licensing issues have been cleared in the unicode-4 license.
17957 (describe-text-properties-1): Remove unused `overlay' var.
17958 (describe-char): Remove unused var `buffer'.
17959
17960 2004-05-14 David Ponce <david@dponce.com>
17961
17962 * tree-widget.el: New file.
17963
17964 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17965
17966 * language/european.el ("Brazilian Portuguese"): Add support for
17967 Brazilian Portuguese.
17968
17969 2004-05-13 John Wiegley <johnw@newartisans.com>
17970
17971 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17972 `recentf-mode' if this variable has been customized to t.
17973
17974 * eshell/esh-test.el (eshell-test): Call the function
17975 `emacs-version' rather than trying to build a custom version string.
17976
17977 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * net/telnet.el (telnet-mode): Use define-derived-mode.
17980 Don't modify the global value of comint-prompt-regexp.
17981
17982 2004-05-13 John Paul Wallington <jpw@gnu.org>
17983
17984 * version.el (emacs-version): Check for `gtk' feature before
17985 `x-toolkit' feature.
17986
17987 2004-05-13 Juanma Barranquero <lektu@terra.es>
17988
17989 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17990 arguments in the docstring, they're used only in recursive calls.
17991
17992 * help-fns.el (help-arg-highlighting-function)
17993 (help-argument-name): Delete.
17994 (help-default-arg-highlight): New function.
17995 (help-do-arg-highlighting): Use it.
17996
17997 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17998
17999 * calendar/appt.el (appt-disp-window):
18000 Use `calendar-set-mode-line' for a centered mode-line.
18001
18002 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18003
18004 * calendar/appt.el (appt-disp-window): Do not split window
18005 excessively when `split-height-threshold' is low.
18006
18007 2004-05-12 Nick Roberts <nickrob@gnu.org>
18008
18009 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18010 kill-buffer-hook here and make it local.
18011 (gud-kill-buffer-hook): Use kill-process for a sure kill.
18012
18013 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
18014
18015 * progmodes/compile.el (compilation-set-window-height):
18016 Use save-excursion to protect against misplaced marker.
18017
18018 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18019
18020 * custom.el (defface): Document that type can have value gtk.
18021
18022 * faces.el (face-spec-set-match-display): Handle type gtk in display.
18023
18024 2004-05-12 Kenichi Handa <handa@m17n.org>
18025
18026 * descr-text.el: Require quail at compile time.
18027 (describe-char): If an input method is on and it supports the
18028 character, show how to input it.
18029
18030 * international/quail.el (quail-install-decode-map): Accept a
18031 char-table whose subtype is `quail-decode-map'.
18032 (quail-store-decode-map-key, quail-gen-decode-map1)
18033 (quail-gen-decode-map, quail-find-key1, quail-find-key)
18034 (quail-show-key): New functions.
18035
18036 2004-05-12 Juanma Barranquero <lektu@terra.es>
18037
18038 * generic.el (define-generic-mode): Remove redundant arglist info.
18039
18040 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18041 Make arguments match their use in docstring.
18042 (help-arg-highlighting-function): New variable.
18043 (help-argument-name): Mention it in the docstring.
18044 (help-do-arg-highlight): Use it. Expand regexp to accept also
18045 ARG-xxx and xxx-ARG references.
18046
18047 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18048
18049 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18050 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18051 and "mailto:addr1?to=addr2" equal.
18052
18053 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18054
18055 * man.el (Man-getpage-in-background): Use shell-file-name
18056 and shell-command-switch variables instead of hard-coded values.
18057
18058 2004-05-11 Eli Zaretskii <eliz@gnu.org>
18059
18060 * iimage.el: New file.
18061
18062 2004-05-11 Juanma Barranquero <lektu@terra.es>
18063
18064 * custom.el (custom-initialize-default, defcustom):
18065 Fix typo in docstring.
18066
18067 * files.el (set-visited-file-name, file-expand-wildcards):
18068 Fix docstring.
18069
18070 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18073
18074 * subr.el (eventp): Be more discriminating with integers.
18075
18076 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
18077
18078 * progmodes/compile.el (compile): Add universal prefix arg.
18079 (compilation-error-regexp-alist-alist): Add edg patterns.
18080
18081 2004-05-10 Sam Steingold <sds@gnu.org>
18082
18083 * textmodes/ispell.el (ispell-message):
18084 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18085
18086 2004-05-10 Dave Love <fx@gnu.org>
18087
18088 * progmodes/python.el (help-buffer): Autoload when compiling.
18089 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18090 (run-python): Prepend to any existing PYTHONPATH.
18091
18092 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
18093
18094 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18095 for pending breakpoints.
18096
18097 2004-05-10 Richard M. Stallman <rms@gnu.org>
18098
18099 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
18100 directly without calling any functions in Rmail.
18101 (unrmail-unprune): Function deleted.
18102
18103 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18106 C-c C-z binding.
18107
18108 2004-05-10 Kenichi Handa <handa@m17n.org>
18109
18110 * descr-text.el (describe-char): Fix previous change. Don't make
18111 a unibyte character to multibyte in the *Help* buffer.
18112
18113 2004-05-10 Miles Bader <miles@gnu.org>
18114
18115 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18116 buffer an error if the debugger process is actually running.
18117
18118 2004-05-10 Juanma Barranquero <lektu@terra.es>
18119
18120 * help-fns.el (help-argument-name): Default to italic.
18121 (help-highlight-arguments): Return always (usage . doc), even when
18122 usage is nil.
18123
18124 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18125 (define-ibuffer-filter): Add usage info.
18126 (define-ibuffer-op): Add usage info (but CL-style defaults for
18127 keyword args are not shown).
18128
18129 * subr.el (remove-overlays, read-passwd): Fix docstring.
18130 (start-process-shell-command): Fix docstring. Put usage info in a
18131 format usable by `describe-function'.
18132 (open-network-stream, open-network-stream-nowait)
18133 (open-network-stream-server): Fix docstring.
18134
18135 2004-05-09 Jason Rumney <jasonr@gnu.org>
18136
18137 * international/code-pages (cp932, cp936, cp949, c950): Remove.
18138 Only define cp125* if windows-125* is already defined.
18139
18140 * language/korean.el (cp949): Add alias.
18141
18142 * language/chinese.el (cp936, cp950): Add aliases.
18143
18144 * language/japanese.el (cp932): Add alias.
18145
18146 * term/w32-win.el: Require code-pages.
18147
18148 * international/mule-cmds.el (set-locale-environment):
18149 On MS-Windows use ansi code-page for default coding-systems.
18150 Set up paper sizes for Windows 3 letter languages.
18151
18152 * international/code-pages.el (cp932, cp936, cp949, cp950):
18153 Add aliases. Also add cp125* if not already defined.
18154
18155 2004-05-09 Juanma Barranquero <lektu@terra.es>
18156
18157 * help-fns.el (help-highlight-arguments): Don't try to highlight
18158 missing or autoloaded arglists. Accept structured arguments, like
18159 the first ones of `do' and `flet'.
18160
18161 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18162 (cvs-get-marked): Remove redundant arglist info.
18163
18164 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18165 Don't use CL-style default args.
18166
18167 2004-05-08 Andreas Schwab <schwab@suse.de>
18168
18169 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18170
18171 * international/subst-ksc.el: Fix references to utf-translate-cjk
18172 into utf-translate-cjk-mode.
18173 * international/subst-big5.el: Likewise.
18174 * international/subst-gb2312.el: Likewise.
18175 * international/subst-jis.el: Likewise.
18176 * international/utf-16.el: Likewise.
18177 * international/utf-8.el: Likewise.
18178
18179 2004-05-08 John Wiegley <johnw@newartisans.com>
18180
18181 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18182 "virtual buffers" (off by default), which makes it possible to
18183 switch to the "virtual" buffers of recently visited files. When a
18184 buffer name search fails, and this option is on, iswitchb will
18185 look at the list of recently visited files, and permit matching
18186 against those names. When the user hits RET on a match, it will
18187 revisit that file.
18188 (iswitchb-read-buffer): Add two optional arguments, which makes
18189 isearchb.el possible.
18190 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18191 (iswitchb-next-match): Add support for virtual buffers.
18192
18193 * isearchb.el: This module extends iswitchb to provide "as you
18194 type" buffer selection.
18195
18196 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18197 Ignore the read-only property when flyspell highlighting is on.
18198 Not ignoring it leads to a series of confusing errors.
18199 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18200 but also make sure to call flyspell-incorrect-hook.
18201 (flyspell-maybe-correct-transposition): Perform transposition test
18202 by bit twiddling a string, rather than using a temp buffer.
18203 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18204 buffer. This is also the original version of the code, which
18205 could not be checked in before due to a previous lack of
18206 assignment papers. This version has seen heavy usage on my system
18207 for several years now.
18208
18209 * calendar/cal-bahai.el: New file, which adds support for the
18210 Baha'i calendar to Emacs. This calendar is based on a solar year
18211 of 19 months of 19 days, with 4 intercalary days. Each year
18212 begins on March 21, with the calendar starting in 1844.
18213
18214 * calendar/cal-menu.el, calendar/calendar.el
18215 * calendar/diary-lib.el, calendar/holidays.el:
18216 Added support for using cal-bahai.el.
18217
18218 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18219 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18220 function can be used outside of eshell buffers.
18221 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18222
18223 2004-05-08 Juanma Barranquero <lektu@terra.es>
18224
18225 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18226 word constituent so FOO-ARG is not recognized as an arg.
18227 (help-highlight-arguments): Don't skip lists in mandatory arguments.
18228
18229 * simple.el (next-error): Fix typo in docstring.
18230 (open-line): Make argument names match their use in docstring.
18231 (split-line): Fix docstring.
18232
18233 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18234 usable by `describe-function'.
18235 (gensym, gentemp, typep, ignore-errors): Make argument names match
18236 their use in docstring.
18237
18238 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18239 argument to `help-setup-xref'.
18240
18241 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
18242
18243 Version 2.0.40 of Tramp released.
18244
18245 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18246 Use symbol-function to invoke functions only known on some Emacs
18247 flavors. This avoids byte-compiler warnings. Reported by Kevin
18248 Scaldeferri <kevin@scaldeferri.com>.
18249 (tramp-do-copy-or-rename-file-via-buffer): Rename from
18250 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18251 consistent with the other tramp-do-* functions.
18252 (tramp-do-copy-or-rename-file): Calls adjusted.
18253 (tramp-process-initial-commands): Avoid liveness check on shell --
18254 we know that it must be alive since we're opening a connection at
18255 this moment.
18256 (tramp-last-cmd): New internal variable.
18257 (tramp-process-echoes): New tunable.
18258 (tramp-send-command): Set tramp-last-cmd.
18259 (tramp-wait-for-output): Delete echo, if applicable.
18260 (tramp-read-passwd): Construct the key for the password cache in a
18261 way that works for multi methods, too.
18262 (tramp-bug): Add backup-directory-alist and
18263 bkup-backup-directory-info to bug reports, with Tramp counterparts.
18264
18265 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
18266
18267 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18268
18269 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18270 (tramp-actions-copy-out-of-band): New defcustoms.
18271 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18272 used instead of a synchronous one. Allows password entering.
18273 (tramp-action-out-of-band): New defun.
18274 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18275 Remove restriction with password from doc string.
18276 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18277 `tramp-out-of-band-prompt-regexp',
18278 `tramp-actions-copy-out-of-band', `password-cache' and
18279 `password-cache-expiry'.
18280 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18281 password caching.
18282 (tramp-touch): FILE can be a local file, too.
18283 (TODO): Remove items done.
18284 (tramp-handle-insert-directory): Properly quote file name also if
18285 not full-directory-p. Handle wildcard case. Reported by Andreas
18286 Schwab <schwab@suse.de>.
18287 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18288 new file.
18289 (tramp-handle-file-local-copy, tramp-handle-write-region):
18290 The permissions of the temporary file are set if filename exists.
18291 Reported by Ted Stern <stern@cray.com>.
18292 (tramp-backup-directory-alist)
18293 (tramp-bkup-backup-directory-info): New defcustoms.
18294 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18295 (tramp-handle-find-backup-file-name): New function.
18296 Implements Tramp's find-backup-file-name.
18297
18298 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18299 for `find-backup-file-name'.
18300
18301 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18302 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18303
18304 2004-05-07 Lars Hansen <larsh@math.ku.dk>
18305
18306 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18307
18308 2004-05-07 Juanma Barranquero <lektu@terra.es>
18309
18310 * subr.el (lambda): Add arglist description to docstring.
18311 (declare): Fix typo in docstring.
18312 (open-network-stream): Fix docstring.
18313 (process-kill-without-query): Fix docstring and add obsolescence info.
18314 (last, butlast, nbutlast): Make arguments match their use in docstring.
18315 (insert-buffer-substring-no-properties): Likewise.
18316 (insert-buffer-substring-as-yank): Likewise.
18317 (split-string): Fix docstring.
18318
18319 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18320 Make argument names match their use in docstring.
18321
18322 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18323
18324 2004-05-06 Nick Roberts <nickrob@gnu.org>
18325
18326 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18327 Fit first sentence on one line for apropos-command.
18328
18329 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 Changes largely merged in from Dave Love's code.
18332 * progmodes/python.el: Doc fixes.
18333 (python-mode-map): Add python-complete-symbol.
18334 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18335 (python-comment-indent, python-complete-symbol)
18336 (python-symbol-completions, python-partial-symbol)
18337 (python-try-complete): New.
18338 (python-indent-line): Remove optional arg. Use python-block-end-p.
18339 (python-check): Bind compilation-error-regexp-alist.
18340 (inferior-python-mode): Use rx. Move keybindings to top level.
18341 Set comint-input-filter.
18342 (python-preoutput-filter): Use rx.
18343 (python-input-filter): Re-introduce.
18344 (python-proc): Start new process if necessary.
18345 Check python-buffer non-nil.
18346 (view-return-to-alist): Defvar.
18347 (python-send-receive): New.
18348 (python-eldoc-function): Use it.
18349 (python-mode-running): Don't defvar.
18350 (python-mode): Set comment-indent-function.
18351 Maybe update hippie-expand-try-functions-list.
18352 (python-indentation-levels): Initialize differently.
18353 (python-block-end-p): New.
18354 (python-indent-line): Use it.
18355 (python-compilation-regexp-alist): Augment.
18356 (run-python): Import `emacs' module to Python rather than loading
18357 code directly. Set python-buffer differently.
18358 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18359 Use python-proc.
18360 (python-send-command): Go to end of comint buffer.
18361 (python-load-file): Use python-proc, emacs.eimport.
18362 (python-describe-symbol): Simplify interactive form.
18363 Use emacs.help. Do use temp-buffer-show-hook.
18364 Call print-help-return-message.
18365 (hippie-exp): Require when compiling.
18366 (python-preoutput-continuation): Use rx.
18367
18368 * diff-mode.el (diff-make-unified): Fix regexp.
18369
18370 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18371
18372 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18373 filter groups from the buffer when rebuilding the Ibuffer buffer
18374 and `ibuffer-show-empty-filter-groups' is nil.
18375
18376 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18377
18378 * ps-print.el (ps-print-quote): Call ps-value-string.
18379 (ps-setup): Call ps-comment-string.
18380 (ps-value-string, ps-comment-string): New funs.
18381
18382 2004-05-06 Juanma Barranquero <lektu@terra.es>
18383
18384 * ehelp.el (electric-help-command-loop): Check whether the last
18385 character is visible, not (point-max).
18386
18387 * help-fns.el (help-argument-name): Default to bold; don't inherit
18388 from font-lock-variable-name-face.
18389 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18390
18391 2004-05-05 Kenichi Handa <handa@m17n.org>
18392
18393 * descr-text.el (describe-char): Copy the character with text
18394 properties and overlays into the first line, and call
18395 describe-text-properties on it.
18396
18397 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18398
18399 * iswitchb.el (iswitchb-global-map): Fix typo.
18400 Remove unwanted ###autoloads from source file.
18401
18402 2004-05-05 Lars Hansen <larsh@math.ku.dk>
18403
18404 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18405 in run-hooks. Use substitute-command-keys in message.
18406 (wdired-abort-changes): Add message.
18407
18408 2004-05-03 Michael Mauger <mmaug@yahoo.com>
18409
18410 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18411 (sql-emacs20-p): Remove.
18412 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18413 (sql-builtin-face, sql-doc-face): Remove.
18414 (sql-mode-ansi-font-lock-keywords)
18415 (sql-mode-oracle-font-lock-keywords)
18416 (sql-mode-postgres-font-lock-keywords)
18417 (sql-mode-linter-font-lock-keywords)
18418 (sql-mode-ms-font-lock-keywords)
18419 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18420 (sql-product-font-lock): Fix font-lock reset when font rules change.
18421 (sql-highlight-product): Remove incorrect font-lock reset logic.
18422
18423 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18424
18425 * ses.el (ses-set-parameter): Fix typo.
18426
18427 2004-05-04 Kim F. Storm <storm@cua.dk>
18428
18429 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18430 Must expand directory for completion to work; and don't mess with
18431 process-environment.
18432 (ido-read-file-name): If command has ido property, don't use ido
18433 if value is ignore, or read as directory if value is dir.
18434 Set ido ignore property for dired-do-rename command.
18435
18436 2004-05-04 Juanma Barranquero <lektu@terra.es>
18437
18438 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18439 (electric-help-help): Check against unmapped commands.
18440
18441 * help-fns.el (help-argument-name): New face, inheriting from
18442 font-lock-variable-name-face, to highlight function arguments in
18443 `describe-function' and `describe-key'.
18444 (help-do-arg-highlight): Auxiliary function to highlight a given
18445 list of arguments in a string.
18446 (help-highlight-arguments): Highlight the function arguments and
18447 all uses of them in the docstring.
18448 (describe-function-1): Use it. Do docstring output via `insert',
18449 not 'princ', so text attributes are preserved.
18450
18451 * winner.el (winner-mode-map): Move `winner-undo' and
18452 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18453 previous bindings conflict with `prev-buffer', `next-buffer').
18454
18455 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18456
18457 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18458 (bibtex-entry-update): New command bound to C-c C-u.
18459 (bibtex-text-in-string): Fix regexp.
18460 (bibtex-assoc-of-regexp): Remove.
18461 (bibtex-progress-message): Fix docstring.
18462 (bibtex-inside-field): Use if.
18463 (bibtex-assoc-regexp): New function.
18464 (bibtex-format-entry): Make code more robust so that it formats
18465 also old entries.
18466 (bibtex-autokey-demangle-title): Merge with obsolete function
18467 bibtex-assoc-of-regexp.
18468 (bibtex-field-list): New function.
18469 (bibtex-entry): Use bibtex-field-list.
18470 (bibtex-parse-entry): Fix docstring.
18471 (bibtex-print-help-message): Use bibtex-field-list.
18472 (bibtex-make-field): Use bibtex-field-list.
18473 (bibtex-entry-index): Bugfix. Return crossref key if required.
18474 (bibtex-lessp): Fix docstring.
18475
18476 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18477
18478 * select.el (xselect-convert-to-string): Move comment to intended line.
18479
18480 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18481
18482 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18483 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18484
18485 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18486
18487 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18488 x-get-selection.
18489
18490 2004-05-03 Jason Rumney <jasonr@gnu.org>
18491
18492 * makefile.nt: Remove.
18493
18494 2004-05-03 Kim F. Storm <storm@cua.dk>
18495
18496 * emulation/cua-base.el (cua--update-indications): Fix last change.
18497 (cua-mode): Deactivate mark when cua-mode is enabled.
18498
18499 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18500
18501 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18502
18503 2004-05-03 Nick Roberts <nickrob@gnu.org>
18504
18505 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18506 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18507 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18508 window over visible frames.
18509 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18510
18511 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18512
18513 * progmodes/compile.el (compilation-gcpro): New var.
18514 (compilation-fake-loc): Use it.
18515 (compilation-forget-errors): Reset it.
18516
18517 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18518
18519 * diff-mode.el (diff-header-face, diff-file-header-face):
18520 Use min-colors.
18521
18522 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18523
18524 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18525 (bibtex-clean-entry): Disentangle code.
18526 (bibtex-realign): New function.
18527 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18528 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18529 Remove undocumented optional arg called-by-convert-alien.
18530 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18531 for sorting instead of bibtex-sort-buffer.
18532
18533 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18534
18535 * progmodes/compile.el (compilation-start): In the
18536 no-async-subprocesses branch, call sit-for to give redisplay a
18537 chance to show the updated process status in the mode line, and
18538 fontify the buffer explicitly after the process exits.
18539
18540 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18541
18542 * progmodes/python.el (python-compilation-line-number): Remove.
18543 (python-compilation-regexp-alist): Don't use it any more.
18544 (python-orig-start, python-input-filter): Remove.
18545 (inferior-python-mode): Don't set up comint-input-filter-functions.
18546 (python-send-region): Use compilation-fake-loc.
18547
18548 * progmodes/compile.el (compilation-messages-start): New var.
18549 (compilation-mode): Don't setup next-error-function here.
18550 (compilation-setup): Set it up here instead (for minor modes as well).
18551 Make compilation-messages-start buffer local.
18552 (compilation-next-error-function): Use it.
18553 (compilation-forget-errors): Set compilation-messages-start.
18554
18555 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18556
18557 * ielm.el (ielm-prompt-read-only): Update docstring.
18558
18559 * comint.el (comint-prompt-read-only): Update docstring.
18560 (comint-update-fence, comint-kill-whole-line)
18561 (comint-kill-region): New functions.
18562
18563 * simple.el (kill-whole-line): Use "p" instead of "P" in
18564 interactive form.
18565
18566 2004-05-01 Juanma Barranquero <lektu@terra.es>
18567
18568 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18569 format arglist so default values in CL-style argument lists are
18570 correctly shown.
18571
18572 2004-05-01 Jason Rumney <jasonr@gnu.org>
18573
18574 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18575
18576 2004-05-01 Kenichi Handa <handa@m17n.org>
18577
18578 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18579 quail file if it is up to date.
18580
18581 2004-04-30 Juri Linkov <juri@jurta.org>
18582
18583 * cus-edit.el (custom-mode-map):
18584 Add key binding `C-x C-s' to `Custom-save'.
18585
18586 * outline.el (outline-blank-line): New var.
18587 (outline-next-preface, outline-show-heading)
18588 (outline-end-of-subtree): Use it.
18589
18590 * dired-aux.el (dired-touch-initial): New fun.
18591 (dired-do-chxxx): Call it for op-symbol `touch'.
18592 (dired-diff): Use `dired-dwim-target-directory'
18593 if current dired buffer has no buffer mark.
18594
18595 * bindings.el (propertized-buffer-identification):
18596 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18597 Add C-M-arrow keys for consistency.
18598
18599 * files.el (confirm-kill-emacs):
18600 Change group from top-level `emacs' to `convenience'.
18601
18602 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18603 Push mark on the first call of successive command calls.
18604 (insert-pair): New fun created from `insert-parentheses' with
18605 `open' and `close' arguments added. Enclose active regions
18606 in paired characters. Compare adjacent characters syntax with
18607 inserted characters syntax before inserting a space.
18608 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18609
18610 * delsel.el: Don't put `delete-selection' property
18611 on `insert-parentheses' symbol to take advantage of
18612 region handling in `insert-pair' function.
18613 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18614
18615 2004-04-30 Kim F. Storm <storm@cua.dk>
18616
18617 * emulation/cua-base.el: Add support for changing cursor types;
18618 based on patch from Michael Mauger.
18619 (cua-normal-cursor-color, cua-read-only-cursor-color)
18620 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18621 Customization cursor type and/or cursor color.
18622 (cua--update-indications): Handle cursor type changes.
18623 (cua-mode): Update cursor indications if enabled.
18624
18625 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18626
18627 * mouse.el (mouse-drag-copy-region): New defcustom.
18628 (mouse-set-region, mouse-drag-region-1): Use it.
18629
18630 * simple.el (kill-ring-save): If region face background color is
18631 unspecified (if no highlighting), show extent of fully visible
18632 region even if transient-mark-mode is enabled.
18633
18634 * emulation/cua-base.el (cua--standard-movement-commands):
18635 Add cua-scroll-up and cua-scroll-down.
18636 (cua-scroll-up, cua-scroll-down): New commands.
18637 (cua--init-keymaps): Remap scroll-up and scroll-down.
18638
18639 * emulation/cua-rect.el (cua--convert-rectangle-as):
18640 New defmacro.
18641 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18642 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18643 New commands (suggested by Jordan Breeding).
18644
18645 2004-04-30 Juanma Barranquero <lektu@terra.es>
18646
18647 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18648
18649 2004-04-30 Mario Lang <mlang@delysid.org>
18650
18651 * diff.el (diff-switches): Fix typo in docstring.
18652
18653 2004-04-30 Alex Schroeder <alex@gnu.org>
18654
18655 * xml.el (xml-debug-print-internal): Don't add newline and
18656 indentation to text nodes and write empty elements as empty tags
18657 instead of opening and closing tags.
18658 (xml-debug-print): Take optional indent-string argument.
18659 (xml-print): Alias for xml-debug-print.
18660
18661 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18662
18663 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18664 than duplicate call to `line-beginning-position'.
18665
18666 * progmodes/f90.el (f90-get-present-comment-type):
18667 Return whitespace, as well as comment chars, for consistent filling
18668 of comment blocks. Use `match-string-no-properties'.
18669 (f90-break-line): Trim trailing whitespace when filling comments.
18670
18671 2004-04-30 Dave Love <fx@gnu.org>
18672
18673 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18674 (diary-from-outlook-internal, diary-from-outlook)
18675 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18676 New functions to import diary entries from Outlook-format
18677 appointments in mail messages.
18678
18679 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * progmodes/python.el (python-send-command): New fun.
18682 (python-send-region, python-load-file): Use it.
18683
18684 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18685
18686 * help-fns.el (help-C-file-name): Use new subr-name.
18687 Prepend `src/' to the file name.
18688 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18689 (describe-function-1, describe-variable): Only find a C source file
18690 name if DOC is already loaded.
18691
18692 * help-mode.el (help-function-def, help-variable-def):
18693 Use the new find-function-search-for-symbol functionality.
18694 Allow FILE to be `C-source'.
18695
18696 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18697 (find-function-C-source): New fun.
18698 (find-function-search-for-symbol): Use it.
18699
18700 2004-03-29 Michael Mauger <mmaug@yahoo.com>
18701
18702 * progmodes/sql.el (sql-product-alist): Rename variable
18703 `sql-product-support'. Add Postgres login parameters.
18704 (sql-set-product, sql-product-feature): Update with renamed variable.
18705 (sql-connect-postgres): Add username prompt.
18706 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18707 Make patterns less product specific.
18708 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18709 (sql-mode-abbrev-table): Modify initialization.
18710 (sql-builtin-face): Add variable.
18711 (sql-keywords-re): Add macro.
18712 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18713 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18714 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18715 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18716 (sql-mode-linter-font-lock-keywords)
18717 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18718 (sql-mode-sybase-font-lock-keywords)
18719 (sql-mode-informix-font-lock-keywords)
18720 (sql-mode-interbase-font-lock-keywords)
18721 (sql-mode-ingres-font-lock-keywords)
18722 (sql-mode-solid-font-lock-keywords)
18723 (sql-mode-sqlite-font-lock-keywords)
18724 (sql-mode-db2-font-lock-keywords): Default to nil.
18725 (sql-product-font-lock): Always highlight ANSI keywords.
18726 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18727 (sql-send-string): Add function.
18728
18729 2004-04-29 Dave Love <fx@gnu.org>
18730
18731 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18732 (cfengine-end-of-defun): Ensure progress through buffer.
18733
18734 * info-look.el (cfengine-mode): Accept a terminal ().
18735
18736 2004-04-29 Juri Linkov <juri@jurta.org>
18737
18738 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18739 instead of isearch-yank-word-or-char. Add new key bindings for
18740 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18741 (isearch-del-char): New fun.
18742 (isearch-forward, isearch-edit-string): Update docstring.
18743 (isearch-yank-char): Doc fix.
18744 (isearch-other-meta-char): Restore point after scrolling.
18745
18746 * progmodes/compile.el (compilation-context-lines): Add nil option
18747 to disable compilation output window scrolling.
18748 (compilation-set-window): Use it.
18749
18750 * outline.el (outline-next-preface, outline-show-heading):
18751 Don't leave unhidden blank line before heading.
18752 (outline-end-of-subtree): Include last newline into subtree.
18753 (hide-entry): Leave point at beginning of heading instead of end.
18754 (outline-up-heading): Push mark for the first call of successive
18755 command calls.
18756
18757 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18758
18759 * comint.el (comint-prompt-read-only): New variable.
18760 (comint-output-filter): Implement it.
18761
18762 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18763 (ielm-prompt-internal): New variable.
18764 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18765 (ielm-send-input): Delete unused variable `buf'.
18766 (ielm-eval-input): Use `ielm-prompt-internal'.
18767 (inferior-emacs-lisp-mode): Use new variables
18768 `comint-prompt-read-only' and `ielm-prompt-internal'.
18769 Get rid of obsolete variable `directory-sep-char'.
18770 (ielm): Use `zerop'.
18771
18772 2004-04-29 John Paul Wallington <jpw@gnu.org>
18773
18774 * thumbs.el (toplevel): Require cl at compile time.
18775 Remove conditional definitions of `ignore-errors' and `caddar'
18776 because they occur at run time.
18777
18778 2004-04-28 Nick Roberts <nickrob@gnu.org>
18779
18780 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18781 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18782 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18783 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18784
18785 * progmodes/gud.el (gud-common-init): Throw an error if program is
18786 already running under gdb.
18787
18788 2004-04-28 John Paul Wallington <jpw@gnu.org>
18789
18790 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18791 (thumbs-show-image-num): Move assignment of
18792 `thumbs-current-image-filename' within scope of `i'.
18793 (thumbs-emboss-image): Don't use `evenp'.
18794
18795 2004-04-28 Richard M. Stallman <rms@gnu.org>
18796
18797 * progmodes/compile.el (compilation-context-lines): Default now 0.
18798
18799 2004-04-28 Juanma Barranquero <lektu@terra.es>
18800
18801 Use `time-less-p' from calendar/time-date.el instead of defining
18802 custom versions of it.
18803
18804 * pcomplete.el (pcomplete-time-less-p): Remove.
18805
18806 * thumbs.el (time-less-p): Remove.
18807
18808 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18809 (timeclock-generate-report): Use `time-less-p'.
18810
18811 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18812 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18813
18814 2004-04-28 Masatake YAMATO <jet@gyve.org>
18815
18816 * subr.el (remove-overlays): Make arguments optional.
18817
18818 * wid-edit.el (widget-specify-button): Put evaporate to the
18819 overlay for sample.
18820 (widget-specify-sample): Put evaporate to the overlay for sample.
18821 (widget-specify-doc): Put evaporate to the overlay for documentation.
18822
18823 2004-04-27 Jesper Harder <harder@ifa.au.dk>
18824
18825 * info.el (info-apropos): Make it an index node. Align node names
18826 like makeinfo.
18827
18828 2004-04-27 Eli Zaretskii <eliz@gnu.org>
18829
18830 * net/browse-url.el (browse-url-netscape-sentinel)
18831 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18832 (browse-url-epiphany-sentinel, browse-url-mosaic):
18833 Use browse-url-*-program instead of a literal program name.
18834
18835 2004-04-27 Kevin Ryde <user42@zip.com.au>
18836
18837 * eshell/em-alias.el:
18838 * eshell/em-dirs.el:
18839 * eshell/em-hist.el:
18840 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18841 features when M-x customize-group loads modules before the main
18842 eshell.el.
18843
18844 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
18845
18846 * subr.el (momentary-string-display): Support EXIT-CHAR that is
18847 either a character representation of an event or an event
18848 description list.
18849
18850 * type-break.el: Capitalize Emacs and Lisp.
18851 (type-break-good-break-interval, type-break-demo-boring-stats)
18852 (type-break-terse-messages, type-break-file-name): New defcustoms.
18853 (type-break-post-command-hook)
18854 (type-break-warning-countdown-string): Quote variable names in doc.
18855 (type-break-interval-start, type-break-auto-save-file-name): New vars.
18856 (type-break-mode): Document type-break-good-break-interval and the
18857 "session" file. Schedule break according to the session file.
18858 Kill session file buffer on exit. Organize for save-some-buffers
18859 to always save the session file.
18860 (type-break-mode-line-message-mode, type-break-query-mode):
18861 Uppercase arguments.
18862 (type-break-file-time, type-break-file-keystroke-count, timep)
18863 (type-break-choose-file, type-break-get-previous-time)
18864 (type-break-get-previous-count): New defuns.
18865 (type-break): Avoid break querying after a completed break in the
18866 case where the query was initiated during user invocation of the
18867 break. Optional terse messages.
18868 Use type-break-good-break-interval if type-break-good-rest-interval is
18869 nil. File the break time.
18870 (type-break-schedule): New optional args for overriding the use of
18871 the current time.
18872 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18873 after a break.
18874 (type-break-check): File the keystroke count.
18875 (type-break-do-query): Prevent a second query when the break is
18876 interrupted. Optional terse message.
18877 (type-break-keystroke-reset): Record the start of a typing interval.
18878 (type-break-demo-boring): Optional terse messages. Display word
18879 per minute and keystroke counts according to
18880 type-break-demo-boring-stats.
18881
18882 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18883
18884 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18885 directories, make sure they exist under archive-tmpdir.
18886
18887 2004-04-27 Juri Linkov <juri@jurta.org>
18888
18889 * help.el (view-emacs-news): With argument, display info for the
18890 selected version by finding it among different NEWS files, and
18891 narrowing the buffer to the selected version.
18892
18893 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18894 same-window-buffer-names.
18895 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18896 non-numeric prefix argument, append the number to the buffer name
18897 for numeric prefix argument.
18898 (info-other-window): Bind same-window-regexps to nil.
18899 (Info-reference-name): Rename to Info-point-loc.
18900 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18901 and Info-find-index-name for stringy Info-point-loc.
18902 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18903 without middle `.', but with final `.' and optional line number
18904 for it. Set Info-point-loc for index nodes.
18905 (Info-index): Remove middle `.' from index entry regexp.
18906 Modify line number regexp.
18907 (Info-index-next): Decrement line number.
18908 (info-apropos): Remove middle `.' from index entry regexp.
18909 Add optional line number regexp at the end. Add matched value
18910 for line number to the result list and insert it to the buffer.
18911 Replace match-string by match-string-no-properties.
18912 Reorder result list.
18913 (Info-fontify-node): Hide index line numbers.
18914 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18915 empty matches.
18916 (Info-follow-reference): Use `str' instead of
18917 Info-following-node-name-re.
18918 (Info-toc): Use full file names. Set Info-current-node to "Top".
18919 (Info-fontify-node): Compare file names without directory name.
18920 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18921 Set second arg of Info-extract-menu-node-name for index nodes.
18922 (info-xref-visited): Use magenta3 instead of magenta4.
18923 (Info-mode): Add info-apropos to docstring.
18924
18925 * log-view.el (log-view-diff): Replace interactive code "r"
18926 by a list to allow to call it even if region is not active.
18927
18928 * paren.el (show-paren-highlight-openparen): New var.
18929 (show-paren-function): Turn on openparen highlighting when
18930 matching forward if show-paren-highlight-openparen is non-nil.
18931
18932 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18933 the constant value 1.
18934 (completions-common-part): Expand docstring.
18935
18936 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18937
18938 2004-04-27 Kim F. Storm <storm@cua.dk>
18939
18940 * image.el (insert-sliced-image): Use line-height instead of
18941 line-spacing property on newline.
18942
18943 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18944
18945 * desktop.el (desktop-buffer-misc-data-function): Rename to
18946 desktop-save-buffer and change docstring.
18947 (desktop-buffer-modes-to-save): Delete.
18948 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18949 desktop-buffer-modes-to-save.
18950 (desktop-save): Rename desktop-buffer-misc-data-function to
18951 desktop-save-buffer and allow non-function value.
18952 (desktop-missing-file-warning): Correct docstring.
18953
18954 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18955 to desktop-save-buffer.
18956
18957 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18958 desktop-save-buffer.
18959
18960 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18961
18962 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18963
18964 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18965
18966 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18967
18968 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18969
18970 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18971 (ielm): Only go to the end of the buffer when starting a new process.
18972
18973 2004-04-25 Juanma Barranquero <lektu@terra.es>
18974
18975 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18976 mode line. Bind `inhibit-read-only' to t before modifying
18977 properties of text in the buffer.
18978 (ielm): Force point to the end of buffer, even when running ielm
18979 from inside itself.
18980
18981 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18982
18983 * info.el (info-apropos): Reset Info-complete-cache.
18984
18985 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18986
18987 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18988 Also recognize severe Irix et al. messages.
18989 (compilation-normalize-filename, compile-abbreviate-directory):
18990 Delete functions.
18991 (compilation-get-file-structure): New function inherits
18992 functionality of the two preceding ones.
18993 (compilation-internal-error-properties, compilation-fake-loc):
18994 Use it so that different paths to the same file share the same
18995 markers. Also optimize finding adjacent marker slightly.
18996
18997 2004-04-25 Kim F. Storm <storm@cua.dk>
18998
18999 * image.el (insert-sliced-image): Add line-spacing t property
19000 to newlines separating image lines.
19001
19002 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
19003
19004 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19005
19006 * ielm.el (ielm-prompt-read-only): New user option.
19007 (ielm-prompt): Expand docstring to describe new behavior.
19008 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19009 mention it in the docstring.
19010
19011 2004-04-24 Andreas Schwab <schwab@suse.de>
19012
19013 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19014
19015 * diff.el (diff): Set default-directory in diff buffer.
19016
19017 2004-04-24 Eli Zaretskii <eliz@gnu.org>
19018
19019 * mail/sendmail.el (mail-bury): Don't delete the frame where the
19020 mail was being composed if the terminal cannot display more than
19021 one frame; instead, switch to previous frame.
19022
19023 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19024 (rmail-start-mail): Support rmail-mail-new-frame even on
19025 terminals that can display only one frame at a time.
19026
19027 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19028
19029 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19030 (checkdoc-output-font-lock-keywords): Remove error regexp.
19031 (checkdoc-output-mode-map): Remove.
19032 (checkdoc-output-mode): Derive from compilation-mode.
19033 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19034
19035 * dired.el (dired-mode-map): Add a menu entry for wdired.
19036
19037 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19038 (rx-bracket, rx-check-any, rx-any): Clean up name space.
19039
19040 * wdired.el (wdired-mode-map): Move init into declaration.
19041 Fix `return' binding.
19042 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19043 Use force-mode-line-update.
19044 (wdired-get-filename): Use `unless'.
19045 (wdired-preprocess-files): Don't assume names have no \n and use / for
19046 dir separator.
19047 (wdired-normalize-filename): Use replace-regexp-in-string.
19048 (wdired-load-hooks): Remove.
19049 (wdired-mode-hooks): Rename to wdired-mode-hook.
19050
19051 * info-look.el: Add support for cfengine-mode.
19052 (info-lookup-setup-mode): Use dolist.
19053
19054 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
19055
19056 * wdired.el: New file.
19057
19058 2004-04-23 Juanma Barranquero <lektu@terra.es>
19059
19060 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19061
19062 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19063 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19064 (pcomplete--help, pcomplete--here): Doc fixes.
19065
19066 2004-04-23 Andre Spiegel <spiegel@gnu.org>
19067
19068 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19069 handles wrong-number-of-arguments in backend call.
19070
19071 * vc.el (vc-print-log): Likewise.
19072
19073 2004-04-20 Dave Love <fx@gnu.org>
19074
19075 * emacs-lisp/rx.el: Doc fixes.
19076 (rx-constituents): Add/extend many forms.
19077 (rx-check): Check form is a list.
19078 (bracket): Defvar.
19079 (rx-check-any, rx-any, rx-check-not): Modify.
19080 (rx-not): Simplify.
19081 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19082 (rx-kleene): Use rx-trans-forms.
19083 (rx-quote-for-set): Delete.
19084 (rx): Allow multiple args.
19085
19086 2004-04-23 Kenichi Handa <handa@m17n.org>
19087
19088 * international/mule-util.el (char-displayable-p): Simplify by
19089 using internal-char-font.
19090
19091 2004-04-23 Juanma Barranquero <lektu@terra.es>
19092
19093 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19094
19095 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
19096
19097 * diff-mode.el (diff-next-error): New fun.
19098 (diff-mode): Use it.
19099
19100 * simple.el (next-error): Change arg name.
19101 Add support for the documented C-u C-x ` usage.
19102
19103 * frame.el (special-display-popup-frame, next-multiframe-window)
19104 (previous-multiframe-window): Only consider frames on same display.
19105
19106 2004-04-22 Lars Hansen <larsh@math.ku.dk>
19107
19108 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19109 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19110
19111 2004-04-22 Kim F. Storm <storm@cua.dk>
19112
19113 * net/telnet.el (telnet): Add optional port arg.
19114
19115 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19118 Minor sanity check on the `hyperlink' slot.
19119
19120 * Makefile.in (recompile): Compile new files.
19121
19122 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19123 Add byte-recompile-directory's optional `arg'.
19124
19125 * cvs-status.el (cvs-tree-use-charset): New var.
19126 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19127 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19128 (cvs-status-cvstrees): Use it.
19129
19130 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19131 Make it a normal major mode.
19132 (checkdoc-buffer-label): Make sure the file name is meaningful.
19133 (checkdoc-output-to-error-buffer): Remove.
19134 (checkdoc-error, checkdoc-start-section): Rewrite.
19135
19136 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19137 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19138 (Info-title-4-face): Use new syntax.
19139 (info-xref-visited): Inherit from info-xref.
19140
19141 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19142
19143 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19144
19145 * simple.el (next-error-last-buffer, next-error-function):
19146 New variables for the next-error framework.
19147 (next-error-buffer-p): New function.
19148 (next-error-find-buffer): Generalize compilation-find-buffer.
19149 (next-error, previous-error, first-error, next-error-no-select)
19150 (previous-error-no-select): Move from compile.el.
19151
19152 * replace.el (occur-next-error, occur-1): Hook into the next-error
19153 framework.
19154
19155 * progmodes/compile.el (compilation-start):
19156 Set next-error-last-buffer so next-error knows where to jump.
19157 (compilation-setup): Set the buffer-local variable
19158 next-error-function to 'compilation-next-error-function.
19159 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19160 alternate way to find if a buffer is a compilation buffer, for
19161 next-error convenience.
19162 (next-error-no-select, previous-error-no-select, next-error)
19163 (previous-error, first-error): Move to simple.el.
19164 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19165 (compilation-last-buffer): Remove.
19166 (compilation-start, compilation-next-error, compilation-setup)
19167 (compilation-next-error-function, compilation-find-buffer):
19168 Remove compilation-last-buffer use.
19169
19170 2004-04-21 Juanma Barranquero <lektu@terra.es>
19171
19172 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19173 (font-lock-warning-face): Fix spacing.
19174
19175 * makefile.w32-in (WINS): Add url/ directory.
19176
19177 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19178
19179 * desktop.el (desktop-buffer-mode-handlers): New variable.
19180 Alist of major mode specific functions to restore a desktop buffer.
19181 (desktop-buffer-handlers): Make variable obsolete.
19182 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19183 Catch errors signaled in handlers. Update buffer count.
19184 Evaluate desktop-buffer-point.
19185 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19186 move to dired.el.
19187 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19188 move to info.el.
19189 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19190 move to mail/rmail.el.
19191 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19192 to mh-e/mh-e.el.
19193 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19194 On fail, print message (to message buffer) even if
19195 desktop-missing-file-warning is nil.
19196 (desktop-buffer-misc-data-function): New buffer local variable.
19197 Function returning major mode specific data.
19198 (desktop-buffer-misc-functions): Make variable obsolete.
19199 (desktop-save): Use desktop-buffer-misc-data-function.
19200 (desktop-buffer-dired-misc-data): Rename to
19201 dired-desktop-buffer-misc-data and move to dired.el.
19202 (desktop-buffer-info-misc-data): Rename to
19203 Info-desktop-buffer-misc-data and move to info.el.
19204 (desktop-read): Add message about number of buffers restored/failed.
19205
19206 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19207 Add parameters. Pause to display error only when
19208 desktop-missing-file-warning is non-nil.
19209 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19210 (dired-mode): Bind desktop-buffer-misc-data-function.
19211
19212 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19213 Add Parameters.
19214 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19215 (Info-mode): Bind desktop-buffer-misc-data-function.
19216
19217 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19218 Add Parameters.
19219
19220 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19221 Add Parameters.
19222
19223 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19224
19225 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19226 the case of letters in case-insensitive expansions when the
19227 abbrev is preceded by characters with letter syntax.
19228
19229 2004-04-21 Richard M. Stallman <rms@gnu.org>
19230
19231 * progmodes/cperl-mode.el (cperl-putback-char):
19232 Delete Emacs 18 definition.
19233
19234 * international/mule.el (ctext-post-read-conversion):
19235 Use assoc-string, not assoc-ignore-case.
19236
19237 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19238
19239 * emacs-lisp/easymenu.el (easy-menu-add):
19240 Do call x-popup-menu, but only if it's defined.
19241
19242 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19243
19244 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19245 Handle multiple args: compile like progn.
19246
19247 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19248 take all args as &rest arg.
19249
19250 * autoinsert.el (auto-insert-alist): Insert the user's name in
19251 copyright notice, rather than Free Software Foundation.
19252
19253 2004-04-21 Kenichi Handa <handa@m17n.org>
19254
19255 * descr-text.el (describe-char): Make it work on *Help* buffer.
19256
19257 2004-04-21 Kim F. Storm <storm@cua.dk>
19258
19259 * image.el (insert-image): Add optional SLICE arg.
19260 (insert-sliced-image): New defun.
19261
19262 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19263
19264 * subr.el (read-number): Check whether `default' is nil.
19265
19266 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * progmodes/compile.el (compilation-error-properties): Split into
19269 two.
19270 (compilation-internal-error-properties): New one.
19271 (compilation-compat-error-properties): Use it. Fix the non-marker
19272 case.
19273
19274 2004-04-20 Richard M. Stallman <rms@gnu.org>
19275
19276 * window.el (split-window-save-restore-data):
19277 Don't update the data if OLD-INFO is nil.
19278
19279 * view.el (view-return-to-alist): Mark it permanent local.
19280
19281 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19282
19283 * recentf.el (recentf-save-list): Catch and warn about errors.
19284
19285 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19286 so "Buffers" won't be pure.
19287
19288 * help-mode.el (help-mode-finish): Set help-return-alist first
19289 thing, setting only the entry for the selected window.
19290
19291 * help-fns.el (describe-function-1): If many non-control non-meta
19292 keys run the command, don't list all of them.
19293
19294 2004-04-20 Juanma Barranquero <lektu@terra.es>
19295
19296 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19297 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19298
19299 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19300
19301 2004-04-20 Kenichi Handa <handa@m17n.org>
19302
19303 * international/quail.el (quail-lookup-key): New optional arg
19304 NOT-RESET-INDICES.
19305 (quail-get-translations): Call quail-lookup-key with
19306 NOT-RESET-INDICES t.
19307 (quail-completion): Likewise.
19308 (quail-lookup-map-and-concat): Likewise.
19309
19310 2004-04-20 Kenichi Handa <handa@m17n.org>
19311
19312 * international/quail.el (quail-update-translation): Don't insert
19313 such an unsupported multibyte char in a unibyte buffer.
19314
19315 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
19316
19317 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19318 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19319 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19320 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19321 (gdb-frame-assembler-buffer): Improve behavior with
19322 multiple frames.
19323 (gdb-display-buffer): Extend search to all visible frames.
19324
19325 2004-04-19 Eli Zaretskii <eliz@gnu.org>
19326
19327 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19328 characters left after base64 decoding.
19329 (rmail-decode-region): Use -dos variety of `coding', to remove any
19330 ^M characters left after qp or base64 decoding.
19331
19332 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19333
19334 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19335 messages.
19336
19337 2004-04-19 Stephen Eglen <stephen@gnu.org>
19338
19339 * add-log.el (add-change-log-entry): Update doc string to mention
19340 add-log-full-name and add-log-mailing-address.
19341
19342 2004-04-18 Juri Linkov <juri@jurta.org>
19343
19344 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19345 (Info-find-node-2): Simplify error message.
19346 (Info-insert-dir): Use Info-following-node-name.
19347 (Info-goto-node): Remove *info-history* and *info-toc*.
19348 (Info-history): Create a node of the virtual history file.
19349 (Info-toc): Create a node of the virtual toc file.
19350 (Info-insert-toc): New arg `curr-file' for reference file names.
19351 (info-apropos): Remove redundant var binding for temp-file.
19352 (Info-index, Info-index-next, Info-mode): Doc fix.
19353 (Info-goto-emacs-command-node): Don't jump to *info* from
19354 non-*info* Info buffers.
19355 (Info-fontify-node): Don't show the file name of external
19356 references if `Info-hide-note-references' is `hide'. Don't hide
19357 newlines at the end of paragraphs.
19358
19359 * international/mule-diag.el (list-input-methods):
19360 Fix args to help-xref-button.
19361
19362 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19363 to put into effect local variables from TUTORIAL files.
19364
19365 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19366 with default value taken from the variable `sentence-end'.
19367 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19368 Add nil const to :type.
19369 (sentence-end-without-period, sentence-end-double-space)
19370 (sentence-end-without-space): Doc fix.
19371
19372 * textmodes/paragraphs.el (forward-sentence):
19373 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19374 (fill-delete-newlines):
19375 * progmodes/cc-cmds.el (c-beginning-of-statement):
19376 Use function `sentence-end' instead of variable `sentence-end'.
19377
19378 2004-04-18 Andreas Schwab <schwab@suse.de>
19379
19380 * progmodes/compile.el (compilation-start): Set window start to
19381 point-min if compilation-scroll-output is nil.
19382
19383 2004-04-18 John Wiegley <johnw@newartisans.com>
19384
19385 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19386
19387 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
19388
19389 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19390 (gdb-info-breakpoints-custom): Revert previous change.
19391 (gdb-view-assembler): Update assembler if necessary.
19392 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19393 (gdb-display-source-buffer): Update properly when both source and
19394 assembler are visible.
19395
19396 2004-04-17 John Wiegley <johnw@newartisans.com>
19397
19398 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19399 which limits the number of names shown in the minibuffer. Off by
19400 default.
19401 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19402 up iswitchb for users with a multitude of open buffers by showing
19403 only the first and last N/2 buffers in the completion list (which
19404 is enough to aid C-s/C-r, and to know that more characters are
19405 needed to refine the completion list).
19406
19407 2004-04-17 Richard M. Stallman <rms@gnu.org>
19408
19409 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19410 (file-truename): Expand all ~ constructs directly.
19411 (insert-directory): Delete any error msg output by the
19412 `insert-directory-program'.
19413
19414 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19415 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19416 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19417 (allout-init): Use find-file-hook, not find-file-hooks.
19418 (allout-mode): Eliminate Emacs 18 support.
19419 Use write-contents-functions, not local-write-file-hooks.
19420
19421 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19422
19423 * progmodes/compile.el (compilation-error-properties): Fix for
19424 adding messages when there are already markers for their file.
19425 (compilation-fake-loc): New function.
19426
19427 2004-04-16 Dave Love <fx@gnu.org>
19428
19429 * progmodes/python.el (python-compilation-line-number): Fix
19430 braindamage.
19431 (python-load-file): Fix python-orig-start setting.
19432
19433 * progmodes/compile.el: Doc fixes.
19434 (compilation-error-regexp-alist-alist)
19435 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19436 (compilation-assq): Wrap in eval-when-compile.
19437 (compilation-mode-font-lock-keywords): Don't use list*.
19438 (compilation-start): Avoid warning.
19439 (compilation-compat-error-properties)
19440 (compilation-directory-properties): Add keymap property.
19441 (compilation-parsing-end): Make it a marker for better compatibility.
19442
19443 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19444
19445 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19446
19447 * xml.el: Doc fixes.
19448 (xml-get-children): Only looks at sub-tags and ignore strings.
19449
19450 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19451
19452 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19453
19454 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19455
19456 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19457
19458 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19459
19460 * vc.el (vc-print-log): Likewise.
19461
19462 2004-04-16 Masatake YAMATO <jet@gyve.org>
19463
19464 * simple.el (completion-setup-function): Set an initial value to
19465 `element-common-end' before entering loop. Set a value to
19466 `element-common-end' at the end of loop. The bug is reported by
19467 Juri Linkov <juri@jurta.org> in emacs-devel list.
19468 (completions-common-part): Rename from completion-de-emphasis.
19469 (completions-first-difference): Rename from completion-emphasis.
19470 Suggested by RMS.
19471
19472 2004-04-16 Juanma Barranquero <lektu@terra.es>
19473
19474 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19475 (bookmark-edit-annotation-mode): Add mode name.
19476
19477 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19480 for nested conflict markers.
19481 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19482
19483 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19484
19485 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19486
19487 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19488
19489 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19492 Give a backtrace if requested.
19493
19494 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19495
19496 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19497 Remove unused functions.
19498 (python-orig-start-line, python-orig-file): Remove.
19499 (python-orig-start): New var.
19500 (python-input-filter, python-compilation-line-number)
19501 (python-send-region, python-load-file): Use it.
19502
19503 * info.el (info): Always jump to *info*.
19504
19505 * subr.el (posn-set-point): New function.
19506
19507 * mouse.el (mouse-set-point): Use it.
19508
19509 * progmodes/compile.el (compile-goto-error): Use it.
19510 (compilation-button-map): New keymap.
19511 (compilation-error-properties): Use it.
19512 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19513
19514 * smerge-mode.el (smerge-popup-context-menu): Use it.
19515
19516 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19517 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19518 mouse and non-mouse case.
19519
19520 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19521 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19522
19523 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19524 Make it work for non-mouse events.
19525
19526 * pcvs-info.el (cvs-status-map): Update binding name.
19527
19528 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19529
19530 * xml.el (xml-maybe-do-ns): New function to handle namespace
19531 parsing of both attribute and element names.
19532 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19533 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19534 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19535 parsing.
19536 (xml-parse-attlist): Make it do its own namespace parsing.
19537
19538 2004-04-14 Dave Love <fx@gnu.org>
19539
19540 * progmodes/python.el (run-python): Fix use of \n.
19541 (python-load-file): Remove `try' from Python fragment.
19542 (python-describe-symbol): Fix message.
19543
19544 * comint.el: Doc fixes.
19545 (comint-last-input-start, comint-last-input-end)
19546 (comint-last-output-start): Give them values.
19547 (comint-arguments): Avoid warning.
19548 (comint-skip-prompt): Use line-end-position.
19549 (comint-backward-matching-input): Rename arg to agree with doc.
19550 (comint-extract-string): Use syntax-ppss.
19551 (comint-dynamic-simple-complete): Delete useless list construction.
19552 (comint-redirect-subvert-readonly): New.
19553 (comint-redirect-preoutput-filter): Use it.
19554
19555 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19556 Correctly handle negative arguments when calling hook functions.
19557
19558 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19559
19560 * info.el (info-apropos): Don't clobber Info-history-list.
19561
19562 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19563
19564 * progmodes/compile.el (compilation-setup):
19565 Localize overlay-arrow-position.
19566 (compilation-sentinel): Restructure code equivalently.
19567 (compilation-next-error): Find message on same line after point if
19568 not found before point.
19569 (compile-mouse-goto-error): Restore function so that compilation
19570 buffer need not be current and use compile-goto-error.
19571 (compile-goto-error): Restore function.
19572 (next-error): Set overlay-arrow-position.
19573 (compilation-forget-errors): Don't localize already local
19574 compilation-locs and remove FIXME about refontifying.
19575
19576 2004-04-14 Kim F. Storm <storm@cua.dk>
19577
19578 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19579 (command-line): New option -Q. Like -q --no-site-file, but in
19580 addition it also disables menu-bar, tool-bar, scroll-bars,
19581 tool-tips, and the blinking cursor.
19582 (command-line-1): Skip startup screen if -Q.
19583 (fancy-splash-head): Use ":align-to center" prop to center splash
19584 image.
19585
19586 * emulation/cua-base.el (cua-read-only-cursor-color)
19587 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19588
19589 2004-04-13 Dave Love <fx@gnu.org>
19590
19591 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19592 (syntax): Don't require.
19593 (python) <defgroup>: Add :version.
19594 (python-quote-syntax): Re-written.
19595 (inferior-python-mode): Move stuff here from run-python and add
19596 some more.
19597 (python-preoutput-continuation, python-preoutput-result)
19598 (python-dotty-syntax-table): New.
19599 (python-describe-symbol): Use them.
19600 (run-python): Move stuff to inferior-python-mode. Modify code
19601 loaded into Python.
19602 (python-send-region): Use python-proc, python-send-string.
19603 (python-send-string): Send newlines too. Callers changed.
19604 (python-load-file): Re-written.
19605 (python-eldoc-function): New.
19606 (info-look): Don't require.
19607 (python-after-info-look): New. A modified version of former
19608 top-level code for use with eval-after-load.
19609 (python-maybe-jython, python-guess-indent): Use widened buffer.
19610 (python-fill-paragraph): Re-written.
19611 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19612 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19613
19614 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19617 Set compilation-error-regexp-alist earlier.
19618
19619 * progmodes/compile.el (compilation-minor-mode-map)
19620 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19621 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19622
19623 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19624
19625 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19626 corresponding to the event.
19627
19628 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19629
19630 * loadup.el: Add cygwin to system-type list, for unexec() support.
19631
19632 2004-04-12 John Paul Wallington <jpw@gnu.org>
19633
19634 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19635 (ibuffer-restore-window-config-on-quit): New variable to replace
19636 `ibuffer-delete-window-on-quit'. Update all references.
19637 (ibuffer-prev-window-config): New variable.
19638 (ibuffer-quit): Restore previous window configuration instead of
19639 deleting window.
19640 (ibuffer): Save window configuration before showing Ibuffer buffer.
19641
19642 * help.el (describe-mode): Doc fix.
19643
19644 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19645
19646 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19647 not to treat nil as a function.
19648
19649 * vc-arch.el (vc-arch-root): Be a bit more careful.
19650 (vc-arch-register): Save the buffer if we modified it.
19651 (vc-arch-delete-rej-if-obsolete): Save excursion.
19652 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19653 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19654
19655 * net/ldap.el (ldap-search): Use list*.
19656
19657 2004-04-12 Juri Linkov <juri@jurta.org>
19658
19659 * info.el (Info-follow-reference): Allow multiline reference name.
19660
19661 2004-04-11 Dave Love <fx@gnu.org>
19662
19663 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19664
19665 * progmodes/python.el: New file.
19666
19667 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19668
19669 * vc-hooks.el (vc-arg-list): Function removed.
19670 (vc-default-workfile-unchanged-p): Use condition-case to check for
19671 backward compatibility.
19672
19673 * vc.el (vc-print-log): Use condition-case to check for backward
19674 compatibility.
19675
19676 2004-04-11 Juri Linkov <juri@jurta.org>
19677
19678 * dired.el (dired-faces): New defgroup.
19679 (dired-header, dired-mark, dired-marked, dired-flagged)
19680 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19681 New faces.
19682 (dired-header-face, dired-mark-face, dired-marked-face)
19683 (dired-flagged-face, dired-warning-face, dired-directory-face)
19684 (dired-symlink-face, dired-ignored-face): New face variables.
19685 (dired-font-lock-keywords): Use them instead of font-lock faces.
19686 Split the rule for dired marks into 3 separate rules: for marks,
19687 marked file names and flagged file names.
19688
19689 * help-mode.el (help-make-xrefs): Add a final newline to the
19690 *Help* buffer.
19691
19692 2004-04-11 John Paul Wallington <jpw@gnu.org>
19693
19694 * replace.el (occur-engine): Distinguish between one and several
19695 matches in the matches per buffer heading.
19696
19697 2004-04-11 Kim F. Storm <storm@cua.dk>
19698
19699 * ido.el (ido-confirm-unique-completion): New defcustom.
19700 (ido-complete): Use it.
19701 (ido-write-file): Set it to t unconditionally.
19702
19703 2004-04-10 Miles Bader <miles@gnu.org>
19704
19705 RCS keyword removal (only non-comment changes are enumerated here):
19706
19707 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19708 (byte-compile-insert-header): Don't use `byte-compile-version'.
19709 * forms.el (forms-version): Variable removed.
19710 (forms-mode): Don't use `forms-version'.
19711 * recentf.el (recentf-version): Variable removed.
19712 * progmodes/delphi.el (delphi-version): Variable removed.
19713 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19714
19715 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19716
19717 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19718
19719 2004-04-09 Jesper Harder <harder@ifa.au.dk>
19720
19721 * info.el (info-apropos): Improve menu item regexp.
19722
19723 2004-04-09 Simon Josefsson <jas@extundo.com>
19724
19725 * mail/smtpmail.el: Add comment, based on report by
19726 kdc@rcn.com (Kevin D. Clark).
19727
19728 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19729
19730 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19731 Redo one more thing that I didn't notice Daniel had undone.
19732
19733 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
19734
19735 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19736 (gdb-goto-breakpoint, gdb-display-buffer)
19737 (gdb-display-source-buffer, gdb-view-source-function)
19738 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19739 (gdb-source-info, gdb-frame-handler): Don't specify a window
19740 for display.
19741 (gdb-info-breakpoints-custom): Remove superfluous update of
19742 assembler buffer.
19743 (gdb-many-windows): Make settable outside gdb.
19744
19745 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19746
19747 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19748 Derive from fundamental-mode rather than text-mode.
19749
19750 2004-04-08 Juri Linkov <juri@jurta.org>
19751
19752 * info.el (Info-history): Doc fix.
19753 (Info-history-list): New var.
19754 (info-xref): Change magenta4 to blue, remove bold for dark and
19755 light backgrounds, change bold to underline for non-color classes.
19756 (info-xref-visited): New face.
19757 (Info-fontify-visited-nodes): New custom.
19758 (Info-hide-note-references): Add new value `hide'. Doc fix.
19759 (Info-reference-name): New var.
19760 (Info-selection-hook): New custom.
19761 (Info-edit-mode-hook): New var.
19762 (Info-find-file): New fun.
19763 (Info-find-node): Move part of code to Info-find-file.
19764 (Info-find-node-2): Add anchors to Info-history-list. Move point
19765 to the place with the reference name if name is defined.
19766 (Info-select-node): Add current node to Info-history-list.
19767 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19768 (Info-search-whitespace-regexp): New custom.
19769 (Info-search-case-fold): New var.
19770 (Info-search): Add "case-sensitively" to the prompt.
19771 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
19772 (Info-search-case-sensitively, Info-search-next): New fun.
19773 (Info-up): Move point to the menu item of the current node.
19774 (Info-history): New fun. Add *info-history* to
19775 same-window-buffer-names.
19776 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19777 (Info-insert-toc): New fun.
19778 (Info-build-toc): New fun.
19779 (Info-follow-reference): Add new arg `fork'. Doc fix.
19780 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19781 with the same name prefer the reference closest to point.
19782 (Info-next-reference): Replace * by + in the *Note regexp.
19783 Add regexp for http:// and ftp://. Skip the *Note prefix.
19784 (Info-prev-reference): Replace * by + in the *Note regexp.
19785 Add regexp for http:// and ftp://. Skip the *Note prefix.
19786 (Info-follow-nearest-node): Add new arg `fork'.
19787 (Info-try-follow-nearest-node): Add new arg `fork'.
19788 Call browse-url for http:// and ftp:// references.
19789 Set Info-reference-name for index entries.
19790 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19791 Info-search-next, Info-history, Info-toc, clone-buffer.
19792 (Info-menu-update): Replace * by + in the *Note regexp.
19793 (Info-mode): Add documentation for Info-history, Info-toc,
19794 Info-search-case-sensitively, Info-search-next, clone-buffer.
19795 (Info-fontify-menu-headers): Remove fun. Move code to
19796 Info-fontify-node.
19797 (Info-fontify-node): Add docstring. Add local vars
19798 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19799 then fontify header line, titles, menu headers, http and ftp
19800 references, refill paragraphs. If not-fontified-p is t or
19801 fontify-visited-p is t then fontify cross references, menu items.
19802 Fontify menu headers. Fontify http and ftp references.
19803 Change regexp for cross references to require whitespace after *Note,
19804 add matching groups for file and node names. Remove hack for quote.
19805 Use display property for Info-hide-note-references=t. Use fifth
19806 or fourth match for help-echo. Display visited nodes in a
19807 different face. Unhide file names of external references.
19808 Unhide newlines. Display visited menu items in a different face.
19809
19810 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * progmodes/compile.el: Require CL.
19813 (compilation-mode-font-lock-keywords): Re-install the "line as
19814 function" patch.
19815
19816 * help-fns.el (help-C-source-directory): New var.
19817 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19818 (describe-function-1, describe-variable): Use them.
19819
19820 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19821 to C source files specially.
19822
19823 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19824
19825 * info.el (Info-hide-cookies-node): New function.
19826 (Info-select-node): Use it.
19827 (Info-display-images-node): Remove message with image file name.
19828
19829 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19830
19831 * progmodes/compile.el (compilation-warning-face)
19832 (compilation-info-face, compilation-skip-threshold)
19833 (compilation-skip-visited, compilation-context-lines):
19834 Declare :version when added to Emacs.
19835 (compilation-error-regexp-alist-alist): Extend caml and irix.
19836 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19837 (compilation-mode-font-lock-keywords): Temporarily undo line as
19838 function patch, which wasn't ready.
19839
19840 2004-04-07 Kenichi Handa <handa@m17n.org>
19841
19842 * international/latin1-disp.el (latin1-display-setup): Check each
19843 character is displayable or not instead of calling
19844 latin1-display-check-font.
19845
19846 2004-04-06 Kenichi Handa <handa@m17n.org>
19847
19848 * language/ethio-util.el (ethio-sera-being-called-by-w3):
19849 New variable.
19850 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19851 instead of sera-being-called-by-w3.
19852 (ethio-fidel-to-sera-buffer): Likewise.
19853 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19854 instead of sera-being-called-by-w3.
19855 (ethio-write-file): Likewise.
19856
19857 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19858
19859 * printing.el: Doc fix.
19860
19861 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
19862
19863 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19864 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19865 (gdb-setup-windows): Only use separate IO buffer if required.
19866
19867 2004-04-06 Kim F. Storm <storm@cua.dk>
19868
19869 * term.el (term-is-xemacs): Remove.
19870 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19871 (term-window-width): New function.
19872 (term-mode, term-check-size): Use it.
19873 (term-mode): Disable overflow-newline-into-fringe in term buffer.
19874
19875 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
19876
19877 * cus-edit.el (custom-add-parent-links): Change unbound variable
19878 `symbol' to `name'.
19879
19880 2004-04-05 Jesper Harder <harder@ifa.au.dk>
19881 * info.el (info-apropos): New function.
19882 (Info-mode-menu): Add it.
19883 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19884
19885 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19886 inherited docstring.
19887
19888 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19889
19890 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19891
19892 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19893
19894 * progmodes/compile.el (font-lock): Don't require any more.
19895 (compilation-error-properties, compilation-start, compilation-sentinel)
19896 (compilation-filter, next-error): Use with-current-buffer.
19897 (compilation-skip-to-next-location, compilation-skip-threshold)
19898 (compilation-skip-visited): Move to silence the byte-compiler.
19899 (compilation-setup): Simplify.
19900 (compilation-next-error): Use line-(beginning|end)-position.
19901 Make sure `pt' is non-nil before using compilation-loop.
19902 (compile-goto-error): Add optional event arg. Use it.
19903 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19904 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19905 Update the binding for mouse-2.
19906 (first-error): Set compilation-current-error to nil rather than bob.
19907 (compilation-parsing-end, compilation-parse-errors-function)
19908 (compilation-error-list, compilation-old-error-list):
19909 "New" compatibility variables.
19910 (compile-buffer-substring, compilation-compat-error-properties)
19911 (compilation-compat-parse-errors, compilation-forget-errors):
19912 New compatibility functions.
19913 (compilation-mode-font-lock-keywords): Use them.
19914
19915 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19916
19917 * autorevert.el (auto-revert-handler): If point (or a window
19918 point) is at the end of the buffer, keep it there after
19919 reverting. This allows to tail a file.
19920 Mention this in the `Commentary'.
19921
19922 * format.el (format-write-file): Add optional argument CONFIRM
19923 and make it behave like the analogous argument to `write-file'.
19924
19925 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19926
19927 * progmodes/ebnf2ps.el: Doc fix.
19928 (ebnf-version): New version number (4.2).
19929 (ebnf-syntax): Customization and docstring fix.
19930 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19931 Put autoloaded funs before first use.
19932 (ebnf-style-database): Add dtd entry.
19933 (ebnf-syntax-alist): Add dtd initialization.
19934 (ebnf-token-sequence): New fun.
19935 (ebnf-comment-table): Add new comment action character.
19936 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19937
19938 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19939 Type Definition for XML).
19940
19941 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19942 * progmodes/ebnf-bnf.el (ebnf-sequence):
19943 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19944 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19945 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19946 Code simplification: call ebnf-token-sequence.
19947
19948 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19949
19950 * calendar/timeclock.el (timeclock-relative)
19951 (timeclock-get-project-function, timeclock-get-workday-function)
19952 (timeclock-query-out, timeclock-when-to-leave)
19953 (timeclock-when-to-leave-string, timeclock-log-data)
19954 (timeclock-generate-report, timeclock-in): Doc fixes.
19955
19956 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19957
19958 * url/: New dir. Import the URL package from its repository.
19959
19960 2004-04-03 Andreas Schwab <schwab@suse.de>
19961
19962 * diff-mode.el (diff-mode): Fix missing quote.
19963
19964 2004-04-03 Juri Linkov <juri@jurta.org>
19965
19966 * descr-text.el (describe-property-list): Add `font-lock-face'.
19967
19968 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19969
19970 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19971
19972 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19973 Use utf-16le on little endian machines and utf-16be otherwise.
19974
19975 2004-04-02 David Kastrup <dak@gnu.org>
19976
19977 * net/browse-url.el (browse-url-generic): Use call-process
19978 instead of start-process to allow browsers that fork and detach.
19979
19980 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19981
19982 * compile.el (compilation-current-error): New var.
19983 (compilation-setup, compile-mouse-goto-error)
19984 (compile-goto-error, next-error): Use it.
19985 (compilation-skip-to-next-location): Default to t, which gives
19986 contiguous skipping like old compile (where this was redundant).
19987 (compilation-next-error): Prevent previous-* commands from moving
19988 back to message at or just before point.
19989
19990 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19991
19992 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19993 (gdb-source-info): Don't display source at startup, if required.
19994 (gdb-show-main): New option.
19995 (gdba): Update documentation.
19996 (gdb-source): Cover case of auto-display output.
19997
19998 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19999
20000 * autorevert.el: Delete obsolete autoloads and defvars.
20001 (auto-revert-check-vc-info): New user option.
20002 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20003 (auto-revert-handler-vc): Delete.
20004 (auto-revert-handler): Treat return value `fast' of
20005 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
20006
20007 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20008 return `fast'.
20009
20010 * files.el (buffer-stale-function): Doc change.
20011
20012 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20013
20014 * printing.el: New tip on Tips section.
20015 (pr-version): New version number (6.7.4).
20016 (pr-shell-file-name): Initialization fix.
20017
20018 2004-03-31 Juri Linkov <juri@jurta.org>
20019
20020 * dired.el: Add autoload for `dired-do-touch'.
20021 (dired-touch-program): New var.
20022 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20023 (dired-no-confirm): Add `touch' to docstring.
20024
20025 * dired-aux.el (dired-do-touch): New fun.
20026 (dired-do-chxxx): Add argument -t for touch operation.
20027
20028 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20029 `dired-move-to-filename-regexp'.
20030
20031 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
20032
20033 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20034
20035 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20036
20037 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20038 and only if the buffer was modified.
20039
20040 2004-03-30 Kenichi Handa <handa@m17n.org>
20041
20042 * international/characters.el: Delete pairs for U+2308..U+230B.
20043
20044 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
20045
20046 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20047 to detect the beginning of a level 2 or 3 annotation.
20048
20049 2004-03-29 Kenichi Handa <handa@m17n.org>
20050
20051 * international/ucs-tables.el (ucs-insert): Fix the error message.
20052
20053 2004-03-29 Kenichi Handa <handa@m17n.org>
20054
20055 * international/mule-util.el (char-displayable-p): Fix generation
20056 of XLFD file name.
20057
20058 * Makefile.in (setwins, setwins_almost): Change directory to $wd
20059 before finding directories by `find'.
20060
20061 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * subr.el (interactive-form): Delete. Now implemented in C.
20064
20065 * pcvs.el (cvs-parse-process): Workaround for Darwin.
20066
20067 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20068 (vc-diff-label): New fun.
20069 (vc-diff-internal): Use it.
20070
20071 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20072
20073 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20074
20075 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20076
20077 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20078 specify XML (EBNFX).
20079
20080 * progmodes/ebnf2ps.el: Doc fix.
20081 (ebnf-version): New version number (4.1).
20082 (ebnf-syntax): Adjust customization.
20083 (ebnf-style-database): Add ebnfx entry.
20084 (ebnf-syntax-alist): Add ebnfx initialization.
20085 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20086
20087 * printing.el: Doc fix.
20088 (pr-version): New version number (6.7.3).
20089 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20090 returns nil for mouse position. Reported by Drew Adams
20091 <drew.adams@oracle.com>.
20092 (pr-update-menus): Modify interactive declaration. Reported by Drew
20093 Adams <drew.adams@oracle.com>.
20094
20095 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
20096
20097 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20098 (gud-gdba-marker-filter): Log the process input and output, if
20099 required. From Stefan Monnier.
20100 (gdb-debug-log, gdb-enable-debug-log): New variables.
20101 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20102
20103 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20104
20105 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20106 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20107
20108 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
20109
20110 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20111 Call vc-find-file-hook here instead of in auto-revert-buffers.
20112 (auto-revert-buffers): Delete call to vc-find-file-hook.
20113 (auto-revert-verbose, global-auto-revert-non-file-buffers)
20114 (global-auto-revert-mode, auto-revert-set-timer)
20115 (auto-revert-handler, auto-revert-buffers): Doc fixes.
20116
20117 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20118
20119 * woman.el (woman-change-fonts): Rename local variable
20120 woman-font-alist to font-alist to avoid a compiler warning.
20121
20122 2004-03-27 Dave Love <fx@gnu.org>
20123
20124 * emacs-lisp/rx.el (rx): Doc fix.
20125 Fix copyright years.
20126
20127 * strokes.el (strokes-global-set-stroke-string): New function.
20128 (strokes-list-strokes): Cope with strings, not just commands.
20129 Set foreground color of image.
20130 (strokes-global-set-stroke): Doc fix.
20131
20132 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
20133
20134 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20135 Auto Revert mode.
20136 (Buffer-menu-files-only): New variable.
20137 (Buffer-menu-toggle-files-only): New function.
20138 (Buffer-menu-mode-map): Bind it to `T'.
20139 (Buffer-menu-mode): Mention `T' in docstring.
20140 Set buffer-stale-function.
20141 (list-buffers-noselect): Mark buffer non-modified and set
20142 Buffer-menu-files-only.
20143
20144 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20145
20146 * autorevert.el (auto-revert-handler): Print revert message
20147 before, rather than after, reverting.
20148 (buffer-stale-function): Move to files.el.
20149
20150 * files.el (buffer-stale-function): Move here from autorevert.el.
20151
20152 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20153
20154 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20155
20156 * calc/calc.el (calc-mode-map): Use mapc.
20157
20158 * apropos.el (apropos-mode): Don't autoload.
20159 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20160 (apropos): Use it.
20161 (apropos-print): Add optional `text' argument.
20162 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20163 Don't assume point-min == 1.
20164
20165 * bs.el (bs-buffer-list): Use buffer-local-value.
20166 (bs--set-toggle-to-show): Use with-current-buffer.
20167
20168 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20169 New funs.
20170 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20171
20172 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20173
20174 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20175 (dabbrev--find-expansion): Use pop.
20176 (dabbrev--search): Use match-string-no-properties.
20177
20178 * dired.el (dired-mode): Use run-mode-hooks.
20179 (dired-move-to-end-of-filename): Use match-string.
20180
20181 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20182 is bound before using it.
20183 (ediff-verbose-p): Make it into a var since it's not constant.
20184
20185 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20186
20187 * faces.el (read-face-font): Don't cons up unnecessarily.
20188 (header-line, tool-bar): Share common parts.
20189
20190 * files.el (file-relative-name): Use compare-strings.
20191
20192 * finder.el (finder-mode): Follow coding convention.
20193
20194 * subr.el (read-number): New function.
20195
20196 * ses.el (ses-read-number): Move to subr.el.
20197 (ses-set-header-row): Use read-number.
20198
20199 2004-03-26 Andre Spiegel <spiegel@gnu.org>
20200
20201 * vc-hooks.el (vc-arg-list): New function, which handles both
20202 compiled and uncompiled code.
20203 (vc-default-workfile-unchanged-p): Use it.
20204
20205 * vc.el (vc-print-log): Undo prev change, use new function
20206 vc-arg-list from vc-hooks.el.
20207
20208 2004-03-26 Masatake YAMATO <jet@gyve.org>
20209
20210 * simple.el (completion-setup-function): Emphasize the
20211 first uncommon characters in the completions; and de-emphasize
20212 the common prefix substrings.
20213 (completion-emphasis): New face.
20214 (completion-de-emphasis): New face.
20215
20216 2004-03-25 Juanma Barranquero <lektu@terra.es>
20217
20218 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20219 Comment out (it's unused and unfinished code).
20220
20221 2004-03-25 Sam Steingold <sds@gnu.org>
20222
20223 * vc.el (vc-print-log): Fix a bug in the last patch:
20224 backend-function may be a byte-compiled object, not a lambda.
20225
20226 2004-03-25 Juri Linkov <juri@jurta.org>
20227
20228 * descr-text.el (describe-property-list): Add a button
20229 for `face' property that calls `describe-face'.
20230 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20231
20232 * international/mule.el (keyboard-coding-system):
20233 * kmacro.el (kmacro-call-macro): Fix docstring.
20234
20235 * dired.el: Fix comments.
20236
20237 * textmodes/fill.el (fill): Fix Info link.
20238
20239 * font-lock.el (fast-lock, lazy-lock):
20240 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20241 Info node.
20242
20243 * eshell/eshell.el (eshell): Fix broken info-link.
20244
20245 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20246 * eshell/em-banner.el (eshell-banner):
20247 * eshell/em-smart.el (eshell-smart):
20248 * eshell/esh-cmd.el (eshell-cmd):
20249 Comment out broken info-links to incomplete Info manual.
20250
20251 * info-xref.el: Fix commentary.
20252
20253 2004-03-25 Kevin Ryde <user42@zip.com.au>
20254
20255 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20256 Remove spurious node duplicate suppression, doesn't work, not wanted.
20257 (info-xref-output): Take format style args, add "sit-for 0" to let
20258 user see the results as they progress.
20259 (info-xref-check-all-custom): New function.
20260
20261 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
20262
20263 * gdb-ui.el: Moved to progmodes.
20264
20265 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20266
20267 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20268
20269 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20270
20271 * calendar/appt.el (appt-check): Remove superfluous progn.
20272 When finished with diary buffer: if it was not being displayed
20273 before, kill it; otherwise restore its original state.
20274 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20275
20276 * calendar/calendar.el (calendar-set-mode-line): Use total
20277 available mode-line width, rather than frame-width.
20278
20279 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20280 after mode change so effect not lost.
20281
20282 2004-03-23 Dave Love <fx@gnu.org>
20283
20284 * dired.el (dired) <defgroup>: Add link to manual.
20285 (dired-font-lock-keywords): Add highlighting on unusual permissions.
20286 (dired-revert): Use dolist.
20287 (dired-mode-map): Add U binding.
20288 (dired-mode): Add font-lock-beginning-of-syntax-function.
20289 (dired-garbage-files-regexp): Make it a defcustom.
20290
20291 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20292
20293 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20294 is equivalent to nil.
20295 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20296 (vc-arch-mode-line-string): Accept `added' state.
20297 (vc-arch-state): Use inode-sigs if available.
20298 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20299 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20300 (vc-arch-tagline-re): New var.
20301 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20302 New functions.
20303 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20304 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20305
20306 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20307 (vc-file-not-found-hook): Use it.
20308
20309 * diff-mode.el (diff-default-read-only): Change default.
20310 (diff-mode-hook): Make it a defcustom. Add some options.
20311 (diff-mode-map): Bind diff-refine-hook.
20312 (diff-yank-handler): New var.
20313 (diff-yank-function): New fun.
20314 (diff-font-lock-keywords): Use them.
20315 (diff-end-of-file): Handle case where file-header looks like diff text.
20316 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20317 (diff-file-kill): Delete a subsequent empty line, if applicable.
20318 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20319 (diff-find-file-name): Use it.
20320 (diff-tell-file-name): New command.
20321 (diff-mode): Be careful with view-mode.
20322 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20323 New functions, for use in diff-mode-hook.
20324 (diff-find-source-location): Catch "regex too large" errors.
20325 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20326 (diff-refine-hunk): New command.
20327
20328 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20329 (smerge-context-menu-map): Remove unused var.
20330 (smerge-keep-all): Preserve markers.
20331 (smerge-keep-n): New fun.
20332 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20333 (smerge-keep-current, smerge-ediff): Use it.
20334 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20335 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20336 (smerge-resolve): Resolve trivial 3-part conflicts.
20337
20338 2004-03-23 Juri Linkov <juri@jurta.org>
20339
20340 * man.el (Man-width): New var.
20341 (Man-getpage-in-background): Use it.
20342 (Man-support-local-filenames): New var and fun.
20343 (Man-build-man-command): Don't add a second %s.
20344 (Man-fontify-manpage): Clean up message.
20345 (Man-mode): Set outline-regexp, outline-level,
20346 imenu-generic-expression.
20347
20348 * woman.el (woman-fill-frame): Doc fix.
20349 (woman-decode-region): Use window-width instead of frame-width.
20350
20351 * abbrevlist.el (list-one-abbrev-table):
20352 * descr-text.el (describe-char):
20353 * international/mule-diag.el (describe-current-coding-system):
20354 * international/quail.el (quail-insert-decode-map):
20355 Use window-width instead of frame-width.
20356
20357 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20358 (jka-compr-mode-alist-additions): Add tbz.
20359 (jka-compr-write-region, jka-compr-insert-file-contents):
20360 Add message for undefined compress-program.
20361 (jka-compr-write-region): Remove redundant var bindings.
20362
20363 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20364 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20365 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20366 (dired-man): Use dired-guess-shell-command.
20367 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20368 Change default nil to t.
20369
20370 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20371 (dired-compare-directories): Add default value for empty input.
20372
20373 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20374
20375 * time.el (display-time-string-forms): Fix help-echo date format.
20376
20377 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20378
20379 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20380 docstring.
20381 (buffer-stale-function): New variable.
20382 (auto-revert-list-diff, auto-revert-dired-file-list)
20383 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20384 (auto-revert-handler): Take over some functionality of deleted
20385 functions.
20386 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20387
20388 * dired.el (dired-directory-changed-p): New fun, extracted from
20389 dired-internal-noselect.
20390 (dired-buffer-stale-p): New fun.
20391 (dired-internal-noselect): Use dired-directory-changed-p.
20392 Eliminate revert messages.
20393 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20394
20395 2004-03-23 Kenichi Handa <handa@m17n.org>
20396
20397 * international/characters.el: Setup syntaxes for more parentheses
20398 Unicode characters.
20399
20400 * international/mule-cmds.el (select-safe-coding-system):
20401 Merge coding-system and auto-cs before comparing them.
20402
20403 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20404
20405 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20406
20407 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20408 normal-auto-fill-function and comment-indent-function.
20409 The default values now work just as well.
20410 Don't set font-lock-beginning-of-syntax-function since we already set
20411 syntax-begin-function.
20412 (lisp-outline-level): Put ;;;###autoload at same level as (.
20413 (prin1-char): Quote special chars.
20414
20415 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20416 than with-no-warnings.
20417
20418 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20419 if the source location can't be found.
20420 (edebug-compute-previous-result): Use prin1-char.
20421
20422 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20423 (debug-ignored-errors): Add an entry.
20424
20425 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20426 (byte-compile-file): Output warning when deleting a file.
20427
20428 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20429 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20430
20431 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20432 (byte-compile-inline-expand): Use backquote.
20433 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20434 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20435
20436 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20437
20438 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20439
20440 2004-03-22 Juri Linkov <juri@jurta.org>
20441
20442 * finder.el (finder-known-keywords): Fix data, tex, unix.
20443
20444 * play/landmark.el: Fix keywords.
20445
20446 * language/ethio-util.el (ethio-find-file): Doc fix.
20447
20448 * emacs-lisp/warnings.el: Doc fix.
20449
20450 * textmodes/ispell.el (ispell-help): Doc fix.
20451
20452 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20453
20454 * format.el (format-insert-file): Always return a list of two
20455 elements, like insert-file-contents does.
20456
20457 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20458
20459 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20460 and vc-BACKEND-diff.
20461 (vc-print-log): If the print-log implementation supports it, use
20462 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20463 (vc-version-diff, vc-diff-internal): Doc fixes.
20464
20465 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20466 implementation supports it, let diff output go to *vc*,
20467 not *vc-diff*, since this is an internal call.
20468
20469 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20470
20471 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20472
20473 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20474
20475 2004-03-21 Dave Love <fx@gnu.org>
20476
20477 * progmodes/cfengine.el (cfengine-mode):
20478 Set parse-sexp-ignore-comments.
20479
20480 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20481
20482 2004-03-21 Juanma Barranquero <lektu@terra.es>
20483
20484 * allout.el (allout-mode): Fix docstring.
20485
20486 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20487
20488 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20489
20490 * autorevert.el (auto-revert-interval): Make new value take
20491 effect immediately when set through Custom.
20492 (auto-revert-set-timer): Add interactive declaration.
20493
20494 2004-03-19 David Ponce <david@dponce.com>
20495
20496 * ruler-mode.el (ruler-mode-header-line-format-old):
20497 Don't `make-variable-buffer-local'.
20498 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20499 (ruler-mode-header-line-format): Simply funcall the above.
20500 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20501 to save/restore a previous header line format.
20502 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20503 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20504 fringes and margins width.
20505 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20506
20507 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 * log-edit.el (log-edit-font-lock-keywords): Typo.
20510
20511 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20512 (tex-send-tex-command): Rather than here.
20513 (tex-compilation-parse-errors): Simplify.
20514
20515 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20516
20517 * time.el (display-time-string-forms): Add help-echo with date on time.
20518
20519 * composite.el (compose-region): Use restore-buffer-modified-p.
20520
20521 * disp-table.el (standard-display-8bit): Simplify.
20522
20523 * server.el (server-process-filter): Delete temp frame.
20524
20525 * add-log.el (add-change-log-entry): Simplify.
20526
20527 2004-03-19 Kim F. Storm <storm@cua.dk>
20528
20529 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20530 (hexl-follow-line): Don't require 'fringe.
20531
20532 * progmodes/compile.el (compilation-start): Always set
20533 compilation-last-buffer and return it.
20534
20535 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20536
20537 * simple.el (clone-buffer): Doc fix.
20538
20539 2004-03-18 Juanma Barranquero <lektu@terra.es>
20540
20541 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20542
20543 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20544
20545 * log-edit.el (log-edit-font-lock-keywords): New var.
20546 (log-edit-mode): Use it.
20547
20548 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20549
20550 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20551 properly for watching in speedbar.
20552
20553 2004-03-17 Masatake YAMATO <jet@gyve.org>
20554
20555 * smerge-mode.el (smerge-popup-context-menu):
20556 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20557
20558 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20561 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20562 Take sealed revisions into account.
20563 (vc-arch-checkin): Extract a summary line from the message.
20564
20565 2004-03-16 Masatake YAMATO <jet@gyve.org>
20566
20567 * register.el (register): Provide `register' feature.
20568
20569 2004-03-15 Masatake YAMATO <jet@gyve.org>
20570
20571 Added context menu support in smerge mode.
20572 Most of the part is written by Stefan Monnier.
20573
20574 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20575 New keymap and menu.
20576 (smerge-text-properties): New function.
20577 (smerge-remove-props): New function.
20578 (smerge-popup-context-menu): New function.
20579 (smerge-resolve): Call `smerge-remove-props'.
20580 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20581 (smerge-keep-current): Ditto.
20582 (smerge-kill-current): New function.
20583 (smerge-match-conflict): Put text properties.
20584 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20585
20586 2004-03-15 David Ponce <david@dponce.com>
20587
20588 * ruler-mode.el (ruler-mode-left-fringe-cols)
20589 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20590 (ruler-mode-right-scroll-bar-cols): Remove.
20591 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20592 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20593 Use fringe-columns and scroll-bar-columns.
20594
20595 2004-03-15 Masatake YAMATO <jet@gyve.org>
20596
20597 * hl-line.el (hl-line-range-function): New variable.
20598 (hl-line-move): New function.
20599 (global-hl-line-highlight): Use `hl-line-move'.
20600 (hl-line-highlight): Ditto.
20601
20602 * scroll-bar.el (scroll-bar-columns):
20603 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20604
20605 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20606 (ruler-mode-left-fringe-cols)
20607 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20608 (ruler-mode-right-scroll-bar-cols)
20609 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20610 (ruler-mode-ruler-function): New variable.
20611 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20612 if the value for `ruler-mode-ruler-function' is given.
20613
20614 * hexl.el (hexl-mode-hook): Make the hook customizable.
20615 (hexl-address-area, hexl-ascii-area): New customize variables.
20616 (hexlify-buffer): Put font-lock-faces on the address area and
20617 the ascii area.
20618 (hexl-activate-ruler): New function.
20619 (hexl-follow-line): New function.
20620 (hexl-highlight-line-range): New function.
20621 (hexl-mode-ruler): New function.
20622
20623 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20624
20625 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20626 (vc-default-find-file-hook): New fun.
20627 (vc-find-file-hook): Call new find-file-hook operation.
20628
20629 * vc-arch.el: New file.
20630
20631 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20632
20633 * info-look.el (info-lookup): Reuse an existing Info window.
20634
20635 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20636
20637 * woman.el (woman-preserve-ascii): Default value changed to t and
20638 doc string revised.
20639
20640 2004-03-12 Richard M. Stallman <rms@gnu.org>
20641
20642 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20643 Fix minor bug.
20644
20645 * replace.el (occur-engine): Change message for count of matches.
20646
20647 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20648 For strings, do compare text properties.
20649
20650 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20651
20652 * progmodes/compile.el (compile-auto-highlight)
20653 (compilation-error-list, compilation-old-error-list)
20654 (compilation-parse-errors-function, compilation-parsing-end)
20655 (compilation-error-message, compilation-directory-stack)
20656 (compilation-enter-directory-regexp-alist)
20657 (compilation-leave-directory-regexp-alist)
20658 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20659 (compilation-current-file, compilation-regexps): Remove vars.
20660
20661 (compile-error-at-point, compilation-error-filedata)
20662 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20663 (compilation-next-error-locus, compilation-forget-errors)
20664 (count-regexp-groupings, compilation-parse-errors)
20665 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20666
20667 (compile-internal): Make obsolete.
20668
20669 (compilation-first-column, compilation-error)
20670 (compilation-directory-matcher, compilation-page-delimiter)
20671 (compilation-mode-font-lock-keywords, compilation-debug)
20672 (compilation-error-face, compilation-warning-face)
20673 (compilation-info-face, compilation-line-face)
20674 (compilation-column-face, compilation-enter-directory-face)
20675 (compilation-leave-directory-face, compilation-skip-threshold)
20676 (compilation-skip-visited, compilation-context-lines): New vars.
20677
20678 (compilation-warning-face, compilation-info-face)
20679 (compilation-message-face): New faces.
20680
20681 (compilation-error-regexp-alist-alist): New constant.
20682
20683 (compilation-face, compilation-directory-properties)
20684 (compilation-assq, compilation-error-properties, compilation-start)
20685 (define-compilation-mode, compilation-loop)
20686 (compilation-set-window): New functions.
20687
20688 (compile): Additional argument for interactive compiles like TeX.
20689
20690 * progmodes/grep.el (kill-grep): Move here from compile.el
20691 (grep-error, grep-hit-face, grep-error-face)
20692 (grep-mode-font-lock-keywords): New variables.
20693 (grep-regexp-alist): Simplify regexp and add `binary' case.
20694 (grep-mode): New mode.
20695 (grep-process-setup): Simplify.
20696
20697 2004-03-11 Jason Rumney <jasonr@gnu.org>
20698
20699 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20700 letters on DOS/Windows.
20701
20702 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20703
20704 * server.el (server-name): New var.
20705 (server-socket-dir): New var to replace server-socket-name.
20706 (server-start): Use them.
20707
20708 2004-03-11 Simon Josefsson <jas@extundo.com>
20709
20710 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20711 died to avoid infloop. Reported by Jonathan Glauner
20712 <jglauner@sbum.org>.
20713
20714 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20715
20716 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20717 (smerge-mode-menu): Use it to deactivate menu entries.
20718 (smerge-keep-current): New fun.
20719 (smerge-keep-current): Use it.
20720
20721 2004-03-10 John Paul Wallington <jpw@gnu.org>
20722
20723 * foldout.el (foldout-fold-list, foldout-modeline-string):
20724 Declare them as variables, not constants.
20725
20726 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20727
20728 * ps-print.el: Modification to print *Messages* buffer.
20729 (ps-print-version): New version 6.6.4.
20730 (ps-message-log-max): New fun.
20731 (ps-spool-without-faces, ps-spool-with-faces)
20732 (ps-count-lines-preprint): Code fix.
20733
20734 * printing.el: New tips in Tips section.
20735
20736 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20737
20738 * delim-col.el: Doc fix.
20739
20740 * printing.el: Doc fix. New doc section (Tips).
20741
20742 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20743
20744 * type-break.el (type-break-emacs-variant): Remove.
20745 (type-break-run-at-time, type-break-cancel-function-timers):
20746 Use fboundp rather than version name and number.
20747
20748 2004-03-09 Masatake YAMATO <jet@gyve.org>
20749
20750 * hexl.el (hexl-mode): Use `make-local-variable' instead of
20751 `make-variable-buffer-local'.
20752
20753 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20754
20755 * find-dired.el (find-dired): Call `shell-command' instead of
20756 `start-process-shell-command'. By this, Tramp takes over
20757 handling of remote directories.
20758
20759 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20760
20761 * newcomment.el (comment-use-global-state): New var.
20762 (comment-search-forward): Use it.
20763
20764 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20765
20766 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20767
20768 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20769 (enable-kinsoku): Make it a defcustom.
20770 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20771 paragraph to same-comment-start-marker.
20772
20773 2004-03-07 Dave Love <fx@gnu.org>
20774
20775 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20776 (browse-url-mail): Use it.
20777
20778 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20779 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20780
20781 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20782
20783 * woman.el (woman-man.conf-path): Doc fix.
20784 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20785
20786 2004-03-07 Eli Zaretskii <eliz@gnu.org>
20787
20788 * sort.el (sort-columns): Remove ms-dos from the list of systems
20789 where the external `sort' command is not used.
20790
20791 2004-03-07 Kim F. Storm <storm@cua.dk>
20792
20793 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20794 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20795 from overlay-arrow-variable-list.
20796 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20797
20798 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
20799
20800 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20801 overlay arrow string properly for the assembler buffer.
20802
20803 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * mail/sendmail.el (mail-mode): Fix last change.
20806
20807 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
20808
20809 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20810 for the assembler buffer.
20811 (gdb-assembler-custom): Position the overlay arrow.
20812 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20813
20814 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20815
20816 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20817
20818 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20819 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20820
20821 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20822
20823 * newcomment.el (uncomment-region): Allow non-terminated comment.
20824 (comment-normalize-vars): Check the user-specified comstart marker.
20825
20826 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20827
20828 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20829 Otherwise, do use it if the region only contains font-lock text
20830 properties.
20831
20832 2004-03-04 Masatake YAMATO <jet@gyve.org>
20833
20834 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20835 as the callback function for eldoc.
20836 (hexl-print-current-point-info): New function.
20837 (hexl-current-address): Print the address in both decimal
20838 and hexadecimal format.
20839
20840 2004-03-04 Richard M. Stallman <rms@gnu.org>
20841
20842 * mail/rmail.el (rmail-convert-to-babyl-format):
20843 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20844
20845 * mail/mail-utils.el (mail-unquote-printable-region):
20846 New arg UNIBYTE.
20847
20848 * startup.el (command-switch-alist): Doc fix.
20849
20850 * simple.el (undo): Temporarily set this-command to `undo-start',
20851 then set it to `undo' once undo-start returns without error.
20852
20853 * simple.el (minibuffer-history-sexp-flag): Doc fix.
20854
20855 * simple.el (kill-line): Don't disregard trailing whitespace
20856 in eol condition, if show-trailing-whitespace is set.
20857
20858 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20859 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20860 When disabling, restore old values only if mouse-sel-has-been-enabled.
20861
20862 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20863 (isearch-{-char): New function.
20864 (isearch-mode-map): Bind { to isearch-{-char.
20865
20866 * font-lock.el (lisp-font-lock-keywords-2):
20867 Turn off the CL with-... and do-... general patterns.
20868 Instead, recognize several specific with... and do... constructs.
20869
20870 * files.el (switch-to-buffer-other-window):
20871 Bind same-window-buffer-names and same-window-regexps to nil.
20872 (switch-to-buffer-other-frame): Likewise.
20873
20874 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20877 recognizing leading comment on code line.
20878
20879 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20882 hidden files/directories.
20883
20884 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20885
20886 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20887 only comment-start (in case the mode hasn't set it).
20888
20889 * Makefile.in (AUTOGENEL): New var.
20890 (bootstrap-prepare): Rename from bootstrap-clean.
20891 Don't remove elc files.
20892 (maintainer-clean): New target.
20893
20894 * xml.el (xml-get-attribute-or-nil): Simplify.
20895
20896 2004-03-02 Juri Linkov <juri@jurta.org>
20897
20898 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20899 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20900 URL to prevent their substitution with the environment variable
20901 values by browsers.
20902
20903 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20904
20905 * ps-print.el: Doc fix.
20906 (ps-print-version): New version number (6.6.3).
20907 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20908 Docstring fix.
20909 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20910 before printing.
20911 (ps-time-stamp-yyyy-mm-dd): New fun.
20912 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20913
20914 2004-03-02 Kim F. Storm <storm@cua.dk>
20915
20916 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20917
20918 2004-03-01 Juanma Barranquero <lektu@terra.es>
20919
20920 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20921
20922 * desktop.el (desktop-file-version)
20923 (desktop-after-read-hook): Fix typos.
20924 (desktop-clear-preserve-buffers): Remove redundant info in
20925 docstring already shown by the obsolescence message.
20926 (desktop-truncate, desktop-internal-v2s)
20927 (desktop-value-to-string): Change argument name to match docstring.
20928
20929 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20930
20931 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20932 docstring.
20933
20934 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20935
20936 * printing.el: Replace "As Is..." in PostScript file print/preview by
20937 "No Preprocessing...". Suggested by Colin Marquardt
20938 <_marquardt_@zmd.de>.
20939 (pr-insert-section-4): Adjust buffer interface.
20940
20941 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20942
20943 Version 2.0.39 of Tramp released.
20944
20945 * net/tramp.el (tramp-handle-file-local-copy)
20946 (tramp-handle-write-region, tramp-open-connection-rsh):
20947 Variable name typo. Small change. From Patrick Tullmann
20948 <tullmann@flux.utah.edu>.
20949 (tramp-process-connection-type): New variable.
20950 (tramp-maybe-open-connection): Use it.
20951 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20952 (tramp-touch): Set last-modified time of a remote file.
20953 (tramp-handle-write-region): Say which function is used when encoding.
20954
20955 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20956
20957 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20958 case of non-existing filename, too. Reported by Christoph Bauer
20959 <c_bauer@informatik.uni-kl.de>.
20960 (tramp-smb-get-file-entries): The directory in question should
20961 have permissions "drwxrwxrwx". Just virtual, because we don't
20962 know the real permissions. Don't we know?
20963 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20964 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20965 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20966 output. If it was received chunkwise, there have been problems.
20967 Remove the "prompt not found" error message; it is obvious.
20968 Simplify algorithm.
20969 (tramp-smb-process-running): Remove. Since we acknowledge the
20970 virtual prompt for shares, there's no need for distinction of
20971 reading shares (process ends afterwards) and interactive mode of
20972 smblient.
20973 (tramp-smb-open-connection): Setting process sentinel removed.
20974 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20975 "NT_STATUS_NETWORK_ACCESS_DENIED".
20976 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20977 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20978 (top-level): Setting default value in `tramp-default-method-alist'
20979 corrected. Order of USER and HOST have been wrong.
20980 Nobody complained for months ...
20981 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20982 (tramp-smb-open-connection): Clear password cache if login has failed.
20983
20984 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20985 `tramp-unified-filenames'.
20986 (tramp-completion-mode): Make test for XEmacs explicitly.
20987 `event-to-character' can exists in Emacs packages too.
20988 Reported by Matt Swift <swift@alum.mit.edu>.
20989 (tramp-buffer-name): Buffer name must contain the user if exists.
20990 Reported by Adrian Phillips <a.phillips@met.no>.
20991 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20992 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20993 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20994 `tramp-do-copy-or-rename-file-one-local', because it handles also
20995 the case both files use the same out-of-band method.
20996 Implementation added.
20997 (tramp-handle-file-local-copy, tramp-handle-write-region):
20998 Out-of-band handling removed. `copy-file' called instead, which
20999 calls `tramp-do-copy-or-rename-file-out-of-band'.
21000 (tramp-action-password): Check for out-of-band method removed.
21001 This function is used for 'login-program.
21002 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21003 appropriate.
21004 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21005 and `tramp-parse-sknownhosts'.
21006 (tramp-completion-function-alist): It's a defvar now, because we
21007 want to apply the optimized `tramp-set-completion-function'
21008 instead of a static list.
21009 (tramp-set-completion-function): Implementation tuned.
21010 Avoid double entries, and entries where the function or the
21011 file/directory doesn't exist.
21012 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21013 for SSH2.
21014 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21015 (tramp-handle-dired-compress-file): New function.
21016 (tramp-async-proc): New variable.
21017 (tramp-handle-shell-command): Adding asynchronous processes.
21018 They are far from being perfect, but it works at least for
21019 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21020 (top-level): Require password.el if visible. Should be mandatory
21021 once No Gnus has found its way into (X)Emacs.
21022 (tramp-read-passwd): Invoke `password-read' if available,
21023 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
21024 fallback any longer.
21025 (tramp-clear-passwd): New function.
21026 (tramp-process-actions, tramp-process-multi-actions):
21027 Clear password cache if login has failed.
21028
21029 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
21030 its own module.
21031 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21032 `ange-ftp-ftp-name-res'. There could be incorrect values from
21033 previous calls in case the "ftp" method is used in the Tramp file
21034 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21035
21036 2004-02-28 Richard M. Stallman <rms@gnu.org>
21037
21038 * term.el (term-mouse-paste): Call mouse-set-point.
21039
21040 * thumbs.el: New file.
21041
21042 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21043
21044 * progmodes/ebnf-abn.el: Doc fix.
21045
21046 * progmodes/ebnf-bnf.el: Doc fix.
21047 (ebnf-repeat): Code fix.
21048
21049 * progmodes/ebnf2ps.el: Doc fix.
21050 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21051
21052 2004-02-28 Juri Linkov <juri@jurta.org>
21053
21054 * ffap.el (dired-at-point): Additional writability test for
21055 relative directory names.
21056 (dired-at-point-prompter): Treat directories as a directory, get
21057 the directory component from files.
21058 (ffap-string-at-point): Return string from region if region is active.
21059 (ffap-file-at-point): Remove redundant code.
21060
21061 2004-02-28 Kim F. Storm <storm@cua.dk>
21062
21063 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21064 Initialize margin area images to nil.
21065 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21066 (breakpoint-enabled-bitmap-face)
21067 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21068 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21069 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21070 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21071 (gdb-reset): Use gdb-remove-breakpoint-icons.
21072 (gdb-put-string): Add dprop arg to specify alternative display
21073 property (for setting fringe bitmap).
21074 (gdb-remove-strings): Doc fix.
21075 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21076 icon in fringe (if available), or else as icon or text in display
21077 margin. Creates necessary icons in breakpoint-bitmap,
21078 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21079 Also make left window margin if required.
21080 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21081 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
21082 no longer needed.
21083 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21084 gdb-put-breakpoint-icon.
21085 (gdb-assembler-mode): Don't set left-margin-width here.
21086
21087 2004-02-27 Kevin Ryde <user42@zip.com.au>
21088
21089 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21090 comma, so that it DTRT in macros.
21091
21092 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
21093
21094 * progmodes/sh-script.el (sh-shell-arg)
21095 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21096 (sh-leading-keywords, sh-other-keywords): Fix custom type.
21097
21098 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
21099
21100 * faces.el (face-spec-set-match-display): Add a new attribute,
21101 `min-colors'.
21102 (region, highlight, secondary-selection): Use `min-colors'.
21103
21104 * custom.el (defface): Add documentation for `min-colors'.
21105
21106 * font-lock.el (font-lock-comment-face, font-lock-string-face)
21107 (font-lock-keyword-face, font-lock-function-name-face)
21108 (font-lock-variable-name-face, font-lock-constant-face):
21109 Use `min-colors'.
21110
21111 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21112
21113 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21114
21115 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
21116 define assq-delete-all if it's not defined.
21117 (ebnf-generate-region): Code fix.
21118
21119 * printing.el: Doc fix.
21120 (pr-version): New version number (6.7.2).
21121 (pr-command): Return empty string if command is an empty string.
21122
21123 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21124
21125 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21126
21127 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
21128 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21129 semi-down-full. Fix a bug on productions like test = {"test"}* | (
21130 "tt" ["test"] ). Reported by Markus Dreyer
21131 <mdreyer@ix.urz.uni-heidelberg.de>.
21132 (ebnf-version): New version number (4.0).
21133 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21134 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21135 (ebnf-delete-style): New commands.
21136 (ebnf-directory, ebnf-file): New funs.
21137 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21138 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21139 (ebnf-syntax-alist): New var.
21140 (ebnf-element-width): New fun replacing ebnf-list-width.
21141 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21142 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21143 (ebnf-prologue): Adjust vars.
21144 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21145 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21146 (ebnf-check-style-values, ebnf-generate-production)
21147 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21148 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21149 (ebnf-token-repeat): Code fix.
21150
21151 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21152 %right, %left and %prec. Suggested by Matthew K. Junker
21153 <junker@alum.mit.edu>.
21154 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21155
21156 * progmodes/ebnf-iso.el: Doc fix.
21157 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21158 (ebnf-iso-lex): Code fix.
21159
21160 * progmodes/ebnf-bnf.el: Doc fix.
21161 (ebnf-bnf-lex): Code fix.
21162
21163 * progmodes/ebnf-otz.el: Doc fix.
21164
21165 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21166
21167 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21168 (abbrev-prefix-mark): Doc fix.
21169
21170 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
21171
21172 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21173 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21174 (gdb-var-delete): Make interactive (really).
21175 (gdb-edit-value): Make non-interactive.
21176
21177 * progmodes/gud.el (gud-speedbar-menu-items):
21178 Add gdb-var-delete and, indirectly, gdb-edit-value.
21179 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21180 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21181 (gud-gdb-marker-filter): Add comment for annotations.
21182
21183 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21184
21185 * calendar/calendar.el (generate-calendar)
21186 (calendar-read-date): Prevent display of BC calendars once more -
21187 reverts 2003-10-01 change.
21188 (generate-calendar-month): Doc fix.
21189
21190 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21191
21192 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21193 return value of increment-calendar-month.
21194
21195 2004-02-21 Stephen Compall <s11@member.fsf.org>
21196
21197 * saveplace.el (save-place-forget-unreadable-files)
21198 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21199 (save-place-forget-unreadable-files): New function.
21200 (save-place-alist-to-file): Use it to filter out files that are
21201 no longer readable.
21202
21203 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21204 current Texinfo environment, using the same method as in
21205 `texinfo-insert-@end', and insert a space rather than a newline if
21206 point in a @table environment.
21207
21208 2004-02-21 Juri Linkov <juri@jurta.org>
21209
21210 * ffap.el (ffap-file-at-point): Try parent directories.
21211
21212 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21213
21214 * vcursor.el (vcursor-modifiers): New defcustom.
21215 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21216 hard-coded list.
21217
21218 2004-02-21 Masatake YAMATO <jet@gyve.org>
21219
21220 * play/animate.el (animate-birthday-present): Accept names other
21221 than `Sarah', too.
21222
21223 2004-02-21 Juri Linkov <juri@jurta.org>
21224
21225 * startup.el: Remove table of command line arguments from the
21226 Commentary section.
21227
21228 2004-02-20 John Wiegley <johnw@newartisans.com>
21229
21230 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21231 again" modifier from 'e' to 'E', since 'e' is also used by the
21232 "file extension" modifier.
21233
21234 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21235
21236 * help-fns.el (describe-categories): Doc fix.
21237
21238 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21239
21240 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21241 temporary file for buffer already visiting one. This change makes
21242 output likely to be directly usable by patch program.
21243 Suggested by Adrian Aichner <adrian@xemacs.org>
21244
21245 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
21246
21247 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21248 case of variables defined in compound statements.
21249 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21250 Simplify constructions using switch-to-buffer.
21251
21252 2004-02-19 Simon Josefsson <jas@extundo.com>
21253
21254 * play/morse.el: Fix typo.
21255 (morse-code): Add @.
21256
21257 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21258
21259 * calendar/appt.el (appt-display-format): Change default to
21260 'ignore, for backwards compatibility.
21261 (appt-display-message): If appt-display-format is 'ignore,
21262 respect old vars appt-msg-window and appt-visible.
21263 (appt-activate): Don't depend on return value of cancel-timer.
21264
21265 * calendar/calendar.el (calendar-holidays): Doc fix.
21266
21267 * calendar/cal-coptic.el (coptic-prompt-for-date):
21268 Use assoc-string instead of assoc-ignore-case.
21269 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21270 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21271 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21272 * calendar/cal-islam.el (calendar-goto-islamic-date)
21273 (mark-islamic-diary-entries): Ditto.
21274 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21275 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21276 (calendar-read-mayan-tzolkin-date): Ditto.
21277 * calendar/calendar.el (calendar-read-date): Ditto.
21278 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21279
21280 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21281
21282 * progmodes/executable.el (executable-command-find-posix-p):
21283 Fix choice of the directory.
21284
21285 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21286
21287 * simple.el (interprogram-cut-function)
21288 (interprogram-paste-function, kill-new, kill-append):
21289 Doc fixes.
21290 (kill-region): Make it return nil. Doc fix.
21291 (yank-pop): Make its argument optional.
21292 (yank): Make ARG `-' equivalent to `-1'.
21293
21294 2004-02-17 Eli Zaretskii <eliz@gnu.org>
21295
21296 * mail/rmail.el (rmail-get-new-mail): Don't reference
21297 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21298
21299 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21300
21301 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21302 if one of global-auto-revert-non-file-buffers or autorevert-mode
21303 is non-nil.
21304
21305 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21306
21307 * subr.el (delete-dups): A better implementation from Karl Heuer
21308 <kwzh@gnu.org>.
21309
21310 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21311
21312 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21313 correct place.
21314 * progmodes/icon.el (icon-indent-command): Ditto.
21315 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21316
21317 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21318
21319 * progmodes/grep.el (grep-compute-defaults): Undo change from
21320 2004-01-29: don't use executable-command-find-posix-p.
21321
21322 2004-02-16 Richard Sharman <rsharman@pobox.com>
21323
21324 * hilit-chg.el: Use require instead of eval-and-compile.
21325 (highlight-compare-buffers): New function.
21326
21327 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21328
21329 * man.el (Man-fontify-manpage): Render section headings in
21330 `Man-overstrike-face' even when overstrike was not used by man
21331 formatter for section headings.
21332
21333 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21334
21335 * rmail-spam-filter.el (vm-use-spam-filter)
21336 (rsf-min-region-length-added-to-spam-list): New variables.
21337 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21338 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
21339 spam testing. Don't delete spam message if automatic deletion
21340 after output via variable rmail-delete-after-output is turned on.
21341 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21342 rsf-bbdb-dont-create-entries-for-spam.
21343 (check-field): New function, extracted from code in
21344 rmail-spam-filter to ease addition of header fields like content-type.
21345 (message-content-type): New variable to check the content-type:
21346 field added, also in defcustom of rsf-definitions-alist.
21347 (rmail-spam-filter): Replace repeated test code for header fields
21348 by calls to check-field; change the call to
21349 rmail-output-to-rmail-file such that rmail-current-message stays
21350 the same to avoid wrong deletion of unseen flags.
21351 (rsf-add-contents-type): New function to convert old format
21352 of rmail-spam-definitions-alist into new one.
21353 Change prefixes of all variables and functions from
21354 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21355
21356 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21357
21358 * loadhist.el (unload-hook-features-list): New defvar.
21359
21360 2004-02-16 Dave Love <fx@gnu.org>
21361
21362 * loadhist.el (unload-feature): Doc fix. Rename flist to
21363 unload-hook-features-list.
21364
21365 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
21366
21367 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21368 cookie. Don't check if we are looking-at open-formula.
21369
21370 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21371
21372 * subr.el (match-string-no-properties): Use substring-no-properties.
21373
21374 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21375
21376 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21377 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21378 Use lower-case "rx" in all error message.
21379
21380 2004-02-16 Dave Love <fx@gnu.org>
21381
21382 * emacs-lisp/rx.el (rx-or): Put group around result.
21383 (rx-constituents): Add backref.
21384 (rx-syntax): Add string-delimiter, comment-delimiter.
21385 (rx-categories): Add combining-diacritic.
21386 (rx-check-not, rx-greedy, rx): Doc fix.
21387 (rx-backref, rx-check-backref): New.
21388
21389 2004-02-16 Jesper Harder <harder@ifa.au.dk>
21390
21391 * newcomment.el (uncomment-region): Allow eob as comment end.
21392
21393 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21394
21395 * filecache.el: All message and error commands now use prefix
21396 "Filecache:" to make it easy to read *Messages* buffer.
21397
21398 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21399
21400 * autorevert.el: Add support to detect changed dired and VC buffers.
21401 (auto-revert-active-p, auto-revert-list-diff)
21402 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21403 (auto-revert-handler, auto-revert-active-p): New functions.
21404 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21405 and `auto-revert-active-p'.
21406 (eval-when-compile): Defvar dired-directory and vc-mode.
21407 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21408 (auto-revert-handler-vc): New functions.
21409
21410 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21411
21412 * progmodes/compile.el (compilation-directory): New defvar.
21413 (compile): Save current directory in compilation-directory.
21414 (recompile): Bind default-directory to compilation-directory if
21415 that is non-nil.
21416
21417 2004-02-16 Dave Love <fx@gnu.org>
21418
21419 * newcomment.el (comment-insert-comment-function)
21420 (comment-region-function, uncomment-region-function): New.
21421 (comment-indent): Use comment-insert-comment-function.
21422 (uncomment-region): Use uncomment-region-function.
21423 (comment-region): Use comment-region-function.
21424
21425 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21426
21427 2004-02-16 Richard Stallman <rms@gnu.org>
21428
21429 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21430 loaddefs* and ldefs-boot*.
21431
21432 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21433
21434 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21435 and email address at the beginning and end of the address.
21436
21437 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21438 anchored at the beginning of the email address.
21439
21440 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21441
21442 * international/ccl.el (ccl-compile-write): Pass `left' to
21443 ccl-embed-code to generate correct code of write-expr-register.
21444
21445 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21446
21447 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21448
21449 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21450
21451 * x-dnd.el: Mention support for Motif in commentary.
21452 (x-dnd-handle-drag-n-drop-event): Ditto.
21453
21454 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21455
21456 * ses.el: Use "ses--" prefixes for buffer-local variables.
21457 Use (point-min) instead of 1, even when we know the buffer
21458 is unnarrowed.
21459 (ses-build-load-map): Delete. Distribute its content to defconsts for
21460 the three maps.
21461 (ses-menu, ses-header-line-menu): New menus.
21462 (ses-mode-map): Use them.
21463 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21464
21465 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21466
21467 * Makefile.in: Fix the CC Mode recompile kludge so it works
21468 when building in a different directory.
21469
21470 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21471
21472 * simple.el (kill-new): Put yank-handler property on the entire string.
21473
21474 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * diff.el: Don't use compile any more, use diff-mode instead.
21477 (diff-regexp-alist, diff-old-file, diff-new-file)
21478 (diff-parse-differences, diff-process-setup): Remove.
21479 (diff-sentinel): New fun.
21480 (diff): Use it. Run the process ourselves.
21481 Use diff-mode for the rest of the processing.
21482
21483 * diff.el (diff): Simplify code handling `switch'.
21484
21485 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21486
21487 * pcvs-defs.el (cvs-menu): Add `tag'.
21488
21489 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21490
21491 * simple.el (kill-append): Doc fix.
21492
21493 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21494 Adapt outline-regexp to the new conventions for commenting out code.
21495
21496 2004-02-11 John Paul Wallington <jpw@gnu.org>
21497
21498 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21499
21500 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * diff.el (diff-switches): New fun.
21503 (diff, diff-backup): Use it.
21504 (diff): Clean up the args construction. Use backquote.
21505 Use listp instead of consp to avoid putting a nil arg.
21506 (diff): Add a revert-buffer function.
21507
21508 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21509
21510 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21511 handled by x-dnd-handle-file-name.
21512 (x-dnd-known-types): Add COMPOUND_TEXT.
21513 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21514 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21515 x-dnd-empty-state.
21516 (x-dnd-forget-drop): Ditto.
21517 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21518 (x-dnd-handle-one-url): Return private when inserting text.
21519 (x-dnd-insert-ctext): New function.
21520 (x-dnd-handle-file-name): New function for FILE_NAME.
21521 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21522 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21523 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21524
21525 2004-02-10 Kenichi Handa <handa@m17n.org>
21526
21527 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21528 instead of while loop.
21529
21530 2004-02-10 Miles Bader <miles@gnu.org>
21531
21532 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21533
21534 2004-02-09 Kenichi Handa <handa@m17n.org>
21535
21536 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21537 have end-of-line.
21538
21539 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21540
21541 * Makefile.in: Added extra dependencies in the recompile target
21542 needed to cope with the compile time macro expansions in CC Mode.
21543
21544 2004-02-09 Kim F. Storm <storm@cua.dk>
21545
21546 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21547 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21548 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21549 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21550 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21551 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21552 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21553 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21554 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21555 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21556 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21557
21558 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21559
21560 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21561 Don't allow shrink if there's a window on our right.
21562
21563 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21564 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21565 Bring together declaration and initialization.
21566 (prolog-mode-variables): Don't set the syntax table.
21567 Don't set paragraph-start and comment-indent-function.
21568 Add /*..*/ to the comment regexps.
21569 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21570 (prolog-mode-map): Don't bind TAB.
21571 (prolog-mode): Set the syntax table.
21572 (prolog-comment-indent): Remove.
21573 (inferior-prolog-mode-map): Initialize in the declaration.
21574 (inferior-prolog-mode-syntax-table)
21575 (inferior-prolog-mode-abbrev-table): New vars.
21576 (inferior-prolog-mode): Derive from comint-mode.
21577 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21578 minibuffer windows.
21579
21580 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21581 in file names, as long as it is unambiguous.
21582
21583 2004-02-08 Andreas Schwab <schwab@suse.de>
21584
21585 * textmodes/reftex-toc.el
21586 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21587 format. Doc fix.
21588
21589 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21590 format string arguments.
21591
21592 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21593 string argument.
21594
21595 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21596
21597 * play/zone.el (zone-call): Fix format string.
21598
21599 * net/webjump.el (webjump-builtin): Add missing format string argument.
21600
21601 * midnight.el (midnight-delay-set): Remove extra format string
21602 argument.
21603
21604 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21605
21606 * hexl.el (hexl-insert-char): Add missing format string argument.
21607
21608 * format.el (format-decode): Fix format string.
21609
21610 * emulation/vi.el (vi-mode): Remove extra format string argument.
21611 (vi-repeat-last-search): Likewise.
21612 (vi-reverse-last-search): Likewise.
21613 (vi-goto-mark): Likewise.
21614 (vi-reverse-last-find-char): Likewise.
21615 (vi-repeat-last-find-char): Likewise.
21616 (vi-locate-def): Likewise.
21617
21618 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21619
21620 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21621 string argument.
21622 (ediff-toggle-regexp-match): Likewise.
21623
21624 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21625 format string argument.
21626
21627 * calc/calc-map.el (calc-get-operator): Remove extra format
21628 string argument.
21629
21630 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21631
21632 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21633 string argument.
21634
21635 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21636
21637 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21638
21639 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21640
21641 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21642 (cl-struct-setf-expander): Likewise.
21643
21644 * vc.el (with-vc-file): Fix unsafe uses of error.
21645 (vc-cancel-version): Likewise.
21646
21647 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21648
21649 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21650 thousands separator; fixes <class>:<line-number> regexp for
21651 non-english locales.
21652
21653 2004-02-08 Andreas Schwab <schwab@suse.de>
21654
21655 * view.el (view-mode-enable): Revert previous change.
21656
21657 2004-02-07 Kim F. Storm <storm@cua.dk>
21658
21659 * simple.el (line-number-at-pos): Rename from line-at-pos.
21660 Uses changed (what-line and vc-annotate-warp-version).
21661
21662 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21663
21664 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21665 (diff-mode): Remove aborted attempt at support for compile.el.
21666 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21667
21668 2004-02-06 Andreas Schwab <schwab@suse.de>
21669
21670 * view.el (view-mode-enable): Add view-mode-map to
21671 minor-mode-overriding-map-alist.
21672
21673 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21674
21675 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21676
21677 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21680 with point inside rather than after the paragraph.
21681
21682 2004-02-04 Sam Steingold <sds@gnu.org>
21683
21684 * mail/smtpmail.el (smtpmail-try-auth-methods):
21685 Do not try authentication when no mechanism is available.
21686 Pass port-name as defaultport to `netrc-machine'.
21687
21688 2004-02-04 Stephen Eglen <stephen@gnu.org>
21689
21690 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21691 to show how minibuffer height can be constrained.
21692
21693 2004-02-04 John Paul Wallington <jpw@gnu.org>
21694
21695 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21696
21697 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21698
21699 * x-dnd.el: New file for drag and drop.
21700
21701 * term/x-win.el: require x-dnd, set after-make-frame-functions
21702 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21703 drag-n-drop event.
21704
21705 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21706 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21707 (dired-dnd-handle-file): New functions for drag and drop support.
21708 (dired-mode): Initialize drag and drop if x-dnd present.
21709
21710 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21713 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21714 (cperl-mode): Set fill-paragraph-function.
21715 (cperl-fill-paragraph): Make it non-interactive.
21716
21717 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21718
21719 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21720
21721 2004-02-02 David Kastrup <dak@gnu.org>
21722
21723 * replace.el (perform-replace): Allow 'literal argument in
21724 regexp-flag to indicate literal replacement.
21725 (query-replace-regexp-eval): Use it.
21726
21727 2004-02-01 Andreas Schwab <schwab@suse.de>
21728
21729 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21730
21731 2004-02-01 Stephen Eglen <stephen@gnu.org>
21732
21733 * info-look.el: Add support for maxima-mode. Update commentary
21734 because info-lookup-symbol is now bound to C-h S.
21735
21736 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21737
21738 * simple.el (edit-and-eval-command): Bind print-level and
21739 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21740 Correct initial position in command-history.
21741
21742 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21743
21744 * files.el (read-directory-name): Adapt the docstring to recent
21745 change in Fread_file_name.
21746
21747 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21748
21749 * ses.el (ses-print-cell): If print format too wide for column
21750 width, truncate decimal places if that helps to avoid "#####" fill.
21751 * ses.el (ses-initial-column-width): Revert previous change.
21752
21753 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
21754
21755 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21756 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21757 Add edebug info.
21758 (jit-lock-mode): Setup/cancel the new timer.
21759 (jit-lock-context-fontify): New fun. Extracted from
21760 context fontification code of jit-lock-stealth-fontify.
21761 (jit-lock-stealth-fontify): Don't do context fontification any more.
21762
21763 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21764 (jit-lock-fontify-now): Handle the `quit' case.
21765 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21766
21767 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21768
21769 * progmodes/executable.el (executable-command-find-posix-p):
21770 New. Check if find handles arguments Posix-style.
21771
21772 * progmodes/grep.el (grep-compute-defaults):
21773 Use executable-command-find-posix-p.
21774 (grep-find): Check `grep-find-command'.
21775
21776 * filecache.el (file-cache-find-posix-p): Delete.
21777 (file-cache-add-directory-using-find):
21778 Use `executable-command-find-posix-p'.
21779
21780 2004-01-29 Dave Love <fx@gnu.org>
21781
21782 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21783 Iterate the hook function if arg is given.
21784 (mark-defun, narrow-to-defun): Change order of finding the limits.
21785
21786 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21787 (byte-compile-format-warn): New.
21788 (byte-compile-callargs-warn): Use it.
21789 (Format, message, error): Add byte-compile-format-like property.
21790 (byte-compile-maybe-guarded): New.
21791 (byte-compile-if, byte-compile-cond): Use it.
21792 (byte-compile-lambda): Compile interactive forms,
21793 just to make warnings about them.
21794
21795 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21796
21797 * ses.el (ses-initial-column-width): Increase to 14, so it will
21798 work well with the default printer of "%.7g" for extreme values
21799 like "-1.234567e+07".
21800
21801 2004-01-29 Kenichi Handa <handa@m17n.org>
21802
21803 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21804
21805 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21806
21807 * dos-w32.el: Added support for the `default-printer-name' function.
21808
21809 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21810
21811 * server.el (server-socket-name): Don't use the hostname in the
21812 socket name since /tmp is local to the host anyway.
21813
21814 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21815 robust check of widening and fix var-naming.
21816
21817 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21818
21819 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21820 or rmail-spam- to rsf- in all function and variable names.
21821 (rsf-min-region-to-spam-list): New variable.
21822 (rsf-bbdb-auto-delete-spam-entries): Rename from
21823 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21824 scanned together with the recipients field for spam testing; Don't
21825 delete spam message if rmail-delete-after-output is non-nil;
21826 (rsf-check-field): New function, extracted from code in
21827 rmail-spam-filter to ease addition of header fields like
21828 content-type:;
21829 (message-content-type): New variable. The content-type: field was
21830 added also in defcustom of rsf-definitions-alist;
21831 (rmail-spam-filter): Replace repeated test code for header fields
21832 by calls to check-field; change the call to
21833 rmail-output-to-rmail-file such that rmail-current-message stays
21834 the same to avoid wrong deletion of unseen flags.
21835 (rmail-use-spam-filter): Add autoload cookie.
21836
21837 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
21838
21839 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21840 (file-cache-add-directory-using-find): Add Cygwin support.
21841 (file-cache-find-command-posix-flag): New user variable.
21842
21843 * filecache.el (file-cache-add-directory): Check for
21844 directories an remove them from dir-files.
21845
21846 2004-01-27 Richard M. Stallman <rms@gnu.org>
21847
21848 * man.el (Man-fontify-manpage): Clean up message.
21849
21850 2004-01-27 Kenichi Handa <handa@m17n.org>
21851
21852 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21853 (sentence-end): Define using sentence-end-without-space.
21854
21855 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21856 a sentence ends with one of a character in sentence-end-without-space.
21857
21858 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
21859
21860 * font-lock.el (font-lock): Add jit-lock as explicit group member.
21861 (jit-lock): Group declaration moved to jit-lock.el.
21862 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21863 when necessary.
21864
21865 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21866 (jit-lock-context-unfontify-pos): Rename from
21867 jit-lock-first-unfontify-pos.
21868 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21869
21870 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21871
21872 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21873 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21874 (fortran-fill): When filling a string, adjust re-search-backward
21875 argument for special case of string just on fill-column.
21876 When filling non-string, allow one extra char if
21877 fortran-break-before-delimiters is non-nil.
21878 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21879 Use fortran-break-delimiters-re and fortran-no-break-re to
21880 correctly handle cases such as "**".
21881
21882 * progmodes/f90.el (f90-break-delimiters): Doc fix.
21883 (f90-no-break-re): Add some extra tokens. Doc fix.
21884
21885 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21886
21887 * mail/rmail-spam-filter.el:
21888 Use two semicolons as Commentary line prefix.
21889 Add ";;; Code:" stylized comment.
21890 Delete end-of-line whitespace.
21891 Wrap (require 'cl) with `eval-when-compile'.
21892
21893 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21894
21895 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21896 at the top level of vc.el.
21897
21898 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21899
21900 * vc.el (vc-current-line): Function removed. This is now done by
21901 the new function line-at-pos in simple.el.
21902 (vc-annotate-warp-version): Use line-at-pos instead of
21903 vc-current-line.
21904
21905 2004-01-22 Kim F. Storm <storm@cua.dk>
21906
21907 * simple.el (line-at-pos): New defun.
21908 (what-line): Use it. Optimize by only counting lines in narrowed
21909 region once.
21910
21911 2004-01-22 Kenichi Handa <handa@m17n.org>
21912
21913 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21914 point (register r1) only for charset mule-unicode-0100-24ff.
21915
21916 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21917
21918 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21919 trailing white space and ensure a final newline.
21920
21921 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21922 Add autoload cookie.
21923
21924 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21925
21926 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21927 activate view-mode explicitly.
21928
21929 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21930
21931 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21932 menu-bar-enable-clipboard and make Paste use clipboard first.
21933
21934 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21937 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21938 (vc-mcvs-cvs): Remove.
21939 (vc-mcvs-command): Remove use of assert.
21940
21941 * outline.el (outline-insert-heading): Tighten up match.
21942 (outline-demote, outline-move-subtree-down): Don't assume anything
21943 about outline-regexp.
21944
21945 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21946 (texinfo-show-structure): Explicitly add ^, and simplify.
21947
21948 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21949
21950 * calendar/appt.el (appt-check): Restore usage of
21951 appt-issue-message deleted in previous change.
21952 (top-level): Activate package when loaded (needed for backwards
21953 compatibility).
21954
21955 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21956
21957 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21958 following previous change to smtpmail-send-data.
21959
21960 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21961
21962 * vc.el (vc-default-previous-version): Doc enhancement.
21963 (vc-default-next-version): New function.
21964 (vc-print-log): New arg FOCUS-REV.
21965 (vc-annotate-mode): Derive from view-mode.
21966 (vc-annotate): New args REVISION, DISPLAY-MODE.
21967 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21968 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21969 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21970 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21971 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21972
21973 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21974
21975 2004-01-19 Karl Berry <karl@gnu.org>
21976
21977 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21978 or "TexInfo".
21979
21980 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21981
21982 * subr.el (delete-dups): New function.
21983
21984 2004-01-19 Karl Berry <karl@gnu.org>
21985
21986 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21987 with ^, since that's what texinfo-show-structure
21988 documentation says (plus it works much better in texinfo.txi).
21989
21990 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21991
21992 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21993
21994 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21995
21996 * progmodes/which-func.el (which-function-mode): Don't cancel
21997 which-func-update-timer if not set.
21998
21999 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
22000
22001 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22002 Remove spurious left square bracket in XX:XXam regexp.
22003
22004 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
22005
22006 * progmodes/cc-defs.el: Do not require cl at run time.
22007
22008 2004-01-16 Richard M. Stallman <rms@gnu.org>
22009
22010 * emacs-lisp/cl.el (cl-cannot-unload): New function.
22011 (cl-unload-hook): Defvar this to run cl-cannot-unload.
22012
22013 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22014 Call rmail-spam-filter. Delete and expunge spam.
22015 Print number of spam messages deleted.
22016 Save and restore the deletion status of old messages when reading
22017 new mail with spam filter, so that expunging spam does not expunge
22018 msgs deleted by the user.
22019 (rmail-only-expunge): Add an optional argument dont-show to
22020 prevent showing message after expunge.
22021
22022 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
22023
22024 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22025 * subr.el (declare): New macro.
22026
22027 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
22028
22029 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22030
22031 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
22032
22033 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22034 Test window-system rather than system-type (for X11/Mac).
22035
22036 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
22037
22038 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22039
22040 2004-01-12 Richard M. Stallman <rms@gnu.org>
22041
22042 * mail/rmail.el (rmail-convert-to-babyl-format):
22043 Use mail-unquote-printable-region.
22044 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22045 (rmail-hex-char-to-integer): Functions deleted.
22046
22047 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22048 (mail-unquote-printable-region): New arg NOERROR.
22049 For invalid encoding, either signal an error to just return nil.
22050
22051 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22052
22053 * calendar/appt.el: Update copyright and commentary.
22054 (appt-issue-message): Make obsolete.
22055 (appt-visible, appt-msg-window): Make obsolete, in favor of
22056 appt-display-format.
22057 (appt-display-mode-line, appt-display-duration)
22058 (appt-display-diary, appt-time-msg-list, appt-mode-string)
22059 (appt-prev-comp-time, appt-display-count, appt-timer)
22060 (appt-convert-time): Doc change.
22061 (appt-disp-window-function, appt-delete-window-function):
22062 Use defcustom rather than defvar.
22063 (appt-display-format): New variable.
22064 (appt-display-message): New function with display code from appt-check.
22065 (appt-check): Add optional FORCE argument. Doc change.
22066 Add appt-make-list to diary-hook if displaying diary.
22067 Remove checking of view-diary-entries-initially.
22068 Message display section removed to new function appt-display-message.
22069 (appt-display-window): Doc change. Remove unused internal var
22070 this-buffer. Do not beep, since appt-display-message does that.
22071 (appt-make-list): Doc change. Use caar.
22072 (appt-sort-list): Simplify by using builtin sort function.
22073 (appt-update-list): New function for updating appts when diary is
22074 saved.
22075 (appt-activate): New autoloaded function to toggle package
22076 functionality.
22077
22078 * calendar/cal-x.el: (calendar-one-frame-setup)
22079 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22080
22081 * calendar/calendar.el: Update copyright.
22082 (view-diary-entries-initially, european-calendar-style): Doc change.
22083 (calendar-setup): Make defcustom rather than defvar.
22084 (mark-visible-calendar-date): Initialize temp-face and faceinfo
22085 in let binding so local to function.
22086
22087 * calendar/diary-lib.el: Update copyright.
22088 (diary, diary-entry-time): Doc change.
22089 (list-diary-entries): Doc change. Trivial logic change.
22090 (fancy-diary-display): Restore make-face command mistakenly
22091 deleted 2003-05-08.
22092 (show-all-diary-entries): Allow to pop-up frame if needed.
22093
22094 2004-01-09 John Paul Wallington <jpw@gnu.org>
22095
22096 * bindings.el (mode-line-change-eol): Add EVENT parameter.
22097 Temporarily select EVENT's window for changing eol type.
22098
22099 2004-01-09 Deepak Goel <deego@gnufans.org>
22100
22101 * calendar/diary-lib.el (diary-entry-time):
22102 Also accept time in the form XX[.XX][am/pm/AM/PM].
22103 (fancy-diary-font-lock-keywords): Likewise.
22104 (diary-font-lock-keywords): Likewise.
22105 * calendar/appt.el (appt-add): Likewise.
22106 (appt-make-list): Likewise.
22107 (appt-convert-time): Likewise.
22108
22109 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
22110
22111 * gdb-ui.el (gdb-ann3): Revert previous change.
22112 (gdb-source-info): Allow for case of where compilation directory
22113 is not recorded.
22114
22115 2004-01-08 John Paul Wallington <jpw@gnu.org>
22116
22117 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22118
22119 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
22120
22121 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22122
22123 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22124 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22125 problems.
22126 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22127
22128 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
22129
22130 * files.el (write-file-functions, write-contents-functions):
22131 Clarify docstrings.
22132
22133 2004-01-07 Kenichi Handa <handa@m17n.org>
22134
22135 * international/mule.el (set-auto-coding): Fix for the case that
22136 end-of-line is only CR.
22137
22138 2004-01-07 Kim F. Storm <storm@cua.dk>
22139
22140 * subr.el (event-start, event-end): Doc fix.
22141 (posn-string, posn-image): New defuns.
22142 (posn-object): Return either image or string object.
22143 (posn-object-x-y): Return 8th element of position.
22144 (posn-object-width-height): New defun.
22145
22146 2004-01-06 Andreas Schwab <schwab@suse.de>
22147
22148 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22149 output.
22150
22151 2004-01-05 Karl Berry <karl@gnu.org>
22152
22153 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22154 / and *, too.
22155
22156 2003-12-31 Simon Josefsson <jas@extundo.com>
22157
22158 * files.el (before-save-hook): Add.
22159 (basic-save-buffer): Use before-save-hook.
22160
22161 * emacs-lisp/copyright.el: Fix comment to recommend
22162 before-save-hook instead of write-file-functions.
22163
22164 2004-01-05 Richard M. Stallman <rms@gnu.org>
22165
22166 * finder.el (finder-commentary): Call delete-other-windows.
22167
22168 * net/ange-ftp.el (ange-ftp-file-attributes):
22169 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22170
22171 2004-01-04 Karl Berry <karl@gnu.org>
22172
22173 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22174 comment characters % and # in the copyright year notice,
22175 as well as ;.
22176
22177 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22178
22179 * wid-edit.el (default): Define dummy :value-delete.
22180 Reported by Jesper Harder <harder@ifa.au.dk>.
22181
22182 2004-01-03 Richard M. Stallman <rms@gnu.org>
22183
22184 * progmodes/compile.el (compile-internal): Use point, not point-min,
22185 for set-window-point.
22186
22187 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22188
22189 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22190
22191 * progmodes/grep.el (grep-mode-map):
22192 Don't remap next-line, previous-line.
22193
22194 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22195
22196 * speedbar.el (speedbar-edit-line): Change regexp to position
22197 the cursor on the first character of this line's button.
22198
22199 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22200
22201 * subr.el (functionp): Doc fix.
22202
22203 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22204
22205 * progmodes/idlwave.el (idlwave-make-tags):
22206 * textmodes/flyspell.el (flyspell-large-region):.
22207 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22208 * emulation/viper-util.el (viper-glob-unix-files):
22209 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22210 * man.el (Man-init-defvars):
22211 * jka-compr.el (jka-compr-call-process):
22212 * files.el (get-free-disk-space,insert-directory):
22213 * ediff-ptch.el (ediff-test-patch-utility):
22214 * ediff-diff.el (ediff-test-utility):
22215 * dired-aux.el (dired-check-process):
22216 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22217 test the return value of call-process, because it can be a string.
22218
22219 2003-12-31 John Paul Wallington <jpw@gnu.org>
22220
22221 * bindings.el (completion-ignored-extensions): Add .pfsl.
22222
22223 2003-12-31 Kim F. Storm <storm@cua.dk>
22224
22225 * ido.el (ido-nonreadable-directory-p): New defun to check for
22226 nonreadable directory without activating tramp (to avoid problems
22227 with checking incomplete tramp paths).
22228 (ido-set-current-directory, ido-file-internal)
22229 (ido-file-name-all-completions1): Use it.
22230
22231 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22232
22233 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22234 documentation if the anchor (or node) name is preceded by `info
22235 anchor' or `Info anchor' in addition to earlier `info node' and
22236 `Info node'.
22237 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22238
22239 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22240
22241 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22242 error in arguments to base64-decode-region. Remove ^M characters
22243 after decoding base64.
22244
22245 2003-12-30 Simon Josefsson <jas@extundo.com>
22246
22247 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22248 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22249 have only been distributed with Emacs for some years.
22250 (texinfo-mode-hook): Customize.
22251
22252 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22253
22254 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22255 cleaner (suggested by Richard Stallman).
22256
22257 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22258 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22259 file-name clashes on 8+3 DOS filesystems.
22260
22261 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22262 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22263 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22264 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22265 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22266 file-name clashes on 8+3 filesystems.
22267
22268 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22269 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22270 file-name clashes on 8+3 DOS filesystems.
22271
22272 2003-12-29 Richard M. Stallman <rms@gnu.org>
22273
22274 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22275 Upcase the character.
22276
22277 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22278 Search for header separator alone on a line, literally,
22279 and search for it backward, not forward.
22280 (flyspell-abbrev-table): Always use global-abbrev-table
22281 if there is no local one.
22282
22283 * progmodes/sh-script.el (sh-get-indent-info):
22284 Don't move point back if at bob.
22285
22286 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22287
22288 * play/handwrite.el (handwrite): Make the handwrite credit message
22289 a comment rather than an output command.
22290
22291 * obsolete/sc.el: Display message that this file is obsolete.
22292
22293 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22294
22295 * mail/rfc822.el (rfc822-address-start): Declare variable.
22296 Renamed from address-start. All uses changed.
22297
22298 * term.el (term-exec): Set up sentinel.
22299 (term-sentinel): New function.
22300 (term-handle-exit): New function.
22301
22302 * subr.el (assoc-ignore-case, assoc-ignore-representation):
22303 Use assoc-string, and mark them obsolete.
22304 (delay-mode-hooks): Mark as permanent local.
22305
22306 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22307
22308 * register.el (copy-rectangle-to-register): Doc fix.
22309
22310 * info.el (Info-insert-dir): Use assoc-string.
22311
22312 * info-look.el (info-lookup): Use assoc-string.
22313
22314 * frame.el (pop-up-frame-function): Use quote, not `function'.
22315 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22316 copying with lists as coordinate values.
22317
22318 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22319
22320 * find-dired.el (kill-find): New command.
22321 (find-dired): Make buffer read-only.
22322 Set up a keymap with C-c C-k running kill-find.
22323 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22324
22325 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22326
22327 * filecache.el (file-cache-ignore-case): New variable.
22328 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22329
22330 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22331 (comint-dynamic-complete-as-filename): Rename local vars.
22332 (comint-dynamic-list-filename-completions): Likewise.
22333
22334 * comint.el (comint-dynamic-list-completions-config): New var.
22335 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22336
22337 * comint.el (comint-file-name-chars): Add [].
22338 (comint-word): Use skip-chars-backward, not search.
22339
22340 * shell.el (shell-file-name-chars): Add [].
22341
22342 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22343
22344 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22345
22346 * generic.el (define-generic-mode): Doc fix.
22347
22348 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22349
22350 * files.el (kill-some-buffers): Doc fix.
22351
22352 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
22353
22354 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22355 arg to send-invisible
22356 (send-invisible): Doc fix. The argument is now a prompt, not the
22357 string to send.
22358 (comint-read-noecho): Doc fix.
22359
22360 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22361
22362 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22363 "@", as required by some ISP hosting service. Fix defcustom
22364 argument syntax errors that prevented use of customization.
22365
22366 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22367
22368 * xml.el (xml-get-attribute-or-nil): Doc fix.
22369
22370 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
22371
22372 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22373 write-file-hooks.
22374
22375 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
22376
22377 * autorevert.el (auto-revert-interval): Doc fix.
22378
22379 2003-12-29 Mark A. Hershberger <mah@everybody.org>
22380
22381 * xml.el (xml-get-attribute-or-nil): New function, like
22382 xml-get-attribute, but returns nil if the attribute was not found.
22383 (xml-get-attribute): Convert to defsubst, uses
22384 xml-get-attribute-or-nil.
22385
22386 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22387
22388 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22389
22390 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
22391
22392 * custom.el (custom-declare-theme): Use `value' when putting
22393 properties on `theme'.
22394
22395 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
22396
22397 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22398 for each yank-handler segment.
22399 (insert-for-yank-1): New function, with the body of the previous
22400 insert-for-yank.
22401
22402 * textmodes/table.el (table-yank-handler): New defcustom.
22403 (table--put-cell-indicator-property): Put yank-handler property
22404 that indicates the yank handler for the table cell.
22405
22406 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22407
22408 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22409 set of keywords.
22410
22411 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22412
22413 * international/mule-cmds.el (reset-language-environment)
22414 (set-language-environment): Don't invoke fontset-related functions
22415 if fontset-list is not fboundp.
22416
22417 2003-12-29 Kenichi Handa <handa@m17n.org>
22418
22419 * international/mule-cmds.el (reset-language-environment):
22420 Call set-overriding-fontspec-internal with nil.
22421 (set-language-environment): Call set-overriding-fontspec-internal
22422 if the language environment specify `overriding-fontspec'.
22423 (language-info-alist): Doc added.
22424
22425 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22426 characters of mule-unicode-0100-24ff.
22427 (ccl-encode-windows-1251-font): New CCL program.
22428 ("Bulgarian"): Specify overriding-fontspec.
22429 ("Belarusian"): Likewise.
22430
22431 2003-12-28 Sam Steingold <sds@gnu.org>
22432
22433 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22434 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22435
22436 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22437
22438 * progmodes/gud.el (gud-gdb-command-name): Set default to
22439 "gdb --annotate=3".
22440 (gud-gdb-marker-filter): Look out for annotations.
22441 (gdb-first-pre-prompt): New variable.
22442 Remove trailing white space.
22443
22444 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22445 if necessary.
22446 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22447 annotations are detected.
22448 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22449 instead of a local one to allow transition from
22450 gud-gdb-marker-filter.
22451 Remove trailing white space.
22452
22453 2003-12-27 Kim F. Storm <storm@cua.dk>
22454
22455 * ido.el: Handle non-readable directories.
22456 (ido-decorations): Add 9th element for non-readable directory.
22457 (ido-directory-nonreadable): New dynamic var.
22458 (ido-set-current-directory): Set it.
22459 (ido-read-buffer, ido-file-internal):
22460 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22461 (ido-file-name-all-completions1): Return empty list for
22462 non-readable directory.
22463 (ido-exhibit): Print [Not readable] if directory is not readable.
22464 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22465 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22466 Use it.
22467
22468 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22469
22470 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22471 calls to directory-files-and-attributes and file-attributes.
22472 (ls-lisp-format): Remove system dependent handling of user and
22473 group id's.
22474
22475 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22476
22477 * ffap.el (ffap-read-file-or-url): Revert previous change.
22478
22479 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22480
22481 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22482 new list of included files called `files-with-node-lines', that
22483 only have node lines. This way @include commands can include any
22484 file, such as version and update files without node lines, not
22485 just files that are chapters.
22486
22487 2003-12-25 Andreas Schwab <schwab@suse.de>
22488
22489 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22490 file not found.
22491
22492 2003-12-08 Miles Bader <miles@gnu.org>
22493
22494 * dired.el (dired-between-files): Always use dired-move-to-filename,
22495 which is more robust in non-english locales.
22496
22497 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22498
22499 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22500
22501 2003-12-24 Andreas Schwab <schwab@suse.de>
22502
22503 * shell.el (shell-file-name-quote-list): Add backslash.
22504
22505 * comint.el (comint-quote-filename): Correctly handle backslash
22506 in comint-file-name-quote-list.
22507
22508 2003-12-24 Kenichi Handa <handa@m17n.org>
22509
22510 * international/mule-cmds.el (set-default-coding-systems):
22511 Call ucs-set-table-for-input for all buffers that don't have local
22512 value of buffer-file-coding-system.
22513
22514 * international/ucs-tables.el (ucs-set-table-for-input):
22515 If translation-table-for-encode is a symbol, get its
22516 translation-table property.
22517
22518 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22519
22520 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22521 to `completing-read' on a recently fixed bug.
22522
22523 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22524 instead of SPACE, to get the list of possible fringe modes.
22525 SPACE only works if both `partial-completion-mode' and
22526 `completion-auto-help' are nil.
22527
22528 * complete.el (PC-is-complete-p): Delete.
22529 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22530 calls to `test-completion'.
22531
22532 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22533
22534 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22535 to edit values when there are no children.
22536
22537 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22538 a mode called "Assembler" already exists.
22539 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22540 (gud-watch): Use format option. Remove font properties from string.
22541 (gdb-var-create-handler, gdb-var-list-children-handler):
22542 Don't bother about properties as there are none.
22543 (gdb-var-create-handler, gdb-var-list-children-handler)
22544 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22545 with two arguments.
22546 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22547 Let speedbar show value changes with a different font.
22548 (gdb-edit-value): New defun.
22549 (gdb-clear-partial-output, gdb-clear-inferior-io)
22550 (def-gdb-auto-update-handler): Use erase-buffer.
22551 (gdb-frame-handler): Display watch expressions in
22552 FUNCTION::VARIABLE format if required.
22553
22554 2003-12-23 John Paul Wallington <jpw@gnu.org>
22555
22556 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22557 (Info-goto-emacs-command-node): Doc fixes.
22558
22559 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22560
22561 * cus-edit.el (custom-add-parent-links): Define "many".
22562
22563 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22564
22565 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22566 (widget-child-validate, widget-type-value-create)
22567 (widget-type-default-get, widget-type-match): New functions.
22568 (lazy): New widget.
22569 (menu-choice, checklist, radio-button-choice, editable-list)
22570 (group, documentation-string): Remove redundant (per 2003-10-25
22571 change) calls to `widget-children-value-delete'.
22572 (widget-choice-value-get, widget-choice-value-inline): Remove.
22573 (menu-choice): Update widget.
22574
22575 2003-12-03 Kenichi Handa <handa@m17n.org>
22576
22577 * language/cyrillic.el: Register "microsoft-cp1251" in
22578 ctext-non-standard-encodings-alist.
22579 ("Bulgarian"): Add ctext-non-standard-encodings.
22580 ("Belarusian"): Likewise.
22581
22582 * international/mule-conf.el (compound-text-with-extensions):
22583 Change the type to 2 (iso-2022 base).
22584
22585 * international/mule.el (ctext-non-standard-encodings-alist):
22586 Change the format.
22587 (ctext-non-standard-encodings): New variable.
22588 (ctext-post-read-conversion): Fully re-written.
22589 (ctext-non-standard-designations-alist): Delete it.
22590 (ctext-non-standard-encodings-table): New function.
22591 (ctext-pre-write-conversion): Fully re-written.
22592
22593 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22594
22595 * cus-edit.el (custom-add-parent-links): Add documentation links
22596 for parent, if the item has none of its own.
22597
22598 2003-11-30 Richard M. Stallman <rms@gnu.org>
22599
22600 * dired-aux.el (dired-do-query-replace-regexp):
22601 Report files visited read-only.
22602
22603 2003-11-30 Juri Linkov <juri@jurta.org>
22604
22605 * dired-aux.el (dired-compare-directories): New command.
22606 (dired-file-set-difference, dired-files-attributes): New functions.
22607
22608 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22609 Version 2.0.38 of Tramp released.
22610
22611 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22612 Charles Curley <charlescurley@charlescurley.com>.
22613 (tramp-multi-connection-function-alist): Add ssht entry which adds
22614 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22615 Aichner.
22616 (tramp-get-method-parameter): New function to retrieve a method
22617 parameter. This allows for omission of method parameters.
22618 Callers adjusted.
22619
22620 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22621
22622 * net/tramp.el: Add new optional parameter ID-FORMAT to
22623 `file-attributes'. Calls of `file-attributes' won't use this
22624 parameter for backward compatibility reasons.
22625 (tramp-perl-file-attributes): Add a new parameter to Perl script
22626 in order to handle uid/gid as strings, if desired.
22627 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22628 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22629 order to make the function more general.
22630 (tramp-handle-file-attributes): Replace proprietary optional
22631 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22632 (tramp-handle-file-attributes-with-perl): Handle parameter
22633 NONNUMERIC if set. This wasn't done in the past.
22634 (tramp-post-connection): Apply second parameter "$2" if
22635 `tramp-remote-perl' is called.
22636
22637 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22638 Correct cut'n'waste error (`filename' instead of `directory').
22639 (tramp-smb-handle-directory-files-and-attributes)
22640 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22641 introduced parameter ID-FORMAT.
22642 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22643 error (`directory' instead of `ldir').
22644
22645 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22646 `file-attributes' has a second parameter. If yes, apply it with
22647 value "'integer". Otherwise, don't use that parameter (default is
22648 integer format).
22649
22650 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22651
22652 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22653 (help-for-help): Add `C-h .' to the listed Help options.
22654 Remove trailing whitespace.
22655
22656 * help-at-pt.el: New file.
22657
22658 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22659
22660 * subr.el (noreturn, 1value): New macros for test coverage.
22661 See `testcover.el'.
22662
22663 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22664 `1value'.
22665
22666 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22667 for macro `1value'.
22668 (testcover-1value): New function. Checks that a 1value form
22669 actually returns only one value. Requested by RMS.
22670
22671 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22672
22673 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22674 (gdb-var-list-children, gdb-var-list-children-handler)
22675 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22676 gdb commands that use mi to keep them out of the command history.
22677
22678 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22679
22680 * cus-start.el (all): Add use-file-dialog.
22681
22682 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22683
22684 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22685
22686 2003-11-27 Kim F. Storm <storm@cua.dk>
22687
22688 * subr.el (posn-object-x-y): New defun.
22689
22690 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22693 Don't use `space' for \\\n.
22694 Be more selective as to which # are comment-starters.
22695
22696 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22697
22698 * subr.el (number-sequence): Improve handling of floating point
22699 arguments (suggested by Kim Storm). Allow negative arguments.
22700
22701 2003-11-26 Kenichi Handa <handa@m17n.org>
22702
22703 * international/mule-cmds.el (standard-display-european-internal):
22704 Cancel the standard-display-table setting for ` and '.
22705
22706 2003-11-26 Kim F. Storm <storm@cua.dk>
22707
22708 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22709 New defcustoms to add ffap-like functionality to ido.
22710 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22711 (ido-no-final-slash): New defun.
22712 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22713 (ido-read-file-name): ): Toggle VC checking via
22714 vc-handled-backends instead of vc-master-templates.
22715 (ido-file-internal): Handle ido-use-url-at-point and
22716 ido-use-filename-at-point via code borrowed from ffap-guesser.
22717 Handle new ido-exit code ffap.
22718 (ido-sort-list): Ignore final slash when sorting file names.
22719
22720 2003-11-25 Kim F. Storm <storm@cua.dk>
22721
22722 * emulation/cua-base.el (cua--standard-movement-commands):
22723 Add forward-sentence and backward-sentence.
22724
22725 2003-11-25 Stephen Eglen <stephen@gnu.org>
22726
22727 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22728 iswitchb-exit is set to 'usefirst when user selects buffer at head
22729 of list using RET. (Selecting buffers at the head of the list was
22730 broken if the substring was also a complete buffername.)
22731
22732 2003-11-23 Kim F. Storm <storm@cua.dk>
22733
22734 * progmodes/compile.el (grep-command, grep-use-null-device)
22735 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22736 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22737 (grep-regexp-alist, grep-program, find-program)
22738 (grep-find-use-xargs, grep-history, grep-find-history)
22739 (grep-process-setup, grep-compute-defaults)
22740 (grep-default-command, grep, grep-tag-default, grep-find)
22741 (grep-expand-command-macros, grep-tree-last-regexp)
22742 (grep-tree-last-files, grep-tree): Move grep variables, functions
22743 and commands to new file grep.el.
22744 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22745 (compilation-process-setup-function): Doc fix.
22746 (compilation-highlight-regexp, compilation-highlight-overlay): New
22747 defvars used for highlighting current compile error in source buffer.
22748 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22749 LOCAL-MAP which overrides compilation-highlight-regexp and
22750 compilation-mode-map for this compilation.
22751 Delay calling compilation-set-window-height until after running
22752 compilation-process-setup-function so it can buffer-local override
22753 compilation-window-height.
22754 Check buffer-local value of compilation-scroll-output.
22755 (compilation-set-window-height): Use buffer-local value of
22756 compilation-window-height.
22757 (compilation-revert-buffer): Don't pass (undefined)
22758 preserve-modes arg to revert-buffer.
22759 (next-error-no-select, previous-error-no-select): New commands.
22760 (compilation-goto-locus): Temporarily highlight current match in
22761 source buffer using compilation-highlight-regexp.
22762
22763 * progmodes/grep.el: New file with grep code from compile.el.
22764 (grep): New defcustom group.
22765 (grep-window-height): New defcustom, like compilation-window-height.
22766 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22767 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22768 (grep-command, grep-use-null-device, grep-find-command)
22769 (grep-tree-files-aliases, grep-tree-ignore-case)
22770 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22771 (grep-setup-hook): New hook variable.
22772 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22773 (grep-last-buffer): New defvar, override compilation-last-buffer.
22774 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22775 Call compile-internal with args highlight-regexp and grep-mode-map.
22776
22777 2003-11-23 Kim F. Storm <storm@cua.dk>
22778
22779 * subr.el (event-start, event-end): Doc fix.
22780 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22781 (posn-area, posn-actual-col-row, posn-object): New defuns.
22782 (posn-col-row): Simplify doc. Rewrite to use cond.
22783 (posn-point): Also return buffer position for events outside text
22784 area (that info is now present in the event position).
22785
22786 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22787 mouse-set-point so that hscroll still works now that clicks on
22788 fringes generate specific mouse events.
22789 (mouse-set-point): Note that it now works in fringes and margins
22790 too due to new semantics of posn-point in fringes and margins.
22791
22792 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22793 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22794
22795 2003-11-20 Kim F. Storm <storm@cua.dk>
22796
22797 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22798 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22799 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22800 to 100 for icons to avoid increasing line height when shown.
22801
22802 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22803
22804 * newcomment.el (comment-normalize-vars): Initialize properly if
22805 comment-start was nil.
22806
22807 2003-11-19 Andreas Schwab <schwab@suse.de>
22808
22809 * simple.el (set-variable): Fix indentation.
22810
22811 2003-11-17 Kenichi Handa <handa@m17n.org>
22812
22813 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22814 Fix docstring.
22815
22816 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22817
22818 * international/latin1-disp.el (latin1-display): Fix docstring.
22819
22820 2003-11-16 John Wiegley <johnw@newartisans.com>
22821
22822 * eshell/em-ls.el (eshell-ls-file): There are times with
22823 size-width is nil and uncomputed (when directories are created in
22824 dired, for example); in this case, 4 is reasonable default value,
22825 although it may caused skewed new entries (which could be avoided
22826 by returning the original value of 8 in all cases, but 99% of the
22827 time this is a waste of whitespace).
22828
22829 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22830
22831 * cc-engine.el (c-guess-continued-construct)
22832 (c-guess-basic-syntax): Check a little more carefully if it's a
22833 function declaration when an unknown construct followed by a block
22834 is found inside a statement context. This avoids macros followed
22835 by blocks to be taken as function declarations.
22836
22837 (c-guess-continued-construct): Change the analysis of a statement
22838 continuation with a brace open to `substatement-block', for
22839 consistency with recognized statements.
22840
22841 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22842 start is in a position so that `c-beginning-of-statement-1' jumped
22843 to the beginning of the same statement.
22844
22845 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22846 Don't accept binary operators in the arglist if we're in a function
22847 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
22848 template recognition in cases like "if (a < b || c > d)".
22849
22850 (c-restricted-<>-arglists): New more appropriate name for
22851 `c-disallow-comma-in-<>-arglists'.
22852
22853 Accessing functions updated for the variable name change.
22854
22855 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22856 match data could get clobbered if NOT-INSIDE-TOKEN is used.
22857
22858 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22859 labels.
22860
22861 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22862 instead of duplicating parts of it. This fixes bogus label
22863 recognition.
22864
22865 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22866 of checking the context in which to apply the minimum indentation,
22867 so that it isn't enforced in e.g. namespace blocks.
22868
22869 * cc-vars.el (c-inside-block-syms): New constant used by
22870 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
22871 to somewhat reduce the risk of becoming stale.
22872
22873 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22874 cc-cmds to cc-engine to allow use from cc-align.
22875
22876 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22877 qualified identifiers containing "::".
22878
22879 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22880 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22881
22882 * cc-vars.el (c-emacs-features): Use a space in front of the name
22883 of the temporary buffer. That also avoids dumping problems in
22884 XEmacs due to undo info being left around after the buffer is killed.
22885
22886 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22887 arglist to see if it's a K&R style declaration.
22888
22889 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22890 before returning `knr-argdecl-intro'.
22891
22892 2003-11-16 John Wiegley <johnw@newartisans.com>
22893
22894 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22895 field in a long-listing always 8 characters, use `size-width',
22896 which has already been computed.
22897
22898 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22899
22900 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22901
22902 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22903
22904 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22905 Support operation while narrowed, with `diff-restrict-view'.
22906
22907 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22908
22909 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22910 Take additional optional arg NARROWFUN. For the generated functions:
22911 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22912 include frags that arrange to check for and save narrowing state before
22913 the move and then conditionally call NARROWFUN after the move.
22914
22915 2003-11-14 John Wiegley <johnw@newartisans.com>
22916
22917 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22918 that was optional, but obviously missing based on surrounding code.
22919
22920 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22921 string arguments to numbers unless the whole argument was seen as
22922 a number.
22923
22924 2003-11-14 Kenichi Handa <handa@m17n.org>
22925
22926 * international/mule.el (ctext-non-standard-encodings-alist):
22927 Fix coding systems.
22928
22929 2003-11-10 Kenichi Handa <handa@m17n.org>
22930
22931 * language/kannada.el ("Kannada"): Add sample-text.
22932
22933 * language/knd-util.el (kannada-compose-region)
22934 (kannada-compose-string, kannada-post-read-conversion):
22935 Add autoload cookie.
22936
22937 * international/quail.el (quail-completion): Change the message
22938 "corresponding translations" to "corresponding characters".
22939
22940 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22941
22942 * descr-text.el (describe-char): Fix typo.
22943
22944 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22945
22946 These changes are to support Kannada language/script.
22947
22948 * Makefile.in (DONTCOMPILE): Add kannada.el.
22949
22950 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22951
22952 * loadup.el: Preload kannada.el.
22953
22954 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22955 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22956 New variables.
22957
22958 * language/kannada.el: New file.
22959
22960 * language/knd-util.el: New file.
22961
22962 2003-11-07 Andreas Schwab <schwab@suse.de>
22963
22964 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22965 Also highlight AH_*.
22966
22967 * xml.el (xml-parse-dtd): Fix misplaced paren.
22968
22969 2003-11-07 Kenichi Handa <handa@m17n.org>
22970
22971 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22972
22973 2003-11-05 Juri Linkov <juri@jurta.org>
22974
22975 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22976 (desktop-buffer-file): Use saved buffer-file-coding-system
22977 for file reading. Set auto-insert to nil to prevent automatic
22978 insertion into restored empty files.
22979
22980 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22981
22982 * files.el (risky-local-variable-p): Make second argument optional.
22983
22984 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22985
22986 * subr.el (add-hook): Fix last change.
22987
22988 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22989
22990 * mail/rmail.el (rmail-convert-to-babyl-format):
22991 If base64-decode-region signals an error, catch it and silently
22992 ignore it.
22993
22994 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22995
22996 * xml.el (xml-parse-region): Allow comments to appear after the
22997 topmost element has closed.
22998 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22999 (xml-ns-expand-attr): New functions to do namespace handling.
23000 (xml-intern-attrlist): Back-compatible handling of attribute names.
23001 (xml-parse-tag): Move namespace handling to separate functions.
23002 Now produces elements in the form ((:ns . "element") (attr-list)
23003 children) instead of ('ns:element (attr-list) children).
23004 (xml-parse-attlist): Fix attribute parsing.
23005 (xml-parse-dtd): Change parsing so that it produces strings
23006 instead of interned symbols.
23007
23008 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
23009
23010 * dired.el (dired-ls-sorting-switches): Doc fix.
23011
23012 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
23013
23014 * emacs-lisp/rx.el (rx-or): Fix the case of
23015 "(rx (and ?a (or ?b ?c) ?d))".
23016
23017 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
23018
23019 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23020 (texinfo-format-region): Use it.
23021 (texinfo-format-buffer-1): Ditto.
23022
23023 2003-11-01 Alan Mackenzie <acm@muc.de>
23024
23025 Changes to allow scrolling whilst in isearch mode:
23026 * isearch.el (isearch-unread-key-sequence): New function,
23027 extracted from isearch-other-meta-char.
23028 (top level): (put 'foo 'isearch-scroll) on all Emacs's
23029 "scrollable" standard functions.
23030 (isearch-allow-scroll): New customizable variable.
23031 (isearch-string-out-of-window, isearch-back-into-window)
23032 (isearch-reread-key-sequence-naturally)
23033 (isearch-lookup-scroll-key): New functions.
23034 (isearch-other-meta-char): Doc string and functionality enhanced.
23035 Now accepts a prefix argument.
23036 (isearch-lazy-highlight-window-end): New variable.
23037 (isearch-lazy-highlight-new-loop): Pay attention to the window's
23038 end (thru isearch-lazy-highlight-window-end), not only its start.
23039
23040 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23041 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23042 (universal-argument, universal-argument-more, negative-argument)
23043 (digit-argument, universal-argument-other-key): Minor changes.
23044
23045 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23046
23047 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23048 recursively if the last message is deleted, thus avoiding an
23049 infinite loop.
23050
23051 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
23052
23053 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23054 (tex-main-file): Don't add .tex if the extension is already present.
23055 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23056
23057 2003-10-29 Lute Kamstra <lute@gnu.org>
23058
23059 * progmodes/octave-inf.el (inferior-octave-prompt):
23060 Recognize version number in prompt.
23061
23062 2003-10-28 Dave Love <fx@gnu.org>
23063
23064 * international/characters.el: Fix some Unicode ranges.
23065
23066 2003-10-28 Kenichi Handa <handa@m17n.org>
23067
23068 * disp-table.el (standard-display-8bit)
23069 (standard-display-default, standard-display-ascii)
23070 (standard-display-g1, standard-display-graphic)
23071 (standard-display-underline): Assure that standard-display-table
23072 is a display table.
23073
23074 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * simple.el (reindent-then-newline-and-indent): Delete space *after*
23077 reindenting the first line.
23078
23079 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
23080
23081 * wid-edit.el (widget-default-delete): Always delete child widgets.
23082
23083 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23084
23085 * newcomment.el (comment-indent): Don't call indent-according-to-mode
23086 if the line has code.
23087 Don't try to line up with something that's too far left.
23088
23089 * progmodes/octave-mod.el (octave-comment-start): Simplify.
23090 (octave-mode-syntax-table): Add % as a comment starter.
23091 (octave-point): Remove.
23092 (octave-in-comment-p, octave-in-string-p)
23093 (octave-not-in-string-or-comment-p, calculate-octave-indent)
23094 (octave-blink-matching-block-open, octave-auto-fill):
23095 Use line-(beginning|end)-position instead.
23096
23097 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23098
23099 * emacs-lisp/authors.el (authors-aliases): Add correct realname
23100 for Francesco Potort\e,Al\e(B.
23101
23102 2003-10-23 Dave Love <fx@gnu.org>
23103
23104 * international/mule-cmds.el (locale-charset-to-coding-system):
23105 Don't rely on nil being a coding system.
23106
23107 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23108 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23109 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23110
23111 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
23112
23113 * gdb-ui.el (gdb-current-language): New variable.
23114 (gdb-update-flag): Remove variable.
23115 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23116 (gdb-take-last-elt): Remove function.
23117 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23118 (gdb-post-prompt): Check for variable object changes here.
23119
23120 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23121 object changes in gdb-ui.el.
23122
23123 2003-10-21 Richard M. Stallman <rms@gnu.org>
23124
23125 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23126
23127 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23128 Don't check for foo*/ wildcard form here.
23129 (insert-directory): Recognize foo*/ as a wildcard.
23130 Separate wildcard-regexp variable from the arg, wildcard.
23131
23132 * subr.el (add-hook): Correctly detect when make-local-hook was used.
23133 (remove-hook): Correctly handle strange cases about local hooks.
23134
23135 2003-10-21 David Ponce <david@dponce.com>
23136
23137 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23138 argument REAL, to return a real number instead of a rounded
23139 integer value. Define as inline function.
23140 (ruler-mode-right-fringe-cols): Likewise.
23141 (ruler-mode-scroll-bar-cols): New function.
23142 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23143 (ruler-mode-right-scroll-bar-cols): Likewise.
23144 (ruler-mode-space): New function.
23145 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23146 scroll bar mode and margins in a more robust way.
23147
23148 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23149
23150 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23151 (antlr-c-init-language-vars): New function.
23152 (antlr-mode): Use it with cc-mode before v5.29.
23153 (antlr-c-common-init): Don't set some local vars here.
23154 (antlr-mode): Set them here.
23155 (antlr-c-forward-sws): New function alias.
23156 (antlr-mode): Redefine with cc-mode before v5.30.
23157 (antlr-skip-sexps): Use it.
23158 (antlr-skip-exception-part): Ditto.
23159 (antlr-skip-file-prelude): Ditto.
23160 (antlr-outside-rule-p): Ditto.
23161 (antlr-end-of-body): Ditto.
23162 (antlr-option-kind): Ditto.
23163 (antlr-insert-option-area): Ditto.
23164 (antlr-file-dependencies): Ditto.
23165
23166 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23167
23168 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23169 Move backward only if point was not inside an entry.
23170
23171 2003-10-21 Richard M. Stallman <rms@gnu.org>
23172
23173 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23174
23175 2003-10-21 Juri Linkov <juri@jurta.org>
23176
23177 * compare-w.el: Automatically skip non-matching text to resync.
23178 (compare-windows-whitespace): Doc fix.
23179 (compare-windows-sync, compare-windows-sync-string-size)
23180 (compare-windows-recenter, compare-ignore-whitespace)
23181 (compare-windows-highlight, compare-windows-face): New variables.
23182 (compare-windows): Use compare-windows-sync.
23183 (compare-windows-highlight, compare-windows-dehighlight)
23184 (compare-windows-sync-regexp)
23185 (compare-windows-sync-default-function): New functions.
23186
23187 2003-10-21 Juri Linkov <juri@jurta.org>
23188
23189 * diff.el (diff-parse-differences): Don't visit the files now;
23190 instead, just record the error locus.
23191
23192 2003-10-21 Dave Love <fx@gnu.org>
23193
23194 * progmodes/cfengine.el: New file.
23195
23196 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23199 default-directory when completing file names.
23200
23201 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23202
23203 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23204 followed by the word `face', it gets treated as a face, even if
23205 it is also defined as a variable or a function.
23206
23207 2003-10-20 Dave Love <fx@gnu.org>
23208
23209 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23210 Avoid incf in macro expansion.
23211
23212 2003-10-20 John Paul Wallington <jpw@gnu.org>
23213
23214 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23215 `evenp' so we don't implicitly require cl library at runtime.
23216
23217 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23218
23219 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23220 (help-make-xrefs): Only make cross-references for faces if
23221 preceded or followed by the word `face'. Do not make a
23222 cross-reference for variables without variable documentation,
23223 unless preceded by the word `variable' or `option'. Update doc
23224 string accordingly.
23225
23226 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23227
23228 * progmodes/hideshow.el: Rewrite one-armed `if'
23229 constructs using either `when' or `unless'.
23230 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23231
23232 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
23233
23234 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23235 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23236 instead of 12x12.
23237
23238 2003-10-16 Eli Zaretskii <eliz@gnu.org>
23239
23240 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23241 message while converting to Babyl.
23242
23243 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23244
23245 * allout.el (allout-mode): Doc fix.
23246
23247 2003-10-16 Lute Kamstra <lute@gnu.org>
23248
23249 * subr.el (force-mode-line-update): Fix docstring.
23250
23251 2003-10-14 Dave Love <fx@gnu.org>
23252
23253 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23254 (default-input-method): Add :link, improve :type.
23255 (locale-charset-language-names): Fix utf-8 pattern.
23256 (locale-charset-match-p, locale-charset-alist)
23257 (locale-charset-to-coding-system): New.
23258 (set-locale-environment): Deal with codeset part of locale specs.
23259
23260 2003-10-14 Lute Kamstra <lute@gnu.org>
23261
23262 * fringe.el (fringe-mode): Use active voice in docstring.
23263 (set-fringe-style): Ditto.
23264
23265 2003-10-13 Lute Kamstra <lute@gnu.org>
23266
23267 * fringe.el (fringe-mode): Fix docstring.
23268 (set-fringe-style): Ditto.
23269
23270 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23271
23272 * ediff-mult.el (ediff-filegroup-action):
23273 Use ediff-default-filtering-regexp.
23274
23275 * ediff-util.el (ediff-recenter): Don't call
23276 ediff-restore-highlighting twice.
23277 (ediff-select-difference): Set current difference.
23278 (ediff-unselect-and-select-difference): Add comment.
23279
23280 * ediff.el (ediff-directories,ediff-directory-revisions)
23281 (ediff-directories3,ediff-merge-directories)
23282 (ediff-merge-directories-with-ancestor)
23283 (ediff-merge-directory-revisions)
23284 (ediff-merge-directory-revisions-with-ancestor):
23285 Use ediff-default-filtering-regexp.
23286
23287 2003-10-12 Andreas Schwab <schwab@suse.de>
23288
23289 * international/mule-cmds.el (locale-charset-language-names):
23290 Simplify regex by removing unused grouping.
23291
23292 2003-10-10 Dave Love <fx@gnu.org>
23293
23294 * bindings.el: Don't bind stop.
23295
23296 2003-10-08 Miles Bader <miles@gnu.org>
23297
23298 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23299 face instead of attempting to emulate it.
23300
23301 2003-10-07 Kenichi Handa <handa@m17n.org>
23302
23303 * international/mule-diag.el (list-coding-systems-1): List coding
23304 systems that are loaded automatically.
23305
23306 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23307
23308 * international/mule.el (autoload-coding-system): New function.
23309
23310 2003-10-07 Andreas Schwab <schwab@suse.de>
23311
23312 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23313 change-log-default-name in the buffer visiting the file.
23314
23315 2003-10-06 Dave Love <fx@gnu.org>
23316
23317 * files.el (find-file-hook): Customize.
23318 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23319
23320 * bindings.el (completion-ignored-extensions): Remove .log.
23321 (global-map): Add again, open, stop keys.
23322
23323 2003-10-05 Richard M. Stallman <rms@gnu.org>
23324
23325 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23326 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23327 Use sh-modify directly.
23328 (sh-select): Use sh-append, not eval.
23329
23330 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23331
23332 * info.el (Info-following-node-name): New function.
23333
23334 * loadhist.el (unload-feature-special-hooks):
23335 Rename from loadhist-hook-functions.
23336 (loadhist-hook-functions): Now an alias.
23337
23338 2003-10-04 Eli Zaretskii <eliz@gnu.org>
23339
23340 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23341 file-name clashes on 8+3 filesystems.
23342
23343 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23344 Rename loaddefs-boot.el to ldefs-boot.el
23345
23346 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23347 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23348
23349 2003-10-03 Lute Kamstra <lute@gnu.org>
23350
23351 * info.el (Info-mode): Revert previous change.
23352 (Info-escape-percent): New function.
23353 (Info-fontify-node): Use it.
23354
23355 2003-10-02 Andreas Schwab <schwab@suse.de>
23356
23357 * loaddefs-boot.el: Regenerated.
23358
23359 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23360
23361 * ffap.el: Remove defadvice related code from CVS since `complete'
23362 provides a `PC-completion-as-file-name-predicate' variable that
23363 ffap can override.
23364
23365 2003-10-02 Kenichi Handa <handa@m17n.org>
23366
23367 * international/utf-8.el (ccl-decode-mule-utf-8):
23368 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23369
23370 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23371 * international/subst-big5.el: Likewise.
23372 * international/subst-gb2312.el: Likewise.
23373 * international/subst-ksc.el: Likewise.
23374
23375 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23376
23377 * calendar/calendar.el (increment-calendar-month)
23378 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23379 (generate-calendar, calendar-read-date, calendar-interval)
23380 (calendar-day-of-week): Handle years BC.
23381 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23382
23383 2003-10-01 Dave Love <fx@gnu.org>
23384
23385 * language/cyrillic.el (cp1251): Alias for windows-1251.
23386
23387 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23388 bootstrap.
23389
23390 2003-10-01 Lute Kamstra <lute@gnu.org>
23391
23392 * files.el: Fix typo.
23393 * imenu.el (imenu--generic-function): Docstring fix.
23394
23395 2003-09-30 Richard M. Stallman <rms@gnu.org>
23396
23397 * dired.el (dired-mode): Handle dired-directory as a list.
23398
23399 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
23400
23401 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23402
23403 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23404
23405 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23406 Replace gud-display with gud-watch.
23407 (gud-speedbar-buttons): Add stuff for watching expressions
23408 in the speedbar when using M-x gdba. Use dolist on old part
23409 of this function.
23410
23411 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23412 (gdb-update-flag): New variables.
23413 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23414 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23415 (gud-watch, gdb-var-create-handler) : New functions.
23416 (gdb-var-list-children, gdb-var-list-children-handler)
23417 (gdb-var-create-regexp, gdb-var-update-regexp)
23418 (gdb-var-list-children-regexp): New constants.
23419 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23420 (gdb-annotation-rules): Reduce annotation set (level 3).
23421 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23422 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23423 updates.
23424 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23425 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23426 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23427 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23428 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23429 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23430 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23431 (gud-display, gud-display1)
23432 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23433 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23434 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23435 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23436 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23437 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23438 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23439 (gdb-display-display-buffer, gdb-toggle-display)
23440 (gdb-delete-display, gdb-expressions-popup-menu)
23441 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23442 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23443 to display buffer.
23444
23445 2003-09-30 Richard M. Stallman <rms@gnu.org>
23446
23447 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23448 Instead, set which-func-functions.
23449
23450 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23451 (which-func-functions): New variable.
23452 (which-function): Use that.
23453
23454 * info.el (Info-mode): Double each `%' in header line.
23455
23456 * emacs-lisp/lisp-mnt.el (lm-with-file):
23457 When FILE is nil, run BODY in current buffer.
23458
23459 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23460
23461 * help.el (describe-mode): Start with a brief list of minor modes.
23462 Find them thru minor-mode-list so as to find them all.
23463 Show them in alphabetical order.
23464
23465 * mail/sendmail.el (mail-aliases): Doc fix.
23466
23467 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23468
23469 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23470
23471 * mail/rmailsum.el (rmail-make-summary-line-1):
23472 Change comma after last label to a space.
23473 (rmail-summary-font-lock-keywords): Adapt to that change.
23474
23475 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23476
23477 * progmodes/scheme.el (scheme-mode-variables): When setting
23478 `font-lock-defaults', also specify that "#" should
23479 be interpreted with `word' syntax.
23480 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23481
23482 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23483
23484 * desktop.el: A lot of comments updated.
23485 (desktop-save-mode): Minor mode introduced.
23486 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23487 (desktop-load-default): Function made obsolete.
23488 (desktop-locals-to-save): Variable made customizable.
23489 (desktop-read): Optional parameter `dirname' added.
23490 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23491 `desktop-read' used.
23492 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23493
23494 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23495
23496 * whitespace.el (whitespace-clean-msg): Add user customizable message
23497 for displaying ``clean'' output.
23498 (whitespace-buffer): Use `whitespace-clean-msg'.
23499 (whitespace-global-mode): Fix typo.
23500
23501 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23502
23503 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23504
23505 2003-09-29 Lute Kamstra <lute@gnu.org>
23506
23507 * bindings.el (mode-line-modes): Remove superfluous :propertize
23508 construct in initialization.
23509 (mode-line-position): Change cons cell into proper list in
23510 initialization.
23511
23512 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23513
23514 * international/mule.el (decode-coding-inserted-region): Use car
23515 of the return value of find-operation-coding-system.
23516
23517 2003-09-29 Kenichi Handa <handa@m17n.org>
23518
23519 * descr-text.el (describe-char): Fix previous change.
23520
23521 2003-09-28 Kenichi Handa <handa@m17n.org>
23522
23523 * descr-text.el (describe-char-display): New function.
23524 (describe-char): Pay attention to display table on describing how
23525 a character is displayed.
23526
23527 * international/mule-cmds.el (encoded-string-description):
23528 Prepend "0x" to each encoded byte.
23529
23530 2003-09-28 Andreas Schwab <schwab@suse.de>
23531
23532 * find-file.el (ff-special-constructs): Add autoload cookie.
23533
23534 2003-09-28 Kevin Ryde <user42@zip.com.au>
23535
23536 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23537 makeinfo appends to duplicate index entries.
23538
23539 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23540
23541 * dired-x.el (dired-clean-tex): Doc fix.
23542
23543 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23544 using a Chinese tutorial.
23545
23546 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23547
23548 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23549 between "MAIL FROM:" and "RCPT TO:" and the following address.
23550
23551 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23552
23553 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23554
23555 2003-09-28 David Ponce <david@dponce.com>
23556
23557 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23558 (recentf-load-list): When `recentf-initialize-file-name-history'
23559 is non-nil, initialize an empty `file-name-history' with the
23560 recent list.
23561
23562 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23563
23564 * man.el (Man-default-man-entry): Remove the leading `*' from the
23565 word at point.
23566
23567 2003-09-26 Lute Kamstra <lute@gnu.org>
23568
23569 * bindings.el (mode-line-position): Mention size indication in
23570 docstring.
23571
23572 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23573
23574 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23575
23576 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23577 because it's autoloaded now.
23578
23579 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23580
23581 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23582 (sh-font-lock-keywords, sh-feature): Fix previous change of
23583 sh-feature to avoid infloop with sh-font-lock-keywords.
23584
23585 2003-09-25 Kim F. Storm <storm@cua.dk>
23586
23587 * frame.el (frame-current-scroll-bars): New defun.
23588
23589 * window.el (window-current-scroll-bars): New defun.
23590
23591 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23592
23593 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23594 cause errors when the state cache contains info on parts that have
23595 been narrowed out.
23596
23597 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23598
23599 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23600 `c-setup-paragraph-variables' has to be used when this variable is
23601 changed; it doesn't work to reinitialize the mode since that
23602 typically clobbers the variable.
23603
23604 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23605 Make it interactive.
23606
23607 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23608
23609 * progmodes/cc-fonts.el (c-font-lock-declarations):
23610 Fix recognition of constructors and destructors for classes whose
23611 names are matched by `*-font-lock-extra-types'.
23612
23613 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23614 followed by an identifier in C++ then it's a type.
23615
23616 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23617
23618 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23619 problem that primarily affected XEmacs. Don't use faces to find
23620 unterminated strings since Emacs and XEmacs fontify strings
23621 differently - this function should now work better in XEmacs.
23622
23623 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23624
23625 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23626 `expand-abbrev' workaround which caused braces to misbehave inside
23627 macros.
23628
23629 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23630 handling. This bug could cause interactive font locking to bail out.
23631
23632 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23633
23634 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23635 Handle paren-style types in Pike. Also fixed some cases of
23636 insufficient handling of unbalanced parens.
23637
23638 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23639
23640 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23641 common shell prompts that are not common filename or URL characters.
23642 (ffap-file-at-point): Use the new regexp to strip the prompts from
23643 the file names. This is an issue mostly for user prompts that
23644 don't have a trailing space and find-file-at-point is invoked from
23645 within a shell inside Emacs.
23646
23647 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23648
23649 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23650 stamps numerically, rather than textually.
23651
23652 2003-09-24 Kenichi Handa <handa@m17n.org>
23653
23654 * language/devan-util.el (devanagari-post-read-conversion):
23655 * language/mlm-util.el (malayalam-post-read-conversion):
23656 * language/tml-util.el (tamil-post-read-conversion):
23657 Add autoload cookie.
23658
23659 * international/utf-8.el (utf-8-post-read-conversion):
23660 Call post-read-conversion functions for Devanagari, Malayalam,
23661 and Tamil.
23662
23663 2003-09-23 Dave Love <fx@gnu.org>
23664
23665 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23666
23667 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23668
23669 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23670 Update gud-remove.
23671
23672 2003-09-22 Richard M. Stallman <rms@gnu.org>
23673
23674 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23675 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23676 (sh-mode-syntax-table-input): New variable.
23677 (sh-require-final-newline): Don't use eval.
23678 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23679 (sh-variables, sh-font-lock-keywords): Don't use eval.
23680 (sh-set-shell): When setting require-final-newline,
23681 treat value = `require-final-newline' as don't change it.
23682 Set sh-mode-syntax-table locally based on
23683 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23684
23685 * progmodes/compile.el (compile-internal):
23686 Call compilation-set-window-height before setting window start.
23687
23688 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23689
23690 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23691 Clear out byte-compile-last-warned-form.
23692
23693 2003-09-22 Richard M. Stallman <rms@gnu.org>
23694
23695 * woman.el (woman-file-name, woman-follow-word):
23696 If current-word returns nil, use "".
23697
23698 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23699
23700 2003-09-22 Richard M. Stallman <rms@gnu.org>
23701
23702 * emacs-lisp/lisp-mnt.el (lm-with-file):
23703 Don't visit the file, just use insert-file-contents in temp buffer.
23704
23705 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23706
23707 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23708 Add surrounding \\( and \\) around the header, as in
23709 for lm-history-header 'Change Log\\|History'.
23710
23711 2003-09-22 John Paul Wallington <jpw@gnu.org>
23712
23713 * progmodes/ld-script.el: Add Commentary section,
23714 minor cleanup of file header.
23715 (ld-script-font-lock-keywords): Doc fix.
23716 (toplevel): Provide `ld-script' feature.
23717
23718 2003-09-21 Kim F. Storm <storm@cua.dk>
23719
23720 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23721 new built-in variable default-frame-scroll-bars.
23722 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23723 scroll-bar-mode; notably, use it instead of t when we toggle
23724 scroll-bars on.
23725 (toggle-scroll-bar): Use default-frame-scroll-bars.
23726
23727 2003-09-19 Masatake YAMATO <jet@gyve.org>
23728
23729 * pcvs.el (cvs-do-removal): Change the prompt depending on
23730 `filter' value.
23731
23732 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23733
23734 * startup.el (command-line-1): Stop startup-echo-area-message
23735 being hidden by "Loading image..." message.
23736 (use-fancy-splash-screens-p, display-splash-screen):
23737 Move display-graphic-p test from latter to former.
23738
23739 * progmodes/sh-script.el (sh-font-lock-keywords):
23740 Highlight escaped EOLs differently from other backslash constructs.
23741
23742 2003-09-19 Richard M. Stallman <rms@gnu.org>
23743
23744 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23745 New functions.
23746 (edebug-enter, edebug-outside-excursion): Use them.
23747
23748 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23749 Fix the condition for whether to print "In WHERE".
23750
23751 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23752
23753 * finder.el (finder-mode-hook): New variable.
23754 (finder-mode): Run hook finder-mode-hook
23755
23756 2003-09-18 Masatake YAMATO <jet@gyve.org>
23757
23758 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23759
23760 2003-09-17 Mario Lang <mlang@delysid.org>
23761
23762 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23763 "p %e" to actually print the value in the GUD buffer.
23764
23765 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23766
23767 From David Ponce <david.ponce@wanadoo.fr>:
23768 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23769 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23770 from loaddefs-boot.el if necessary.
23771
23772 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
23773
23774 * progmodes/gud.el (gud-find-class): Make jdb work again since
23775 cc-mode changed the syntactic information.
23776
23777 2003-09-15 David Ponce <david@dponce.com>
23778
23779 * recentf.el: (recentf-exclude): Accept predicates too.
23780 (recentf-file-readable-p): New function.
23781 (recentf-include-p): Handle predicates in recentf-exclude.
23782 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23783 (recentf-cleanup): Likewise.
23784 (recentf-save-list): Use write-file to handle backup of
23785 recentf-save-file.
23786
23787 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23788
23789 * loaddefs-boot.el: Renamed from `loaddefs.el'
23790 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23791 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23792 necessary.
23793
23794 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23795
23796 * electric.el (Electric-pop-up-window): For the `one-window' case,
23797 no longer disconcertingly move point in the original buffer.
23798
23799 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23800
23801 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23802
23803 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
23804
23805 * dired.el (dired-mode-map): Fix typo.
23806
23807 2003-09-11 Richard M. Stallman <rms@gnu.org>
23808
23809 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23810
23811 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23812
23813 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23814 the function is less noisy. Now only `kill-buffer' can ask questions.
23815
23816 2003-09-10 Mario Lang <mlang@delysid.org>
23817
23818 * battery.el: Update Commentary and Copyright.
23819 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23820 appear due to wrong ordering of the expressions in `or'.
23821
23822 2003-09-09 Lute Kamstra <lute@gnu.org>
23823
23824 * misc.el (upcase-char): Fix docstring.
23825 (zap-up-to-char): New command.
23826
23827 2003-09-08 David Ponce <david@dponce.com>
23828
23829 Ensure that recentf correctly updates the menu bar.
23830 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23831 (recentf-menu-bar): New function.
23832 (recentf-clear-data): Use it
23833 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23834 of easy-menu-change.
23835
23836 2003-09-08 Lute Kamstra <lute@gnu.org>
23837
23838 * simple.el (size-indication-mode): New.
23839 * bindings.el (mode-line-position): Add buffer size indicator.
23840
23841 2003-09-04 Mario Lang <mlang@delysid.org>
23842
23843 * battery.el (battery-linux-proc-acpi): New function.
23844 (battery-status-function): Modify default value calculation to also
23845 check for availability of ACPI.
23846 (battery-echo-area-format): Ditto.
23847 (battery-mode-line-format): Ditto.
23848
23849 2003-09-06 Dave Love <fx@gnu.org>
23850
23851 * ielm.el (ielm-mode-hook): Add :options.
23852
23853 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23854 (eldoc-print-current-symbol-info): Use it.
23855
23856 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
23857
23858 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23859 being displayed in GUD buffer.
23860 (gdb-idle-input-queue): Remove var. Use just one queue.
23861 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23862 Remove functions. Use just one queue.
23863 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23864 (gdb-invalidate-assembler, gdb-get-current-frame):
23865 Modify functions. Use just one queue.
23866
23867 2003-09-04 Dave Love <fx@gnu.org>
23868
23869 * cus-start.el: Add blink-cursor-alist.
23870
23871 * ruler-mode.el (ruler-mode-fill-column-char)
23872 (ruler-mode-current-column-char): Use char-displayable-p,
23873 not window-system.
23874
23875 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23876
23877 * language/european.el (windows-1252): Move from code-pages.
23878
23879 * language/cyrillic.el ("Windows-1251"): Delete.
23880 ("Bulgarian", "Belarusian"): Remove `features'.
23881 (windows-1251): Move from code-pages.
23882
23883 * international/mule-diag.el (non-iso-charset-alist):
23884 Remove `codepage' stuff.
23885 (print-designation, list-coding-systems-1): Output fixes.
23886
23887 * international/code-pages.el (cp-make-translation-table)
23888 (cp-valid-codes): Made defsubsts.
23889 (cp-fix-safe-chars): Delete.
23890 (mule-diag): Don't require.
23891 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23892 (top-level): Check for defined coding system when defining
23893 cp... aliases. Change w32-add-charset-info test to avoid warning.
23894 (non-iso-charset-alist): Defvar when compiling.
23895 (cp-make-coding-system): Doc fix.
23896
23897 2003-09-02 Jason Rumney <jasonr@gnu.org>
23898
23899 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23900 line-ends from CVS before doing conversion.
23901
23902 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23903
23904 * calendar/diary-lib.el (diary-header-line-flag)
23905 (diary-header-line-format): New variables.
23906 (list-diary-entries): Use them to set header line in simple diary.
23907
23908 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23909 other than font-lock-string-face to highlight backslashes.
23910
23911 2003-09-01 Jason Rumney <jasonr@gnu.org>
23912
23913 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23914 regexp.
23915
23916 2003-09-01 Dave Love <fx@gnu.org>
23917
23918 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23919
23920 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23921 and :help; also line and column numbers labels.
23922
23923 * international/mule-util.el (char-displayable-p): Move from
23924 latin1-disp, rename and autoload.
23925
23926 * international/latin1-disp.el (latin1-char-displayable-p):
23927 Now obsolete alias. Replace uses with char-displayable-p.
23928 (latin1-display-ucs-per-lynx): Fix last change.
23929
23930 * international/mule-cmds.el (standard-display-european-internal):
23931 Don't use char code for Latin-1 NBSP.
23932 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23933 U+2018, U+2019 for `'.
23934 (select-safe-coding-system): Message fix.
23935
23936 2003-09-01 Kenichi Handa <handa@m17n.org>
23937
23938 * international/fontset.el (setup-default-fontset): For Thai
23939 font, specify "*" family.
23940
23941 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23942
23943 * progmodes/compile.el (previous-error): Accept a prefix
23944 argument, similarly to next-error.
23945
23946 2003-08-31 Masatake YAMATO <jet@gyve.org>
23947
23948 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23949 the number of files. Bind the number of files to a local
23950 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23951
23952 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23953
23954 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23955 2003-07-26: msdos-long-file-names is a function, not a variable.
23956
23957 2003-08-29 Richard M. Stallman <rms@gnu.org>
23958
23959 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23960 Do nothing with mail-personal-alias-file if it is nil.
23961
23962 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23963 Do nothing if mail-personal-alias-file is nil.
23964
23965 * term.el (term-exec-1): Bind coding-system-for-read.
23966
23967 * dired.el (dired-mouse-find-file-other-window):
23968 Use dired-view-command-alist here, as in dired-view-file.
23969 (dired-view-command-alist): Use %s to substitute file name.
23970 Handle .ps_pages, .eps, .jpg, .gif, .png.
23971
23972 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23973
23974 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23975 `Info-prev-reference', instead of M-tab.
23976
23977 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23978
23979 * simple.el (blink-matching-open): Work correctly on chars that
23980 are designated as parens through the syntax-table text property.
23981
23982 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23983
23984 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23985 line break position in the middle of a non-kinsoku (e.g. latin)
23986 word, making it skip until either a space or a character with
23987 category "|".
23988 (kinsoku-longer): Test for end of buffer.
23989
23990 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23991
23992 * mail/rmail.el (rmail-convert-to-babyl-format):
23993 Detect quoted-printable- and base64-encoded messages and decode them
23994 automatically. Set the message's encoding from the charset=
23995 header, if any. Decode base64-encoded messages in Mail format as well.
23996
23997 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23998
23999 * mail/smtpmail.el: Fix previous change.
24000 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24001 calling smtpmail-via-smtp.
24002 (smtpmail-via-smtp): Add fall-back values for envelope-from.
24003
24004 2003-08-26 John Paul Wallington <jpw@gnu.org>
24005
24006 * image.el (image-jpeg-p): Don't search beyond length of data.
24007
24008 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24009
24010 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24011 misfeature in `expand-abbrev' which caused electric keywords like
24012 "else" to disappear if an open brace was typed directly afterwards.
24013
24014 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24015
24016 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24017 mandatory in `define-widget'.
24018
24019 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24020 Don't align the operators "!=", "<=" and ">=" as assignment operators.
24021
24022 (c-assignment-operators): New language constant that only contains
24023 the assignment operators.
24024
24025 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24026
24027 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24028
24029 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24030 Safeguard against unbalanced sexps.
24031
24032 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
24033
24034 * version.el (emacs-version): Check for gtk. Include gtk version info.
24035
24036 2003-08-25 John Paul Wallington <jpw@gnu.org>
24037
24038 * man.el (Man-default-man-entry): Don't whizz past the section
24039 number before looking for it.
24040
24041 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
24042
24043 * progmodes/gud.el (gud-display-line): Don't set window-point if
24044 source buffer is not visible. (Only happens with M-x gdba.)
24045
24046 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24047 documentation.
24048 (gdb-source, gdb-source-info): Update to assembler unnecessary
24049 as its done after each GDB command anyway.
24050 (gdb-pre-prompt): Use with-current-buffer.
24051 (gdb-insert-field): Add help-echo text.
24052 (gdb-invalidate-assembler): Re-display of assembler now done in
24053 gdb-info-breakpoints-custom.
24054 (gdb-info-breakpoints-custom): Force re-display of assembler to
24055 happen *after* update of breakpoints buffer.
24056 (gdb-display-source-buffer): Don't choke if gdb-source-window
24057 isn't visible.
24058 (gdb-put-string, gdb-put-arrow): Remove free variables.
24059
24060 2003-08-24 John Paul Wallington <jpw@gnu.org>
24061
24062 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24063
24064 * man.el (Man-default-man-entry): Strip text properties when
24065 snarfing parts of entry because `format' preserves properties.
24066
24067 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24068
24069 * files.el (file-newest-backup): Use `expand-file-name'.
24070
24071 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24072 Allow the diary to pop up a new frame, if needed.
24073
24074 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24075 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24076 (smtpmail-send-it): Make treatment of envelope-from consistent with
24077 sendmail.el.
24078
24079 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24080 (sh-leading-keywords): Add the bash `time' reserved word.
24081 (sh-variables): Add some bash variables.
24082 (sh-add-completer): Fix nil branch of case statement.
24083
24084 2003-08-24 Masatake YAMATO <jet@gyve.org>
24085
24086 * progmodes/ld-script.el: New file.
24087
24088 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
24089
24090 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24091
24092 2003-08-23 Andre Spiegel <spiegel@gnu.org>
24093
24094 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24095 Better explain obsolescence, and what to use instead.
24096
24097 2003-08-23 Masatake YAMATO <jet@gyve.org>
24098
24099 * pcvs.el (cvs-do-removal): Show the deleted file name
24100 on the prompt.
24101
24102 2003-08-20 Dave Love <fx@gnu.org>
24103
24104 * international/mule.el (make-coding-system)
24105 (set-buffer-file-coding-system): Doc fix.
24106
24107 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24108
24109 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24110
24111 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24112
24113 * international/utf-16.el: Add mime-text-unsuitable coding system
24114 properties.
24115
24116 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24117
24118 * cus-edit.el: Add some :links.
24119 (bib): Remove.
24120
24121 * textmodes/bib-mode.el (bib): Add :group external.
24122
24123 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
24124
24125 * wid-edit.el (widget-echo-help): Make it handle expressions that
24126 evaluate to strings.
24127
24128 2003-08-18 Michael Mauger <mmaug@yahoo.com>
24129
24130 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
24131
24132 Simplify selection of SQL products to define highlighting and
24133 interactive mode. Includes detailed instructions on adding
24134 support for new products.
24135
24136 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24137 product for use in highlighting and interactive mode.
24138 (sql-interactive-product): New variable. SQL product for
24139 sql-interactive-mode.
24140 (sql-product-support): New variable. Specifies product-specific
24141 parameters to drive highlighting and interactive mode.
24142 (sql-imenu-generic-expression): Add more object types.
24143 (sql-sqlite-options): Correct comment.
24144 (sql-ms-program): Use "osql" rather than "isql".
24145 (sql-prompt-regexp, sql-prompt-length): Update comment.
24146 (sql-mode-menu): Add "Start SQLi session" entry.
24147 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24148 (sql-mode-abbrev-table): Add abbreviations. Support of
24149 SYSTEM-FLAG on define-abbrev. Support was removed with last
24150 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24151 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24152 names.
24153 (sql-mode-ansi-font-lock-keywords): Set as default value.
24154 (sql-mode-oracle-font-lock-keywords): Set as default value.
24155 Support Oracle 9i keywords.
24156 (sql-mode-postgres-font-lock-keywords): Set as default value.
24157 (sql-mode-linter-font-lock-keywords): Set as default value.
24158 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24159 SQLServer 2000.
24160 (sql-mode-sybase-font-lock-keywords)
24161 (sql-mode-interbase-font-lock-keywords)
24162 (sql-mode-sqlite-font-lock-keywords)
24163 (sql-mode-strong-font-lock-keywords)
24164 (sql-mode-mysql-font-lock-keywords)
24165 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24166 keywords.
24167 (sql-mode-font-lock-defaults): Update comment.
24168 (sql-product-feature): New function. Returns feature associated
24169 with a product from `sql-product-support' alist.
24170 (sql-product-font-lock): New function. Set font-lock support
24171 based on `sql-product'.
24172 (sql-add-product-keywords): New function. Add font-lock rules to
24173 product-specific keyword variables.
24174 (sql-set-product): New function. Set `sql-product' and apply
24175 appropriate font-lock highlighting.
24176 (sql-highlight-product): New function. Set font-lock support
24177 based on a product. Also set mode name to include product name.
24178 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24179 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24180 Use `sql-set-product'.
24181 (sql-highlight-ms-keywords)
24182 (sql-highlight-sybase-keywords)
24183 (sql-highlight-interbase-keywords)
24184 (sql-highlight-strong-keywords)
24185 (sql-highlight-mysql-keywords)
24186 (sql-highlight-sqlite-keywords)
24187 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24188 (sql-get-login): Prompt in the same order as the tokens.
24189 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24190 (sql-product-interactive): New function. Common portions of
24191 product-specific interactive mode wrappers.
24192 (sql-interactive-mode): Rewritten to use product features.
24193 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24194 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24195 (sql-db2, sql-linter): Use `sql-product-interactive'.
24196 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24197 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24198 (sql-connect-ingres, sql-connect-postgres)
24199 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24200 New functions. Format command line parameters and invoke comint on
24201 the appropriate interpreter. Code was in the corresponding
24202 `sql-xyz' function before.
24203 (sql-connect-ms): New function. Support -E argument to use
24204 operating system credentials for authentication.
24205
24206 2003-08-18 Kenichi Handa <handa@m17n.org>
24207
24208 * international/mule.el (encode-char): Fix for the ASCII case.
24209
24210 2003-08-15 Kenichi Handa <handa@m17n.org>
24211
24212 * international/fontset.el (setup-default-fontset): Change "*" to
24213 nil in the specifications of font family.
24214
24215 2003-08-18 Kim F. Storm <storm@cua.dk>
24216
24217 * kmacro.el (kmacro-keymap): Group related bindings in
24218 initialization for clarity. Bind C-s to start macro.
24219 Remove C-r binding.
24220 (kmacro-initial-counter-value): New defvar to hold initial counter
24221 value in case we set the value before defining a macro.
24222 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24223 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24224 not defining or executing macro. Doc fix.
24225 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24226 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24227 temporarily view older elements on the macro ring without cycling
24228 the ring.
24229 (kmacro-display): Doc fix.
24230 (kmacro-exec-ring-item): New helper function.
24231 (kmacro-call-ring-2nd): Use it.
24232 (kmacro-call-ring-2nd-repeat): Doc fix.
24233 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24234 (kmacro-end-or-call-macro): Execute last viewed macro (using
24235 kmacro-exec-ring-item) from ring if this follows
24236 kmacro-view-macro. This allows us to find a macro on the ring
24237 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24238 the ring to bring it to the head of the ring.
24239 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24240 Allow binding to reserved keys without specifying C-x C-k prefix.
24241 Ask for confirmation if entered key sequence is already bound to
24242 a non-macro command.
24243 (kmacro-view-macro): Repeating command will show older elements
24244 on the macro ring; C-k will execute the last viewed macro.
24245 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24246 property from 'ring to 'head.
24247
24248 2003-08-17 Alan Shutko <ats@acm.org>
24249
24250 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24251 keeping December out of the alist.
24252
24253 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24254
24255 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24256 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24257 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24258 (calendar-flatten): New function.
24259 (calendar-mouse-view-other-diary-entries)
24260 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24261 in the menu title and to show multi-line diary entries correctly
24262 in the menu.
24263
24264 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24265
24266 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24267 defcustom, because the default was recently changed.
24268
24269 2003-08-16 Richard M. Stallman <rms@gnu.org>
24270
24271 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24272
24273 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24274 New subroutine, broken out of eval-last-sexp-1.
24275 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24276
24277 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24278
24279 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24280
24281 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24282
24283 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24284
24285 * progmodes/compile.el (compilation-error-regexp-alist):
24286 Add Java ANt error detection as described in document
24287 http://ant.apache.org/faq.html
24288
24289 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24290
24291 * simple.el (backward-word, forward-to-indentation)
24292 (backward-to-indentation): Argument changed to optional.
24293 (next-line, previous-line): Use `or' instead of `unless'.
24294
24295 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24296
24297 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24298 instead of a constant.
24299
24300 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
24301
24302 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24303
24304 2003-08-12 Andre Spiegel <spiegel@gnu.org>
24305
24306 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24307 (vc-sccs-workfile-version): Search the entire delta table, rather
24308 than just the first entry, because that might be a deleted version.
24309
24310 2003-08-11 Karl Fogel <kfogel@red-bean.com>
24311
24312 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24313 [save-place] binding in the Options menu. Have it require
24314 'saveplace' and then toggle the variable manually, to avoid an
24315 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24316 for the bug report.
24317
24318 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
24319
24320 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24321 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24322 (gdb-info-threads-custom): Add help-echo text.
24323 (gdb-display-back): Don't use purecopy.
24324 (gdb-info-breakpoints-custom, gdb-reset)
24325 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24326 icons can be displayed.
24327
24328 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
24329
24330 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24331
24332 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24333
24334 * bookmark.el (bookmark-completing-read):
24335 Return a string, instead of a list of one string.
24336 Use a popup menu if activated from the mouse.
24337 (bookmark-edit-annotation): Remove unused vars.
24338 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24339 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24340 to bookmark-completing-read.
24341 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24342 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24343 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24344 and erase-buffer.
24345 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24346 (bookmark-menu-jump, bookmark-menu-insert)
24347 (bookmark-popup-menu-and-apply-function)
24348 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24349 (bookmark-menu-build-paned-menu): Remove by folding it into
24350 bookmark-menu-popup-paned-menu.
24351 (menu-bar-bookmark-map): Move the define-key statements here.
24352 Use the "non-menu" commands since they now pop up a menu if needed.
24353 (bookmark-exit-hook-internal): Simplify.
24354
24355 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24356
24357 * reftex-toc.el (reftex-toc-rename-label): New function.
24358 (reftex-toc-check-docstruct): New function.
24359
24360 * reftex.el (reftex-region-active-p): New function.
24361
24362 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24363 regexp to find the \bibliography macro.
24364
24365 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24366 which does not exist in LaTeX.
24367 (reftex-cite-format-builtin): Added amsrefs support.
24368 (reftex-toc-confirm-promotion): New option
24369
24370 * reftex-toc.el
24371 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24372 (reftex-toc-demote, reftex-toc-promote)
24373 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24374 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24375 (reftex-toc-newhead-from-alist)
24376 (reftex-toc-load-all-files-for-promotion): New functions.
24377 (reftex-toc-help): Added description of new keys.
24378 (reftex-toc-split-windows-fraction): New option.
24379 (reftex-recenter-toc-when-idle): Search *toc* window on all
24380 visible frames.
24381 (reftex-toc): Additional parameter REUSE
24382 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24383 with REUSE argument.
24384 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24385 the call of `reftex-toc'.
24386 (reftex-make-separate-toc-frame): New function .
24387 (reftex-toc-recenter): When called with triple prefix arg, call
24388 `reftex-make-separate-toc-frame' first.
24389 (reftex-toc-toggle-dedicated-frame): New command.
24390 (reftex-toc-quit): Adapted to delete frame when called in
24391 dedicated frame.
24392
24393 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24394 all enclosing macros.
24395
24396
24397 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24398
24399 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24400 first use.
24401
24402 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24403
24404 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24405
24406 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24407
24408 * calendar/calendar.el (list-diary-entries-hook)
24409 (diary-display-hook, nongregorian-diary-listing-hook)
24410 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24411 Add some customize options for these hooks.
24412 (calendar-abbrev-construct): Don't try to take a substring longer
24413 than the original string.
24414
24415 2003-08-05 Richard M. Stallman <rms@gnu.org>
24416
24417 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24418 (testcover-reinstrument-clauses): Doc fix.
24419
24420 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24421 (warning-type-format): Rename from warning-group-format.
24422
24423 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24424 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24425 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24426 to prevent warnings about defvar for an obsolete variable.
24427
24428 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24429 warning-group-format renamed to warning-type-format.
24430
24431 * subr.el (read-passwd): Use clear-string instead of fillarray.
24432
24433 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24434 Use vconcat instead of concat.
24435 (edmacro-sanitize-for-string): New function.
24436
24437 2003-08-05 Dave Love <fx@gnu.org>
24438
24439 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24440 line-number-display-limit-width.
24441
24442 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24443
24444 2003-08-05 Kenichi Handa <handa@m17n.org>
24445
24446 * international/code-pages.el: Don't require mule-diag.
24447
24448 * international/mule-diag.el (non-iso-charset-alist):
24449 Add autoload cookie.
24450
24451 * language/devan-util.el (dev-glyph-order): Add an entry for the
24452 glyph code #xC4.
24453
24454 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24455
24456 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24457 (european-calendar-style, diary-date-forms)
24458 (calendar-day-name-array, calendar-month-name-array): Doc change.
24459 (generate-calendar-month): Adapt for new behavior of
24460 `calendar-day-name' function.
24461 (calendar-abbrev-length, calendar-day-abbrev-array)
24462 (calendar-month-abbrev-array): New variables.
24463 (calendar-abbrev-construct): New function.
24464 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24465 rather than fixing abbrevs at some width. Calling syntax change.
24466 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24467 (calendar-date-string): Adapt for new behaviors of
24468 `calendar-day-name' and `calendar-month-name' functions.
24469
24470 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24471 behavior of `calendar-day-name' and `calendar-month-name' functions.
24472 (diary-name-pattern): Use abbrev arrays, rather than fixing
24473 abbrevs at three chars. Calling syntax change.
24474 (mark-diary-entries): Adapt for new behaviors of
24475 `diary-name-pattern' and `calendar-make-alist' functions.
24476 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24477 `diary-name-pattern' function.
24478 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24479 fixing abbrevs at three chars. Calling syntax change.
24480 (cal-hebrew, cal-islam): Require when compiling.
24481 (diary-font-lock-keywords): Adapt for new behavior of
24482 `font-lock-diary-date-forms' function.
24483
24484 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24485 (calendar-hebrew-month-name-array-common-year)
24486 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24487 (list-hebrew-diary-entries): Adapt for new behaviors of
24488 `calendar-day-name' and `add-to-diary-list' functions.
24489 (mark-hebrew-diary-entries): Adapt for new behaviors of
24490 `diary-name-pattern' and `calendar-make-alist' functions.
24491
24492 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24493 Add doc string.
24494 (list-islamic-diary-entries): Adapt for new behaviors of
24495 `calendar-day-name' and `add-to-diary-list' functions.
24496 (mark-islamic-diary-entries): Adapt for new behaviors of
24497 `diary-name-pattern' and `calendar-make-alist' functions.
24498
24499 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24500 `calendar-month-name' function.
24501
24502 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24503
24504 * calendar/solar.el (solar-seasons-data): Move definition before use.
24505
24506 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24507 (cal-tex-LaTeX-hourbox): Move definition before use.
24508
24509 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24510 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24511 * lunar.el, solar.el (displayed-month, displayed-year):
24512 Define for compiler.
24513
24514 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24515
24516 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24517 MODE. Renamed from c-init-c-language-vars'.
24518 (c-initialize-cc-mode): Change accordingly.
24519 (c-common-init): Ditto.
24520 (c-mode): Ditto.
24521 (c++-mode): Use `c-init-language-vars-for'.
24522 (objc-mode): Ditto.
24523 (java-mode): Ditto.
24524 (idl-mode): Ditto.
24525 (pike-mode): Ditto.
24526 (awk-mode): Ditto.
24527
24528 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24529
24530 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24531 or not the point moved.
24532
24533 (c-search-decl-header-end): Don't trip up on operator identifiers
24534 in C++ and operators like == in all languages.
24535
24536 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24537 Detect leading labels correctly.
24538
24539 2003-08-02 Andreas Schwab <schwab@suse.de>
24540
24541 * textmodes/ispell.el: Don't redo key bindings on loading, put
24542 them only in loaddefs.el.
24543 * bookmark.el: Likewise.
24544 * dabbrev.el: Likewise.
24545 * emerge.el: Likewise.
24546
24547 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24548 has more than one member.
24549
24550 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24551
24552 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24553
24554 * lpr.el (printify-region): It was ending conversion before the
24555 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24556
24557 2003-07-31 John Paul Wallington <jpw@gnu.org>
24558
24559 * net/browse-url.el (browse-url-epiphany): Doc fix.
24560
24561 2003-07-30 Kenichi Handa <handa@m17n.org>
24562
24563 * international/fontset.el (setup-default-fontset):
24564 Change registry names of Akurti fonts.
24565
24566 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24567
24568 * comint.el (comint-read-noecho): Use `clear-string' instead of
24569 `fillarray'.
24570
24571 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24572
24573 * outline.el (outline-mode-hook): Add defvar.
24574
24575 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24576
24577 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24578 Restore assembler in source window if that is what has been selected.
24579 (menu): Add gdb-restore-windows to menu. Make gdba
24580 specific menus only visible from gdba.
24581
24582 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24583
24584 * progmodes/compile.el (compilation-environment): New user variable.
24585 (compile-internal): Respect it.
24586
24587 2003-07-23 Masatake YAMATO <jet@gyve.org>
24588
24589 * progmodes/gud.el (gdb-script-font-lock-keywords):
24590 Put `font-lock-function-name-face' on a symbol which includes
24591 `-' like `hook-run'. Put font-lock-variable-name-face
24592 on a symbol starting with $.
24593
24594 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24595
24596 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24597
24598 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24599
24600 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24601
24602 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24603
24604 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24605 Use with-no-warnings.
24606 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24607 rather than to find-file-not-found-hook, which doesn't exist.
24608
24609 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24610
24611 * international/quail.el (quail-translate-key): Fix previous change.
24612
24613 2003-07-25 John Paul Wallington <jpw@gnu.org>
24614
24615 * server.el (server-start): Check `server-process' is non-nil
24616 before killing it to avoid killing current buffer's process.
24617
24618 * simple.el (choose-completion-string): Use `minibufferp';
24619 test `completion-reference-buffer' if `buffer' arg is nil.
24620 (push-mark): Use `when' and `unless'.
24621 (pop-mark): Use `when'.
24622
24623 * mouse-sel.el (mouse-sel-get-selection-function):
24624 Check `x-last-selected-text-primary'. Don't barf if it or
24625 `x-last-selected-text' aren't bound.
24626
24627 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24628
24629 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24630
24631 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24632
24633 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24634
24635 2003-07-23 John Paul Wallington <jpw@gnu.org>
24636
24637 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24638
24639 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24640
24641 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24642 string. Defvar the derived hook.
24643
24644 * macros.el (insert-kbd-macro): Escape double quote character.
24645 From Thomas W Murphy <twm@andrew.cmu.edu>.
24646
24647 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24648
24649 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24650 to match the specific mark rather than reusing comment-start-skip.
24651
24652 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24653
24654 * progmodes/hideshow.el (hs-special-modes-alist):
24655 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24656
24657 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24658
24659 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24660 value using ?\s.
24661
24662 2003-07-21 John Paul Wallington <jpw@gnu.org>
24663
24664 * subr.el (with-selected-window): Add closing paren.
24665
24666 2003-07-21 Richard M. Stallman <rms@gnu.org>
24667
24668 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24669 (lisp-mode): Likewise.
24670
24671 * subr.el (with-selected-window): Copy code form save-selected-window
24672 so as to call select-window with norecord arg.
24673 (dynamic-completion-table): Doc fix.
24674 (lazy-completion-table): Doc fix.
24675
24676 * international/mule-cmds.el (set-locale-environment):
24677 langinfo renamed to locale-info.
24678
24679 * international/mule.el (auto-coding-functions): Doc fix.
24680
24681 2003-07-21 Kenichi Handa <handa@m17n.org>
24682
24683 * international/quail.el (quail-translate-key):
24684 Update quail-current-str correctly.
24685
24686 2003-07-21 Andreas Schwab <schwab@suse.de>
24687
24688 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24689 ?, to "_".
24690
24691 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24692 Version 2.0.36 of Tramp released.
24693
24694 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24695 tramp-password-end-of-line.
24696 (tramp-password-end-of-line): New method parameter.
24697 (tramp-get-password-end-of-line): Function to access method
24698 parameter `tramp-password-end-of-line', or variable
24699 `tramp-default-password-end-of-line' (default value).
24700 (tramp-methods): Add entries for new parameter
24701 tramp-password-end-of-line.
24702 (tramp-enter-password): Use new function
24703 `tramp-get-password-end-of-line'.
24704 (tramp-handle-insert-file-contents): Do not
24705 unconditionally inhibit the file operation file-local-copy, only
24706 do that when the inhibit-file-name-operation is currently
24707 insert-file-contents. This fixes finding remote CVS-controlled
24708 files. (It would barf on inserting the CVS/Entries file
24709 literally, because the file-local-copy handler wasn't called.)
24710 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24711 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24712 (tramp-initial-commands): New variable.
24713 (tramp-process-initial-commands): New function, using the variable.
24714 (tramp-open-connection-setup-interactive-shell): Call the new function.
24715 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24716 method into the buffer name, never use nil. Reported by Hanak
24717 David <dhanak@inf.bme.hu>.
24718 (tramp-open-connection-setup-interactive-shell): Erase buffer
24719 before sending "stty -onlcr".
24720
24721 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24722
24723 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
24724
24725 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24726
24727 2003-07-19 John Paul Wallington <jpw@gnu.org>
24728
24729 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24730 (artist-draw-rect, artist-draw-square): Doc fixes.
24731
24732 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24733
24734 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24735
24736 2003-07-19 Kenichi Handa <handa@m17n.org>
24737
24738 * international/kkc.el (kkc-show-conversion-list-update):
24739 Highlight the correct candidate in the message.
24740
24741 2003-07-18 John Paul Wallington <jpw@gnu.org>
24742
24743 * simple.el (current-word): Don't include punctuation char when
24744 `really-word' arg is non-nil.
24745
24746 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24747
24748 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24749 moved to the directory obsolete.
24750
24751 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24752
24753 * info.el (Info-menu-entry-name-re): Allow newlines in
24754 menu entry names.
24755
24756 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24757 syntax-ppss-after-change-function.
24758 (syntax-ppss-after-change-function): New alias. Update uses.
24759 (syntax-ppss): Catch the case where the buffer is narrowed.
24760
24761 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24762
24763 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24764 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24765
24766 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24767
24768 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24769 since it might be modified.
24770
24771 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24772 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24773 names to these language constants.
24774
24775 2003-07-15 Kim F. Storm <storm@cua.dk>
24776
24777 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24778 All uses changed.
24779
24780 2003-07-14 Mark A. Hershberger <mah@everybody.org>
24781
24782 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24783 Namespace support.
24784
24785 2003-07-13 Juanma Barranquero <lektu@terra.es>
24786
24787 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24788 papers received).
24789
24790 2003-07-13 Karl Eichwalder <ke@suse.de>
24791
24792 * textmodes/po.el (po-find-charset): White space at the start of the
24793 Content-Type field body is non-mandatory.
24794
24795 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24796
24797 * textmodes/texinfo.el (texinfo-section-list):
24798 Append appendixsection; a synonym for appendixsec.
24799
24800 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24801
24802 * man.el (Man-translate-cleanup): New.
24803 (Man-translate-references): Call `Man-translate-cleanup' to clean
24804 leading, trailing and middle spaces.
24805
24806 2003-07-13 Lars Hansen <larsh@math.ku.dk>
24807
24808 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24809 Handle `dired-directory' being a list.
24810
24811 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24812
24813 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24814 it doesn't exist.
24815
24816 2003-07-12 Richard M. Stallman <rms@gnu.org>
24817
24818 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24819
24820 * progmodes/cc-defs.el (c-make-keywords-re):
24821 Don't use delete-duplicates.
24822 (c-lang-const): Don't use mapcan.
24823
24824 * apropos.el (apropos-show-scores): Make it customizable.
24825 Document new meaning.
24826 (apropos): Compute scores from symbols.
24827 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24828
24829 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24830
24831 * ps-bdf.el: Fix copyright line.
24832 (bdf-directory-list): Fix initialization code.
24833
24834 2003-07-11 John Paul Wallington <jpw@gnu.org>
24835
24836 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24837 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24838 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24839
24840 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24841
24842 * emacs-lisp/ring.el (ring-elements): Doc fix.
24843
24844 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24845
24846 * calendar/timeclock.el (timeclock-relative)
24847 (timeclock-ask-before-exiting, timeclock-use-display-time):
24848 Doc changes.
24849 (timeclock-modeline-display): Give a message if
24850 `timeclock-use-display-time' is non-nil but `display-time-mode'
24851 is not active.
24852
24853 2003-07-11 Kenichi Handa <handa@m17n.org>
24854
24855 * international/mule-cmds.el (set-language-environment):
24856 Set current-language-environment to the correct string.
24857
24858 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24859
24860 * ps-print.el: Print line number correctly in a region. Reported by
24861 Tim Allen <timallen@ls83.fsnet.co.uk>.
24862 (ps-print-version): New version number (6.6.2).
24863 (ps-printing-region): Code fix.
24864
24865 2003-07-10 John Paul Wallington <jpw@gnu.org>
24866
24867 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24868 this function can be called from `add-completions-from-tags-table'.
24869
24870 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
24871
24872 * calendar/timeclock.el (timeclock-use-display-time)
24873 (timeclock-day-over-hook, timeclock-workday-remaining)
24874 (timeclock-status-string, timeclock-when-to-leave)
24875 (timeclock-when-to-leave-string, timeclock-log-data)
24876 (timeclock-find-discrep, timeclock-day-base)
24877 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24878 (timeclock-modeline-display): Set the variable
24879 `timeclock-modeline-display'.
24880 (timeclock-update-modeline): Doc fix. Respect value of
24881 `timeclock-relative'.
24882
24883 2003-07-09 Richard M. Stallman <rms@gnu.org>
24884
24885 * textmodes/reftex-parse.el (reftex-all-document-files):
24886 Add autoload cookie.
24887
24888 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24889 (reftex-scanning-info-available-p): Add autoload cookie.
24890
24891 * international/mule-cmds.el
24892 (set-display-table-and-terminal-coding-system): Delete duplicate
24893 aset on standard-display-table.
24894
24895 * view.el (view-file): If existing buffer's major mode is special,
24896 don't go into view mode.
24897
24898 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24899
24900 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24901
24902 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24903 buffer changes; there's third party code that calls this function
24904 directly.
24905
24906 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24907
24908 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24909 (autodoc-font-lock-keywords): Don't byte compile on font lock
24910 initialization when running from byte compiled files.
24911
24912 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24913
24914 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24915 statement ends with auto-increment "++".
24916
24917 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24918
24919 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24920 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24921 these are changed, so declare them as variables and not constants.
24922
24923 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24924
24925 * subr.el (dolist, dotimes): Doc fix.
24926
24927 2003-07-08 Kim F. Storm <storm@cua.dk>
24928
24929 * international/mule-cmds.el
24930 (set-display-table-and-terminal-coding-system): Don't break
24931 bootstrap if standard-display-table isn't setup yet.
24932
24933 2003-07-07 Richard M. Stallman <rms@gnu.org>
24934
24935 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24936 Give it a doc string, and autoload it.
24937
24938 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24939 Use with-no-warnings.
24940
24941 * info.el (Info-search): If find invisible text, search again.
24942
24943 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24944
24945 * man.el (Man-name-regexp): Match + as part of name.
24946
24947 * simple.el (visible-mode): Rename from vis-mode.
24948 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24949
24950 * simple.el (current-word): New arg REALLY-WORD specifies
24951 don't include punctuation chars.
24952
24953 * emacs-lisp/debug.el (debug, debugger-env-macro):
24954 Use with-no-warnings while accessing and binding unread-command-char.
24955
24956 * international/mule-cmds.el
24957 (set-display-table-and-terminal-coding-system): Use explicit loop
24958 instead of calling standard-display-default.
24959
24960 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24961 Use condition-case to catch error in ange-ftp-get-files.
24962
24963 * net/browse-url.el (browse-url-browser-function):
24964 Add alternative for Epiphany.
24965 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24966 (browse-url-epiphany-startup-arguments)
24967 (browse-url-epiphany-new-window-is-tab): New variables.
24968 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24969
24970 * progmodes/compile.el (compile-auto-highlight): Default now t.
24971 (compile): Doc fix.
24972 (compilation-next-error): Fix previous change.
24973
24974 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24975
24976 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24977
24978 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24979
24980 * gdb-ui.el (gdb-source-info): Display current frame when
24981 attaching to an existing process.
24982 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24983 while laying out windows when attaching to an existing process.
24984
24985 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24986
24987 * info.el (Info-menu): Use Info-menu-entry-name-re.
24988
24989 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24990
24991 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24992 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24993
24994 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24995 to match the same text.
24996
24997 2003-07-06 John Paul Wallington <jpw@gnu.org>
24998
24999 * vc.el (vc-annotate-offset): Move defvar up.
25000
25001 2003-07-06 Kim F. Storm <storm@cua.dk>
25002
25003 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25004 This should fix the infinite loop when extracting menu names.
25005
25006 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25007
25008 * files.el (auto-mode-alist, interpreter-mode-alist):
25009 Remove entries to CC Mode modes to avoid duplicates; they are now added
25010 with autoload directives in cc-mode.el.
25011
25012 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25013
25014 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25015 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25016 these are changed, so declare them as variables and not constants.
25017
25018 * progmodes/cc-mode.el: Fix some autoload problems: Try to
25019 ensure that the entry for ".c" extension comes before the one for
25020 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25021 Fix incorrect entries that were added to `interpreter-mode-alist'.
25022 Move the autoload directives for AWK to the top level since they
25023 aren't recognized anywhere else. Do not use the new AWK mode doc
25024 in the autoload form for the old AWK mode.
25025
25026 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25027
25028 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25029 (bibtex-sort-ignore-string-entries): Default value t.
25030 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25031 erroneously in previous version.
25032 (bibtex-string-files): Docstring reflects new parsing scheme.
25033 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25034 docstring, add # as one of the chars to crush
25035 (bibtex-autokey-prefix-string, bibtex-autokey-names)
25036 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25037 (bibtex-autokey-name-change-strings)
25038 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25039 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25040 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25041 (bibtex-autokey-title-terminators)
25042 (bibtex-autokey-titlewords-stretch)
25043 (bibtex-autokey-titleword-ignore)
25044 (bibtex-autokey-titleword-case-convert)
25045 (bibtex-autokey-titleword-abbrevs)
25046 (bibtex-autokey-titleword-abbrevs)
25047 (bibtex-autokey-titleword-change-strings)
25048 (bibtex-autokey-titleword-length)
25049 (bibtex-autokey-titleword-separator)
25050 (bibtex-autokey-name-year-separator)
25051 (bibtex-autokey-year-title-separator)
25052 (bibtex-autokey-before-presentation-function)
25053 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25054 Fix docstring.
25055 (bibtex-strings, bibtex-reference-keys):
25056 Use lazy-completion-table and make-variable-buffer-local.
25057 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25058 (bibtex-braced-string-syntax-table)
25059 (bibtex-quoted-string-syntax-table): New variables.
25060 (bibtex-parse-nested-braces): Remove.
25061 (bibtex-parse-field-string): Use syntax table and forward-sexp.
25062 (bibtex-parse-association): Simplify.
25063 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25064 (bibtex-parse-field-text): Simplify.
25065 (bibtex-search-forward-field, bibtex-search-backward-field):
25066 argument BOUND can take value t.
25067 (bibtex-start-of-field, bibtex-start-of-name-in-field)
25068 (bibtex-end-of-name-in-field, bibtex-end-of-field)
25069 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25070 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25071 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25072 (bibtex-skip-to-valid-entry): Return buffer position of beginning
25073 and ending of entry. Update for changes of bibtex-search-entry.
25074 Simplify.
25075 (bibtex-map-entries): FUN is called with three arguments.
25076 (bibtex-search-entry): Return a cons pair with buffer positions of
25077 beginning and end of entry.
25078 (bibtex-enclosing-field): Simplify.
25079 (bibtex-format-entry): Use booktitle to set a missing title.
25080 (bibtex-autokey-get-names): Fiddle with regexps.
25081 (bibtex-generate-autokey): Use identity.
25082 (bibtex-parse-keys): Use simplified parsing algorithm if
25083 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
25084 arguments. Return alist of keys.
25085 (bibtex-parse-strings): Simplify. Return alist of strings.
25086 (bibtex-complete-string-cleanup): Fix docstring.
25087 (bibtex-read-key): New function.
25088 (bibtex-mode): Fix docstring. Do not parse for keys and
25089 strings when the mode is entered. Set fill-paragraph-function to
25090 bibtex-fill-field. Setup font-lock-mark-block-function the way
25091 font-lock intended.
25092 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
25093 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25094 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25095 (bibtex-Preamble): Avoid hard coded constants.
25096 (bibtex-make-field): Fix docstring. Simplify.
25097 (bibtex-beginning-of-entry): Always return new position of point.
25098 (bibtex-end-of-entry): Rearrange cond clauses.
25099 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25100 Update for changes of bibtex-map-entries.
25101 (bibtex-ispell-abstract): Do not move point.
25102 (bibtex-entry-index): Use downcase. Simplify.
25103 (bibtex-lessp): Handle catch-all.
25104 (bibtex-find-crossref): Turn into a command.
25105 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
25106 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
25107 preamble entries.
25108 (bibtex-fill-field-bounds): New function.
25109 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
25110 (bibtex-fill-entry): Use bibtex-fill-field-bounds
25111 (bibtex-String): Use bibtex-strings. Always obey
25112 bibtex-sort-ignore-string-entries.
25113
25114 2003-07-05 John Paul Wallington <jpw@gnu.org>
25115
25116 * cus-theme.el (customize-create-theme):
25117 Call `customize-create-theme' in Reset widget's notify function.
25118
25119 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25120 (ibuffer-mark-interactive): Use `or' instead of `unless'.
25121 (define-ibuffer-column name): Add summarizer.
25122 (define-ibuffer-column size): Likewise.
25123 (define-ibuffer-column filename): Likewise.
25124 (define-ibuffer-column process): Likewise. Change BODY's output too.
25125 (define-ibuffer-column filename-and-process): Likewise, likewise.
25126 (ibuffer): Remove local vars `already-in' and `need-update'.
25127
25128 * ibuf-ext.el: Don't require `derived' at compile-time.
25129
25130 2003-07-05 Kim F. Storm <storm@cua.dk>
25131
25132 * info.el: Disable paragraph refilling.
25133 (Info-refill-paragraphs): New defcustom.
25134 (Info-fontify-node): Use it.
25135
25136 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25137
25138 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25139 thingies from constructors created by defstruct.
25140
25141 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25142 the default value of the variable.
25143 (byte-code-meter): Move declaration to top level.
25144
25145 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25146
25147 * info.el (Info-following-node-name-re): New fun.
25148 (Info-following-node-name): Remove.
25149 (Info-insert-dir): Use the new fun.
25150 (Info-extract-pointer): Don't save restriction; use new fun.
25151 (Info-menu-entry-name-re): New const.
25152 (Info-menu-entry-name-re): Use it along with new fun.
25153 (Info-node-spec-re): Use new fun.
25154 (Info-complete-menu-item, Info-fontify-node): Use new const.
25155 (Info-goto-node, Info-follow-reference, Info-menu-update):
25156 Use match-string.
25157 (Info-follow-reference): Use assoc-string.
25158 Use a list of strings for the completion table.
25159 (Info-fontify-node): Use match-string, line-end-position.
25160 Limit the search for `node:' to the first line.
25161
25162 * newcomment.el (uncomment-region): Remove padding coming from
25163 comment-start rather than just from comment-padding.
25164
25165 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25166 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25167 (vc-cvs-rename-file): Remove (use the default).
25168 (vc-cvs-register): Register parent dir if needed.
25169 (vc-cvs-could-register): Return non-nil if parent can be registered.
25170 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25171 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25172
25173 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25174 (vc-svn-update): Fix the arguments to `svn'.
25175 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25176 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25177 Simple implementations, assuming `name' is a URL.
25178
25179 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25180 set of chars allowed unquoted in a case pattern.
25181
25182 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25183
25184 * font-lock.el (font-lock-extra-types-widget)
25185 (c-font-lock-extra-types, c++-font-lock-extra-types)
25186 (objc-font-lock-extra-types, java-font-lock-extra-types)
25187 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25188 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25189 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25190 (font-lock-match-c++-structor-declaration)
25191 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25192 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25193 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25194 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25195 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25196 (java-font-lock-keywords-3, java-font-lock-keywords)
25197 (java-font-lock-syntactic-face-function): Remove obsolete code
25198 and constants. It's all in cc-fonts.el now.
25199
25200 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25201
25202 * mail/sendmail.el (mail-specify-envelope-from)
25203 (mail-envelope-from): Doc fix.
25204
25205 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25206
25207 * generic-x.el: Do away with the dependency on `c-emacs-features'
25208 when populating `rul-generic-mode-syntax-table'; we already know
25209 this isn't XEmacs.
25210
25211 See ChangeLog.10 for earlier changes.
25212
25213 ;; Local Variables:
25214 ;; coding: iso-2022-7bit
25215 ;; End:
25216
25217 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
25218 Copying and distribution of this file, with or without modification,
25219 are permitted provided the copyright notice and this notice are preserved.
25220
25221 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1