]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-filter): Add missing argument to
4 with-selected-window.
5
6 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9 a :require to the defcustom.
10
11 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12 defcustoms corresponding to minor modes.
13
14 2005-06-26 David Ponce <david@dponce.com>
15
16 * recentf.el: Require 'tree-widget instead of 'wid-edit.
17 (recentf-filename-handler): Fix widget :type.
18 (recentf-cancel-dialog, recentf-open-more-files)
19 (recentf-open-files-action): Doc fix.
20 (recentf-dialog-goto-first): New function.
21 (recentf-dialog-mode-map): Set parent keymap first.
22 (recentf-dialog-mode): Define with define-derived-mode.
23 Don't display continuation lines in dialogs.
24 (recentf-edit-list): Rename from recentf-edit-selected-items.
25 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26 Simplify.
27 (recentf-edit-list-validate): New function.
28 (recentf-edit-list): Update accordingly.
29 (recentf-open-files-item-shift): Remove.
30 (recentf-open-files-item): Convert menu elements into tree and
31 link widgets. Don't create the widgets.
32 (recentf-open-files): Update accordingly.
33 (recentf-save-list): Untabify.
34
35 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
36
37 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
38 (keep-lines): Add INTERACTIVE arg. Never delete lines only
39 partially contained in the active region. Do not take active
40 region into account when called from Lisp, unless INTERACTIVE arg
41 is non-nil. Use `forward-line' instead of `beginning-of-line' to
42 avoid trouble with fields. Make marker point nowhere when no
43 longer used. Always return nil. Doc fix.
44 (flush-lines): Add INTERACTIVE arg. Do not take active region
45 into account when called from Lisp, unless INTERACTIVE arg is
46 non-nil. Use `forward-line' instead of `beginning-of-line' to
47 avoid trouble with fields. Make marker point nowhere when no
48 longer used. Always return nil. Doc fix.
49 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
50 interchangeable. Do not take active region into account when
51 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
52 message in echo area when called from Lisp, unless INTERACTIVE arg
53 is non-nil. Avoid saying "1 occurrences". Do not use markers.
54 Return the number of matches. Doc fix.
55 (occur): Doc fix.
56 (perform-replace): Make comment follow double space convention for
57 the sake of `outline-minor-mode'.
58
59 * faces.el (facep): Doc fix.
60
61 2005-06-25 Richard M. Stallman <rms@gnu.org>
62
63 * facemenu.el (facemenu-enable-faces-p): New function.
64 (facemenu-background-menu, facemenu-foreground-menu)
65 (facemenu-face-menu): Add menu-enable property.
66
67 * jka-compr.el (jka-compr-insert-file-contents):
68 Special handling if cannot find the uncompression program.
69
70 * cus-face.el (custom-face-attributes): Add autoload.
71
72 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
73 Bind comment-indent-function locally.
74
75 * window.el (save-selected-window): Use save-current-buffer.
76
77 * subr.el (with-selected-window): Use save-current-buffer.
78
79 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
80 and with-current-buffer.
81
82 2005-06-24 Richard M. Stallman <rms@gnu.org>
83
84 * simple.el (line-move-1): Fix previous change.
85
86 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
87
88 * replace.el (occur-1): Set `buffer-read-only' and the
89 buffer-modified flag before running `occur-hook' to protect
90 against unintentional buffer switches that can lead to data loss.
91
92 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
93
94 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
95 (gud-gdb-marker-filter): Use font-lock-warning-face for any
96 initial error.
97
98 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
99 after fresh input.
100 (gdb-var-create-handler): Put name of expression in quotes.
101
102 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
103
104 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
105 elements of RING in order, and without bogus nil elements.
106
107 2005-06-23 Richard M. Stallman <rms@gnu.org>
108
109 * simple.el (set-variable): Args renamed; doc fix.
110 (line-move-1): When there are overlays around, use vertical-motion.
111
112 * faces.el (escape-glyph): Use brown against light background.
113 (nobreak-space): Rename from no-break-space.
114 Fix previous change.
115
116 * dired-aux.el (dired-do-copy): Fix arg prompt.
117
118 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
119
120 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
121
122 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
123 rather than "Distributor".
124
125 2005-06-23 Lute Kamstra <lute@gnu.org>
126
127 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
128 (debug-on-entry): Use it. New interactive declaration that uses
129 function-called-at-point.
130
131 2005-06-23 Kim F. Storm <storm@cua.dk>
132
133 * subr.el (save-match-data): Add comment about using evaporate arg
134 to set-match-data.
135
136 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
137
138 * cus-edit.el (customize-face)
139 (customize-face-other-window): Handle face aliases.
140
141 * faces.el (face-documentation, set-face-attribute)
142 (face-spec-set): Handle face aliases.
143
144 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
145
146 * help-mode.el (help-make-xrefs): If a symbol representing a face
147 name is not followed by the word "face", it could still be a
148 function or variable name, so don't bypass other checks.
149
150 2005-06-22 Juri Linkov <juri@jurta.org>
151
152 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
153 Replace aliased functions with calls where second arg `inherit' is t.
154
155 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
156
157 * progmodes/gdb-ui.el (gdb-error): New variable.
158 (gdb-error): New function.
159 (gdb-annotation-rules): Act on error-begin and error annotations.
160 (gdb-concat-output): Use font-lock-warning-face for errors.
161
162 2005-06-22 Miles Bader <miles@gnu.org>
163
164 * bindings.el (propertized-buffer-identification): Use renamed
165 `Buffer-menu-buffer' face.
166
167 * faces.el (vertical-border): Rename from `vertical-divider'.
168 (escape-glyph): Change dark-background color back to `cyan'.
169
170 2005-06-21 Juri Linkov <juri@jurta.org>
171
172 * faces.el (face-user-default-spec): Try getting `customized-face'
173 prior to `saved-face'.
174 (frame-background-mode): Refill docstring.
175
176 * emacs-lisp/lisp-mode.el (eval-defun-1):
177 * emacs-lisp/edebug.el (edebug-eval-defun):
178 Set `saved-face' temporarily to nil before calling form.
179 Set `customized-face' to the new spec after that.
180
181 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
182
183 * subr.el (1value, lambda, key-substitution-in-progress):
184 Doc fixes.
185
186 * autoinsert.el (auto-insert-alist):
187 * ses.el (ses-call-printer):
188 * subr.el (noreturn):
189 * emacs-lisp/lisp.el (check-parens):
190 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
191 * net/browse-url.el (browse-url-mosaic):
192 * progmodes/cc-defs.el (c-safe-scan-lists):
193 * progmodes/ebnf-abn.el (ebnf-abn-lex):
194 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
195 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
196 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
197 * progmodes/ebnf-iso.el (ebnf-iso-lex):
198 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
199
200 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
201
202 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
203
204 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
205
206 * calendar/appt.el (appt-make-list): Activate the package, if
207 not already active (for backwards compatibility).
208
209 2005-06-20 Kim F. Storm <storm@cua.dk>
210
211 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
212
213 2005-06-20 Miles Bader <miles@gnu.org>
214
215 * faces.el (vertical-divider): New face.
216
217 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
218
219 * simple.el (kill-whole-line): Doc fix.
220 (next-error-buffer-p, next-error-find-buffer)
221 (clone-indirect-buffer): Fix typos in docstrings.
222 (comment-line-break-function): Doc fix: don't say variable
223 is automatically buffer-local (it isn't).
224
225 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
226
227 * net/tramp-ftp.el (top):
228 * net/tramp-smb.el (top):
229 * net/tramp-util.el (top):
230 * net/tramp-uu.el (top):
231 * net/tramp-vc.el (top):
232 * net/tramp.el (top): Revert copyright years back to original
233 ones. Tramp has a life outside GNU Emacs.
234
235 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
236
237 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
238
239 2005-06-18 Juri Linkov <juri@jurta.org>
240
241 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
242 end of first regexp to limit the match to the position between
243 line number and source line with same separator character as used
244 between file name and line number. In the second regexp limit
245 mouse-face area to file name and line number by adding new group
246 for them and referring it in HYPERLINK arg.
247 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
248 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
249 previous line where grep markers may be already removed.
250
251 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
252
253 * progmodes/ps-mode.el: Update version and maintainer's email address.
254
255 2005-06-18 Steve Youngs <steve@xemacs.org>
256
257 * net/browse-url.el (browse-url-browser-function)
258 (browse-url-default-browser): Add firefox.
259 (browse-url-firefox-program, browse-url-firefox-arguments)
260 (browse-url-firefox-startup-arguments)
261 (browse-url-firefox-new-window-is-tab): New defcustoms.
262 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
263
264 2005-06-17 Richard M. Stallman <rms@gnu.org>
265
266 * startup.el (command-line): Warn if specified user name has
267 no home directory.
268
269 * term.el (term-get-old-input, term-input-filter, term-input-sender)
270 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
271
272 * longlines.el (longlines-mode, longlines-show-hard-newlines):
273 Doc fixes.
274
275 * faces.el (underline): Try bold if terminal doesn't support underline.
276
277 * mail/sendmail.el (mail-setup-with-from): New variable.
278 (mail-insert-from-field): New function.
279 (sendmail-send-it): Call it.
280 (mail-setup): Optionally call it here.
281
282 * term/linux.el: Call tty-no-underline.
283
284 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
285
286 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
287
288 2005-06-17 Miles Bader <miles@gnu.org>
289
290 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
291 (ediff-current-diff-C, ediff-current-diff-Ancestor)
292 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
293 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
294 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
295 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
296 Remove "-face" suffix from face names.
297 (ediff-current-diff-face-A, ediff-current-diff-face-B)
298 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
299 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
300 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
301 (ediff-even-diff-face-A, ediff-even-diff-face-B)
302 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
303 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
304 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
305 New backward-compatibility aliases for renamed faces.
306 (ediff-current-diff-face-A, ediff-current-diff-face-B)
307 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
308 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
309 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
310 (ediff-even-diff-face-A, ediff-even-diff-face-B)
311 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
312 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
313 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
314 Use renamed ediff faces.
315
316 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
317 Remove "-face" suffix from face names.
318 (eshell-test-ok-face, eshell-test-failed-face):
319 New backward-compatibility aliases for renamed faces.
320 (eshell-run-test): Use renamed eshell-test faces.
321
322 * eshell/em-prompt.el (eshell-prompt):
323 Remove "-face" suffix from face name.
324 (eshell-prompt-face): New backward-compatibility alias for renamed face.
325 (eshell-emit-prompt): Use renamed eshell-prompt face.
326
327 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
328 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
329 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
330 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
331 Remove "-face" suffix from face names.
332 (eshell-ls-directory-face, eshell-ls-symlink-face)
333 (eshell-ls-executable-face, eshell-ls-readonly-face)
334 (eshell-ls-unreadable-face, eshell-ls-special-face)
335 (eshell-ls-missing-face, eshell-ls-archive-face)
336 (eshell-ls-backup-face, eshell-ls-product-face)
337 (eshell-ls-clutter-face):
338 New backward-compatibility aliases for renamed faces.
339 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
340
341 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
342 Remove "-face" suffix from face name.
343 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
344 instead of literal face.
345
346 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
347
348 * emacs-lisp/warnings.el (display-warning, lwarn)
349 (warning-minimum-log-level): Doc fixes.
350 (warning-minimum-level, warning-minimum-log-level):
351 Add :debug to :type choices.
352
353 * progmodes/ada-mode.el (ada-format-paramlist)
354 (ada-get-indent-case, ada-check-matching-start)
355 (ada-check-defun-name, ada-goto-matching-decl-start)
356 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
357 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
358 (ada-make-subprogram-body): Follow error conventions.
359 (ada-case-exception-file, ada-indent-comment-as-code)
360 (ada-indent-handle-comment-special, ada-indent-renames)
361 (ada-indent-return, ada-search-directories-internal)
362 (ada-tab-policy, ada-case-exception-substring)
363 (ada-other-file-alist, ada-matching-start-re)
364 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
365 (ada-imenu-generic-expression, ada-compile-goto-error)
366 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
367 (ada-popup-menu, ada-add-extensions, ada-mode)
368 (ada-region-selected, ada-create-case-exception)
369 (ada-create-case-exception-substring, ada-after-keyword-p)
370 (ada-activate-keys-for-case, ada-adjust-case-region)
371 (ada-adjust-case-buffer, ada-format-paramlist)
372 (ada-scan-paramlist, ada-insert-paramlist)
373 (ada-indent-newline-indent)
374 (ada-indent-newline-indent-conditional)
375 (ada-justified-indent-current, ada-goto-previous-word)
376 (ada-indent-current, ada-get-indent-open-paren)
377 (ada-get-indent-paramlist, ada-get-indent-end)
378 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
379 (ada-get-indent-block-start, ada-get-indent-subprog)
380 (ada-get-indent-noindent, ada-get-indent-label)
381 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
382 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
383 (ada-goto-stmt-end, ada-goto-next-word)
384 (ada-check-matching-start, ada-check-defun-name)
385 (ada-goto-matching-decl-start, ada-goto-matching-start)
386 (ada-goto-matching-end, ada-search-ignore-string-comment)
387 (ada-in-decl-p, ada-looking-at-semi-or)
388 (ada-looking-at-semi-private, ada-in-paramlist-p)
389 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
390 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
391 (ada-next-procedure, ada-previous-procedure, ada-next-package)
392 (ada-previous-package, ada-create-menu)
393 (ada-fill-comment-paragraph-justify)
394 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
395 (ada-other-file-name, ada-last-which-function-line)
396 (ada-last-which-function-subprog, ada-which-function)
397 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
398 (ada-gen-treat-proc, ada-check-emacs-version)
399 (ada-continuation-indent, ada-align-region-separate):
400 Fix typos in docstrings.
401 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
402
403 2005-06-16 Lute Kamstra <lute@gnu.org>
404
405 * simple.el (fundamental-mode): Run after-change-major-mode-hook
406 conditionally.
407
408 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
409
410 * comint.el (comint-replace-by-expanded-filename)
411 (comint-prompt-regexp, comint-delimiter-argument-list)
412 (comint-preinput-scroll-to-bottom):
413 * info.el (Info-hide-cookies-node):
414 * ls-lisp.el (ls-lisp-classify):
415 * find-file.el (ff-search-directories, ff-special-constructs)
416 (ff-find-other-file):
417 * font-lock.el (font-lock-keywords):
418 * shell.el (shell-prompt-pattern)
419 (shell-dynamic-complete-functions, shell-mode)
420 (shell-delimiter-argument-list):
421 * term.el (term-replace-by-expanded-filename)
422 (term-prompt-regexp, term-delimiter-argument-list):
423 * woman.el (woman-ignore, woman0-if):
424 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
425 * emacs-lisp/elint.el (elint-init-env):
426 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
427 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
428 * language/ethio-util.el (ethio-tilde-escape)
429 (ethio-use-three-dot-question):
430 * net/zone-mode.el (zone-mode-load-time-setup):
431 * progmodes/cc-align.el (c-lineup-argcont):
432 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
433 * progmodes/cperl-mode.el (cperl-set-style-back):
434 * progmodes/inf-lisp.el (inferior-lisp-prompt):
435 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
436 Fix spellings in docstrings.
437
438 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
439 * progmodes/modula2.el (m2-for): Fix spellings.
440
441 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
442
443 * simple.el (undo-more): Don't use `format' on `error' arguments.
444 Improve argument/docstring consistency.
445 (pending-undo-list): Doc fix.
446
447 * smerge-mode.el (smerge-ensure-match):
448 * emulation/vip.el (vip-ex):
449 * net/zone-mode.el (zone-mode-update-serial):
450 * progmodes/idlwave.el (idlwave-complete):
451 * progmodes/vhdl-mode.el (vhdl-visit-file)
452 (vhdl-compose-wire-components):
453 Don't use `format' on `error' arguments.
454
455 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
456 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
457 (tooltip-help-tips): Fix typos in docstrings.
458
459 2005-06-16 David Ponce <david@dponce.com>
460
461 * tree-widget.el (tree-widget-value-create): Simplify last change.
462
463 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
464
465 * ido.el (ido-incomplete-regexp): New variable.
466 (ido-set-matches-1): Handle invalid-regexp error and set
467 ido-incomplete-regexp.
468 (ido-incomplete-regexp): New face.
469 (ido-completions): Use it.
470 (ido-complete, ido-exit-minibuffer, ido-completions):
471 Handle incomplete regexps.
472 (ido-completions): Add check for complete match when entering a regexp.
473
474 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
477
478 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
479
480 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
481 by field delimiters.
482
483 2005-06-15 David Ponce <david@dponce.com>
484
485 * tree-widget.el: eval-and-compile inlined functions so they will
486 be available at run-time too.
487 (tree-widget-super-format-handler)
488 (tree-widget-format-handler): Remove.
489 (tree-widget-value-create): Handle the :indent property.
490
491 2005-06-15 Miles Bader <miles@gnu.org>
492
493 * progmodes/which-func.el (which-func): Only inherit
494 `font-lock-function-name-face' when that makes sense against the
495 default mode-line face, otherwise set the face color explicitly.
496
497 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
498 faces instead of (non-existent) variables.
499
500 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
503 (iswitchb-get-matched-buffers): Likewise. Simplify.
504
505 2005-06-14 Miles Bader <miles@gnu.org>
506
507 * progmodes/ld-script.el (ld-script-location-counter):
508 Remove "-face" suffix from face name.
509 (ld-script-location-counter-face):
510 New backward-compatibility alias for renamed face.
511 (ld-script-location-counter-face): Use renamed face.
512
513 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
514 (cperl-hash): Remove "-face" suffix from face names.
515 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
516 New backward-compatibility aliases for renamed faces.
517 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
518 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
519
520 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
521 name.
522 (which-func-face): New backward-compatibility alias for renamed face.
523 (which-func-format): Use renamed which-func face.
524
525 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
526 (vhdl-function, vhdl-directive, vhdl-reserved-word)
527 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
528 names.
529 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
530 (vhdl-speedbar-configuration, vhdl-speedbar-package)
531 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
532 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
533 (vhdl-speedbar-architecture-selected)
534 (vhdl-speedbar-configuration-selected)
535 (vhdl-speedbar-package-selected)
536 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
537 names.
538 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
539 Use renamed faces.
540 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
541 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
542 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
543 Use renamed faces.
544 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
545 names.
546 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
547 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
548 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
549 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
550 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
551 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
552
553 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
554 face name.
555 (sh-heredoc-face): New backward-compatibility alias for renamed face.
556 (sh-heredoc-face): Use renamed sh-heredoc face.
557
558 * progmodes/idlw-help.el (idlwave-help-link):
559 Remove "-face" suffix from face name.
560 (idlwave-help-link-face):
561 New backward-compatibility alias for renamed face.
562 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
563
564 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
565 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
566 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
567 New backward-compatibility aliases for renamed faces.
568 (idlwave-shell-disabled-breakpoint-face)
569 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
570
571 * progmodes/flymake.el (flymake-errline, flymake-warnline):
572 Remove "-face" suffix from face names.
573 (flymake-errline-face, flymake-warnline-face):
574 New backward-compatibility aliases for renamed faces.
575 (flymake-highlight-line): Use renamed flymake faces.
576
577 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
578 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
579 (ebrowse-member-class, ebrowse-progress):
580 Remove "-face" suffix from face names.
581 (ebrowse-tree-mark-face, ebrowse-root-class-face)
582 (ebrowse-file-name-face, ebrowse-default-face)
583 (ebrowse-member-attribute-face, ebrowse-member-class-face)
584 (ebrowse-progress-face):
585 New backward-compatibility aliases for renamed faces.
586 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
587 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
588 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
589 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
590
591 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
592 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
593 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
594 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
595 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
596 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
597 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
598 New backward-compatibility aliases for renamed faces.
599 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
600 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
601 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
602 "font-lock-". Use renamed antlr-mode faces.
603 (antlr-font-lock-additional-keywords): Use renamed faces.
604 Replace literal face-names with face variable references.
605
606 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
607 face name.
608 (Buffer-menu-buffer-face): New backward-compatibility alias for
609 renamed face.
610 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
611
612 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
613
614 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
615 Eliminate "-face" suffix.
616 (makefile-targets): Inherit from font-lock-function-name-face and
617 eliminate "-face" suffix.
618 (makefile-shell): Remove attributes and eliminate "-face" suffix.
619 (makefile-*-font-lock-keywords): Append makefile-targets in rule
620 actions, instead of prepending, to make it less visible.
621 (makefile-previous-dependency, makefile-match-dependency):
622 Don't match a target on a continuation line.
623
624 * files.el (auto-mode-alist): Put Makefile in gmake mode.
625
626 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
627
628 * progmodes/gdb-ui.el (menu): Re-order menu items.
629 (gdb-tooltip-print): Respect tooltip-use-echo-area.
630
631 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
632 Define in tooltip.el.
633 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
634 (gud-tooltip-tips): Respect tooltip-use-echo-area and
635 gud-tooltip-echo-area.
636
637 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
638 backward compatibility and make obsolete.
639 (tooltip-help-tips): Use tooltip-use-echo-area.
640 (tooltip-show-help-function): Rename to...
641 (tooltip-show-help): ...this, because it is a function.
642 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
643
644 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
645
646 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
647 (edebug-print-length, edebug-print-level, edebug-print-circle)
648 (edebug-modify-breakpoint, edebug-eval-last-sexp)
649 (edebug-eval-print-last-sexp): Doc fixes.
650
651 2005-06-14 Kim F. Storm <storm@cua.dk>
652
653 * ido.el (ido-mode): Make a new keymap every time we enable ido,
654 as the coverage buffer/file/both may change.
655
656 2005-06-14 Lute Kamstra <lute@gnu.org>
657
658 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
659 and run-mode-hooks. Simplify.
660
661 * mail/rmailedit.el (rmail-edit-mode):
662 * progmodes/octave-inf.el (inferior-octave-mode):
663 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
664
665 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
666 and run-mode-hooks.
667 (recentf-edit-list, recentf-open-files): Don't call
668 kill-all-local-variables directly.
669
670 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
671
672 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
673
674 * emacs-lisp/byte-run.el (make-obsolete)
675 (define-obsolete-function-alias): Rename arguments FUNCTION and
676 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
677 (make-obsolete-variable, define-obsolete-variable-alias):
678 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
679 respectively.
680
681 * isearchb.el (isearchb-activate):
682 * pcvs.el (cvs-mode):
683 * ses.el (ses-load):
684 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
685 * net/tramp.el (tramp-find-file-exists-command)
686 (tramp-find-shell):
687 * progmodes/ada-mode.el (ada-create-case-exception)
688 (ada-create-case-exception-substring, ada-make-subprogram-body):
689 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
690 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
691 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
692 * textmodes/org.el (org-promote, org-evaluate-time-range)
693 (org-agenda-next-date-line, org-agenda-previous-date-line)
694 (org-agenda-error, org-open-at-point, org-table-move-row)
695 (org-format-table-table-html-using-table-generate-source)
696 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
697 * textmodes/reftex.el (reftex-access-scan-info):
698 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
699 (reftex-toc-promote-prepare): Follow error conventions.
700
701 * diff-mode.el (diff-mode): Fix typo in docstring.
702
703 * forms.el (forms--intuit-from-file): Fix reference to
704 `forms-number-of-fields' in error message.
705 (forms-print): Fix quoting in error message.
706
707 * forms.el (forms-mode):
708 * emulation/vi.el (vi-goto-insert-state):
709 * progmodes/flymake.el (flymake-new-err-info)
710 (flymake-start-syntax-check-for-current-buffer)
711 (flymake-simple-cleanup):
712 * eshell/esh-var.el (eshell/export):
713 * progmodes/gud.el (xdb):
714 * textmodes/flyspell.el (flyspell-incorrect-hook)
715 (flyspell-maybe-correct-transposition)
716 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
717
718 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
719
720 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
721 minibuffer prompt.
722
723 2005-06-13 Kim F. Storm <storm@cua.dk>
724
725 * subr.el (add-to-ordered-list): New defun.
726
727 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
728 add cua--keymap-alist to emulation-mode-map-alists.
729
730 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * subr.el (complete-in-turn): New macro.
733 (dynamic-completion-table, lazy-completion-table): Add debug info.
734
735 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
736 in preference to face aliases.
737
738 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
739 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
740 Remove unused vars `start' and `firstline'.
741 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
742 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
743
744 2005-06-13 Eli Zaretskii <eliz@gnu.org>
745
746 * cus-start.el (all): Don't complain about missing GTK-related
747 variables, unless either `gtk' is boundp or this isn't a
748 `windows-nt' build.
749
750 2005-06-13 Lute Kamstra <lute@gnu.org>
751
752 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
753 run-mode-hooks.
754
755 * ediff-mult.el (ediff-meta-mode):
756 * ediff-util.el (ediff-mode): Use run-mode-hooks.
757
758 * ledit.el (ledit-mode): Use delay-mode-hooks.
759
760 * woman.el (woman-mode-line-format): Delete constant.
761 (woman-mode-map): Initialize it properly.
762 (woman-mode): Set mode-class property to special.
763 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
764 Set major-mode and mode-name. Don't set mode-line-format directly.
765 (Man-getpage-in-background): Don't reference woman-mode-line-format.
766
767 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
768 string argument obsolete.
769
770 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
771
772 * textmodes/org.el (org-CUA-compatible): New option.
773 (org-disputed-keys): New variable.
774 (org-key): New function.
775 (orgtbl-make-binding): Add docstring to the created function.
776 (org-mode): Set paragraph start/separate regexps.
777 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
778 (org-archive-location, org-archive-mark-done)
779 (org-archive-stamp-time): New options.
780 (org-archive-subtree): New command.
781 (org-fill-paragraph): New function.
782 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
783 (org-fake-empty-table-line): Function removed.
784 (org-format-org-table-html): Do not create empty table lines at
785 separator lines. Improved table header treatment.
786 (org-link-format): New option.
787 (org-make-link): New function.
788 (org-insert-link, org-store-link): Use org-make-link.
789 (org-open-file): Quote file name for shell command, to allow
790 spaces in file names.
791 (org-link-regexp): Fix bug with mailto link.
792 (org-link-maybe-angles-regexp, org-protected-link-regexp):
793 New constants.
794 (org-export-as-html): Deal with the optional angles around a link.
795 Better treatment of file: links.
796 (org-open-at-point): Replace @{ and @} with < and >.
797 (org-run-mode-hooks): Function removed.
798 (org-agenda-mode): No longer use `org-run-mode-hooks'.
799
800 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
801
802 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
803 MI command -data-list-register-values.
804 (gdb-post-prompt): Indent properly.
805
806 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
807
808 * hilit-chg.el (highlight-changes-colors): Rename from
809 `highlight-changes-colours'.
810 (highlight-changes-colours): Keep as obsolete alias.
811 (highlight-changes-face-list): Doc fix.
812 (hilit-chg-make-list): Use `highlight-changes-colors'.
813
814 2005-06-12 Mark A. Hershberger <mah@everybody.org>
815
816 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
817 defun-prompt-regexp.
818
819 2005-06-12 Eli Zaretskii <eliz@gnu.org>
820
821 * loadup.el: Don't say we are dumping under 2 names on windows-nt
822 and cygwin.
823
824 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
825 Don't use an old loaddefs.el, as in Makefile.in.
826
827 2005-06-12 Lute Kamstra <lute@gnu.org>
828
829 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
830
831 * man.el (Man-mode-map): Initialize it properly.
832 (Man-mode): Set mode-class property to special.
833
834 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
835
836 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
837
838 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
839 A newline is needed in the docstring there.
840
841 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
842 Doc fixes.
843
844 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
845
846 * printing.el: Doc fix. The menubar is no more changed when printing
847 is loaded, it only changes when pr-menu-bind or pr-update-menus is
848 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
849 (pr-version): New version number (6.8.4).
850 (pr-menu-bind): New command.
851 (pr-update-menus): Docstring and code fix.
852 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
853 Docstring fix.
854 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
855 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
856
857 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
858
859 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
860 "Returns" to "return", document useful return values, etc.
861
862 2005-06-11 Alan Mackenzie <acm@muc.de>
863
864 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
865 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
866 (adaptive-file-function): Minor amendment to doc-string.
867
868 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
869
870 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
871 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
872 Fix :type--it is `integer', not `string'.
873
874 * faces.el (modeline-highlight): Rename from (the erroneous)
875 `modeline-higilight'.
876
877 2005-06-11 Lute Kamstra <lute@gnu.org>
878
879 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
880 lisp-interaction-mode-map but make it the parent.
881 (edebug-eval-mode): Use define-derived-mode.
882
883 2005-06-11 Andreas Schwab <schwab@suse.de>
884
885 * bindings.el: Add binding of `ESC functionkey' for every
886 `M-functionkey'.
887 * hexl.el (hexl-mode-map): Likewise.
888
889 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
890
891 * progmodes/compile.el (compilation-error-regexp-alist-alist)
892 [msft]: update regexp for newer msft compilers.
893
894 2005-06-10 Mark A. Hershberger <mah@everybody.org>
895
896 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
897 ATTLIST portions of included DTDs.
898 (xml-parse-dtd): Eliminate use of inefficient match-data.
899
900 2005-06-10 Miles Bader <miles@gnu.org>
901
902 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
903 (mpuz-text): Remove "-face" suffix from face names.
904 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
905 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
906 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
907
908 * play/gomoku.el (gomoku-O, gomoku-X):
909 Remove "-face" suffix from face names.
910 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
911 New backward-compatibility aliases for renamed faces.
912 (gomoku-font-lock-keywords): Use renamed gomoku faces.
913
914 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
915
916 * thumbs.el: Fixes for changes of 2005-06-09.
917 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
918 as a directory.
919 (thumbs-thumbname): Remove directory separator from format string;
920 `thumbs-thumbsdir' now returns a valid directory name.
921 (thumbs-temp-dir): New defsubst.
922 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
923 Use it.
924
925 * cus-edit.el (minibuffer):
926 * files.el (make-backup-file-name-function):
927 * filesets.el (filesets-external-viewers):
928 * hilit-chg.el (highlight-changes-colours)
929 (highlight-changes-face-list, highlight-changes-rotate-faces):
930 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
931 * kmacro.el (kmacro-call-macro):
932 * log-edit.el (log-edit-changelog-full-paragraphs):
933 * mouse.el (mouse-1-click-follows-link):
934 * skeleton.el (skeleton-autowrap):
935 * subr.el (insert-for-yank-1):
936 * tempo.el (tempo-insert-region):
937 * terminal.el (terminal-emulator):
938 * time.el (display-time-mail-face):
939 * vc.el (vc-annotate):
940 * vcursor.el (vcursor-copy-line):
941 * woman.el (woman-bold-headings, woman-ignore)
942 (woman-default-faces, woman-monochrome-faces):
943 * calendar/todo-mode.el (todo-insert-threshold):
944 * emulation/pc-select.el (pc-select-selection-keys-only)
945 (pc-selection-mode):
946 * emulation/vip.el (vip-find-char-forward):
947 * emulation/viper-cmd.el (viper-find-char-forward):
948 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
949 (input-method-exit-on-invalid-key):
950 * international/mule-diag.el (describe-coding-system):
951 * international/ucs-tables.el (unify-8859-on-encoding-mode):
952 * net/browse-url.el (browse-url-xterm-program):
953 * obsolete/lazy-lock.el (lazy-lock-mode):
954 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
955 (cperl-mode):
956 * progmodes/cpp.el (cpp-face-light-name-list)
957 (cpp-face-dark-name-list):
958 * progmodes/delphi.el (delphi-newline-always-indents):
959 Fix spellings in docstrings.
960
961 * ido.el (ido-mode, ido-file-extensions-order)
962 (ido-default-file-method, ido-default-buffer-method)
963 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
964 (ido-decorations, ido-read-file-name-as-directory-commands)
965 (ido-read-file-name-non-ido, ido-work-directory-list)
966 (ido-ignore-item-temp-list, ido-current-directory)
967 (ido-magic-forward-char, ido-enter-find-file)
968 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
969 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
970
971 2005-06-10 Lute Kamstra <lute@gnu.org>
972
973 * play/dunnet.el (dun-mode): Use define-derived-mode.
974 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
975 obsolete alias.
976
977 * play/doctor.el (doctor-mode-map): Remove defvar.
978 (doctor-mode): Use define-derived-mode.
979
980 * mail/mspools.el (mspools-mode):
981 * net/eudc-hotlist.el (eudc-hotlist-mode):
982 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
983
984 2005-06-10 Miles Bader <miles@gnu.org>
985
986 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
987 Remove "-face" suffix from face names.
988 (flyspell-incorrect-face, flyspell-duplicate-face):
989 New backward-compatibility aliases for renamed faces.
990 (flyspell-mode-on, make-flyspell-overlay)
991 (flyspell-highlight-incorrect-region)
992 (flyspell-highlight-duplicate-region)
993 (flyspell-display-next-corrections)
994 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
995
996 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
997 from face name.
998 (texinfo-heading-face): New backward-compatibility alias for
999 renamed face.
1000 (texinfo-heading-face): Use renamed texinfo-heading face.
1001
1002 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1003 suffix from face names.
1004 (tex-math-face, tex-verbatim-face):
1005 New backward-compatibility aliases for renamed faces.
1006 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1007 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1008 literal face name.
1009
1010 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1011 name.
1012 (table-cell-face): New backward-compatibility alias for renamed face.
1013 (table--put-cell-face-property, table--update-cell-face):
1014 Use renamed table-cell face.
1015
1016 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1017 from face name.
1018 (sgml-namespace-face): New backward-compatibility alias for
1019 renamed face.
1020 (sgml-namespace-face): Use renamed sgml-namespace face.
1021
1022 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1023 (org-level-4, org-level-5, org-level-6, org-level-7)
1024 (org-level-8, org-warning, org-headline-done)
1025 (org-deadline-announce, org-scheduled-today)
1026 (org-scheduled-previously, org-link, org-done, org-table)
1027 (org-time-grid): Remove "-face" suffix from face names.
1028 (org-level-1-face, org-level-2-face, org-level-3-face)
1029 (org-level-4-face, org-level-5-face, org-level-6-face)
1030 (org-level-7-face, org-level-8-face, org-warning-face)
1031 (org-headline-done-face, org-deadline-announce-face)
1032 (org-scheduled-today-face, org-scheduled-previously-face)
1033 (org-link-face, org-done-face, org-table-face)
1034 (org-time-grid-face):
1035 New backward-compatibility aliases for renamed faces.
1036 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1037 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1038 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1039 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1040
1041 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1042 (viper-minibuffer-emacs, viper-minibuffer-insert)
1043 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1044 (viper-search-face, viper-replace-overlay-face)
1045 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1046 (viper-minibuffer-vi-face):
1047 New backward-compatibility aliases for renamed faces.
1048 (viper-search-face, viper-replace-overlay-face)
1049 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1050 (viper-minibuffer-vi-face): Use renamed viper faces.
1051
1052 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1053 Remove "-face" suffix from face names.
1054 (testcover-nohits-face, testcover-1value-face):
1055 New backward-compatibility aliases for renamed faces.
1056 (testcover-mark): Use renamed testcover faces.
1057
1058 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1059 face name.
1060 (diary-button-face): New backward-compatibility alias for renamed face.
1061 (diary-entry): Use renamed diary-button face.
1062
1063 * calendar/calendar.el (diary, calendar-today, holiday)
1064 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1065 (diary-face, calendar-today-face, holiday-face):
1066 New backward-compatibility aliases for renamed faces.
1067 (eval-after-load "facemenu", diary-entry-marker)
1068 (calendar-today-marker, calendar-holiday-marker, diary-face):
1069 Use renamed calendar faces.
1070
1071 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1072 (compare-windows-face): New backward-compatibility alias for
1073 renamed face.
1074 (compare-windows-highlight): Use renamed compare-windows face.
1075
1076 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1077 (strokes-char-face): New backward-compatibility alias for renamed face.
1078 (strokes-encode-buffer): Use renamed strokes-char face.
1079
1080 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1081 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1082 Remove "-face" suffix from face names.
1083 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1084 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1085 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1086 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1087 Use renamed pcvs faces.
1088 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1089 * pcvs-defs.el (cvs-mode-map): Likewise.
1090 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1091
1092 * info.el (info-title-1, info-title-2, info-title-3)
1093 (info-title-4): Remove "-face" suffix from and downcase face names.
1094 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1095 (Info-title-4-face):
1096 New backward-compatibility aliases for renamed faces.
1097 (Info-fontify-node): Use renamed info faces.
1098
1099 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1100 Remove "-face" suffix from face names.
1101 (highlight-changes-face, highlight-changes-delete-face):
1102 New backward-compatibility aliases for renamed faces.
1103 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1104 (hilit-chg-make-list): Use renamed highlight-changes faces.
1105
1106 * generic-x.el (show-tabs-tab, show-tabs-space):
1107 Remove "-face" suffix from face names.
1108 (show-tabs-tab-face, show-tabs-space-face):
1109 New backward-compatibility aliases for renamed faces.
1110 (show-tabs-generic-mode-font-lock-defaults-1)
1111 (show-tabs-generic-mode-font-lock-defaults-2):
1112 Use renamed show-tabs faces.
1113
1114 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1115 (smerge-markers): Remove "-face" suffix from face names.
1116 (smerge-mine-face, smerge-other-face, smerge-base-face)
1117 (smerge-markers-face):
1118 New backward-compatibility aliases for renamed faces.
1119 (smerge-mine-face, smerge-other-face, smerge-base-face)
1120 (smerge-markers-face): Use renamed smerge faces.
1121
1122 * log-view.el (log-view-file, log-view-message):
1123 Remove "-face" suffix from face names.
1124 (log-view-file-face, log-view-message-face):
1125 New backward-compatibility aliases for renamed faces.
1126 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1127
1128 * paren.el (show-paren-match, show-paren-mismatch):
1129 Remove "-face" suffix from face names.
1130 (show-paren-match-face, show-paren-mismatch-face):
1131 New backward-compatibility aliases for renamed faces.
1132 (show-paren-function): Use renamed show-paren faces.
1133
1134 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1135 (ruler-mode-margins, ruler-mode-fringes)
1136 (ruler-mode-column-number, ruler-mode-fill-column)
1137 (ruler-mode-comment-column, ruler-mode-goal-column)
1138 (ruler-mode-tab-stop, ruler-mode-current-column):
1139 Remove "-face" suffix from face names.
1140 (ruler-mode-default-face, ruler-mode-pad-face)
1141 (ruler-mode-margins-face, ruler-mode-fringes-face)
1142 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1143 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1144 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1145 New backward-compatibility aliases for renamed faces.
1146 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1147 (ruler-mode-column-number, ruler-mode-fill-column)
1148 (ruler-mode-comment-column, ruler-mode-goal-column)
1149 (ruler-mode-tab-stop, ruler-mode-current-column)
1150 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1151
1152 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1153 face name.
1154 (whitespace-highlight-the-space): Use renamed face.
1155 (whitespace-highlight-face): New backward-compatibility alias for
1156 renamed face.
1157
1158 * woman.el (woman-italic, woman-bold, woman-unknown)
1159 (woman-addition, woman-symbol-face):
1160 Remove "-face" suffix from face names.
1161 (woman-italic-face, woman-bold-face, woman-unknown-face)
1162 (woman-addition-face):
1163 New backward-compatibility aliases for renamed faces.
1164 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1165 (woman-decode-region, woman-replace-match)
1166 (woman-display-extended-fonts, woman-special-characters)
1167 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1168 Use renamed woman faces.
1169
1170 * longlines.el (longlines-visible-face): Face removed.
1171
1172 * diff-mode.el (diff-header, diff-file-header, diff-index)
1173 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1174 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1175 suffix from face names.
1176 (diff-header-face, diff-file-header-face, diff-index-face)
1177 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1178 (diff-changed-face, diff-function-face, diff-context-face)
1179 (diff-nonexistent-face): New backward-compatibility aliases for
1180 renamed faces.
1181 (diff-header-face, diff-file-header-face)
1182 (diff-index, diff-index-face, diff-hunk-header)
1183 (diff-hunk-header-face, diff-removed, diff-removed-face)
1184 (diff-added, diff-added-face, diff-changed-face, diff-function)
1185 (diff-function-face, diff-context-face, diff-nonexistent)
1186 (diff-nonexistent-face): Use renamed diff-mode faces.
1187
1188 * progmodes/compile.el (compilation-warning-face)
1189 (compilation-info-face): Remove "-face" suffix from face names.
1190 (compilation-warning-face, compilation-info-face):
1191 New backward-compatibility aliases for renamed faces.
1192 (compilation-warning-face, compilation-info-face):
1193 Use renamed compilation faces.
1194
1195 * add-log.el (change-log-date, change-log-name)
1196 (change-log-email, change-log-file, change-log-list)
1197 (change-log-conditionals, change-log-function)
1198 (change-log-acknowledgement): Remove "-face" suffix from face names.
1199 (change-log-date-face, change-log-name-face)
1200 (change-log-email-face, change-log-file-face)
1201 (change-log-list-face, change-log-conditionals-face)
1202 (change-log-function-face, change-log-acknowledgement-face):
1203 New backward-compatibility aliases for renamed faces.
1204 (change-log-font-lock-keywords): Use renamed change-log faces.
1205
1206 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1207 (custom-set, custom-changed, custom-saved, custom-button)
1208 (custom-button-pressed, custom-documentation, custom-state)
1209 (custom-comment, custom-comment-tag, custom-variable-tag)
1210 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1211 (custom-group-tag): Remove "-face" suffix from face names.
1212 (custom-magic-alist, custom-magic-value-create)
1213 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1214 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1215 (custom-set-face, custom-changed-face, custom-saved-face)
1216 (custom-button-face, custom-button-pressed-face)
1217 (custom-documentation-face, custom-state-face)
1218 (custom-comment-face, custom-comment-tag-face)
1219 (custom-variable-tag-face, custom-variable-button-face)
1220 (custom-face-tag-face, custom-group-tag-face-1)
1221 (custom-group-tag-face):
1222 New backward-compatibility aliases for renamed faces.
1223
1224 * wid-edit.el (widget-documentation, widget-button)
1225 (widget-field, widget-single-line-field, widget-inactive)
1226 (widget-button-pressed): "-face" suffix removed from face names.
1227 (widget-documentation-face, widget-button-face)
1228 (widget-field-face, widget-single-line-field-face)
1229 (widget-inactive-face, widget-button-pressed-face):
1230 New backward-compatibility aliases for renamed faces.
1231 (widget-documentation-face, widget-button-face)
1232 (widget-button-pressed-face, widget-specify-field)
1233 (widget-specify-inactive): Use renamed widget faces.
1234
1235 2005-06-10 Kenichi Handa <handa@m17n.org>
1236
1237 * term/x-win.el (x-clipboard-yank): Remove condition-case
1238 wrapping.
1239
1240 2005-06-11 Kenichi Handa <handa@m17n.org>
1241
1242 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1243 date lines stricter.
1244
1245 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1246
1247 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1248 of x-get-selection.
1249
1250 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * comint.el (comint-mode, comint-snapshot-last-prompt):
1253 * frame.el (frame-current-scroll-bars):
1254 * term.el (term-mode, term-check-proc, term-input-sender)
1255 (term-simple-send, term-extract-string, term-word)
1256 (term-match-partial-filename):
1257 * window.el (window-current-scroll-bars):
1258 * emulation/cua-base.el (cua-normal-cursor-color)
1259 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1260 (cua-global-mark-cursor-color):
1261 * mail/undigest.el (rmail-forward-separator-regex):
1262 Fix typos in docstrings.
1263
1264 * comint.el (comint-check-proc, make-comint-in-buffer)
1265 (comint-source-default): Doc fixes.
1266
1267 * term.el (term-send-string): Improve argument/docstring
1268 consistency.
1269
1270 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1271
1272 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1273 call to `delete-region'.
1274 (comint-mode-hook): Do not enable Font Lock by default.
1275
1276 2005-06-09 Lute Kamstra <lute@gnu.org>
1277
1278 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1279 could be void.
1280
1281 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1284 (debug): Use it.
1285 (debugger-step-through, debugger-continue, debugger-jump)
1286 (debugger-return-value): Set it when needed.
1287 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1288 Use inhibit-read-only.
1289
1290 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1291
1292 * window.el (shrink-window-if-larger-than-buffer)
1293 (window-size-fixed): Fix typo in docstring.
1294
1295 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1296 thumbnails directory on loading.
1297 (thumbs-conversion-program): Use `eq' to check the system type,
1298 not `equal'.
1299 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1300 not "/tmp". Fix docstring.
1301 (thumbs-thumbsdir): New function to return the thumbnails
1302 directory, creating it if needed.
1303 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1304 (thumbs-temp-file): Delete variable and make it into a function.
1305 (thumbs-resize-image, thumbs-modify-image): Use it.
1306 (thumbs-kill-buffer): Simplify.
1307 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1308 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1309 docstrings.
1310
1311 2005-06-09 Kim F. Storm <storm@cua.dk>
1312
1313 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1314 set-match-data to free markers in match-data.
1315
1316 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1317 match-data to unchain markers in match-data.
1318
1319 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1322 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1323 unnecessary now.
1324
1325 2005-06-08 Richard M. Stallman <rms@gnu.org>
1326
1327 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1328 give the variable a doc string that doesn't say don't set it directly.
1329
1330 * textmodes/ispell.el (ispell-check-version):
1331 Use match-string-no-properties.
1332 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1333 (ispell-buffer-local-words): Likewise.
1334
1335 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1336 except on terminals with enough colors to really display it.
1337 (makefile-dependency-regex): Delete spurious `bb'.
1338
1339 * faces.el (escape-glyph): Use blue once again in last case.
1340 (no-break-space): Redefine so that it isn't invisible on a tty.
1341
1342 2005-06-08 Kim F. Storm <storm@cua.dk>
1343
1344 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1345 also when reading directory name.
1346
1347 2005-06-08 Lute Kamstra <lute@gnu.org>
1348
1349 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1350 (flyspell-mode-line-string): Remove autoload cookie.
1351 (flyspell-mode): Remove defvar.
1352
1353 2005-06-07 Lute Kamstra <lute@gnu.org>
1354
1355 * textmodes/org.el (org-run-mode-hooks): New function.
1356 (org-agenda-mode): Use it.
1357
1358 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1359
1360 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1361
1362 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1365
1366 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1367
1368 * font-lock.el (font-lock-add-keywords): Doc fix.
1369
1370 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1373 (tex-compile-default): In the absence of any history, use the order in
1374 tex-compile-alist to choose the preferred command.
1375 (tex-compile-commands): Reorder a bit.
1376
1377 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1378 (flyspell-incorrect-face, flyspell-duplicate-face):
1379 Use (X)Emacs-agnostic code.
1380 (flyspell-mode-map): Don't overwrite at each load. Remove code
1381 redundant with the subsequent add-minor-mode. Merge Emacs and
1382 XEmacs code.
1383 (flyspell-word): Minor simplification.
1384 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1385 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1386 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1387 Merge the corresponding Emacs code.
1388 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1389
1390 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1391 a dedicated window.
1392
1393 * international/latexenc.el (latexenc-find-file-coding-system):
1394 Undo part of last patch, to turn off a compiler warning.
1395
1396 2005-06-06 Juri Linkov <juri@jurta.org>
1397
1398 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1399 Rename `tmm-inactive-face' to `tmm-inactive'.
1400
1401 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1402
1403 * iswitchb.el: Rename faces.
1404
1405 2005-06-06 Kim F. Storm <storm@cua.dk>
1406
1407 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1408 (cua-global-mark): Remove -face suffix from face names.
1409
1410 * emulation/cua-gmrk.el (cua--init-global-mark):
1411 Remove cua-global-mark face setup.
1412
1413 2005-06-06 Richard M. Stallman <rms@gnu.org>
1414
1415 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1416 just like other allowed characters.
1417 (makefile-match-dependency): Exclude leading and training whitespace
1418 from the range of regexp subexp 1.
1419 (makefile-macroassign-regex): Don't try to match the body,
1420 just the name of the macro being defined.
1421
1422 * info.el (Info-read-node-name-2): New function.
1423 (Info-read-node-name-1): Use that.
1424 Add a completion-base-size-function property.
1425
1426 * simple.el (completion-setup-function): Look for
1427 completion-base-size-function property of
1428 minibuffer-completion-table.
1429
1430 * files.el (locate-file-completion): Doc fix.
1431
1432 * printing.el: Don't call pr-update-menus; user must do that.
1433
1434 * emacs-lisp/debug.el (debugger-window): New variable.
1435 (debug): Use debugger-window if it is set and still alive.
1436 Record debugger-window for next entry.
1437
1438 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1439
1440 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1441
1442 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1443 (hack-one-local-variable, hack-local-variables)
1444 (hack-local-variables-prop-line): Pass that arg.
1445
1446 2005-06-06 Kim F. Storm <storm@cua.dk>
1447
1448 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1449 (ido-indicator): Remove -face suffix from face names.
1450
1451 2005-06-06 Juri Linkov <juri@jurta.org>
1452
1453 * font-lock.el (font-lock-regexp-backslash)
1454 (font-lock-regexp-backslash-construct): New faces.
1455 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1456 after `('. Add `while-no-input' to control structures.
1457
1458 * faces.el (no-break-space, shadow): New faces.
1459 (escape-glyph): Use less loud colors pink2 and red4.
1460
1461 * diff-mode.el (diff-context-face)
1462 * dired.el (dired-ignored)
1463 * rfn-eshadow.el (file-name-shadow)
1464 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1465
1466 * info.el (Info-title-1-face): Use green instead of yellow because
1467 bold yellow is not readable on light backgrounds.
1468
1469 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1470 before selecting the desired mode to not spend time fontifying
1471 old contents.
1472
1473 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1476 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1477
1478 * ps-print.el (ps-default-fg, ps-default-bg):
1479 Fix typos in docstrings.
1480
1481 * isearchb.el (isearchb): Don't pass a spurious second argument to
1482 `iswitchb-completions'.
1483
1484 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1485
1486 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1487 to preserve point.
1488 (gdb-find-file-hook): Add doc string.
1489
1490 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1491 C dereferenced pointer expression.
1492 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1493
1494 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1495
1496 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1497 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1498 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1499 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1500 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1501 Make background transparent.
1502
1503 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1504
1505 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1506 (font-lock-remove-keywords): Doc fix.
1507 (font-lock-mode-major-mode): Compiler defvar.
1508 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1509
1510 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1511 (font-lock-mode): Update `font-lock-mode-major-mode'.
1512 (font-lock-set-defaults): Compiler defvar.
1513 (font-lock-default-function): Take `font-lock-mode-major-mode'
1514 into account.
1515
1516 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1517 keep track of which major mode it enabled the minor mode for.
1518 Use find-file-hook again. Update docstring.
1519
1520 * simple.el (eval-expression-print-level)
1521 (eval-expression-print-length, eval-expression-debug-on-error):
1522 Doc fixes.
1523
1524 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1525
1526 * iswitchb.el (iswitchb-single-match-face)
1527 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1528 (iswitchb-invalid-regexp-face): New faces.
1529 (iswitchb-completions): Use them.
1530 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1531 now marked as an obsolete alias.
1532 (iswitchb-read-buffer): Remove check for bound font variables.
1533 (iswitchb-invalid-regexp): New free variable.
1534 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1535 set iswitchb-invalid-regexp.
1536 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1537 invalid regexps.
1538 (iswitchb-completions): Add check for complete match when entering
1539 a regexp.
1540 (iswitchb-completions): Remove require-match argument.
1541 (iswitchb-exhibit): Fix caller.
1542 (iswitchb-common-match-inserted): New variable.
1543 (iswitchb-complete, iswitchb-completion-help): Use it.
1544
1545 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1546
1547 * url-http.el (url-http-chunked-encoding-after-change-function):
1548 Use `url-http-debug' instead of `message'.
1549
1550 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1551
1552 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1553 callback argument.
1554
1555 2005-06-04 Kim F. Storm <storm@cua.dk>
1556
1557 * simple.el (line-move): Only call sit-for when moving backwards.
1558
1559 * ido.el (ido-make-merged-file-list-1): New defun split from
1560 ido-make-merged-file-list.
1561 (ido-make-merged-file-list): Bind throw-on-input around call to
1562 ido-make-merged-file-list-1. Return input-pending-p if
1563 interrupted by more input available.
1564 (ido-read-internal): Handle input-pending-p return value from
1565 ido-make-merged-file-list.
1566
1567 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1570 compatibility code.
1571
1572 * international/latexenc.el (latexenc-find-file-coding-system):
1573 Don't inherit the EOL part of the coding-system from the
1574 tex-main buffer. Fit within 80 columns.
1575
1576 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1577
1578 * tmm.el (tmm-inactive-face): New face.
1579 (tmm-remove-inactive-mouse-face): New function.
1580 (tmm-prompt, tmm-add-one-shortcut)
1581 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1582 but not selectable.
1583
1584 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * faces.el (face-equal): Improve argument/docstring consistency.
1587
1588 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1589
1590 * progmodes/make-mode.el (makefile-targets-face)
1591 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1592 (makefile-bsdmake-dependency-regex)
1593 (makefile-makepp-rule-action-regex)
1594 (makefile-bsdmake-rule-action-regex): New constants.
1595 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1596
1597 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1598 Allow (...) within `...' for makepp messages.
1599
1600 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1601
1602 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1603
1604 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1605 "." files are deleted from all file lists before comparison.
1606
1607 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1608 (viper-ESC-key): Made them customizable.
1609
1610 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1611
1612 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * autorevert.el (auto-revert-buffers): Use save-match-data.
1615
1616 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1619 menu items with a nil command binding.
1620
1621 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * emacs-lisp/cl-macs.el (defsetf):
1624 Improve argument/docstring consistency.
1625
1626 * faces.el (list-faces-display): Improve the formatting by
1627 computing the maximum length required for any face-name (reworked
1628 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1629 (internal-find-face): Remove redundant info in docstring.
1630
1631 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1632
1633 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1634 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1635 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1636 (gdb-assembler-custom): Improve regexps.
1637 (def-gdb-auto-update-handler): Use window point to preserve point.
1638
1639 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1642
1643 2005-05-31 Jay Belanger <belanger@truman.edu>
1644
1645 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1646 to calc-embedded.
1647 (calc-embedded-make-info): Have plain prefix argument select
1648 entire line.
1649
1650 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * faces.el (list-faces-display): Signal error if passed a regexp
1653 that matches no face name.
1654
1655 * simple.el (filter-buffer-substring): Fix typo in docstring.
1656
1657 2005-05-31 Richard M. Stallman <rms@gnu.org>
1658
1659 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1660 (vhdl-emacs-21): Doc fix.
1661 (vhdl-mode): Unconditionally set comment-padding.
1662 (vhdl-fixup-whitespace-region): Insert spaces only where
1663 there are none.
1664 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1665
1666 2005-05-30 John Wiegley <johnw@newartisans.com>
1667
1668 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1669 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1670 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1671 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1672 `string-to-number'.
1673
1674 2005-05-30 Jay Belanger <belanger@truman.edu>
1675
1676 * calc/calc.el (calc-bug-address): Fix docstring.
1677 (calc-window-hook, calc-trail-window-hook): New variables.
1678 (calc-trail-display): Restore use of calc-trail-window-hook.
1679 (calc): Restore use of calc-window-hook.
1680
1681 2005-05-31 Masatake YAMATO <jet@gyve.org>
1682
1683 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1684
1685 * help-fns.el (help-C-file-name): Add autoload mark for
1686 `find-function-noselect'.
1687
1688 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1691 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1692
1693 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1694
1695 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1696 included diary buffer if it was not already being visited.
1697 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1698
1699 * calendar/icalendar.el (top-level): Do not require 'appt.
1700
1701 * mail/supercite.el (sc-select-attribution): Only use a list
1702 element from sc-attrib-selection-list if it returns a string.
1703 Reported by Davide G. M. Salvetti <salve@debian.org>.
1704
1705 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * thumbs.el (thumbs-thumbname): The resulting thubname now
1708 includes a hash value to improve its uniqueness, and has a ".jpg"
1709 extension. Also, it is now a valid filename on all systems.
1710 (thumbs-make-thumb): Use `let', not `let*'.
1711 (thumbs-show-thumbs-list): Check for JPEG availability.
1712
1713 2005-05-30 Richard M. Stallman <rms@gnu.org>
1714
1715 * filesets.el (filesets-menu-ensure-use-cached):
1716 Prevent warning when emacs-version>= is undefined.
1717
1718 * printing.el (pr-interactive-n-up): Use string-to-number.
1719
1720 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1721
1722 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1723 Warn only when name to be defined is quoted.
1724
1725 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1728 Make regexp more robust.
1729 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1730 Force regeneration of disassembly.
1731
1732 2005-05-29 Jay Belanger <belanger@truman.edu>
1733
1734 * calc/calc.el (calc-user-invocation): Check if
1735 calc-invocation-macro is non-nil.
1736
1737 2005-05-29 Juri Linkov <juri@jurta.org>
1738
1739 * add-log.el (change-log-font-lock-keywords):
1740 Add `+' to e-mail regexp to accept mail address with keywords.
1741
1742 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1743
1744 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1745
1746 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1747
1748 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1749
1750 2005-05-29 Richard M. Stallman <rms@gnu.org>
1751
1752 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1753 Undo the change that moves to end of the current word.
1754
1755 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1758 Throw error when count <= 0 to ensure input is a number.
1759 (gdb-read-memory-custom): Pick up address from buffer.
1760 (gdb-memory-mode): Allow user to increment and decrement
1761 memory address from header line.
1762
1763 2005-05-29 Richard M. Stallman <rms@gnu.org>
1764
1765 * flyspell.el (flyspell-version): Function deleted.
1766 (flyspell-auto-correct-previous-hook): Doc fix.
1767
1768 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1769 Do nothing if memory is full.
1770
1771 * font-lock.el (font-lock-fontify-syntactically-region):
1772 Pass t for GREEDY to looking-back.
1773
1774 * saveplace.el (save-place-alist-to-file): Write the file
1775 using write-region.
1776
1777 * subr.el (looking-back): New argument GREEDY.
1778
1779 * progmodes/compile.el (compilation-start): Set the mode
1780 before inserting the initial text.
1781
1782 * progmodes/which-func.el (which-func-update-1): Turn the mode
1783 off in case of error by setting which-func-mode.
1784
1785 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1786
1787 * flyspell.el (flyspell-auto-correct-previous-word):
1788 Narrow down to what's on the screen, and recenter overlays
1789 at the end of the next word.
1790
1791 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1792
1793 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1794 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1795 (flyspell-abbrev-p): Default to nil.
1796 (flyspell-use-global-abbrev-table-p): Doc fix.
1797 (flyspell-large-region): Allow nil as value.
1798 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1799
1800 (mail-mode-flyspell-verify): More robust handling
1801 of `mail-header-separator'. More efficient signature detection.
1802 Allow for regexp metacharacters in message-header-separator.
1803 Adding `To' not to be checked in mail-mode-flyspell-verify.
1804
1805 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1806 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1807 Bind flyspell-auto-correct-binding.
1808 Bind C-. and C-, .
1809 (flyspell-mode-map): Likewise.
1810 (flyspell-mode): Doc fix.
1811 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1812 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1813 (flyspell-word-cache-result): New var, always local.
1814 (flyspell-check-pre-word-p): Doc fix.
1815 (flyspell-check-changed-word-p): Handle spc like newline.
1816 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1817 (flyspell-word-search-backward, flyspell-word-search-forward):
1818 New functions.
1819 (flyspell-word): Return t if nothing to check.
1820 When parsing TeX code, check for after } or \.
1821 Use flyspell-word-search-backward to find previous word.
1822 Return nil if duplicated word.
1823 For word already checked, return same value as last time.
1824 Set flyspell-word-cache-result after checking.
1825 Don't clobber the return value.
1826 (flyspell-get-word): Major rewrite.
1827 (flyspell-external-point-words): New locals pword, pcount.
1828 Fix size used in progress message.
1829 Find the proper corresponding word in flyspell-large-region-buffer.
1830 (flyspell-region): Check for flyspell-large-region = nil.
1831 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1832 (flyspell-auto-correct-word): Check that WORD is a cons.
1833 (flyspell-correct-word): Likewise.
1834
1835 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1836
1837 * progmodes/make-mode.el (makefile-rule-action-regex)
1838 (makefile-macroassign-regex, makefile-makepp-mode)
1839 (makefile-bsdmake-mode): Continuation lines may be empty.
1840 Reported by Joshua Varner.
1841 (makefile-makepp-font-lock-keywords): Add $(stem).
1842
1843 2005-05-28 Karl Berry <karl@gnu.org>
1844
1845 * textmodes/tex-mode.el: Now that tex-send-command calls
1846 shell-quote-argument (2005-03-31 change), remove all calls to
1847 shell-quote-argument; they all end up invoking tex-send-command.
1848 The double quoting loses on filenames with non-safe characters,
1849 such as "@". Reported by Frederik Fouvry.
1850
1851 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1852
1853 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1854 about preserving point.
1855
1856 2005-05-27 Jay Belanger <belanger@truman.edu>
1857
1858 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1859 Info-goto-node.
1860
1861 * calc/calc-embed.el (calc-embed-arg): New variable.
1862 (calc-do-embedded-activate, calc-embedded-activate-formula)
1863 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1864 variable by new variable.
1865 (calc-embedded-make-info): Replace undeclared variable by new
1866 variable. When selecting region with positive prefix
1867 argument, use end of previous line instead of beginning of line.
1868
1869 * calc/calc-aent.el (calc-arg-values): Declare it.
1870
1871 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1872 Declare them.
1873
1874 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1875
1876 * calc/calc.el (calc-alg-map): Declare it.
1877
1878 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1879
1880 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1881
1882 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1883 (gdb-registers-buffer, toggle-gdb-all-registers):
1884 Toggle display of floating point registers.
1885 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1886
1887 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1888 (toggle-gud-tooltip-dereference):
1889 Rename from gud-toggle-tooltip-dereference.
1890
1891 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1894
1895 2005-05-27 Jay Belanger <belanger@truman.edu>
1896
1897 * calc/calc-prog.el (calc-kbd-report): Remove.
1898 (calc-kbd-query): Rewrite.
1899
1900 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * image.el (image-library-alist): Move to image.c.
1903 (image-type-available-p): Doc fix.
1904
1905 2005-05-27 Lute Kamstra <lute@gnu.org>
1906
1907 * calc/calc.el (calc):
1908 * outline.el (outline-1, outline-2, outline-3, outline-4)
1909 (outline-5, outline-6, outline-7, outline-8):
1910 * textmodes/dns-mode.el (dns-mode):
1911 * textmodes/sgml-mode.el (sgml-namespace-face):
1912 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1913 (tex-verbatim-face, tex-use-reftex):
1914 * textmodes/texinfo.el (texinfo-heading-face):
1915 Specify customization group.
1916
1917 * longlines.el: Don't require easy-mmode.
1918 (longlines-visible-face): Specify customization group.
1919
1920 2005-05-27 Kenichi Handa <handa@m17n.org>
1921
1922 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1923 encoding table of windows-1251.
1924
1925 * international/ucs-tables.el (ucs-set-table-for-input):
1926 If translation-table-for-input of a coding system is a symbol, get
1927 its translation-table property.
1928
1929 * international/code-pages.el: Don't register a coding system into
1930 non-iso-charset-alist more than once.
1931 (cp-make-coding-system): Likewise.
1932
1933 2005-05-26 John Wiegley <johnw@newartisans.com>
1934
1935 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1936 `eshell-resume-eval' is wrapped in a list, it indicates that the
1937 command was run asynchronously. In that case, unwrap the value
1938 before checking the delimiter value.
1939
1940 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1941 character before a space at the end of a line is \, assume the space
1942 is part of the last argument rather than a final argument separator.
1943
1944 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1945 is in use, and the target is `t' or `nil' (which are the most common
1946 values), don't assume that the symbol target is a buffer.
1947
1948 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1949
1950 * calendar/calendar.el (calendar-mode-line-format):
1951 Use mode-line-highlight as mouse-face.
1952
1953 * time.el (display-time-string-forms, display-time-update):
1954 Use mode-line-highlight as mouse-face.
1955
1956 2005-05-26 Jay Belanger <belanger@truman.edu>
1957
1958 * calc/calc.el (calc-language-alist): Remove extra defvar.
1959
1960 2005-05-26 Lute Kamstra <lute@gnu.org>
1961
1962 * arc-mode.el (archive-mode):
1963 * bookmark.el (bookmark-read-annotation-mode)
1964 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1965 * bs.el (bs-mode):
1966 * calc/calc-yank.el (calc-edit-mode):
1967 * calc/calc.el (calc-mode, calc-trail-mode):
1968 * calculator.el (calculator-mode):
1969 * chistory.el (command-history-mode):
1970 * comint.el:
1971 * cus-edit.el (custom-mode):
1972 * descr-text.el (describe-text-mode):
1973 * ebuff-menu.el (Electric-buffer-menu-mode):
1974 * ediff-util.el (ediff-mode):
1975 * emacs-lisp/re-builder.el (reb-mode):
1976 * emulation/vi.el (vi-mode-setup):
1977 * emulation/ws-mode.el (wordstar-mode):
1978 * eshell/esh-mode.el (eshell-mode):
1979 * forms.el (forms-mode):
1980 * help-mode.el (help-mode):
1981 * hexl.el (hexl-mode):
1982 * ibuffer.el (ibuffer-mode):
1983 * ielm.el (inferior-emacs-lisp-mode):
1984 * info.el (Info-mode, Info-edit-mode):
1985 * international/swedish.el:
1986 * ledit.el (ledit-from-lisp-mode):
1987 * locate.el (locate-mode):
1988 * mail/rmail.el (rmail-mode):
1989 * mail/rmailedit.el (rmail-edit-mode):
1990 * mail/rmailsum.el (rmail-summary-mode):
1991 * mail/supercite.el (sc-electric-mode):
1992 * net/eudc.el (eudc-mode):
1993 * net/quickurl.el (quickurl-list-mode):
1994 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1995 * obsolete/ooutline.el (outline-mode):
1996 * obsolete/options.el (Edit-options-mode):
1997 * obsolete/rnews.el (news-mode):
1998 * obsolete/rnewspost.el (news-reply-mode):
1999 * play/5x5.el (5x5-mode):
2000 * play/decipher.el (decipher-mode, decipher-stats-mode):
2001 * play/gomoku.el (gomoku-mode):
2002 * play/snake.el (snake-mode):
2003 * play/solitaire.el (solitaire-mode):
2004 * play/tetris.el (tetris-mode):
2005 * progmodes/ada-mode.el (ada-mode):
2006 * progmodes/antlr-mode.el (antlr-mode):
2007 * progmodes/autoconf.el (autoconf-mode):
2008 * progmodes/dcl-mode.el (dcl-mode):
2009 * progmodes/delphi.el (delphi-mode):
2010 * progmodes/ebrowse.el (ebrowse-tree-mode)
2011 (ebrowse-electric-list-mode, ebrowse-member-mode)
2012 (ebrowse-electric-position-mode):
2013 * progmodes/f90.el (f90-mode):
2014 * progmodes/fortran.el (fortran-mode):
2015 * progmodes/icon.el (icon-mode):
2016 * progmodes/idlw-help.el (idlwave-help-mode):
2017 * progmodes/idlw-shell.el (idlwave-shell-mode):
2018 * progmodes/idlwave.el (idlwave-mode):
2019 * progmodes/inf-lisp.el (inferior-lisp-mode):
2020 * progmodes/m4-mode.el (m4-mode):
2021 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2022 * progmodes/modula2.el (modula-2-mode):
2023 * progmodes/octave-inf.el (inferior-octave-mode):
2024 * progmodes/octave-mod.el (octave-mode):
2025 * progmodes/pascal.el (pascal-mode):
2026 * progmodes/sh-script.el (sh-mode):
2027 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2028 * progmodes/vhdl-mode.el (vhdl-mode):
2029 * progmodes/xscheme.el (scheme-interaction-mode):
2030 * replace.el (occur-mode):
2031 * ses.el (ses-mode):
2032 * simple.el (completion-list-mode):
2033 * skeleton.el:
2034 * speedbar.el (speedbar-mode):
2035 * term.el (term-mode):
2036 * terminal.el (terminal-edit-mode):
2037 * textmodes/reftex-index.el (reftex-index-mode)
2038 (reftex-index-phrases-mode):
2039 * textmodes/reftex-sel.el (reftex-select-label-mode)
2040 (reftex-select-bib-mode):
2041 * textmodes/reftex-toc.el (reftex-toc-mode):
2042 * wdired.el (wdired-change-to-wdired-mode):
2043 * wid-browse.el (widget-browse-mode):
2044 Use run-mode-hooks.
2045
2046 * array.el (array-mode):
2047 * calendar/todo-mode.el (todo-mode):
2048 * man.el (Man-mode):
2049 * play/landmark.el (lm-mode):
2050 * play/mpuz.el (mpuz-mode):
2051 Use kill-all-local-variables and run-mode-hooks.
2052
2053 * subr.el (delay-mode-hooks): Specify indentation.
2054
2055 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2056
2057 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2058
2059 2005-05-26 Jay Belanger <belanger@truman.edu>
2060
2061 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2062 of nil.
2063
2064 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * progmodes/gdb-ui.el (gdb-frame-address):
2067 Rename from gdb-current-address.
2068 (gdb-previous-frame-address): Rename from gdb-previous-address.
2069 (gdb-selected-frame): Rename from gdb-current-frame.
2070 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2071 (gdb-frame-number): Rename from gdb-current-stack-level.
2072 (gdb-ann3): Match new mode-name for disassembly buffer.
2073 Extend initialisation of variables.
2074 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2075 (gdb-memory-mode): Use mouse-face in header line.
2076 (gdb-assembler-buffer-name): Call it disassembly and give frame
2077 in mode line.
2078 (gdb-source-spec-regexp, gdb-assembler-custom)
2079 (gdb-invalidate-assembler, gdb-frame-handler):
2080 Make robust to leading zeroes in address format.
2081
2082 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2083
2084 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2085 define `org-mode'.
2086 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2087
2088 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * log-edit.el (log-edit-changelog-entries): Distinguish between
2091 filenames like xfns.c and fns.c.
2092
2093 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2094
2095 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2096 point after reverting.
2097 (Buffer-menu-make-sort-button): Handle the case where
2098 `Buffer-menu-use-header-line' is nil.
2099
2100 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2101
2102 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2103 New funcs. In minibuffer-local-completion-map bind `]', `/'
2104 and `:' to them.
2105
2106 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * startup.el (normal-top-level): Allow modification of load-path while
2109 we're iterating over it.
2110
2111 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2114 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2115 (thumbs-resize-interactive, thumbs-insert-image)
2116 (thumbs-insert-thumb, thumbs-dired-show-marked)
2117 (thumbs-find-image-at-point, thumbs-delete-images)
2118 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2119 (thumbs-increment-image-size, thumbs-decrement-image-size):
2120 Fix typos in docstrings.
2121
2122 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2123
2124 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2125 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2126 (cperl-mode): Use them.
2127
2128 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2131 Doc fixes.
2132
2133 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2134
2135 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2136 Bind C-d to gdb-inferior-io-eof.
2137
2138 * dired.el (dired-dnd-popup-notice): Use message-box.
2139
2140 2005-05-23 Masatake YAMATO <jet@gyve.org>
2141
2142 * bindings.el (mode-line-major-mode-keymap):
2143 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2144
2145 * faces.el (mode-line-highlight): New face.
2146
2147 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2148 as mouse-face.
2149
2150 * bindings.el (top-level, help-echo, mode-line-modified)
2151 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2152 as mouse-face.
2153
2154 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * progmodes/cc-engine.el (c-guess-basic-syntax):
2157 Remove spurious call to `zerop'.
2158
2159 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2160
2161 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2162
2163 CC Mode update to 5.30.10:
2164
2165 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2166 could go past the limit in decoration level 2, thereby causing
2167 errors during interactive fontification.
2168
2169 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2170 the file is evaluated interactively.
2171
2172 * cc-engine.el (c-guess-basic-syntax): Handle operator
2173 declarations somewhat better in C++.
2174
2175 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2176 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2177 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2178 (awk-mode): Use it.
2179 (make-local-hook): Suppress warning about obsoleteness.
2180
2181 * cc-engine.el, cc-align.el, cc-cmds.el
2182 (c-append-backslashes-forward, c-delete-backslashes-forward)
2183 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2184 Compensate for return value from `forward-line' when it has moved
2185 but not to a different line due to eob.
2186
2187 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2188 `objc-method-intro' and `objc-method-args-cont'.
2189
2190 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2191
2192 CC Mode update to 5.30.10:
2193
2194 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2195 in the copyright statement. Incidentally, change "along with GNU
2196 Emacs" to "along with this program" where it occurs.
2197
2198 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2199 so that it is interactive, hence can be found by M-x awk-mode
2200 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2201 <gmorris+emacs@ast.cam.ac.uk>.
2202
2203 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2204 Mode's regexps.
2205
2206 2005-05-23 Kevin Ryde <user42@zip.com.au>
2207
2208 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2209 c-parse-state, to avoid a lisp error (on bad code).
2210
2211 2005-05-23 Lute Kamstra <lute@gnu.org>
2212
2213 * subr.el (font-lock-defaults): Remove defvar as it's already
2214 defined in font-core.el.
2215
2216 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2217
2218 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2219
2220 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2221 more general and work when GDB variable "print pretty" is on,
2222 as with Emacs, for example.
2223
2224 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2225
2226 * font-core.el: Update comment.
2227
2228 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2229 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2230
2231 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2232
2233 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2234
2235 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2236 and `yank-handler' in the doc strings.
2237
2238 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2241
2242 2005-05-22 Richard M. Stallman <rms@gnu.org>
2243
2244 * help.el (describe-key): Move print-help-return-message call
2245 out of conditional.
2246
2247 * progmodes/etags.el (list-tags): Use with-no-warnings.
2248
2249 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2250 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2251 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2252
2253 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2254
2255 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2256 Add defvar.
2257
2258 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2259 Use defvar, not defconst.
2260
2261 * hexl.el (hexl-follow-line): Use with-no-warnings.
2262
2263 * emulation/tpu-extras.el: Use write-file-functions instead of
2264 write-file-hooks.
2265
2266 * dired.el (dired-font-lock-keywords): Fontify files with junk
2267 extensions even if marked by -F.
2268
2269 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2272 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2273 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2274 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2275 (concatenate, list-length, get*, getf, cl-remprop):
2276 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2277 (etypecase, progv, lexical-let, lexical-let*)
2278 (multiple-value-bind, multiple-value-setq, shiftf):
2279 Improve argument/docstring consistency.
2280
2281 * subr.el (focus-frame, unfocus-frame):
2282 Revert deletion on 2005-05-01.
2283
2284 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2285
2286 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2287 doesn't exist.
2288
2289 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2290 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2291
2292 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2293
2294 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2295 already deleted variables: auto-fill-hook, blink-paren-hook,
2296 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2297 suspend-hooks, comment-indent-hook, meta-flag,
2298 before-change-function, after-change-function,
2299 font-lock-doc-string-face.
2300
2301 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2302
2303 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2304
2305 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2306
2307 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2308 rmail-dont-reply-to.
2309
2310 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2311
2312 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2313 literal blank when splitting new-header-values.
2314
2315 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2316
2317 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2318 string so that tmm doesn't create a completion entry for it.
2319
2320 * textmodes/table.el (table-disable-menu): Ditto.
2321
2322 2005-05-21 Richard M. Stallman <rms@gnu.org>
2323
2324 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2325
2326 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2327
2328 * net/rcompile.el (remote-compile): Use compilation-start.
2329
2330 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2331
2332 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2333
2334 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2335 Default to makefile-bsdmake-mode on BSD systems.
2336
2337 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2338 REGEXP may also be a search function now. The part of doc-string
2339 for describing the structure was 95% identical to that of
2340 `imenu--generic-function'. Unify it there.
2341
2342 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2343 Use function to find dependencies, because regexp alone is so complex,
2344 it easily goes into an endless loop.
2345 (makefile-makepp-mode): Also add submenu for Perl functions
2346 defined in the makefile.
2347 (makefile-bsdmake-mode): Special imenu-generic-expression no
2348 longer needed, due to function call.
2349 (makefile-match-dependency): Take BOUND into account when checking
2350 if we're through.
2351
2352 2005-05-20 Jay Belanger <belanger@truman.edu>
2353
2354 * calc/calc-units.el (calc-invalidate-units-table):
2355 Use inhibit-read-only.
2356 (math-build-units-table-buffer): Use view-mode.
2357
2358 2005-05-20 David Kastrup <dak@gnu.org>
2359
2360 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2361 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2362
2363 2005-05-20 Lute Kamstra <lute@gnu.org>
2364
2365 * diff-mode.el (diff-header-face, diff-file-header-face)
2366 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2367 (diff-added-face, diff-changed-face, diff-function-face)
2368 (diff-context-face, diff-nonexistent-face): Put them in the
2369 diff-mode customization group.
2370
2371 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2374
2375 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2376
2377 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2378 Minor regexp-optimization.
2379
2380 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2381
2382 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2383 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2384 (org-agenda-add-time-grid-maybe): New function.
2385 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2386 (org-table-create): `dotimes' instead of `mapcar'.
2387 (org-xor): Simplify implementation.
2388 (org-agenda): `inhibit-redisplay' turned on.
2389 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2390 a consistent line after a state change.
2391 (org-agenda-remove-times-when-in-prefix): New option.
2392 (org-prefix-has-time): New variable.
2393 (org-parse-time-string): Optional argument NODEFAULT.
2394 (org-format-agenda-item): Parse items for time-of-day
2395 specifications and move these into the prefix if possible.
2396 (org-agenda-priority): Get current heading, not previous heading
2397 during agenda remote editing.
2398
2399 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2402 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2403 (remove-duplicates, delete-duplicates, substitute)
2404 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2405 (nsubstitute-if-not, find, find-if, find-if-not, position)
2406 (position-if, position-if-not, count, count-if, count-if-not)
2407 (mismatch, search, sort*, stable-sort, merge, member*)
2408 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2409 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2410 (intersection, nintersection, set-difference, nset-difference)
2411 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2412 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2413 (nsublis, tree-equal): Improve argument/docstring consistency.
2414
2415 * subr.el (send-string, send-region):
2416 Remove obsolescence declaration.
2417 (window-dot, set-window-dot, read-input, show-buffer)
2418 (eval-current-buffer, string-to-int):
2419 Add release number to obsolescence declarations.
2420
2421 2005-05-19 Kim F. Storm <storm@cua.dk>
2422
2423 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2424 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2425
2426 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2427
2428 * faces.el (list-faces-display): Make back button respect optional
2429 regexp arg.
2430
2431 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2432
2433 * calculator.el (calculator-radix-grouping-mode)
2434 (calculator-radix-grouping-digits, calculator-displayer)
2435 (calculator-radix-grouping-separator, calculator-copy-displayer):
2436 * dabbrev.el (dabbrev-search-these-buffers-only):
2437 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2438 (diff-advance-after-apply-hunk, diff-mode-hook)
2439 (diff-minor-mode-prefix):
2440 * imenu.el (imenu-use-popup-menu):
2441 * jit-lock.el (jit-lock-context-time):
2442 * newcomment.el (comment-fill-column, comment-column)
2443 (comment-style, comment-padding, comment-multi-line)
2444 (comment-empty-lines, comment-auto-fill-only-comments):
2445 * reveal.el (reveal-around-mark):
2446 * uniquify.el (uniquify-buffer-name-style)
2447 (uniquify-after-kill-buffer-p)
2448 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2449 (uniquify-min-dir-content, uniquify-separator)
2450 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2451 * w32-vars.el (w32-fixed-font-alist):
2452 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2453 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2454 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2455 * progmodes/perl-mode.el (perl-indent-level)
2456 (perl-continued-statement-offset, perl-continued-brace-offset)
2457 (perl-brace-offset, perl-brace-imaginary-offset)
2458 (perl-label-offset, perl-indent-continued-arguments)
2459 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2460 * progmodes/tcl.el (tcl-indent-level)
2461 (tcl-continued-indent-level, tcl-auto-newline)
2462 (tcl-tab-always-indent, tcl-electric-hash-style)
2463 (tcl-help-directory-list, tcl-use-smart-word-finder)
2464 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2465 (inferior-tcl-source-command):
2466 * textmodes/fill.el (enable-kinsoku):
2467 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2468 * textmodes/table.el (table-yank-handler):
2469 Specify missing group (and type, if simple) in defcustom.
2470
2471 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2472
2473 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2474
2475 2005-05-19 Richard M. Stallman <rms@gnu.org>
2476
2477 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2478
2479 * subr.el (event-basic-type): Don't get an error.
2480 (left-fringe-p): Function deleted.
2481
2482 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2483 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2484
2485 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2486 in recursive copy.
2487
2488 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2489
2490 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2491
2492 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2493 Call byte-compile-nogroup-warn if appropriate.
2494
2495 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2496 (compilation-set-window): Don't call left-fringe-p; do it directly.
2497
2498 2005-05-19 Jay Belanger <belanger@truman.edu>
2499
2500 * calc/calc-graph.el (calc-graph-format-data): Make sure
2501 var-PlotRejects is bound before trying to check its value.
2502
2503 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2504
2505 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2506 definition of this variable from reftex-global.el to reftex.el,
2507 because it is needed in the menu.
2508
2509 2005-05-19 Lute Kamstra <lute@gnu.org>
2510
2511 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2512 years are fixed. Don't insert a space after a dash.
2513
2514 2005-05-19 Kim F. Storm <storm@cua.dk>
2515
2516 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2517
2518 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2519
2520 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2521 strings, because (eq ... ?\\) is fairly frequent.
2522
2523 * progmodes/make-mode.el (makefile-add-this-line-targets):
2524 Simplify and integrate into `makefile-pickup-targets'.
2525 (makefile-add-this-line-macro): Simplify and integrate into
2526 `makefile-pickup-macros.
2527 (makefile-pickup-filenames-as-targets): Simplify.
2528 (makefile-previous-dependency, makefile-match-dependency):
2529 Don't stumble over `::'.
2530
2531 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2532
2533 * subr.el (post-command-idle-hook, post-command-idle-delay):
2534 Remove obsoletion of post-command-idle-hook and
2535 post-command-idle-delay.
2536
2537 * faces.el (list-faces-display): Provide button when describe-face
2538 is called to take user back to the list of faces.
2539
2540 * help-fns.el (describe-variable): Remove hyperlinks in a
2541 variable's value as these are quite frequently inappropriate.
2542
2543 * follow.el (follow-submit-feedback, follow-mode):
2544 Remove references to post-command-idle-hook.
2545
2546 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2547
2548 * progmodes/make-mode.el (makefile-previous-dependency)
2549 (makefile-match-dependency): Check for := (and in bsd mode also
2550 !=) to give a better result, even when font-lock is not on.
2551
2552 2005-05-18 Jay Belanger <belanger@truman.edu>
2553
2554 * calc/calc-help.el (calc-s-prefix-help):
2555 Add `calc-copy-special-constant' to help string.
2556
2557 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2558
2559 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2560
2561 2005-05-18 Jay Belanger <belanger@truman.edu>
2562
2563 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2564 in linear factors are in proper order.
2565
2566 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2567
2568 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2569 Support for jurabib.
2570
2571 * textmodes/reftex.el (featurep): Define aliases for overlay
2572 commands, for XEmacs compatibility, and use these aliases in
2573 overlay initializations.
2574 (reftex-highlight): Use `reftex-move-overlay'.
2575 (reftex-unhighlight): Use `reftex-delete-overlay'.
2576 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2577 (reftex-access-search-path): Use `reftex-uniquify' instead of
2578 `reftex-uniq'
2579
2580 * textmodes/reftex-sel.el (reftex-select-unmark):
2581 Overlay `before-string' property modification enables for Emacs as well.
2582 (reftex-select-item): Use `reftex-delete-overlay'.
2583 (reftex-select-mark): Use `reftex-make-overlay' and
2584 `reftex-overlay-put'.
2585 (reftex-select-unmark): Use `reftex-delete-overlay' and
2586 `reftex-overlay-put'.
2587
2588 2005-05-18 Lute Kamstra <lute@gnu.org>
2589
2590 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2591
2592 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * add-log.el (add-change-log-entry):
2595 * array.el (array-make-template, array-reconfigure-rows)
2596 (array-init-max-row, array-init-max-column)
2597 (array-init-columns-per-line, array-init-field-width):
2598 * replace.el (replace-match-maybe-edit, perform-replace):
2599 * textmodes/spell.el (spell-region):
2600 Replace `read-input' by `read-string'.
2601
2602 * forms.el (forms-mode):
2603 * finder.el (finder-compile-keywords):
2604 * shadowfile.el (shadow-read-files):
2605 Replace `eval-current-buffer' by `eval-buffer'.
2606
2607 * terminal.el (te-pass-through):
2608 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2609 (ange-ftp-raw-send-cmd):
2610 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2611 (send-process-next-char, telnet-initial-filter, telnet):
2612 Replace `send-string' by `process-send-string'.
2613
2614 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2615 (prolog-consult-region): Replace `send-string' by
2616 `process-send-string'; replace `send-region' by `process-send-region'.
2617
2618 * progmodes/delphi.el (delphi-log-msg):
2619 Replace `set-window-dot' by `set-window-point'.
2620
2621 * subr.el (window-dot, set-window-dot, read-input, send-string)
2622 (send-region, show-buffer, eval-current-buffer):
2623 Make really obsolete, as the comment says.
2624
2625 2005-05-17 Kim F. Storm <storm@cua.dk>
2626
2627 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2628 (cua--init-keymaps): Bind C-return instead of S-return to set
2629 rectangle mark.
2630
2631 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2632 instead of S-return to toggle/clear rectangle mark.
2633
2634 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2635
2636 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2637 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2638 Also fontify plain strings assigned to variables, mostly so that a
2639 colon has a face and is thus not taken as a dependency separator.
2640 (makefile-previous-dependency): Inline the new matcher, because it
2641 is too complex to work in both directions.
2642 (makefile-match-dependency): Eliminate `backward' arg (see above).
2643 Completely reimplemented so as to not sometimes go into an endless
2644 loop. It should also be more efficient, because first it only
2645 searches for `:', instead of applying the very complex regexp.
2646 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2647 to be fontified in one piece can be too long for JIT.
2648 Makefiles are never *that* big.
2649
2650 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2651
2652 * dired.el (dired-mode): Simplify.
2653
2654 2005-05-17 Lute Kamstra <lute@gnu.org>
2655
2656 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2657 defcustom for the mode hook variable.
2658
2659 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2660 Emacs Lisp Reference Manual.
2661
2662 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2663
2664 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2665 (evenp, list*):
2666 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2667 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2668
2669 * net/tramp-smb.el (tramp-smb-open-connection):
2670 Pass `tramp-chunksize' as fifth (required) argument.
2671
2672 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2673
2674 * font-lock.el (lisp-font-lock-keywords-1):
2675 Set `font-lock-negation-char-face' for [^...] char group.
2676 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2677
2678 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2679 a var, and refine it to mask one more level of nested vars.
2680 (makefile-rule-action-regex): Turn it into a var, and refine it so
2681 it recognizes backslashed continuation lines as belonging to the
2682 same command.
2683 (makefile-macroassign-regex): Refine it so it recognizes
2684 backslashed continuation lines as belonging to the same command.
2685 (makefile-var-use-regex): Don't look at the next char, because it
2686 might be the same one to be skipped by the initial [^$], leading
2687 to an overlooked variable use.
2688 (makefile-make-font-lock-keywords): Remove two parameters, which
2689 are now variables that some of the modes set locally.
2690 Handle dependency and rule action matching through functions, because
2691 regexps alone match too often. Dependency matching now comes
2692 last, so it can check, whether a colon already matched something else.
2693 (makefile-mode): Inform that font-lock improves makefile parsing
2694 capabilities.
2695 (makefile-match-dependency, makefile-match-action): New functions.
2696
2697 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2698
2699 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2700
2701 * align.el (align-regexp):
2702 * ansi-color.el (ansi-color-get-face):
2703 * array.el (array-reconfigure-rows, array-init-max-row)
2704 (array-init-max-column, array-init-columns-per-line)
2705 (array-init-field-width):
2706 * dired-aux.el (dired-trample-file-versions):
2707 * dired-x.el (dired-mark-sexp):
2708 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2709 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2710 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2711 * faces.el (face-read-integer):
2712 * files.el (backup-extract-version, insert-directory):
2713 * hexl.el (hexl-insert-decimal-char):
2714 * server.el (server-process-filter):
2715 * shell.el (shell-extract-num):
2716 * startup.el (command-line-1):
2717 * term.el (term-command-hook):
2718 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2719 (time-stamp-do-number):
2720 * time.el (display-time-update):
2721 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2722 (timezone-fix-time):
2723 * vms-patch.el (vms-suspend-resume-hook):
2724 * calendar/appt.el (appt-convert-time):
2725 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2726 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2727 * calendar/cal-islam.el (mark-islamic-diary-entries):
2728 * calendar/calendar.el (calendar-cursor-to-date)
2729 (calendar-star-date):
2730 * calendar/diary-lib.el (diary-attrtype-convert)
2731 (mark-diary-entries, diary-entry-time):
2732 * calendar/solar.el (solar-get-number):
2733 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2734 * emacs-lisp/re-builder.el (reb-display-subexp):
2735 * emulation/edt.el (edt-set-scroll-margins):
2736 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2737 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2738 (vip-get-ex-count):
2739 * emulation/viper-ex.el (viper-get-ex-token)
2740 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2741 * international/fontset.el (fontset-plain-name):
2742 * mail/feedmail.el (feedmail-look-at-queue-directory):
2743 * mail/mailalias.el (mail-get-names):
2744 * mail/rmail.el (rmail-convert-to-babyl-format):
2745 * mail/rmailsum.el (rmail-make-basic-summary-line)
2746 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2747 (rmail-summary-goto-msg):
2748 * mail/smtpmail.el (smtpmail-read-response):
2749 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2750 (ange-ftp-vms-add-file-entry):
2751 * play/gametree.el (gametree-looking-at-ply)
2752 (gametree-current-branch-score):
2753 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2754 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2755 * progmodes/cperl-mode.el (condition-case):
2756 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2757 (ebrowse-set-member-buffer-column-width)
2758 (ebrowse-select-1st-to-9nth):
2759 * progmodes/etags.el (etags-snarf-tag):
2760 * progmodes/flymake.el (flymake-parse-line):
2761 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2762 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2763 (idlwave-shell-menu-def):
2764 * progmodes/ps-mode.el (ps-run-goto-error):
2765 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2766 (vhdl-speedbar-contract-level):
2767 * term/mac-win.el (x-handle-numeric-switch):
2768 * term/sun-mouse.el (sun-get-frame-data):
2769 * term/w32-win.el (x-handle-numeric-switch):
2770 * term/x-win.el (x-handle-numeric-switch):
2771 * textmodes/ispell.el (ispell-parse-output):
2772 * textmodes/nroff-mode.el (nroff-outline-level):
2773 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2774 (reftex-bib-sort-year-reverse, reftex-format-citation):
2775 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2776 (reftex-section-number):
2777 * textmodes/texinfmt.el (texinfo-paragraphindent):
2778 Replace `string-to-int' by `string-to-number'.
2779
2780 * international/latexenc.el: Add page marker to force the "Local
2781 Variables:" string out of the last page.
2782
2783 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2784
2785 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2786 tooltip-change-major-mode.
2787 (gud-tooltip-print-command): Remove case where gud-minor-mode
2788 is gdb ("--fullname").
2789 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2790 explain to user.
2791
2792 2005-05-16 Jay Belanger <belanger@truman.edu>
2793
2794 * calc/calc-store.el (calc-copy-special-constant): New function.
2795
2796 * calc/calc-ext.el (calc-init-extensions): Add binding for
2797 `calc-copy-special-constant'.
2798
2799 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2800 for the `calc-copy-special-constant' command.
2801
2802 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2803
2804 * subr.el (left-fringe-p): New function.
2805
2806 * progmodes/compile.el (compilation-setup): Set local value of
2807 overlay-arrow-string to "" always.
2808 (compilation-set-window): Left fringe then don't scroll.
2809 No left fringe then no arrow and scroll message to top.
2810 (compilation-context-lines): Adjust doc string accordingly.
2811
2812 2005-05-16 Kim F. Storm <storm@cua.dk>
2813
2814 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2815 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2816 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2817 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2818 (ido-read-file-name): Handle commands with ido property value
2819 equal to find-file as reading a file name, to allow C-d to enter dired.
2820 (ibuffer-find-file): Add ido property with value find-file.
2821
2822 2005-05-15 Kim F. Storm <storm@cua.dk>
2823
2824 * subr.el (open-network-stream-nowait): Remove.
2825 (open-network-stream-server): Remove.
2826
2827 2005-05-15 Richard M. Stallman <rms@gnu.org>
2828
2829 * faces.el (describe-face): Output a definition link button.
2830
2831 * help-mode.el (help-face-def): New button type.
2832
2833 * emacs-lisp/copyright.el (copyright-fix-years):
2834 Match properly if the first year is 2-digit.
2835 Don't mess up the whitespace after the years by filling.
2836
2837 * dired-aux.el (dired-mark-confirm):
2838 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2839
2840 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2841 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2842 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2843
2844 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2845 Set font-lock-comment-start-skip.
2846
2847 * font-lock.el (font-lock-comment-start-skip): New variable.
2848 (font-lock-comment-end-skip): New variable.
2849 (font-lock-fontify-syntactically-region): Use them if non-nil.
2850
2851 2005-05-15 Jay Belanger <belanger@truman.edu>
2852
2853 * calc/calc-store.el (calc-store-value): Return a string rather
2854 than display it as a message.
2855 Use calc-var-name for variable name.
2856 (calc-store-into): Add the result of calc-store-value to message.
2857 (calc-copy-variable): Add a message.
2858 (calc-store-exchange): Improve error messages.
2859 (calc-store-binary, calc-store-map): Don't reset the values of
2860 special constants.
2861
2862 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2865 manual to docstring.
2866
2867 * files.el (hack-local-variables-confirm): Add STRING argument.
2868 Make the function handle non file visiting buffers correctly.
2869 (hack-local-variables-prop-line, hack-local-variables)
2870 (hack-one-local-variable): Use STRING arg of
2871 `hack-local-variables-confirm'.
2872
2873 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2874
2875 Sync with Tramp 2.0.49.
2876
2877 * tramp.el (tramp-handle-dired-call-process)
2878 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2879 because the contents of the Tramp buffer is changed before
2880 insertion (`expand-file' and alike).
2881 (tramp-handle-insert-directory): If `localname' has an empty
2882 nondirectory name, it must not be quoted.
2883 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2884 variable `tramp-chunksize'. Change callees.
2885 (tramp-open-connection-setup-interactive-shell): Check remote host
2886 for buggy `send-process-string' implementation.
2887 Set `tramp-chunksize' if found. Reported by Michael Kifer
2888 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2889 (tramp-handle-shell-command): `insert-buffer' cannot be used
2890 because the contents of the Tramp buffer is changed before
2891 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2892 <frederic.bothamy@free.fr>.
2893 (tramp-set-auto-save): Actions should be done for Tramp file name
2894 handler only. Ange-FTP has its own auto-save mechanism.
2895 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2896 (tramp-set-auto-save-file-modes): Set file modes of
2897 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2898 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2899 (tramp-bug): Remove obsolete variable.
2900 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2901 for presence of `mml-mode'. Make it running for older Emacsen as well.
2902
2903 2005-05-14 John Paul Wallington <jpw@pobox.com>
2904
2905 * ibuf-ext.el (define-ibuffer-filter filename):
2906 If `dired-directory' is a list, use its car.
2907
2908 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2909
2910 * ibuffer.el (define-ibuffer-column filename):
2911 If `dired-directory' is a list, use its car.
2912
2913 2005-05-14 Richard M. Stallman <rms@gnu.org>
2914
2915 * subr.el (symbol-file): Doc fix.
2916
2917 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2918 (byte-compile-form): Call byte-compile-nogroup-warn.
2919 (byte-compile-warning-types): Doc fix.
2920
2921 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2922
2923 * progmodes/cc-engine.el (c-literal-faces):
2924 Add font-lock-comment-delimiter-face.
2925
2926 * net/net-utils.el (dig): Use with-no-warnings.
2927
2928 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2929 (sc-recite-frame-alist, sc-default-cite-frame)
2930 (sc-default-uncite-frame, sc-default-recite-frame)
2931 (sc-attrib-selection-list, sc-rewrite-header-list):
2932 Mark as risky-local-variable.
2933
2934 * international/ogonek.el (ogonek-jak, ogonek-how):
2935 Don't use beginning-of-buffer.
2936
2937 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2938
2939 * calendar/solar.el (solar-data-list): Move definition up.
2940
2941 * dnd.el (dnd-protocol-alist): Add autoload.
2942
2943 * progmodes/sh-script.el: Many doc usage fixes.
2944 (sh-indent-after-do): Change default to match common styles.
2945
2946 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2947
2948 * files.el (interpreter-mode-alist)
2949 (auto-mode-interpreter-regexp): Doc fixes.
2950
2951 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2952
2953 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2954
2955 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2956
2957 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2958
2959 * dired.el (dired-mode): make-variable-buffer-local =>
2960 make-local-variable.
2961
2962 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2963
2964 * term/mac-win.el (mac-select-convert-to-string): Try coding
2965 systems in mac-script-code-coding-systems if specified one cannot
2966 encode string for `com.apple.traditional-mac-plain-text'.
2967
2968 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2969
2970 * progmodes/make-mode.el (makefile-targets-face)
2971 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2972 (makefile-dependency-regex): Fix it to not make the colon in
2973 $(var:a=b) special.
2974 (makefile-rule-action-regex): New regexp for highlighting embedded
2975 Shell strings.
2976 (makefile-macroassign-regex): Handle != for highlighting as
2977 embedded Shell strings.
2978 (makefile-var-use-regex): New const.
2979 (makefile-statements, makefile-automake-statements)
2980 (makefile-gmake-statements, makefile-makepp-statements)
2981 (makefile-bsdmake-statements): New consts.
2982 (makefile-make-font-lock-keywords): New function.
2983 (makefile-automake-font-lock-keywords)
2984 (makefile-gmake-font-lock-keywords)
2985 (makefile-makepp-font-lock-keywords)
2986 (makefile-bsdmake-font-lock-keywords): New consts.
2987 (makefile-mode-map): Add switchers between the various submodes.
2988 (makefile-mode): Document the availability of the variants.
2989 (makefile-automake-mode, makefile-gmake-mode)
2990 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2991
2992 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2993 new variants of makefile-mode.
2994
2995 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2998 the inheritance.
2999
3000 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3001
3002 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3003 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3004
3005 * files.el (normal-mode): Extend the scope of the
3006 `enable-local-variables' binding to include the `set-auto-mode' call.
3007 (magic-mode-alist): Doc fix.
3008
3009 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3012 font-lock-comment-face rather than copying its setting.
3013
3014 2005-05-12 Andreas Schwab <schwab@suse.de>
3015
3016 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3017
3018 2005-05-12 Lute Kamstra <lute@gnu.org>
3019
3020 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3021 defcustom for the mode hook variable. Delete the last argument.
3022 * generic-x.el: Fix callers of define-generic-mode.
3023 (generic-x-modes): Delete group.
3024 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3025 generic-x customization group.
3026
3027 2005-05-12 Kim F. Storm <storm@cua.dk>
3028
3029 * font-lock.el (font-lock-negation-char-face): Default to "off".
3030
3031 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3032 font-lock-negation-char-face to ! in !=.
3033
3034 2005-05-12 Masatake YAMATO <jet@gyve.org>
3035
3036 * add-log.el (find-change-log): Fix typos in the docstring
3037 of function.
3038
3039 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3040
3041 * international/latexenc.el (latexenc-find-file-coding-system):
3042 Avoid `re-search-forward' when looking for input encoding because
3043 of speed and safety. Better regular expressions for recognizing
3044 input encoding. Limit a search for TeX-master/tex-main-file to
3045 the local variable section.
3046
3047 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3050 syntax of $ to "'" (quote).
3051
3052 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3053
3054 * dnd.el (dnd-protocol-alist): Improve custom type.
3055
3056 * dired.el (dired-dnd-protocol-alist): New variable.
3057 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3058 `dired-mode-hook' to the end.
3059
3060 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3063 comment-end if comment-start-skip is not set.
3064 Obey the font-lock-comment-delimiter-face variables.
3065
3066 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * files.el (executable-find): Move from executable.el. Use locate-file.
3069 * progmodes/executable.el (executable-find): Move to files.el.
3070
3071 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3072 when trying to ensure forward progress.
3073
3074 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3077 (mouse-select, mouse-select-internal, mouse-extend-internal):
3078 Use it to implement mouse-1-click-follows-link functionality.
3079
3080 2005-05-11 Richard M. Stallman <rms@gnu.org>
3081
3082 * font-lock.el (font-lock-fontify-syntactically-region):
3083 Use font-lock-comment-delimiter-face for comment delimiters.
3084
3085 2005-05-10 Jay Belanger <belanger@truman.edu>
3086
3087 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3088 preserving embedded modes.
3089
3090 2005-05-10 Richard M. Stallman <rms@gnu.org>
3091
3092 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3093
3094 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3095 Move from ada-stmt.el.
3096 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3097
3098 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3099 Move to ada-mode.el.
3100 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3101
3102 * cus-edit.el (custom-file): Call file-chase-links.
3103
3104 * files.el (read-directory-name): Fix previous change.
3105 (hack-local-variables-confirm): New function.
3106 (hack-local-variables-prop-line, hack-local-variables)
3107 (hack-one-local-variable): Use it.
3108
3109 2005-05-10 Lute Kamstra <lute@gnu.org>
3110
3111 * font-lock.el (font-lock-keywords-alist)
3112 (font-lock-removed-keywords-alist): Clarify docstrings.
3113
3114 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3117 (gdb-source-info): Check for preprocessor info.
3118 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3119 a macro for a function.
3120 (gdb-info-breakpoints-custom): Try to find file again if not already
3121 found (user might have used GDB dir command).
3122 (gdb-get-location): Update gdb-location-alist correctly for change
3123 to gdb-info-breakpoints-custom.
3124
3125 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3126 (gud-tooltip-print-command): Add gdbmi case.
3127 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3128 preprocessor info.
3129
3130 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3131
3132 * startup.el (fancy-splash-insert): Fix typo in doc string.
3133
3134 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * obsolete/float.el (string-to-float):
3137 * obsolete/hilit19.el (hilit-add-pattern):
3138 * obsolete/rnews.el (news-parse-range, news-select-message)
3139 (news-get-pruned-list-of-files): Replace `string-to-int' by
3140 `string-to-number'.
3141
3142 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3143 `find-file-not-found-hooks'; use `add-hook'.
3144 (uncompress-while-visiting): Set `write-file-functions', not
3145 `write-file-hooks'; use `add-hook'.
3146
3147 2005-05-09 Kim F. Storm <storm@cua.dk>
3148
3149 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3150 (cua-paste): Handle clipboard action.
3151 (cua--init-keymaps): Remap clipboard-kill-region and
3152 clipboard-kill-ring-save.
3153
3154 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3155
3156 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3157 Improve commentary.
3158
3159 * simple.el (next-error-overlay-arrow-position): Revert the change
3160 made on 2005-04-30.
3161
3162 2005-05-07 Jay Belanger <belanger@truman.edu>
3163
3164 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3165 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3166 `calc-sel-reselect'.
3167
3168 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3169 Calc is in embedded mode.
3170
3171 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3172
3173 * progmodes/compile.el (compilation-setup):
3174 Set overlay-arrow-string to an empty string on text terminals.
3175
3176 * textmodes/ispell.el (ispell-program-name): Try looking for
3177 "aspell" along exec-path, and if found, use it as the default
3178 speller program.
3179
3180 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3181
3182 * international/mule.el (sgml-xml-auto-coding-function):
3183 Recognize encoding='FOO' in single quotes as well as in double quotes.
3184
3185 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3186
3187 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3188 as well as `interactive', so that defmacro* would recognize
3189 `declare' forms.
3190
3191 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3192
3193 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3194 Explain more about the LIGHTER arg's usage in the doc string.
3195 Add commentary to clarify what the code does. Fix the regexp that
3196 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3197 since it could have characters special to regular expressions.
3198
3199 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3200
3201 * replace.el (occur-1): Bind inhibit-read-only so that
3202 erase-buffer doesn't barf on read-only text properties (likewise
3203 for add-text-properties in occur-engine). Mark buffer as unmodified.
3204 (occur-engine): Don't set buffer-read-only here.
3205
3206 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3209 list-buffers-directory. This caused the *cvs-commit* buffer to be
3210 sometimes mistakenly reused as a *cvs* buffer.
3211
3212 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3213
3214 * tooltip.el: Move code for GUD tooltips into gud.el.
3215 (require): CL no longer needed to compile case.
3216 (tooltip-mode): Do not toggle functions for GUD tooltips.
3217 (tooltip-gud-tips-p): Remove. Replace with minor mode
3218 gud-tooltip-mode in gud.el.
3219 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3220 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3221 tooltip-gud prefix with gud-tooltip and obsolete.
3222 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3223 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3224 (tooltip-mouse-motion): Mouse movement functions/variable.
3225 Rename in gud.el by adding gud prefix.
3226 (tooltip-gud-original-filter, tooltip-gud-dereference)
3227 (tooltip-gud-event, tooltip-toggle-gud-tips)
3228 (tooltip-gud-process-output, tooltip-gud-print-command)
3229 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3230 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3231 (gdb-tooltip-print): Move to gdb-ui.el.
3232
3233 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3234 (require): CL needed to compile case.
3235 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3236 tooltip-gud-tips-p. Make it a minor-mode.
3237 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3238 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3239 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3240 (gud-tooltip-change-major-mode)
3241 (gud-tooltip-activate-mouse-motions-if-enabled)
3242 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3243 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3244 (gud-tooltip-original-filter, gud-tooltip-dereference)
3245 (gud-tooltip-event, tooltip-toggle-gud-tips)
3246 (gud-tooltip-process-output, gud-tooltip-print-command)
3247 (gud-tooltip-tips): Move from tooltip.el.
3248
3249 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3250 (gdb-cpp-define-alist-flags): Doc fix.
3251 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3252 gud-tooltip-mode is t.
3253
3254 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3257 evaporate if their text is deleted.
3258 (goto-address-at-point): Make it work as a mouse binding as well.
3259 (goto-address-at-mouse): Obsolete it. Update users.
3260
3261 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3262
3263 * calendar/appt.el (top-level): No longer activate on load.
3264
3265 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3268 * net/webjump.el (webjump):
3269 * progmodes/idlw-help.el (idlwave-do-context-help1)
3270 (idlwave-highlight-linked-completions):
3271 * textmodes/po.el (po-find-file-coding-system-guts):
3272 Replace `assoc-ignore-case' by `assoc-string'.
3273
3274 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3275
3276 * files.el (locate-file): Doc fix.
3277
3278 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3279 Remove the redundant test for ms-dos.
3280
3281 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3282 look for the preprocessor with exec-suffixes. If not found in
3283 standard places, look in exec-path. Remove most of the tests that
3284 used system-type.
3285
3286 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3287
3288 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3289
3290 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3291 file-name clash with jka-compr.el on 8+3 filesystems.
3292
3293 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3294
3295 * term/mac-win.el: Don't define or bind scroll bar functions if
3296 x-toolkit-scroll-bars is t.
3297 (x-select-text, x-get-selection-value):
3298 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3299 (PRIMARY): Put mac-scrap-name property.
3300 (mac-select-convert-to-file-url): New function.
3301 (public.file-url): New selection target type. Add to
3302 selection-converter-alist.
3303 (x-get-selection, x-selection-value): Handle it.
3304 (x-cut-buffer-or-selection-value): New alias.
3305
3306 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3307
3308 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3309 entry to avoid calling bibtex-find-entry with arg global
3310 being t. Remove arg key.
3311 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3312 (bibtex-copy-summary-as-kill): Change accordingly.
3313
3314 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3317 (org-agenda-date-later): Use with-current-buffer.
3318
3319 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3320
3321 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3322 (define-obsolete-variable-alias): Doc Fixes.
3323
3324 2005-05-06 Kim F. Storm <storm@cua.dk>
3325
3326 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3327 vertical-motion when selective-display is active.
3328
3329 * ido.el (ido-setup-hook): New hook.
3330 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3331 (ido-input-stack): New var.
3332 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3333 ido-next-work-file binding to M-O.
3334 Bind M-f to ido-wide-find-file-or-pop-dir.
3335 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3336 (ido-read-internal): Run ido-setup-hook.
3337 Catch quit in read-file-name and read-string to cancel edit.
3338 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3339 Automatically pop-all when completing a directory name (RET).
3340 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3341 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3342 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3343 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3344 New functions for M-b/M-f to move among the directory components.
3345 (ido-make-merged-file-list): Catch quit to cancel merge.
3346 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3347 (ido-completion-help): No warnings for ido-completion-buffer-full.
3348
3349 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3350
3351 * font-lock.el (font-lock-negation-char-face): New face and variable.
3352 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3353 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3354 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3355 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3356
3357 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3360 Fix typo in docstring.
3361
3362 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3363 (ebrowse-print-statistics-line)
3364 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3365
3366 * term/w32-win.el (image-library-alist): Add additional name for
3367 Xpm library.
3368
3369 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3370
3371 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3372 use gcc instead of cpp.
3373
3374 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3375 (gdb-create-define-alist): Use it.
3376 (gdb-cpp-define-alist-program): Update for MS-DOS.
3377
3378 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3379
3380 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3381
3382 2005-05-04 Richard M. Stallman <rms@gnu.org>
3383
3384 * help.el (describe-key): No error when UNTRANSLATED is nil.
3385
3386 * simple.el (line-move-1): Fix previous change to signal errors
3387 appropriately.
3388
3389 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3390
3391 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3392 (icalendar-duration-correction): Remove.
3393 (icalendar--get-event-properties): Split result at commas.
3394 (icalendar--decode-isoduration): New optional argument
3395 DURATION-CORRECTION.
3396 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3397 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3398 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3399 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3400 (icalendar--convert-anniversary-to-ical): New functions, extracted
3401 from icalendar-export-region, with bug fixes.
3402 (icalendar-export-region): Use the above functions.
3403 (icalendar-import-buffer): Check before saving diary file.
3404 (icalendar--convert-recurring-to-diary)
3405 (icalendar--convert-non-recurring-all-day-to-diary)
3406 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3407 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3408 (icalendar--convert-ical-to-diary): Use the above functions.
3409
3410 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3411
3412 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3413 Remove these recent additions.
3414 (c-mode): Restore to before 2005-04-28.
3415
3416 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3417 recent addition.
3418
3419 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3420 (gdb-define-alist): New variables.
3421 (gdb-create-define-alist): New function.
3422 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3423 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3424 with string-to-number.
3425 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3426
3427 * progmodes/gud.el: Replace string-to-int with string-to-number.
3428 (gud-find-file): Handle gdb-define-alist.
3429
3430 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3431
3432 2005-05-02 Jay Belanger <belanger@truman.edu>
3433
3434 * calc/calc-aent.el (math-read-token):
3435 * calc/calc-bin.el (calc-word-size):
3436 * calc/calc-ext.el (calc-read-number-fancy):
3437 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3438 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3439 * calc/calc-frac.el (calc-over-notation):
3440 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3441 (calc-graph-num-points, calc-graph-init):
3442 * calc/calc-prog.el (calc-read-parse-table-part)
3443 (calc-edit-macro-repeats):
3444 * calc/calc-yank.el (calc-do-grab-rectangle):
3445 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3446 Replace `string-to-int' by `string-to-number'.
3447
3448 2005-05-02 Kim F. Storm <storm@cua.dk>
3449
3450 * kmacro.el: Use executing-kbd-macro-index variable.
3451
3452 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3453
3454 * net/rlogin.el (rlogin-parse-words): Delete func.
3455 (rlogin): Use split-string, not rlogin-parse-words.
3456 Also, if there are option-like elements in the parsed args,
3457 take the host to be the first arg immediately following them.
3458 Suggested by Michael Mauger.
3459
3460 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3461
3462 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3463
3464 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3465
3466 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3467 (cc-mode-cpp-program): Rename to cc-define-list-program and
3468 move to cc-vars.el.
3469
3470 * progmodes/cc-vars.el (cc-define-list-program):
3471 Change to "gcc -E -dM -". Make customizable.
3472
3473 2005-05-02 Kim F. Storm <storm@cua.dk>
3474
3475 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3476
3477 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3478
3479 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3480
3481 * international/mule-util.el (truncate-string): Remove alias and
3482 obsolete declaration.
3483
3484 * international/mule-cmds.el (update-iso-coding-systems):
3485 Remove alias and obsolete declaration.
3486
3487 * international/mule.el (coding-system-parent): Remove alias and
3488 obsolete declaration.
3489
3490 * subr.el (define-function, sref): Remove aliases and obsolete
3491 declarations.
3492 (chars-in-region): Remove obsolete declaration.
3493
3494 2005-05-01 Richard M. Stallman <rms@gnu.org>
3495
3496 * info.el (Info-mode): Set widen-automatically to nil, locally.
3497
3498 * simple.el (widen-automatically): New variable.
3499 (pop-global-mark): Obey widen-automatically.
3500
3501 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3502
3503 * term/xterm.el (function-key-map): Call substitute-key-definition
3504 before the keymap size is increased by a lot of define-key calls.
3505
3506 2005-05-01 Richard M. Stallman <rms@gnu.org>
3507
3508 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3509 Rename ARG to ELEMENT. Doc fix.
3510
3511 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3514 Remove references to allout-exposure/change to allout-new-exposure.
3515
3516 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3517 bytecode symbols.
3518
3519 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3520 (compiled-function-p, focus-frame, unfocus-frame):
3521 Remove aliases and obsolete declarations.
3522 Back out inadvertent changes from previous commit.
3523
3524 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3525
3526 * files.el (require-final-newline): Make Custom tags consistent
3527 with mode-require-final-newline.
3528 (mode-require-final-newline): Doc fix.
3529
3530 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * international/latexenc.el (latexenc-find-file-coding-system):
3533 Fix regular expressions.
3534
3535 2005-05-01 David Kastrup <dak@gnu.org>
3536
3537 * international/latexenc.el (latexenc-find-file-coding-system):
3538 Fix regular expressions.
3539
3540 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3541
3542 * subr.el (string-to-int): Make obsolete.
3543
3544 2005-04-30 Richard M. Stallman <rms@gnu.org>
3545
3546 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3547
3548 * loadup.el: load jka-comp-hook.
3549
3550 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3551 (jka-compr-handler): Add autoload. `put' calls moved
3552 to jka-comp-hook.el.
3553 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3554 (jka-compr-inhibit): Autoload.
3555
3556 * jka-comp-hook.el: New file.
3557 Enable the mode by default.
3558
3559 * files.el (backup-buffer-copy): Use copy-file instead
3560 of write-region, and put back the 'excl.
3561
3562 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * progmodes/flymake.el (flymake-split-string)
3565 (flymake-split-string, flymake-log, flymake-pid-to-names)
3566 (flymake-reg-names, flymake-get-source-buffer-name)
3567 (flymake-unreg-names, flymake-add-line-err-info)
3568 (flymake-add-err-info): Clarify docstrings.
3569 (flymake-popup-menu, flymake-make-emacs-menu)
3570 (flymake-make-xemacs-menu): Add docstrings.
3571 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3572 Set variables directly throughout.
3573
3574 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3577 exists. Initialise cc-define-alist.
3578 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3579 If there is no file (Macroexpansion) don't create an alist.
3580
3581 2005-04-29 Sam Steingold <sds@gnu.org>
3582
3583 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3584 (cc-create-define-alist): Use it instead of the hard-coded string.
3585
3586 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3589 for latexenc.
3590
3591 2005-04-29 Lute Kamstra <lute@gnu.org>
3592
3593 * emacs-lisp/generic.el: Improve commentary section.
3594 (define-generic-mode): Improve docstring.
3595
3596 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3597
3598 * textmodes/org.el (many places): Change to quiet the byte compiler.
3599 (org-prefix-format-compiled): New variable.
3600 (org-compile-prefix-format): New function.
3601 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3602 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3603 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3604 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3605 consistency with entries from `org-mode' files.
3606 (org-get-time-of-day): Fix bug with partial matches early in a line.
3607 (org-non-link-chars): New constant.
3608 (org-link-regexp): Respect `org-non-link-chars'.
3609 (org-agenda-day-view): Remove command.
3610 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3611 (org-follow-bbdb-link, org-store-link): Search also company field.
3612 (org-highlight-overlay): New variable.
3613 (org-highlight, org-unhighlight): New functions.
3614 (org-agenda-mode): Add pre-command-hook to remove highlight.
3615 (org-evaluate-time-range): Behavior depends upon whether time stamp
3616 contains a time or not.
3617 (org-show-subtree, org-show-entry): New functions.
3618 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3619
3620 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3621
3622 * comint.el (comint-output-filter-functions): Add autoload cookie.
3623
3624 2005-04-28 Kim F. Storm <storm@cua.dk>
3625
3626 * ido.el (ido-everywhere): Fix last change.
3627
3628 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3629
3630 * international/latexenc.el: New file.
3631 * international/mule-conf.el (file-coding-system-alist): For .tex,
3632 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3633
3634 2005-04-28 Lute Kamstra <lute@gnu.org>
3635
3636 * font-lock.el (font-lock-add-keywords)
3637 (font-lock-remove-keywords): Clarify docstring.
3638 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3639 Don't start docstrings with a `*'.
3640 (font-lock-update-removed-keyword-alist): Give it a docstring.
3641
3642 * generic-x.el: Update commentary section.
3643 Only require font-lock when compiling.
3644 Define all modes conditionally.
3645 Place all generic modes in the generic-x-modes customization group.
3646 (generic-x-modes): New customization group.
3647 (generic-default-modes, generic-mswindows-modes)
3648 (generic-unix-modes, generic-other-modes): New constants.
3649 (generic-define-mswindows-modes, generic-define-unix-modes):
3650 Update docstrings. Make them obsolete.
3651 (generic-extras-enable-list): New default value. Update docstring.
3652 Improve :type. Change :set function.
3653 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3654 Fix docstring.
3655
3656 * emacs-lisp/generic.el (generic-mode-internal):
3657 Simplify font-lock-defaults.
3658 (define-generic-mode): Fix docstring.
3659
3660 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3663 font-lock-face property to highlight matches.
3664
3665 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3668 (cc-define-alist): New variable.
3669 (c-mode): Make it local and initialise it.
3670
3671 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3672 (gdb-exited): New function.
3673 (gdb-annotation-rules): Use it.
3674 (gdb-starting): Set gdb-active-process to t.
3675 (gdb-stopping): Amend doc string.
3676 (gdb-reset): Set gdb-active-process to nil.
3677
3678 * tooltip.el (tooltip-gud-tips): Show the associated #define
3679 directives when a C program under GDB is not executing.
3680
3681 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3684 font-lock-fontify-syntactic-keywords.
3685
3686 * font-lock.el (font-lock-default-fontify-region): Don't force
3687 parse-sexp-lookup-properties to nil.
3688
3689 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3690
3691 * man.el (man-mode-syntax-table): Set up `:' to have
3692 word-constituent syntax.
3693
3694 2005-04-27 Lute Kamstra <lute@gnu.org>
3695
3696 * novice.el (disable-command): Don't add spurious newlines to the
3697 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3698
3699 2005-04-26 Jay Belanger <belanger@truman.edu>
3700
3701 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3702 than one window before deleting window.
3703
3704 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3705
3706 * shell.el (shell-prompt-pattern): Doc fix.
3707 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3708
3709 * comint.el (comint-prompt-regexp, comint-get-old-input)
3710 (comint-use-prompt-regexp)
3711 (comint-use-prompt-regexp-instead-of-fields)
3712 (comint-replace-by-expanded-history, comint-send-input)
3713 (comint-output-filter, comint-get-old-input-default)
3714 (comint-line-beginning-position, comint-bol, comint-show-output)
3715 (comint-backward-matching-input, comint-forward-matching-input)
3716 (comint-next-prompt, comint-previous-prompt):
3717 Rename `comint-use-prompt-regexp-instead-of-fields' to
3718 `comint-use-prompt-regexp'. Keep old name as alias and declare
3719 obsolete.
3720 (comint-use-prompt-regexp): Shorten first line of doc string.
3721
3722 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3723 Set paragraph-separate buffer locally to "\\'".
3724
3725 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3726 Adapt to above name change.
3727
3728 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3729 (smbclient-prompt-regexp): Ditto.
3730
3731 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3732
3733 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3734
3735 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3736 gdb-location-list.
3737 Break lines that are over 80 characters wide.
3738
3739 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3742 New fun and var, to preserve compatibility.
3743
3744 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3745
3746 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3747
3748 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3749 name to file-newer-than-file-p.
3750
3751 2005-04-26 Richard M. Stallman <rms@gnu.org>
3752
3753 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3754
3755 * progmodes/python.el (python-mode):
3756 Use new name eldoc-documentation-function.
3757
3758 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3759
3760 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3761 (eldoc-documentation-function):
3762 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3763
3764 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3765
3766 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3767
3768 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 * term/xterm.el (function-key-map): Fix strings for
3771 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3772 {C,S,A,C-S}-{f1-f12}.
3773
3774 2005-04-26 Kenichi Handa <handa@m17n.org>
3775
3776 * international/mule-cmds.el (select-safe-coding-system):
3777 Fix previous change.
3778
3779 2005-04-26 Lute Kamstra <lute@gnu.org>
3780
3781 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3782
3783 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3784 (font-lock-comment-delimiter-face): Ditto.
3785
3786 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3787
3788 2005-04-25 Jay Belanger <belanger@truman.edu>
3789
3790 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3791 to t while inserting information; use help-mode.
3792
3793 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 * term.el (ansi-term-color-vector): Use the xterm colors.
3796 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3797
3798 2005-04-25 Lute Kamstra <lute@gnu.org>
3799
3800 * font-core.el (font-lock-defaults): Fix docstring.
3801
3802 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3803
3804 2005-04-25 Kenichi Handa <handa@m17n.org>
3805
3806 * international/mule-cmds.el (select-safe-coding-system):
3807 Don't check consistency with coding: spec, etc if raw-text or
3808 no-conversion was found to be safe.
3809
3810 2005-04-24 Richard M. Stallman <rms@gnu.org>
3811
3812 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3813 citation markers at start of each line.
3814
3815 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3816 citation markers at start of each line.
3817
3818 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3819
3820 * files.el (mode-require-final-newline): Fix previous change.
3821 (require-final-newline): Fix type label.
3822
3823 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3824
3825 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3826 statement in buffer (broken by 2004-11-24 change).
3827
3828 2005-04-24 Kim F. Storm <storm@cua.dk>
3829
3830 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3831 and read-file-name-function values. Don't overwrite existing
3832 non-nil values if ido-mode is enabled without ido-everywhere.
3833
3834 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3835
3836 * files.el (mode-require-final-newline): Minor doc fix.
3837
3838 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3839
3840 * subr.el (syntax-after): Doc fix.
3841 (syntax-class): If argument is nil, return nil. Mask off upper 16
3842 bits, not 8 bits.
3843
3844 * files.el (mode-require-final-newline): Doc fix.
3845 (backup-buffer-copy): Fix last change.
3846
3847 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3848
3849 * term/mac-win.el: Require select. Set selection-coding-system to
3850 mac-system-coding-system. Call menu-bar-enable-clipboard.
3851 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3852 (x-select-enable-clipboard): New variables.
3853 (x-select-text, x-get-selection, x-selection-value)
3854 (x-get-selection-value, mac-select-convert-to-string)
3855 (mac-services-open-file, mac-services-open-selection)
3856 (mac-services-insert-text): New functions.
3857 (CLIPBOARD, FIND): Put mac-scrap-name property.
3858 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3859 (public.tiff): Put mac-ostype property.
3860 (selection-converter-alist): Add entries for them.
3861 (mac-application-menu-map): New keymap.
3862 (interprogram-cut-function, interprogram-paste-function): Set to
3863 x-select-text and x-get-selection-value, respectively.
3864 (split-window-keep-point): Set to t.
3865
3866 2005-04-23 Richard M. Stallman <rms@gnu.org>
3867
3868 * files.el (read-directory-name): Always pass non-nil
3869 DEFAULT-FILENAME arg to read-file-name.
3870 (backup-buffer-copy, basic-save-buffer-2): Take care against
3871 writing thru an unexpected existing symlink.
3872 (revert-buffer): In indirect buffer, revert the base buffer.
3873 (magic-mode-alist): Doc fix.
3874 (buffer-stale-function): Doc fix.
3875 (minibuffer-with-setup-hook): Avoid warning.
3876 (mode-require-final-newline): Doc and custom fix.
3877
3878 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3879
3880 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3881 use the default appearance.
3882 (font-lock-comment-delimiter-face): New face, new variable.
3883
3884 * imenu.el (imenu--generic-function): The official position of a
3885 definition is the start of the line that BEG is in.
3886
3887 * midnight.el (midnight-timer): Move defvar up.
3888
3889 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3890
3891 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3892
3893 * startup.el (command-line): Use with-no-warnings.
3894
3895 * window.el (window-size-fixed): New defvar.
3896
3897 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3898
3899 * mail/rmail.el (rmail-font-lock-keywords):
3900 Use font-lock-comment-delimiter-face.
3901
3902 * mail/sendmail.el (mail-font-lock-keywords):
3903 Use font-lock-comment-delimiter-face.
3904
3905 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3906
3907 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3908
3909 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3910 Specify t for LAXMATCH when matching directories.
3911 Save match data around compilation-compat-error-properties form.
3912
3913 2005-04-23 David Kastrup <dak@gnu.org>
3914
3915 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3916 Mention that the autoloaded aliases should be kept for AUCTeX.
3917
3918 2005-04-23 Andreas Schwab <schwab@suse.de>
3919
3920 * isearch.el (isearch-forward): Doc fix.
3921
3922 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3923
3924 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3925 (jit-lock-stealth-nice): Change default value to 0.5.
3926
3927 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3928
3929 * abbrev.el (write-abbrev-file): Write table entries in
3930 alphabetical order by table name.
3931
3932 2005-04-22 Kim F. Storm <storm@cua.dk>
3933
3934 * ido.el (ido-read-internal): Fix `list' completion.
3935
3936 2005-04-22 Kenichi Handa <handa@m17n.org>
3937
3938 * recentf.el (recentf-save-file-coding-system): New variable.
3939 (recentf-save-list): Encode the file by
3940 recentf-save-file-coding-system and add coding: tag.
3941
3942 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3945
3946 2005-04-21 Lute Kamstra <lute@gnu.org>
3947
3948 * loadhist.el (unload-feature): Don't remove a function from hooks
3949 if it is about to be restored to an autoload . Remove functions
3950 that will become unbound from auto-mode-alist. Simplify the code.
3951
3952 * subr.el (assq-delete-all): New implementation that is linear,
3953 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3954 (rassq-delete-all): New function.
3955
3956 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3957 Add size-indication-mode.
3958
3959 2005-04-21 Kenichi Handa <handa@m17n.org>
3960
3961 * international/mule-cmds.el: Add autoload for widget-value in
3962 eval-when-compile.
3963
3964 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3965
3966 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3967 Add tooltip-mode.
3968
3969 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3970
3971 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3972
3973 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3974 (inferior-lisp-filter-regexp, inferior-lisp-program)
3975 (inferior-lisp-load-command, inferior-lisp-prompt)
3976 (inferior-lisp-mode-hook, lisp-source-modes)
3977 (inferior-lisp-load-hook): defvar->defcustom.
3978 (inferior-lisp-program, inferior-lisp-prompt)
3979 (inferior-lisp-load-hook): Doc fixes.
3980 (inferior-lisp-install-letter-bindings): Small change in
3981 introductory comment.
3982
3983 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * vc.el (vc-annotate-color-map): Change some colors so that text
3986 using them as foreground is readable on both white and black
3987 backgrounds.
3988
3989 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * international/mule-conf.el (translation-table-for-input):
3992 Remove redundant declaration.
3993
3994 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3995
3996 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3997
3998 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3999 (tooltip-toggle-gud-tips): New function.
4000
4001 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4002
4003 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4004 right angle brackets.
4005
4006 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4009
4010 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4013 Remove. Update callers to use expand-file-name instead.
4014
4015 * subr.el (syntax-class): New function.
4016
4017 * simple.el (blink-matching-open): Use it.
4018
4019 * paren.el (show-paren-function): Use it to recognize parens that are
4020 also used in 2-char comment markers.
4021
4022 2005-04-19 Lute Kamstra <lute@gnu.org>
4023
4024 * loadhist.el (unload-feature): Update for new format of
4025 load-history. Simplify the code.
4026
4027 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4028
4029 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4030 (mac-add-charset-info): New function. Initialize variable
4031 mac-charset-info-alist using it.
4032 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4033 for translation.
4034 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4035 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4036 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4037 New CCL programs.
4038
4039 2005-04-19 Kim F. Storm <storm@cua.dk>
4040
4041 * simple.el (next-buffer, prev-buffer, next-error)
4042 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4043 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4044
4045 * bindings.el (next-buffer, prev-buffer, next-error)
4046 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4047 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4048 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4049 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4050
4051 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * isearch.el (isearch-edit-string): Make the search-ring available for
4054 minibuffer history commands.
4055 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4056 the default history commands now work just as well.
4057 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4058
4059 2005-04-18 Kim F. Storm <storm@cua.dk>
4060
4061 * emulation/cua-base.el (cua--pre-command-handler): Add more
4062 elaborate check for shift modifier on non-window systems.
4063
4064 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4065
4066 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4067
4068 2005-04-18 Kim F. Storm <storm@cua.dk>
4069
4070 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4071 and make it optional. Don't test tooltip-gud-echo-area here.
4072 (tooltip-gud-process-output, gdb-tooltip-print):
4073 Pass tooltip-gud-echo-area to tooltip-show.
4074 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4075
4076 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4077
4078 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4079 `display-graphic-p' may not be bound yet.
4080
4081 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4082
4083 * startup.el (command-line): No longer enable Xterm Mouse mode by
4084 default in terminals compatible with xterm.
4085
4086 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4087
4088 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * tooltip.el (tooltip-gud-echo-area): Rename from
4091 tooltip-use-echo-area.
4092 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4093 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4094 area independently of where help tooltips are displayed.
4095
4096 2005-04-17 David Kastrup <dak@gnu.org>
4097
4098 * cus-theme.el (custom-theme-write-variables): Quote variables
4099 where necessary.
4100
4101 2005-04-17 Richard M. Stallman <rms@gnu.org>
4102
4103 * simple.el (yank-excluded-properties): Add follow-link to value.
4104
4105 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4106
4107 * startup.el (fancy-splash-max-time): Just 30 seconds.
4108 (fancy-splash-delay): Just 7.
4109 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4110
4111 * loadhist.el (unload-feature): Update for new format of load-history.
4112 Simplify the code.
4113
4114 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4115 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4116
4117 * mail/sendmail.el (mail-font-lock-keywords):
4118 Don't fontify subject text.
4119 Don't fontify the text of a citation.
4120
4121 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4122
4123 * comint.el (comint-output-filter): Run comint-output-filter-functions
4124 with point where the user had it.
4125
4126 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * international/ucs-tables.el (ucs-set-table-for-input):
4129 Disable when using unify-on-decoding.
4130
4131 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4132
4133 * emulation/cua-base.el (cua-global-mark-face): Add special case
4134 for displays supporting a high number of colors.
4135
4136 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4137
4138 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4139
4140 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * filesets.el (filesets-add-buffer): If user supplies a name of a
4143 non-existing fileset, create a new fileset.
4144
4145 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4146
4147 * textmodes/org.el (org-up-heading-all): Fix bug with
4148 `outline-up-heading-all'.
4149
4150 2005-04-16 Andreas Schwab <schwab@suse.de>
4151
4152 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4153 /etc/permissions.d/* and /etc/aliases.d/*.
4154
4155 2005-04-16 Kenichi Handa <handa@m17n.org>
4156
4157 * international/code-pages.el (cp-make-coding-system):
4158 Set `translation-table-for-input' property value to the symbol
4159 ucs-mule-to-mule-unicode, not to that value.
4160 (pt154): Escape guillemet by `\'.
4161
4162 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4163
4164 * loadup.el: Load tooltip if x-show-tip is fboundp.
4165
4166 * startup.el (command-line): Add comment.
4167
4168 * tooltip.el (tooltip-mode): Specify correct standard value for
4169 Custom in init-value.
4170
4171 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4172
4173 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4174 possible.
4175
4176 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4177
4178 * textmodes/org.el (org-agenda-date-prompt): Rename from
4179 `org-agenda-date-today'.
4180 (org-evaluate-time-range): Insert at point instead of directly
4181 after time range.
4182 (org-first-headline-recenter, org-subtree-end-visible-p)
4183 (org-optimize-window-after-visibility-change): New functions
4184 (org-agenda-post-command-hook): Don't allow point at end of line,
4185 to make sure it always hits the text properties.
4186 (org-agenda-next-date-line, org-agenda-previous-date-line):
4187 New commands.
4188 (org-set-regexps-and-options): Category may contain white space.
4189 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4190 Improve marker positions.
4191 (org-agenda-new-marker): Argument POS made optional.
4192 (org-agenda-get-timestamps): Deadlines which are done are listed
4193 in org-done-face now.
4194 (org-agenda-get-todos, org-agenda-get-timestamps)
4195 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4196 Set `undone-face' and `done-face' properties.
4197 (org-last-todo-state-is-todo): New variable.
4198 (org-todo): Set `org-last-todo-state-is-todo'.
4199 (org-agenda-todo): Change face according to
4200 `org-last-todo-state-is-todo'. And change other lines refering to
4201 the same entry.
4202 (org-calendar-goto-agenda): New command.
4203 (org-calendar-to-agenda-key): New option.
4204 (org-startup-folded): New allowed value `content'.
4205 (org-set-regexps-and-options): Accept new value `content' for
4206 `org-startup-folded'.
4207 (org-get-current-options): Handle new value `content' for
4208 `org-startup-folded'.
4209 (org-insert-todo-heading): New command.
4210 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4211 interactively in empty file and option
4212 `org-insert-mode-line-in-empty-file' has been set.
4213 (org-agenda-todo,org-agenda-priority): Modify to use
4214 `org-agenda-change-all-lines'.
4215 (org-warning-face): Change color on dark background
4216
4217 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4218
4219 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4220 use preferences AppleLocale and AppleLanguages, and variable
4221 mac-system-locale for default locale. On Mac OS Classic, use
4222 mac-system-coding-system for default coding systems.
4223
4224 * term/mac-win.el: Don't set file-name-coding-system.
4225 Decode variables system-name, emacs-build-system, user-login-name, and
4226 user-full-name by mac-system-coding-system on Mac OS Classic.
4227 (mac-system-coding-system): New variable.
4228
4229 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * startup.el (command-line): Handle `xterm-mouse-mode' before
4232 reading init file.
4233
4234 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4235
4236 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4237
4238 * progmodes/sh-script.el (sh-here-document-word): Make it a
4239 defcustom. Doc fix.
4240 (sh-add): Bash uses $(( )) for arithmetic.
4241 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4242 (sh-maybe-here-document): Remove quotes and leading whitespace
4243 from heredoc word when closing. Indent heredoc with tabs if word
4244 starts with "-".
4245
4246 2005-04-13 Richard M. Stallman <rms@gnu.org>
4247
4248 * simple.el (undo): Fix previous change.
4249
4250 * custom.el (defface): Doc fix.
4251
4252 2005-04-13 Lute Kamstra <lute@gnu.org>
4253
4254 * Makefile.in (DONTCOMPILE): Remove list.
4255 (compile, compile-always): Don't use DONTCOMPILE.
4256 (update-authors): Load the library in which batch-update-authors
4257 is defined.
4258 * makefile.w32-in (DONTCOMPILE): Remove list.
4259 (compile, compile-always): Fix comments.
4260 (update-authors): Load the library in which batch-update-authors
4261 is defined.
4262
4263 * generic-x.el (generic-mode-ini-file-find-file-hook):
4264 Rename to ini-generic-mode-find-file-hook.
4265 Keep generic-mode-ini-file-find-file-hook as an alias.
4266 (ini-generic-mode-find-file-hook): Rename from
4267 generic-mode-ini-file-find-file-hook. Fix docstring.
4268 (ini-generic-mode): Docstring change.
4269 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4270
4271 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4272 called from lisp.
4273
4274 * generic.el: Move to the emacs-lisp subdir.
4275
4276 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4277
4278 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4279 and C-S- function and cursor motion keys.
4280
4281 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4282
4283 * startup.el (command-line): Enable Xterm Mouse mode by default.
4284 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4285 for Custom. No longer show "Mouse" in mode line when enabled.
4286 Doc fix.
4287
4288 2005-04-12 Kim F. Storm <storm@cua.dk>
4289
4290 * emulation/cua-base.el (cua-rectangle-face)
4291 (cua-rectangle-noselect-face): Define face attributes here.
4292
4293 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4294
4295 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4296
4297 * startup.el (command-line): Turn off blinking cursor if
4298 cursorBlink in resources is off or false.
4299
4300 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4301
4302 * term/mac-win.el (dnd): Require dnd.
4303 (mac-drag-n-drop): Call dnd-handle-one-url.
4304 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4305 (kTextEncodingISOLatin2): Remove constants.
4306 (mac-script-code-coding-systems): New constant.
4307 (mac-handle-language-change): New function.
4308 (special-event-map): Bind it to `language-change' event.
4309 (mac-centraleurroman, mac-cyrillic): New coding systems.
4310 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4311 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4312 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4313 encode-mac-cyrillic, respectively.
4314
4315 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4316
4317 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4318 Don't set overlay-arrow-string to "=>" as this is done
4319 globally in C now.
4320
4321 2005-04-12 Lute Kamstra <lute@gnu.org>
4322
4323 * generic-x.el (rc-generic-mode, rul-generic-mode):
4324 Fix auto-mode-alist entries.
4325 (etc-fstab-generic-mode): Tweak fontification.
4326
4327 * generic.el (generic-make-keywords-list): Fix docstring.
4328 (generic-mode-internal): Simplify generic-font-lock-keywords.
4329
4330 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4331
4332 * whitespace.el (whitespace-buffer-leading)
4333 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4334 However, fix the highlight area for the leading and
4335 trailing whitespaces to show space.
4336
4337 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4338
4339 * whitespace.el (whitespace-version): Bump to 3.5
4340
4341 (whitespace-buffer-leading, whitespace-buffer-trailing):
4342 Invert sense of the test to highlight the whitespace.
4343
4344 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4345
4346 * progmodes/gud.el (gud-display-line): GUD uses its own
4347 overlay arrow now so don't set overlay-arrow-string.
4348 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4349
4350 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4351
4352 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4353 (term-ansi-current-reverse, term-ansi-current-invisible)
4354 (term-ansi-face-already-done): Change to boolean.
4355 (term-reset-terminal, term-handle-colors-array): Handle the above
4356 vars accordingly.
4357 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4358 (term-emulate-terminal): Use the new name.
4359
4360 * faces.el (secondary-selection): Use yellow1, not yellow.
4361 (trailing-whitespace): Use red1, not red.
4362
4363 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4364
4365 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4366 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4367 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4368
4369 * cus-edit.el (dnd): New group.
4370
4371 * term/w32-win.el (dnd): Require dnd
4372 (w32-drag-n-drop): Call dnd-handle-one-url.
4373
4374 * x-dnd.el: Require dnd.
4375 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4376 Call dnd-handle-one-url.
4377 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4378 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4379 to dnd-insert-text.
4380 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4381 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4382 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4383 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4384
4385 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4386
4387 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4388
4389 * wdired.el: Doc fixes.
4390 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4391 (wdired-use-dired-vertical-movement): Rename from
4392 wdired-always-move-to-filename-beginning.
4393 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4394 (wdired-change-to-wdired-mode): Change mode name.
4395 (wdired-newline): Delete.
4396
4397 2005-04-11 Richard M. Stallman <rms@gnu.org>
4398
4399 * whitespace.el (whitespace-highlight-the-space):
4400 Don't call whitespace-unhighlight-the-space here.
4401
4402 * simple.el (undo): Record t in undo-equiv-table
4403 for the redo record made by an undo-in-region.
4404
4405 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4406
4407 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4408 (gdb-frame-inferior-io-buffer): New Functions to control
4409 display of separate IO buffer.
4410 (menu): Add them to menu-bar.
4411 (gdb-display-buffer): Check for buffer another frame.
4412 Protect GUD buffer.
4413 (gdb-setup-windows): Create IO buffer if not already there.
4414 (gdb-memory-mode): Remove purecopy noops.
4415
4416 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4417
4418 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4419 and pass to self-insert-command.
4420
4421 2005-04-11 Lute Kamstra <lute@gnu.org>
4422
4423 * generic.el: Commentary section cleanup.
4424 (generic): Delete.
4425 (generic-use-find-file-hook, generic-lines-to-scan)
4426 (generic-find-file-regexp, generic-ignore-files-regexp)
4427 (default-generic-mode, generic-mode-find-file-hook)
4428 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4429 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4430 (generic-use-find-file-hook, generic-lines-to-scan)
4431 (generic-find-file-regexp, generic-ignore-files-regexp)
4432 (default-generic-mode, generic-mode-find-file-hook)
4433 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4434
4435 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4436
4437 * bookmark.el (bookmark-write-file): Catch errors writing file.
4438 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4439
4440 2005-04-10 Richard M. Stallman <rms@gnu.org>
4441
4442 * startup.el (fancy-splash-tail): Update copyright year.
4443 (command-line): Split part of -Q into -D.
4444 (emacs-basic-display): New defvar.
4445 (fancy-splash-text): Correct name of menu item.
4446
4447 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4448
4449 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4450 lines in one node.
4451
4452 * comint.el (comint-send-input): New arg ARTIFICIAL.
4453 Callers in this file changed.
4454
4455 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4456
4457 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4458
4459 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4460
4461 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4462 `ldap-search-internal'.
4463
4464 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * files.el (set-auto-mode-1): Use line-end-position.
4467
4468 * international/latin-1.el:
4469 * international/latin-2.el:
4470 * international/latin-3.el:
4471 * international/latin-4.el:
4472 * international/latin-5.el:
4473 * international/latin-8.el:
4474 * international/latin-9.el: Give punctuation syntax to NBSP.
4475
4476 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4477 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4478 Use char-classes to accept non-ascii letters, accepted in some recent
4479 bibtex implementations.
4480
4481 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4482
4483 * custom.el (custom-set-minor-mode): Any non-nil value for the
4484 variable should enable the mode when set through Custom.
4485
4486 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4489 TAB binding so tab-always-indent is obeyed.
4490 (vhdl-minibuffer-local-map): Move initialization into declaration.
4491 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4492 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4493 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4494 (vhdl-current-line): Use line-beginning-position.
4495 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4496 with-output-to-temp-buffer, so the current position can be recorded.
4497
4498 2005-04-10 Masatake YAMATO <jet@gyve.org>
4499
4500 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4501 Add regexp for gcov.
4502
4503 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4504
4505 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4506 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4507 syntax which Emacs 20 doesn't support.
4508
4509 2005-04-09 Richard M. Stallman <rms@gnu.org>
4510
4511 * help.el (describe-key-briefly, describe-key):
4512 Replace strings as event types with "(any string)".
4513
4514 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * arc-mode.el (archive-mode-map): Move initialization into
4517 the declaration. Override *all* bindings of `undo'.
4518 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4519
4520 2005-04-09 Jay Belanger <belanger@truman.edu>
4521
4522 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4523
4524 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4525
4526 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4527 (xterm-register-default-colors): Update color values computation
4528 to match xterm-200.
4529
4530 2005-04-09 Kenichi Handa <handa@m17n.org>
4531
4532 * international/code-pages.el (iso-latin-7): Fix the map.
4533
4534 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4535
4536 * emacs-lisp/lisp.el (defun-prompt-regexp)
4537 (parens-require-spaces, buffer-end, end-of-defun)
4538 (insert-parentheses): Doc fixes.
4539
4540 2005-04-08 Kim F. Storm <storm@cua.dk>
4541
4542 * comint.el (comint-highlight-prompt): Fix face spec.
4543 * hi-lock.el (hi-green): Likewise.
4544
4545 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * cus-edit.el (custom-modified-face):
4548 * comint.el (comint-highlight-input): Fix previous changes.
4549 * term.el (term-handle-ansi-escape): Add a comment.
4550
4551 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4554 in the buffer and in whitespace-highlighted-space.
4555 (whitespace-unhighlight-the-space): Simplify.
4556 (whitespace-buffer): Simplify.
4557
4558 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * textmodes/table.el (table-cell-face): Add special case for
4561 displays supporting a high number of colors.
4562 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4563 (vhdl-font-lock-reserved-words-face)
4564 (vhdl-speedbar-architecture-face)
4565 (vhdl-speedbar-instantiation-face)
4566 (vhdl-speedbar-architecture-selected-face)
4567 (vhdl-speedbar-instantiation-selected-face): Likewise.
4568 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4569 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4570 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4571 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4572 (ebrowse-progress-face): Likewise.
4573 * progmodes/compile.el (compilation-info-face): Likewise.
4574 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4575 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4576 * calendar/calendar.el (diary-face): Likewise.
4577 * woman.el (woman-italic-face, woman-bold-face)
4578 (woman-unknown-face): Likewise.
4579 * wid-edit.el (widget-button-pressed-face): Likewise.
4580 * whitespace.el (whitespace-highlight-face): Likewise.
4581 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4582 * pcvs-info.el (cvs-marked-face): Likewise.
4583 * info.el (info-xref): Likewise.
4584 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4585 * hilit-chg.el (highlight-changes-face)
4586 (highlight-changes-delete-face): Likewise.
4587 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4588 (hi-red-b): Likewise.
4589 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4590 * font-lock.el (font-lock-keyword-face)
4591 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4592 * cus-edit.el (custom-invalid-face, custom-modified-face)
4593 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4594 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4595 * comint.el (comint-highlight-prompt): Likewise.
4596
4597 2005-04-08 Lute Kamstra <lute@gnu.org>
4598
4599 * font-lock.el (font-lock-keywords): Docstring fixes.
4600
4601 2005-04-08 Kenichi Handa <handa@m17n.org>
4602
4603 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4604 chars are more than a limit, print " and more..." at the tail.
4605
4606 2005-04-08 Kim F. Storm <storm@cua.dk>
4607
4608 * emacs-lisp/authors.el (authors-aliases): Update list.
4609 (authors-ignored-files): New list.
4610 (authors-fixed-entries): Fix typo.
4611 (authors-renamed-files-alist): Update list.
4612 (authors-add): Check authors-ignored-files.
4613
4614 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4615
4616 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4617 optional, to ensure backward compatibility.
4618
4619 2005-04-08 Stephen Eglen <stephen@gnu.org>
4620
4621 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4622
4623 2005-04-08 Kim F. Storm <storm@cua.dk>
4624
4625 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4626
4627 * mouse.el (mouse-on-link-p): Doc fix.
4628
4629 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4630
4631 * ielm.el (ielm-prompt-read-only): Doc fix.
4632
4633 * comint.el (comint-prompt-read-only): Doc fix.
4634
4635 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4636
4637 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4638 ensure dired always handles wildcards passed to ffap.
4639 (find-file-at-point): Use it.
4640 (ffap-dired-wildcards): Doc fix.
4641
4642 2005-04-07 Juri Linkov <juri@jurta.org>
4643
4644 * simple.el (next-error-overlay-arrow-position): New defvar.
4645 Put "=>" on its property `overlay-arrow-string'. Add it to
4646 `overlay-arrow-variable-list'.
4647
4648 * progmodes/compile.el (compilation-setup):
4649 Set `next-error-overlay-arrow-position' to nil. Also set it to
4650 nil in the local hook `kill-buffer-hook'. Make local variable
4651 `overlay-arrow-string' and set it to "=>".
4652 (compilation-goto-locus): Set BOL position to
4653 `next-error-overlay-arrow-position' instead of
4654 `overlay-arrow-position'.
4655
4656 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4657 locally instead of adding it to the global hook.
4658 (Info-kill-buffer): Move up.
4659
4660 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4661
4662 * term/xterm.el (xterm-standard-colors): Update color values from
4663 xterm-200.
4664
4665 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4668
4669 * fast-lock.el:
4670 * lazy-lock.el: Move them to the obsolete subdir.
4671
4672 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4673
4674 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4675 (wdired-add-replace-advice): Remove.
4676 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4677
4678 2005-04-06 Kim F. Storm <storm@cua.dk>
4679
4680 * startup.el (command-line): Add --bare-bones alias for -Q.
4681
4682 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4683
4684 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4685 create the startup fontset if a font specification ends with
4686 `mac-roman'.
4687
4688 2005-04-06 Lute Kamstra <lute@gnu.org>
4689
4690 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4691 change.
4692
4693 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4694 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4695
4696 2005-04-05 Lute Kamstra <lute@gnu.org>
4697
4698 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4699 (define-generic-mode): Ditto. Fix debug declaration.
4700
4701 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4702 Put them in the generic-x group.
4703
4704 * calendar/timeclock.el (timeclock): Doc fix.
4705
4706 * generic.el (define-generic-mode): Don't use custom-current-group.
4707 Document default :group value.
4708 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4709 (define-global-minor-mode): Don't use custom-current-group.
4710
4711 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4712
4713 * startup.el (command-line-1): Display startup-echo-area-message
4714 when fancy splash screen is in use.
4715
4716 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4717 (sh-escaped-newline): New face.
4718 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4719 newline, and use sh-escaped-newline face.
4720
4721 * progmodes/tcl.el (tcl-escaped-newline): New face.
4722 (tcl-builtin-list): New variable.
4723 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4724 newlines. Fix keywords subexpression number.
4725
4726 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4727
4728 * textmodes/org.el (org-diary-default-entry): Fix call to
4729 `add-to-diary-entry'.
4730
4731 2005-04-05 Kim F. Storm <storm@cua.dk>
4732
4733 * ediff-init.el: Use (featurep 'xemacs).
4734
4735 2005-04-05 David Ponce <david@dponce.com>
4736
4737 * cus-edit.el (face): Derive from symbol widget. Display sample
4738 of the current face on the fly.
4739 (widget-face-sample-face-get, widget-face-notify): New functions.
4740 (widget-face-value-create): Remove.
4741
4742 * wid-edit.el (widget-field-end): Temporarily remove field
4743 narrowing before to call `get-char-property'.
4744
4745 2005-04-04 Jay Belanger <belanger@truman.edu>
4746
4747 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4748 (math-read-subscripts): New variable.
4749 (math-read-preprocess-string): Process subscripts.
4750
4751 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4752
4753 * comint.el (comint-prompt-read-only): Doc fix.
4754
4755 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4756 `-1'. Doc fix.
4757
4758 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4759
4760 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4761 Change default value to nil.
4762
4763 2005-04-04 Lute Kamstra <lute@gnu.org>
4764
4765 * autorevert.el (auto-revert-mode): Specify :group.
4766 * battery.el (display-battery-mode): Specify :group.
4767 * diff-mode.el (diff-minor-mode): Specify :group.
4768 * font-core.el (font-lock-mode): Specify :group.
4769 * hl-line.el (hl-line-mode): Specify :group.
4770 * iimage.el (iimage): New customization group.
4771 (iimage-mode): Specify :group.
4772 * longlines.el (longlines-mode): Specify :group.
4773 * master.el: Don't require easy-mmode.
4774 (master): New customization group.
4775 (master-mode): Specify :group.
4776 * msb.el (msb-mode): Specify :group.
4777 * reveal.el (reveal-mode): Specify :group.
4778 * simple.el (next-error-follow-minor-mode): Specify :group.
4779 * smerge-mode.el (smerge-mode): Specify :group.
4780 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4781 * emulation/cua-base.el (cua-mode): Specify :group.
4782 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4783 * language/thai-util.el (thai-auto-composition-mode)
4784 (thai-word-mode): Specify :group.
4785 * mail/supercite.el (sc-minor-mode): Specify :group.
4786 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4787 * progmodes/flymake.el (flymake-mode): Specify :group.
4788 * progmodes/glasses.el (glasses-mode): Specify :group.
4789 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4790 * textmodes/enriched.el (enriched-mode): Specify :group.
4791 * textmodes/refill.el (refill-mode): Specify :group.
4792
4793 * add-log.el (change-log-font-lock-keywords): Names in
4794 parenthesized lists can contain spaces.
4795
4796 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4797
4798 * startup.el (fancy-splash-text): Shorten default text of
4799 "Emacs Tutorial" line. Also, if the current language env
4800 indicates an available tutorial file other than TUTORIAL,
4801 extract its title and append it to the line in parentheses.
4802 (fancy-splash-insert): If arg is a thunk, funcall it.
4803
4804 2005-04-04 Jay Belanger <belanger@truman.edu>
4805
4806 * calc.el (calc-language-alist): Add tags to customization type.
4807
4808 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4809
4810 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4811 Doc fix.
4812
4813 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4814
4815 * add-log.el (change-log-font-lock-keywords): The manual
4816 describing a Change Log entry, says: (...) "Aside from these
4817 header lines, every line in the change log starts with a space or
4818 a tab.". The font-lock was not highlighting lines started with
4819 spaces, added support for it.
4820
4821 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4822
4823 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4824 (bibtex-generate-url-list): Update docstring accordingly. Put the
4825 complex example in the docstring.
4826 (bibtex-font-lock-url): Use pop.
4827
4828 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4831
4832 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4833
4834 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4835
4836 * filesets.el (filesets-set-default): Doc fix.
4837
4838 2005-04-03 Lute Kamstra <lute@gnu.org>
4839
4840 * generic.el (define-generic-mode): Add argument to specify
4841 keywords for defcustom.
4842 (default-generic-mode): Specify :group.
4843
4844 * generic-x.el: Specify :group for all generic modes.
4845
4846 * desktop.el (desktop-no-desktop-file-hook)
4847 (desktop-after-read-hook): Doc fix.
4848
4849 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * simple.el (visible-mode): Use explicit :group keyword.
4852 This changes the group of `visible-mode-hook' from paren-blinking
4853 to editing-basics.
4854
4855 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4856
4857 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4858 mailbox specifications as well as URLs.
4859 (rmail-insert-inbox-text): Remove unused conditional branches.
4860
4861 2005-04-01 Jay Belanger <belanger@truman.edu>
4862
4863 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4864 (calc-gnuplot-print-command): Move definitions to calc.el.
4865
4866 * calc/calc-embed.el (calc-embedded-announce-formula)
4867 (calc-embedded-open-formula, calc-embedded-close-formula)
4868 (calc-embedded-open-word, calc-embedded-close-word)
4869 (calc-embedded-open-plain, calc-embedded-close-plain)
4870 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4871 (calc-embedded-open-mode, calc-embedded-close-mode):
4872 Move definitions to calc.el.
4873
4874 * calc/calc.el (calc-settings-file, calc-language-alist):
4875 Make customizable.
4876 (calc-embedded-announce-formula, calc-embedded-open-formula)
4877 (calc-embedded-close-formula, calc-embedded-open-word)
4878 (calc-embedded-close-word, calc-embedded-open-plain)
4879 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4880 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4881 (calc-embedded-close-mode, calc-gnuplot-name)
4882 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4883 from other files and make customizable.
4884
4885 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4888 Use buffer-live-p.
4889 (cvs-mode-run): Don't call cvs-update-header here.
4890 (cvs-run-process): Call cvs-update-header.
4891 Use process properties for cvs-postprocess and cvs-buffer so that
4892 the sentinel can behave better if the temp buffer is killed.
4893 Use a pipe rather than a tty, to better handle unexpected prompts.
4894 (cvs-sentinel): Rewrite. Call cvs-update-header.
4895
4896 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4897
4898 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4899 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4900
4901 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * generic.el (define-generic-mode): Add indentation rule.
4904
4905 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * files.el (mode-require-final-newline): Make Custom correctly
4908 report a nil value and allow to set it to nil via Custom.
4909 Doc fix.
4910
4911 2005-04-01 Kenichi Handa <handa@m17n.org>
4912
4913 * international/characters.el: Enable the correct case setting for
4914 dotless-i and dotted-I.
4915
4916 2005-04-01 Kim F. Storm <storm@cua.dk>
4917
4918 * ido.el (ido-file-internal): Fall back to non-ido command if
4919 initial directory is on slow ftp (or tramp) host.
4920
4921 2005-03-31 Richard M. Stallman <rms@gnu.org>
4922
4923 * emacs-lisp/autoload.el (make-autoload):
4924 Handle define-global-minor-mode.
4925
4926 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4927 Rename from easy-mmode-define-global-mode.
4928 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4929
4930 * progmodes/scheme.el (scheme-mode-syntax-table):
4931 Update syntax of | and # for two-character comment syntax.
4932
4933 2005-03-31 Lute Kamstra <lute@gnu.org>
4934
4935 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4936 (define-minor-mode): Call custom-current-group at load-time.
4937
4938 * generic.el (define-generic-mode): Add debug declaration.
4939 Add defcustom for the mode hook.
4940 (generic-mode-internal): Use run-mode-hooks.
4941
4942 2005-03-31 Kim F. Storm <storm@cua.dk>
4943
4944 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4945 (mouse-fixup-help-message): New defun called by show_help_echo
4946 to fixup mouse-2 prefix in help messages when applicable.
4947
4948 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4949
4950 2005-03-31 Kenichi Handa <handa@m17n.org>
4951
4952 * language/thai-word.el (thai-find-word-ends): Pay attention to
4953 the case that we reach the end of buffer.
4954
4955 * textmodes/fill.el (fill-text-properties-at): New function.
4956 (fill-newline): Use fill-text-properties-at instead of
4957 text-properties-at.
4958
4959 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4960
4961 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4962 not comint-quote-filename.
4963
4964 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4965
4966 * help-fns.el (help-with-tutorial): Revert last change.
4967
4968 2005-03-31 Kim F. Storm <storm@cua.dk>
4969
4970 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4971
4972 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4973
4974 * calendar/cal-china.el: Update reference to "Calendrical
4975 Calculations" book; there's a new edition.
4976 * calendar/cal-coptic.el: Likewise.
4977 * calendar/cal-french.el: Likewise.
4978 * calendar/cal-hebrew.el: Likewise.
4979 * calendar/cal-islam.el: Likewise.
4980 * calendar/cal-iso.el: Likewise.
4981 * calendar/cal-julian.el: Likewise.
4982 * calendar/cal-mayan.el: Likewise.
4983 * calendar/cal-persia.el: Likewise.
4984 * calendar/calendar.el: Likewise.
4985 * calendar/holidays.el: Likewise.
4986 * calendar/lunar.el: Likewise.
4987 * calendar/solar.el: Likewise.
4988
4989 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4990 white space from doc string.
4991
4992 2005-03-30 Jay Belanger <belanger@truman.edu>
4993
4994 * calc/calc-help.el (calc-full-help): Remove email address.
4995
4996 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4997
4998 * help-fns.el (help-with-tutorial): Delete title line.
4999
5000 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5001
5002 * calendar/cal-x.el (calendar-one-frame-setup)
5003 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5004 rather than 'symbol for set-window-dedicated-p.
5005
5006 * calendar/appt.el (appt-buffer-name): Make it a constant.
5007 (appt-add): Doc fix.
5008
5009 * filesets.el (filesets-menu-path, filesets-menu-before)
5010 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5011 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5012 (filesets-add-submenu): Delete and use add-submenu instead.
5013
5014 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5015
5016 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5017 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5018 (org-diary-default-entry): New function.
5019 (org-get-entries-from-diary): Better parsing of diary entries.
5020 (org-agenda-check-no-diary): New function.
5021 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5022 linking to diary entries.
5023 (org-agenda-execute-calendar-command): New function.
5024 (org-agenda): Improve visible section in window.
5025 Use `org-fit-agenda-window'.
5026 (org-fit-agenda-window): New option.
5027 (org-move-subtree-down): Better handling of empty lines
5028 at end of subtree.
5029 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5030 levels up.
5031 (org-fontify-done-headline): New option.
5032 (org-headline-done-face): New face.
5033 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5034 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5035 When current field is non-empty, it is copied to next row.
5036 (org-table-copy-from-above): Fix bug which made it
5037 impossible to copy fields containing only a single non-white character.
5038
5039 2005-03-30 Kim F. Storm <storm@cua.dk>
5040
5041 * kmacro.el (kmacro-end-macro): Isearch may store this command
5042 into the macro -- so ignore it when executing keyboard macro.
5043
5044 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5047
5048 2005-03-29 Kenichi Handa <handa@m17n.org>
5049
5050 * language/thai.el ("Thai"): Set setup-function and exit-function
5051 for Thai language environment.
5052
5053 * language/thai-util.el: Require thai-word.
5054 (thai-word-mode-map): New variable.
5055 (thai-word-mode): New minor mode.
5056 (setup-thai-language-environment-internal): New function.
5057 (exit-thai-language-environment-internal): New function.
5058
5059 * language/thai-word.el (thai-word-table): Declare it by defvar,
5060 use dolist to initialize it.
5061 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5062 (thai-fill-find-break-point): New functions.
5063
5064 2005-03-29 Richard M. Stallman <rms@gnu.org>
5065
5066 * simple.el (idle-update-delay): Move definition up.
5067 (set-mark): Doc fix.
5068
5069 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * longlines.el: New file.
5072
5073 * simple.el (buffer-substring-filters): New variable.
5074 (filter-buffer-substring): New function.
5075 (kill-region, copy-region-as-kill): Use it.
5076
5077 * register.el (copy-to-register, append-to-register)
5078 (prepend-to-register): Use filter-buffer-substring.
5079
5080 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5081
5082 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5083 (gud-filter-pending-text): Move in front of gdb.
5084 (gud-overlay-arrow-position): New variable.
5085 (gud-sentinel, gud-display-line): Use it in place of
5086 overlay-arrow-position.
5087
5088 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5089
5090 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5091 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5092 (fortran-font-lock-keywords-4): New variable.
5093 (fortran-blocks-re, fortran-end-block-re)
5094 (fortran-start-block-re): New constants, for hideshow.
5095 (hs-special-modes-alist): Add a Fortran entry.
5096 (fortran-mode-map): Bind fortran-end-of-block,
5097 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5098 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5099 (fortran-looking-at-if-then, fortran-end-of-block)
5100 (fortran-beginning-of-block): New functions, for hideshow.
5101
5102 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5103 Doc fix. Tweak regexp.
5104 (f90-beginning-of-block): Push mark first.
5105
5106 2005-03-29 Jay Belanger <belanger@truman.edu>
5107
5108 * calc/calc.el: Update copyright date.
5109 (calc-version): Increase to 2.1.
5110 (calc-version-date): Remove.
5111
5112 * calc/calc-help.el: Update copyright date.
5113 (calc-full-help): Remove reference to calc-version-date.
5114 Update copyright date.
5115
5116 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * vc.el (vc-do-command): Use a pipe for async processes, so password
5119 prompts don't show up at places where the user can't reply.
5120
5121 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5122
5123 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5124 on the file name we pass to the inferior shell.
5125
5126 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5127
5128 * progmodes/which-func.el (which-function): Be robust in the face of an
5129 imenu--make-index-alist failure.
5130
5131 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5134
5135 * progmodes/python.el (python-preoutput-filter): Fix last change.
5136
5137 2005-03-29 Lute Kamstra <lute@gnu.org>
5138
5139 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5140 functions and compiled macros.
5141 (debug-convert-byte-code): Handle macros too.
5142 (debug-on-entry-1): Don't signal an error when trying to clear a
5143 function that is not set to debug on entry.
5144
5145 2005-03-29 Jay Belanger <belanger@truman.edu>
5146
5147 * calc/calc-lang.el: Add functions to math-function-table
5148 properties of tex and math.
5149
5150 2005-03-29 Kenichi Handa <handa@m17n.org>
5151
5152 * ps-mule.el (ps-mule-plot-string): Translate characters by
5153 ps-print-translation-table.
5154 (ps-mule-begin-job): Call find-charset-region/string with
5155 ps-print-translation-table.
5156 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5157
5158 * ps-print.el (ps-print-translation-table): New variable.
5159 (ps-plot-region): Translate characters by ps-print-translation-table.
5160
5161 2005-03-29 Juri Linkov <juri@jurta.org>
5162
5163 * simple.el (next-error-highlight-timer): New variable.
5164
5165 * progmodes/compile.el (compilation-goto-locus):
5166 Use `next-error-highlight-timer' instead of `sit-for'.
5167
5168 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * mail/supercite.el (sc-mail-field): Use assoc-string.
5171 (sc-get-address): Simplify regexps.
5172
5173 * files.el (minibuffer-with-setup-hook): New macro.
5174 (find-file-read-args): Use it to avoid let-binding
5175 minibuffer-with-setup-hook (which breaks turning on/off
5176 file-name-shadow-mode while in the prompt).
5177
5178 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5179
5180 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5183
5184 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * window.el (window-buffer-height): Use count-screen-lines.
5187
5188 * progmodes/python.el (python-preoutput-leftover): New var.
5189 (python-preoutput-filter): Use it.
5190 (python-send-receive): Loop until all the result has been received.
5191
5192 2005-03-28 Juri Linkov <juri@jurta.org>
5193
5194 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5195
5196 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5197 "Recover Crashed Session".
5198 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5199 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5200 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5201 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5202 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5203 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5204 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5205 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5206
5207 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5208 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5209 Ediff Sessions", "Toggle use of separate control buffer frame",
5210 "Use separate frame for Ediff control buffer".
5211
5212 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5213 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5214 "Rename Bookmark", "Delete Bookmark".
5215
5216 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5217 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5218 Add `:active Info-index-alternatives' to "Next Matching Item".
5219
5220 * wdired.el (wdired-change-to-wdired-mode):
5221 Mention `wdired-abort-changes' key in the initial message.
5222
5223 * international/mule.el (auto-coding-alist): Associate non-ascii
5224 image filename extensions with `no-conversion'.
5225
5226 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * international/iso-acc.el:
5229 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5230
5231 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5232
5233 * textmodes/sgml-mode.el (html-mode): Doc update.
5234
5235 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5236
5237 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5238
5239 * term.el (term-move-columns): Fix face after extending a line.
5240 (term-insert-spaces): Likewise.
5241 (term-reset-terminal): Fix off by one error.
5242
5243 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5244
5245 * international/mule.el (auto-coding-alist): Add .xpi files.
5246
5247 * files.el (auto-mode-alist): Add .xpi files.
5248
5249 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5250
5251 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5252
5253 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5254
5255 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5256
5257 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5258
5259 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5260 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5261
5262 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5263 cursor to Jan 1 when needed.
5264 (calendar-end-of-year): Fix -/+ typo.
5265 Reported by Chong Yidong <cyd@stupidchicken.com>.
5266
5267 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5270
5271 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5272 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5273
5274 2005-03-25 Richard M. Stallman <rms@gnu.org>
5275
5276 * filesets.el (filesets-init): Add autoload.
5277
5278 * mail/mailalias.el (mail-directory): Doc fix.
5279
5280 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5281
5282 * mail/mailalias.el (mail-directory-process): Do nothing if
5283 mail-directory-process is an atom.
5284 (mail-get-names): Ignore mail-directory-names if it is an atom.
5285 (mail-directory-process defvar): Doc fix.
5286 (mail-names): Doc fix.
5287
5288 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5289
5290 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5291
5292 2005-03-26 Kenichi Handa <handa@m17n.org>
5293
5294 * international/mule-util.el (detect-coding-with-priority):
5295 Call update-coding-systems-internal before detect-coding-region.
5296
5297 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5298
5299 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5300 (gdb-frames-mode-map): Add follow-link property.
5301
5302 2005-03-25 Jay Belanger <belanger@truman.edu>
5303
5304 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5305 for variables.
5306
5307 2005-03-25 Juri Linkov <juri@jurta.org>
5308
5309 * image-mode.el: Optimize image filename extension regexps in
5310 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5311 in `auto-mode-alist'.
5312 (image-mode): Add `image-toggle-display-text' to local hook
5313 `change-major-mode-hook'. Display the image as an image by
5314 default. Set `cursor-type' and `truncate-lines' if the image
5315 is already displayed. Take into account the current mode (image
5316 or text) in message.
5317 (image-minor-mode): New minor mode.
5318 (image-mode-maybe, image-toggle-display-text): New functions.
5319 (image-toggle-display): Use called-interactively-p.
5320 Let-bind `inhibit-read-only' to t.
5321
5322 * image-mode.el (image-minor-mode): Set `cursor-type' and
5323 `truncate-lines' if the image is already displayed. Add turning
5324 image-minor-mode off to `change-major-mode-hook'. Add message.
5325 Call `image-toggle-display-text' after turning image-minor-mode off.
5326
5327 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5330 Terminal.app, use utf-8.
5331 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5332 (set-locale-environment): Use it.
5333
5334 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5335
5336 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5337
5338 * progmodes/python.el (python-close-block-statement-p)
5339 (python-outdent-p, python-current-defun): Use symbol-end.
5340
5341 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5342
5343 * files.el (save-some-buffers): Doc fix.
5344
5345 2005-03-25 Werner Lemberg <wl@gnu.org>
5346
5347 * complete.el, thumbs.el: Replace `legal' with `valid'.
5348 * calendar/calendar.el: Replace `legal' with `valid'.
5349 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5350 * mail/supercite.el: Replace `legal' with `valid'.
5351 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5352 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5353 Replace `legal' with `valid'.
5354 * textmodes/reftex-vars.el, textmodes/reftex.el:
5355 Replace `legal' with `valid'.
5356
5357 2005-03-25 Werner Lemberg <wl@gnu.org>
5358
5359 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5360 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5361 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5362 * emulation/vip.el: Replace `illegal' with `invalid'.
5363 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5364 * mail/supercite.el: Replace `illegal' with `invalid'.
5365 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5366 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5367 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5368 * progmodes/sh-script.el, progmodes/xscheme.el:
5369 Replace `illegal' with `invalid'.
5370 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5371 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5372 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5373 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5374
5375 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5378 (flymake-find-buildfile, flymake-find-possible-master-files)
5379 (flymake-check-include, flymake-parse-line): Replace loops over the
5380 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5381
5382 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5383 Substitute file-name-as-directory in the rest of the file.
5384 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5385 (flymake-replace-region): Remove unused arg `buffer'.
5386 (flymake-check-patch-master-file-buffer): Update calls to it.
5387 (flymake-add-err-info): Remove unused var `count'.
5388 (flymake-mode): Use define-minor-mode.
5389
5390 * progmodes/flymake.el: Use with-current-buffer.
5391 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5392 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5393 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5394 Avoid testing for `xemacs'.
5395 (flymake-nop): Move.
5396 (flymake-region-has-flymake-overlays): Return the computed value.
5397 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5398 Remove unused var `endline'.
5399 (flymake-get-line-count): Remove unused function.
5400 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5401
5402 * emulation/vi.el:
5403 * generic.el:
5404 * hilit-chg.el (global-highlight-changes):
5405 * hi-lock.el (hi-lock-mode):
5406 * follow.el: find-file-hooks -> find-file-hook.
5407
5408 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5409
5410 2005-03-24 Juri Linkov <juri@jurta.org>
5411
5412 * dired.el (dired-mode-map): Add menu item "Compare directories"
5413 for dired-compare-directories.
5414
5415 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5416 Doc fix. Replace `read-file-name' with `read-directory-name'.
5417
5418 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5421
5422 2005-03-24 Jay Belanger <belanger@truman.edu>
5423
5424 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5425 relevant mode settings in calc-embedded-original-modes when modes
5426 are permanently changed.
5427
5428 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * autoinsert.el: find-file-hooks -> find-file-hook.
5431
5432 2005-03-24 Lute Kamstra <lute@gnu.org>
5433
5434 * generic.el (generic-font-lock-defaults): Make it obsolete.
5435 (generic-font-lock-keywords): New variable to replace
5436 generic-font-lock-defaults.
5437 (generic-mode-set-font-lock): Delete it.
5438 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5439 (generic-bracket-support): Add docstring.
5440
5441 * generic-x.el: Rename generic-font-lock-defaults to
5442 generic-font-lock-keywords throughout.
5443 (mailagent-rules-setup-function): Delete it.
5444 (mailagent-rules-generic-mode): Use anonymous function instead.
5445 (show-tabs-generic-mode-font-lock-defaults-1)
5446 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5447 Quote faces.
5448 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5449 not foreground.
5450
5451 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5452 Recognize define-generic-mode.
5453
5454 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5457 if there's no completion table.
5458
5459 2005-03-23 Miles Bader <miles@gnu.org>
5460
5461 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5462 Remove tty-specific variants, as they're no longer needed.
5463
5464 2005-03-23 Lute Kamstra <lute@gnu.org>
5465
5466 * generic-x.el: Code cleanup: make args constant whenever possible.
5467 (installshield-statement-keyword-list)
5468 (installshield-system-functions-list)
5469 (installshield-system-variables-list, installshield-types-list)
5470 (installshield-funarg-constants-list): Make them constants.
5471
5472 * generic.el (generic-make-keywords-list): Add autoload cookie.
5473
5474 * calendar/time-date.el: Add comment on time value formats.
5475 Don't require parse-time.
5476 (with-decoded-time-value): New macro.
5477 (encode-time-value): New function.
5478 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5479 (days-to-time): Return a valid time value when arg is huge.
5480 (time-since): Use time-subtract.
5481 (time-to-number-of-days): Use time-to-seconds.
5482
5483 2005-03-23 David Ponce <david@dponce.com>
5484
5485 * recentf.el: (recentf-keep): New option.
5486 (recentf-menu-action): Default to `find-file'.
5487 (recentf-keep-non-readable-files-flag)
5488 (recentf-keep-non-readable-files-p)
5489 (recentf-file-readable-p, recentf-find-file)
5490 (recentf-cleanup-remote): Remove.
5491 (recentf-include-p): More robust.
5492 (recentf-keep-p): New function.
5493 (recentf-remove-if-non-kept): Rename from
5494 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5495 All callers updated.
5496 (recentf-menu-items-for-commands): Fix help string.
5497 (recentf-track-closed-file): Update. Doc fix.
5498 (recentf-cleanup): Update. Count removed files. Doc fix.
5499
5500 2005-03-23 Kim F. Storm <storm@cua.dk>
5501
5502 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5503 Don't inherit from fringe face (now happens automatically).
5504
5505 2005-03-22 Kim F. Storm <storm@cua.dk>
5506
5507 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5508 position values.
5509
5510 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * menu-bar.el (showhide-date-time): Remove.
5513 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5514 (menu-bar-make-mm-toggle): Simplify.
5515
5516 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5517
5518 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5519 Accept qualified variable and function names.
5520
5521 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5522
5523 * bindings.el (completion-ignored-extensions):
5524 Remove ".lis" for `vax-vms'.
5525
5526 2005-03-22 Andreas Schwab <schwab@suse.de>
5527
5528 * generic-x.el: Revert last change.
5529 * ldefs-boot.el: Update.
5530
5531 2005-03-22 Jay Belanger <belanger@truman.edu>
5532
5533 * calc/calc-embed (calc-embedded-original-modes): New variable.
5534 (calc-embedded-save-original-modes)
5535 (calc-embedded-restore-original-modes): New functions.
5536 (calc-do-embedded): Save original modes when entering embedded mode
5537 and restore when leaving embedded mode.
5538 (calc-embedded-modes-change): Change the value of
5539 calc-embedded-original-modes to reflect permanent changes.
5540
5541 2005-03-22 Lute Kamstra <lute@gnu.org>
5542
5543 * generic-x.el: Require generic again.
5544
5545 2005-03-22 Miles Bader <miles@gnu.org>
5546
5547 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5548 Tweak details to look good on both ttys and bitmap displays, light
5549 or dark background, etc.
5550
5551 2005-03-21 Kim F. Storm <storm@cua.dk>
5552
5553 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5554 mouse position.
5555
5556 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * icomplete.el: Don't forcibly turn on the mode upon load.
5559 (icomplete-mode): Use define-minor-mode.
5560 (icomplete-eoinput): Default to nil.
5561 (icomplete-minibuffer-setup): Remove autoload.
5562 (icomplete-tidy): Simplify.
5563 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5564 in the initial state or if the user has modified the field.
5565 Fix handling of icomplete-max-delay-chars.
5566 Remove code that handles the oddball case where
5567 minibuffer-completion-table is an integer.
5568 Wrap icomplete-completions in while-no-input in case building
5569 completions takes more time than expected.
5570 (icomplete-completions): Simplify.
5571
5572 2005-03-21 Richard M. Stallman <rms@gnu.org>
5573
5574 * jka-compr.el (jka-compr-really-do-compress):
5575 Make variable buffer-local.
5576
5577 * image-mode.el: Handle .xpm files too.
5578 (image-toggle-display): Preserve modification flag.
5579
5580 * help.el (where-is): Don't mention aliases with no key bindings.
5581
5582 2005-03-21 Lute Kamstra <lute@gnu.org>
5583
5584 * generic.el: Fix commentary section. Don't require cl for compilation.
5585 (generic-mode-list): Add autoload cookie.
5586 (generic-use-find-file-hook, generic-lines-to-scan)
5587 (generic-find-file-regexp, generic-ignore-files-regexp)
5588 (generic-mode, generic-mode-find-file-hook)
5589 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5590 (define-generic-mode): Make it a defmacro. Fix docstring.
5591 (generic-mode-internal): Code cleanup. Add autoload cookie.
5592 (generic-mode-set-comments): Code cleanup.
5593 * generic-x.el: Don't prevent compilation. Don't require generic.
5594 Follow coding conventions. Minor code cleanup.
5595 (etc-fstab-generic-mode): Add some keywords.
5596 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5597 define-generic-mode like a function declaration.
5598
5599 2005-03-21 Jay Belanger <belanger@truman.edu>
5600
5601 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5602 changing modes.
5603
5604 2005-03-21 Sam Steingold <sds@gnu.org>
5605
5606 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5607
5608 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5609
5610 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5611 Add underscore to "f$ lexicals" regexp.
5612
5613 2005-03-20 Juri Linkov <juri@jurta.org>
5614
5615 * subr.el (progress-reporter-do-update): When `min-value' is equal
5616 to `max-value', set `percentage' to 0 and prevent division by zero.
5617
5618 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5619
5620 Sync with Tramp 2.0.48.
5621
5622 * tramp.el (all): Change all addresses to .gnu.org.
5623 (tramp-append-tramp-buffers): New defun.
5624 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5625 Catch `dont-send' signal.
5626 (tramp-set-auto-save-file-modes): Set always permissions, because
5627 there might be an old auto-saved file belonging to another
5628 original file. This could be a security threat. Reported by
5629 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5630 Check for Emacs 21.3.50 removed.
5631
5632 * tramp-smb.el (all): Remove debug construct for
5633 `with-parsed-tramp-file-name'.
5634 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5635 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5636 No error message if DIRECTORY or FILENAME doesn't exist.
5637 (tramp-smb-open-connection): Check existence of
5638 `tramp-smb-program'.
5639
5640 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5643 Properly handle the case where the `m' or `s' command's argument is not
5644 yet terminated.
5645 (perl-indent-new-calculate): New function.
5646 (perl-indent-line): Use it.
5647
5648 2005-03-20 Miles Bader <miles@gnu.org>
5649
5650 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5651 in text-mode too. Change to new face names.
5652 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5653 Add `:weight bold' attribute.
5654 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5655
5656 2005-03-19 Juri Linkov <juri@jurta.org>
5657
5658 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5659
5660 * international/mule.el (auto-coding-alist): Sync with
5661 `auto-mode-alist' by adding upper case archive file extensions
5662 and adding ear/war to jar extension.
5663
5664 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5665
5666 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5667 running, restart it.
5668
5669 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5670
5671 * finder.el (finder-current-item): Throw an error on an empty line.
5672
5673 * man.el (Man-follow-manual-reference): If current-word returns
5674 nil, use "".
5675
5676 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5677
5678 * simple.el (goto-line): Doc fix.
5679
5680 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5681
5682 * files.el (save-buffer): Doc fix.
5683
5684 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5685
5686 * recentf.el (recentf-cleanup-remote): New variable.
5687 (recentf-cleanup): Use it to conditionally check availablity of
5688 remote files.
5689
5690 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5691
5692 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5693 function names.
5694
5695 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5696
5697 * language/thai-word.el: New file.
5698
5699 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5700
5701 * files.el (backup-buffer): If the file's directory is not
5702 writable, use copy instead of move to backup the file.
5703
5704 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5705
5706 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5707
5708 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5709
5710 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5711 Use functionp instead of symbolp and fboundp. Reported by Drkm
5712 <darkman_spam@yahoo.fr>.
5713 (ps-print-version): New version 6.6.6.
5714
5715 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5716
5717 * textmodes/table.el (table--line-column-position): New idiom.
5718 (table--row-column-insertion-point-p): New function to test
5719 validity of row and column insertion operation at a location.
5720 (table-global-menu, table-cell-menu): Use above functions for
5721 deterministic test operation.
5722 (table--editable-cell-p): Behave in deterministic fashion.
5723
5724 2005-03-18 Juri Linkov <juri@jurta.org>
5725
5726 * isearch.el (isearch-lazy-highlight-new-loop):
5727 Make arguments beg and end optional.
5728 (isearch-update): Remove optional arguments nil from
5729 isearch-lazy-highlight-new-loop.
5730 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5731 isearch-lazy-highlight-case-fold-search instead of
5732 isearch-case-fold-search, and let-bind isearch-regexp to
5733 isearch-lazy-highlight-regexp.
5734 Use isearch-lazy-highlight-last-string instead of isearch-string.
5735
5736 * replace.el (perform-replace): Remove bindings of global
5737 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5738 Add three new arguments to `replace-highlight'.
5739 (replace-highlight): Add arguments string, regexp, case-fold.
5740 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5741 to allow isearch-lazy-highlight-new-loop to use these values
5742 to set corresponding isearch-lazy-highlight-* internal
5743 variables whose values lazy highlighting will use regardless of
5744 changes to global variables isearch-string, isearch-regexp,
5745 isearch-case-fold-search during lazy highlighting loop.
5746 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5747 to `lazy-highlight-cleanup'.
5748
5749 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5750 (ispell-highlight-face): Set default face to `isearch' when
5751 lazy highlighting is enabled.
5752 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5753 priority to 1. Add lazy highlighting.
5754 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5755 from `isearch-dehighlight'.
5756
5757 2005-03-18 David Ponce <david@dponce.com>
5758
5759 * files.el (hack-local-variables): Do a case-insensitive search
5760 for End.
5761
5762 2005-03-18 Juri Linkov <juri@jurta.org>
5763
5764 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5765 `isearch-lazy-highlight-cleanup', add alias to old name and
5766 declare obsolete. Add release numbers to other obsolete vars.
5767 (isearch-done, isearch-lazy-highlight-new-loop):
5768 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5769 (lazy-highlight-cleanup) <variable>: Doc fix.
5770 (isearch-lazy-highlight-update): Rename obsolete
5771 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5772
5773 2005-03-18 Kenichi Handa <handa@m17n.org>
5774
5775 * language/thai-util.el: Fix categorization of Thai characters in
5776 thai-category-table.
5777 (thai-composition-pattern): Adjust it for the above change.
5778 (thai-self-insert-command, thai-compose-syllable): New functions.
5779 (thai-compose-region): Use thai-compose-syllable.
5780 (thai-compose-string): Likewise.
5781 (thai-composition-function): Likewise.
5782 (thai-auto-composition): New function.
5783 (thai-auto-composition-mode): New minor mode.
5784
5785 * language/thai.el: Fix patterns to be registered in
5786 composition-function-table.
5787
5788 * international/quail.el (quail-input-method): Locally bind
5789 inhibit-modification-hooks to t.
5790
5791 2005-03-17 Richard M. Stallman <rms@gnu.org>
5792
5793 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5794 (perl-mode): Use run-mode-hooks.
5795
5796 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5797 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5798 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5799
5800 * mail/sendmail.el (sendmail-send-it): Reenable the code
5801 to compute resend-to-address and use it.
5802
5803 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5804
5805 * image-mode.el: New file.
5806
5807 * image.el (insert-sliced-image): Add autoload cookie.
5808
5809 * font-lock.el (font-lock-lines-before): New user option.
5810 (font-lock-after-change-function): Obey it.
5811
5812 * bindings.el (esc-map): Make M-g a prefix.
5813 Bind M-g g and M-g M-g to goto-line.
5814
5815 * faces.el (face-id): Doc fix.
5816
5817 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5818
5819 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5820 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5821 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5822
5823 * mail/sendmail.el (mail-yank-ignored-headers)
5824 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5825 Add Mail-Followup-To and Mail-Reply-To headers.
5826 (mail-citation-hook): Add autoload cookie.
5827 (mail-mode): Doc fix.
5828 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5829 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5830 (mail-mode-fill-paragraph): Handle those headers.
5831 (mail-mailing-lists): New variable.
5832 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5833
5834 2005-03-17 Juri Linkov <juri@jurta.org>
5835
5836 * isearch.el (isearch-fallback): Check for `(car previous)'
5837 before calling `isearch-other-end-state'.
5838
5839 2005-03-17 Kim F. Storm <storm@cua.dk>
5840
5841 * simple.el (move-beginning-of-line): Move to beginning of buffer
5842 line, as well as beginning of screen line.
5843
5844 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5845
5846 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5847 argument REDRAW rather than calendar-redrawing variable.
5848 * calendar/calendar.el (calendar-redrawing): Delete.
5849 (redraw-calendar): Do not bind calendar-redrawing.
5850
5851 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5852
5853 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5854 diary-file buffer.
5855
5856 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * help.el (describe-mode): Allow a :minor-mode-function property to
5859 specify a different minor mode toggle function than the variable.
5860 * simple.el (auto-fill-function):
5861 * subr.el (add-minor-mode): Use it.
5862
5863 2005-03-16 Kenichi Handa <handa@m17n.org>
5864
5865 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5866 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5867 (ethio-fidel-to-sera-buffer): Likewise.
5868
5869 2005-03-16 Juri Linkov <juri@jurta.org>
5870
5871 * emacs-lisp/find-func.el (find-function-regexp):
5872 Add defun-emitting macro `menu-bar-make-toggle'.
5873
5874 * isearch.el: Put `isearch-scroll' property to
5875 `split-window-horizontally'.
5876
5877 * info.el: Update error messages for `debug-ignored-errors'.
5878 (Info-isearch-search): Doc fix.
5879 (Info-find-node): Move up code to go into info buffer before
5880 recording the node to the history.
5881 (Info-fontify-node): Fontify titles only if the next line
5882 has two or more `*', `=', `-', `.'.
5883 Display "go to this node" for empty (match-string 3).
5884
5885 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5886
5887 * term/mac-win.el: Add mouse pointer shape constants.
5888
5889 2005-03-15 Kim F. Storm <storm@cua.dk>
5890
5891 * simple.el (move-beginning-of-line): Use vertical-motion.
5892
5893 2005-03-15 Juri Linkov <juri@jurta.org>
5894
5895 * isearch.el (isearch-error): New variable.
5896 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5897 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5898 (isearch-within-brackets-state): Remove.
5899 (isearch-case-fold-search-state, isearch-pop-fun-state):
5900 Decrease frame index.
5901 (isearch-mode, isearch-top-state, isearch-push-state)
5902 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5903 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5904 (isearch-search, isearch-lazy-highlight-new-loop):
5905 Replace `isearch-invalid-regexp' with `isearch-error'.
5906 Remove `isearch-within-brackets'.
5907 (isearch-search): Add `search-failed' handler to `condition-case'.
5908 (isearch-lazy-highlight-search): Add `condition-case' to catch
5909 errors and allow `isearch-lazy-highlight-update' to try
5910 highlighting from the beginning of the window.
5911 (isearch-repeat): Move up code to set isearch-wrapped to t
5912 before calling isearch-wrap-function.
5913
5914 * info.el (Info-isearch-initial-node): New internal variable.
5915 (Info-search): Signal an error in isearch mode when search leaves
5916 the initial node. Signal an error when `bound' is non-nil and
5917 nothing was found in the current subfile.
5918 (Info-isearch-search): Remove `condition-case'.
5919 (Info-isearch-wrap): Don't wrap when search failed during leaving
5920 the initial node. If `Info-isearch-search' is nil, wrap around
5921 the current node.
5922 (Info-isearch-start): New fun.
5923 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5924 `isearch-mode-hook'.
5925
5926 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5927
5928 * simple.el (normal-erase-is-backspace): Set default to t if
5929 running on Mac.
5930
5931 * term/mac-win.el (function-key-map): Sync with x-win.el.
5932
5933 2005-03-15 Kenichi Handa <handa@m17n.org>
5934
5935 * international/mule-cmds.el (locale-language-names): Modify the
5936 format of elements and add more entries.
5937 (locale-preferred-coding-systems): Add more entries.
5938 (set-locale-environment): Adjust for the change of
5939 locale-language-names.
5940
5941 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * pcvs.el (smerge-ediff): Remove bogus autoload.
5944
5945 2005-03-14 Lute Kamstra <lute@gnu.org>
5946
5947 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5948 Ignore a `*' at the beginning of a line.
5949
5950 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5951 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5952 subr.el.
5953 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5954 to specify indentation.
5955
5956 * generic.el (define-generic-mode): Let generic-mode-list be a
5957 list of strings; test membership with equal.
5958
5959 2005-03-14 Kim F. Storm <storm@cua.dk>
5960
5961 * simple.el (next-line, previous-line): Add optional try-vscroll
5962 arg to recognize interactive use. Pass it on to line-move.
5963 (line-move): Don't perform auto-window-vscroll when defining or
5964 executing keyboard macro to ensure consistent behaviour.
5965
5966 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5969
5970 2005-03-13 Lute Kamstra <lute@gnu.org>
5971
5972 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5973 debugger-setup-buffer so that backtrace marks the frames set to
5974 debug-on-exit and we don't have to do it manually. Set an extra
5975 debug-on-exit for macro's.
5976 (debugger-setup-buffer): Don't mark the top frame manually.
5977
5978 2005-03-12 Lute Kamstra <lute@gnu.org>
5979
5980 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5981 lisp-indent-function throughout.
5982 (with-no-warnings): Set lisp-indent-function property.
5983
5984 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5985
5986 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5987 Add entry for backslash.
5988
5989 2005-03-12 Juri Linkov <juri@jurta.org>
5990
5991 * info.el (Info-search): Four fixes for backward search.
5992
5993 2005-03-11 Jay Belanger <belanger@truman.edu>
5994
5995 * calc/calc.el (calc-language-alist): New variable.
5996 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5997 (calc-embedded-find-modes): Use calc-language-alist instead of
5998 calc-embedded-language-alist.
5999
6000 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6001
6002 * calendar/calendar.el (calendar-redrawing): New internal
6003 variable.
6004 (redraw-calendar): Remove bogus save-excursion from previous
6005 change. Bind calendar-redrawing to t for mark-diary-entries.
6006 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6007 calendar if that is why we were called.
6008
6009 2005-03-11 Kenichi Handa <handa@m17n.org>
6010
6011 * international/mule.el (make-coding-system): Set property
6012 coding-system-define-form to nil.
6013 (define-coding-system-alias): Likewise.
6014
6015 2005-03-11 Kenichi Handa <handa@m17n.org>
6016
6017 These changes are suggested by Dave Love <fx@gnu.org>.
6018
6019 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6020 coding: tag.
6021 (adaptive-fill-regexp): Add more bullets.
6022 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6023 regexps.
6024
6025 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * help.el (describe-mode): Properly handle non-trivial lighters.
6028 Don't ignore minor modes that are not listed in minor-mode-list.
6029
6030 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6031 feature ON when the user requests to turn it OFF.
6032
6033 2005-03-10 Lute Kamstra <lute@gnu.org>
6034
6035 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6036 (implement-debug-on-entry): New function to replace debug-entry-code.
6037 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6038 second argument as the 2005-03-07 change makes it obsolete.
6039 (debug-on-entry, cancel-debug-on-entry): Update call to
6040 debug-on-entry-1.
6041 (debug, debugger-setup-buffer): Comment update.
6042 (debugger-frame-number): Update to work with implement-debug-on-entry.
6043
6044 2005-03-10 Jay Belanger <belanger@truman.edu>
6045
6046 * calc/calc-embed.el (math-ms-args): Declare it.
6047 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6048 math-ms-args.
6049 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6050 variables.
6051
6052 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6053
6054 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6055 Use message-box.
6056
6057 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6058 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6059 (tooltip-gud-tips): Simplify.
6060 (tooltip-gud-tips-p): Remove superflouous :set.
6061 (tooltip-gud-modes): Add fortran-mode.
6062 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6063
6064 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6065
6066 2005-03-09 Kim F. Storm <storm@cua.dk>
6067
6068 * play/animate.el (animate-place-char): Use forward-line instead
6069 of next-line to improve performance.
6070
6071 2005-03-09 Simon Josefsson <jas@extundo.com>
6072
6073 * net/browse-url.el (browse-url-default-browser): Doc fix.
6074
6075 2005-03-09 Miles Bader <miles@gnu.org>
6076
6077 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6078 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6079
6080 2005-03-09 Kenichi Handa <handa@m17n.org>
6081
6082 * international/latin-1.el: Set case and syntax for 255 only if
6083 set-case-syntax-set-multibyte is nil.
6084
6085 * textmodes/ispell.el (ispell-insert-word): New function.
6086 (ispell-word): Use ispell-insert-word to insert a new word.
6087 (ispell-process-line): Likewise.
6088 (ispell-complete-word): Likewise.
6089
6090 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6091
6092 * calendar/calendar.el (redraw-calendar): Preserve point.
6093 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6094 (calendar-week-start-day): Move after definition of
6095 redraw-calendar. Delete buffer test, since redraw-calendar has
6096 that now.
6097
6098 * calendar/diary-lib.el (mark-diary-entries): Only call
6099 redraw-calendar in the first of any recursive calls.
6100 Reported by Alan Shutko <ats@acm.org>.
6101
6102 2005-03-08 Juri Linkov <juri@jurta.org>
6103
6104 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6105 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6106 (html-radio-buttons): Add a space before the trailing `/>' where
6107 sgml-xml-mode is non-nil.
6108 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6109 the subsequent tag of the empty XML tag.
6110 (html-href-anchor): Don't set initial input to "http:".
6111 (html-image): Ask for the image URL and set point inside alt="".
6112 (html-name-anchor): Duplicate the name in the `id' attribute when
6113 sgml-xml-mode is non-nil.
6114 (html-paragraph): Remove \n before <p>.
6115 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6116 instead of `checked' when sgml-xml-mode is non-nil.
6117
6118 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6119 Remove 1 space before #RRGGBB to not truncate it on terminal
6120 windows w/o fringes. Remove 1 space between bg and fg examples
6121 to get more space.
6122 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6123 avoid byte-compile warnings.
6124
6125 * image-file.el (image-file-handler): Put `safe-magic' property to
6126 `image-file-handler'.
6127
6128 * info.el (Info-isearch-search): Emulate word search in
6129 isearching through multiple Info nodes with Info-search.
6130 (Info-isearch-wrap): Allow isearch-word.
6131
6132 2005-03-08 Lute Kamstra <lute@gnu.org>
6133
6134 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6135 stepping into the debugger's code is not possible.
6136 (debugger-jumping-flag): Docstring update.
6137
6138 2005-03-08 Jay Belanger <belanger@truman.edu>
6139
6140 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6141 embedded mode begins.
6142 (calc-embedded-language-alist): New variable.
6143 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6144 set default language mode.
6145
6146 2005-03-08 Kenichi Handa <handa@m17n.org>
6147
6148 * international/ccl.el (define-ccl-program): Fix docstring about
6149 extra 256 bytes assured for the output buffer.
6150
6151 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6152 Fix BUFFER_MAGNIFICATION to 2.
6153 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6154
6155 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6156
6157 * align.el (align-rules-list): Added an alignment rule for CSS
6158 declarations (applies to css-mode and html-mode buffers).
6159
6160 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6163
6164 2005-03-07 Kim F. Storm <storm@cua.dk>
6165
6166 * simple.el (move-beginning-of-line): New command.
6167
6168 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6169
6170 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6171
6172 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6173 and move-beginning-of-line.
6174
6175 * apropos.el (apropos-print): Omit command from M-x ... RET.
6176
6177 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6180 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6181
6182 2005-03-06 Richard M. Stallman <rms@gnu.org>
6183
6184 * bindings.el (esc-map): Bind M-g to goto-line.
6185
6186 * facemenu.el (global-map): Bind M-o, not M-g.
6187
6188 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6189
6190 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6191 "Open Directory" as for "Open File".
6192
6193 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6196 (push-mark-command): Run activate-mark-hook.
6197
6198 2005-03-06 Richard M. Stallman <rms@gnu.org>
6199
6200 * help-mode.el (help-mode-finish): Don't alter the element
6201 in view-return-to-alist if there already is one.
6202
6203 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6204 make sure the current buffer is the expected one.
6205
6206 * novice.el (disabled-command-function): Output in *Disabled Command*.
6207 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6208
6209 * textmodes/flyspell.el (flyspell-large-region):
6210 Pass args differently for aspell.
6211
6212 * files.el (mode-require-final-newline): Doc fix.
6213
6214 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6215
6216 * progmodes/which-func.el (which-function):
6217 Specify NOERROR when calling imenu--make-index-alist.
6218
6219 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * simple.el (normal-erase-is-backspace): Define default value.
6222
6223 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6224 (custom-reevaluate-setting): Simple function to handle
6225 variables that are defined before their default value can really
6226 be computed.
6227
6228 * startup.el (command-line): Use it for temporary-file-directory,
6229 small-emporary-file-directory, auto-save-file-name-transforms,
6230 blink-cursor-mode, and normal-erase-is-backspace.
6231
6232 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6233 progress, even with buggy anchored keywords.
6234
6235 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * simple.el (goto-line): Remove unbalanced final parenthesis.
6238
6239 2005-03-05 Richard M. Stallman <rms@gnu.org>
6240
6241 * simple.el (goto-line): Use a number at point as the default.
6242 With C-u as arg, switch buffers.
6243
6244 2005-03-05 Juri Linkov <juri@jurta.org>
6245
6246 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6247 with `no-blinking-cursor'.
6248
6249 * startup.el (no-blinking-cursor): New defvar.
6250 (command-line): Add `--no-blinking-cursor' to longopts.
6251 Set `no-blinking-cursor' to t for command line arguments
6252 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6253 with `no-blinking-cursor' in the condition for calling
6254 `blink-cursor-mode'.
6255
6256 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6257
6258 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6259 (menu-bar-options-save): Add blink-cursor-mode.
6260 (menu-bar-options-menu): Add blink-cursor-mode.
6261
6262 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6263
6264 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6265 (icalendar-export-file, icalendar-export-region)
6266 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6267 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6268
6269 2005-03-04 Lute Kamstra <lute@gnu.org>
6270
6271 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6272 (debug-function-list): Ditto.
6273
6274 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6275
6276 * textmodes/texinfmt.el (texinfo-append-refill):
6277 Redefine the types of line to which @refill
6278 is not appended by replacing a search for `@refill\\|@bye' with
6279 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6280 itemize@refill' bug and the unfilled long lines bug.
6281 (texinfmt-version): Update number and date.
6282
6283 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6284
6285 * international/code-pages.el (windows-1250, windows-125[2-8])
6286 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6287
6288 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6291 bound yet.
6292
6293 2005-03-02 Romain Francoise <romain@orebokech.com>
6294
6295 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6296 buffer after removing limits.
6297 (ibuffer-pop-filter): Ditto.
6298 Update copyright.
6299
6300 2005-03-02 Miles Bader <miles@gnu.org>
6301
6302 * button.el (make-text-button): If the user doesn't specify a
6303 type, use the default. Rewrite to use `add-text-properties' and
6304 plist functions.
6305
6306 2005-03-01 Lute Kamstra <lute@gnu.org>
6307
6308 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6309 (debugger-jumping-flag): New var.
6310 (debug-entry-code): Use it.
6311 (debugger-jump): Use debugger-jumping-flag and add
6312 debugger-reenable to post-command-hook.
6313 (debugger-reenable): Use debugger-jumping-flag and remove itself
6314 from post-command-hook.
6315 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6316 debugger-reenable.
6317
6318 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6319
6320 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6321 inclusion of "itemize\\|", which may be unnecessary, is certainly
6322 inelegant, and stops refilling in itemize lists when formatting
6323 Japanese Texinfo files to Info.
6324 Update copyright to 2005.
6325
6326 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6327
6328 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6329 of an error if GDB can't find the source file.
6330
6331 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6332
6333 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6334 not just the calendar.
6335
6336 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6337 first.
6338 (diary-redraw-calendar): New function.
6339 (make-diary-entry): Add diary-redraw-calendar to local
6340 write-contents-functions. Turn off selective display before
6341 inserting in diary.
6342
6343 2005-03-01 Kim F. Storm <storm@cua.dk>
6344
6345 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6346
6347 2005-03-01 Lute Kamstra <lute@gnu.org>
6348
6349 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6350 that debug-entry-code can be safely removed from a function while
6351 this code is being evaluated. Revert the 2005-02-27 change as the
6352 new implementation no longer requires it. Make sure that a
6353 function body containing just a string is not mistaken for a docstring.
6354 (debug): Skip one more frame in case of debug on entry.
6355 (debugger-setup-buffer): Delete one more frame line in case of
6356 debug on entry.
6357 (debugger-frame-number): Update to use the new text introduced by
6358 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6359
6360 2005-02-28 Kim F. Storm <storm@cua.dk>
6361
6362 * double.el (double-translate-key): Call force-window-update after
6363 read-event to avoid crash in redisplay.
6364
6365 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6368 (debug): Use it. Move the inhibit-trace earlier.
6369 (debug-entry-code): New const.
6370 (debug-on-entry-1): Use it.
6371
6372 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * international/utf-16.el (ccl-encode-mule-utf-16le):
6375 Fix BUFFER_MAGNIFICATION to 2.
6376 (ccl-encode-mule-utf-16be): Likewise.
6377
6378 2005-02-28 Kenichi Handa <handa@m17n.org>
6379
6380 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6381 Fix BUFFER_MAGNIFICATION to 4.
6382 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6383
6384 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6385
6386 * speedbar.el (speedbar-update-flag): Doc fix.
6387 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6388 argument.
6389
6390 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6393 have a non-nil `invisible' property but are actually visible.
6394
6395 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6396 for perldoc sections.
6397 (perl-outline-regexp, perl-outline-level): New var and function.
6398 (perl-mode): Use them.
6399
6400 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6401
6402 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6403 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6404
6405 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6406
6407 * cus-edit.el: Comment change.
6408 (custom-buffer-create-internal): Slightly reword text at top of
6409 Custom buffers. Mention there that saving an option edits the
6410 init file. Add link to Emacs manual node on `custom-file'.
6411 (custom-magic-alist): Rewrite individual State messages to use
6412 capitalized keywords. Doc fix.
6413
6414 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6415
6416 * calendar/calendar.el (calendar-buffer): Move above
6417 calendar-week-start-day.
6418 (calendar-week-start-day): Doc fix. Add :set function.
6419 (calendar-minimum-window-height): New variable.
6420 (generate-calendar-window): Only resize window if selected-window
6421 is displaying the calendar buffer. Use new variable
6422 calendar-minimum-window-height.
6423 (generate-calendar): Reword error message.
6424 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6425
6426 2005-02-27 Andreas Schwab <schwab@suse.de>
6427
6428 * vc.el (vc-do-command): Don't run command asynchronously when
6429 operating in a remote directory.
6430
6431 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6432 change from sync with Tramp 2.0.47.
6433
6434 2005-02-27 Richard M. Stallman <rms@gnu.org>
6435
6436 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6437
6438 * textmodes/flyspell.el (flyspell-mode-on):
6439 Call ispell-change-dictionary only if necessary.
6440
6441 * emacs-lisp/re-builder.el (regexp-builder): New function.
6442
6443 * register.el (describe-register-1): Explicitly handle
6444 yank-excluded-properties = t.
6445
6446 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6447 (custom-magic-alist): Change the status descriptions again.
6448 (face widget-type): Total rewrite based on `restricted-sexp'
6449 to eliminate the confusing double hiding levels.
6450
6451 * emacs-lisp/debug.el (debug-on-entry-1):
6452 If function body is empty, add nil as body form.
6453
6454 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * emacs-lisp/trace.el (inhibit-trace): New var.
6457 (trace-make-advice): Use it.
6458
6459 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6460
6461 2005-02-26 Kim F. Storm <storm@cua.dk>
6462
6463 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6464 (mouse-on-link-p, mouse-drag-region-1): Use it.
6465
6466 2005-02-25 Lute Kamstra <lute@gnu.org>
6467
6468 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6469
6470 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6471
6472 * frame.el (blink-cursor-mode): Add :group keyword.
6473
6474 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6475
6476 * calendar/icalendar.el (icalendar--decode-isodatetime):
6477 New optional argument DAY-SHIFT.
6478 (icalendar-export-region): Fix coding-system-for-write.
6479 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6480 events by one.
6481
6482 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6485
6486 2005-02-24 Kim F. Storm <storm@cua.dk>
6487
6488 * international/iso-acc.el (iso-accents-compose): Fix crash
6489 during redisplay. Call force-window-update after read-event
6490 and delete-region to signal that window is not accurate.
6491
6492 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6495 Remove unused and inexistent var `inhibit-trace'.
6496 (debugger-mode): Use run-mode-hooks.
6497 (debugger-list-functions): Add buttons; setup xref stack.
6498
6499 2005-02-23 Richard M. Stallman <rms@gnu.org>
6500
6501 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6502 appointment says it was explicitly made.
6503 (appt-add): Set the 3rd element.
6504 (appt-make-list): Preserve explicit appointments.
6505
6506 * subr.el (find-tag-default): Catch errors in forward-sexp.
6507
6508 2005-02-23 Juri Linkov <juri@jurta.org>
6509
6510 * info.el (Info-isearch-search): New defcustom.
6511 (Info-isearch-search): Call the default isearch function
6512 when Info-isearch-search is nil.
6513 (Info-isearch-wrap): Use variable Info-isearch-search.
6514
6515 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6516
6517 * cus-edit.el: Comment change.
6518
6519 2005-02-22 Kim F. Storm <storm@cua.dk>
6520
6521 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6522 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6523
6524 2005-02-22 Simon Josefsson <jas@extundo.com>
6525
6526 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6527 New variable.
6528 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6529 Oskarsson" <myrkraverk@users.sourceforget.net>.
6530
6531 2005-02-22 Kim F. Storm <storm@cua.dk>
6532
6533 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6534 check that window of that event is the selected window.
6535 (mouse-drag-region-1): Compare mouse event window to selected
6536 window before setting point.
6537
6538 * tooltip.el (tooltip-show-help-function): Pass event to
6539 mouse-on-link-p so it can check selected window.
6540
6541 2005-02-22 Kenichi Handa <handa@m17n.org>
6542
6543 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6544 (ps-mule-show-warning): New function.
6545 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6546 characters are found.
6547
6548 * ps-print.el (ps-header-footer-string): Return a list of header
6549 and footer strings.
6550
6551 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6552
6553 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6554
6555 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * frame.el (blink-cursor-mode): Use define-minor-mode.
6558
6559 * term/mac-win.el (function-key-map): Use char-names more consistently.
6560 (file-name-coding-system): Only set it for MacOS-9. The other case is
6561 already handled in mule-cmds.el (where it also works when mac-win.el
6562 is not used).
6563
6564 2005-02-21 Kenichi Handa <handa@m17n.org>
6565
6566 * international/mule.el (ctext-pre-write-conversion): Always use
6567 " *code-converting-work*" buffer for work.
6568
6569 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6570
6571 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6572
6573 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6574
6575 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6576
6577 * ses.el (undo-more): Restore defadvice, but only the part that
6578 allows changes outside the restricted area of the buffer.
6579
6580 2005-02-20 Kim F. Storm <storm@cua.dk>
6581
6582 * simple.el (line-move): Add fourth optional arg try-vscroll which
6583 must be set to perform auto-window-vscroll.
6584 When moving backwards and doing auto-window-vscroll, automatically
6585 vscroll to the last part of lines which are taller than the window.
6586 (next-line, previous-line): Set try-vscroll arg on line-move.
6587
6588 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6589
6590 * replace.el (query-replace, query-replace-regexp)
6591 (replace-string, replace-regexp): When operating on region, make
6592 the minibuffer prompt say so.
6593
6594 * isearch.el (isearch-forward): Document isearch-query-replace and
6595 isearch-query-replace-regexp keybindings.
6596
6597 2005-02-19 Jay Belanger <belanger@truman.edu>
6598
6599 * calc/calc-aent.el (math-read-token): Add local variable.
6600
6601 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6602 (calc-edit-top): Move declaration to earlier in file.
6603 (calc-edit-macro-repeats): Add local variables.
6604
6605 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6606 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6607 calcFunc-tanh.
6608 Adjust integration rule for calcFunc-tan.
6609
6610 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6611
6612 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6613 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6614 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6615 (viper-skip-separators): Bug fix.
6616 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6617 particular major mode.
6618 (viper-del-backward-char-in-replace): Don't put deleted char on the
6619 kill ring.
6620
6621 * viper-ex.el (viper-color-display-p): New function.
6622 (viper-has-face-support-p): Use viper-color-display-p.
6623
6624 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6625
6626 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6627
6628 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6629 (viper-file-remote-p): Make equivalent to file-remote-p.
6630
6631 * viper.el (viper-major-mode-modifier-list):
6632 Use viper-gnus-modifier-map.
6633
6634 2005-02-19 David Kastrup <dak@gnu.org>
6635
6636 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6637 quoting.
6638
6639 2005-02-19 Jay Belanger <belanger@truman.edu>
6640
6641 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6642 Remove extra definitions.
6643 (calc-coth): New function.
6644 (calcFunc-cot): Fix `let'.
6645
6646 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6647
6648 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6649 the reasons we use "type pc" in these faces.
6650
6651 * button.el (button): Ditto.
6652
6653 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6654
6655 * replace.el (query-replace-read-from): Set the value of
6656 query-replace-from-history-variable to handle the case of an empty
6657 string entered to accept the suggested default.
6658
6659 * net/tramp.el (tramp-file-name-for-operation):
6660 Use dired-call-process instead of dired-call-process-command.
6661
6662 2005-02-19 Jay Belanger <belanger@truman.edu>
6663
6664 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6665 (math-div-non-trig): New variables.
6666 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6667 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6668 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6669 trig expressions.
6670
6671 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6672
6673 * progmodes/gdb-ui.el (gdb-var-update-handler)
6674 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6675 for watch expressions,
6676 (gdb-var-create-handler): Don't set speedbar-update-flag.
6677 (gdb-post-prompt): Simplify test for speedbar.
6678
6679 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6680
6681 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6682 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6683 we use the syntax table of the correct buffer.
6684 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6685 Felix Gatzemeier.
6686
6687 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6688 (ediff-file-remote-p): Make synonymous with file-remote-p.
6689 In all deffaces ediff-*-face-*, use min-colors.
6690
6691 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6692 ediff-recurse-to-subdirectories.
6693 (ediff-mark-if-equal): Check that the arguments are strings, use
6694 ediff-same-contents (after to Felix Gatzemeier).
6695
6696 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6697 nil.
6698
6699 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6702
6703 2005-02-18 David Kastrup <dak@gnu.org>
6704
6705 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6706 use `mark-active' when defined.
6707
6708 2005-02-18 Kenichi Handa <handa@m17n.org>
6709
6710 * ps-print.el (ps-font-info-database): New entry
6711 ZapfChancery-MediumItalic with correct font name. Fix font name
6712 of the entry Zapf-Chancery-MediumItalic.
6713
6714 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6717
6718 2005-02-16 Kim F. Storm <storm@cua.dk>
6719
6720 * ido.el (ido-fallback-command): Pass user input to fallback command.
6721
6722 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6725 (gdb-find-file-hook): Add server prefix.
6726
6727 2005-02-16 Richard M. Stallman <rms@gnu.org>
6728
6729 * replace.el (perform-replace): Pass new args to replace-highlight.
6730 (replace-highlight): Take region args,
6731 and pass them to isearch-lazy-highlight-new-loop.
6732
6733 * novice.el (disabled-command-hook): Autoload the defalias
6734 and the make-obsolete-variable call.
6735
6736 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6737
6738 * isearch.el (isearch-lazy-highlight-start-limit)
6739 (isearch-lazy-highlight-end-limit): New variables limit
6740 the region for highlighting.
6741 (isearch-lazy-highlight-new-loop): New args BEG and END.
6742 (isearch-lazy-highlight-search): Use the new vars.
6743 (isearch-lazy-highlight-update): Likewise.
6744
6745 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6746
6747 * cus-start.el (all): Use default-boundp.
6748
6749 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6750
6751 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6752
6753 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6754
6755 * autorevert.el (auto-revert-stop-on-user-input)
6756 (auto-revert-verbose): Doc fixes.
6757
6758 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6759
6760 * international/mule-cmds.el (set-locale-environment): Remove call
6761 to set-selection-coding-system on Windows.
6762
6763 2005-02-15 Jay Belanger <belanger@truman.edu>
6764
6765 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6766 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6767 calcFunc-coth.
6768 (math-simplify-sqrt): Add simplifications.
6769
6770 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6771 to list.
6772
6773 * calc/calc-ext.el: Add functions to autoloads.
6774
6775 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6776 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6777 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6778 (math-csc-raw, math-cot-raw): New functions.
6779
6780 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6781
6782 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6783 the variable name in a message.
6784
6785 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6786 calcFunc-csc, calcFunc-cot.
6787
6788 * calc/calcalg2.el: Add derivative and integration rules for
6789 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6790 calcFunc-csch, calcFunc-coth.
6791 (math-do-integral-methods): Add to checks for when to use
6792 substitutions.
6793
6794 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6795
6796 2005-02-15 Lute Kamstra <lute@gnu.org>
6797
6798 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6799 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6800 <monnier@iro.umontreal.ca>
6801 (lisp-outline-level): Improve efficiency. Suggested by David
6802 Kastrup <dak@gnu.org>.
6803
6804 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6805
6806 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6807 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6808 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6809 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6810 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6811
6812 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6813
6814 * cus-start.el (all): Comment change.
6815
6816 2005-02-14 Lute Kamstra <lute@gnu.org>
6817
6818 * cus-start.el (all): Check if symbol is void.
6819
6820 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6821
6822 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6823 optional argument to \cite.
6824
6825 2005-02-14 Richard M. Stallman <rms@gnu.org>
6826
6827 * cus-edit.el (custom-buffer-create-internal): Update help message.
6828 (custom-magic-alist): Update help messages.
6829
6830 * cus-start.el (all): Allow a var to specify a standard value.
6831
6832 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6833
6834 * custom.el (custom-theme-set-variables): Handle variable aliases.
6835
6836 * frame.el (blink-cursor-timer): Doc fix.
6837 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6838 declare obsolete.
6839 (blink-cursor-mode): Define with defcustom and use correct
6840 standard expression in that defcustom.
6841 * startup.el (command-line): Adapt to above changes in frame.el.
6842
6843 2005-02-11 Lute Kamstra <lute@gnu.org>
6844
6845 * apropos.el (apropos-score-doc): Prevent division by zero.
6846
6847 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6848
6849 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6850 (icalendar--get-event-property-attributes)
6851 (icalendar--get-event-properties)
6852 (icalendar--datetime-to-diary-date): New functions.
6853 (icalendar--split-value): Doc fix.
6854 (icalendar--datetime-to-noneuropean-date)
6855 (icalendar--datetime-to-european-date): New optional argument
6856 SEPARATOR. Return result as a string instead of a list.
6857 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6858 (icalendar--convert-string-for-export): Rename arg S to STRING.
6859 (icalendar-export-region): Doc fix. Change name of error buffer.
6860 Save output buffer.
6861 (icalendar-import-file): Add blank at end of prompt.
6862 (icalendar-import-buffer): Doc fix. Do not switch to error
6863 buffer. Indicate status in return value.
6864 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6865 buffer. Save output buffer. Handle exception from recurrence
6866 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6867 events. Fix problems with weekly all-day events.
6868
6869 2005-02-10 Richard M. Stallman <rms@gnu.org>
6870
6871 * simple.el (eval-expression-print-format):
6872 Avoid warning about edebug-active.
6873
6874 * help.el (help-for-help-internal): Rename from help-for-help.
6875 (help-for-help): Define with defalias.
6876
6877 * font-core.el (font-lock-default-function): Use with-no-warnings.
6878
6879 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6880
6881 * custom.el (defface): Doc fix.
6882
6883 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6884
6885 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6886 width 0" to prevent word wrapping problems.
6887
6888 2005-02-09 Kim F. Storm <storm@cua.dk>
6889
6890 * ido.el (ido-file-extensions-order): New defcustom.
6891 (ido-file-extension-lessp, ido-file-extension-aux)
6892 (ido-file-extension-order): New advanced file ordering.
6893 (ido-file-lessp): New simple file ordering.
6894 (ido-sort-list): Remove.
6895 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6896 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6897
6898 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6899
6900 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6901 that some versions of grep produce.
6902 (grep-mode-font-lock-keywords): Likewise.
6903
6904 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6905
6906 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6907 (gdb-cdir): Delete.
6908 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6909 (gdb-source-info): Treat case when source file is in another
6910 directory properly.
6911 (gdb-get-location): New function.
6912
6913 2005-02-07 Jay Belanger <belanger@truman.edu>
6914
6915 * calc/calc-prog.el (calc-write-parse-table-part)
6916 (calc-fix-token-name): Fix a check for language type.
6917
6918 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6919
6920 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6921
6922 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6923 as directory not writable.
6924
6925 2005-02-07 Kim F. Storm <storm@cua.dk>
6926
6927 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6928 (cua--standard-movement-commands): Remove list.
6929 Instead, set CUA property value to move for movement commands.
6930 (cua-movement-commands): Remove. Users must set CUA prop instead.
6931 (cua--pre-command-handler): Check CUA property.
6932 (cua--init-keymaps): Don't remap undo commands.
6933 (cua-mode): Don't call cua--rectangle-on-off.
6934
6935 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6936 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6937 (cua--rect-undo-set-point): New var.
6938 (cua--rectangle-undo-boundary): Setup undo apply entry.
6939 (cua--rect-undo-handler): New function for rectangle undo.
6940 (cua--rect-start-position, cua--rect-end-position): Add.
6941 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6942 for restored rectangle. Set point if cua--rect-undo-set-point.
6943
6944 2005-02-06 Jay Belanger <belanger@truman.edu>
6945
6946 * calc/calc-lang.el (calc-tex-language): Display more information
6947 in messages.
6948
6949 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6950 in TeX mode.
6951
6952 2005-02-06 Richard M. Stallman <rms@gnu.org>
6953
6954 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6955
6956 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6957
6958 * net/ldap.el (ldap-search-internal): Support attributes with
6959 optional descriptions separated by a semi-colon, as in
6960 "userCertificate;binary".
6961
6962 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6963
6964 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6965 isn't a cons (i.e. the version is 0).
6966
6967 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6968
6969 * help.el (help-for-help): Doc fix.
6970
6971 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6972
6973 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6974 GDB-Windows on the menu-bar as this works better.
6975
6976 2005-02-04 Jay Belanger <belanger@truman.edu>
6977
6978 * calc/calc-embed.el (calc-embedded-update): Don't put in
6979 unnecessary newlines. Adjust the end of formula marker.
6980
6981 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6982 (math-latex-parse-two-args): New function.
6983
6984 2005-02-03 Lute Kamstra <lute@gnu.org>
6985
6986 * help-fns.el (help-with-tutorial): Make sure that users cannot
6987 remove the entire text of the tutorial by means of `undo'.
6988
6989 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6992 in recent changes, where the ispell process was repeatedly
6993 killed & restarted.
6994
6995 * international/mule-cmds.el (set-locale-environment): Set file-name
6996 coding system to utf-8 on Darwin systems.
6997 (set-default-coding-systems): Don't set default-file-name-coding-system
6998 on Darwin systems.
6999
7000 2005-02-03 Richard M. Stallman <rms@gnu.org>
7001
7002 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7003
7004 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7005
7006 * faces.el (list-faces-display): Add optional argument.
7007
7008 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * font-core.el (font-lock-default-function): Handle the rare case where
7011 only font-lock-keywords is set.
7012
7013 2005-02-02 Kenichi Handa <handa@m17n.org>
7014
7015 * international/characters.el: Cancel previous change for
7016 I-WITH-DOT-ABOVE and DOTLESS-i.
7017
7018 * international/latin-5.el: Cancel previous change.
7019
7020 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7021
7022 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7023
7024 2005-02-02 Kenichi Handa <handa@m17n.org>
7025
7026 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7027 DOTLESS-i.
7028
7029 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7030 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7031
7032 * case-table.el (get-upcase-table): New function.
7033 (copy-case-table): Copy upcaes table too if non-nil.
7034 (set-case-syntax-delims): Maintain upcase table too.
7035 (set-case-syntax-pair): Likewise.
7036 (set-upcase-syntax, set-downcase-syntax): New functions.
7037 (set-case-syntax): Maintain upcase table too.
7038
7039 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7042
7043 * progmodes/gud.el (gud-goto-info): New function.
7044 (gud-tool-bar-map): Use correct icon.
7045
7046 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7047
7048 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7049 When delegating, order args in the funcall correctly.
7050
7051 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7052
7053 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7054
7055 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7056
7057 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7058 buffer not visiting a file.
7059
7060 2005-01-31 Jay Belanger <belanger@truman.edu>
7061
7062 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7063 bound on the line with the formula.
7064
7065 2005-01-31 Kim F. Storm <storm@cua.dk>
7066
7067 * ses.el (ses-create-cell-variable-range)
7068 (ses-destroy-cell-variable-range, ses-reset-header-string)
7069 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7070 (ses-insert-row): Fix format of apply undo entries.
7071
7072 2005-01-31 Jay Belanger <belanger@truman.edu>
7073
7074 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7075 parts.
7076
7077 * calc/calc-embed.el (calc-embedded-open-formula)
7078 (calc-embedded-close-formula): Ignore matrix environments.
7079
7080 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7081 TeX mode.
7082
7083 * calc/calc-lang.el (math-function-table, math-oper-table)
7084 (math-variable-table): Adjust the LaTeX portions.
7085
7086 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7087 (math-latex-ignore-words): New constant.
7088
7089 2005-01-31 Richard M. Stallman <rms@gnu.org>
7090
7091 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7092 (ispell-local-dictionary): Doc fix.
7093 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7094 Don't reinitialize at run time. Don't defcustom.
7095 All uses changed to append ispell-local-dictionary-alist,
7096 or check it first.
7097 (ispell-current-dictionary): New variable for dictionary in use.
7098 (ispell-dictionary): Now used only for global default.
7099 (ispell-start-process): Set ispell-current-dictionary,
7100 not ispell-dictionary.
7101 (ispell-change-dictionary): Use this only for setting
7102 user preferences.
7103 (ispell-internal-change-dictionary): New function
7104 to change the current dictionary in use.
7105 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7106 Use ispell-current-dictionary.
7107 Handle ispell-local-dictionary-overridden.
7108 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7109
7110 2005-01-31 Jay Belanger <belanger@truman.edu>
7111
7112 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7113
7114 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7115 (calc-mode-map): Add calc-latex-language.
7116
7117 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7118 (math-latex-print-frac): New functions.
7119 (math-oper-table, math-function-table, math-variable-table)
7120 (math-complex-format, math-input-filter): Add latex properties.
7121 (calc-set-language): Set math-expr-special-function-mapping.
7122
7123 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7124 (calc-write-parse-table-part): Add LaTeX support.
7125
7126 * calc/calc.el (calc-language): Adjust docstring.
7127 (calc-set-mode-line): Add LaTeX support.
7128 (math-expr-special-function-mapping): New variable.
7129 (math-tex-ignore-words): Add to list.
7130
7131 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7132 Add LaTeX support.
7133 (math-compose-expr): Add support for special functions.
7134
7135 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7136
7137 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * progmodes/gdb-ui.el (gdb-memory-address)
7140 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7141 (gdb-memory-mode-map, gdb-memory-format-keymap)
7142 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7143 (gdb-memory-unit-menu): New variables for a buffer
7144 that lets the user examine program memory.
7145 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7146 (gdb-memory-format-binary, gdb-memory-format-octal)
7147 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7148 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7149 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7150 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7151 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7152 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7153 (gdb-memory-mode, gdb-memory-buffer-name)
7154 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7155 New functions for above buffer.
7156
7157 2005-01-30 Richard M. Stallman <rms@gnu.org>
7158
7159 * cus-edit.el (custom-bury-buffer): Function deleted.
7160 (custom-buffer-done-function): Option deleted.
7161 (custom-buffer-done-kill): New (replacement option.
7162 (Custom-buffer-done): Call quit-window.
7163 (custom-buffer-create-internal): Update for above changes.
7164
7165 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7166
7167 * simple.el (undo-ask-before-discard): New var.
7168 (undo-outer-limit-truncate): Implement it.
7169 (undo-extra-outer-limit): Doc update.
7170
7171 2005-01-29 Richard M. Stallman <rms@gnu.org>
7172
7173 * ses.el (undo-more): Delete defadvice.
7174 (ses-begin-change): Doc fix.
7175
7176 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7177 instead of rebinding C-x u and C-_.
7178
7179 * files.el (normal-backup-enable-predicate): Return nil for files
7180 in /tmp, regardless of temporary-file-directory.
7181
7182 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7183
7184 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7185 (open-rectangle, delete-whitespace-rectangle-line)
7186 (clear-rectangle-line): If FILL, pass t instead of FILL
7187 for move-to-column's 2nd arg.
7188
7189 * simple.el (undo): Fix the test for continuing a series of undos.
7190 (undo-more): Set pending-undo-list to t when we reach end.
7191 (pending-undo-list): Move up defvar.
7192
7193 * wid-edit.el (widget-button-click):
7194 Shorten the range of the track-mouse binding.
7195
7196 * comint.el (comint-insert-input): Undo previous changes;
7197 use last-input-event in interactive spec.
7198
7199 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7200
7201 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7202 to nil before invoking call-process. Reset buffer's modified flag
7203 after fontifying it in the no-async branch.
7204
7205 * wid-edit.el (widget-specify-button): If mouse pointer shape
7206 cannot be changed, use mouse face instead.
7207
7208 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7209
7210 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7211 (gdb-goto-breakpoint): Make breakpoint handling work on template
7212 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7213 (gdb-assembler-custom): Update to recognise breakpoint information
7214 added on 2005-01-19.
7215
7216 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7219 (dsssl-mode): Use define-derived-mode.
7220 (scheme-mode-initialize): Remove.
7221 (scheme-mode): Use run-mode-hooks.
7222
7223 * cus-edit.el (customize-group-other-window)
7224 (custom-buffer-create-other-window): Don't override special-display-*.
7225 (custom-mode-map): Make it dense.
7226
7227 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7228 sets the default value.
7229
7230 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7231
7232 * descr-text.el: Add more keywords.
7233
7234 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * speedbar.el: Avoid unnecessary use of locate-library.
7237
7238 * international/mule-cmds.el (standard-display-european-internal):
7239 Don't fiddle with latin-1 non-break space any more since it's now
7240 special cased in the C code.
7241 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7242
7243 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * cus-start.el (all): Add `undo-outer-limit'.
7246
7247 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7248
7249 * textmodes/bibtex.el (bibtex-format-entry):
7250 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7251 field lines.
7252 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7253 not on part of a buffer.
7254
7255 2005-01-25 Lute Kamstra <lute@gnu.org>
7256
7257 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7258 nonempty field text strings like "{letters\\macro{}more letters}".
7259 Clarify docstring.
7260 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7261 (bibtex-entry-offset, bibtex-parse-association)
7262 (bibtex-parse-field-name): Fix typos in docstrings.
7263 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7264
7265 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7266
7267 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7268 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7269 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7270 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7271
7272 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7273 isearch minor mode.
7274
7275 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7276
7277 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7278
7279 2005-01-24 Lute Kamstra <lute@gnu.org>
7280
7281 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7282 CASECHARS and NOT-CASECHARS regular expressions of the
7283 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7284 striding over charsets" error.
7285
7286 2005-01-24 Jay Belanger <belanger@truman.edu>
7287
7288 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7289 display variable name.
7290
7291 2005-01-24 Kenichi Handa <handa@m17n.org>
7292
7293 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7294 Fix setting of the element of encoded-kbd-iso2022-invocations.
7295
7296 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7299 (gdb-threads-select): Change to also accept mouse events.
7300 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7301 (gdb-threads-mouse-select): Delete.
7302
7303 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7304
7305 * files.el (insert-directory): Take care of empty directory,
7306 listed without -a switch.
7307
7308 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * textmodes/refill.el (refill-post-command-function):
7311 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7312 to the list of functions that we should be careful not to undo.
7313 (refill-late-fill-paragraph-function): Remove.
7314 (refill-saved-state): New var.
7315 (refill-mode): Use it to save fill-paragraph-function.
7316 Save also the value of auto-fill-function.
7317
7318 * term/w32-win.el: Simplify code.
7319
7320 2005-01-23 Kim F. Storm <storm@cua.dk>
7321
7322 * simple.el (line-move): Adapt to new return value from
7323 pos-visible-in-window-p.
7324
7325 * simple.el (line-move): Fix last change. Check partial
7326 visibility at point rather than at window-start.
7327
7328 2005-01-22 Jason Rumney <jasonr@gnu.org>
7329
7330 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7331
7332 2005-01-22 David Kastrup <dak@gnu.org>
7333
7334 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7335
7336 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7337
7338 * type-break.el (type-break-mode): Add a test for
7339 type-break-file-name being non-nil.
7340
7341 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7342
7343 * net/eudc.el (top level): Call (message "") via progn, so that
7344 eudc-options-file is loaded.
7345
7346 2005-01-22 Kim F. Storm <storm@cua.dk>
7347
7348 * simple.el (line-move-1): Rename from line-move.
7349 (line-move): New function that adjusts vscroll for partially
7350 visible rows, and calls line-move-1 otherwise.
7351
7352 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7353
7354 * pcomplete.el: define pcomplete-read-event instead of read-event,
7355 since it's not a complete read-event implementation
7356
7357 2005-01-20 Jay Belanger <belanger@truman.edu>
7358
7359 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7360 for called function.
7361
7362 2005-01-20 Steven Tamm <steventamm@mac.com>
7363
7364 * term/mac-win.el (process-connection-type): Remove.
7365 Controlled now by s/darwin.h:PTY_ITERATION.
7366
7367 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * window.el (handle-select-window): Don't switch window when we're
7370 in the minibuffer.
7371
7372 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7373
7374 * subr.el (dotimes-with-progress-reporter): New macro.
7375
7376 * ses.el (ses-dotimes-msg): Remove macro.
7377 Use `dotimes-with-progress-reporter' instead.
7378
7379 2005-01-19 Steven Tamm <steventamm@mac.com>
7380
7381 * term/mac-win.el (process-connection-type): Use new
7382 operating-system-release variable to use ptys on Darwin 7 (OSX
7383 10.3) when using carbon build.
7384
7385 2005-01-19 Jay Belanger <belanger@truman.edu>
7386
7387 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7388 flags if the last command was a tab or M-tab.
7389
7390 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7391 in formula editing buffer.
7392
7393 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7394
7395 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7396 breakpoint image symbol in margin.
7397
7398 2005-01-19 Jay Belanger <belanger@truman.edu>
7399
7400 * calc/calc-prog.el (calc-execute-kbd-macro):
7401 Ignore calc-keep-arg-flag.
7402
7403 2005-01-19 Kenichi Handa <handa@m17n.org>
7404
7405 * textmodes/ispell.el (ispell-looking-at): New function.
7406 (ispell-process-line): Use ispell-looking-at to compare the ispell
7407 output and the buffer contents.
7408
7409 2005-01-18 Jay Belanger <belanger@truman.edu>
7410
7411 * calc/calc.el (calc-display-raw): Fix docstring.
7412
7413 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * simple.el (blink-matching-open): Strip extra info from syntax.
7416
7417 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7418 funny chars in the end-of-here-doc marker.
7419
7420 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7421
7422 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7423 that enable/disabled state of breakpoints is shown correctly in
7424 fringe and on ttys.
7425 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7426 Add breakpoint information as text properties.
7427 (gdb-mouse-toggle-breakpoint):
7428 Rename to gdb-mouse-set-clear-breakpoint.
7429 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7430 breakpoints in the margin.
7431 (gdb-remove-strings): Simplify.
7432
7433 2005-01-17 Jay Belanger <belanger@truman.edu>
7434
7435 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7436 erasing buffer.
7437
7438 2005-01-17 Richard M. Stallman <rms@gnu.org>
7439
7440 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7441 for calling grep-compute-defaults.
7442
7443 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7444 if buffer is empty.
7445
7446 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7447
7448 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7451
7452 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7453 non-preloaded variables.
7454
7455 2005-01-17 Steven Tamm <steventamm@mac.com>
7456
7457 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7458 tex-shell cause to force interactivity when using pipes.
7459
7460 2005-01-17 Kim F. Storm <storm@cua.dk>
7461
7462 * simple.el (just-one-space): Make arg optional.
7463
7464 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7465
7466 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7467 posn-at-x-y to t to access left-margin.
7468
7469 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7470
7471 Sync with Tramp 2.0.47.
7472
7473 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7474 catching keep-date problems in cp/scp operations.
7475 (tramp-handle-copy-file): Don't call `set-file-modes'
7476 unconditionally. Specialized functions should know better what is
7477 necessary. This improves performance a little bit, and the
7478 functions could catch errors with `cp -p' and `scp -p'.
7479 (tramp-do-copy-or-rename-file-via-buffer)
7480 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7481 when appropriate.
7482 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7483 Call `set-file-modes' when appropriate.
7484 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7485 Johnsson <isak@hypergene.com>
7486 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7487 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7488 <joakim@verona.se>
7489 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7490 Emacs only.
7491
7492 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7493 `find-file-hooks' and `dired-mode-hook'.
7494 (tramp-minor-mode-map): Respective map. Add remapping for
7495 `compile' and `recompile'.
7496 (tramp-remap-command, tramp-recompile): New defuns.
7497 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7498 in buffer "*Compilation*". Call the commands asynchronously.
7499
7500 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7501 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7502 `shell-command', because it isn't magic in XEmacs. Reported by
7503 Adrian Aichner <adrian@xemacs.org>.
7504
7505 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7506 `substitute-in-file-name.
7507 (tramp-smb-handle-substitute-in-file-name): New defun.
7508 (tramp-smb-advice-PC-do-completion): Delete advice.
7509
7510 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7511
7512 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7513 Fix error in deleting region.
7514
7515 2005-01-15 Richard M. Stallman <rms@gnu.org>
7516
7517 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7518 In non-temp buffer, switch syntax table temporarily.
7519
7520 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7521
7522 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7523
7524 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7525
7526 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7527 (imenu--generic-function): Use START, not BEG, as pos of definition.
7528
7529 * simple.el (just-one-space): Argument specifies number of spaces.
7530
7531 * simple.el (eval-expression-print-format): Avoid warning
7532 about edebug-active.
7533
7534 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7535
7536 * progmodes/sh-script.el: Code copied from make-mode.el
7537 with small changes,
7538 (sh-mode-map): Bind C-c C-\.
7539 (sh-backslash-column, sh-backslash-align): New variables.
7540 (sh-backslash-region, sh-append-backslash): New functions.
7541
7542 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7543
7544 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7545 (rmail-pop-password, rmail-pop-password-required): Move to
7546 rmail-obsolete group.
7547 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7548 All callers updated.
7549 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7550 Take an argument specifying whether it is POP or IMAP mailbox we
7551 are using. All callers updated.
7552 (rmail-pop-password-error): Rename to
7553 rmail-remote-password-error. Added mailutils-specific error message.
7554 (rmail-movemail-search-path)
7555 (rmail-movemail-variant-in-use): New variables.
7556 (rmail-remote-password, rmail-remote-password-required):
7557 New customization variables.
7558 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7559 (rmail-parse-url): New function.
7560 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7561 with GNU mailutils movemail.
7562
7563 2005-01-15 Kevin Ryde <user42@zip.com.au>
7564
7565 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7566 suffix to space, $ or '$, to correctly position point when going
7567 to @table style constants like DBL_MAX.
7568
7569 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7570
7571 * type-break.el (type-break-mode, type-break-file-time)
7572 (type-break-file-keystroke-count, type-break-choose-file):
7573 Don't store data in or load data from the file if type-break-file-name
7574 is nil.
7575 (type-break-file-name): Doc update as per the above.
7576
7577 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7578
7579 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7580 lookup-key might return nil; handle that.
7581
7582 2005-01-15 Alan Mackenzie <acm@muc.de>
7583
7584 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7585 rather than the element found, thus enabling the tree to be setcar'd.
7586
7587 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7588
7589 * textmodes/org.el (org-show-following-heading): New option.
7590 (org-show-hierarchy-above): Use `org-show-following-heading'.
7591 (org-cycle): Documentation fix.
7592
7593 * textmodes/org.el (orgtbl-optimized): New option
7594 (orgtbl-mode): New command, a minor mode.
7595 (orgtbl-mode-map): New variable.
7596 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7597 (orgtbl-error, orgtbl-self-insert-command)
7598 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7599
7600 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7601 a local variable in each org-mode buffer.
7602
7603 * textmodes/org.el (org-set-regexps-and-options): Rename from
7604 `org-set-regexps'. Added checking for STARTUP keyword.
7605 (org-get-current-options): Add STARTUP options.
7606 (org-table-insert-row): Mode mode intelligent about when
7607 realignment is needed.
7608 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7609 New commands.
7610 (org-enable-table-editor): New default value `optimized'.
7611 (org-table-blank-field): Support blanking regions if active.
7612
7613 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7614
7615 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7616 if the year is not given.
7617
7618 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7619 Add new escapes %m and %M, fixed bug with %F by adding
7620 save-match-data.
7621 (reftex-reference): Remove ?. from list of spaces.
7622 (reftex-label-info): Add automatic label prefix recognition.
7623
7624 * textmodes/reftex-index.el (reftex-index-next-phrase):
7625 Add slave parameter to call of `reftex-index-this-phrase'.
7626 (reftex-index-this-phrase): New optional argument.
7627 (reftex-index-region-phrases): Add slave parameter to call of
7628 `reftex-index-this-phrase'.
7629 (reftex-display-index): New argument redo.
7630 (reftex-index-rescan): Add 'redo to arguments of
7631 `reftex-display-index'.
7632 (reftex-index-Rescan, reftex-index-revert)
7633 (reftex-index-switch-index-tag): Add 'redo to arguments of
7634 `reftex-display-index'.
7635 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7636 indexing. Fix bug with matching is there is a quote before or
7637 after the word.
7638
7639 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7640 Fix bug when collecting citation keys in lines with comments.
7641 (reftex-citation): Prefix argument no longer rescans the document,
7642 but forces prompting for optional arguments of cite macros.
7643 (reftex-do-citation): Prompting for optional arguments implemented.
7644
7645 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7646 Add optional arguments to most cite commands.
7647 (reftex-cite-cleanup-optional-args): New option
7648 (reftex-cite-prompt-optional-args): New option.
7649 (reftex-trust-label-prefix): New option.
7650
7651 * textmodes/reftex-toc.el (reftex-toc-find-section):
7652 Add push-mark before changing the position in the buffer.
7653
7654 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7655 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7656
7657 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7658
7659 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7660 more carefully.
7661
7662 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7665 (sgml-mode): Use it.
7666 (sgml-get-context): Better keep track of implicitly closed tags.
7667
7668 2005-01-13 Kenichi Handa <handa@m17n.org>
7669
7670 * textmodes/ispell.el: These changes are to fix misalignment error
7671 caused by equivalent characters of different Emacs charsets.
7672 (ispell-unified-chars-table): New variable.
7673 (ispell-get-decoded-string): New function.
7674 (ispell-get-casechars, ispell-get-not-casechars)
7675 (ispell-get-otherchars): Call ispell-get-decoded-string.
7676
7677 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7678
7679 * custom.el (custom-declare-variable): Just put symbol instead
7680 of (defvar . symbol) in `current-load-list'.
7681
7682 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7683
7684 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7685
7686 2005-01-12 Jay Belanger <belanger@truman.edu>
7687
7688 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7689 to create a Calc summary.
7690
7691 2005-01-12 Kim F. Storm <storm@cua.dk>
7692
7693 * mouse.el (mouse-on-link-p): Change functionality and doc
7694 string to comply with latest description in lisp ref.
7695
7696 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7697
7698 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7699 Enable mouse clicks on mode-line, header-line and margin.
7700 (event-type): Give mouse event symbols an 'event-kind property
7701 with value 'mouse-click.
7702
7703 2005-01-12 Juri Linkov <juri@jurta.org>
7704
7705 * facemenu.el (list-colors-display): Add new arg buffer-name.
7706 Use it. Fix docstring. Replace code for identifying duplicate
7707 colors by the name with call to `list-colors-duplicates' which
7708 identifies duplicate colors by the value unless the color
7709 is one of special Windows colors. Set truncate-lines to t.
7710 Print sorted duplicate color names on each line. Indent to 22
7711 \(the longest color name in rgb.txt) instead of 20. Optimize.
7712 (list-colors-duplicates): New function.
7713 (facemenu-color-name-equal): Delete function.
7714
7715 * facemenu.el (list-colors-print): New function created from code
7716 in list-colors-display. Print #RRGGBB at the window right edge.
7717 (list-colors-display): When temp-buffer-show-function is not
7718 defined, call list-colors-print from temp-buffer-show-hook
7719 to get the right value of window-width in list-colors-print
7720 after the buffer is displayed.
7721
7722 * simple.el (pop-mark): Move deactivate-mark out of conditional
7723 part to deactivate the active mark regardless of the state of the
7724 mark ring.
7725
7726 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7727 variables line in desktop files.
7728
7729 2005-01-12 Juri Linkov <juri@jurta.org>
7730
7731 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7732 Bring together isearch highlight related options.
7733 (lazy-highlight): Replace group `replace' by `matching'.
7734 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7735 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7736 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7737 and declare them obsolete.
7738 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7739 (isearch-faces): Remove defgroup.
7740 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7741 Move isearch highlighting code closer to lazy highlighting code.
7742
7743 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7744 (query-replace-highlight, query-replace-lazy-highlight)
7745 (query-replace): Move definitions to the beginning of the file.
7746
7747 2005-01-11 Juri Linkov <juri@jurta.org>
7748
7749 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7750 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7751 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7752
7753 * info.el (Info-history-forward): New variable.
7754 (Info-select-node): Reset Info-history-forward to nil.
7755 (Info-last): Turn into defalias.
7756 (Info-history-back): Rename from Info-last.
7757 Add current node to Info-history-forward.
7758 (Info-history-forward): New fun.
7759 (Info-mode-map): Replace Info-last by Info-history-back.
7760 Bind Info-history-forward to "r".
7761 (Info-mode-menu): Replace Info-last by Info-history-back.
7762 Fix menu item text. Add menu item for Info-history-forward.
7763 (info-tool-bar-map): Replace Info-last by Info-history-back.
7764 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7765 for Info-history-forward.
7766 (Info-mode): Replace Info-last by Info-history-back in docstring.
7767 Add local variable Info-history-forward.
7768 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7769
7770 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7773 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7774 Ignore select-window events rather than fiddle with
7775 mouse-autoselect-window.
7776
7777 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7778
7779 * type-break.el (type-break-mode): Fix previous change.
7780
7781 2005-01-10 Jay Belanger <belanger@truman.edu>
7782
7783 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7784 calculator; only reset when point is inside a calculator.
7785 Don't adjust the window height if the window takes up the whole height
7786 of the frame.
7787
7788 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7789
7790 * ebuff-menu.el (Electric-buffer-menu-mode):
7791 Preserve value of buffer-local var header-line-format.
7792
7793 2005-01-09 Jay Belanger <belanger@truman.edu>
7794
7795 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7796 Make sure settings file exists before accessing it.
7797
7798 * calc/calc-embed.el (calc-embedded-subst):
7799 Replace math-multi-subst-rec, which is only supposed to be called
7800 by math-multi-subst, by math-multi-subst.
7801
7802 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7803
7804 * vc.el (vc-allow-async-revert): New user option.
7805 (vc-disable-async-diff): New internal variable.
7806 (vc-revert-buffer): Use them to disable asynchronous diff.
7807
7808 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7809 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7810 asynchronously if vc-disable-async-diff is t.
7811
7812 2005-01-09 Jay Belanger <belanger@truman.edu>
7813
7814 * calc/calc.el (defcalcmodevar): New macro.
7815 (calc-mode-var-list-restore-default-values)
7816 (calc-mode-var-list-restore-saved-values): New functions.
7817 (calc-mode-var-list): Use defcalcmodevar to define it.
7818 (calc-always-load-extensions, calc-line-numbering)
7819 (calc-line-breaking, calc-display-just, calc-display-origin)
7820 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7821 (calc-group-char, calc-point-char, calc-frac-format)
7822 (calc-prefer-frac, calc-hms-format, calc-date-format)
7823 (calc-float-format, calc-full-float-format, calc-complex-format)
7824 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7825 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7826 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7827 (calc-matrix-brackets, calc-language, calc-language-option)
7828 (calc-left-label, calc-right-label, calc-word-size)
7829 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7830 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7831 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7832 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7833 (calc-window-height, calc-display-trail, calc-show-selections)
7834 (calc-use-selections, calc-assoc-selections)
7835 (calc-display-working-message, calc-auto-why, calc-timing)
7836 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7837 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7838 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7839 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7840 (calc-gnuplot-geometry, calc-graph-default-resolution)
7841 (calc-graph-default-resolution-3d, calc-invocation-macro)
7842 (calc-show-banner): Use defcalcmodevar to declare them and set
7843 their default values.
7844
7845 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7846 instead of default values (but restore default values if there is
7847 an argument of 0).
7848
7849 2005-01-09 David Kastrup <dak@gnu.org>
7850
7851 * desktop.el (desktop-restore-eager): Fix typo in type.
7852
7853 2005-01-08 Richard M. Stallman <rms@gnu.org>
7854
7855 * cus-edit.el (customize): Delete :link.
7856
7857 2005-01-08 Jay Belanger <belanger@truman.edu>
7858
7859 * calc/calc.el (calc-mode): Remove the extension from the
7860 `calc-settings-file' file name when loading it.
7861
7862 2005-01-08 Kim F. Storm <storm@cua.dk>
7863
7864 * info.el (Info-mode-map, Info-next-link-keymap)
7865 (Info-prev-link-keymap, Info-up-link-keymap):
7866 Map follow-link to mouse-face.
7867 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7868
7869 2005-01-08 Jay Belanger <belanger@truman.edu>
7870
7871 * calc/calc.el (calc-settings-file): Change default value.
7872 Suggested by cgw in a comment in calc-mode.el.
7873
7874 * calc/calc-mode.el (calc-settings-file-name):
7875 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7876 Replace ~/.emacs in a prompt by calc-settings-file.
7877
7878 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7879
7880 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7881 (desktop-lazy-idle-delay): New customizable variables.
7882 (desktop-buffer-args-list): New variable.
7883 (desktop-append-buffer-args): New function.
7884 (desktop-save): Call desktop-append-buffer-args for some buffers.
7885 (desktop-lazy-create-buffer): New function.
7886 (desktop-idle-create-buffers): New function.
7887 (desktop-read): Add message about buffers to restore lazily.
7888 (desktop-lazy-abort): New command.
7889 (desktop-clear): Call desktop-lazy-abort.
7890 (desktop-lazy-complete): New command.
7891
7892 2005-01-06 Richard M. Stallman <rms@gnu.org>
7893
7894 * emacs-lisp/find-func.el (find-face-definition):
7895 Rename from find-face.
7896
7897 2005-01-06 Kim F. Storm <storm@cua.dk>
7898
7899 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7900
7901 * man.el (Man-xref-man-page, Man-xref-header-file)
7902 (Man-xref-normal-file): Add follow-link property.
7903
7904 2005-01-06 Jay Belanger <belanger@truman.edu>
7905
7906 * calc/calc-units.el: Make sure the proper macro definitions are
7907 available when compiling.
7908
7909 2005-01-06 Juri Linkov <juri@jurta.org>
7910
7911 * isearch.el (isearch-lazy-highlight-update):
7912 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7913
7914 2005-01-06 Miles Bader <miles@gnu.org>
7915
7916 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7917 (isearch-lazy-highlight-face): Use new name.
7918
7919 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * uniquify.el (uniquify-rationalize-file-buffer-names):
7922 Re-add an interactive spec.
7923 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7924 to the same name.
7925
7926 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7927 (isearch-update, isearch-done): Adjust calls accordingly.
7928
7929 2005-01-05 Richard M. Stallman <rms@gnu.org>
7930
7931 * custom.el (custom-set-variables, custom-theme-set-variables):
7932 Clarify documentation.
7933
7934 * emacs-lisp/find-func.el (find-variable)
7935 (find-variable-other-window, find-variable-other-frame):
7936 Fix the TYPE args to find-function-read and find-function-do-it.
7937 (find-function): Doc fix.
7938 (find-function-at-point): Replace function-at-point alias.
7939
7940 2005-01-04 Richard M. Stallman <rms@gnu.org>
7941
7942 * cus-face.el (custom-declare-face):
7943 Record defface in current-load-list.
7944
7945 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7946
7947 * emacs-lisp/find-func.el: Doc fixes.
7948 (find-face-regexp): New variable.
7949 (find-function-regexp-alist): New variable.
7950 (find-function-C-source): Third arg is now TYPE.
7951 (find-function-search-for-symbol): Handle general TYPE.
7952 (find-function-read, find-function-do-it): Handle general TYPE.
7953 (find-definition-noselect, find-face): New functions.
7954 (function-at-point): Alias deleted.
7955
7956 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * battery.el (display-battery-mode): Rename from display-battery.
7959 Handle the case where it gets turned off.
7960
7961 2005-01-04 Richard M. Stallman <rms@gnu.org>
7962
7963 * cus-edit.el (customize): Make :link point to user doc.
7964
7965 * man.el (Man-fontify-manpage): Turn off undo generation.
7966
7967 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7968
7969 2005-01-04 Andreas Schwab <schwab@suse.de>
7970
7971 * files.el (insert-directory): Only look for error lines in
7972 inserted text. Don't move too far after processing --dired markers.
7973
7974 2005-01-04 Richard M. Stallman <rms@gnu.org>
7975
7976 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7977 Don't expand if the character is @, period, dash, etc.
7978 (define-mail-abbrev): Quote names that contain problem characters.
7979
7980 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7981
7982 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7983
7984 2005-01-03 Richard M. Stallman <rms@gnu.org>
7985
7986 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7987 (query-replace-highlight, query-replace-lazy-highlight)
7988 (query-replace): Definitions moved up. Doc fix.
7989
7990 2005-01-03 Richard M. Stallman <rms@gnu.org>
7991
7992 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7993 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7994 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7995 (lazy-highlight-face): Rename from isearch-lazy-...
7996 Change all references to them.
7997
7998 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7999
8000 * cus-edit.el (custom-file): Doc fix for defcustom.
8001 (custom-file): The function no longer sets the variable
8002 `custom-file' to its return value.
8003
8004 * startup.el (command-line): No longer load `custom-file'.
8005
8006 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8009
8010 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8011 Don't confuse module-prefixed identifiers for labels.
8012 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8013
8014 2005-01-02 Richard M. Stallman <rms@gnu.org>
8015
8016 * files.el (basic-save-buffer-1): Fix previous change.
8017
8018 * loadhist.el (file-loadhist-lookup): New function.
8019 (file-provides, file-requires): Use it.
8020
8021 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8022 instead of calculating the right size.
8023
8024 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8025
8026 * vc-svn.el (vc-svn-diff): Stay local if possible.
8027
8028 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8031
8032 * files.el (hack-local-variables): Fix last change.
8033
8034 2005-01-02 Jay Belanger <belanger@truman.edu>
8035
8036 * calc/calc-yank.el (calc-edit-top): New variable.
8037 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8038 object. Change header properties.
8039 (calc-edit-finish, calc-edit-finish-stack-object)
8040 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8041 edited object.
8042 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8043 for the beginning of the edited object.
8044 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8045 for the beginning of the edited object.
8046 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8047 (calc-finish-formula-edit, calc-macro-repeats)
8048 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8049 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8050 beginning of the edited object.
8051 (calc-user-define-edit): Change the header for editing macros.
8052 Remove unnecessary variable.
8053
8054 2005-01-01 Jay Belanger <belanger@truman.edu>
8055
8056 * calc/calc-yank.el (calc-edit-mode): Change default header.
8057 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8058 * calc/calc-store.el (calc-edit-variable): Change title to match new
8059 header.
8060 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8061 mode to match new header.
8062 (calc-user-define-edit): Change titles to include names of commands.
8063 (calc-finish-formula-edit): Adjust to handle new header.
8064 (calc-finish-macro-edit): Remove.
8065 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8066 (calc-edit-macro-command, calc-edit-macro-command-type)
8067 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8068 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8069 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8070 (calc-edit-macro-finish-edit): New functions.
8071 (calc-user-define-edit): Use new functions to edit named calc macros.
8072
8073 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8074
8075 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8076
8077 * ses.el (copy-region-as-kill): Deactivate mark.
8078
8079 2005-01-01 Richard M. Stallman <rms@gnu.org>
8080
8081 * replace.el (occur-1): If the output buffer is also an input,
8082 don't kill it, rename it.
8083
8084 * faces.el (set-face-background, set-face-foreground): Doc fix.
8085
8086 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8087 for :foreground and :background.
8088
8089 * dired.el (dired-view-command-alist): Variable deleted.
8090 (dired-view-file, dired-mouse-find-file-other-window):
8091 Delete the code to use it.
8092
8093 2005-01-01 Kim F. Storm <storm@cua.dk>
8094
8095 * image.el (insert-sliced-image): Use t for line-height property.
8096
8097 2004-12-31 Jay Belanger <belanger@truman.edu>
8098
8099 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8100 for "var-" at the beginning of the minibuffer.
8101
8102 2004-12-31 Richard M. Stallman <rms@gnu.org>
8103
8104 * faces.el (read-face-name):
8105 Don't treat an attribute spec as a list of faces.
8106
8107 * simple.el (undo): Use undo-equiv-table to detect
8108 unexpected changes since previous undo.
8109 (undo-list-saved): Variable deleted.
8110 (buffer-disable-undo): Don't alter undo-list-saved.
8111
8112 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8113 (mode-require-final-newline): New option.
8114 (after-find-file): Handle require-final-newline with new values.
8115 (basic-save-buffer): Handle new values of require-final-newline.
8116
8117 * progmodes/sh-script.el (sh-require-final-newline):
8118 Alist value now controls whether to use mode-require-final-newline.
8119 (sh-set-shell): Implement that new meaning.
8120
8121 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8122 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8123 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8124 Delete old-Emacs compatibility code.
8125 (antlr-c-common-init): Function deleted.
8126
8127 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8128 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8129 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8130 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8131 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8132 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8133 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8134 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8135 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8136 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8137 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8138 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8139 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8140 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8141 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8142 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8143
8144 2004-12-31 Jay Belanger <belanger@truman.edu>
8145
8146 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8147 way to return to Calc.
8148
8149 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8150 finish, C-xk as the way to cancel the edit. Add cancel routine to
8151 kill-buffer-hook.
8152
8153 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8154 MacEdit code.
8155
8156 * calc/calc-prog.el: Remove obsolete MacEdit code.
8157 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8158 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8159
8160 2004-12-31 Kenichi Handa <handa@m17n.org>
8161
8162 * international/mule.el (buffer-file-coding-system-explicit):
8163 Rename for explicit-buffer-file-coding-system.
8164 (after-insert-file-set-coding): Adjust for the above change.
8165
8166 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8167 to buffer-file-coding-system-explicit.
8168 (basic-save-buffer-1): Likewise.
8169
8170 2004-12-30 Richard M. Stallman <rms@gnu.org>
8171
8172 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8173 (artist-butlast, artist-last): Functions deleted.
8174 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8175 (artist-compute-key-compl-table): Call remq directly.
8176 (artist-remove-nulls): Function deleted.
8177 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8178 (artist-push, artist-pop): Macro deleted.
8179
8180 2004-12-30 Andreas Leue <al@sphenon.de>
8181
8182 * textmodes/artist.el (artist-version): 1.2.6
8183 (artist-prev-next-op-alist): New variable.
8184 (artist-select-next-op-in-list): New function.
8185 (artist-select-prev-op-in-list): New function.
8186 (artist-make-prev-next-op-alist): New function.
8187 (artist-is-in-op-list-p): New function.
8188 (artist-get-first-non-nil-op): New function.
8189 (artist-get-last-non-nil-op): New function.
8190 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8191 artist-prev-next-op-alist.
8192 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8193 change drawing operation.
8194
8195 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8196
8197 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8198
8199 2004-12-31 Masatake YAMATO <jet@gyve.org>
8200
8201 * server.el (server-process-filter): Suppress `error', too.
8202
8203 2004-12-30 Jay Belanger <belanger@truman.edu>
8204
8205 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8206 Change the way a variable is displayed in a message.
8207
8208 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8209 (calc-user-define-permanent, calc-execute-kbd-macro):
8210 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8211
8212 2004-12-30 Kenichi Handa <handa@m17n.org>
8213
8214 * files.el (basic-save-buffer-1):
8215 Set explicit-buffer-file-coding-system to last-coding-system-used.
8216 (revert-buffer): Pay attention to
8217 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8218 on bind coding-system-for-read.
8219
8220 * international/mule.el (explicit-buffer-file-coding-system):
8221 New buffer local variable.
8222 (after-insert-file-set-coding): Set it to coding-system-for-read.
8223
8224 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8225
8226 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8227
8228 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8229
8230 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8231 that include line numbers.
8232
8233 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8234
8235 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8236 Redundant variable PREFIXLEN removed.
8237
8238 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8239
8240 * eshell/em-hist.el (eshell-previous-matching-input):
8241 Start the deletion from the end of the output.
8242
8243 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8244
8245 * term/mac-win.el: Require x-dnd.
8246 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8247
8248 2004-12-29 David Kastrup <dak@gnu.org>
8249
8250 * international/mule.el (decode-coding-inserted-region):
8251 Don't barf if `buffer-undo-list' is already set to `t'.
8252
8253 2004-12-29 Jay Belanger <belanger@truman.edu>
8254
8255 * calc/calc-prog.el (calc-user-define-formula): Put default values
8256 for function names in prompts.
8257 (calc-user-define-permanent, calc-user-define-composition)
8258 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8259 default input for algebraic functions.
8260
8261 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8262
8263 * vc-rcs.el (vc-rcs-annotate-command):
8264 Fix omission bug: Call `vc-setup-buffer'.
8265
8266 2004-12-29 Kenichi Handa <handa@m17n.org>
8267
8268 * international/mule.el (recode-region): New function.
8269
8270 2004-12-28 Richard M. Stallman <rms@gnu.org>
8271
8272 * simple.el (undo-extra-outer-limit): New variable.
8273 (undo-outer-limit-truncate): Test and set it.
8274
8275 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8276 enables the feature to extend the existing region.
8277
8278 * simple.el (mark-word): New arg ALLOW-EXTEND
8279 enables the feature to extend the existing region.
8280
8281 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8282 enables the feature to extend the existing region.
8283
8284 * startup.el (site-run-file): Don't allow setting it with Custom.
8285
8286 * simple.el (buffer-disable-undo): Fix previous change.
8287
8288 2004-12-27 Masatake YAMATO <jet@gyve.org>
8289
8290 * hexl.el (hexlify-buffer): Remove fontification here.
8291 Use font lock mechanism instead.
8292 (hexl-font-lock-keywords): New font lock kewords.
8293 (hexl-mode-old-font-lock-keywords): New variable.
8294 (hexl-mode): Store the old font lock keywords.
8295 (hexl-mode-exit): Restore the old font lock keywords.
8296
8297 2004-12-27 Richard M. Stallman <rms@gnu.org>
8298
8299 * simple.el (undo): Fix previous change.
8300
8301 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8302
8303 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8304 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8305 Call x-open-connection on Mac OS X.
8306
8307 2004-12-27 Richard M. Stallman <rms@gnu.org>
8308
8309 * files.el (buffer-save-without-query): New var (buffer-local).
8310 (save-some-buffers): Save those buffers first, w/o asking.
8311
8312 * files.el (insert-directory-ls-version): New variable.
8313 (insert-directory): When ls returns an error, test the version
8314 number to decide what the return code means.
8315 With --dired output format, detect and distinguish lines
8316 that are really error messages.
8317 (insert-directory-adj-pos): New function.
8318
8319 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8320
8321 * battery.el (battery-mode-line-format): Remove initial spaces.
8322
8323 * uniquify.el (uniquify-rationalize-file-buffer-names):
8324 Delete interactive spec.
8325
8326 * type-break.el (type-break-mode): Set buffer-save-without-query.
8327 Remove code that tried to set save-some-buffers-always.
8328 (type-break-file-keystroke-count): Bind deactivate-mark.
8329
8330 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8331
8332 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8333 Test that the buffer is live, and maybe reject current buffer too.
8334 Clarify.
8335 (next-error-find-buffer): Rewrite for clarity.
8336
8337 * loadup.el: Don't use buffer-disable-undo; do it directly.
8338
8339 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8340 (describe-variable): Call symbol-file with `defvar'.
8341
8342 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8343 (symbol-file): Rewritten to handle new load-history format.
8344 Now takes an arg TYPE to specify looking for a particular
8345 type of definition only.
8346
8347 * emacs-lisp/debug.el (debugger-make-xrefs):
8348 Call symbol-file with `defun'.
8349
8350 * emacs-lisp/find-func.el (find-function-noselect):
8351 Call symbol-file with `defun'.
8352 (find-variable-noselect): Call symbol-file with `defvar'.
8353
8354 * eshell/esh-cmd.el (eshell-find-alias-function):
8355 Call symbol-file with `defun'.
8356
8357 * eshell/esh-test.el (eshell-test-goto-func):
8358 Call symbol-file with `defun'.
8359
8360 * mail/rmail.el (rmail-resend):
8361 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8362
8363 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8364
8365 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8366
8367 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8368 Call buffer-disable-undo.
8369
8370 * simple.el (undo-list-saved): New variable (buffer-local).
8371 (undo): Set and test it.
8372 (buffer-disable-undo): Move here from buffer.c.
8373 Clear out undo-list-saved.
8374
8375 * international/mule.el (decode-coding-inserted-region):
8376 Set buffer-undo-list in a correct and optimal way.
8377
8378 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8379 (cperl-font-lock-unfontify-region-function): No need to save and
8380 restore info, since font-lock.el does it for us.
8381
8382 * ansi-color.el (save-buffer-state): Definition deleted.
8383 (ansi-color-unfontify-region): Don't use save-buffer-state.
8384
8385 2004-12-27 Dave Love <fx@gnu.org>
8386
8387 * wid-edit.el (function): Use restricted-sexp as parent.
8388
8389 2004-12-27 Kevin Ryde <user42@zip.com.au>
8390
8391 * simple.el (next-matching-history-element): Use same
8392 `interactive' form as previous-matching-history-element.
8393
8394 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8395 it can appear unencoded and has been seen from yahoo.
8396
8397 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8398
8399 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8400 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8401
8402 2004-12-27 Kenichi Handa <handa@m17n.org>
8403
8404 * international/utf-8.el (utf-translate-cjk-load-tables):
8405 Bind coding-system-for-read to nil while loading subst-*.
8406
8407 2004-12-26 Jay Belanger <belanger@truman.edu>
8408
8409 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8410 default input.
8411
8412 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8413
8414 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8415 before reverting and disable undo recording while reverting.
8416
8417 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8418
8419 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8420 (hs-make-overlay): New function.
8421 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8422 (hs-flag-region): Delete function.
8423 (hs-hide-comment-region): No longer use `hs-flag-region'.
8424 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8425 (hs-hide-block-at-point): Likewise.
8426 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8427 (hs-hide-all, hs-show-all): Likewise.
8428 (hs-show-block): Likewise.
8429 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8430
8431 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8432
8433 * progmodes/hideshow.el: Require `cl' when compiling.
8434 Remove XEmacs and Emacs 19 compatibility.
8435 Use `dolist' and `add-to-list' for load-time actions.
8436 (hs-discard-overlays): Use `dolist'.
8437 (hs-show-block): Likewise.
8438
8439 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8440
8441 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8442
8443 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8444
8445 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8446 When extending backwards, move outside the current comment first.
8447
8448 2004-12-22 Kenichi Handa <handa@m17n.org>
8449
8450 * international/quail.el (quail-start-translation): Fix prompt
8451 string for the case if input-method-use-echo-area being non-nil.
8452 (quail-start-conversion): Likewise.
8453 (quail-show-guidance): Don't show guidance if
8454 input-method-use-echo-area is non-nil.
8455
8456 2004-12-21 Richard M. Stallman <rms@gnu.org>
8457
8458 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8459
8460 2004-12-21 Markus Rost <rost@ias.edu>
8461
8462 * calendar/diary-lib.el (mark-diary-entries):
8463 Set mark-diary-entries-in-calendar only after checking for diary-file.
8464
8465 2004-12-21 Richard M. Stallman <rms@gnu.org>
8466
8467 * faces.el (escape-glyph): Use blue against light foreground.
8468
8469 * simple.el (undo-outer-limit-truncate): New function.
8470 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8471
8472 2004-12-21 Eli Barzilay <eli@barzilay.org>
8473
8474 * calculator.el (calculator-radix-grouping-mode)
8475 (calculator-radix-grouping-digits)
8476 (calculator-radix-grouping-separator):
8477 New defcustoms for the new radix grouping mode functionality.
8478 (calculator-mode-hook): Now used in electric mode too,
8479 (calculator): Call it.
8480 (calculator-mode-map): Some new keys.
8481 (calculator-message): New function. Some new calls.
8482 (calculator-op, calculator-set-register): Use it.
8483 (calculator-string-to-number): New function, mostly moved and
8484 updated code from calculator-curnum-value.
8485 (calculator-curnum-value): Use it.
8486 (calculator-paste): Use it, and update grabbing the current-kill.
8487 (calculator-rotate-displayer)
8488 (calculator-rotate-displayer-back): Toggle digit grouping when
8489 in radix mode, use calculator-message.
8490 (calculator-displayer-prev, calculator-displayer-next):
8491 Change digit group size when in radix mode.
8492 (calculator-number-to-string): Rename from
8493 calculator-num-to-string. Now deals with digit grouping in
8494 radix mode.
8495 (calculator-update-display, calculator-put-value): Use the new name.
8496 (calculator-fact): Return a floating point number.
8497 (calculator-mode): Doc fix.
8498
8499 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8500
8501 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8502 * calendar/diary-lib.el (view-other-diary-entries):
8503 Use current-prefix-arg in interactive spec.
8504
8505 2004-12-19 Jay Belanger <belanger@truman.edu>
8506
8507 * calc/calc-aent.el (calcAlg-blank-matching-open):
8508 Temporarily adjust the syntax of both delimiters of half-open intervals.
8509
8510 2004-12-19 Kim F. Storm <storm@cua.dk>
8511
8512 * mouse.el (mouse-1-click-follows-link): Doc fix.
8513
8514 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8515
8516 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8517 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8518 instead of centraleuropean as the name
8519
8520 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8521
8522 Sync with Tramp 2.0.46.
8523
8524 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8525 parameters wrt Tramp convention.
8526 (tramp-handle-file-attributes-with-perl)
8527 (tramp-handle-directory-files-and-attributes): Apply it.
8528 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8529 `copy-program'. Reported by Zack Weinberg
8530 <zack@codesourcery.com>.
8531 (top): Set `edebug-form-spec' property directly rather than
8532 calling `def-edebug-spec'.
8533
8534 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8535 advice less fragile. Surround temporary redefinition of
8536 `substitute-in-file-name' with `unwind-protect'. Suggested by
8537 Matt Hodges <MPHodges@member.fsf.org>.
8538
8539 2004-12-17 Juri Linkov <juri@jurta.org>
8540
8541 * replace.el (occur-accumulate-lines, occur-engine):
8542 Make forcing deferred font-lock fontification jit-specific.
8543
8544 2004-12-17 Kim F. Storm <storm@cua.dk>
8545
8546 * mouse.el (mouse-1-click-follows-link): New defcustom.
8547 (mouse-on-link-p): New function.
8548 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8549 functionality. Map a mouse-1 click event into a mouse-2 (or
8550 other) event when position is inside a link.
8551
8552 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8553 prefix in tooltip text with "mouse-1" when this is a link
8554 recognized by mouse-1-click-follows-link functionality.
8555
8556 * help.el (describe-key): Report effective and original binding
8557 for mouse-1 when clicked on a link.
8558 (describe-mode): Add follow-link property to "minor-mode" button.
8559
8560 * help-fns.el (describe-variable): Add follow-link property to
8561 "below" button.
8562
8563 * help-mode.el (help-xref): Add follow-link property.
8564
8565 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8566 (apropos-command, apropos-variable, apropos-face, apropos-group)
8567 (apropos-widget, apropos-plist): Add follow-link property.
8568
8569 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8570 checks if position is in a filename, rather than some other
8571 clickable item. Function looks for cvs-filename-face at position.
8572
8573 * wid-edit.el (widget-specify-field, widget-specify-button):
8574 Map a :follow-link keyword into a follow-link property.
8575 (link): Add :follow-link keyword, map to RET binding.
8576
8577 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8578
8579 * progmodes/compile.el (compilation-minor-mode-map)
8580 (compilation-button-map, compilation-mode-map): Likewise.
8581
8582 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8583
8584 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8585 (zone-replace-char): Take `count' and `del-count'
8586 instead of `direction'. Update callers. When `del-count' is
8587 non-nil, delete that many characters, otherwise `count' characters
8588 backwards. Insert the newly-replaced string `count' times.
8589 (zone-fret): Handle chars w/ width greater than one.
8590 (zone-fall-through-ws): No longer take window width `ww'.
8591 Update callers. Add handling for `char-width' greater than one.
8592 (zone-pgm-drip): Update var holding window-end position every cycle.
8593
8594 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8595
8596 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8597 rather than insert-file.
8598
8599 2004-12-16 Jay Belanger <belanger@truman.edu>
8600
8601 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8602 (math-init-random-base, math-random-digit): Check to see if
8603 var-RandSeed is bound.
8604 (math-random-last): Declare it.
8605 (math-random-digit): Don't make math-random-last local.
8606
8607 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8608
8609 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8610 one-shot thunk for uniform (error, quit, normal) recovery.
8611 Reported by John Paul Wallington.
8612 (zone-pgm-random-life): Fix bug:
8613 Recognize empty initial field by lack of "@" chars.
8614
8615 2004-12-16 Juri Linkov <juri@jurta.org>
8616
8617 * help.el (function-called-at-point):
8618 * help-fns.el (variable-at-point): As a last resort try stripping
8619 non-word prefixes and suffixes.
8620
8621 * descr-text.el (describe-property-list): Don't treat syntax-table
8622 specially. Use describe-text-sexp which inserts [show] button
8623 for large objects and handles printing errors. Sort properties
8624 by names in alphabetical order instead of by value sizes.
8625 Add `mouse-face' to list of properties for `describe-face' widget.
8626 (describe-char): Mask out face-id from 19 bits of character.
8627 Print face-id separately.
8628
8629 * replace.el (occur-accumulate-lines, occur-engine):
8630 Fontify unfontified matching lines in the source buffer
8631 before copying them.
8632 (occur-engine): Don't put mouse-face on context lines.
8633 (occur-next-error): Set point to line beginning/end
8634 before searching for prev/next property to skip multiple
8635 matches on a line (not supported by occur engine).
8636 Remove redundant prefix-numeric-value.
8637
8638 2004-12-15 Juri Linkov <juri@jurta.org>
8639
8640 * replace.el (match): New face.
8641 (list-matching-lines-face): Change default from `bold' to `match'.
8642
8643 * progmodes/grep.el (grep-match-face): New defvar.
8644 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8645 compilation-column-face to highlight grep matches.
8646
8647 * apropos.el (apropos-match-face): Change default from
8648 `secondary-selection' to `match'.
8649
8650 * info-look.el (info-lookup-highlight-face): Change default from
8651 `highlight' to `match'.
8652
8653 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8654
8655 * progmodes/executable.el (executable-interpret): Eliminate
8656 obsolete compile-internal, and switch to comint for interaction.
8657
8658 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8659
8660 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8661 `&&' when skipping multiple statements on a line.
8662
8663 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8664
8665 * play/zone.el (zone): Set `truncate-lines'.
8666 Also, init `tab-width' with value from original buffer.
8667 (zone-shift-up): Rewrite for speed.
8668 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8669 (zone-pgm-jitter): Remove redundant entries from ops vector.
8670 (zone-exploding-remove): Reduce iteration count.
8671 (zone-cpos): Convert to defsubst.
8672 (zone-replace-char): New defsubst.
8673 (zone-park/sit-for): Likewise.
8674 (zone-fret): Take window-start arg.
8675 Update callers. Use `zone-park/sit-for'.
8676 (zone-fill-out-screen): Rewrite.
8677 (zone-fall-through-ws): Likewise. Update callers.
8678 (zone-pgm-drip): Use `zone-replace-char'.
8679 Move var inits before while-loop. Use `zone-park/sit-for'.
8680 (zone-pgm-random-life): Handle empty initial field.
8681 Use `zone-replace-char' and `zone-park/sit-for'.
8682
8683 2004-12-15 Juri Linkov <juri@jurta.org>
8684
8685 * isearch.el (isearch-update): Test isearch-lazy-highlight
8686 before calling isearch-lazy-highlight-new-loop.
8687 (isearch-lazy-highlight-new-loop):
8688 Don't test isearch-lazy-highlight.
8689
8690 * replace.el (perform-replace): Add isearch-case-fold-search.
8691 Use delimited-flag for isearch-regexp.
8692 Reset isearch-lazy-highlight-last-string to force lazy
8693 highlighting when called from isearch mode.
8694 (query-replace-highlight): Revert defcustom type to boolean.
8695 (query-replace-lazy-highlight): New defcustom.
8696 (query-replace): New face.
8697 (perform-replace, replace-highlight, replace-dehighlight):
8698 Test query-replace-lazy-highlight instead of special value
8699 `isearch' of query-replace-highlight.
8700 (replace-dehighlight): Don't call isearch-dehighlight.
8701 (replace-highlight): Don't call isearch-highlight.
8702 Use face `query-replace' unconditionally.
8703
8704 2004-12-14 Kim F. Storm <storm@cua.dk>
8705
8706 * simple.el (inhibit-mark-movement): Remove defvar.
8707 (beginning-of-buffer, end-of-buffer): Don't use it.
8708
8709 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8710 Don't use inhibit-mark-movement.
8711
8712 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8713 (cua--undo-push-mark): Remove.
8714 (cua--pre-command-handler, cua--post-command-handler):
8715 Don't fiddle with inhibit-mark-movement.
8716
8717 2004-12-14 Juri Linkov <juri@jurta.org>
8718
8719 * buff-menu.el (list-buffers-noselect): Collect internal info
8720 for every buffer in BUFFER-LIST arg too.
8721 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8722 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8723 Bind same-window-buffer-names and same-window-regexps to nil.
8724
8725 2004-12-13 Juri Linkov <juri@jurta.org>
8726
8727 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8728
8729 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8730 (sc-cite-region, sc-uncite-region, sc-recite-region):
8731 Fix previous change to handle not alist as a symbol, but
8732 a citation frame as a symbol that represents a variable name.
8733
8734 2004-12-13 Richard M. Stallman <rms@gnu.org>
8735
8736 * filecache.el (file-cache-add-directory-using-find):
8737 Only set up file-cache-find-command-posix-flag if we will use it.
8738
8739 * bindings.el (mode-line-buffer-identification-keymap):
8740 Don't cancel the mode-line's usual down-mouse-1 binding.
8741
8742 * cus-edit.el (custom-face-selected): Handle `default' specs.
8743 (custom-face-edit): Increase extra-offset.
8744 (custom-display): Handle `default' specs.
8745
8746 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8747
8748 * emacs-lisp/elint.el (elint-standard-variables)
8749 (elint-unknown-builtin-args): Move definitions up.
8750
8751 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8752
8753 * info.el (info-xref-visited): Use `default' instead of t.
8754 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8755
8756 * faces.el (header-line, mode-line-inactive, tool-bar):
8757 Use `default' instead of t for setting the defaults.
8758 (face-spec-choose): Separate `t' from `default'.
8759
8760 * subr.el (while-no-input): New macro.
8761
8762 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8763
8764 * filecache.el (file-cache-add-directory-using-find):
8765 Only test file-cache-find-command-posix-flag on some systems.
8766
8767 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8770 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8771 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8772 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8773 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8774
8775 2004-12-12 Juri Linkov <juri@jurta.org>
8776
8777 * files.el (find-file-other-window, find-file-other-frame):
8778 Add the first buffer to the returned value to return the complete
8779 list of all visited buffers.
8780 (find-file-read-only, find-file-read-only-other-window)
8781 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8782 `find-file-read-args'. Signal an error about non-existent file
8783 only if file name doesn't contain wildcards. Toggle read-only in
8784 all visited buffers.
8785 (find-alternate-file, find-alternate-file-other-window):
8786 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8787 called interactively. Pass arg `wildcards' to other functions.
8788 (find-file-noselect): Doc fix.
8789
8790 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8791 Doc fix.
8792 (ffap-directory-finder): New variable.
8793 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8794 (ffap-file-at-point): Add /* to immediately rejected names.
8795 Return absolute file names matching ffap-dired-wildcards.
8796 (ffap-read-file-or-url): Set default value for `completing-read'
8797 to `buffer-file-name'.
8798 (find-file-at-point): When filename matches ffap-dired-wildcards,
8799 call ffap-file-finder with t arg `wildcards', instead of dired.
8800 (ffap-other-window, ffap-other-frame): Return visited buffers.
8801 (ffap-read-only, ffap-read-only-other-window)
8802 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8803 (dired-at-point): Call ffap-directory-finder instead of dired.
8804 (ffap-dired-other-window, ffap-dired-other-frame)
8805 (ffap-list-directory): New commands.
8806 (ffap-bindings): New keybindings for new commands.
8807
8808 2004-12-12 Juri Linkov <juri@jurta.org>
8809
8810 * simple.el (beginning-of-buffer, end-of-buffer):
8811 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8812 Do not push mark when mark is active in transient-mark-mode.
8813
8814 * simple.el (mark-word):
8815 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8816 * textmodes/paragraphs.el (mark-paragraph):
8817 Extend the region when mark is active in transient-mark-mode,
8818 regardless of the last command. Doc fix.
8819
8820 * simple.el (mark-word): Preserve direction when repeating.
8821 Make arg optional. Interactive "p" -> "P".
8822 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8823
8824 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8825 preserving direction, to mark forward instead of backward when mark
8826 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8827
8828 2004-12-12 Juri Linkov <juri@jurta.org>
8829
8830 * isearch.el (isearch-edit-string): Set 7th arg of
8831 `read-from-minibuffer' to `t' to inherit the current input
8832 method (whose name is indicated by [IM] in the minibuffer prompt)
8833 from the current buffer to the minibuffer.
8834 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8835 to allow C-g quitting for lazy highlighting looping inside the
8836 search with nested repetition operators. Add overlay to the list
8837 before setting its face and other properties to avoid the case of
8838 code quitting after placing the new overlay but before it's
8839 recorded on the list. Select the window where isearch was
8840 activated, to highlight matches in the right window when isearch
8841 switches the current window to the minibuffer.
8842
8843 * international/isearch-x.el
8844 (isearch-process-search-multibyte-characters):
8845 Use `isearch-message' as initial input for `read-string' instead
8846 of adding it to the minibuffer prompt. After reading a string
8847 remove the initial value of `isearch-message' from the string.
8848
8849 * replace.el (replace-match-maybe-edit): Doc fix.
8850 (perform-replace): Don't call `replace-highlight' when automatic
8851 replacement is requested in literal mode, since it is intended
8852 only to highlight words during entering a new replacement string
8853 for \? in non-literal mode.
8854
8855 * replace.el (query-replace-highlight): Add new value `isearch'
8856 that allows query replacement to use isearch highlighting.
8857 Change type from `boolean' to `choice'. Doc fix.
8858 (replace-highlight, replace-dehighlight, perform-replace):
8859 Use isearch highlighting if query-replace-highlight eq `isearch'.
8860
8861 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8864 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8865
8866 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8867 case of \end{verbatim}.
8868
8869 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8870
8871 * term.el (term-termcap-format): Synchronyze with terminfo.
8872 (term-emulate-terminal): Handle reset.
8873 (term-reset-terminal): New function.
8874
8875 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8876
8877 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8878 (zone-fill-out-screen): New func.
8879 (zone-pgm-drip): Use `zone-fill-out-screen'.
8880 Also, no longer go to point-min on every cycle.
8881 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8882 (zone-pgm-random-life-wait): New user var.
8883 (zone-pgm-random-life): New func.
8884
8885 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8886
8887 * files.el (auto-mode-alist): Map .com to DCL mode.
8888
8889 2004-12-09 Richard M. Stallman <rms@gnu.org>
8890
8891 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8892
8893 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8894
8895 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8896 buffer with a display margin.
8897
8898 2004-12-08 Jay Belanger <belanger@truman.edu>
8899
8900 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8901 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8902
8903 2004-12-08 Richard M. Stallman <rms@gnu.org>
8904
8905 * faces.el: Delete code to set display table.
8906 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8907
8908 2004-12-08 Jay Belanger <belanger@truman.edu>
8909
8910 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8911
8912 * calc/calc-ext.el (math-read-replacement-list)
8913 (math-read-superscripts, math-read-preprocess-string): Move to
8914 calc-aent.el.
8915
8916 * calc/calc-aent.el (math-read-replacement-list)
8917 (math-read-superscripts, math-read-preprocess-string): Move from
8918 calc-ext.el.
8919
8920 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * isearch.el (isearch-quote-char): Fix up typo in last change.
8923
8924 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8925
8926 * mouse.el (mouse-set-font): Handle the case where the command was
8927 not invoked using the mouse.
8928
8929 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8930 (edmacro-finish-edit): Further update for keyboard macros that are
8931 lambda forms.
8932 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8933
8934 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8937 (font-lock-default-unfontify-region): Don't save buffer state any more.
8938
8939 2004-12-07 Jay Belanger <belanger@truman.edu>
8940
8941 * calc/calc-help.el (calc-describe-key):
8942 Set calc-summary-indentation even when Calc Summary buffer exists.
8943
8944 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8945
8946 * calendar/holidays.el (holiday-easter-etc): Make arguments
8947 optional for backwards compatibility. Doc fix.
8948 Remove un-necessary local vars mandatory, output-list.
8949 (holiday-advent): Make arguments optional for backwards
8950 compatibility. Doc fix.
8951
8952 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8953
8954 * paren.el (show-paren-function): Fix last change (2004-12-02).
8955
8956 * international/mule-util.el (char-displayable-p): Return nil for
8957 unibyte mode.
8958
8959 * subr.el (subregexp-context-p): New function.
8960
8961 * isearch.el (isearch-quote-char): Use it.
8962
8963 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8964 (regexp-opt-not-groupie*-re): Remove.
8965 (regexp-opt): Properly handle inputs with duplicate entries.
8966
8967 2004-12-06 Richard M. Stallman <rms@gnu.org>
8968
8969 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8970
8971 * cus-edit.el (custom-file): Doc fix.
8972
8973 * textmodes/org.el: New file.
8974
8975 2004-12-06 Kenichi Handa <handa@m17n.org>
8976
8977 * ldefs-boot.el: Update international/mule-util.el section.
8978
8979 2004-12-05 Sam Steingold <sds@gnu.org>
8980
8981 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8982 Fix `tramp-time-diff' comparison logic.
8983
8984 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8985
8986 * progmodes/which-func.el (which-function):
8987 Use `run-hook-with-args-until-success' instead of a custom loop.
8988 Fixes bug with local hooks.
8989
8990 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8991
8992 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8993 Use delete-dups when calculating the initial value.
8994 (bibtex-autokey-get-title): Use <=.
8995 (bibtex-goto-line): New function.
8996 (bibtex-reposition-window): Use line numbers instead of point
8997 positions. Use window-body-height.
8998 (bibtex-find-crossref): Use bibtex-reposition-window.
8999 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9000 position of entry if key is found or nil if not found.
9001
9002 2004-12-05 Richard M. Stallman <rms@gnu.org>
9003
9004 * cus-edit.el (custom-file): Doc fix.
9005
9006 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9007
9008 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * simple.el (blink-matching-open):
9011 * textmodes/tex-mode.el (tex-validate-region):
9012 Obey syntax-table text properties.
9013
9014 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9015
9016 * wid-edit.el (widget-specify-field): Add `real-field' property to
9017 boundary.
9018 (widget-field-at): Use it.
9019
9020 2004-12-02 Richard M. Stallman <rms@gnu.org>
9021
9022 * progmodes/cc-mode.el (awk-mode autoload):
9023 Supply t meaning interactive function.
9024
9025 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9026 (isearch-mode-map): No special definition for space.
9027 (isearch-whitespace-chars): Command deleted.
9028 (isearch-forward-regexp): Doc fix.
9029 (isearch-quote-char): When a space is not inside brackets,
9030 use `[ ]' instead of just space.
9031 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9032
9033 * imenu.el (imenu--generic-function): Delete code to exclude
9034 matches in comments.
9035
9036 * man.el (Man-reverse-face): Change default to `highlight'.
9037
9038 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9039 (occur-engine): Use `face' prop rather than `font-lock-face'
9040 when specifying use of `match-face'.
9041 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9042
9043 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9044
9045 * add-log.el (add-log-current-defun): Handle the case where point
9046 is in the header part of a DEFUN construct.
9047
9048 2004-12-02 Dave Love <fx@gnu.org>
9049
9050 * progmodes/python.el (python-font-lock-syntactic-keywords):
9051 Fix previous change.
9052
9053 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9054
9055 * paren.el (show-paren-function): Check for matching chars
9056 specified by text props.
9057
9058 2004-12-02 Jay Belanger <belanger@truman.edu>
9059
9060 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9061 when reading a new key sequence.
9062
9063 2004-12-02 Kim F. Storm <storm@cua.dk>
9064
9065 * faces.el (escape-glyph): Rename from glyph.
9066 (standard-display-table): Set it here. Add escape-glyph face to
9067 extra slot characters.
9068
9069 * disp-table.el: Undo 2004-12-01 change. Display table is now
9070 setup in faces.el.
9071
9072 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9073
9074 * xml.el (xml-parse-dtd): Don't show validity messages when
9075 xml-validating-parser is nil.
9076 (xml-substitute-special): Fix validity error messages to
9077 actually show the unexpandable entity. Added validity error if &
9078 isn't followed by an entity.
9079 (xml-parse-tag): Concatenate any string following the a
9080 <![CDATA[]]> section to the parsed CDATA.
9081 (xml-parse-dtd): Skip parameter entity declarations and use of
9082 parameter entities.
9083
9084 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9085
9086 * kmacro.el (kmacro-default-counter-format): New var.
9087 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9088 (kmacro-display): Remove `nil' from `and' form. Delete call to
9089 `format' inside `message'.
9090 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9091
9092 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * pcvs.el (cvs-header-msg): New function.
9095 (cvs-update-header): Use it. Change calling convention.
9096 Correctly handle the case of having simultaneous active processes.
9097 (cvs-sentinel): Don't call cvs-update-header any more.
9098 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9099
9100 2004-12-01 Jay Belanger <belanger@truman.edu>
9101
9102 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9103 Change message.
9104
9105 2004-12-01 Juri Linkov <juri@jurta.org>
9106
9107 * progmodes/prolog.el (prolog-mode-variables):
9108 Fix imenu-generic-expression.
9109
9110 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9111
9112 * faces.el (glyph): New face.
9113
9114 * disp-table.el: Add an autoloaded table, that doesn't require
9115 this library, with glyph face.
9116
9117 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9118 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9119 (conf-quote-normal): Allow normalizing only ' or ".
9120 (conf-mode): Regexp-quote constructed comment-start and don't
9121 match section {} where "name" contains braces.
9122
9123 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9124 files.
9125
9126 2004-12-01 Kenichi Handa <handa@m17n.org>
9127
9128 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9129 (x-select-text): Don't treat eight-bit-control/graphic chars
9130 specially. Store the encoded text in the X cut buffer.
9131 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9132 with x-last-selected-text-cut-encoded.
9133
9134 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9137
9138 2004-11-30 Markus Rost <rost@ias.edu>
9139
9140 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9141 AUCTeX.
9142
9143 2004-11-30 Jay Belanger <belanger@truman.edu>
9144
9145 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9146 on signs of intervals.
9147 (math-pow-of-zero): Strengthen checks for positive and negative
9148 exponents.
9149
9150 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9151 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9152 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9153 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9154 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9155 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9156 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9157 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9158 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9159 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9160 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9161 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9162 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9163 with provide statements.
9164
9165 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9166
9167 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9168
9169 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9170 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9171 functions by require statements.
9172 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9173
9174 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9175 (calc-gnuplot-print): Give them values.
9176
9177 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9178 autoloads.
9179 Add calc-do-embedded-activate to autoloads.
9180 (calc-gnuplot-name, calc-gnuplot-plot-command)
9181 (calc-gnuplot-print-command): Move them to calc-graph.el.
9182
9183 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9184
9185 * term/mac-win.el (ccl-encode-mac-roman-font)
9186 (ccl-encode-mac-cyrillic-font)
9187 (ccl-encode-mac-centraleuropean-font, encoder-list)
9188 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9189 Support Cyrillic, CentralEuropean, and Dingbat font display
9190
9191 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9192
9193 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9194
9195 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9196 still nil.
9197
9198 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9199
9200 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9201 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9202
9203 2004-11-29 Jay Belanger <belanger@truman.edu>
9204
9205 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9206 cases of the base and exponent.
9207
9208 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9209
9210 * simple.el (next-error-buffer-p): Allow for inclusive and
9211 exclusive tests for finding a buffer.
9212 (next-error-find-buffer): Pass the exclusive and inclusive tests
9213 to next-error-buffer-p.
9214
9215 * replace.el (occur-next-error): Switch to the Occur buffer when
9216 appropriate, use the exclusive filter to next-error-find-buffer to
9217 do it. Use the absolute value of the motion amount.
9218
9219 2004-11-29 Kenichi Handa <handa@m17n.org>
9220
9221 * startup.el (command-line): Decode all default-directory by
9222 locale-coding-system.
9223
9224 2004-11-29 Jay Belanger <belanger@truman.edu>
9225
9226 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9227 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9228 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9229 Replace calls to calc-extensions by appropriate require, replace
9230 calc-extensions-loaded by appropriate featurep.
9231
9232 * calc/calc-ext.el: Move require to end of file.
9233 Remove redundant loading of calc.el.
9234 (calc-extensions-loaded): Remove unnecessary variable.
9235 (calc-extensions): Remove unnecessary function.
9236 (calc-load-everything): Replace calc-need-macros by appropriate require.
9237
9238 * calc/calc-macs.el: Move provide to end of file.
9239 (calc-need-macros): Remove unnecessary function.
9240
9241 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9242 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9243 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9244 Replace calc-extensions by appropriate require.
9245 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9246
9247 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9248 Replace calc-need-macros by appropriate require.
9249
9250 * calc/calc.el: Move require to end of file.
9251 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9252 Remove unnecessary variable.
9253 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9254 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9255 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9256 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9257 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9258 (math-format-number, math-format-bignum, math-read-number)
9259 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9260 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9261 by appropriate require.
9262 (calc-check-defines): Replace calc-need-macros by appropriate require.
9263
9264 2004-11-29 Kim F. Storm <storm@cua.dk>
9265
9266 * macros.el (insert-kbd-macro): Handle kmacro functions.
9267
9268 2004-11-28 Juri Linkov <juri@jurta.org>
9269
9270 * compare-w.el (compare-windows-highlight): Attach each overlay
9271 to its window to properly highlight differences while comparing
9272 two windows of the same buffer. Fix arguments.
9273 (compare-windows-sync-default-function): Fix arguments of
9274 `compare-windows-highlight'.
9275
9276 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9277 Use `read-expression-history'. Set initial contents only if
9278 `edebug-global-break-condition' is non-nil. Set histpos to 1
9279 if initial contents is equal to the last history element.
9280 (edebug-set-conditional-breakpoint): Instead of temporarily
9281 prepending the current condition to the history, set initial
9282 contents to the current condition. Set histpos to 1 if initial
9283 contents is equal to the last history element.
9284
9285 * info.el (Info-search-whitespace-regexp): Remove shy group.
9286 (Info-search): Forward line if search is on the header line.
9287 Use search-whitespace-regexp in two other places.
9288
9289 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9290
9291 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9292 warning. Delay real definition, which uses
9293 `set-fringe-indicators-1' till after the definition of that function.
9294
9295 2004-11-28 Kim F. Storm <storm@cua.dk>
9296
9297 * fringe.el (fringe): New defgroup.
9298 (fringe-mode): Move to fringe group.
9299 (fringe-indicators): New defcustom.
9300 (set-fringe-indicators-1): New defun.
9301
9302 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9303 (menu-bar-showhide-fringe-ind-menu): New keymap.
9304 (menu-bar-showhide-fringe-ind-empty)
9305 (menu-bar-showhide-fringe-ind-mixed)
9306 (menu-bar-showhide-fringe-ind-box)
9307 (menu-bar-showhide-fringe-ind-right)
9308 (menu-bar-showhide-fringe-ind-left)
9309 (menu-bar-showhide-fringe-ind-none): New defuns.
9310 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9311
9312 2004-11-27 Richard M. Stallman <rms@gnu.org>
9313
9314 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9315
9316 * generic.el (define-generic-mode): Doc fix.
9317
9318 * menu-bar.el (menu-bar-options-save): For the options
9319 that are toggled with menu-bar-make-mm-toggle, don't check
9320 for customized-value prop.
9321
9322 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9323
9324 * mail/supercite.el (sc-cite-region): Handle the case where
9325 sc-cite-frame-alist is a symbol.
9326 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9327 a symbol.
9328 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9329 a symbol.
9330
9331 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9332
9333 * wid-edit.el (widget-narrow-to-field): New function.
9334 (widget-complete): Use it.
9335
9336 2004-11-27 Jay Belanger <belanger@truman.edu>
9337
9338 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9339 variable.
9340 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9341 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9342 (math-alg-inequalities): Move declaration to earlier in the file.
9343
9344 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9345 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9346 Declare them.
9347
9348 * calc/calc-lang.el (math-expr-data, math-expr-token)
9349 (math-exp-old-pos): Declare them.
9350
9351 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9352 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9353
9354 2004-11-27 Kim F. Storm <storm@cua.dk>
9355
9356 * progmodes/flymake.el: Use (featurep 'xemacs).
9357 (flymake-makehash): Change to defsubst. Use fboundp.
9358 (flymake-time-to-float): Remove.
9359 (flymake-float-time): Merge code from flymake-time-to-float here.
9360 (flymake-replace-regexp-in-string): Change to defsubst.
9361 (flymake-split-string-remove-empty-edges):
9362 Rename to flymake-split-string.
9363 (flymake-split-string): Remove previous defalias.
9364 (flymake-get-temp-dir): Change to defsubst.
9365 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9366 Define for xemacs only.
9367 (flymake-master-file-count-limit): Change into compiler defvar only.
9368 (flymake-find-possible-master-files): Let-bind it dynamically while
9369 sorting files using flymake-master-file-compare.
9370
9371 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9374 of defun-prompt-regexp matches inside a comment/string but the
9375 beginning is correctly outside everything.
9376
9377 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9378 appears within a string or a comment.
9379
9380 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9381 rather than make-symbol for symbols which are used in
9382 a symbol-macrolet or equivalent.
9383
9384 2004-11-26 Jay Belanger <belanger@truman.edu>
9385
9386 * calc-misc.el (calc-last-why-command): Declare it.
9387
9388 * calc-vec.el (math-grade-vec): New variable.
9389 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9390 Replace variable grade-vec by declared variable.
9391 (math-rb-close): New variable.
9392 (math-read-brackets, math-read-vector): Replace variable close by
9393 declared variable.
9394
9395 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9396 (calc-one-window, calc-edit-handler, calc-restore-trail)
9397 (calc-allow-ret): Declare them.
9398
9399 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9400 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9401 (math-radix-float-cache-tag, math-random-cache)
9402 (math-max-digits-cache, math-integral-cache, math-units-table)
9403 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9404 (math-moc-func): New variable.
9405 (math-map-over-constants, math-map-over-constants-rec):
9406 Replace variable func by declared variable.
9407
9408 * calc/calc-store.el (calc-given-value, calc-store-opers):
9409 Declare them.
9410 (calc-var-name-map): Move declaration to earlier in the file.
9411 (calc-pv-pos): New variable.
9412 (calc-permanent-variable, calc-insert-permanent-variable):
9413 Replace variable pos by declared variable.
9414
9415 * calc/calc-mtx.el (calc-det-lu): New variable.
9416 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9417
9418 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9419 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9420 and arg by declared variables.
9421 (calcFunc-reducer): Fix incorrect variable.
9422 (math-inner-mul-func, math-inner-add-func): New variables.
9423 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9424 and add-func by declared variables.
9425
9426 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9427 (calc-digit-value): Declare them.
9428
9429 * calc/calc-help.el (Info-history): Declare it.
9430 (calc-describe-key): Make calc-summary-indentation a local variable.
9431 (calc-help-long-names): Move declaration to earlier in file.
9432
9433 * calc/calc-embed.el (calc-original-buffer): Declare it.
9434 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9435 (calc-embed-bot): New variables.
9436 (calc-do-embedded, calc-embedded-mark-formula)
9437 (calc-embedded-find-bounds, calc-embedded-duplicate)
9438 (calc-embedded-new-formula, calc-embedded-make-info):
9439 Replace vars outer-top, outer-bot, bot and top by declared variables.
9440 (calc-embed-prev-modes): New variable.
9441 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9442 prev-modes with declared variable.
9443 (calc-embed-vars-used): New variable.
9444 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9445 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9446 vars-used by declared variable.
9447
9448 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9449 (math-format-radix-float): Remove unnecessary setq.
9450 (math-radix-float-cache): Declare it.
9451
9452 * calc/calcsel2.el (calc-keep-selection): Declare it.
9453
9454 * calc/calc-maint.el: Remove file.
9455
9456 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9457
9458 * textmodes/bibtex.el (bibtex-sort-entry-class)
9459 (bibtex-comment-start): Use defcustom.
9460 (bibtex-entry-field-alist): Use nil if initial content of the
9461 field is undefined. Fix docstring.
9462 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9463 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9464 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9465 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9466 Fix docstring.
9467 (bibtex-autokey-title-terminators): Use only one regexp.
9468 (bibtex-string-maybe-empty-head): New variable.
9469 (bibtex-remove-delimiters-string): New function.
9470 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9471 Use bibtex-remove-delimiters-string.
9472 (bibtex-progress-message, bibtex-field-left-delimiter)
9473 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9474 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9475 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9476 Simplify.
9477 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9478 Use eq and bibtex-remove-delimiters-string. For end markers use
9479 insertion type so that marker stays after inserted text.
9480 (bibtex-autokey-get-names): Return empty string if name is missing.
9481 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9482 calling bibtex-autokey-name-case-convert.
9483 (bibtex-autokey-demangle-title):
9484 Call bibtex-autokey-titleword-case-convert. Remove call to
9485 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9486 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9487 (bibtex-read-key): New optional arg global.
9488 (bibtex-files-expand): New optional arg force.
9489 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9490 (bibtex-complete-crossref-cleanup): Rename from
9491 bibtex-complete-key-cleanup. Simplify code.
9492 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9493 Operate on current entry.
9494 (bibtex-button): Add docstring.
9495 (bibtex-entry): Simplify.
9496 (bibtex-make-field): Replace optional arg called-by-yank with more
9497 specific args move and interactive.
9498 (bibtex-end-of-entry): Use forward-sexp.
9499 (bibtex-find-entry-globally): Remove.
9500 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9501 Bound to C-c C-x.
9502 (bibtex-find-entry): New optional args global and display.
9503 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9504 (bibtex-validate): Use arg force of bibtex-files-expand.
9505 (bibtex-clean-entry): Bugfix, clean string entries properly.
9506 Always keep point at beginning of entry.
9507 (bibtex-complete): Bugfix. Handle string entries properly.
9508 Call cleanup functions only if needed.
9509 (bibtex-String): Use bibtex-read-string-key.
9510 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9511 case of replacement text.
9512
9513 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9514
9515 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9516 (tramp-perl-directory-files-and-attributes): New constant.
9517 (tramp-file-name-handler-alist): Delete file-directory-files, add
9518 directory-files-and-attributes.
9519 (tramp-perl-file-attributes): Surround uid and gid by double
9520 quotes. Change parameter id-format from nonnumeric.
9521 (tramp-convert-file-attributes): New function.
9522 (tramp-handle-file-attributes): Use it.
9523 (tramp-maybe-send-perl-script): New function.
9524 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9525 file mode. Change parameter id-format from nonnumeric.
9526 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9527 from nonnumeric.
9528 (tramp-post-connection): Don't send tramp-perl-file-attributes
9529 script. Reset connection property "perl-scripts".
9530 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9531 in use.
9532
9533 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9534
9535 * desktop.el (desktop-read): Replace mapcar with mapc.
9536 (desktop-create-buffer): Replace mapcar with mapc.
9537 Remove redundant piece of code.
9538
9539 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9540
9541 * progmodes/gud.el (gud-display-line): Use display-buffer
9542 for GDB-UI as for GUD.
9543
9544 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9545 Delete variables.
9546 (gdb-ann3): Don't make GUD buffer dedicated.
9547 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9548 (gdb-display-source-buffer): Delete function.
9549 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9550 (menu): Delete menu bindings for viewing source/assembler.
9551 (gdb-setup-windows, gdb-restore-windows):
9552 Don't dedicate GUD. No assembler now.
9553 (gdb-reset): No need to undedicate source buffers now.
9554 (gdb-source-info): No assembler now.
9555
9556 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9557
9558 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9559 width to those for special frames.
9560 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9561 Use display-buffer.
9562 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9563 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9564 (gdb-frame-assembler-buffer): Rework like
9565 gdb-frame-breakpoints-buffer.
9566
9567 2004-11-25 Richard M. Stallman <rms@gnu.org>
9568
9569 * progmodes/flymake.el: Reindent.
9570 (flymake-split-string): Turn into defalias.
9571 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9572 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9573 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9574 (flymake-build-relative-filename): Rename from ...path.
9575 Fix error message.
9576
9577 2004-11-25 Cheng Gao <chenggao@gmail.com>
9578
9579 * progmodes/flymake.el: Much whitespace and capitalization change.
9580 Move `provide' to end. Require `compile' only when compiling.
9581
9582 2004-11-24 Jay Belanger <belanger@truman.edu>
9583
9584 * calc/calc-alg.el: Added comment.
9585 (math-polynomial-base): Replace variable mpb-top-expr by
9586 math-poly-base-top-expr.
9587
9588 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9589 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9590 variable.
9591 (math-poly-base-total-base): New variable.
9592 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9593 mpb-total-base by declared variable.
9594 (math-factored-vars, math-to-list): Declare it.
9595 (math-fact-expr): New variable.
9596 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9597 (math-factor-expr-try, math-factor-expr-part): Replace variable
9598 expr by declared variable.
9599 (math-fet-x): New variable.
9600 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9601 by declared variable.
9602 (math-factor-poly-coefs): Make temp a local variable.
9603
9604 * calc/calc-units.el (calc-convert-units): Make units a local
9605 variable.
9606 (calc-num-units, calc-den-units): New variables.
9607 (calc-explain-units, calc-explain-units-rec): Replace variables
9608 num-units and den-units by declared variables.
9609 (math-cu-unit-list): New variable.
9610 (math-build-units-table, math-compare-unit-names)
9611 (math-convert-units, math-convert-units-rec): Replace variable
9612 unit-list by declared variable.
9613 (math-fbu-base, math-fbu-entry): New variables.
9614 (math-find-base-units, math-find-base-units-rec): Replace variables
9615 base and entry by declared variables.
9616 (math-which-standard): New variable.
9617 (math-to-standard-units, math-to-standard-rec): Replace variable
9618 which-standard by declared variable.
9619 (math-fcu-u): New variable.
9620 (math-find-compatible-unit, math-find-compatible-unit-rec):
9621 Replace variable u by declared variable.
9622 (math-cu-new-units, math-cu-pure): New variables.
9623 (math-convert-units, math-convert-units-rec): Replace variables
9624 new-units and pure by declared variables.
9625 (math-try-cancel-units): New variable.
9626 (math-simplify-units-quotient): Replace variable try-cancel-units by
9627 declared variable.
9628
9629 2004-11-24 Richard M. Stallman <rms@gnu.org>
9630
9631 * textmodes/ispell.el (ispell-check-version):
9632 If default-directory is nonexistent, use home dir.
9633
9634 * progmodes/grep.el (grep-regexp-alist):
9635 Don't match parens around line numbers.
9636
9637 * progmodes/cperl-mode.el (cperl-indent-region)
9638 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9639 Don't print progress messages.
9640
9641 * progmodes/compile.el (compilation-mode-map):
9642 Don't inherit from compilation-minor-mode-map;
9643 copy its bindings instead. But the menu bar Compile
9644 entry now does inherit from compilation-menu-map.
9645
9646 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9647 Use with-no-warnings around compiler-macroexpand.
9648
9649 * imenu.el: Don't always require newcomment.
9650 (imenu--generic-function): Call comment-normalize-vars
9651 if we have a comment syntax.
9652 Exit the loop if REGEXP matches the null string.
9653 Test comment-start as well as comment-start-skip
9654 when deciding whether to check for comments.
9655
9656 * tooltip.el (tooltip-mode): Doc fix.
9657
9658 * term.el (term-escape-char, term-mode): Doc fixes.
9659
9660 2004-11-24 Dave Love <fx@gnu.org>
9661
9662 * progmodes/python.el (python-font-lock-syntactic-keywords):
9663 Check for escapes in the regexp.
9664 (python-quote-syntax): Don't do it here.
9665
9666 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9667
9668 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9669 (gdb-frames-mode-map, gdb-threads-mode-map)
9670 (gdb-registers-mode-map, gdb-locals-mode-map)
9671 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9672 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9673
9674 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9675 (dedicated-switch-to-buffer): Rework.
9676 (gdb-var-evaluate-expression-handler, gdb-put-string):
9677 Remove unused variable bindings.
9678 (gdb-setup-windows, gdb-display-buffer):
9679 Simplify. Use pop-to-buffer.
9680 (gdb-view-source-function): Simplify.
9681 (gdb-frame-breakpoints-buffer):
9682 Use pop-to-buffer, special-display-regexps.
9683
9684 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9685
9686 * progmodes/f90.el (f90-smart-end)
9687 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9688 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9689 (f90-end-of-block): Doc fix. Make check of outermost block
9690 conditional on value of `f90-smart-end'.
9691 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9692 Handle case where END-BLOCK is nil.
9693 (f90-match-end): Handle un-named PROGRAM blocks.
9694 (f90-backslash-not-special): New function.
9695
9696 2004-11-24 Jay Belanger <belanger@truman.edu>
9697
9698 * calc/calc.el (calc-embedded-active): Removed unnecessary
9699 declaration.
9700 (calc-show-banner): Removed redundant declaration.
9701
9702 * calc/calc-graph.el (calc-gnuplot-default-device)
9703 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9704 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9705 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9706 Remove redundant initial values.
9707
9708 * calc/calc-arith.el (math-scalar-functions)
9709 (math-nonscalar-functions, math-scalar-if-args-functions)
9710 (math-real-functions, math-positive-functions)
9711 (math-nonnegative-functions, math-real-scalar-functions)
9712 (math-real-if-arg-functions, math-integer-functions)
9713 (math-num-integer-functions, math-rounding-functions)
9714 (math-float-rounding-functions, math-integer-if-args-functions)
9715 (math-super-types): Move declarations to earlier in file.
9716 (math-unit-prefixes): Declared it.
9717 (math-floor-prec, math-trunc-prec): New variables.
9718 (math-trunc-fancy): Replace variable prec by declared variable.
9719 (math-floor-fancy): Replace variable prec by declared variable.
9720 (math-com-bterms): New variable.
9721 (math-commutative-equal, math-commutative-collect):
9722 Replace variable bterms by declared variable.
9723
9724 * calc/calc-misc.el (math-trunc): Replace variable prec by
9725 math-trunc-prec.
9726 (math-floor): Replace variable prec by math-floor-prec.
9727
9728 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9729 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9730 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9731 (math-format-date, math-format-date-part): Replace variables
9732 date, dt, year, month, day, weekday, hour, minute, second and
9733 bc-flag by declared variables.
9734 (math-pd-str): New variable.
9735 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9736 Replace variable str by declared variable.
9737 (math-daylight-savings-hook, math-tzone-names): Move definitions
9738 to earlier in the file.
9739 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9740 (math-sh-year): New variable.
9741 (math-setup-add-holidays, math-setup-holidays)
9742 (math-setup-year-holidays): Replace variable `year' by declared
9743 variable.
9744
9745 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9746 New variables.
9747 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9748 n, nf and nfm1 by declared variables.
9749 (math-nri-n): New variable.
9750 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9751 n by declared variable.
9752 (calcFunc-log): Removed misplaced condition.
9753
9754 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9757
9758 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9761 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9762 Dedicate gdb-related windows.
9763 (gdb-display-buffer): Dedicate gdb-related windows.
9764 Don't grab other frames.
9765 (gdb-reset): Remove dedicated property after debugging.
9766
9767 2004-11-24 Jay Belanger <belanger@truman.edu>
9768
9769 * calc/calc-sel.el: Add comment.
9770
9771 * calc/calc.el (math-stack-value-offset): Replace variables c,
9772 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9773
9774 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9775 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9776 (math-stack-value-offset-fancy): Replace variables c, wid and off
9777 by declared variables.
9778 (math-comp-just, math-comp-comma-spc): New variables.
9779 (math-compose-expr, math-compose-matrix): Replace variables `just'
9780 and comma-spc by declared variable.
9781 (math-comp-vector-prec): New variable.
9782 (math-compose-expr, math-compose-matrix, math-compose-rows):
9783 Replace variable vector-prec by declared variable.
9784 (math-comp-left-bracket, math-comp-right-bracket)
9785 (math-comp-comma): New variables.
9786 (math-compose-expr, math-compose-rows): Replace variables
9787 left-bracket, right-bracket and comma by declared variables.
9788 (math-comp-full-width): New variable.
9789 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9790 Replace variable full-width by declared variable.
9791 (math-comp-highlight, math-comp-word, math-comp-level)
9792 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9793 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9794 New variables.
9795 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9796 (math-comp-sel-flat-term): Replace variables comp-highlight,
9797 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9798 declared variables.
9799 (math-comp-simplify, math-comp-simplify-term)
9800 (math-comp-add-string, math-comp-add-string-sel):
9801 Replace variables comp-highlight, comp-buf, comp-base,
9802 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9803
9804 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9805
9806 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9807
9808 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9809 and x-server-version may throw.
9810
9811 2004-11-23 Kim F. Storm <storm@cua.dk>
9812
9813 * subr.el (substitute-key-definition-key): Optimize.
9814 Don't call indirect-function for nil defn (always signals error).
9815
9816 * ido.el (ido-read-internal): Fix require-match check when
9817 ido-directory-too-big is set.
9818
9819 2004-11-23 Jay Belanger <belanger@truman.edu>
9820
9821 * calc/calc-ext.el (math-read-replacement-list)
9822 (math-read-superscripts): New variables.
9823 (math-read-preprocess-string): New function.
9824 (math-read-expr): Filter input through math-read-preprocess-string.
9825
9826 * calc/calc-aent.el (math-read-exprs): Filter input through
9827 math-read-preprocess-string.
9828
9829 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9830
9831 * progmodes/compile.el (compilation-start): In cd command use
9832 substitute-env-vars -- not quite shell compatible but better than
9833 nothing.
9834 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9835 handle the newer versions messages, which are more parseable.
9836
9837 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * reveal.el (reveal-mode-map): New var.
9840 (reveal-mode): Use it.
9841
9842 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9843
9844 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9845 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9846
9847 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9850 header-line when needed.
9851 Use fixed-pitch only in the header-line.
9852 Build the underline automatically. Use emdash if available.
9853
9854 2004-11-22 Richard M. Stallman <rms@gnu.org>
9855
9856 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9857 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9858
9859 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9860
9861 * progmodes/gdb-ui.el (gdb-resync): New function.
9862 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9863 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9864 Use it to fail more gracefully.
9865 (gdb-variables): Delete variable.
9866 Re-order variables to reduce byte-compiler warnings.
9867
9868 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * descr-text.el (describe-char):
9871 * paren.el (show-paren-function):
9872 * subr.el (syntax-after): Undo last change.
9873
9874 * progmodes/python.el (run-python): Don't hard code *Python*.
9875 Don't modify global process-environment.
9876 (python-send-region, python-load-file): Don't assume that
9877 python-buffer == (process-buffer (python-proc)).
9878 (python-switch-to-python): Simplify.
9879
9880 * dired.el (dired-align-file): Don't assume line starts with spaces.
9881
9882 2004-11-21 Jay Belanger <belanger@truman.edu>
9883
9884 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9885 Replace variable `lines' by math-read-big-lines.
9886 (math-read-big-expr): Replace variables the-baseline, the-h2
9887 and err-msg by math-read-big-baseline, math-read-big-h2 and
9888 math-read-err-msg.
9889 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9890
9891 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9892 (math-read-big-balance): Replace unbound variable by value.
9893 (math-read-big-lines): New variable.
9894 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9895 (math-read-big-error, math-read-big-balance): Replace variable
9896 `lines' by declared variable.
9897 (math-read-big-baseline, math-read-big-h2): New variables.
9898 (math-read-big-rec): Replace variables the-baseline and the-h2
9899 by declared variables.
9900 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9901 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9902 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9903 declared variables.
9904 (math-read-big-err-msg): New variable.
9905 (math-read-big-error): Replace variable err-msg by declared variable.
9906
9907 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * ses.el: Add coding cookie.
9910 Fix up docstrings, follow new commenting conventions.
9911 (ses-header-line-menu): Fix missing variable rename for header-row.
9912 (ses-cell-size): Remove.
9913 (ses-make-cell): New function.
9914 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9915 (ses-calculate-cell): Remove unused var `symbol'.
9916 (ses-narrowed-p): New function.
9917 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9918 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9919 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9920 (ses-setup): Use restore-buffer-modified-p.
9921 (ses-cleanup): Remove unused var `end'.
9922 (ses-header-string-left-offset): Remove.
9923 (ses-create-header-string): Adjust to new behavior of `align-to'.
9924 Truncate excessively large fields to preserve alignment.
9925 (ses-reconstruct-all): Remove unused var `refs'.
9926 (ses-read-cell-printer): Remove unused var `prompt'.
9927 (ses-delete-row): Remove unused var `pos'.
9928 (ses-delete-column): Remove unused var `new'.
9929
9930 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9931
9932 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9933 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9934 Eliminate eval-and-compile usage.
9935 (ps-insert-file): Use insert-file-contents instead of insert-file.
9936 (ps-setup): Code fix.
9937
9938 * printing.el (pr-setup, lpr-setup): Code fix.
9939
9940 2004-11-21 Jay Belanger <belanger@truman.edu>
9941
9942 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9943 (calc-original-buffer): Declare them.
9944 (calc-user-formula-alist): New variable.
9945 (calc-user-define-formula, calc-fix-user-formula)
9946 (calc-user-define-composition, calc-finish-formula-edit):
9947 Replace variable `alist' by declared variable.
9948 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9949 (var-q7, var-q7, var-q8, var-q9): Declare them.
9950 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9951 are bound.
9952 (calcFunc-typeof): Replace undeclared variable by expression.
9953 (math-exp-env): New variable.
9954 (math-define-body, math-define-exp): Replace exp-env by declared var.
9955 (math-define-exp): Replace misplaced variable by expression.
9956
9957 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9958 (calc-curve-model, calc-curve-coefnames): New variables.
9959 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9960 varnames, model and coefnames by declared variables.
9961 (math-root-widen): New variable.
9962 (math-search-root, math-find-root): Replace variable root-widen by
9963 declared variable.
9964 (var-DUMMY): Declare it.
9965 (math-root-vars, math-min-vars): Move the declarations to earlier in
9966 the file.
9967 (math-brent-min): Make d a local variable.
9968 (math-find-minimum): Replace non-existent variable.
9969 (math-ninteg-romberg): Remove unnecessary variable.
9970 (math-ninteg-temp): New variable.
9971 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9972 integ-temp by declared variable.
9973 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9974 New variables.
9975 (math-general-fit): Replace variables first-var, first-coef and
9976 new-coefs by declared variables.
9977 (calcFunc-fitvar): Replace variable first-var by declared variable.
9978 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9979 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9980 (math-all-vars-vars, math-all-vars-found): New variables.
9981 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9982 found by declared variable math-all-vars-vars.
9983
9984 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9985
9986 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9987 of `defconst'.
9988
9989 2004-11-20 Richard M. Stallman <rms@gnu.org>
9990
9991 * isearch.el (isearch-mode-map): Don't bind SPC.
9992 (isearch-whitespace-chars): Function deleted.
9993 (isearch-search): Bind search-spaces-regexp.
9994 (isearch-lazy-highlight-search): Likewise.
9995 (search-whitespace-regexp): Doc fix.
9996 (isearch-forward-regexp): Doc fix.
9997
9998 * emacs-lisp/bytecomp.el (byte-compile-form):
9999 Move the calls to byte-compile-set-symbol-position,
10000 to avoid having two for the same symbol occurrence.
10001
10002 * comint.el (comint-input-ring-size): Increase to 150.
10003
10004 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10005 New variables.
10006 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10007 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10008
10009 * imenu.el (imenu--generic-function):
10010 Ensure we keep moving backward even if BEG isn't further back.
10011
10012 * replace.el (query-replace-read-to, query-replace-read-from):
10013 Specify t for KEEP-ALL in read-from-minibuffer.
10014
10015 * progmodes/python.el (python-switch-to-python):
10016 If Python isn't running, start it.
10017 Don't alter debug-ignored-errors.
10018
10019 * progmodes/cperl-mode.el (cperl-indent-region):
10020 Don't mind imenu-scanning-message.
10021
10022 * bindings.el (global-map): Bind C-e to move-end-of-line.
10023
10024 * simple.el (line-move-finish): New arg FORWARD.
10025 Ignore invisible newlines, not intangible ones.
10026 Conditions for acceptable stopping positions depend on FORWARD.
10027 (line-move): Pass FORWARD arg to line-move-finish.
10028
10029 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10030 of HEADER. Compensate for this change in the code to add display
10031 properties. Don't make the first line intangible.
10032
10033 * info.el (Info-search): Fix previous change.
10034
10035 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10036
10037 * Makefile.in (recompile): Revert 2004-11-19 change.
10038 (compile): Likewise.
10039
10040 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10043
10044 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10045
10046 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10047 defgroup and defcustom. Eliminate eval-and-compile usage.
10048
10049 * progmodes/ebnf-otz.el: Fix typos.
10050
10051 2004-11-19 Jay Belanger <belanger@truman.edu>
10052
10053 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10054 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10055 disp-trail by declared variable.
10056
10057 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10058 (calc-finish-selection-edit): Replace variable disp-trail by
10059 declared variable.
10060 (calc-selection-cache-entry): Move declaration to earlier in the file.
10061 (calc-selection-cache-num, calc-selection-cache-comp)
10062 (calc-selection-cache-offset, calc-selection-true-num)
10063 (calc-final-point-line, calc-final-point-column)
10064 (calc-original-buffer): Declare them.
10065 (calc-fnp-op, calc-fnp-num): New variables.
10066 (calc-find-nth-part, calc-find-nth-part-rec)
10067 (calc-select-previous): Replace op and num by declared variables.
10068 (calc-rsf-old, calc-rsf-new): New variables.
10069 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10070 Replace variables old and new by declared variables.
10071 (calc-sel-reselect): New variable.
10072 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10073 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10074 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10075 reselect with declared variable.
10076
10077 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10078 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10079 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10080 (math-import-list, math-rewrite-phase): Declare them.
10081 (math-rewrite): Use let* to declare variables.
10082 (calc-rewrite-selection): Make rules a local variable.
10083 (calc-rewr-sel): New variable.
10084 (calc-rewrite-selection, calc-locate-selection-marker)
10085 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10086 of sel.
10087 (math-rewrite-whole-expr): New variable.
10088 (math-rewrite, math-rewrite-phase): Replace variable expr by
10089 declared variable.
10090 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10091 (math-rewrite-heads-blanks ): New variables.
10092 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10093 heads, skips and blanks by declared variables.
10094 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10095 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10096 New variables.
10097 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10098 old, new, old-func and new-func by declared variables.
10099 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10100 Remove unnecessary variable.
10101 (math-apply-rw-regs): New variable.
10102 (math-apply-rewrites, math-rwapply-replace-regs)
10103 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10104 (math-apply-rw-ruleset): New variable.
10105 (math-apply-rewrites, math-rwapply-remember): Replace variable
10106 ruleset by declared variable.
10107
10108 2004-11-19 Richard M. Stallman <rms@gnu.org>
10109
10110 * info.el (Info-search): Use search-whitespace-regexp.
10111
10112 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10113
10114 * vc-rcs.el (vc-rcs-parse): New function.
10115 (vc-rcs-annotate-command): Likewise.
10116 (vc-rcs-annotate-current-time): Likewise.
10117 (vc-rcs-annotate-time): Likewise.
10118 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10119
10120 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10121
10122 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10123
10124 2004-11-18 Jay Belanger <belanger@truman.edu>
10125
10126 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10127
10128 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10129
10130 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10131 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10132 Use make-temp-file to generate PostScript files in any situation.
10133 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10134 (pr-interactive-p): Eliminate var.
10135 (pr-save-interactive): Eliminate macro.
10136 (pr-interface, pr-ps-directory-preview)
10137 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10138 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10139 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10140 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10141 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10142 (pr-ps-region-ps-print, pr-ps-mode-preview)
10143 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10144 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10145 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10146 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10147 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10148 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10149 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10150 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10151 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10152 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10153 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10154 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10155 Eliminate pr-save-interactive usage.
10156 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10157 Eliminate pr-interactive-p usage.
10158 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10159 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10160 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10161 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10162 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10163 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10164 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10165 New funs.
10166 (pr-ps-file): Use make-temp-file to generate a temporary file.
10167
10168 2004-11-17 Jay Belanger <belanger@truman.edu>
10169
10170 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10171 a local variable.
10172 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10173 (math-top-only): New variable.
10174 (math-simplify, math-simplify-step): Replace variable top-only by
10175 declared variable math-top-only.
10176 (math-simplify-expr): Declare it.
10177 Replace argument expr in all calls of math-defsimplify by
10178 math-simplify-expr.
10179 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10180 (math-simplify-divisor, math-simplify-one-divisor)
10181 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10182 (math-simplify-pow): Replace variable expr by declared variable
10183 math-simplify-expr.
10184 (math-simplify-divisor): Remove local variables temp and op.
10185 (math-simplify-one-divisor): Make temp and op local variables.
10186 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10187 New variables.
10188 (math-simplify-divisor, math-simplify-one-divisor):
10189 Replace variables nover and dover by declared variables.
10190 (math-expr-subst-new, math-expr-subst-old): New variables.
10191 (math-expr-subst, math-expr-subst-rec): Replace variables new
10192 and old by declared variables.
10193 (math-is-poly-degree, math-is-poly-loose): New variables.
10194 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10195 and loose by declared variables.
10196 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10197 (math-polynomial-base, math-polynomial-base-rec):
10198 Replace variables const-ok and mpb-pred by declared variables.
10199
10200 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10201
10202 * calc/calc-ext.el (math-defsimplify): Change the argument in
10203 the created function to math-simplify-expr.
10204
10205 * calc/calc-units.el (math-simplify-expr): Declare it.
10206 Replace argument expr in all calls of math-defsimplify by
10207 math-simplify-expr.
10208 (math-simplify-units-prod): Replace variable expr by declared
10209 variable math-simplify-expr.
10210
10211 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10214 Replace mapcar->dolist, format->string.
10215
10216 2004-11-17 Miles Bader <miles@gnu.org>
10217
10218 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10219 * progmodes/idlwave.el: Remove RCS keywords.
10220
10221 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10222
10223 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10224 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10225 Update to IDLWAVE version 5.5. Too many changes to list them here.
10226 * progmodes/idlw-help.el: New file.
10227
10228 2004-11-16 Richard M. Stallman <rms@gnu.org>
10229
10230 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10231 Discard spaces after \i according to TeX rules.
10232
10233 * international/mule.el (set-buffer-file-coding-system):
10234 New arg NOMODIFY.
10235 (after-insert-file-set-coding): Pass that new arg.
10236 Prevent set-buffer-multibyte from trying to lock the file.
10237
10238 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10239
10240 * saveplace.el (save-place): Doc fix.
10241
10242 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10243 temporarily widen before finding the following word to copy.
10244
10245 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10246 (cl-map-keymap): Definition deleted.
10247
10248 * subr.el (map-keymap-internal): New function.
10249
10250 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10253 when pressing rather than when releasing mouse-2. Simplify.
10254
10255 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10258 (compilation-mode): Set it here instead.
10259
10260 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10261
10262 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10263 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10264
10265 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * progmodes/compile.el (compilation-internal-error-properties):
10268 Fix up a transposition-typo. Check end-col before using it.
10269
10270 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10271
10272 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10273 Discard whitespace after macro \i when converting it.
10274
10275 2004-11-16 Juri Linkov <juri@jurta.org>
10276
10277 * emacs-lisp/find-func.el (find-function-regexp):
10278 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10279 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10280 Remove invalid `\W' from [^cgv\W]. Doc fix.
10281 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10282
10283 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10284
10285 * play/life.el: Maintainer is now FSF.
10286 (life-patterns, life-neighbor-deltas, life-window-start)
10287 (life-current-generation, life-generation-string): Use defvar
10288 instead of defconst.
10289
10290 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * progmodes/compile.el (compilation-move-to-column): New fun.
10293 (compilation-internal-error-properties)
10294 (compilation-next-error-function): Use it to make sure we don't go past
10295 the end of line.
10296
10297 2004-11-15 John Paul Wallington <jpw@gnu.org>
10298
10299 * autoinsert.el (auto-insert-alist): Insert the user's name in
10300 copyright notice, rather than Free Software Foundation, for the
10301 Emacs Lisp header case too.
10302
10303 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10304
10305 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10306 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10307 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10308 return the list of string in a string.
10309 (pr-call-process): Message if calling process returns an error, that
10310 is, the exit status is different of zero.
10311
10312 2004-11-15 Jay Belanger <belanger@truman.edu>
10313
10314 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10315 variable var-thing.
10316 (math-integ-depth, math-integ-level, math-integral-limit)
10317 (math-enable-subst, math-any-substs, math-integ-msg)
10318 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10319 (math-int-threshold, math-int-factors, math-double-roots)
10320 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10321 (var-GenCount): Declare these variables.
10322 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10323 (math-integral-cache, math-integral-cache-state):
10324 Move declarations to earlier in the file.
10325 (math-deriv-var, math-deriv-total, math-deriv-symb)
10326 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10327 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10328 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10329 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10330 (math-solve-res): New variables
10331 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10332 (math-integral, math-replace-integral-parts)
10333 (math-integrate-by-parts, calc-dump-integral-cache)
10334 (math-try-integral, math-do-integral, math-do-integral)
10335 (math-do-integral-methods, math-try-solve-for)
10336 (math-try-solve-prod, math-solve-poly-funny-powers)
10337 (math-solve-crunch-poly, math-decompose-poly)
10338 (math-solve-find-root-term, math-find-root-in-prod)
10339 (math-integ-try-linear-substitutions)
10340 (math-integ-try-substitutions, math-expr-rational-in)
10341 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10342 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10343 (math-solve-for, math-solve-system, math-solve-system-rec)
10344 (math-solve-get-sign, math-solve-get-int)
10345 (math-solve-system-subst): Replace undeclared variables with newly
10346 declared variables.
10347
10348 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * winner.el (winner-active-region, winner-edges, winner-window-list):
10351 Define at toplevel.
10352 (winner-mode-map): Move init inside declaration.
10353
10354 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10355
10356 * files.el (convert-standard-filename): Doc fix.
10357
10358 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10359
10360 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10361 passwd, group, shadow, default/* and pam.d/*.
10362
10363 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10364
10365 * printing.el (pr-menu-spec): Adjust menu specification.
10366
10367 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10368
10369 * printing.el: Doc fix. Insert :version tag into all defcustom.
10370 Handle interactive-p as is recommended in Emacs Lisp Reference.
10371 Set the file permission bits for newly created files.
10372 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10373 The printing menu specification (in `pr-menu-spec') was merged.
10374 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10375 (pr-version): New version number (6.8.3).
10376 (pr-file-modes): New option.
10377 (pr-interactive-p): New var.
10378 (pr-save-interactive, pr-save-file-modes): New macros.
10379 (pr-setup): Code fix.
10380 (pr-menu-spec): Menu specification merged.
10381 (pr-call-process, pr-text2ps): Set file permission bits.
10382 (pr-despool-print): Set file permission bits. Handle interactive-p as
10383 is recommended.
10384 (pr-interface, pr-ps-directory-preview)
10385 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10386 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10387 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10388 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10389 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10390 (pr-ps-region-ps-print, pr-ps-mode-preview)
10391 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10392 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10393 (pr-despool-using-ghostscript, pr-despool-ps-print)
10394 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10395 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10396 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10397 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10398 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10399 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10400 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10401 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10402 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10403 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10404 Handle interactive-p as is recommended.
10405
10406 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10409 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10410
10411 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10412 so it doesn't forget to highlight the beginning of the region either.
10413
10414 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10415
10416 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10417 (c-font-lock-init): Eliminate obsolete make-local-hook.
10418 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10419 (awk-mode): Use run-mode-hooks.
10420
10421 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10422
10423 2004-11-13 Kim F. Storm <storm@cua.dk>
10424
10425 * mouse.el (mouse-drag-copy-region): Add :version.
10426 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10427 while dragging mode line, so mode line can be dragged downwards.
10428 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10429 while pressing mouse button so window doesn't scroll until we
10430 release the mouse if clicking on partially visible line.
10431
10432 2004-11-12 Jay Belanger <belanger@truman.edu>
10433
10434 * calc/calc-graph.el (calc-dumb-map): Declare it.
10435 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10436 than unbound.
10437 (calc-graph-name): Made `end' a local variable.
10438 (calc-graph-lookup): Made `varname' a local variable.
10439 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10440 Declare them.
10441 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10442 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10443 the unused variable y3vec.
10444 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10445 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10446 calc-graph-prev-kill-hook.
10447 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10448 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10449 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10450 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10451 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10452 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10453 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10454 (calc-graph-y3value, calc-graph-y3name)
10455 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10456 (calc-graph-stepcount, calc-graph-is-splot)
10457 (calc-graph-surprise-splot, calc-graph-blank)
10458 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10459 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10460 (calc-graph-recompute-2d, calc-graph-compute-3d)
10461 (calc-graph-format-data): Replace undeclared variables with the
10462 above newly declared variables.
10463
10464 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10465
10466 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10467 `rsf-beep' and `rsf-sleep-after-message'.
10468
10469 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10470 list if `message-sender' is non-nil.
10471
10472 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10473
10474 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10475 consing by using mapc instead of mapcar.
10476
10477 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10478
10479 * tooltip.el (require): Explain why CL is needed.
10480
10481 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10482
10483 * printing.el: Insert :version into defgroup (printing). All reference
10484 to Files option in menubar were changed to File.
10485 (pr-version): New version number (6.8.2).
10486 (pr-get-symbol): Call easy-menu-intern.
10487 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10488 compilation gripes.
10489
10490 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10493 new byte-compile-function-environment binding to t.
10494
10495 * font-lock.el (font-lock-fontify-syntactically-region):
10496 Don't forget to highlight the last char when we hit `end'.
10497
10498 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10499 (mwheel-scroll): Adjust accordingly.
10500
10501 * cvs-status.el: Reduce spurious warnings.
10502 (cvs-status-checkout): Remove.
10503 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10504
10505 * pcvs.el (cvs-mode-checkout): New command.
10506
10507 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10508
10509 * tooltip.el: Require CL.
10510
10511 * emacs-lisp/bytecomp.el: Use push.
10512 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10513 (defalias): Remove the `byte-compile' property and add
10514 a `byte-hunk-handler'.
10515
10516 2004-11-11 Juri Linkov <juri@jurta.org>
10517
10518 * info.el (Info-search): Save match data for isearch.
10519 Skip Tag Table node.
10520
10521 * descr-text.el (describe-char): Replace syntax-after with code
10522 from its previous version.
10523
10524 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10525 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10526
10527 * international/mule.el (sgml-html-meta-auto-coding-function):
10528 Remove > after <html to allow HTML attributes.
10529
10530 2004-11-11 Jay Belanger <belanger@truman.edu>
10531
10532 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10533 a variable.
10534 (calcFunc-dfac): Replace unbound max by n.
10535 (math-stirling-local-cache): New variable.
10536 (math-stirling-number, math-stirling-1, math-stirling-2):
10537 Replace the variable `cache' by the declared variable
10538 math-stirling-local-cache.
10539 (var-RandSeed): Declare it as a variable.
10540 (math-init-random-base, math-random-digit): Don't check to see if
10541 var-RandSeed is bound.
10542 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10543 Declare them instead of just setting them.
10544 (math-init-random-base): Made i a local variable.
10545 (math-random-digit): Made math-random-last a local variable.
10546 (math-prime-test-cache): Move declaration to before it is used.
10547 (math-prime-test-cache-k, math-prime-test-cache-q)
10548 (math-prime-test-cache-nm1, math-prime-factors-finished):
10549 Declare them as variables.
10550
10551 2004-11-11 Jay Belanger <belanger@truman.edu>
10552
10553 * calc/calc-ext.el (math-defcache): Use defvar for the new
10554 variables it creates.
10555
10556 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10557
10558 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10559 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10560 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10561 (desktop-save): Add :version.
10562
10563 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * printing.el (pr-get-symbol): Don't downcase.
10566
10567 2004-11-10 Jay Belanger <belanger@truman.edu>
10568
10569 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10570 string to kill-ring.
10571
10572 * calc/calc-aent.el (calc-alg-exp, math-toks)
10573 (math-exp-pos,math-exp-old-pos, math-exp-token)
10574 (math-exp-keep-spaces, math-exp-str): New variables.
10575 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10576 (calcAlg-enter): Use declared variable calc-alg-exp.
10577 (math-build-parse-table, math-find-user-token): Use declared
10578 variable math-toks.
10579 (math-read-exprs, math-read-token, calc-check-user-syntax)
10580 (calc-match-user-syntax, match-factor-after, math-read-factor):
10581 Use declared variables math-exp-pos math-exp-old-pos.
10582 (math-read-exprs, math-read-token, math-read-expr-level)
10583 (calc-check-user-syntax, calc-match-user-syntax)
10584 (match-factor-after, math-read-factor): Use declared variable
10585 math-exp-token.
10586 (math-read-exprs, math-read-expr-list, math-read-token)
10587 (math-read-factor): Use declared variable math-exp-keep-spaces.
10588 (math-read-exprs, math-read-token): Use declared variable
10589 math-exp-str.
10590 (calc-match-user-syntax): Make m a local variable.
10591
10592 * calc/calc-ext.el (math-read-expr): Use declared variables
10593 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10594 math-exp-keep-spaces.
10595
10596 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10597 variables math-exp-pos, math-exp-str.
10598
10599 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10600 math-exp-old-pos.
10601 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10602 (math-parse-eqn-prime): Use declared variable math-exp-token.
10603
10604 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10605 Use declared variable math-exp-pos.
10606 (math-check-for-commas): Use declared variable math-exp-str.
10607 (math-read-brackets): Use declared variables math-exp-old-pos,
10608 math-exp-keep-spaces.
10609 (math-read-brackets, math-read-vector, math-read-matrix):
10610 Use declared variable math-exp-token.
10611
10612 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10615 where the keymap is a symbol.
10616 (easy-menu-add-item): Use keymap-prompt. Simplify.
10617
10618 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10619
10620 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10621 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10622
10623 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10624
10625 * ebuff-menu.el: Doc fixes throughout.
10626 (electric-buffer-menu-mode-hook): New defvar.
10627
10628 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10629
10630 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10631 The resulting compiler warnings appear to be harmless.
10632
10633 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10634
10635 * textmodes/conf-mode.el: New file.
10636
10637 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10638
10639 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10642
10643 2004-11-09 Jay Belanger <belanger@truman.edu>
10644
10645 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10646
10647 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10648 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10649 (calc-z-prefix-help, calc-user-function-list): Use declared
10650 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10651 (math-map-tree, math-map-tree-rec): Use declared variables
10652 math-mt-many, math-mt-func.
10653 (math-read-expression, math-read-string): Use declared variable
10654 math-expr-data.
10655
10656 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10657 variable math-normalize-a.
10658
10659 * calc/calc.el (math-normalize-a): New variable.
10660 (math-normalize): Use declared variable math-normalize-a.
10661
10662 * calc/calc-poly.el (math-expand-form): Use declared variable
10663 math-mt-many.
10664
10665 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10666 Use declared variable math-mt-many.
10667 (math-rewrite): Use declared variable math-mt-func.
10668
10669 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10670 (math-read-matrix): Use declared variable math-expr-data.
10671
10672 * calc/calc-lang.el (math-parse-fortran-vector)
10673 (math-parse-fortran-vector-end, math-parse-tex-sum)
10674 (math-parse-eqn-matrix, math-parse-eqn-prime)
10675 (math-read-math-subscr): Use declared variable math-expr-data.
10676
10677 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10678 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10679 (calc-match-user-syntax, math-read-if, math-factor-after)
10680 (math-read-factor): Use declared variable math-expr-data.
10681
10682 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10683
10684 * calendar/diary-lib.el (diary-from-outlook)
10685 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10686 interactive-p; but rather new optional argument NOCONFIRM.
10687
10688 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10691 (easy-menu-name-match): Revert correspondingly.
10692
10693 2004-11-09 Richard M. Stallman <rms@gnu.org>
10694
10695 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10696 Turn off warnings for the new function even if definition not constant.
10697 If the definition isn't a quoted symbol, record (FUNCTION . t).
10698 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10699 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10700 (display-call-tree, byte-compile-arglist-warn):
10701 Handle t returned by byte-compile-fdefinition.
10702
10703 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10704
10705 * Makefile.in (maintainer-clean): Depend on distclean.
10706
10707 * help-fns.el (help-C-file-name): File name must be in build-files
10708 to be returned.
10709
10710 2004-11-09 Jay Belanger <belanger@truman.edu>
10711
10712 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10713 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10714
10715 * calc/calc.el (calc, calc-trail-display, calc-mode):
10716 Remove obsolete sections.
10717
10718 * calc/calc.el (calc-x-paste-text): Remove.
10719
10720 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10721 mouse-2.
10722
10723 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10724
10725 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10726 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10727 current frame (in case of recursive calls).
10728 (gdb-show-changed-values): Add :version keyword.
10729
10730 2004-11-09 Kenichi Handa <handa@m17n.org>
10731
10732 * international/mule-cmds.el: Change coding: tag back to
10733 iso-2022-7bit.
10734
10735 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * international/mule-cmds.el: Change coding-system to utf-8.
10738 (select-safe-coding-system-interactively):
10739 New function extracted from select-safe-coding-system.
10740 (select-safe-coding-system): Use it.
10741
10742 2004-11-08 Richard M. Stallman <rms@gnu.org>
10743
10744 * subr.el (syntax-after): Doc fix.
10745
10746 * paren.el (show-paren-function): Change calls to syntax-after
10747 for new way of returning the value.
10748
10749 * menu-bar.el (menu-bar-file-menu): Make this the real name
10750 and menu-bar-files-menu the alias. Use the former.
10751 (global-map): Use `file', not `files', as the symbol.
10752
10753 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10754
10755 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10756 Don't use beginning-of-buffer.
10757 (filesets-cmd-show-result): Use with-no-warnings.
10758
10759 2004-11-08 Juri Linkov <juri@jurta.org>
10760
10761 * progmodes/compile.el (compile): Don't overwrite last command in
10762 minibuffer history with default command if they are not equal.
10763
10764 2004-11-08 Jay Belanger <belanger@truman.edu>
10765
10766 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10767 non-linear substitutions.
10768
10769 2004-11-08 Jay Belanger <belanger@truman.edu>
10770
10771 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10772 (math-do-integral): Set `math-linear-subst-tried' to nil.
10773 (math-do-integral-methods): Use `math-linear-subst-tried' to
10774 determine what type of substitution to try.
10775 (math-integ-try-linear-substituion):
10776 Set `math-linear-subst-tried' to t.
10777
10778 2004-11-08 Kim F. Storm <storm@cua.dk>
10779
10780 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10781
10782 2004-11-07 Juri Linkov <juri@jurta.org>
10783
10784 * info-look.el (info-lookup): Allow reusing in the current buffer
10785 not only *info* buffer, but all (even renamed) Info buffers
10786 by checking for major-mode instead of *info* buffer name.
10787 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10788 (octave-mode, maxima-mode) <doc-spec>:
10789 Allow long dashes generated by Texinfo 4.7 before definitions.
10790 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10791 definitions with argument separated by space.
10792
10793 2004-11-06 Richard M. Stallman <rms@gnu.org>
10794
10795 * simple.el (next-error group, face): Move before first use.
10796 (next-error-highlight, next-error-highlight-no-select): Likewise.
10797
10798 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10799 (line-move): New args NOERROR and TO-END.
10800 Return t if if succeed in moving specified number of lines.
10801 (move-end-of-line): New function.
10802
10803 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10804 (end-of-buffer-other-window): Likewise.
10805
10806 * simple.el (line-move-ignore-invisible): Default to t.
10807
10808 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10809
10810 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10811
10812 * international/iso-cvt.el (iso-cvt-define-menu):
10813 Rename menu-bar-files-menu to menu-bar-file-menu.
10814
10815 * net/browse-url.el (browse-url-gnome-moz-program)
10816 (browse-url-gnome-moz-arguments): Move up before first use.
10817
10818 * net/tramp.el (tramp group): Add :version.
10819
10820 * progmodes/ada-xref.el (ada-gdb-application):
10821 Use goto-char instead of beginning-of-buffer.
10822
10823 * progmodes/cperl-mode.el (cperl-info-on-command):
10824 Use goto-char instead of beginning-of-buffer.
10825
10826 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10827 Move up before first use.
10828 (idlwave-shell-temp-pro-file): Likewise.
10829 (idlwave-shell-temp-rinfo-save-file): Likewise.
10830 (idlwave-shell-temp-file): Minor doc fix.
10831
10832 * textmodes/flyspell.el (flyspell-external-point-words):
10833 Use goto-char instead of beginning-of-buffer.
10834
10835 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10836
10837 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10838 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10839 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10840
10841 2004-11-06 David Ponce <david@dponce.com>
10842
10843 * recentf.el (recentf-menu-path): Use menu item name.
10844
10845 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10846
10847 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10848 display doesn't support images.
10849
10850 2004-11-06 Andreas Schwab <schwab@suse.de>
10851
10852 * tempo.el (tempo-match-finder): Doc fix.
10853
10854 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10855
10856 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10859 (easy-menu-lookup-name): New fun to replace it.
10860 (easy-menu-get-map): Use it to obey menu item names (rather than just
10861 keys) when looking up `path'.
10862 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10863 (easy-menu-convert-item-1): Adjust to new name.
10864
10865 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10866
10867 * outline.el (hide-body): Don't hide lines at the top of the file
10868 that precede the first header line.
10869
10870 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10871
10872 * align.el (align-areas): Delete whitespace before reindenting, so
10873 that tabs are never placed after spaces.
10874
10875 2004-11-06 Alan Shutko <ats@acm.org>
10876
10877 * macros.el (insert-kbd-macro): Do completions based on macros,
10878 rather than all commands.
10879
10880 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10881
10882 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10883 to solve a bug whereby tags with 'b' don't match.
10884
10885 2004-11-05 Juri Linkov <juri@jurta.org>
10886
10887 * info.el (Info-search): Don't search in node header lines
10888 and file headers.
10889
10890 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10891 symbol-constituent characters after dot, not only digits.
10892
10893 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10894
10895 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10896
10897 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10898
10899 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10900 if a dialog will be used, read-file-name otherwise.
10901
10902 2004-11-04 Richard M. Stallman <rms@gnu.org>
10903
10904 * textmodes/table.el (table group): Add :version.
10905
10906 * textmodes/ispell.el (ispell-word):
10907 Don't alter args; set them only thru `interactive' spec.
10908
10909 * textmodes/flyspell.el (flyspell-word):
10910 Don't alter FOLLOWING; set it only thru `interactive' spec.
10911
10912 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10913
10914 * net/browse-url.el (browse-url-maybe-new-window):
10915 Use called-interactively-p.
10916
10917 * mail/supercite.el (sc-cite-region):
10918 Don't use interactive-p. Add arg INTERACTIVE.
10919 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10920
10921 * international/mule-cmds.el (set-input-method, toggle-input-method):
10922 Don't use interactive-p. Add arg INTERACTIVE.
10923
10924 * eshell/esh-mode.el (eshell-show-maximum-output):
10925 Don't use interactive-p.
10926 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10927
10928 * mouse.el (mouse-show-mark): Get positions to delete from mark
10929 and point, not from mouse-drag-overlay.
10930
10931 * imenu.el (imenu-eager-completion-buffer): Add :version.
10932
10933 * filesets.el (filesets group): Add :version.
10934
10935 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10936
10937 * files.el (xml-based-modes): Delete var.
10938 (magic-mode-alist): New more general var.
10939 (set-auto-mode): Use it.
10940
10941 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10942 when clicking from another window.
10943
10944 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10945
10946 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10947 (vc-cvs-annotate-time): Incorporate value of deleted var.
10948 Remove special-case handling of beginning-of-buffer cruft.
10949 Cache ending position (point) and return value in text property
10950 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10951
10952 * vc-cvs.el (vc-cvs-annotate-command):
10953 Delete extraneous lines from beginning of buffer.
10954 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10955
10956 * progmodes/grep.el (grep-default-command): Take empty string
10957 for tag if all other methods yield nil. Shell-quote the tag.
10958
10959 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10960 spec in `interactive' form, and mention it in the docstring.
10961 Also, make sure point is at bol after calling `annotate-time'.
10962
10963 2004-11-02 Richard M. Stallman <rms@gnu.org>
10964
10965 * cus-edit.el (customize-group-other-window):
10966 Select the window that displays the custom buffer.
10967 (custom-buffer-create-other-window): Likewise.
10968
10969 * comint.el (comint-insert-input): Fix previous change.
10970
10971 * emacs-lisp/elp.el (elp-instrument-function):
10972 Use called-interactively-p.
10973
10974 * emacs-lisp/easymenu.el (easy-menu-intern):
10975 Don't downcase; rather, case-flip the first letter of each word.
10976
10977 * emacs-lisp/easy-mmode.el (define-minor-mode):
10978 Use called-interactively-p.
10979
10980 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10981 Add interactive-only.
10982 (byte-compile-warnings): Add interactive-only as option.
10983 (byte-compile-interactive-only-functions): New variable.
10984 (byte-compile-form): Warn about calls to functions
10985 in byte-compile-interactive-only-functions.
10986
10987 * emacs-lisp/autoload.el (update-file-autoloads):
10988 Don't use interactive-p; take new arg SAVE-AFTER.
10989
10990 * emacs-lisp/advice.el (ad-make-advised-definition):
10991 Use called-interactively-p.
10992
10993 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10994
10995 * files.el (find-file-existing): New function.
10996
10997 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10998 find-file-existing. Add "New File..." that calls find-file.
10999
11000 * diropen.pbm, diropen.xpm: New files.
11001
11002 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11003 icon diropen. New tool bar item find-file-existing uses icon open.
11004
11005 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11006 instead of read-file-name.
11007
11008 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11009
11010 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11011 (icalendar--split-value): Change name of work buffer.
11012 (icalendar--get-weekday-abbrev): Return nil on error.
11013 (icalendar--date-to-isodate): New function.
11014 (icalendar-convert-diary-to-ical)
11015 (icalendar-extract-ical-from-buffer): Use only two args for
11016 make-obsolete (XEmacs compatibility).
11017 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11018 (icalendar-export-region): Doc fix.
11019 If error, return non-nil and write errors to a buffer.
11020 Use correct weekday for weekly recurring events.
11021 Check whether date has been parsed for ordinary events.
11022 Make weekly events start in the year 2000.
11023 DTEND is non-inclusive, shift end date by one day if
11024 necessary (not for entries that have date and time).
11025 Rename local let variables: oops -> found-error, datestring ->
11026 startdatestring.
11027
11028 2004-11-02 Kim F. Storm <storm@cua.dk>
11029
11030 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11031 keep-mode-if-same variable. Add it as optional arg instead.
11032 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11033
11034 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11035 substitute-command-keys will select lower-case bindings like those
11036 used in the static help texts.
11037
11038 * descr-text.el (describe-text-properties): Don't err if called in
11039 the *Help* buffer; output to *Help-2* buffer instead.
11040
11041 * kmacro.el (group kmacro): Add :version.
11042 (kmacro-keyboard-quit): New function to cleanup on C-g.
11043 (kmacro-start-macro): Set defining-kbd-macro to append when
11044 appending to last macro.
11045
11046 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11047
11048 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11049
11050 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11051 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11052 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11053 Add :version keyword.
11054
11055 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11056
11057 * progmodes/flymake.el (flymake-err-line-patterns):
11058 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11059 `compilation-error-regexp-alist-alist' to internal Flymake format.
11060
11061 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11062
11063 2004-11-01 Jay Belanger <belanger@truman.edu>
11064
11065 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11066 with `interactive "s"'.
11067
11068 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11069
11070 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11071 Revert change from 2004-10-16. '*' checks the current buffer, but the
11072 mouse click may be in another buffer.
11073
11074 2004-11-01 John Paul Wallington <jpw@gnu.org>
11075
11076 * files.el (large-file-warning-threshold): Add :version keyword.
11077 (kill-some-buffers): Doc fix.
11078
11079 * thumbs.el (group thumbs): Add :version keyword.
11080
11081 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11082
11083 2004-11-01 Richard M. Stallman <rms@gnu.org>
11084
11085 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11086
11087 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11088
11089 * allout.el (allout group): Add :version.
11090 (allout-init): Don't use interactive-p.
11091 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11092 (allout-forward-current-level, allout-backward-current-level):
11093 Don't use interactive-p.
11094
11095 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11096 (bibtex-find-text): Likewise.
11097
11098 * progmodes/vhdl-mode.el (vhdl-fill-region)
11099 (vhdl-beginning-of-statement): Don't use interactive-p.
11100
11101 * progmodes/idlwave.el (idlwave-update-routine-info):
11102 Don't use interactive-p.
11103
11104 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11105 Don't use interactive-p.
11106
11107 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11108 Don't use interactive-p.
11109
11110 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11111 Don't use interactive-p.
11112
11113 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11114 (fortune-in-buffer): Doc fix.
11115
11116 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11117
11118 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11119 don't select the temporary buffer.
11120 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11121 (eudc-get-phone): Likewise.
11122
11123 2004-11-01 Kim F. Storm <storm@cua.dk>
11124
11125 * man.el (Man-xref-normal-file): Fix help-echo.
11126
11127 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * reveal.el (reveal-last-tick): New var.
11130 (reveal-post-command): Use it to avoid closing overlays when we're
11131 appending text to them.
11132
11133 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11134
11135 * textmodes/bibtex.el: Require button.
11136 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11137 (bibtex-reference-keys): Distinguish between header keys and
11138 crossref keys.
11139 (bibtex-beginning-of-field): New function.
11140 (bibtex-url-map): Remove.
11141 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11142 (bibtex-font-lock-url-regexp): Assume that field names begin at
11143 the beginning of a line.
11144 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11145 Remove field delimiters. Use bibtex-beginning-of-field.
11146 Bugfix, point can be inside a field with a url.
11147 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11148 New functions.
11149 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11150 (bibtex-key-in-head): Simplify.
11151 (bibtex-current-line): Use bolp.
11152 (bibtex-parse-keys): Remove unused arg `add'.
11153 Use bibtex-type-in-head and bibtex-key-in-head.
11154 (bibtex-parse-entry, bibtex-autofill-entry):
11155 Use bibtex-type-in-head and bibtex-key-in-head.
11156 (bibtex-autokey-get-field): Do not alter case of replacement text.
11157 (bibtex-autokey-get-names): Do all processing of name list.
11158 (bibtex-autokey-get-year): New function.
11159 (bibtex-autokey-get-title): Do all processing of title words.
11160 (bibtex-generate-autokey): Simplify.
11161 (bibtex-string-files-init): Use default-directory.
11162 Allow for absolute file names in bibtex-string-files.
11163 (bibtex-files, bibtex-file-path): New variables.
11164 (bibtex-files-expand): New function.
11165 (bibtex-find-entry-globally): New command.
11166 (bibtex-summary-function): New variable.
11167 (bibtex-summary): Default value of bibtex-summary-function.
11168 (bibtex-find-crossref): New optional args pnt and split.
11169 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11170 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11171 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11172 Fix handling of required and alternative fields.
11173 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11174 Use cons and display-buffer.
11175 (bibtex-validate-globally): New command.
11176 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11177 bibtex-parse-keys and bibtex-parse-strings for updating
11178 bibtex-reference-keys and bibtex-strings.
11179 (bibtex-realign): Remove blank lines past the last entry.
11180 (bibtex-reformat): Use bibtex-entry-format as default.
11181 (bibtex-choose-completion-string): Remove.
11182 (bibtex-complete): Do not use bibtex-choose-completion-string.
11183 (bibtex-url): Simplify.
11184
11185 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11186
11187 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11188 (x-dnd-types-alist, x-dnd-open-file-other-window)
11189 (x-dnd-known-types): Add :version.
11190
11191 2004-10-31 John Paul Wallington <jpw@gnu.org>
11192
11193 * ibuffer.el (group ibuffer): Add :version keyword.
11194
11195 2004-10-31 Kim F. Storm <storm@cua.dk>
11196
11197 * ido.el (group ido): Add :version keyword.
11198 (ido-mode): Remove :version keyword.
11199
11200 * emulation/cua-base.el (group cua): Add :version keyword.
11201 (cua-mode): Remove :version keyword.
11202
11203 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11204
11205 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11206
11207 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11208 compiler warning.
11209 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11210 function.
11211 (help-at-pt-display-when-idle): Remove autoload.
11212
11213 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11216
11217 2004-10-30 Juri Linkov <juri@jurta.org>
11218
11219 * help.el (function-called-at-point):
11220 * help-fns.el (variable-at-point): Read -> intern.
11221
11222 2004-10-30 Simon Josefsson <jas@extundo.com>
11223
11224 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11225 Recognize AS_* too.
11226
11227 2004-10-29 Simon Josefsson <jas@extundo.com>
11228
11229 * subr.el (read-passwd): Move back from password.el.
11230
11231 * password.el: Remove, not ready yet.
11232
11233 2004-10-29 Andreas Schwab <schwab@suse.de>
11234
11235 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11236
11237 2004-10-29 Sam Steingold <sds@gnu.org>
11238
11239 * mouse.el (mouse-show-mark): Replace the last occurrence of
11240 x-lost-selection-hooks with x-lost-selection-functions.
11241
11242 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11245 x-lost-selection-functions is bound.
11246
11247 * mouse-sel.el (mouse-sel-mode):
11248 * emacs-lisp/lselect.el: Adjust to new names for
11249 x-(lost|sent)-selection-functions.
11250
11251 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11252 New obsolete aliases of x-lost-selection-functions and
11253 x-sent-selection-functions.
11254
11255 2004-10-28 Kim F. Storm <storm@cua.dk>
11256
11257 * imenu.el (imenu-scanning-message): Remove.
11258 (imenu-progress-message): Make it a no-op.
11259
11260 2004-10-28 John Paul Wallington <jpw@gnu.org>
11261
11262 * files.el (set-auto-mode): Call `throw' correctly.
11263
11264 2004-10-28 Juri Linkov <juri@jurta.org>
11265
11266 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11267 to search `Info-...' commands in `info' manual.
11268 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11269 Add 'info-file "emacs" property.
11270 (Info-find-emacs-command-nodes): Fix index line number regexp.
11271 Set real line number (instead of fake 0) in first element of the
11272 returned list.
11273 (Info-goto-emacs-command-node): Use line number of first element
11274 to set point in the first found Info node.
11275
11276 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11277 code to `grep-mode-font-lock-keywords'.
11278 (grep-mode-font-lock-keywords): Delete grep markers instead
11279 of making them invisible.
11280
11281 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11282
11283 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11284 and x-server-version in bug report.
11285
11286 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11287
11288 * files.el (set-auto-mode-0): New function.
11289 (set-auto-mode): Use it to handle aliased modes and to
11290 be consistent between C-x C-f and C-x C-w.
11291
11292 2004-10-28 Kenichi Handa <handa@m17n.org>
11293
11294 * international/utf-8.el (utf-translate-cjk-charsets):
11295 Add katakana-jisx0201.
11296
11297 * international/subst-jis.el: Add data for JISX0201.
11298
11299 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * obsolete/hilit19.el (hilit-mode): New function.
11302 Move all the toplevel side-effecting stuff into it, so that loading
11303 hilit19 doesn't mess everything up any more.
11304
11305 2004-10-27 Richard M. Stallman <rms@gnu.org>
11306
11307 * add-log.el (add-change-log-entry): Set up mailing address
11308 and full name later, and don't alter add-log-mailing-address
11309 or add-log-full-name.
11310
11311 * elide-head.el (elide-head): Change error to message.
11312 (elide-head-show): Likewise.
11313
11314 * apropos.el (apropos-macrop): Doc fix.
11315
11316 * mouse.el (mouse-show-mark): Do most processing the same
11317 regardless of transient-mark-mode.
11318
11319 * shadowfile.el (shadow-copy-files): Use interactive-p
11320 only to control whether to print a message.
11321
11322 * tar-mode.el (tar-mode): Use write-contents-functions,
11323 not write-contents-hooks.
11324
11325 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11326 directory-sep-char.
11327
11328 2004-10-27 Richard M. Stallman <rms@gnu.org>
11329
11330 * strokes.el (strokes-unload-hook): Fix previous change.
11331
11332 * type-break.el (type-break-run-at-time): Always use run-at-time;
11333 forget the alternatives.
11334 (type-break-cancel-function-timers): Always use cancel-function-timers;
11335 forget the alternatives.
11336
11337 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11338
11339 2004-10-27 Kenichi Handa <handa@m17n.org>
11340
11341 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11342
11343 * international/subst-gb2312.el: Likewise.
11344
11345 * international/subst-big5.el: Likewise.
11346
11347 * international/subst-ksc.el: Likewise.
11348
11349 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11350 New variable.
11351 (utf-translate-cjk-set-unicode-range): New function.
11352 (utf-translate-cjk-unicode-range): Make it customizable.
11353 (utf-8-post-read-conversion):
11354 Use utf-translate-cjk-unicode-range-string.
11355 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11356 Unicode ranges.
11357
11358 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11359
11360 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11361 trivial variants to shorten the list.
11362 (xml-based-modes): New var.
11363 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11364 declaration higher priority than auto-mode-alist.
11365
11366 * find-file.el (cc-other-file-alist): Bring it in line with
11367 cc-mode's auto-mode-alist entries and use \' instead of $.
11368
11369 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11370 and add "Id" and "Name" submenus to it.
11371
11372 * imenu.el (imenu--generic-function): Skip matches in comments.
11373
11374 2004-10-26 Jay Belanger <belanger@truman.edu>
11375
11376 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11377 (full-calc-keypad, calc-trail-display): Use an extra argument
11378 instead of `interactive-p'.
11379
11380 * calc/calc-misc.el (calc-other-window): Use an extra argument
11381 instead of `interactive-p'.
11382
11383 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11384 `interactive-p'.
11385
11386 2004-10-26 Kim F. Storm <storm@cua.dk>
11387
11388 * help.el (describe-key): Describe both down-event and up-event
11389 for a mouse click.
11390
11391 2004-10-26 Richard M. Stallman <rms@gnu.org>
11392
11393 * woman.el (woman): Don't call interactive-p.
11394
11395 * pcomplete.el (pcomplete): Instead of interactive-p,
11396 use an arg set non-nil by the interactive spec.
11397
11398 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11399 use an arg set non-nil by the interactive spec.
11400
11401 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11402 use an arg set non-nil by the interactive spec.
11403
11404 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11405
11406 * progmodes/flymake.el (flymake-split-string):
11407 Use `flymake-split-string-remove-empty-edges' in any case.
11408
11409 2004-10-26 Masatake YAMATO <jet@gyve.org>
11410
11411 * progmodes/flymake.el (flymake-err-line-patterns):
11412 Use `compilation-error-regexp-alist-alist' instead of
11413 `compilation-error-regexp-alist'.
11414
11415 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11418 verbatim face on the \ of \end{verbatim}.
11419
11420 2004-10-25 Jay Belanger <belanger@truman.edu>
11421
11422 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11423 erasing minibuffer.
11424
11425 2004-10-25 Simon Josefsson <jas@extundo.com>
11426
11427 * subr.el (read-passwd): Move to net/password.el.
11428
11429 * net/password.el (read-passwd): Add. Autoload it.
11430
11431 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11432
11433 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11434
11435 * simple.el (process-file): Fix logic.
11436
11437 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11438
11439 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11440 (increase-right-margin): Remove erroneous call to `interactive-p'.
11441
11442 2004-10-24 Kim F. Storm <storm@cua.dk>
11443
11444 * help.el (describe-mode): Fix 2004-10-13 change.
11445 Copy pure "Auto Fill" string so it can be propertized later
11446 without causing a read-only error.
11447
11448 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11449
11450 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11451 style indexes.
11452
11453 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11454
11455 * simple.el (process-file): Accept nil for INFILE. Reported by
11456 Luc Teirlinck.
11457
11458 2004-10-24 Masatake YAMATO <jet@gyve.org>
11459
11460 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11461 Handle periods and underscores in a function name.
11462 Remove the address fontification.
11463
11464 2004-10-24 Masatake YAMATO <jet@gyve.org>
11465
11466 * progmodes/asm-mode.el (asm-font-lock-keywords):
11467 Use font-lock-variable-name-face for registers.
11468
11469 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11470
11471 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11472 kill-all-local-variables.
11473 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11474 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11475 Use kill-all-local-variables and provide mode-hooks.
11476 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11477 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11478 Suggested by Masatake YAMATO <jet@gyve.org>.
11479
11480 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11481
11482 * simple.el (process-file): New function, similar to call-process
11483 but supports file handlers.
11484 * vc.el (vc-do-command): Use it, instead of call-process.
11485 * net/tramp-vc.el (vc-do-command): Do not advise it if
11486 process-file is fboundp.
11487 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11488 process-file.
11489 (tramp-handle-process-file): New function.
11490 (tramp-file-name-for-operation): Support process-file.
11491
11492 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11493
11494 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11495 (icalendar-weekdayabbrev-table)
11496 (icalendar-monthnumber-table): Delete.
11497 (icalendar--get-month-number): Use calendar-month-name-array.
11498 (icalendar--get-weekday-number): New function.
11499 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11500 (icalendar-export-region): Handle multi-line entries.
11501 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11502
11503 2004-10-23 John Paul Wallington <jpw@gnu.org>
11504
11505 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11506 `wildcards' set to t in interactive spec.
11507
11508 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11509 interactive spec rather than use `interactive-p'.
11510 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11511 rather than use function `interactive-p'.
11512
11513 2004-10-22 Kenichi Handa <handa@m17n.org>
11514
11515 * international/mule.el (translate-region): Implement it in Lisp
11516 as a front end of translate-region-internal.
11517
11518 2004-10-21 Jay Belanger <belanger@truman.edu>
11519
11520 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11521 Declare these variables with defvar.
11522
11523 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11524 is bound, only check to see if it is bound.
11525
11526 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11529 Don't output messages.
11530
11531 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11532
11533 2004-10-21 John Paul Wallington <jpw@gnu.org>
11534
11535 * calc/calc-graph.el (calc-graph-init):
11536 Use `set-process-query-on-exit-flag'.
11537
11538 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11539
11540 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11541 dir right and also allow argumentless cd.
11542
11543 2004-10-19 Richard M. Stallman <rms@gnu.org>
11544
11545 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11546
11547 * eshell/em-unix.el (eshell-grep):
11548 Don't bind compilation-process-setup-function.
11549
11550 * comint.el (comint-insert-input): Use @ in `interactive'.
11551 (comint-input-filter-functions): Doc fix.
11552 (comint-kill-whole-line, comint-get-source): Doc fix.
11553
11554 * progmodes/compile.el (compilation-setup):
11555 Don't set buffer-read-only if MINOR is non-nil.
11556
11557 2004-10-19 Jay Belanger <belanger@truman.edu>
11558
11559 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11560 (calc-emacs-type-gnu19): Remove.
11561 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11562 Remove check for old emacs versions.
11563
11564 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11565 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11566 for current Emacs.
11567
11568 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11569 the end of the minibuffer.
11570 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11571 copy `esc-map'.
11572
11573 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11574
11575 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11576 call that would be given when the current emacs was used.
11577
11578 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11579
11580 * calendar/icalendar.el: Set coding to utf-8.
11581 (icalendar-version): Increase to 0.07.
11582 (icalendar-monthnumber-table): Change March pattern.
11583 (icalendar-get-all-event-properties)
11584 (icalendar-set-event-property): Delete.
11585 (icalendar-all-events): No longer interactive.
11586 (icalendar-convert-diary-to-ical)
11587 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11588 their replacements.
11589 (icalendar-export-file, icalendar-export-region): New functions;
11590 essentially old `icalendar-convert-diary-to-ical' but appending to
11591 target rather than overwriting.
11592 (icalendar-import-file): Append to target file rather than
11593 overwriting. Fourth arg deleted.
11594 (icalendar-import-buffer): New name for old
11595 `icalendar-extract-ical-from-buffer'.
11596 (icalendar--convert-string-for-import): New name for
11597 old `icalendar-convert-for-import'.
11598 (include-icalendar-files): Delete.
11599 Prefix for all internal functions changed from `icalendar-'
11600 to `icalendar--'.
11601
11602 2004-10-19 Richard M. Stallman <rms@gnu.org>
11603
11604 * paths.el (news-path): Fix previous change.
11605
11606 2004-10-18 Jay Belanger <belanger@truman.edu>
11607
11608 * calc/calc-help.el (calc-describe-bindings):
11609 Set `buffer-read-only' to nil while working in the keybindings buffer;
11610 remove some extra information from the keybindings buffer.
11611
11612 2004-10-18 David Ponce <david@dponce.com>
11613
11614 * mouse.el (mouse-drag-move-window-top): New function.
11615 (mouse-drag-mode-line-1): Use it.
11616
11617 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11618
11619 * info.el (Info-fontify-node): For multiline refs,
11620 arrange to unfontify newline and surrounding whitespace.
11621
11622 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11625 directory is missing.
11626
11627 2004-10-17 John Paul Wallington <jpw@gnu.org>
11628
11629 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11630 New customizable variable; whether to display buffers that match
11631 `ibuffer-maybe-show-predicates' by default.
11632 (ibuffer-maybe-show-predicates): Mention it in docstring.
11633 (ibuffer-display-maybe-show-predicates): New variable.
11634 (ibuffer-update): Prefix arg now toggles whether buffers that
11635 match `ibuffer-maybe-show-predicates' should be displayed.
11636 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11637 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11638 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11639
11640 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11641
11642 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11643 work correctly.
11644
11645 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11646
11647 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11648 (Buffer-menu-beginning): New helper function.
11649 (Buffer-menu-execute): Use it.
11650 (Buffer-menu-select): Use it.
11651 (Buffer-menu-sort): Use it and also keep markers.
11652
11653 2004-10-17 Richard M. Stallman <rms@gnu.org>
11654
11655 * paths.el (news-directory): Rename from news-path. Old name alias.
11656 (rmail-spool-directory): Use defvar.
11657 (sendmail-program): Use defcustom.
11658 (remote-shell-program): Use defcustom.
11659 (term-file-prefix): Use defvar.
11660 (abbrev-file-name): Use defvar.
11661
11662 * term.el: Add maintainer.
11663
11664 * subr.el (with-local-quit): Return nil if there's a quit.
11665 (read-passwd): Use with-local-quit. Doc fix.
11666
11667 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11668 (strokes-unload-hook): Set as a variable with add-hook.
11669
11670 * startup.el (fancy-splash-tail, normal-splash-screen):
11671 Update copyright year.
11672
11673 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11674
11675 * server.el (server-unload-hook): Set as a variable with add-hook.
11676
11677 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11678
11679 * frame.el (special-display-popup-frame):
11680 Make the buffer current as its frame is created.
11681
11682 * delsel.el (delsel-unload-hook): Set as a variable.
11683
11684 * comint.el (comint-output-filter-functions):
11685 Add comint-watch-for-password-prompt.
11686 (comint-read-noecho): Function deleted.
11687 (send-invisible): Use read-passwd.
11688
11689 * fringe.el (fringe-mode-initialize): New function.
11690 (fringe-mode): Use fringe-mode-initialize as :initialize.
11691
11692 2004-10-17 Kim F. Storm <storm@cua.dk>
11693
11694 * language/indian.el (indian-script-language-alist): Swap value and doc.
11695 (indian-font-char-index-table): Doc fix.
11696
11697 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11700
11701 2004-10-16 Juri Linkov <juri@jurta.org>
11702
11703 * progmodes/compile.el (compilation-start): Move let-binding of
11704 `process-environment' into `with-current-buffer' body.
11705 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11706
11707 2004-10-16 Richard M. Stallman <rms@gnu.org>
11708
11709 * pcvs-util.el (cvs-bury-buffer):
11710 Don't call get-buffer-window for effect.
11711
11712 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11713
11714 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11715
11716 * msb.el (msb-unload-hook): Set the variable.
11717
11718 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11719 Use * to err if buffer is readonly.
11720
11721 * subr.el (looking-back): Return only t or nil.
11722
11723 * whitespace.el (whitespace-unload-hook): Set the variable.
11724
11725 * view.el (view-mode-enable): Set view-page-size and
11726 view-half-page-size to nil.
11727 (view-set-half-page-size-default): view-half-page-size = nil
11728 means the default.
11729 (View-scroll-page-forward): Use view-page-size-default.
11730 (View-scroll-page-backward): Likewise.
11731 (view-page-size, view-half-page-size): Doc fixes.
11732
11733 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11734
11735 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11736
11737 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11738 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11739 (byte-compile-log-1): Bind inhibit-read-only.
11740 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11741 (byte-compile-log-warning): Likewise.
11742 (byte-compile-file-form-require): Detect "cl" from the arg value.
11743
11744 * progmodes/compile.el (compilation-start): Assume compilation-mode
11745 will make the buffer read-only.
11746 (compilation-mode): Take arg name-of-mode.
11747 (compilation-setup): Make buffer read-only.
11748 (compilation-handle-exit): Bind inhibit-read-only.
11749
11750 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11751 (ispell-message): Likewise.
11752 (ispell-show-choices): Don't call get-buffer-window uselessly.
11753 (ispell-init-process): Use set-process-query-on-exit-flag.
11754
11755 2004-10-16 Kim F. Storm <storm@cua.dk>
11756
11757 * fringe.el (fringe-bitmaps): Only initialize when defined.
11758
11759 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11760 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11761
11762 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11763
11764 2004-10-15 Simon Josefsson <jas@extundo.com>
11765
11766 * net/password.el: Add.
11767
11768 2004-10-14 Masatake YAMATO <jet@gyve.org>
11769
11770 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11771 (gdb-script-end-of-defun): New function.
11772 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11773 `gdb-script-end-of-defun' as *-of-defun-function.
11774
11775 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11776
11777 * button.el (button-activate): Allow a marker to display as an action.
11778
11779 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11780
11781 * help.el (describe-mode): Use it to make minor mode list into
11782 hyperlinks.
11783
11784 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * vc.el (vc-annotate-display-select): Fix typo.
11787
11788 * subr.el (substitute-key-definition-key): New function.
11789 (substitute-key-definition): Use it with map-keymap.
11790 (event-modifiers): Use push.
11791 (mouse-movement-p, with-temp-buffer): Simplify.
11792
11793 2004-10-12 Jay Belanger <belanger@truman.edu>
11794
11795 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11796 New variables.
11797 (calc-help-index-entries): New function.
11798 (calc-describe-function): Use `calc-help-function-list' instead of
11799 obarray for completion.
11800 (calc-describe-variable): Use `calc-help-variable-list' instead
11801 of obarray for completion.
11802
11803 2004-10-12 Richard M. Stallman <rms@gnu.org>
11804
11805 * info-look.el (info-lookup-file): Add info-file property.
11806 (info-lookup-symbol): Likewise.
11807
11808 * info.el (info-xref): Add underlining.
11809 (info): Add info-file property.
11810 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11811
11812 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11813
11814 Sync with Tramp 2.0.45.
11815
11816 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11817 defined. This is not the case for XEmacs without package "edebug".
11818 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11819 remote files to the permissions of the original file. This is not
11820 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11821 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11822 (tramp-perl-decode): Fix an error in Perl implementation.
11823 $pending must be cleared every loop. Reported by Benjamin Place
11824 <benjaminplace@sprintmail.com>
11825
11826 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11827 Don't activate advice during definition. This is done later on,
11828 depending on test result of `substitute-in-file-name'.
11829 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11830
11831 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11834
11835 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11836
11837 2004-10-12 David Ponce <david@dponce.com>
11838
11839 * recentf.el (recentf-edit-list): Update the menu when the recentf
11840 list has been modified.
11841
11842 2004-10-12 Simon Josefsson <jas@extundo.com>
11843
11844 * net/tls.el (tls-certtool-program): New variable.
11845 (tls-certificate-information): New function, based on
11846 ssl-certificate-information.
11847
11848 2004-10-12 Kenichi Handa <handa@m17n.org>
11849
11850 * international/mule.el (coding-system-equal): Move from mule-util.el.
11851
11852 * international/mule-util.el (coding-system-equal): Move to mule.el.
11853
11854 2004-10-12 Kim F. Storm <storm@cua.dk>
11855
11856 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11857 reset kmacro-initial-counter-value if set.
11858 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11859 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11860 (kmacro-display): Show macro counter if non-zero.
11861
11862 * subr.el (substitute-key-definition): Mention command remapping
11863 in doc string.
11864
11865 2004-10-11 Jay Belanger <belanger@truman.edu>
11866
11867 * calc/calc-misc.el (calc-info-goto-node): New function.
11868 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11869 node in one step.
11870 (calc-describe-copying, calc-describe-distribution)
11871 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11872 Go to appropriate info node in one step.
11873
11874 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11877
11878 * font-lock.el (font-lock-apply-highlight): Fix last change.
11879
11880 2004-10-11 Simon Josefsson <jas@extundo.com>
11881
11882 * mail/smtpmail.el (smtpmail-open-stream): Look for
11883 starttls-gnutls-program instead of starttls-program iff
11884 starttls-use-gnutls is non-nil.
11885 (smtpmail-open-stream): Don't overwrite user settings of
11886 starttls-extra-arguments and starttls-extra-args.
11887
11888 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * comint.el (comint-mouse-insert-input): Remove.
11891 (comint-insert-input): Make it work for mouse bindings.
11892 (comint-mode-map): Move defs into the declaration.
11893 (comint-output-filter): Typo.
11894
11895 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11896
11897 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11898
11899 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11900 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11901 ange-ftp-remote-shell.
11902
11903 2004-10-10 Andreas Schwab <schwab@suse.de>
11904
11905 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11906 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11907 Reported by <sri@asu.edu>.
11908
11909 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11910
11911 * vc.el (vc-annotate-mode): Remove variable.
11912 (vc-annotate-display-select): Only call vc-annotate-mode
11913 if we're not in that mode already.
11914
11915 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11918 (imenu-choose-buffer-index): Check here for rescan instead.
11919
11920 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11921 where the face expression evals to nil.
11922
11923 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11924 (tex-font-lock-keywords-2): Use it.
11925 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11926
11927 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11928
11929 2004-10-09 Kim F. Storm <storm@cua.dk>
11930
11931 * subr.el (progress-reporter-update): Define before first usage.
11932 (make-progress-reporter): Doc fix.
11933
11934 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11935
11936 * textmodes/paragraphs.el (sentence-end-double-space)
11937 (sentence-end-without-period, sentence-end-without-space)
11938 (sentence-end): Doc fixes.
11939
11940 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11941
11942 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11943 Change paragraph-start regexp so we don't fill code starting with #'(.
11944
11945 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11946
11947 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11948 New defcustom.
11949 (extract-address-components): Use it.
11950
11951 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11952
11953 * subr.el (make-progress-reporter, progress-reporter-update)
11954 (progress-reporter-force-update, progress-reporter-do-update)
11955 (progress-reporter-done): New functions.
11956
11957 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11958
11959 * progmodes/etags.el (etags-tags-completion-table): Use progress
11960 reporter.
11961 (etags-tags-apropos): Likewise.
11962
11963 2004-10-08 Alan Mackenzie <acm@muc.de>
11964
11965 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11966 of current line.
11967
11968 2004-10-08 Masatake YAMATO <jet@gyve.org>
11969
11970 * server.el (server-process-filter): Wrap `process-send-region'
11971 by `condition-case' to guard the case when the pipe to PROC is closed.
11972
11973 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11974
11975 * xml.el (xml-substitute-special): Limit handling of external entities.
11976
11977 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11978
11979 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11980
11981 2004-10-06 John Paul Wallington <jpw@gnu.org>
11982
11983 * xml.el (xml-parse-dtd): Fix `error' call.
11984
11985 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11986
11987 * xml.el (xml-substitute-special): Return a single string instead
11988 of a list of strings if an entity substitution is made.
11989
11990 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11991
11992 * calendar/icalendar.el: New file.
11993
11994 2004-10-05 Juri Linkov <juri@jurta.org>
11995
11996 * isearch.el (isearch-done): Set mark after running hook.
11997 Reported by Drew Adams <drew.adams@oracle.com>.
11998
11999 * info.el (Info-history, Info-toc): Fix Info headers.
12000 (Info-toc): Narrow buffer before Info-fontify-node.
12001 (Info-build-toc): Don't check for special Info file names.
12002 Set main-file to nil if Info-find-file returns a symbol.
12003
12004 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12005
12006 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12007 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12008 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12009
12010 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12011
12012 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12013 for old interactive spec from calendar-goto-iso-date.
12014 (calendar-goto-iso-date): Use it.
12015 (calendar-goto-iso-week): New function. Suggested by Emilio
12016 C. Lopes <eclig@gmx.net>.
12017
12018 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12019
12020 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12021 `set-right-margin' bindings that follow the minor mode conventions.
12022
12023 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12026 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12027 (latex-block-args-alist): Add minipage and picture.
12028 (latex-block-body-alist): Use reftex-label if enabled.
12029 (latex-insert-block): Don't insert a \n if not necessary.
12030 (tex-compile-commands): Make sure dvips doesn't send to printer.
12031 (tex-compile-default): Handle the case where no executable is found.
12032 (latex-noindent-environments): New var.
12033 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12034 If tex-indent-allhanging is non-nil, make sure we only align for macros
12035 at beginning of line.
12036
12037 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12038
12039 * newcomment.el (comment-beginning): Doc fix and don't choke on
12040 unset `comment-end-skip' when at beginning of comment.
12041
12042 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12043
12044 * term.el (term-adjust-current-row-cache): Don't allow the current
12045 row to become negative.
12046 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12047 the end of the line. Fix scroll down. Add comments.
12048 (term-handle-ansi-escape): Don't exceed terminal width when moving
12049 right.
12050 (term-scroll-region): Move the cursor after setting the scroll region.
12051
12052 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12053
12054 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12055 to `width' for consistency with docstring. Doc fix.
12056
12057 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12058
12059 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12060 This is necessary for derived modes.
12061
12062 2004-09-30 Kim F. Storm <storm@cua.dk>
12063
12064 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12065 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12066
12067 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12068 kmacro-extract-lambda functions.
12069 (edit-kbd-macro): Handle kmacro lambda forms.
12070 Include counter and counter format in edit buffer.
12071 (edmacro-finish-edit): Get counter and format from edit buffer and
12072 update kmacro bindings when found.
12073
12074 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12075
12076 * textmodes/paragraphs.el (forward-paragraph):
12077 Avoid args-out-of-range error when point winds up at the beginning of
12078 the buffer and hard newlines are enabled.
12079
12080 * newcomment.el (comment-multi-line): Doc fix.
12081
12082 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12085 (diff-fixup-modifs): Catch unified-diff file-headers.
12086
12087 2004-09-29 Kim F. Storm <storm@cua.dk>
12088
12089 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12090 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12091 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12092
12093 * fringe.el (fringe-bitmap-p): New macro.
12094 (fringe-bitmaps): Add standard fringe bitmaps on load.
12095
12096 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * dired.el (dired-view-command-alist): Use more efficient regexps.
12099 Remove dubious arguments.
12100 (dired-align-file): New function.
12101 (dired-insert-directory): Use it.
12102 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12103 (dired-buffers-for-dir): Remove unused var `pattern'.
12104
12105 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12106
12107 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12108 from diary display excursion. Store diary buffer's point for
12109 `simple-diary-display'.
12110 (simple-diary-display): Set window point and start when
12111 displaying buffer, to preserve point.
12112
12113 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12114
12115 * textmodes/enriched.el (enriched-translations): Replace defconst
12116 with defvar.
12117
12118 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12119
12120 * printing.el: Doc fix.
12121 (pr-version): New version number (6.8.1).
12122 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12123 make-temp-name.
12124 (pr-delete-file): Check if file exists before deleting it.
12125 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12126
12127 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * term.el (term-display-table): New variable.
12130 (term-mode): Use it.
12131 (term-exec-1): Set the coding system to binary.
12132 (term-emulate-terminal): Decode the string before inserting it.
12133
12134 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12135
12136 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12137 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12138 (map): Bind S-prior, S-next and S-insert.
12139 (term-mode): Set `indent-tabs-mode' to nil.
12140 (term-paste): New function to be bound to S-insert.
12141 (term-send-del, term-send-backspace): Change the strings sent.
12142 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12143 (term-handle-colors-array): Fix handling of underline and reverse.
12144 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12145 (term-erase-in-line): Fix comparison.
12146 (term-emulate-terminal): Fix line wrap handling.
12147 (term-start-output-log): Rename from `term-set-output-log'.
12148 (term-stop-output-log): Rename from `term-stop-photo'.
12149 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12150
12151 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * dired.el (dired-move-to-filename): Don't output a message if
12154 raise-error is non-nil. Fix return position and value.
12155
12156 * files.el (insert-directory): Obey --dired even with symlinks.
12157
12158 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12159
12160 * ls-lisp.el (ls-lisp-format): Mark file names with property
12161 dired-filename.
12162
12163 2004-09-25 Kim F. Storm <storm@cua.dk>
12164
12165 * ido.el (ido-max-directory-size): New defcustom.
12166 (ido-decorations): Add "too big" element.
12167 (ido-directory-too-big): New dynamic var.
12168 (ido-may-cache-directory): Don't cache big directories.
12169 (ido-directory-too-big-p): New defun.
12170 (ido-set-current-directory): Update ido-directory-too-big.
12171 (ido-read-internal): Make empty ido-cur-item if too-big.
12172 (ido-buffer-internal): Use ido-read-internal directly instead of
12173 ido-read-buffer.
12174 (ido-file-internal): Init ido-directory-too-big.
12175 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12176 and redo completion with full list.
12177 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12178 it, and show completions.
12179 (ido-all-completions): Let bind ido-directory-too-big to nil.
12180 (ido-exhibit): Handle ido-directory-too-big.
12181 (ido-read-buffer): Handle fallback to read-buffer.
12182 Init ido-directory-too-big.
12183 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12184 Init ido-directory-too-big.
12185
12186 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12187
12188 * subr.el (delay-mode-hooks): Doc fix.
12189
12190 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12191
12192 * textmodes/enriched.el
12193 (enriched-default-text-properties-local-flag): New variable.
12194 (enriched-mode): Make sure that enabling and disabling the mode is
12195 a no-op. Doc fix.
12196
12197 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12198
12199 * calendar/holidays.el (holiday-advent): Report on a specified day
12200 offset from advent, not just advent.
12201 (holiday-easter-etc): Report on one specified day offset from
12202 easter, not all easter holidays. Various Easter holidays moved to
12203 `christian-holidays' variable in calendar.el.
12204 * calendar/calendar.el (christian-holidays): Adapt for new
12205 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12206
12207 2004-09-23 Kim F. Storm <storm@cua.dk>
12208
12209 * image.el (insert-sliced-image): Add doc string.
12210
12211 * ido.el (ido-choice-list): New dynamic var for `list' context.
12212 (ido-context-switch-command): New dynamic var.
12213 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12214 (ido-read-internal): Handle new `list' context.
12215 Handle insert-buffer and insert-file ido-exit values.
12216 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12217 ido-context-switch-command. Handle insert-file ido-exit value.
12218 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12219 unless it is already bound by caller.
12220 (ido-file-internal): New arg switch-cmd. Use it to setup
12221 ido-context-switch-command. Handle insert-buffer ido-exit value.
12222 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12223 used for context switching.
12224 (ido-all-completions): Handle new `list' context.
12225 (ido-make-choice-list): Return choices for `list' context.
12226 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12227 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12228 (ido-insert-buffer, ido-insert-file): Setup context switching.
12229 (ido-exhibit): Handle `list' context.
12230 (ido-read-file-name): Disable context switching. Handle fallback.
12231 (ido-read-directory-name): Disable context switching.
12232 (ido-completing-read): New defun like completing-read. Setup and
12233 use new `list' context.
12234
12235 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12236
12237 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12238
12239 2004-09-21 Jay Belanger <belanger@truman.edu>
12240
12241 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12242 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12243 separate window.
12244
12245 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12246
12247 * subr.el (after-change-major-mode-hook): Doc fix.
12248
12249 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12250
12251 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12252 of ghostscript for monochrome PostScript file in Windows.
12253
12254 2004-09-21 Kenichi Handa <handa@m17n.org>
12255
12256 * descr-text.el (describe-char): Checking of quail activation fixed.
12257
12258 2004-09-21 Jay Belanger <belanger@truman.edu>
12259
12260 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12261
12262 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12263
12264 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12265 after the mode hooks instead of before. Doc fix.
12266
12267 2004-09-20 Jason Rumney <jasonr@gnu.org>
12268
12269 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12270 _emacs, but revert to .emacs if neither exists in home directory.
12271
12272 2004-09-20 John Paul Wallington <jpw@gnu.org>
12273
12274 * bindings.el (completion-ignored-extensions): Add .dfsl.
12275
12276 2004-09-20 Richard M. Stallman <rms@gnu.org>
12277
12278 * bindings.el (scroll-left): Make it disabled.
12279
12280 * files.el (enable-local-eval): Doc fix.
12281
12282 * indent.el (move-to-left-margin): Special case for minibuffer.
12283
12284 * term.el (term-emulate-terminal): Turn off undo for output.
12285 Use with-current-buffer and save-selected-window.
12286
12287 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12288
12289 * progmodes/make-mode.el (makefile-fill-paragraph):
12290 Don't insist on spaces when looking for comments. # is enough.
12291
12292 * files.el (hack-local-variables): Copy the variables list
12293 to another buffer, strip prefixes and suffixes there, then read.
12294 (enable-local-eval): Doc fix.
12295 (ignored-local-variables): Initialize to nil.
12296 (risky-local-variable-p): Don't check ignored-local-variables here.
12297 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12298
12299 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12300
12301 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12302 of = to "." (punctuation).
12303
12304 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12307
12308 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12309
12310 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12311 (enriched-before-change-major-mode): New function.
12312 Add it to `change-major-mode-hook'.
12313 (enriched-after-change-major-mode): New function.
12314 Add it to `after-change-major-mode-hook'.
12315 (enriched-mode): Make it work correctly if called from
12316 `after-change-major-mode-hook'.
12317 No longer set `indent-line-function'.
12318
12319 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12320
12321 * subr.el (after-change-major-mode-hook): New variable.
12322 (run-mode-hooks): Implement it.
12323
12324 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * battery.el (battery-linux-proc-apm): Use string-to-number.
12327 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12328 Use dolist (and less indentation). Use erase-buffer.
12329 Pre-initialize `design-capacity', `warn', and `low'.
12330 (battery-format): Use replace-regexp-in-string.
12331
12332 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12333
12334 * battery.el: Delete superfluous empty lines.
12335 (battery-linux-proc-acpi): Attempt to gather information from all
12336 battery subdirectories regardless of their file name.
12337 (battery-linux-proc-apm): Replace all occurrences of
12338 battery-hex-to-int-2 with string-to-int (base 16).
12339 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12340 (battery-hex-map): Delete variable.
12341
12342 2004-09-18 John Paul Wallington <jpw@gnu.org>
12343
12344 * calc/calc-units.el (calc-quick-units): Fix overzealous
12345 s/or/unless/.
12346
12347 2004-09-17 Jay Belanger <belanger@truman.edu>
12348
12349 * calc/calc.el (calc-mode-var-list): Fix the value of
12350 `calc-matrix-brackets'.
12351
12352 2004-09-17 Romain Francoise <romain@orebokech.com>
12353
12354 * ibuf-ext.el (define-ibuffer-filter filename):
12355 Expand dired-directory since buffer-file-name is absolute.
12356
12357 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12358
12359 * ediff-init.el (ediff-current-diff-face-A)
12360 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12361 (ediff-current-diff-face-Ancestor)
12362 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12363 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12364 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12365 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12366 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12367 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12368 Use min-colors.
12369
12370 * term.el (term-down): Perform vertical motion if DOWN is negative.
12371 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12372 (term-termcap-format): Synchronyze with the eterm terminfo entry
12373 in etc/e/eterm.ti.
12374 (term-handle-colors-array): If the current foreground or
12375 background are zero (i.e. unspecified), use the foreground and
12376 background of the default face for reverse video.
12377 (term-ansi-at-eval-string, term-ansi-default-fg)
12378 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12379 (term-mem): Delete ununsed function.
12380 (term-protocol-version): Increment.
12381 (term-current-face): Set to default.
12382
12383 2004-09-15 Jay Belanger <belanger@truman.edu>
12384
12385 * calc/calc.el (calc-mode-var-list): Define this variable.
12386 (calc-always-load-extensions, calc-line-numbering)
12387 (calc-line-breaking, calc-display-just, calc-display-origin)
12388 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12389 (calc-group-char, calc-point-char, calc-frac-format)
12390 (calc-prefer-frac, calc-hms-format, calc-date-format)
12391 (calc-float-format, calc-full-float-format, calc-complex-format)
12392 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12393 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12394 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12395 (calc-matrix-brackets, calc-language, calc-language-option)
12396 (calc-left-label, calc-right-label, calc-word-size)
12397 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12398 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12399 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12400 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12401 (calc-window-height, calc-display-trail, calc-show-selections)
12402 (calc-use-selections, calc-assoc-selections)
12403 (calc-display-working-message, calc-auto-why, calc-timing)
12404 (calc-mode-save-mode, calc-standard-date-formats)
12405 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12406 (calc-user-parse-tables, calc-gnuplot-default-device)
12407 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12408 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12409 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12410 (calc-invocation-macro, calc-show-banner): Give these values as
12411 part of `calc-mode-var-list's initialization after the variables
12412 are declared with defvar.
12413 (calc-bug-address): Change email address to send bug reports to.
12414 Change the maintainer address at the top.
12415 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12416 than "\\.emacs" to determine if it is the user-init-file.
12417
12418 * calc/calc-embed.el (calc-embedded-set-modes): Use
12419 `calc-mode-var-list' correctly.
12420
12421 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12422
12423 * vc.el (annotate-time): Document point handling.
12424 (vc-annotate-display-autoscale): Doc fix.
12425
12426 2004-09-15 Miles Bader <miles@gnu.org>
12427
12428 * generic.el (generic-make-keywords-list): Use symbol rather than
12429 word anchors in regexp.
12430
12431 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12432
12433 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12434 no file name consider `dired-directory'.
12435
12436 2004-09-14 Kim F. Storm <storm@cua.dk>
12437
12438 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12439
12440 2004-09-14 Simon Josefsson <jas@extundo.com>
12441
12442 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12443
12444 * textmodes/dns-mode.el: Add.
12445
12446 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12449 (disabled-command-function): Make the ?\ char more obvious.
12450
12451 * vc-arch.el (vc-arch-root, vc-arch-registered):
12452 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12453
12454 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12455
12456 * windmove.el (windmove-frame-edges): Report coordinates of
12457 outside edges of frame, not inside edges.
12458 (windmove-coordinates-of-position): Convert into wrapper to new
12459 function `windmove-coordinates-of-window-position';
12460 `compute-motion' always applies to selected window.
12461 (windmove-coordinates-of-position): Update documentation to refer
12462 to Emacs 21 Lisp Reference Manual.
12463 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12464
12465 2004-09-13 Kim F. Storm <storm@cua.dk>
12466
12467 * isearch.el (isearch-resume-in-command-history): Rename from
12468 isearch-resume-enabled and change default to nil.
12469
12470 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12473 (vc-registered): Use it.
12474 (vc-find-root): New fun.
12475
12476 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12477 Don't tell to use \\{...} when it's already done.
12478
12479 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12480 Provide a sample complex default.
12481 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12482 (bibtex-entry): Use mapc.
12483
12484 2004-09-12 Kim F. Storm <storm@cua.dk>
12485
12486 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12487
12488 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12489 inhibit-field-text-motion to t so rectangles work in comint buffers.
12490
12491 * simple.el (choose-completion-string): Set buffer before running
12492 choose-completion-string-functions hook so it can be buffer-local.
12493
12494 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12495
12496 * progmodes/compile.el (compilation-start): Parse command to see
12497 if it starts with a cd, and if so perform it for the *compilation*
12498 buffer. Change the header to reflect this.
12499
12500 2004-09-11 Kim F. Storm <storm@cua.dk>
12501
12502 * ido.el (ido-enable-dot-prefix): Doc fix.
12503 (ido-enable-dot-prefix): New defcustom.
12504 (ido-set-matches1): Use it.
12505
12506 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * textmodes/bibtex.el (bibtex-mark-active)
12509 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12510
12511 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12512
12513 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12514 used in a case insensitive environment.
12515 (bibtex-mode-map): Rearrange order of menus.
12516 (bibtex-quoted-string-re): Obsolete.
12517 (bibtex-complete-key-cleanup): Variable replaced by new function.
12518 (bibtex-font-lock-keywords): Use backquotes.
12519 (bibtex-font-lock-url-regexp): New internal variable.
12520 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12521 "OPT" and "ALT".
12522 (bibtex-insert-current-kill, bibtex-make-field)
12523 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12524 (bibtex-parse-field-text): Simplify.
12525 (bibtex-string=): New helper function.
12526 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12527 (bibtex-map-entries): Use bibtex-string=.
12528 (bibtex-search-entry): Use not.
12529 (bibtex-enclosing-field): Fix docstring.
12530 (bibtex-assoc-regexp): Obsolete.
12531 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12532 (bibtex-autokey-get-names): Handle empty name field.
12533 (bibtex-parse-strings): Use assoc-string and unless.
12534 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12535 Use assoc-string.
12536 (bibtex-pop): Simplify.
12537 (bibtex-mode): Set font-lock-extra-managed-props.
12538 (bibtex-entry-update): Use assoc-string.
12539 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12540 (bibtex-autofill-entry): Use bibtex-string=.
12541 (bibtex-print-help-message): Simplify.
12542 (bibtex-find-entry): New optional arg START.
12543 (bibtex-validate): Use bibtex-string= and assoc-string.
12544 Do not call obsolete function compilation-parse-errors.
12545 (bibtex-remove-delimiters): Only remove delimiters if present.
12546 (bibtex-copy-entry-as-kill): Add docstring.
12547 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12548 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12549 (bibtex-complete): Use bibtex-predefined-month-strings,
12550 bibtex-string=, and new function bibtex-complete-key-cleanup.
12551 (bibtex-generate-url-list): New variable.
12552 (bibtex-url): New command bound to C-c C-l and mouse-2.
12553 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12554 (bibtex-font-lock-url): New function.
12555
12556 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12559
12560 2004-09-09 Kim F. Storm <storm@cua.dk>
12561
12562 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12563 counter and format with binding.
12564 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12565 the declared macro uses own macro counter and format. Give symbol
12566 kmacro property.
12567 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12568 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12569 (kmacro-end-and-call-macro): Doc fix.
12570
12571 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12572
12573 * desktop.el (desktop-clear-preserve-buffers):
12574 Remove make-obsolete-variable.
12575
12576 2004-09-08 Richard M. Stallman <rms@gnu.org>
12577
12578 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12579 with the buffer as argument.
12580
12581 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12584
12585 2004-09-08 Juri Linkov <juri@jurta.org>
12586
12587 * replace.el (perform-replace): Use `query-replace-descr'.
12588
12589 * cus-start.el (history-delete-duplicates): Specify customization.
12590
12591 * diff-mode.el (diff-mode-map):
12592 * progmodes/compile.el (compilation-mode-map):
12593 * progmodes/grep.el (grep-mode-map):
12594 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12595 to `next-error-follow-minor-mode'.
12596
12597 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12598
12599 * isearch.el (isearch-lazy-highlight-update): Take into account
12600 the case of zero-length match at the search bound.
12601
12602 2004-09-08 Kim F. Storm <storm@cua.dk>
12603
12604 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12605 change. Use zero width overlays when necessary.
12606
12607 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12608
12609 * subr.el (split-string): Docfix.
12610
12611 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12612
12613 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12614 (display-call-tree): Ensure newline after caller/calls blocks.
12615
12616 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12617
12618 * startup.el (command-line-1): Make option
12619 --directory/-L modify `load-path' straight away.
12620
12621 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12622
12623 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12624
12625 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12626
12627 * emacs-lisp/autoload.el (make-autoload):
12628 Handle `define-compilation-mode'.
12629
12630 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12631 Specify `doc-string-elt' property.
12632
12633 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12634
12635 * bs.el (bs-mode): Doc fix.
12636
12637 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12638
12639 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12640
12641 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12642
12643 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12644
12645 2004-09-08 Kenichi Handa <handa@m17n.org>
12646
12647 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12648 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12649 ps-mule-next-point -> 1+).
12650
12651 * composite.el (encode-composition-rule): Add autoload cooky.
12652
12653 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12654
12655 * format.el (buffer-auto-save-file-format): Make it permanent local.
12656
12657 2004-09-07 Kim F. Storm <storm@cua.dk>
12658
12659 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12660 (authors-fixed-entries): Fix typo.
12661 (authors-canonical-author-name): Compact multiple spaces.
12662 Ignore trivial names (e.g. only first name).
12663
12664 * term.el (term-window-width): Only use full window width on
12665 window system if overflow-newline-into-fringe is enabled.
12666 (term-mode): Don't disable overflow-newline-into-fringe.
12667
12668 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12671 motion as seen on my Mac OS X xterms.
12672
12673 * newcomment.el (uncomment-region-default, comment-region-default):
12674 New functions extracted from uncomment-region and comment-region.
12675 (comment-region, comment-region-function, uncomment-region)
12676 (uncomment-region-function): Use them.
12677
12678 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12679
12680 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12681 It's not crucial but can make sense at times.
12682
12683 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12684 the first commit.
12685
12686 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12687 Disable obsolete code.
12688
12689 2004-09-07 Juri Linkov <juri@jurta.org>
12690
12691 * progmodes/grep.el (grep-highlight-matches): Change default from
12692 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12693 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12694 if grep option `--color' is available, or to `nil' otherwise.
12695 (grep-process-setup): Call `grep-compute-defaults' if
12696 `grep-highlight-matches' is not computed. Set env-vars only
12697 if `grep-highlight-matches' is `t'.
12698 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12699 is already defined).
12700
12701 * progmodes/compile.el (compilation-start): Use copy of
12702 `process-environment' created by `copy-sequence' to not
12703 modify env-vars in the global `process-environment'.
12704
12705 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12706
12707 * simple.el (next-error-follow-minor-mode): Fix last change.
12708
12709 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12710
12711 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12712 permanent local.
12713
12714 2004-09-04 Richard M. Stallman <rms@gnu.org>
12715
12716 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12717 highlighting if the search string is empty.
12718
12719 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12720
12721 * facemenu.el (facemenu-active-faces): Change condition of inner
12722 `while' loop to also check the first two elements of `face-atts'
12723 and `mask-atts'.
12724
12725 2004-09-04 John Paul Wallington <jpw@gnu.org>
12726
12727 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12728 (thumbs-view-image-mode): Make buffer read-only.
12729
12730 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12731
12732 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12733 (ispell-check-version): Set it.
12734 (ispell-send-replacement): New function.
12735 (ispell-process-line): Call ispell-send-replacement.
12736
12737 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12738
12739 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12740 Support choosing seconds with "s".
12741
12742 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12743
12744 * terminal.el (te-escape): Show `?' in prompt for help key.
12745
12746 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12747
12748 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12749
12750 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12751
12752 * simple.el (next-error-follow-minor-mode)
12753 (next-error-follow-mode-post-command-hook): New functions.
12754 (next-error-follow-last-line): New defvar.
12755
12756 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12757 * progmodes/compile.el (compilation-mode-map): Likewise.
12758 * progmodes/grep.el (grep-mode-map): Likewise.
12759 * replace.el (occur-mode-map): Likewise.
12760
12761 * newcomment.el (uncomment-region): Bind comment-use-global-state
12762 to nil.
12763
12764 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12765
12766 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12767 locally around the call to `revert-buffer'.
12768
12769 2004-09-03 Juri Linkov <juri@jurta.org>
12770
12771 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12772 `isearch-adjusted' to `t'.
12773 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12774 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12775 (isearch-other-meta-char): Restore isearch-point unconditionally.
12776 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12777 Set point to start of match if region is not active in transient
12778 mark mode (to include the current match to region boundaries).
12779 Push the search string to `query-replace-from-history-variable'.
12780 Add prompt "Query replace regexp" for isearch-regexp.
12781 Add region beginning/end as last arguments of `perform-replace.'
12782 (isearch-query-replace-regexp): Replace code by the call to
12783 `isearch-query-replace' with arg `t'.
12784
12785 2004-09-03 Richard M. Stallman <rms@gnu.org>
12786
12787 * startup.el (normal-top-level): Undo previous TERM change.
12788
12789 2004-09-03 Kim F. Storm <storm@cua.dk>
12790
12791 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12792 highlight overlays; allow using RET when cursor is over a button.
12793 (cua--highlight-rectangle): Use it.
12794 (cua--rectangle-set-corners): Don't move backwards at eol.
12795 (cua--forward-line): Don't move into void after eob.
12796
12797 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12798 point is set (and displayed) inside rectangle.
12799 (cua--rectangle-operation): Fix for highlight of empty lines.
12800 (cua--highlight-rectangle): Fix highlight for tabs.
12801 Position cursor at left/right edge of rectangle using new `cursor'
12802 property on overlay strings.
12803 (cua--indent-rectangle): Don't tabify.
12804 (cua-rotate-rectangle): Ignore that point has moved.
12805
12806 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12807
12808 * term/mac-win.el: Add ASCII equivalents for some function keys.
12809 (mode-line-frame-identification): Sync with x-win.el.
12810
12811 2004-09-02 Juri Linkov <juri@jurta.org>
12812
12813 * progmodes/compile.el (compilation-buffer-name): Compare major
12814 mode with second element of compilation-arguments instead of third
12815 to reflect latest changes in compilation-arguments structure.
12816 (recompile): Use global variable `compilation-directory' to get
12817 recent compilation directory only when `recompile' is invoked NOT
12818 in the compilation buffer. Otherwise, use `default-directory' of
12819 the compilation buffer.
12820 (compilation-error-properties): Allow to funcall col and end-col.
12821 (compilation-mode-font-lock-keywords): Check col and end-col by
12822 `integerp'.
12823 (compilation-goto-locus): If end-mk is non-nil in transient mark
12824 mode don't activate the mark (and don't display message in
12825 push-mark), but highlight overlay between mk and end-mk.
12826
12827 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12828 (grep-regexp-alist): Add rule to highlight grep matches.
12829 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12830
12831 * info.el (Info-fontify-node): Don't compute other-tag
12832 if Info-hide-note-references=hide.
12833
12834 * help.el (function-called-at-point):
12835 * help-fns.el (variable-at-point):
12836 Try `find-tag-default' when other methods failed.
12837
12838 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12839 Do not push mark if inhibit-mark-movement is non-nil.
12840
12841 * textmodes/ispell.el (ispell-html-skip-alists):
12842 Fix backslashes in docstring.
12843
12844 2004-09-01 Juri Linkov <juri@jurta.org>
12845
12846 * isearch.el (isearch-wrap-function)
12847 (isearch-push-state-function): New defvars.
12848 (isearch-pop-fun-state): New defsubst.
12849 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12850 (isearch-push-state): Set the result of calling
12851 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12852 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12853 restore the mode-specific starting point of terminated search.
12854 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12855 (isearch-repeat): Call `isearch-wrap-function' if defined.
12856 (isearch-message-prefix): Don't add prefix "over" to the message
12857 for wrapped search if `isearch-wrap-function' is defined.
12858 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12859 restore the mode-specific starting point of failed search.
12860
12861 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12862 (Info-search): Add new optional arguments for the sake of isearch.
12863 Replace whitespace in Info-search-whitespace-regexp literally.
12864 Add backward search. Don't call `Info-select-node' if regexp is
12865 found in the same Info node. Don't add node to Info-history for
12866 wrapped isearch.
12867 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12868 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12869 (Info-mode): Set local variables `isearch-search-fun-function',
12870 `isearch-wrap-function', `isearch-push-state-function',
12871 `search-whitespace-regexp'.
12872
12873 * isearch.el: Remove ancient Change Log section.
12874 (isearch-string, isearch-message-string, isearch-point)
12875 (isearch-success, isearch-forward-flag, isearch-other-end)
12876 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12877 (isearch-barrier, isearch-within-brackets)
12878 (isearch-case-fold-search): Add suffix `-state' to state-related
12879 defsubsts to avoid name clashes with other function names.
12880
12881 * simple.el (next-error): New defgroup and defface.
12882 (next-error-highlight, next-error-highlight-no-select):
12883 New defcustoms.
12884 (next-error-no-select): Let-bind next-error-highlight to the value
12885 of next-error-highlight-no-select before calling `next-error'.
12886
12887 * progmodes/compile.el (compilation-goto-locus):
12888 Use `next-error' face instead of `region'. Set 4-th argument of
12889 `move-overlay' to `current-buffer' to move overlay to different
12890 source buffers. Use new variable `next-error-highlight'.
12891
12892 * simple.el (next-error-find-buffer): Move the rule
12893 "if current buffer is a next-error capable buffer" after the
12894 rule "if next-error-last-buffer is set to a live buffer".
12895 Simplify to test all rules in one `or'.
12896 (next-error): Doc fix.
12897 (next-error, previous-error, first-error)
12898 (next-error-no-select, previous-error-no-select):
12899 Make arguments optional.
12900
12901 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12902
12903 * macros.el (apply-macro-to-region-lines): Make it operate on all
12904 lines that begin in the region, rather than on all complete lines
12905 in the region.
12906
12907 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12908
12909 * x-dnd.el (x-dnd-protocol-alist): Document update.
12910 (x-dnd-known-types): Defcustom it.
12911 (x-dnd-handle-motif): Print message-atom in error message.
12912
12913 2004-08-30 John Paul Wallington <jpw@gnu.org>
12914
12915 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12916 strings rather than programatically constructing message.
12917
12918 2004-08-30 Richard M. Stallman <rms@gnu.org>
12919
12920 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12921 Don't return a string that would read as the wrong character code.
12922
12923 2004-08-29 Kim F. Storm <storm@cua.dk>
12924
12925 * emulation/cua-base.el (cua-auto-expand-rectangles):
12926 Remove automatic rectangle padding feature; replace by non-destructive
12927 virtual rectangle edges feature.
12928 (cua-virtual-rectangle-edges): New defcustom.
12929 (cua-auto-tabify-rectangles): New defcustom.
12930 (cua-paste): If paste into a marked rectangle, insert rectangle at
12931 current column, even if virtual; also paste exactly as many lines
12932 as has been marked (ignore additional lines or add empty lines),
12933 but paste whole source if only one line is marked.
12934 (cua--update-indications): No longer use overwrite-cursor to
12935 indicate rectangle padding
12936
12937 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12938 (cua--rectangle-virtual-edges): New defun.
12939 (cua--rectangle-get-corners): Remove optional PAD arg.
12940 (cua--rectangle-set-corners): Never do padding.
12941 (cua--forward-line): Remove optional PAD arg. Simplify.
12942 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12943 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12944 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12945 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12946 (cua--rectangle-move): Never do padding. Simplify.
12947 (cua--tabify-start): New defun.
12948 (cua--rectangle-operation): Add tabify arg. All callers changed.
12949 (cua--pad-rectangle): Remove.
12950 (cua--delete-rectangle): Handle delete with virtual edges.
12951 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12952 (cua--insert-rectangle): Handle insert at virtual column.
12953 Perform auto-tabify if necessary.
12954 (cua--activate-rectangle): Remove optional FORCE arg.
12955 Never do padding. Simplify.
12956 (cua--highlight-rectangle): Enhance for virtual edges.
12957 (cua-toggle-rectangle-padding): Remove command.
12958 (cua-toggle-rectangle-virtual-edges): New command.
12959 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12960 (cua--rectangle-post-command): Don't force rectangle padding.
12961 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12962
12963 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12964
12965 * indent.el (edit-tab-stops-buffer): Doc fix.
12966
12967 2004-08-28 Richard M. Stallman <rms@gnu.org>
12968
12969 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12970 (grep-tag-default): Function deleted.
12971
12972 * subr.el (find-tag-default): Move from etags.el.
12973
12974 * progmodes/etags.el (find-tag-default): Move to subr.el.
12975
12976 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12977 into the basic character if it has an uppercase form.
12978
12979 2004-08-27 Kenichi Handa <handa@m17n.org>
12980
12981 * international/utf-8.el (utf-8-post-read-conversion): If the
12982 buffer is unibyte, temporarily make it multibyte.
12983
12984 2004-08-27 Masatake YAMATO <jet@gyve.org>
12985
12986 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12987
12988 2004-08-25 John Paul Wallington <jpw@gnu.org>
12989
12990 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12991 0, 1, and many mismatches in message.
12992 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12993
12994 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12995 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12996
12997 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12998
12999 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13000 vc-diff-switches differently.
13001
13002 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13003
13004 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13005 before and a real defvar after
13006 `speedbar-supported-extension-expressions'. This is to silence
13007 the compiler without breaking bootstrapping.
13008
13009 2004-08-22 Richard M. Stallman <rms@gnu.org>
13010
13011 * textmodes/flyspell.el (flyspell-word):
13012 Use set-process-query-on-exit-flag.
13013 (flyspell-highlight-duplicate-region): Take POSS as arg.
13014 (flyspell-word): Pass POSS as arg.
13015
13016 * progmodes/ada-xref.el: Many doc and style fixes.
13017 (ada-find-any-references): Use compilation-start.
13018 (ada-get-ali-file-name): Improve error msg.
13019 (ada-get-ada-file-name): Likewise.
13020
13021 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13022 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13023
13024 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13025 Add forward defvar.
13026
13027 * whitespace.el (global-whitespace-mode): New alias
13028 for whitespace-global-mode.
13029
13030 * speedbar.el (speedbar-file-regexp): Move definition up.
13031 (speedbar-mode, speedbar-set-mode-line-format):
13032 Use with-no-warnings.
13033 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13034
13035 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13036 controls whether to display the error buffer.
13037
13038 * ps-mule.el: Delete compatibility code for old Emacses.
13039 (ps-mule-find-wrappoint): Don't use chars-in-region.
13040
13041 * frame.el (display-mouse-p, display-selections-p):
13042 Use with-no-warnings.
13043
13044 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13045
13046 2004-08-22 David Kastrup <dak@gnu.org>
13047
13048 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13049 information.
13050
13051 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13052
13053 2004-08-22 Andreas Schwab <schwab@suse.de>
13054
13055 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13056
13057 2004-08-22 Masatake YAMATO <jet@gyve.org>
13058
13059 * cvs-status.el (cvs-status-checkout): New function.
13060 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13061
13062 2004-08-21 David Kastrup <dak@gnu.org>
13063
13064 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13065 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13066 has been converted to use hashtables, the relation `nil=none' is
13067 no longer valid, as `nil' is not a hashtable. This patch tries to
13068 reduce the number of resulting errors.
13069
13070 2004-08-21 John Paul Wallington <jpw@gnu.org>
13071
13072 * subr.el (process-kill-without-query): Made obsolete in
13073 version 21.4, not 21.5.
13074
13075 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13076 (vc-previous-comment, vc-next-comment)
13077 (vc-comment-search-reverse, vc-comment-search-forward)
13078 (vc-comment-to-change-log): Likewise.
13079
13080 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13081
13082 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13083
13084 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13085 Correct indentation of DEFMETHODS with non-standard method
13086 combinations (e.g., PROGN, MIN, MAX).
13087
13088 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * startup.el (normal-top-level-add-subdirs-to-load-path):
13091 Avoid unnecessarily checking system-type.
13092 (normal-top-level): Set TERM to "dumb". Simplify.
13093
13094 * avoid.el (mouse-avoidance-ignore-p): New fun.
13095 Also ignore switch-frame, select-window, double, and triple clicks.
13096 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13097 (mouse-avoidance-fancy-hook): Use it.
13098
13099 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13100
13101 * avoid.el (mouse-avoidance-nudge-mouse)
13102 (mouse-avoidance-banish-destination): Stay within the current window
13103 to avoid problems with mouse-autoselect-window.
13104
13105 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13108 the newer format of some messages in cvs-1.12.1.
13109
13110 2004-08-19 Masatake YAMATO <jet@gyve.org>
13111
13112 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13113 (elp-results-jump-to-definition-by-mouse)
13114 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13115 (elp-output-result): Use elp-output-insert-symname.
13116
13117 2004-08-18 Kenichi Handa <handa@m17n.org>
13118
13119 * language/cyrillic.el: Register koi8-r in
13120 ctext-non-standard-encodings-alist.
13121 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13122
13123 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13124
13125 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13126 that replaces 20xy with xy.
13127
13128 2004-08-17 John Paul Wallington <jpw@gnu.org>
13129
13130 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13131 (reb-force-update): Doc fix.
13132
13133 2004-08-16 Richard M. Stallman <rms@gnu.org>
13134
13135 * progmodes/which-func.el (which-func-update-1): Doc fix.
13136
13137 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13138 (sh-mode-abbrev-table): New variable.
13139
13140 * progmodes/compile.el (compilation-mode): Doc fix.
13141
13142 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13143 Don't cons a new symbol each time.
13144 (eval-last-sexp-fake-value): New variable.
13145
13146 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13147 (copyright-update-year): Detect continuation of list of years.
13148
13149 * term.el (term-default-fg-color, term-default-bg-color)
13150 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13151
13152 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13153
13154 2004-08-16 Davis Herring <herring@lanl.gov>
13155
13156 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13157 (isearch-success, isearch-forward-flag, isearch-other-end)
13158 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13159 (isearch-barrier, isearch-within-brackets)
13160 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13161
13162 2004-08-16 Kenichi Handa <handa@m17n.org>
13163
13164 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13165
13166 2004-08-15 Kenichi Handa <handa@m17n.org>
13167
13168 * term/x-win.el (x-selection-value): If utf8 was successful but
13169 ctext was not, use utf8 string.
13170
13171 2004-08-14 Davis Herring <herring@lanl.gov>
13172
13173 * isearch.el: Remove accidental changes of March 4. Fix backing
13174 up when a regexp isearch is made more general. Use symbolic
13175 accessor functions for isearch stack frames to make usage clearer.
13176 (search-whitespace-regexp): Made groups in documentation shy (as
13177 is the group in the default value).
13178 (isearch-fallback): New function, addresses problems with regexps
13179 liberalized by `\|', adds support for liberalization by `\}' (the
13180 general repetition construct), and incorporates behavior for
13181 `*'/`?'.
13182 (isearch-}-char): New command, calls `isearch-fallback' with
13183 arguments appropriate to a typed `}'.
13184 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13185 appropriately.
13186 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13187 (isearch-string, isearch-message,string, isearch-point)
13188 (isearch-success, isearch-forward-flag, isearch-other-end)
13189 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13190 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13191 New inline functions to read fields of a stack frame.
13192
13193 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13194
13195 * battery.el (battery-linux-proc-acpi): Look into battery
13196 directories matching the literal string "CMB", too (required for
13197 Linux kernel version 2.6.7).
13198
13199 2004-08-14 John Paul Wallington <jpw@gnu.org>
13200
13201 * cus-start.el (read-file-name-completion-ignore-case): Add.
13202 (blink-cursor-alist): Change version to "21.4".
13203
13204 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13205
13206 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13207
13208 * speedbar.el (speedbar-scan-subdirs): New option.
13209 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13210 dolist.
13211 (speedbar-insert-files-at-point): Take an extra argument and use
13212 it to optionally find out if a subdir is empty. Also unreadable
13213 files don't get expand buttons.
13214 (speedbar-directory): New image (unused pixmap already existed).
13215 (speedbar-expand-image-button-alist): Use it.
13216
13217 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13218
13219 CC Mode update to 5.30.9:
13220
13221 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13222 Move from cc-vars to cc-defs for dependency reasons. Fix the
13223 POSIX char class test to check that it works in
13224 `skip-chars-(forward|backward)' too.
13225
13226 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13227 first argument starts with a special brace list.
13228
13229 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13230 when `c-opt-type-concat-key' is used (i.e. in Pike).
13231
13232 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13233 Fix bug when the inner char pair doesn't have paren syntax,
13234 i.e. "(<>)".
13235
13236 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13237 whitespace safe.
13238
13239 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13240 position for `arglist-intro', `arglist-cont-nonempty' and
13241 `arglist-close' when there are two arglist open parens on the same
13242 line and there's nothing in front of the first.
13243
13244 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13245 locking of qualified names in Java, which previously could fontify
13246 common indexing expressions in many cases. The standard Java
13247 naming conventions are used to tell them apart.
13248
13249 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13250 Fix inconsistency wrt opening parens on the first line inside a paren
13251 block.
13252
13253 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13254 compile time for the sake of `c-major-mode-is'.
13255
13256 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13257 `c-major-mode-is' in the event that this is used inside a
13258 `c-lang-defconst'.
13259
13260 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13261 `c-lang-defconst' so that it works better with fallback languages.
13262
13263 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13264 it to fail to record the base mode.
13265
13266 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13267 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13268 is used. Reorder the syntax checks to get more efficient
13269 skipping in some situations.
13270
13271 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13272 continuation which might precede the newly inserted '{'.
13273
13274 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13275 Fix cases where it could loop indefinitely.
13276
13277 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13278 size specs correctly. Only fontify identifiers in front of '('
13279 with as functions - don't accept any paren char. Tighten up
13280 initializer skipping to stop before function and class blocks.
13281
13282 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13283 the point could be left directly after an open paren when finding
13284 the beginning of the first decl in the block.
13285
13286 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13287 table when filtering out legitimate open parens to be recorded.
13288 This could cause cache inconsistencies when e.g.
13289 `c++-template-syntax-table' was temporarily in use.
13290
13291 * progmodes/cc-engine.el (c-on-identifier)
13292 (c-simple-skip-symbol-backward): Small fix for handling "-"
13293 correctly in `skip-chars-backward'. Affected the operator lfun
13294 syntax in Pike.
13295
13296 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13297 Fix bug that could cause an error from `after-change-functions' when
13298 the changed region is at bob.
13299
13300 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13301
13302 CC Mode update to 5.30.9:
13303
13304 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13305 to say that <TAB> doesn't insert WS into a CPP line.
13306 (c-indent-command, c-tab-always-indent): Amend doc strings.
13307
13308 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13309 checks for user errors, thus eliminating cryptic and unhelpful
13310 Emacs error messages. (1) Check the arg to `c-set-style' is a
13311 string. (2) Check that settings to `c-offsets-alist' are not
13312 spuriously quoted.
13313
13314 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13315 which precedes the newly inserted `{'.
13316
13317 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13318
13319 Sync with Tramp 2.0.44.
13320
13321 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13322 function "tramp_file_attributes". Otherwise, file names
13323 containing spaces are misinterpreted. Reported by Magnus Henoch
13324 <mange@freemail.hu>.
13325 (tramp-handle-file-truename): FILENAME must be expanded first.
13326 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13327 obscure results. Reported by D. Goel <deego@gnufans.org>.
13328 (tramp-handle-verify-visited-file-modtime): If file does not
13329 exist, say it is not modified if and only if that agrees with the
13330 buffer's record. Check whether a file is visiting the buffer, or
13331 the buffer has no recorded last modification time. Return t in
13332 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13333 <teirllm@auburn.edu>.
13334 (tramp-handle-write-region): Pass modtime explicitely to
13335 `set-visited-file-modtime', because filename can be different
13336 from (buffer-file-name) if `file-precious-flag' is set.
13337 `set-visited-file-modtime' must be called always when `visit' is t
13338 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13339 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13340 nil, don't apply the whole body. If the file doesn't exists, set
13341 modtime to '(-1 65535). Suggested by Luc Teirlinck
13342 <teirllm@auburn.edu>.
13343
13344 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13345
13346 * help.el (describe-bindings): Doc fix.
13347
13348 * subr.el (kbd): Doc fix.
13349
13350 2004-08-08 John Paul Wallington <jpw@gnu.org>
13351
13352 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13353 instead of `string-to-int'.
13354 (define-ibuffer-column mode): Fix indentation.
13355
13356 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13357
13358 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13359
13360 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13361
13362 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13363
13364 * novice.el (disabled-command-function): New variable renamed from
13365 `disabled-command-hook'.
13366 (disabled-command-hook): Keep the _variable_ as alias for
13367 `disabled-command-function' and make obsolete.
13368 (disabled-command-function): Function renamed from
13369 `disabled-command-hook'. Adapt code to name change of the variable.
13370
13371 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13372
13373 * simple.el (completion-root-regexp): New defvar.
13374 (completion-setup-function): Use it instead of a literal string.
13375
13376 2004-08-07 John Paul Wallington <jpw@gnu.org>
13377
13378 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13379 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13380 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13381 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13382
13383 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13384
13385 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13386 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13387
13388 2004-08-04 Kenichi Handa <handa@m17n.org>
13389
13390 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13391 Fix previous change.
13392
13393 2004-08-03 Kenichi Handa <handa@m17n.org>
13394
13395 * international/encoded-kb.el: The following changes are to
13396 utilize key-translation-map instead of minor mode map.
13397 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13398 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13399 (encoded-kbd-last-key): New function.
13400 (encoded-kbd-iso2022-single-shift): New function.
13401 (encoded-kbd-iso2022-designation)
13402 (encoded-kbd-self-insert-iso2022-7bit)
13403 (encoded-kbd-self-insert-iso2022-8bit)
13404 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13405 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13406 key-translation-map.
13407 (encoded-kbd-setup-keymap): Setup key-translation-map.
13408 (saved-key-translation-map): New variable.
13409 (encoded-kbd-mode): Save/restore key-translation-map.
13410 Adjust for the change of encoded-kbd-setup-keymap.
13411
13412 2004-08-02 Kim F. Storm <storm@cua.dk>
13413
13414 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13415 and call compute-motion with nil for topos and width to get proper
13416 usable width and height for both window and non-window systems.
13417
13418 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13419 calculate usable window width and height.
13420
13421 * window.el (window-buffer-height): Call compute-motion with nil width.
13422
13423 2004-08-01 David Kastrup <dak@gnu.org>
13424
13425 * replace.el (query-replace-read-from):
13426 Use `query-replace-compile-replacement'.
13427 (query-replace-compile-replacement): New function.
13428 (query-replace-read-to): Use `query-replace-compile-replacement'
13429 for repeating the last command.
13430
13431 2004-08-01 John Paul Wallington <jpw@gnu.org>
13432
13433 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13434 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13435 (pr-switches): Remove period from end of error messages.
13436
13437 * help-mode.el (help-go-back): Likewise.
13438
13439 * abbrev.el (only-global-abbrevs): Doc fix.
13440 (edit-abbrevs-map): Define within defvar.
13441 (quietly-read-abbrev-file): Doc fix.
13442
13443 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13444
13445 * novice.el (enable-command, disable-command): Doc fixes.
13446
13447 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13448
13449 2004-07-30 Richard M. Stallman <rms@gnu.org>
13450
13451 * subr.el (with-local-quit): Doc fix.
13452
13453 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13454
13455 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13456
13457 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13458
13459 * custom.el (defcustom): Doc fix.
13460
13461 2004-07-28 Masatake YAMATO <jet@gyve.org>
13462
13463 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13464
13465 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * imenu.el (imenu-prev-index-position-function)
13468 (imenu-extract-index-name-function, imenu-name-lookup-function)
13469 (imenu--index-alist): Docstring redundancy fix.
13470
13471 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13472
13473 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13474 binding dired-backup-overwrite.
13475
13476 2004-07-25 John Paul Wallington <jpw@gnu.org>
13477
13478 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13479
13480 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13481
13482 * term/tty-colors.el (tty-color-approximate): Doc fix.
13483
13484 * select.el (x-get-selection, x-set-selection): Doc fixes.
13485
13486 * frame.el (make-frame): Doc fix.
13487
13488 2004-07-24 Richard M. Stallman <rms@gnu.org>
13489
13490 * mail/rmail.el (rmail-mime-charset-pattern):
13491 Don't include semicolon in the charset value.
13492
13493 * replace.el (occur-next-error): Call set-window-point.
13494 (occur-engine): Handle negative NLINES.
13495
13496 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13497
13498 * frame.el (modify-all-frames-parameters): Minor doc fix.
13499 (set-frame-configuration): Doc fix.
13500
13501 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13502
13503 * simple.el (completion-setup-function): Compute the common parts
13504 and the first difference place correctly when
13505 partial-completion-mode is on.
13506
13507 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13508
13509 * ps-print.el: Doc fix.
13510 (ps-print-version): New version 6.6.5.
13511 (ps-printing-region): Doc fix.
13512 (ps-generate-string-list): Comment fix.
13513 (ps-message-log-max): Code fix.
13514
13515 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13516
13517 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13518 generated PostScript.
13519
13520 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13521
13522 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13523 with Gnus v5_10 branch.)
13524
13525 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13526
13527 * calendar/time-date.el (time-to-number-of-days): New function.
13528 Imported from from Gnus.
13529
13530 2004-07-22 Kim F. Storm <storm@cua.dk>
13531
13532 * progmodes/make-mode.el: Fix comments.
13533
13534 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13535
13536 * printing.el: Doc fix.
13537
13538 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13539
13540 * frame.el (modify-all-frames-parameters): Minor doc fix.
13541
13542 2004-07-20 Richard M. Stallman <rms@gnu.org>
13543
13544 * textmodes/fill.el (fill-nobreak-p): If this break point is
13545 at the end of the line, don't consider the newline which follows
13546 as a reason to return t.
13547
13548 2004-07-19 John Paul Wallington <jpw@gnu.org>
13549
13550 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13551
13552 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13553
13554 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13555 Delete irrelevant code.
13556
13557 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13558
13559 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13560 New docstring. From Luc Teirlinck.
13561
13562 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13563
13564 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13565 section.
13566 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13567 non-file buffers. We know it is nil.
13568
13569 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13570
13571 Sync with Tramp 2.0.43.
13572
13573 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13574 Remove outdated comment.
13575 (tramp-locked, tramp-locker): New variables for implementing a
13576 global lock.
13577 (tramp-sh-file-name-handler): Use them to implement the global lock.
13578
13579 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13580
13581 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13582 calls to respective `xxx` calls.
13583 (tramp-process-alive-regexp): Precise doc string.
13584 (tramp-multi-action-process-alive): New defun.
13585 (tramp-multi-actions): Use it.
13586 (tramp-handle-find-backup-file-name): `copy-tree' is available
13587 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13588 in order to avoid this function.
13589 (tramp-handle-write-region): Set current buffer. If connection
13590 wasn't open, `file-modes' has changed it accidently. Reported by
13591 David Kastrup <dak@gnu.org>.
13592 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13593 HOST.
13594 (tramp-action-password, tramp-multi-action-password): Apply it.
13595 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13596 name must still contain the port number. Otherwise, we have two
13597 Tramp buffers, with all the confusion. Reported by Myron Selby
13598 <myron@xytech.com> and Rolf Dubitzky
13599 <Dubitzky@physi.uni-heidelberg.de>.
13600
13601 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13602 HOST to `tramp-enter-passwd'.
13603
13604 * net/tramp-vc.el (all): Code cleanup. Change all
13605 `tramp-handle-xxx' calls to respective `xxx` calls.
13606
13607 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13608
13609 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13610 functions that are not erroneous if either 1-valued or
13611 multi-valued. Detect functions in this class.
13612 (testcover-1value-functions, testcover-compose-functions)
13613 (testcover-progn-functions) Add some additional functions to lists.
13614 (testcover-mark): Bugfix when marking up the definition for an
13615 empty function.
13616
13617 2004-07-17 Richard M. Stallman <rms@gnu.org>
13618
13619 * replace.el (occur-read-primary-args): Pass default to
13620 read-from-minibuffer.
13621
13622 * mail/footnote.el (footnote-section-tag): Use defcustom.
13623
13624 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13625 Compile font-lock-keywords, not KEYWORDS.
13626 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13627 Add warn, check-type. Handle cerror like error.
13628
13629 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13630
13631 * progmodes/which-func.el (which-func-keymap): New var.
13632 (which-func-face): New face.
13633 (which-func-format): Use them.
13634
13635 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13636
13637 * buff-menu.el (list-buffers-noselect): Append the buffer's
13638 process status to its mode name.
13639
13640 2004-07-16 Kim F. Storm <storm@cua.dk>
13641
13642 * simple.el (inhibit-mark-movement): New defvar.
13643 (beginning-of-buffer, end-of-buffer): Do not push mark if
13644 inhibit-mark-movement is non-nil or C-u prefix is given.
13645
13646 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13647 Init to beginning-of-buffer and end-of-buffer.
13648 (cua--undo-push-mark): New defvar.
13649 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13650 already active and command is in cua--preserve-mark-commands.
13651 Also fix check for shift modifier on non-window systems.
13652 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13653
13654 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13655
13656 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13657 of two integers, instead of a cons.
13658
13659 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13660 `visited-file-modtime' now returns a list of two integers, instead
13661 of a cons.
13662
13663 * dired.el (dired-directory-changed-p): Ditto.
13664
13665 * progmodes/grep.el (grep): Doc fix.
13666
13667 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13668
13669 * autorevert.el (auto-revert-tail-mode)
13670 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13671 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13672 in both at the same time.
13673 (auto-revert-tail-mode): New command.
13674 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13675 (auto-revert-handler): Revert only either tail or whole file.
13676
13677 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13678 add auto-revert-tail-mode.
13679
13680 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13681
13682 * printing.el: Doc fix. Change name of some funs.
13683 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13684 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13685 (pr-standard-file-name): New fun. Replace pr-standard-path.
13686 (pr-call-process): Code fix.
13687
13688 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13689
13690 * subr.el (with-selected-window): Doc fix.
13691
13692 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13693
13694 * subr.el (get-buffer-window-list): Doc fix.
13695
13696 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13697
13698 * files.el (switch-to-buffer-other-window): Doc fix.
13699
13700 * window.el (save-selected-window, one-window-p)
13701 (split-window-keep-point, split-window-vertically)
13702 (split-window-horizontally): Doc fixes.
13703
13704 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13705
13706 * printing.el: Doc fix. Now it uses call-process instead of
13707 shell-command for low command execution.
13708 (pr-version): New version number (6.8).
13709 (pr-shell-file-name): Option removed.
13710 (pr-shell-command): Fun removed.
13711 (pr-call-process): New fun. Replace pr-shell-command.
13712 (pr-standard-path, pr-remove-nil-from-list): New funs.
13713 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13714 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13715 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13716 (pr-ps-utility-process, pr-txt-print): Code fix.
13717
13718 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13719
13720 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13721 boolean.
13722
13723 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13724
13725 * wid-edit.el (widget-field-buffer): Doc fix.
13726
13727 2004-07-09 John Paul Wallington <jpw@gnu.org>
13728
13729 * emacs-lisp/re-builder.el (reb-update-overlays):
13730 Distinguish between one and several matches in message.
13731
13732 2004-07-09 Richard M. Stallman <rms@gnu.org>
13733
13734 * mouse.el (mouse-set-region-1): If transient-mark-mode
13735 is `identity', change it to `only'.
13736
13737 * simple.el (current-word): Doc fix.
13738
13739 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13740
13741 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13742 so that it is more understanding of whitespace.
13743
13744 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13745 (("ns" . "element") (attr-list) children) instead of
13746 ((:ns . "element") (attr-list) children) in order to reduce the
13747 number of symbols used.
13748 (xml-skip-dtd): Change to use xml-parse-dtd but set
13749 xml-validating-parsing to nil.
13750 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13751 (xml-substitute-entity): Remove in favor of new entity substitution.
13752 (xml-substitute-special): Rewrite in to substitute complex
13753 entities from DOCTYPE declarations.
13754 (xml-parse-fragment): Parse fragments from entity deleclarations.
13755 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13756 (xml-parse-dtd, xml-substitute-special): Make validity checks
13757 conditioned on xml-validating-parser. Add "Not Well Formed" to
13758 error messages about well-formedness.
13759
13760 2004-07-08 Steven Tamm <steventamm@mac.com>
13761
13762 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13763 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13764 Do not treat double clicks and triple clicks specially in the
13765 scroll bar (preventing strange repositioning problems)
13766
13767 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * replace.el (query-replace-regexp-eval): Fix last change.
13770
13771 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * replace.el (query-replace-descr): New fun.
13774 (query-replace-read-from, query-replace-read-args): Default to the
13775 previous from&to.
13776 (query-replace-read-to): Quote the `from' string when displaying it.
13777 (query-replace-regexp-eval): Immediately check read-only status.
13778 Use query-replace-read-from to get the \n checking.
13779 Quote the `from' string when displaying it.
13780 (map-query-replace-regexp, occur-read-primary-args):
13781 Quote the `from' string when displaying it.
13782
13783 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13784 delimited-ness of the search to query-replace.
13785
13786 * replace.el (query-replace-read-from, query-replace-read-to):
13787 New funs extracted from query-replace-read-args.
13788 (query-replace-read-args): Use them.
13789
13790 * replace.el (query-replace-interactive, query-replace-read-args):
13791 Remove the `initial' special value.
13792 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13793 (occur-engine): Remove unused var `matchend'.
13794
13795 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13796 Use the search string without prompting.
13797
13798 2004-07-05 Kenichi Handa <handa@m17n.org>
13799
13800 * international/mule.el (decode-coding-inserted-region):
13801 Set last-coding-system-used only when coding is nil.
13802
13803 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13804
13805 * progmodes/grep.el (grep-compute-defaults, grep-command)
13806 (grep-program, find-program, grep-find-use-xargs, grep-history)
13807 (grep-find-history, grep-tag-default, grep-find-command)
13808 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13809 Add autoload cookies, for unbundled packages that load `compile'
13810 and expect all grep-related symbols to become defined.
13811
13812 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13813
13814 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13815 (iimage-mode-image-search-path): New user option to search the
13816 image file.
13817 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13818 have locate-file.
13819 (iimage-mode-buffer): Use it.
13820
13821 2004-07-03 Nick Roberts <nickrob@gnu.org>
13822
13823 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13824 carefully.
13825 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13826
13827 2004-07-03 Juri Linkov <juri@jurta.org>
13828
13829 * replace.el (query-replace-read-args): Swallow space after 'foo,
13830 not after (quote foo). Match space only immediately after symbol,
13831 not anywhere in the whole string.
13832
13833 2004-07-02 Richard M. Stallman <rms@gnu.org>
13834
13835 * replace.el (query-replace-read-args): Swallow space after
13836 symbols, not after closeparens. But avoid error if string ends there.
13837
13838 * progmodes/python.el (python-beginning-of-statement):
13839 Exit the loop if backward-up-list gets error.
13840
13841 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13842
13843 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13844
13845 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13846 only if vc-consult-headers is non-nil.
13847
13848 2004-07-02 Juri Linkov <juri@jurta.org>
13849
13850 * pcvs.el (cvs-mode-diff-repository): New command.
13851
13852 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13853
13854 2004-07-01 Juri Linkov <juri@jurta.org>
13855
13856 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13857 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13858 C-M-% to isearch-query-replace-regexp.
13859 (minibuffer-local-isearch-map): Add arrow key bindings.
13860 Bind C-f to isearch-yank-char-in-minibuffer.
13861 (isearch-forward): Doc fix.
13862 (isearch-edit-string): Doc fix.
13863 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13864 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13865 (isearch-yank-char): Add optional arg.
13866 (isearch-yank-char-in-minibuffer): New fun.
13867
13868 * replace.el (query-replace-interactive): Change type from boolean
13869 to choice. Add value `initial'.
13870 (query-replace-read-args): Handle value `initial' of
13871 query-replace-interactive.
13872
13873 2004-06-29 Kim F. Storm <storm@cua.dk>
13874
13875 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13876 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13877
13878 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13879 Add :group 'ada.
13880
13881 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13882
13883 2004-06-29 Juri Linkov <juri@jurta.org>
13884
13885 * replace.el (query-replace-read-args): Swallow a space after
13886 everything except )]" which in most cases means after a symbol.
13887
13888 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13889
13890 2004-06-28 Richard M. Stallman <rms@gnu.org>
13891
13892 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13893 More changes to go with previous change in font-lock.el.
13894
13895 2004-06-26 David Kastrup <dak@gnu.org>
13896
13897 * replace.el (perform-replace): Highlight the match even in
13898 non-query mode if there is potential replace string editing.
13899
13900 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13901
13902 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13903 agree with new return value of `file-remote-p'.
13904 This syncs with Tramp 2.0.42.
13905
13906 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13907 according to new documentation of `file-remote-p'.
13908
13909 * files.el (file-remote-p): Fix doc to say that return value is
13910 identification of remote system, if not nil.
13911 (file-relative-name): Use new return value of `file-remote-p'.
13912
13913 2004-06-26 Nick Roberts <nickrob@gnu.org>
13914
13915 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13916 (gdb-goto-breakpoint): Fix breakage.
13917
13918 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13919
13920 * man.el (Man-getpage-in-background): Add windows-nt to the list
13921 of systems where shell-file-name should be used instead of
13922 literal "sh".
13923
13924 2004-06-25 Sam Steingold <sds@gnu.org>
13925
13926 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13927 function names `(setf symbol)'.
13928
13929 2004-06-24 Richard M. Stallman <rms@gnu.org>
13930
13931 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13932
13933 * font-lock.el (font-lock-keywords): Change format of compiled values.
13934 Document it.
13935 (font-lock-add-keywords): If font-lock-keywords is compiled,
13936 extract the uncompiled version, modify, then recompile.
13937 (font-lock-remove-keywords): Likewise.
13938 (font-lock-fontify-keywords-region): Handle changed format.
13939 (font-lock-compile-keywords): Handle changed format.
13940 (font-lock-set-defaults): Compile the keywords explicitly here.
13941
13942 2004-06-24 David Kastrup <dak@gnu.org>
13943
13944 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13945 replacements here.
13946 (query-replace-regexp): Doc string explaining this and the new
13947 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13948 is better placed in `query-replace-read-args'.
13949 (replace-regexp): Explain `\,', `\#' and `\?'.
13950 (replace-match-data): New function for thorough reuse/destruction
13951 of old match-data.
13952 (replace-match-maybe-edit): Function for implementing `\?' editing.
13953 (perform-replace): Fix maintaining of the match stack including
13954 already matched regions, implement `\?', fix various problems
13955 with regions while editing and other stuff.
13956 (replace-highlight): Simplify.
13957
13958 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13959
13960 * progmodes/grep.el (grep-error-screen-columns): New variable.
13961 (grep-regexp-alist): Give it the full functionality of gnu style
13962 compilation messages with line and column ranges. Ask me for the
13963 perl script I'm working on, that uses these.
13964
13965 2004-06-23 Nick Roberts <nickrob@gnu.org>
13966
13967 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13968 Remove.
13969 (comint-insert-input, comint-mouse-insert-input): New functions
13970 based on comint-insert-clicked-input for two bindings but just
13971 one functionality.
13972
13973 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13974
13975 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13976
13977 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13978
13979 * files.el (write-contents-functions): Doc fix.
13980
13981 2004-06-21 Juanma Barranquero <lektu@terra.es>
13982
13983 * image.el (image-library-alist): Rewrite docstring in active voice.
13984
13985 2004-06-20 Richard M. Stallman <rms@gnu.org>
13986
13987 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13988
13989 * isearch.el (isearch-repeat): Avoid testing old match data.
13990 (isearch-message): Display trailing space in special font
13991 when search is failing.
13992 (isearch-search-fun-function): Doc fix.
13993
13994 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13995
13996 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13997
13998 * frame.el (show-trailing-whitespace): Doc fix.
13999
14000 * cus-edit.el (custom-variable-documentation): New function.
14001 (custom-variable): Use it.
14002
14003 2004-06-19 Nick Roberts <nickrob@gnu.org>
14004
14005 * man.el (Man-getpage-in-background): Revert previous change but
14006 make cygwin a special case.
14007
14008 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14009
14010 * autorevert.el (global-auto-revert-non-file-buffers):
14011 Update docstring.
14012
14013 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14014
14015 * progmodes/compile.el (compilation-error-properties): Store one
14016 more than end-col, if present, so that transient-mark-mode will
14017 highlight last char too.
14018 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14019 ranges, if present.
14020
14021 2004-06-18 Jason Rumney <jasonr@gnu.org>
14022
14023 * makefile.w32-in: Double percent signs in for loops.
14024
14025 2004-06-17 David Kastrup <dak@gnu.org>
14026
14027 * replace.el (query-replace-read-args): Only warn about use of \n
14028 and \t when we are doing a regexp replacement and the actual
14029 escaped character is n or t.
14030 (query-replace-regexp): Add \, and \# interpretation to
14031 interactive call and document it.
14032 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14033 as shortkey for replace-count.
14034 (replace-quote): New function for doubling backslashes.
14035
14036 2004-06-17 Juanma Barranquero <lektu@terra.es>
14037
14038 * files.el (parse-colon-path, cd): Mention in docstring that the
14039 path separator is colon in GNU-like systems.
14040
14041 * newcomment.el (comment-region-internal): Fix docstring.
14042
14043 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14044 (ewoc-invalidate, ewoc-collect): Doc fixes.
14045 (ewoc--create-node, ewoc--delete-node-internal):
14046 Fix typos in docstring.
14047
14048 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14049
14050 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14051 manual to docstring.
14052
14053 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14054
14055 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14056
14057 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14058
14059 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14060 Add hyperlink to emacs-xtra manual to docstring.
14061
14062 * autorevert.el (global-auto-revert-non-file-buffers):
14063 Add hyperlink to emacs-xtra manual to docstring, as well as an
14064 info-link.
14065
14066 2004-06-14 Juanma Barranquero <lektu@terra.es>
14067
14068 * image.el (image-library-alist): New variable to map image types
14069 to external libraries. Initialized to nil, unless system-specific
14070 configs change it.
14071 (image-type-available-p): Determine whether an image type is
14072 available by calling `init-image-library'.
14073
14074 * term/w32-win.el (image-library-alist): Initialize to a known set
14075 of probable library names.
14076
14077 2004-06-14 Kenichi Handa <handa@m17n.org>
14078
14079 * international/code-pages.el (windows-1256, cp1125): Fix tables
14080 for several characters.
14081
14082 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14083
14084 2004-06-13 Richard M. Stallman <rms@gnu.org>
14085
14086 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14087
14088 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14089 not "`pc-selection-mode'".
14090
14091 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14092
14093 * simple.el (previous-matching-history-element): Specify a default.
14094
14095 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14096
14097 * cus-face.el (custom-declare-face): Simplify code.
14098
14099 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14100
14101 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14102
14103 * files.el (before-save-hook): Add `time-stamp' to the options.
14104
14105 * time-stamp.el (time-stamp): Recommend adding it to
14106 `before-save-hook', rather than `write-file-functions'.
14107 Make a similar change in `Commentary' section.
14108
14109 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14110
14111 * diff-mode.el (diff-current-defun): If at start of hunk, use
14112 position of first change.
14113
14114 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14115
14116 * dired-x.el (dired-mark-omitted): Bind to "*O".
14117
14118 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14119
14120 * bookmark.el (bookmark-bmenu-relocate): New function, as
14121 suggested by David J. Biesack <David.Biesack@sas.com>.
14122 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14123 (bookmark-bmenu-mode): Describe binding in doc string.
14124 (bookmark-set-filename): Save the bookmark list if it's time.
14125
14126 2004-06-13 Kenichi Handa <handa@m17n.org>
14127
14128 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14129 (ccl-untranslated-to-ucs): Fix typo.
14130
14131 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14132
14133 * progmodes/python.el (python-open-block-statement-p):
14134 Fix indentation after a block opening that contains a comment.
14135
14136 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14137
14138 * bindings.el (completion-ignored-extensions): Add file extensions
14139 of Python byte-compiled files.
14140
14141 2004-06-12 Juri Linkov <juri@jurta.org>
14142
14143 * info.el (Info-goto-node): Add autoload.
14144 (Info-toc): Add substring-no-properties on Info file name.
14145 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14146 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14147
14148 2004-06-12 Kenichi Handa <handa@m17n.org>
14149
14150 * international/mule-cmds.el (set-language-environment):
14151 Load subst tables if necessary.
14152
14153 * international/mule.el (decode-char): Load subst tables if necessary.
14154 (encode-char): Likewise.
14155
14156 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14157 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14158 (utf-16le-decode-loop): Set r5 to -1 before loop.
14159 (utf-16be-decode-loop): Likewise.
14160 (ccl-decode-mule-utf-16le): Add EOF processing block.
14161 (ccl-decode-mule-utf-16be): Likewise.
14162 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14163 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14164 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14165 (ccl-mule-utf-16-encode-untrans): New CCL.
14166 (utf-16-decode-to-ucs): Handle pre-read character.
14167 (utf-16le-encode-loop): Handle surrogate pair.
14168 (utf-16be-encode-loop): Likewise.
14169 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14170 of utf-16le-encode-loop.
14171 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14172 of utf-16be-encode-loop.
14173 (mule-utf-16-post-read-conversion):
14174 Call utf-8-post-read-conversion at first.
14175 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14176 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14177 Add post-read-conversion and pre-write-conversion.
14178
14179 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14180 (utf-translate-cjk-unicode-range): New variable.
14181 (utf-translate-cjk-load-tables): New function.
14182 (utf-lookup-subst-table-for-decode): New function.
14183 (utf-lookup-subst-table-for-encode): New function.
14184 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14185 tables here. Update safe-charsets of utf-* coding systems.
14186 (ccl-mule-utf-untrans): New CCL.
14187 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14188 at end of each branch.
14189 (ccl-mule-utf-8-encode-untrans): New CCL.
14190 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14191 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14192 length of encoding. Don't return r0.
14193 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14194 (utf-8-post-read-conversion): Narrow to region properly.
14195 If utf-translate-cjk-mode is on, load tables if necessary.
14196 Call utf-8-compose with hash-table arg if necessary.
14197 Call XXX-compose-region instead of XXX-post-read-convesion.
14198 (utf-8-pre-write-conversion): New function.
14199 (mule-utf-8): Include CJK charsets in safe-charsets if
14200 utf-translate-cjk-mode is on. Add pre-write-conversion.
14201
14202 * international/characters.el: Temporarily set
14203 utf-translate-cjk-mode to nil.
14204
14205 * language/devan-util.el (devanagari-compose-region):
14206 Add autoload cookie.
14207
14208 * international/ccl.el (ccl-dump-call): Fix printing the
14209 subroutine name.
14210
14211 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14212
14213 * dired.el (dired-revert): If buffer is marked unmodified before
14214 reverting, keep it marked unmodified.
14215 Adapt to new conventions for commenting out code.
14216 (dired-make-relative): Adapt to new conventions for commenting out code.
14217
14218 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14219
14220 * eshell/esh-module.el (eshell-load-defgroups):
14221 Bind `vc-handled-backends' to nil when opening files.
14222
14223 2004-06-11 Juanma Barranquero <lektu@terra.es>
14224
14225 * files.el (parse-colon-path, cd): Doc fixes (refer to
14226 `path-separator', not colon).
14227
14228 2004-06-10 Juanma Barranquero <lektu@terra.es>
14229
14230 * newcomment.el (comment-search-forward)
14231 (comment-search-backward): Fix typos in docstring.
14232 (comment-region): Doc fix.
14233
14234 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14235
14236 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14237 switch is no longer stored in `dired-switches-alist'.
14238
14239 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14240 `dired-switches-alist'.
14241
14242 2004-06-10 Kim F. Storm <storm@cua.dk>
14243
14244 * pcvs.el (cvs-mode-diff-yesterday): New command.
14245
14246 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14247
14248 2004-06-10 Juri Linkov <juri@jurta.org>
14249
14250 * emacs-lisp/edebug.el (edebug-eval-defun):
14251 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14252 Fix docstring.
14253
14254 * simple.el (eval-expression-print-format): Don't print additional
14255 information on the first call to `eval-print-last-sexp'.
14256 (next-error-find-buffer): Fix punctuation.
14257 (killing) <defgroup>: Fix punctuation.
14258 (yank-excluded-properties): Change group from editing to killing.
14259
14260 * replace.el (perform-replace): Use `limit' to terminate the
14261 while-loop explicitly.
14262
14263 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14264
14265 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14266 Use lc-*.xpm as prefix instead of *-locol.xpm.
14267
14268 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14269 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14270 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14271 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14272 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14273 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14274 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14275 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14276 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14277 * toolbar/lc-up_arrow.xpm:
14278 Rename from *-locol.xpm.
14279
14280 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14281
14282 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14283 include forms like &<str>; as valid url patterns.
14284
14285 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14286
14287 * dired.el (dired-diff, dired-backup-diff)
14288 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14289 (dired-do-chown, dired-do-touch, dired-do-print)
14290 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14291 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14292 (dired-create-directory, dired-do-copy, dired-do-symlink)
14293 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14294 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14295 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14296 (dired-maybe-insert-subdir, dired-next-subdir)
14297 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14298 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14299 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14300 (dired-run-shell-command, dired-query): Remove redundant,
14301 or incorrect, autoloads.
14302
14303 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14304 does not end in a slash. Add optional argument KILL-ROOT.
14305 Update docstring.
14306 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14307 (dired-query): Add autoloads.
14308
14309 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14310
14311 * progmodes/compile.el (compilation-set-window-height):
14312 Rearrange the save-* functions because a buffer can have several current
14313 point in different windows.
14314 (compilation-error-regexp-alist-alist): Recognize {standard input}
14315 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14316
14317 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14318
14319 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14320 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14321 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14322 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14323 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14324 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14325 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14326 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14327 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14328 * toolbar/up_arrow-locol.xpm:
14329 New versions of icons that uses fewer colors.
14330
14331 * toolbar/tool-bar.el (tool-bar-local-item)
14332 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14333 if display-color-cells is 256 or less.
14334
14335 2004-06-08 Kim F. Storm <storm@cua.dk>
14336
14337 * wid-edit.el (widget-specify-button): Use hand pointer rather
14338 than mouse-face as visible mouse-over effect.
14339
14340 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14341
14342 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14343 and `print-level' to nil when writing out `save-place-alist'.
14344 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14345
14346 2004-06-07 Juanma Barranquero <lektu@terra.es>
14347
14348 * completion.el (completion-kill-region): Doc fix.
14349
14350 * format.el (format-insert-annotations)
14351 (format-annotate-location): Doc fixes.
14352 (format-subtract-regions): Make arguments match their use in docstring.
14353
14354 * simple.el (kill-region): Doc fix.
14355
14356 * subr.el (insert-buffer-substring-no-properties)
14357 (insert-buffer-substring-as-yank): Doc fixes.
14358
14359 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14360
14361 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14362 Update docstring.
14363 (dired-reset-subdir-switches): New function.
14364
14365 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14366 Limit scope of `buffer-read-only' binding.
14367
14368 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14369
14370 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14371 eshell-explicit-command-char.
14372
14373 2004-06-06 Juanma Barranquero <lektu@terra.es>
14374
14375 * help-fns.el (help-argument-name): Inherit from italic face only
14376 if the frame supports it.
14377
14378 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14379
14380 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14381 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14382 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14383 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14384 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14385 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14386 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14387 New conversions from xpm files.
14388
14389 * toolbar/README: New file.
14390
14391 2004-06-06 Richard M. Stallman <rms@gnu.org>
14392
14393 * isearch.el (isearch-mode-map): Undo previous change.
14394
14395 2004-06-05 Juri Linkov <juri@jurta.org>
14396
14397 * bindings.el (debug-ignored-errors): Add regexps for history
14398 related messages. Remove $ from "No further undo information".
14399 Move Ediff's messages to ediff.el.
14400
14401 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14402
14403 * cus-edit.el (custom-display): Add `min-colors'.
14404
14405 * custom.el (defface): Add `supports' to docstring.
14406
14407 * help-fns.el (help-argument-name): Add :group 'help.
14408
14409 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14410
14411 * find-dired.el (find-ls-subdir-switches): New user option.
14412 (find-dired): No longer call `abbreviate-file-name' on DIR.
14413 Set `dired-subdir-switches' buffer-locally.
14414
14415 * locate.el: Merge the two `Commentary' sections.
14416 (locate-ls-subdir-switches): New user option.
14417 (locate): Update for other changes.
14418 (locate-mode-map): Restore Dired binding for mouse-2.
14419 Bind `locate-mouse-view-file' to M-mouse-2.
14420 Bind `l' to `locate-do-redisplay'.
14421 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14422 (locate-mouse-view-file, locate-tags, locate-find-directory):
14423 Print message if used outside main listing.
14424 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14425 Various changes to support inserted subdirectories.
14426 (locate-insert-header): Change header of *Locate* buffer.
14427
14428 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14429 Change interactive default switches.
14430 (dired-rename-subdir-2): Update `dired-switches-alist'.
14431 (dired-insert-subdir, dired-kill-subdir):
14432 Handle `dired-switches-alist'. Do not mark buffer modified.
14433 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14434 (dired-insert-subdir-doinsert): Omit messages.
14435 Handle `dired-subdir-switches'.
14436 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14437
14438 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14439 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14440 subdirs if -R switch is used for a subdir.
14441 (dired-mode): Set `dired-switches-alist'.
14442 (dired-build-subdir-alist): Only print number of directories in
14443 echo area when invoked interactively.
14444
14445 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14446
14447 * dired-x.el (dired-omit-mode): Rename from
14448 dired-omit-files-p. Use define-minor-mode to define it.
14449 (dired-omit-files-p): Add as alias for dired-omit-mode.
14450 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14451 dired-mark-omitted.
14452 (dired-mark-omitted): Add. Bind to M-O.
14453
14454 2004-06-05 Kenichi Handa <handa@m17n.org>
14455
14456 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14457
14458 2004-06-05 Juanma Barranquero <lektu@terra.es>
14459
14460 * help-fns.el (help-argument-name): Reintroduce face.
14461 (help-default-arg-highlight): Use it, now that
14462 `face-differs-from-default-p' can be trusted.
14463
14464 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14465
14466 * textmodes/table.el: Sentence commands added to Point Motion
14467 group; kill and backward-kill commands added to Extraction group.
14468
14469 2004-06-04 Mario Lang <mlang@delysid.org>
14470
14471 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14472 systems appear to use mW, make the code handle this. Fix a
14473 division-by-zero bug while at it, and handle kernels with
14474 a slightly different layout in /proc/acpi.
14475
14476 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14477
14478 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14479 because the latter is a CL-ism. This fixes the bug reported by
14480 Shawn Boyette <mdxi@collapsar.net> in
14481 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14482
14483 2004-06-04 Miles Bader <miles@gnu.org>
14484
14485 * faces.el (display-supports-face-attributes-p): Function moved to
14486 C code. Previously only the tty-related portion of this function
14487 was done in C; however the previous attempt to do a halfway-proper
14488 job for non-tty displays in lisp didn't work properly because of
14489 funny conditions during Emacs startup.
14490 (face-differs-from-default-p): Simplify, now that
14491 display-supports-face-attributes-p works properly on all display
14492 types. Remove :stipple from comparison; it doesn't really work
14493 in emacs anyway.
14494
14495 2004-06-04 Miles Bader <miles@gnu.org>
14496
14497 * faces.el (face-differs-from-default-p): Use a different
14498 implementation, so we can really check whether FACE displays
14499 differently or not.
14500
14501 2004-06-04 Miles Bader <miles@gnu.org>
14502
14503 * faces.el (display-supports-face-attributes-p): Implement a
14504 `different from default' check for non-tty displays.
14505
14506 2004-06-03 David Kastrup <dak@gnu.org>
14507
14508 * woman.el (woman-mapcan): More concise code.
14509 (woman-topic-all-completions, woman-topic-all-completions-1)
14510 (woman-topic-all-completions-merge): Replace by a simpler and
14511 much faster implementation based on O(n log n) sort/merge instead
14512 of the old O(n^2) behavior.
14513
14514 2004-06-03 Miles Bader <miles@gnu.org>
14515
14516 * subr.el (read-number): Use canonical format for default in prompt.
14517
14518 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14519 Add regexp for " [...]" style defaults.
14520
14521 2004-06-02 Romain Francoise <romain@orebokech.com>
14522
14523 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14524 groups: if the user asks for a hidden buffer, open the
14525 corresponding filter group to expose it.
14526
14527 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14528 `ibuffer-jump-to-buffer'.
14529 (ibuffer-jump-offer-only-visible-buffers): New user option.
14530
14531 2004-06-02 Juanma Barranquero <lektu@terra.es>
14532
14533 * faces.el (frame-update-faces): Add empty docstring so the one
14534 for `ignore' doesn't show through.
14535
14536 * subr.el (process-kill-without-query): Remove spurious "\n" on
14537 obsolescence string.
14538 (focus-frame, unfocus-frame): Add obsolescence declaration and
14539 empty docstring.
14540
14541 * international/mule.el (register-char-codings): Make alias for
14542 `ignore'. Move docstring to obsolescence info and remove redundancy.
14543
14544 2004-06-02 Kim F. Storm <storm@cua.dk>
14545
14546 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14547 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14548
14549 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * comint.el (comint-replace-by-expanded-history-before-point):
14552 Obey `start' as the docstring says.
14553 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14554 (comint-update-fence): Prevent font-lock from running unnecessarily.
14555 (comint-dynamic-list-completions): Use with-current-buffer.
14556
14557 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14558
14559 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14560 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14561 (bibtex-entry-update): Handle alternatives and optional fields.
14562 (bibtex-parse-entry): Bugfix, handle empty key.
14563
14564 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14567
14568 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14569
14570 * desktop.el (desktop-save): Don't save minor modes without a
14571 known mode initialization function.
14572
14573 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14574
14575 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14576
14577 * autorevert.el: Update `Commentary' section.
14578
14579 2004-05-30 Juanma Barranquero <lektu@terra.es>
14580
14581 * dos-fns.el (convert-standard-filename):
14582 * files.el (convert-standard-filename):
14583 * w32-fns.el (convert-standard-filename):
14584 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14585
14586 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14587
14588 Sync with Tramp.
14589
14590 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14591 (tramp-let-maybe): Move to an earlier spot in the file.
14592 Patch by Andreas Schwab.
14593
14594 2004-05-30 Andreas Schwab <schwab@suse.de>
14595
14596 * dired.el (dired-get-filename): Don't use dired-re-dot.
14597
14598 2004-05-30 Richard M. Stallman <rms@gnu.org>
14599
14600 * files.el (find-file): Doc fix.
14601
14602 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14603
14604 2004-05-30 Nick Roberts <nickrob@gnu.org>
14605
14606 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14607 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14608 modeline of the locals buffer.
14609 (gdb-goto-breakpoint): Handle gdbmi.
14610 (gdb-get-frame-number): Change for gdbmi.
14611
14612 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14613
14614 * files.el (file-remote-p): Apply file name handler for operation
14615 `file-remote-p'. It isn' a property any longer.
14616 (file-relative-name): `fh' and `fd' get the required value via
14617 `find-file-name-handler' already.
14618
14619 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14620 (top): Remove setting of `file-remote-p' property for
14621 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14622
14623 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14624
14625 Version 2.0.41 of Tramp released.
14626
14627 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14628 Throw away if process has died.
14629 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14630 (tramp-out-of-band-prompt-regexp): Rename to
14631 `tramp-process-alive-regexp', because its usage is widen.
14632 (tramp-actions-copy-out-of-band): Apply it.
14633 (tramp-actions-before-shell, tramp-multi-actions):
14634 Add `tramp-action-process-alive' action.
14635 (tramp-action-process-alive): New defun.
14636 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14637 Add entry for `file-remote-p'.
14638 (tramp-handle-file-remote-p): New defun.
14639 (top): Remove setting of `file-remote-p'. Don't set
14640 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14641
14642 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14643 `file-remote-p'.
14644
14645 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14646 counted for (last) line. [They should or they shouldn't? --Stef]
14647 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14648
14649 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14650
14651 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14652 not really necessary but seems to keep the shell history smaller
14653 in some cases. It is no substitute for setting HISTFILE and
14654 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14655 though. Suggested by Luc Teirlinck.
14656 (tramp-open-connection-setup-interactive-shell): Export variables
14657 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14658 (tramp-set-process-query-on-exit-flag): New compat function.
14659 (tramp-open-connection-multi, tramp-open-connection-su)
14660 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14661 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14662 (tramp-let-maybe): New macro, let-binds a variable only if it
14663 isn't obsolete.
14664 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14665 (tramp-handle-file-truename): Use it.
14666 (tramp-completion-file-name-regexp-unified): Avoid matching
14667 filenames starting with "/:" -- those are reserved for
14668 file-name-non-special.
14669
14670 * tramp-smb.el (tramp-smb-open-connection):
14671 Use tramp-set-process-query-on-exit-flag compat function.
14672
14673 2004-05-29 Richard M. Stallman <rms@gnu.org>
14674
14675 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14676
14677 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14678 (eval-last-sexp-print-value): Print char equivalent regardless
14679 of standard-output value.
14680
14681 * thumbs.el (thumbs-subst-char-in-string): Delete.
14682 (thumbs-thumbname): Use subst-char-in-string.
14683 (thumbs-resize-image): Use condition-case, not ignore-errors.
14684 (thumbs-kill-buffer): Likewise.
14685
14686 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14687 (thumbs-mode): Make buffer read-only.
14688 (thumbs-make-thumb): Unconditionally accept an existing file.
14689 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14690 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14691 (thumbs-show-thumbs-list): Error if images not supported.
14692 (thumbs-save-current-image): Improve prompt string.
14693 (thumbs-mode-map): Define u, R, x.
14694 (thumbs-unmark): New command.
14695 (thumbs-emboss-image): Minor cleanup.
14696 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14697 (thumbs-rename-images): New command.
14698 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14699
14700 * thumbs.el (thumbs-current-image): New function.
14701 (thumbs-file-list, thumbs-file-alist): New functions.
14702 (thumbs-find-image): Delete arg L.
14703 Don't set up thumbs-fileL as buffer-local global var.
14704 (thumbs-find-image-at-point): Use thumbs-current-image.
14705 (thumbs-set-image-at-point-to-root-window): Likewise.
14706 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14707 Record and warn about errors. Update thumbs-markedL for deletions.
14708 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14709 (thumbs-redraw-buffer): Use thumbs-file-list.
14710 (thumbs-mark): Use thumbs-current-image.
14711 (thumbs-show-name): Use thumbs-current-image.
14712
14713 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14714 and imenu--last-menubar-index-alist.
14715
14716 * subr.el (with-selected-window): Undo previous change.
14717
14718 2004-05-29 John Paul Wallington <jpw@gnu.org>
14719
14720 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14721 (thumbs-mouse-find-image): New command.
14722 (thumbs-mode-map): Bind it to mouse-2.
14723 (thumbs-mode): Make mode-class special.
14724 (thumbs-view-image-mode): Likewise.
14725
14726 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14727
14728 * flymake.el: New file.
14729
14730 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14731
14732 * files.el (find-file-noselect-1): Do not bind
14733 `inhibit-read-only' to t during execution of
14734 `find-file-not-found-functions'.
14735
14736 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14739 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14740
14741 2004-05-28 Juri Linkov <juri@jurta.org>
14742
14743 * simple.el (eval-expression-print-format): New fun.
14744
14745 * simple.el (eval-expression):
14746 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14747 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14748 (edebug-eval-expression): Print additionally the value returned by
14749 `eval-expression-print-format'.
14750
14751 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14752 (insert-pair): Make arguments optional. Find character pair
14753 from `insert-pair-alist' according to the last input event.
14754 (insert-parentheses): Make arguments optional.
14755 (raise-sexp, delete-pair): New funs.
14756
14757 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14758 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14759 Bind C-M-q to `indent-pp-sexp'.
14760
14761 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14762 `pp-to-string' modified to be able to format text with newlines.
14763 (pp-to-string): Move the buffer-formatting part of the code to
14764 `pp-buffer'. Call `pp-buffer'.
14765
14766 * info.el (Info-desktop-buffer-misc-data): Don't save information
14767 about virtual files.
14768 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14769 buffers with names obtained from the desktop file instead of the
14770 default *info* buffer.
14771
14772 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14773
14774 * subr.el (with-selected-window): Only save/restore the selected window.
14775
14776 * progmodes/compile.el (compilation-error-regexp-alist):
14777 Use expand-file-name and data-directory.
14778
14779 * progmodes/grep.el (grep-tree): Rework previous fix.
14780
14781 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14782 after the user marked text with the mouse.
14783
14784 * startup.el (command-line): Keep the first regexp of
14785 auto-save-file-name-transforms intact.
14786
14787 2004-05-28 Juanma Barranquero <lektu@terra.es>
14788
14789 * cus-edit.el (customize-face, customize-face-other-window)
14790 (custom-face-edit-delete): Make arguments match their use in
14791 docstring.
14792 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14793 docstring.
14794
14795 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14796 not `cvs-butlast'.
14797
14798 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14799 `nbutlast' are in subr.el).
14800
14801 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14802 (set-w32-system-coding-system): Doc fixes.
14803
14804 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14805 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14806 Make arguments match their use in docstring.
14807 (artist-draw-region-trim-line-endings)
14808 (artist-mouse-choose-operation): Fix typo in docstring.
14809 (artist-key-set-point-common): Doc fix.
14810
14811 2004-05-28 Simon Josefsson <jas@extundo.com>
14812
14813 * mail/smtpmail.el (smtpmail-open-stream):
14814 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14815
14816 2004-05-26 Simon Josefsson <jas@extundo.com>
14817
14818 * starttls.el: Merge with my GNUTLS based starttls.el.
14819 (starttls-gnutls-program, starttls-use-gnutls)
14820 (starttls-extra-arguments, starttls-process-connection-type)
14821 (starttls-connect, starttls-failure, starttls-success): New variables.
14822 (starttls-program, starttls-extra-args): Doc fix.
14823 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14824 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14825 and pass on to corresponding *-gnutls function if it is set.
14826
14827 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14828
14829 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14830 remote files.
14831
14832 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14833
14834 * files.el (file-name-non-special): There are more operations
14835 which need handling: `find-backup-file-name',
14836 `insert-file-contents', `verify-visited-file-modtime',
14837 `write-region'. Rename t value of method to `add'. Add new
14838 methods `quote' and `unquote-then-quote' to file-arg-indices.
14839
14840 2004-05-25 Juri Linkov <juri@jurta.org>
14841
14842 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14843 (Info-index-nodes): Enclose code in condition-case to catch errors.
14844 (Info-index-node): Don't search all index nodes if request is only
14845 for the current node and file is not in the cache of index nodes.
14846 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14847 for consistency with dired-copy-filename-as-kill.
14848 Bind `S' to Info-search-case-sensitively.
14849 (Info-copy-current-node-name): New arg. With zero prefix arg put
14850 the name inside a function call to `info'. Display copied text in
14851 the echo area.
14852
14853 2004-05-25 Sam Steingold <sds@gnu.org>
14854
14855 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14856 strip the package prefix from the symbol name, if any.
14857 Make it the `find-tag-default-function' for `lisp-mode'.
14858
14859 2004-05-25 John Paul Wallington <jpw@gnu.org>
14860
14861 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14862 instead of obsolete `process-kill-without-query'.
14863
14864 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14865 Declare as variable, not constant.
14866
14867 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14868
14869 * files.el (find-file-noselect-1): Fix bug introduced by
14870 Revision 1.694. As a side effect, `inhibit-read-only'
14871 is again, by default, t during execution of
14872 `find-file-not-found-functions'.
14873 (insert-directory): Check that lines were really inserted by
14874 the --dired switch, before erasing them.
14875
14876 2004-05-24 Nick Roberts <nickrob@gnu.org>
14877
14878 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14879 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14880 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14881 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14882 gud-minor-mode (gdbmi).
14883
14884 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14885
14886 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14887 explicitly select the text to be taken as URL.
14888
14889 2004-05-23 Juri Linkov <juri@jurta.org>
14890
14891 * info.el (Info-index-nodes): New var and fun.
14892 (Info-goto-index, Info-index, info-apropos)
14893 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14894 (Info-index): Fix docstring. Store and restore Info-history-list.
14895 (Info-complete-nodes): New var.
14896 (Info-complete-menu-item): Use it.
14897 (Info-index-node): New fun.
14898 (Info-final-node, Info-forward-node, Info-backward-node)
14899 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14900 Use Info-index-node.
14901 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14902 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14903 (Info-find-node-2): If a node with period in its name not found,
14904 try to find a node without the name part after period.
14905 (Info-select-node): Call Info-fontify-node only if
14906 Info-fontify-maximum-menu-size is not nil.
14907 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14908 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14909 Preserve Info-history-list.
14910 (Info-toc): Set Info-current-file.
14911 (Info-build-toc): Move point to the beginning of the buffer.
14912 Add main-file variable.
14913 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14914 Use backslashed representation of the control character ^_.
14915
14916 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14917 numbers in the new Texinfo 4.7 format.
14918
14919 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14920 regexps for function and variable names.
14921
14922 * descr-text.el (describe-property-list): Add [show] button for
14923 `syntax-table' property with action to pp to a separate buffer.
14924 (describe-char): Replace search-forward by re-search-forward with
14925 whitespace regexp after "character:" to not fail in too narrow windows.
14926
14927 * simple.el (next-error-find-buffer): Add a rule to return
14928 next-error capable buffer if one window on the selected frame
14929 displays such buffer.
14930
14931 2004-05-23 Nick Roberts <nickrob@gnu.org>
14932
14933 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14934 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14935 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14936 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14937 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14938 Handle new value for gud-minor-mode (gdbmi).
14939 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14940 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14941 Change from local to global gdb variable set.
14942 (gdb-ann3): Initialise above gdb variable set.
14943 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14944 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14945 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14946 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14947 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14948 (gdb-info-locals-handler, gdb-invalidate-assembler)
14949 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14950 set as global variables.
14951 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14952 Handle gdbmi.
14953 (gdb-info-breakpoints-custom): Fix regexp.
14954 (def-gdb-var): Delete.
14955
14956 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14957 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14958 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14959 a new mode. The file (gdb-mi.el) for this mode will be included
14960 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14961 primary interface.
14962
14963 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14964
14965 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14966 interpreted as a directory.
14967
14968 2004-05-22 Richard M. Stallman <rms@gnu.org>
14969
14970 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14971 as a close quote.
14972
14973 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14974
14975 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14976 Use assoc-string, not assoc-ignore-case.
14977
14978 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14979
14980 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14981 If moving back then fwd gets a defun that ends before point,
14982 try again moving fwd then back.
14983
14984 * files.el (file-name-non-special): Allow t in file-arg-indices
14985 to mean requote the return value. Use `identity' as an element
14986 rather than as the whole value.
14987
14988 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14989
14990 2004-05-22 Juanma Barranquero <lektu@terra.es>
14991
14992 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14993 `help-make-usage'.
14994 (help-highlight-arguments): Skip function name before searching
14995 for arguments.
14996
14997 2004-05-21 Juanma Barranquero <lektu@terra.es>
14998
14999 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15000 Don't mention in the docstring these arguments meant for
15001 internal (recursive) use only.
15002 (allout-char-spec): Comment out (it's not implemented).
15003 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15004 obsolescence declaration.
15005 (allout-flatten-exposed-to-buffer)
15006 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15007 (my-mark-marker): Doc fix.
15008 (produce-allout-mode-map, allout-sibling-index)
15009 (allout-isearch-expose, allout-distinctive-bullet)
15010 (allout-open-topic, allout-reindent-body)
15011 (allout-rebullet-heading, allout-process-exposed)
15012 (allout-insert-listified, allout-latex-verb-quote)
15013 (allout-insert-latex-header, allout-insert-latex-trailer):
15014 Make arguments match their use in docstring.
15015 (allout-primary-bullet, allout-old-style-prefixes)
15016 (allout-inhibit-protection, allout-init, allout-mode)
15017 (allout-before-change-protect, allout-flag-region):
15018 Use "Emacs" instead of "emacs" in docstrings.
15019
15020 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15021
15022 * international/characters.el: Modify syntax of more characters.
15023
15024 2004-05-21 Masatake YAMATO <jet@gyve.org>
15025
15026 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15027 (etags-tags-completion-table): Show parsing progress.
15028
15029 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15030
15031 * locate.el (locate-prompt-for-command): Shorten first line of
15032 docstring.
15033 (locate-mode): Expand docstring and include keymap summary.
15034
15035 * files.el (find-file-noselect-1): Limit the scope of the
15036 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15037 is, by default, nil during the execution of
15038 `find-file-not-found-functions' and `find-file-hook'.
15039
15040 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15041
15042 * facemenu.el (facemenu-color-name-equal): New function.
15043 (list-colors-display): Use it to compare colors instead of
15044 facemenu-color-equal.
15045
15046 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15047
15048 * compare-w.el (compare-windows-face): Use min-colors instead of
15049 checking for tty or pc types.
15050
15051 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15054 (completion-setup-function): Use with-current-buffer.
15055 Properly save excursion. Simplify.
15056 Don't assume there is necessarily a `mouse-face' property somewhere.
15057
15058 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15059
15060 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15061
15062 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15063 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15064 Use with-current-buffer.
15065 (byte-goto-log-buffer): Delete.
15066 (byte-compile-log-file): Call compilation-forget-errors.
15067
15068 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15069
15070 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15071 output messages into the search result.
15072
15073 2004-05-19 Masatake YAMATO <jet@gyve.org>
15074
15075 * wid-edit.el (widget-radio-button-notify): Revert my last
15076 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15077
15078 2004-05-19 Kenichi Handa <handa@m17n.org>
15079
15080 * international/characters.el: Fix syntax (open/close) of CJK chars.
15081
15082 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15083
15084 * help-mode.el (help-go-back): Don't depend on position of back button.
15085
15086 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15087
15088 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15089 files files don't contain an accidental additional /.
15090
15091 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15092 in source buffer.
15093
15094 2004-05-18 Masatake YAMATO <jet@gyve.org>
15095
15096 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15097 to widget-apply. :action method assumes 2 arguments, not 3.
15098
15099 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15100
15101 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15102 New constants.
15103 (hs-special-modes-alist): Add an f90-mode entry.
15104
15105 2004-05-17 Sam Steingold <sds@gnu.org>
15106
15107 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15108 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15109
15110 2004-05-16 Kim F. Storm <storm@cua.dk>
15111
15112 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15113
15114 2004-05-15 John Wiegley <johnw@newartisans.com>
15115
15116 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15117 (eshell-output-object-to-target): Improve output speed 20% by not
15118 calling `eshell-stringify' if something is already known to be a string.
15119
15120 2004-05-15 Alex Ott <ott@jet.msk.su>
15121
15122 * textmodes/ispell.el (ispell-local-dictionary-alist):
15123 Add windows-1251 to the choice of coding systems.
15124 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15125 encoded in cp1251.
15126
15127 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15128
15129 * progmodes/compile.el (compilation-warning-face)
15130 (compilation-info-face): Use min-colors.
15131
15132 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15133
15134 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15135 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15136 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15137 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15138 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15139 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15140 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15141 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15142 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15143 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15144 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15145 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15146 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15147 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15148
15149 2004-05-15 Kim F. Storm <storm@cua.dk>
15150
15151 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15152 Use it to set triggered-p element of timer.
15153 (timer-event-handler): Set triggered-p element non-nil while running
15154 the timer function.
15155
15156 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * descr-text.el (describe-char-unicode-data)
15159 (describe-char-unicodedata-file): Re-enable the unicode code now that
15160 the licensing issues have been cleared in the unicode-4 license.
15161 (describe-text-properties-1): Remove unused `overlay' var.
15162 (describe-char): Remove unused var `buffer'.
15163
15164 2004-05-14 David Ponce <david@dponce.com>
15165
15166 * tree-widget.el: New file.
15167
15168 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15169
15170 * language/european.el ("Brazilian Portuguese"): Add support for
15171 Brazilian Portuguese.
15172
15173 2004-05-13 John Wiegley <johnw@newartisans.com>
15174
15175 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15176 `recentf-mode' if this variable has been customized to t.
15177
15178 * eshell/esh-test.el (eshell-test): Call the function
15179 `emacs-version' rather than trying to build a custom version string.
15180
15181 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 * net/telnet.el (telnet-mode): Use define-derived-mode.
15184 Don't modify the global value of comint-prompt-regexp.
15185
15186 2004-05-13 John Paul Wallington <jpw@gnu.org>
15187
15188 * version.el (emacs-version): Check for `gtk' feature before
15189 `x-toolkit' feature.
15190
15191 2004-05-13 Juanma Barranquero <lektu@terra.es>
15192
15193 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15194 arguments in the docstring, they're used only in recursive calls.
15195
15196 * help-fns.el (help-arg-highlighting-function)
15197 (help-argument-name): Delete.
15198 (help-default-arg-highlight): New function.
15199 (help-do-arg-highlighting): Use it.
15200
15201 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15202
15203 * calendar/appt.el (appt-disp-window):
15204 Use `calendar-set-mode-line' for a centered mode-line.
15205
15206 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15207
15208 * calendar/appt.el (appt-disp-window): Do not split window
15209 excessively when `split-height-threshold' is low.
15210
15211 2004-05-12 Nick Roberts <nickrob@gnu.org>
15212
15213 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15214 kill-buffer-hook here and make it local.
15215 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15216
15217 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15218
15219 * progmodes/compile.el (compilation-set-window-height):
15220 Use save-excursion to protect against misplaced marker.
15221
15222 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15223
15224 * custom.el (defface): Document that type can have value gtk.
15225
15226 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15227
15228 2004-05-12 Kenichi Handa <handa@m17n.org>
15229
15230 * descr-text.el: Require quail at comile time.
15231 (describe-char): If an input method is on and it supports the
15232 character, show how to input it.
15233
15234 * international/quail.el (quail-install-decode-map): Accept a
15235 char-table whose subtype is `quail-decode-map'.
15236 (quail-store-decode-map-key, quail-gen-decode-map1)
15237 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15238 (quail-show-key): New functions.
15239
15240 2004-05-12 Juanma Barranquero <lektu@terra.es>
15241
15242 * generic.el (define-generic-mode): Remove redundant arglist info.
15243
15244 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15245 Make arguments match their use in docstring.
15246 (help-arg-highlighting-function): New variable.
15247 (help-argument-name): Mention it in the docstring.
15248 (help-do-arg-highlight): Use it. Expand regexp to accept also
15249 ARG-xxx and xxx-ARG references.
15250
15251 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15252
15253 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15254 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15255 and "mailto:addr1?to=addr2" equal.
15256
15257 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15258
15259 * man.el (Man-getpage-in-background): Use shell-file-name
15260 and shell-command-switch variables instead of hard-coded values.
15261
15262 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15263
15264 * iimage.el: New file.
15265
15266 2004-05-11 Juanma Barranquero <lektu@terra.es>
15267
15268 * custom.el (custom-initialize-default, defcustom):
15269 Fix typo in docstring.
15270
15271 * files.el (set-visited-file-name, file-expand-wildcards):
15272 Fix docstring.
15273
15274 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15277
15278 * subr.el (eventp): Be more discriminating with integers.
15279
15280 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15281
15282 * progmodes/compile.el (compile): Add universal prefix arg.
15283 (compilation-error-regexp-alist-alist): Add edg patterns.
15284
15285 2004-05-10 Sam Steingold <sds@gnu.org>
15286
15287 * textmodes/ispell.el (ispell-message):
15288 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15289
15290 2004-05-10 Dave Love <fx@gnu.org>
15291
15292 * progmodes/python.el (help-buffer): Autoload when compiling.
15293 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15294 (run-python): Prepend to any existing PYTHONPATH.
15295
15296 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15297
15298 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15299 for pending breakpoints.
15300
15301 2004-05-10 Richard M. Stallman <rms@gnu.org>
15302
15303 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15304 directly without calling any functions in Rmail.
15305 (unrmail-unprune): Function deleted.
15306
15307 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15310 C-c C-z binding.
15311
15312 2004-05-10 Kenichi Handa <handa@m17n.org>
15313
15314 * descr-text.el (describe-char): Fix previous change. Don't make
15315 a unibyte character to multibyte in the *Help* buffer.
15316
15317 2004-05-10 Miles Bader <miles@gnu.org>
15318
15319 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15320 buffer an error if the debugger process is actually running.
15321
15322 2004-05-10 Juanma Barranquero <lektu@terra.es>
15323
15324 * help-fns.el (help-argument-name): Default to italic.
15325 (help-highlight-arguments): Return always (usage . doc), even when
15326 usage is nil.
15327
15328 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15329 (define-ibuffer-filter): Add usage info.
15330 (define-ibuffer-op): Add usage info (but CL-style defaults for
15331 keyword args are not shown).
15332
15333 * subr.el (remove-overlays, read-passwd): Fix docstring.
15334 (start-process-shell-command): Fix docstring. Put usage info in a
15335 format usable by `describe-function'.
15336 (open-network-stream, open-network-stream-nowait)
15337 (open-network-stream-server): Fix docstring.
15338
15339 2004-05-09 Jason Rumney <jasonr@gnu.org>
15340
15341 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15342 Only define cp125* if windows-125* is already defined.
15343
15344 * language/korean.el (cp949): Add alias.
15345
15346 * language/chinese.el (cp936, cp950): Add aliases.
15347
15348 * language/japanese.el (cp932): Add alias.
15349
15350 * term/w32-win.el: Require code-pages.
15351
15352 * international/mule-cmds.el (set-locale-environment):
15353 On MS-Windows use ansi code-page for default coding-systems.
15354 Set up paper sizes for Windows 3 letter languages.
15355
15356 * international/code-pages.el (cp932, cp936, cp949, cp950):
15357 Add aliases. Also add cp125* if not already defined.
15358
15359 2004-05-09 Juanma Barranquero <lektu@terra.es>
15360
15361 * help-fns.el (help-highlight-arguments): Don't try to highlight
15362 missing or autoloaded arglists. Accept structured arguments, like
15363 the first ones of `do' and `flet'.
15364
15365 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15366 (cvs-get-marked): Remove redundant arglist info.
15367
15368 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15369 Don't use CL-style default args.
15370
15371 2004-05-08 Andreas Schwab <schwab@suse.de>
15372
15373 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15374
15375 * international/subst-ksc.el: Fix references to utf-translate-cjk
15376 into utf-translate-cjk-mode.
15377 * international/subst-big5.el: Likewise.
15378 * international/subst-gb2312.el: Likewise.
15379 * international/subst-jis.el: Likewise.
15380 * international/utf-16.el: Likewise.
15381 * international/utf-8.el: Likewise.
15382
15383 2004-05-08 John Wiegley <johnw@newartisans.com>
15384
15385 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15386 "virtual buffers" (off by default), which makes it possible to
15387 switch to the "virtual" buffers of recently visited files. When a
15388 buffer name search fails, and this option is on, iswitchb will
15389 look at the list of recently visited files, and permit matching
15390 against those names. When the user hits RET on a match, it will
15391 revisit that file.
15392 (iswitchb-read-buffer): Add two optional arguments, which makes
15393 isearchb.el possible.
15394 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15395 (iswitchb-next-match): Add support for virtual buffers.
15396
15397 * isearchb.el: This module extends iswitchb to provide "as you
15398 type" buffer selection.
15399
15400 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15401 Ignore the read-only property when flyspell highlighting is on.
15402 Not ignoring it leads to a series of confusing errors.
15403 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15404 but also make sure to call flyspell-incorrect-hook.
15405 (flyspell-maybe-correct-transposition): Perform transposition test
15406 by bit twiddling a string, rather than using a temp buffer.
15407 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15408 buffer. This is also the original version of the code, which
15409 could not be checked in before due to a previous lack of
15410 assignment papers. This version has seen heavy usage on my system
15411 for several years now.
15412
15413 * calendar/cal-bahai.el: New file, which adds support for the
15414 Baha'i calendar to Emacs. This calendar is based on a solar year
15415 of 19 months of 19 days, with 4 intercalary days. Each year
15416 begins on March 21, with the calendar starting in 1844.
15417
15418 * calendar/cal-menu.el, calendar/calendar.el
15419 * calendar/diary-lib.el, calendar/holidays.el:
15420 Added support for using cal-bahai.el.
15421
15422 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15423 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15424 function can be used outside of eshell buffers.
15425 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15426
15427 2004-05-08 Juanma Barranquero <lektu@terra.es>
15428
15429 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15430 word constituent so FOO-ARG is not recognized as an arg.
15431 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15432
15433 * simple.el (next-error): Fix typo in docstring.
15434 (open-line): Make argument names match their use in docstring.
15435 (split-line): Fix docstring.
15436
15437 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15438 usable by `describe-function'.
15439 (gensym, gentemp, typep, ignore-errors): Make argument names match
15440 their use in docstring.
15441
15442 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15443 argument to `help-setup-xref'.
15444
15445 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15446
15447 Version 2.0.40 of Tramp released.
15448
15449 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15450 Use symbol-function to invoke functions only known on some Emacs
15451 flavors. This avoids byte-compiler warnings. Reported by Kevin
15452 Scaldeferri <kevin@scaldeferri.com>.
15453 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15454 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15455 consistent with the other tramp-do-* functions.
15456 (tramp-do-copy-or-rename-file): Calls adjusted.
15457 (tramp-process-initial-commands): Avoid liveness check on shell --
15458 we know that it must be alive since we're opening a connection at
15459 this moment.
15460 (tramp-last-cmd): New internal variable.
15461 (tramp-process-echoes): New tunable.
15462 (tramp-send-command): Set tramp-last-cmd.
15463 (tramp-wait-for-output): Delete echo, if applicable.
15464 (tramp-read-passwd): Construct the key for the password cache in a
15465 way that works for multi methods, too.
15466 (tramp-bug): Add backup-directory-alist and
15467 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15468
15469 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15470
15471 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15472
15473 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15474 (tramp-actions-copy-out-of-band): New defcustoms.
15475 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15476 used instead of a synchronous one. Allows password entering.
15477 (tramp-action-out-of-band): New defun.
15478 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15479 Remove restriction with password from doc string.
15480 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15481 `tramp-out-of-band-prompt-regexp',
15482 `tramp-actions-copy-out-of-band', `password-cache' and
15483 `password-cache-expiry'.
15484 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15485 password caching.
15486 (tramp-touch): FILE can be a local file, too.
15487 (TODO): Remove items done.
15488 (tramp-handle-insert-directory): Properly quote file name also if
15489 not full-directory-p. Handle wildcard case. Reported by Andreas
15490 Schwab <schwab@suse.de>.
15491 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15492 new file.
15493 (tramp-handle-file-local-copy, tramp-handle-write-region):
15494 The permissions of the temporary file are set if filename exists.
15495 Reported by Ted Stern <stern@cray.com>.
15496 (tramp-backup-directory-alist)
15497 (tramp-bkup-backup-directory-info): New defcustoms.
15498 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15499 (tramp-handle-find-backup-file-name): New function.
15500 Implements Tramp's find-backup-file-name.
15501
15502 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15503 for `find-backup-file-name'.
15504
15505 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15506 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15507
15508 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15509
15510 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15511
15512 2004-05-07 Juanma Barranquero <lektu@terra.es>
15513
15514 * subr.el (lambda): Add arglist description to docstring.
15515 (declare): Fix typo in docstring.
15516 (open-network-stream): Fix docstring.
15517 (process-kill-without-query): Fix docstring and add obsolescence info.
15518 (last, butlast, nbutlast): Make arguments match their use in docstring.
15519 (insert-buffer-substring-no-properties): Likewise.
15520 (insert-buffer-substring-as-yank): Likewise.
15521 (split-string): Fix docstring.
15522
15523 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15524 Make argument names match their use in docstring.
15525
15526 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15527
15528 2004-05-06 Nick Roberts <nickrob@gnu.org>
15529
15530 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15531 Fit first sentence on one line for apropos-command.
15532
15533 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 Changes largely merged in from Dave Love's code.
15536 * progmodes/python.el: Doc fixes.
15537 (python-mode-map): Add python-complete-symbol.
15538 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15539 (python-comment-indent, python-complete-symbol)
15540 (python-symbol-completions, python-partial-symbol)
15541 (python-try-complete): New.
15542 (python-indent-line): Remove optional arg. Use python-block-end-p.
15543 (python-check): Bind compilation-error-regexp-alist.
15544 (inferior-python-mode): Use rx. Move keybindings to top level.
15545 Set comint-input-filter.
15546 (python-preoutput-filter): Use rx.
15547 (python-input-filter): Re-introduce.
15548 (python-proc): Start new process if necessary.
15549 Check python-buffer non-nil.
15550 (view-return-to-alist): Defvar.
15551 (python-send-receive): New.
15552 (python-eldoc-function): Use it.
15553 (python-mode-running): Don't defvar.
15554 (python-mode): Set comment-indent-function.
15555 Maybe update hippie-expand-try-functions-list.
15556 (python-indentation-levels): Initialize differently.
15557 (python-block-end-p): New.
15558 (python-indent-line): Use it.
15559 (python-compilation-regexp-alist): Augment.
15560 (run-python): Import `emacs' module to Python rather than loading
15561 code directly. Set python-buffer differently.
15562 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15563 Use python-proc.
15564 (python-send-command): Go to end of comint buffer.
15565 (python-load-file): Use python-proc, emacs.eimport.
15566 (python-describe-symbol): Simplify interactive form.
15567 Use emacs.help. Do use temp-buffer-show-hook.
15568 Call print-help-return-message.
15569 (hippie-exp): Require when compiling.
15570 (python-preoutput-continuation): Use rx.
15571
15572 * diff-mode.el (diff-make-unified): Fix regexp.
15573
15574 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15575
15576 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15577 filter groups from the buffer when rebuilding the Ibuffer buffer
15578 and `ibuffer-show-empty-filter-groups' is nil.
15579
15580 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15581
15582 * ps-print.el (ps-print-quote): Call ps-value-string.
15583 (ps-setup): Call ps-comment-string.
15584 (ps-value-string, ps-comment-string): New funs.
15585
15586 2004-05-06 Juanma Barranquero <lektu@terra.es>
15587
15588 * ehelp.el (electric-help-command-loop): Check whether the last
15589 character is visible, not (point-max).
15590
15591 * help-fns.el (help-argument-name): Default to bold; don't inherit
15592 from font-lock-variable-name-face.
15593 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15594
15595 2004-05-05 Kenichi Handa <handa@m17n.org>
15596
15597 * descr-text.el (describe-char): Copy the character with text
15598 properties and overlays into the first line, and call
15599 describe-text-properties on it.
15600
15601 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15602
15603 * iswitchb.el (iswitchb-global-map): Fix typo.
15604 Remove unwanted ###autoloads from source file.
15605
15606 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15607
15608 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15609 in run-hooks. Use substitute-command-keys in message.
15610 (wdired-abort-changes): Add message.
15611
15612 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15613
15614 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15615 (sql-emacs20-p): Remove.
15616 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15617 (sql-builtin-face, sql-doc-face): Remove.
15618 (sql-mode-ansi-font-lock-keywords)
15619 (sql-mode-oracle-font-lock-keywords)
15620 (sql-mode-postgres-font-lock-keywords)
15621 (sql-mode-linter-font-lock-keywords)
15622 (sql-mode-ms-font-lock-keywords)
15623 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15624 (sql-product-font-lock): Fix font-lock reset when font rules change.
15625 (sql-highlight-product): Remove incorrect font-lock reset logic.
15626
15627 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15628
15629 * ses.el (ses-set-parameter): Fix typo.
15630
15631 2004-05-04 Kim F. Storm <storm@cua.dk>
15632
15633 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15634 Must expand directory for completion to work; and don't mess with
15635 process-environment.
15636 (ido-read-file-name): If command has ido property, don't use ido
15637 if value is ignore, or read as directory if value is dir.
15638 Set ido ignore property for dired-do-rename command.
15639
15640 2004-05-04 Juanma Barranquero <lektu@terra.es>
15641
15642 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15643 (electric-help-help): Check against unmapped commands.
15644
15645 * help-fns.el (help-argument-name): New face, inheriting from
15646 font-lock-variable-name-face, to highlight function arguments in
15647 `describe-function' and `describe-key'.
15648 (help-do-arg-highlight): Auxiliary function to highlight a given
15649 list of arguments in a string.
15650 (help-highlight-arguments): Highlight the function arguments and
15651 all uses of them in the docstring.
15652 (describe-function-1): Use it. Do docstring output via `insert',
15653 not 'princ', so text attributes are preserved.
15654
15655 * winner.el (winner-mode-map): Move `winner-undo' and
15656 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15657 previous bindings conflict with `prev-buffer', `next-buffer').
15658
15659 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15660
15661 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15662 (bibtex-entry-update): New command bound to C-c C-u.
15663 (bibtex-text-in-string): Fix regexp.
15664 (bibtex-assoc-of-regexp): Remove.
15665 (bibtex-progress-message): Fix docstring.
15666 (bibtex-inside-field): Use if.
15667 (bibtex-assoc-regexp): New function.
15668 (bibtex-format-entry): Make code more robust so that it formats
15669 also old entries.
15670 (bibtex-autokey-demangle-title): Merge with obsolete function
15671 bibtex-assoc-of-regexp.
15672 (bibtex-field-list): New function.
15673 (bibtex-entry): Use bibtex-field-list.
15674 (bibtex-parse-entry): Fix docstring.
15675 (bibtex-print-help-message): Use bibtex-field-list.
15676 (bibtex-make-field): Use bibtex-field-list.
15677 (bibtex-entry-index): Bugfix. Return crossref key if required.
15678 (bibtex-lessp): Fix docstring.
15679
15680 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15681
15682 * select.el (xselect-convert-to-string): Move comment to intended line.
15683
15684 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15685
15686 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15687 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15688
15689 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15690
15691 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15692 x-get-selection.
15693
15694 2004-05-03 Jason Rumney <jasonr@gnu.org>
15695
15696 * makefile.nt: Remove.
15697
15698 2004-05-03 Kim F. Storm <storm@cua.dk>
15699
15700 * emulation/cua-base.el (cua--update-indications): Fix last change.
15701 (cua-mode): Deactivate mark when cua-mode is enabled.
15702
15703 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15704
15705 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15706
15707 2004-05-03 Nick Roberts <nickrob@gnu.org>
15708
15709 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15710 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15711 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15712 window over visible frames.
15713 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15714
15715 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15716
15717 * progmodes/compile.el (compilation-gcpro): New var.
15718 (compilation-fake-loc): Use it.
15719 (compilation-forget-errors): Reset it.
15720
15721 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15722
15723 * diff-mode.el (diff-header-face, diff-file-header-face):
15724 Use min-colors.
15725
15726 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15727
15728 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15729 (bibtex-clean-entry): Disentangle code.
15730 (bibtex-realign): New function.
15731 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15732 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15733 Remove undocumented optional arg called-by-convert-alien.
15734 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15735 for sorting instead of bibtex-sort-buffer.
15736
15737 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15738
15739 * progmodes/compile.el (compilation-start): In the
15740 no-async-subprocesses branch, call sit-for to give redisplay a
15741 chance to show the updated process status in the mode line, and
15742 fontify the buffer explicitly after the process exits.
15743
15744 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15745
15746 * progmodes/python.el (python-compilation-line-number): Remove.
15747 (python-compilation-regexp-alist): Don't use it any more.
15748 (python-orig-start, python-input-filter): Remove.
15749 (inferior-python-mode): Don't set up comint-input-filter-functions.
15750 (python-send-region): Use compilation-fake-loc.
15751
15752 * progmodes/compile.el (compilation-messages-start): New var.
15753 (compilation-mode): Don't setup next-error-function here.
15754 (compilation-setup): Set it up here instead (for minor modes as well).
15755 Make compilation-messages-start buffer local.
15756 (compilation-next-error-function): Use it.
15757 (compilation-forget-errors): Set compilation-messages-start.
15758
15759 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15760
15761 * ielm.el (ielm-prompt-read-only): Update docstring.
15762
15763 * comint.el (comint-prompt-read-only): Update docstring.
15764 (comint-update-fence, comint-kill-whole-line)
15765 (comint-kill-region): New functions.
15766
15767 * simple.el (kill-whole-line): Use "p" instead of "P" in
15768 interactive form.
15769
15770 2004-05-01 Juanma Barranquero <lektu@terra.es>
15771
15772 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15773 format arglist so default values in CL-style argument lists are
15774 correctly shown.
15775
15776 2004-05-01 Jason Rumney <jasonr@gnu.org>
15777
15778 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15779
15780 2004-05-01 Kenichi Handa <handa@m17n.org>
15781
15782 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15783 quail file if it is up to date.
15784
15785 2004-04-30 Juri Linkov <juri@jurta.org>
15786
15787 * cus-edit.el (custom-mode-map):
15788 Add key binding `C-x C-s' to `Custom-save'.
15789
15790 * outline.el (outline-blank-line): New var.
15791 (outline-next-preface, outline-show-heading)
15792 (outline-end-of-subtree): Use it.
15793
15794 * dired-aux.el (dired-touch-initial): New fun.
15795 (dired-do-chxxx): Call it for op-symbol `touch'.
15796 (dired-diff): Use `dired-dwim-target-directory'
15797 if current dired buffer has no buffer mark.
15798
15799 * bindings.el (propertized-buffer-identification):
15800 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15801 Add C-M-arrow keys for consistency.
15802
15803 * files.el (confirm-kill-emacs):
15804 Change group from top-level `emacs' to `convenience'.
15805
15806 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15807 Push mark on the first call of successive command calls.
15808 (insert-pair): New fun created from `insert-parentheses' with
15809 `open' and `close' arguments added. Enclose active regions
15810 in paired characters. Compare adjacent characters syntax with
15811 inserted characters syntax before inserting a space.
15812 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15813
15814 * delsel.el: Don't put `delete-selection' property
15815 on `insert-parentheses' symbol to take advantage of
15816 region handling in `insert-pair' function.
15817 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15818
15819 2004-04-30 Kim F. Storm <storm@cua.dk>
15820
15821 * emulation/cua-base.el: Add support for changing cursor types;
15822 based on patch from Michael Mauger.
15823 (cua-normal-cursor-color, cua-read-only-cursor-color)
15824 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15825 Customization cursor type and/or cursor color.
15826 (cua--update-indications): Handle cursor type changes.
15827 (cua-mode): Update cursor indications if enabled.
15828
15829 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15830
15831 * mouse.el (mouse-drag-copy-region): New defcustom.
15832 (mouse-set-region, mouse-drag-region-1): Use it.
15833
15834 * simple.el (kill-ring-save): If region face background color is
15835 unspecified (if no highlighting), show extent of fully visible
15836 region even if transient-mark-mode is enabled.
15837
15838 * emulation/cua-base.el (cua--standard-movement-commands):
15839 Add cua-scroll-up and cua-scroll-down.
15840 (cua-scroll-up, cua-scroll-down): New commands.
15841 (cua--init-keymaps): Remap scroll-up and scroll-down.
15842
15843 * emulation/cua-rect.el (cua--convert-rectangle-as):
15844 New defmacro.
15845 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15846 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15847 New commands (suggested by Jordan Breeding).
15848
15849 2004-04-30 Juanma Barranquero <lektu@terra.es>
15850
15851 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15852
15853 2004-04-30 Mario Lang <mlang@delysid.org>
15854
15855 * diff.el (diff-switches): Fix typo in docstring.
15856
15857 2004-04-30 Alex Schroeder <alex@gnu.org>
15858
15859 * xml.el (xml-debug-print-internal): Don't add newline and
15860 indentation to text nodes and write empty elements as empty tags
15861 instead of opening and closing tags.
15862 (xml-debug-print): Take optional indent-string argument.
15863 (xml-print): Alias for xml-debug-print.
15864
15865 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15866
15867 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15868 than duplicate call to `line-beginning-position'.
15869
15870 * progmodes/f90.el (f90-get-present-comment-type):
15871 Return whitespace, as well as comment chars, for consistent filling
15872 of comment blocks. Use `match-string-no-properties'.
15873 (f90-break-line): Trim trailing whitespace when filling comments.
15874
15875 2004-04-30 Dave Love <fx@gnu.org>
15876
15877 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15878 (diary-from-outlook-internal, diary-from-outlook)
15879 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15880 New functions to import diary entries from Outlook-format
15881 appointments in mail messages.
15882
15883 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * progmodes/python.el (python-send-command): New fun.
15886 (python-send-region, python-load-file): Use it.
15887
15888 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15889
15890 * help-fns.el (help-C-file-name): Use new subr-name.
15891 Prepend `src/' to the file name.
15892 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15893 (describe-function-1, describe-variable): Only find a C source file
15894 name if DOC is already loaded.
15895
15896 * help-mode.el (help-function-def, help-variable-def):
15897 Use the new find-function-search-for-symbol functionality.
15898 Allow FILE to be `C-source'.
15899
15900 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15901 (find-function-C-source): New fun.
15902 (find-function-search-for-symbol): Use it.
15903
15904 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15905
15906 * progmodes/sql.el (sql-product-alist): Rename variable
15907 `sql-product-support'. Add Postgres login parameters.
15908 (sql-set-product, sql-product-feature): Update with renamed variable.
15909 (sql-connect-postgres): Add username prompt.
15910 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15911 Make patterns less product specific.
15912 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15913 (sql-mode-abbrev-table): Modify initialization.
15914 (sql-builtin-face): Add variable.
15915 (sql-keywords-re): Add macro.
15916 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15917 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15918 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15919 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15920 (sql-mode-linter-font-lock-keywords)
15921 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15922 (sql-mode-sybase-font-lock-keywords)
15923 (sql-mode-informix-font-lock-keywords)
15924 (sql-mode-interbase-font-lock-keywords)
15925 (sql-mode-ingres-font-lock-keywords)
15926 (sql-mode-solid-font-lock-keywords)
15927 (sql-mode-sqlite-font-lock-keywords)
15928 (sql-mode-db2-font-lock-keywords): Default to nil.
15929 (sql-product-font-lock): Always highlight ANSI keywords.
15930 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15931 (sql-send-string): Add function.
15932
15933 2004-04-29 Dave Love <fx@gnu.org>
15934
15935 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15936 (cfengine-end-of-defun): Ensure progress through buffer.
15937
15938 * info-look.el (cfengine-mode): Accept a terminal ().
15939
15940 2004-04-29 Juri Linkov <juri@jurta.org>
15941
15942 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15943 instead of isearch-yank-word-or-char. Add new key bindings for
15944 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15945 (isearch-del-char): New fun.
15946 (isearch-forward, isearch-edit-string): Update docstring.
15947 (isearch-yank-char): Doc fix.
15948 (isearch-other-meta-char): Restore point after scrolling.
15949
15950 * progmodes/compile.el (compilation-context-lines): Add nil option
15951 to disable compilation output window scrolling.
15952 (compilation-set-window): Use it.
15953
15954 * outline.el (outline-next-preface, outline-show-heading):
15955 Don't leave unhidden blank line before heading.
15956 (outline-end-of-subtree): Include last newline into subtree.
15957 (hide-entry): Leave point at beginning of heading instead of end.
15958 (outline-up-heading): Push mark for the first call of successive
15959 command calls.
15960
15961 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15962
15963 * comint.el (comint-prompt-read-only): New variable.
15964 (comint-output-filter): Implement it.
15965
15966 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15967 (ielm-prompt-internal): New variable.
15968 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15969 (ielm-send-input): Delete unused variable `buf'.
15970 (ielm-eval-input): Use `ielm-prompt-internal'.
15971 (inferior-emacs-lisp-mode): Use new variables
15972 `comint-prompt-read-only' and `ielm-prompt-internal'.
15973 Get rid of obsolete variable `directory-sep-char'.
15974 (ielm): Use `zerop'.
15975
15976 2004-04-29 John Paul Wallington <jpw@gnu.org>
15977
15978 * thumbs.el (toplevel): Require cl at compile time.
15979 Remove conditional definitions of `ignore-errors' and `caddar'
15980 because they occur at run time.
15981
15982 2004-04-28 Nick Roberts <nickrob@gnu.org>
15983
15984 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15985 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15986 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15987 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15988
15989 * progmodes/gud.el (gud-common-init): Throw an error if program is
15990 already running under gdb.
15991
15992 2004-04-28 John Paul Wallington <jpw@gnu.org>
15993
15994 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15995 (thumbs-show-image-num): Move assignment of
15996 `thumbs-current-image-filename' within scope of `i'.
15997 (thumbs-emboss-image): Don't use `evenp'.
15998
15999 2004-04-28 Richard M. Stallman <rms@gnu.org>
16000
16001 * progmodes/compile.el (compilation-context-lines): Default now 0.
16002
16003 2004-04-28 Juanma Barranquero <lektu@terra.es>
16004
16005 Use `time-less-p' from calendar/time-date.el instead of defining
16006 custom versions of it.
16007
16008 * pcomplete.el (pcomplete-time-less-p): Remove.
16009
16010 * thumbs.el (time-less-p): Remove.
16011
16012 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16013 (timeclock-generate-report): Use `time-less-p'.
16014
16015 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16016 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16017
16018 2004-04-28 Masatake YAMATO <jet@gyve.org>
16019
16020 * subr.el (remove-overlays): Make arguments optional.
16021
16022 * wid-edit.el (widget-specify-button): Put evaporate to the
16023 overlay for sample.
16024 (widget-specify-sample): Put evaporate to the overlay for sample.
16025 (widget-specify-doc): Put evaporate to the overlay for documentation.
16026
16027 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16028
16029 * info.el (info-apropos): Make it an index node. Align node names
16030 like makeinfo.
16031
16032 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16033
16034 * net/browse-url.el (browse-url-netscape-sentinel)
16035 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16036 (browse-url-epiphany-sentinel, browse-url-mosaic):
16037 Use browse-url-*-program instead of a literal program name.
16038
16039 2004-04-27 Kevin Ryde <user42@zip.com.au>
16040
16041 * eshell/em-alias.el:
16042 * eshell/em-dirs.el:
16043 * eshell/em-hist.el:
16044 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16045 features when M-x customize-group loads modules before the main
16046 eshell.el.
16047
16048 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16049
16050 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16051 either a character representation of an event or an event
16052 description list.
16053
16054 * type-break.el: Capitalise Emacs and Lisp.
16055 (type-break-good-break-interval, type-break-demo-boring-stats)
16056 (type-break-terse-messages, type-break-file-name): New defcustoms.
16057 (type-break-post-command-hook)
16058 (type-break-warning-countdown-string): Quote variable names in doc.
16059 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16060 (type-break-mode): Document type-break-good-break-interval and the
16061 "session" file. Schedule break according to the session file.
16062 Kill session file buffer on exit. Organise for save-some-buffers
16063 to always save the session file.
16064 (type-break-mode-line-message-mode, type-break-query-mode):
16065 Uppercase arguments.
16066 (type-break-file-time, type-break-file-keystroke-count, timep)
16067 (type-break-choose-file, type-break-get-previous-time)
16068 (type-break-get-previous-count): New defuns.
16069 (type-break): Avoid break querying after a completed break in the
16070 case where the query was initiated during user invocation of the
16071 break. Optional terse messages.
16072 Use type-break-good-break-interval if type-break-good-rest-interval is
16073 nil. File the break time.
16074 (type-break-schedule): New optional args for overriding the use of
16075 the current time.
16076 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16077 after a break.
16078 (type-break-check): File the keystroke count.
16079 (type-break-do-query): Prevent a second query when the break is
16080 interrupted. Optional terse message.
16081 (type-break-keystroke-reset): Record the start of a typing interval.
16082 (type-break-demo-boring): Optional terse messages. Display word
16083 per minute and keystroke counts according to
16084 type-break-demo-boring-stats.
16085
16086 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16087
16088 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16089 directories, make sure they exist under archive-tmpdir.
16090
16091 2004-04-27 Juri Linkov <juri@jurta.org>
16092
16093 * help.el (view-emacs-news): With argument, display info for the
16094 selected version by finding it among different NEWS files, and
16095 narrowing the buffer to the selected version.
16096
16097 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16098 same-window-buffer-names.
16099 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16100 non-numeric prefix argument, append the number to the buffer name
16101 for numeric prefix argument.
16102 (info-other-window): Bind same-window-regexps to nil.
16103 (Info-reference-name): Rename to Info-point-loc.
16104 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16105 and Info-find-index-name for stringy Info-point-loc.
16106 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16107 without middle `.', but with final `.' and optional line number
16108 for it. Set Info-point-loc for index nodes.
16109 (Info-index): Remove middle `.' from index entry regexp.
16110 Modify line number regexp.
16111 (Info-index-next): Decrement line number.
16112 (info-apropos): Remove middle `.' from index entry regexp.
16113 Add optional line number regexp at the end. Add matched value
16114 for line number to the result list and insert it to the buffer.
16115 Replace match-string by match-string-no-properties.
16116 Reorder result list.
16117 (Info-fontify-node): Hide index line numbers.
16118 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16119 empty matches.
16120 (Info-follow-reference): Use `str' instead of
16121 Info-following-node-name-re.
16122 (Info-toc): Use full file names. Set Info-current-node to "Top".
16123 (Info-fontify-node): Compare file names without directory name.
16124 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16125 Set second arg of Info-extract-menu-node-name for index nodes.
16126 (info-xref-visited): Use magenta3 instead of magenta4.
16127 (Info-mode): Add info-apropos to docstring.
16128
16129 * log-view.el (log-view-diff): Replace interactive code "r"
16130 by a list to allow to call it even if region is not active.
16131
16132 * paren.el (show-paren-highlight-openparen): New var.
16133 (show-paren-function): Turn on openparen highlighting when
16134 matching forward if show-paren-highlight-openparen is non-nil.
16135
16136 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16137 the constant value 1.
16138 (completions-common-part): Expand docstring.
16139
16140 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16141
16142 2004-04-27 Kim F. Storm <storm@cua.dk>
16143
16144 * image.el (insert-sliced-image): Use line-height instead of
16145 line-spacing property on newline.
16146
16147 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16148
16149 * desktop.el (desktop-buffer-misc-data-function): Rename to
16150 desktop-save-buffer and change docstring.
16151 (desktop-buffer-modes-to-save): Delete.
16152 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16153 desktop-buffer-modes-to-save.
16154 (desktop-save): Rename desktop-buffer-misc-data-function to
16155 desktop-save-buffer and allow non-function value.
16156 (desktop-missing-file-warning): Correct docstring.
16157
16158 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16159 to desktop-save-buffer.
16160
16161 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16162 desktop-save-buffer.
16163
16164 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16165
16166 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16167
16168 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16169
16170 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16171
16172 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16173
16174 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16175 (ielm): Only go to the end of the buffer when starting a new process.
16176
16177 2004-04-25 Juanma Barranquero <lektu@terra.es>
16178
16179 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16180 mode line. Bind `inhibit-read-only' to t before modifying
16181 properties of text in the buffer.
16182 (ielm): Force point to the end of buffer, even when running ielm
16183 from inside itself.
16184
16185 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16186
16187 * info.el (info-apropos): Reset Info-complete-cache.
16188
16189 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16190
16191 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16192 Also recognize severe Irix et al. messages.
16193 (compilation-normalize-filename, compile-abbreviate-directory):
16194 Delete functions.
16195 (compilation-get-file-structure): New function inherits
16196 functionality of the two preceding ones.
16197 (compilation-internal-error-properties, compilation-fake-loc):
16198 Use it so that different paths to the same file share the same
16199 markers. Also optimize finding adjacent marker slightly.
16200
16201 2004-04-25 Kim F. Storm <storm@cua.dk>
16202
16203 * image.el (insert-sliced-image): Add line-spacing t property
16204 to newlines separating image lines.
16205
16206 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16207
16208 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16209
16210 * ielm.el (ielm-prompt-read-only): New user option.
16211 (ielm-prompt): Expand docstring to describe new behavior.
16212 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16213 mention it in the docstring.
16214
16215 2004-04-24 Andreas Schwab <schwab@suse.de>
16216
16217 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16218
16219 * diff.el (diff): Set default-directory in diff buffer.
16220
16221 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16222
16223 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16224 mail was being composed if the terminal cannot display more than
16225 one frame; instead, switch to previous frame.
16226
16227 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16228 (rmail-start-mail): Support rmail-mail-new-frame even on
16229 terminals that can display only one frame at a time.
16230
16231 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16234 (checkdoc-output-font-lock-keywords): Remove error regexp.
16235 (checkdoc-output-mode-map): Remove.
16236 (checkdoc-output-mode): Derive from compilation-mode.
16237 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16238
16239 * dired.el (dired-mode-map): Add a menu entry for wdired.
16240
16241 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16242 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16243
16244 * wdired.el (wdired-mode-map): Move init into declaration.
16245 Fix `return' binding.
16246 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16247 Use force-mode-line-update.
16248 (wdired-get-filename): Use `unless'.
16249 (wdired-preprocess-files): Don't assume names have no \n and use / for
16250 dir separator.
16251 (wdired-normalize-filename): Use replace-regexp-in-string.
16252 (wdired-load-hooks): Remove.
16253 (wdired-mode-hooks): Rename to wdired-mode-hook.
16254
16255 * info-look.el: Add support for cfengine-mode.
16256 (info-lookup-setup-mode): Use dolist.
16257
16258 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16259
16260 * wdired.el: New file.
16261
16262 2004-04-23 Juanma Barranquero <lektu@terra.es>
16263
16264 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16265
16266 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16267 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16268 (pcomplete--help, pcomplete--here): Doc fixes.
16269
16270 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16271
16272 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16273 handles wrong-number-of-arguments in backend call.
16274
16275 * vc.el (vc-print-log): Likewise.
16276
16277 2004-04-20 Dave Love <fx@gnu.org>
16278
16279 * emacs-lisp/rx.el: Doc fixes.
16280 (rx-constituents): Add/extend many forms.
16281 (rx-check): Check form is a list.
16282 (bracket): Defvar.
16283 (rx-check-any, rx-any, rx-check-not): Modify.
16284 (rx-not): Simplify.
16285 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16286 (rx-kleene): Use rx-trans-forms.
16287 (rx-quote-for-set): Delete.
16288 (rx): Allow multiple args.
16289
16290 2004-04-23 Kenichi Handa <handa@m17n.org>
16291
16292 * international/mule-util.el (char-displayable-p): Simplify by
16293 using internal-char-font.
16294
16295 2004-04-23 Juanma Barranquero <lektu@terra.es>
16296
16297 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16298
16299 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16300
16301 * diff-mode.el (diff-next-error): New fun.
16302 (diff-mode): Use it.
16303
16304 * simple.el (next-error): Change arg name.
16305 Add support for the documented C-u C-x ` usage.
16306
16307 * frame.el (special-display-popup-frame, next-multiframe-window)
16308 (previous-multiframe-window): Only consider frames on same display.
16309
16310 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16311
16312 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16313 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16314
16315 2004-04-22 Kim F. Storm <storm@cua.dk>
16316
16317 * net/telnet.el (telnet): Add optional port arg.
16318
16319 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16320
16321 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16322 Minor sanity check on the `hyperlink' slot.
16323
16324 * Makefile.in (recompile): Compile new files.
16325
16326 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16327 Add byte-recompile-directory's optional `arg'.
16328
16329 * cvs-status.el (cvs-tree-use-charset): New var.
16330 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16331 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16332 (cvs-status-cvstrees): Use it.
16333
16334 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16335 Make it a normal major mode.
16336 (checkdoc-buffer-label): Make sure the file name is meaningful.
16337 (checkdoc-output-to-error-buffer): Remove.
16338 (checkdoc-error, checkdoc-start-section): Rewrite.
16339
16340 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16341 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16342 (Info-title-4-face): Use new syntax.
16343 (info-xref-visited): Inherit from info-xref.
16344
16345 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16346
16347 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16348
16349 * simple.el (next-error-last-buffer, next-error-function):
16350 New variables for the next-error framework.
16351 (next-error-buffer-p): New function.
16352 (next-error-find-buffer): Generalize compilation-find-buffer.
16353 (next-error, previous-error, first-error, next-error-no-select)
16354 (previous-error-no-select): Move from compile.el.
16355
16356 * replace.el (occur-next-error, occur-1): Hook into the next-error
16357 framework.
16358
16359 * progmodes/compile.el (compilation-start):
16360 Set next-error-last-buffer so next-error knows where to jump.
16361 (compilation-setup): Set the buffer-local variable
16362 next-error-function to 'compilation-next-error-function.
16363 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16364 alternate way to find if a buffer is a compilation buffer, for
16365 next-error convenience.
16366 (next-error-no-select, previous-error-no-select, next-error)
16367 (previous-error, first-error): Move to simple.el.
16368 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16369 (compilation-last-buffer): Remove.
16370 (compilation-start, compilation-next-error, compilation-setup)
16371 (compilation-next-error-function, compilation-find-buffer):
16372 Remove compilation-last-buffer use.
16373
16374 2004-04-21 Juanma Barranquero <lektu@terra.es>
16375
16376 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16377 (font-lock-warning-face): Fix spacing.
16378
16379 * makefile.w32-in (WINS): Add url/ directory.
16380
16381 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16382
16383 * desktop.el (desktop-buffer-mode-handlers): New variable.
16384 Alist of major mode specific functions to restore a desktop buffer.
16385 (desktop-buffer-handlers): Make variable obsolete.
16386 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16387 Catch errors signaled in handlers. Update buffer count.
16388 Evaluate desktop-buffer-point.
16389 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16390 move to dired.el.
16391 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16392 move to info.el.
16393 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16394 move to mail/rmail.el.
16395 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16396 to mh-e/mh-e.el.
16397 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16398 On fail, print message (to message buffer) even if
16399 desktop-missing-file-warning is nil.
16400 (desktop-buffer-misc-data-function): New buffer local variable.
16401 Function returning major mode specific data.
16402 (desktop-buffer-misc-functions): Make variable obsolete.
16403 (desktop-save): Use desktop-buffer-misc-data-function.
16404 (desktop-buffer-dired-misc-data): Rename to
16405 dired-desktop-buffer-misc-data and move to dired.el.
16406 (desktop-buffer-info-misc-data): Rename to
16407 Info-desktop-buffer-misc-data and move to info.el.
16408 (desktop-read): Add message about number of buffers restored/failed.
16409
16410 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16411 Add parameters. Pause to display error only when
16412 desktop-missing-file-warning is non-nil.
16413 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16414 (dired-mode): Bind desktop-buffer-misc-data-function.
16415
16416 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16417 Add Parameters.
16418 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16419 (Info-mode): Bind desktop-buffer-misc-data-function.
16420
16421 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16422 Add Parameters.
16423
16424 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16425 Add Parameters.
16426
16427 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16428
16429 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16430 the case of letters in case-insensitive expansions when the
16431 abbrev is preceded by characters with letter syntax.
16432
16433 2004-04-21 Richard M. Stallman <rms@gnu.org>
16434
16435 * progmodes/cperl-mode.el (cperl-putback-char):
16436 Delete Emacs 18 definition.
16437
16438 * international/mule.el (ctext-post-read-conversion):
16439 Use assoc-string, not assoc-ignore-case.
16440
16441 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16442
16443 * emacs-lisp/easymenu.el (easy-menu-add):
16444 Do call x-popup-menu, but only if it's defined.
16445
16446 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16447
16448 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16449 Handle multiple args: compile like progn.
16450
16451 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16452 take all args as &rest arg.
16453
16454 * autoinsert.el (auto-insert-alist): Insert the user's name in
16455 copyright notice, rather than Free Software Foundation.
16456
16457 2004-04-21 Kenichi Handa <handa@m17n.org>
16458
16459 * descr-text.el (describe-char): Make it work on *Help* buffer.
16460
16461 2004-04-21 Kim F. Storm <storm@cua.dk>
16462
16463 * image.el (insert-image): Add optional SLICE arg.
16464 (insert-sliced-image): New defun.
16465
16466 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16467
16468 * subr.el (read-number): Check whether `default' is nil.
16469
16470 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16471
16472 * progmodes/compile.el (compilation-error-properties):
16473 Split into two.
16474 (compilation-internal-error-properties): New one.
16475 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16476
16477 2004-04-20 Richard M. Stallman <rms@gnu.org>
16478
16479 * window.el (split-window-save-restore-data):
16480 Don't update the data if OLD-INFO is nil.
16481
16482 * view.el (view-return-to-alist): Mark it permanent local.
16483
16484 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16485
16486 * recentf.el (recentf-save-list): Catch and warn about errors.
16487
16488 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16489 so "Buffers" won't be pure.
16490
16491 * help-mode.el (help-mode-finish): Set help-return-alist first
16492 thing, setting only the entry for the selected window.
16493
16494 * help-fns.el (describe-function-1): If many non-control non-meta
16495 keys run the command, don't list all of them.
16496
16497 2004-04-20 Juanma Barranquero <lektu@terra.es>
16498
16499 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16500 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16501
16502 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16503
16504 2004-04-20 Kenichi Handa <handa@m17n.org>
16505
16506 * international/quail.el (quail-lookup-key): New optional arg
16507 NOT-RESET-INDICES.
16508 (quail-get-translations): Call quail-lookup-key with
16509 NOT-RESET-INDICES t.
16510 (quail-completion): Likewise.
16511 (quail-lookup-map-and-concat): Likewise.
16512
16513 2004-04-20 Kenichi Handa <handa@m17n.org>
16514
16515 * international/quail.el (quail-update-translation): Don't insert
16516 such an unsupported multibyte char in a unibyte buffer.
16517
16518 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16519
16520 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16521 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16522 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16523 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16524 (gdb-frame-assembler-buffer): Improve behaviour with
16525 multiple frames.
16526 (gdb-display-buffer): Extend search to all visible frames.
16527
16528 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16529
16530 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16531 characters left after base64 decoding.
16532 (rmail-decode-region): Use -dos variety of `coding', to remove any
16533 ^M characters left after qp or base64 decoding.
16534
16535 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16536
16537 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16538 messages.
16539
16540 2004-04-19 Stephen Eglen <stephen@gnu.org>
16541
16542 * add-log.el (add-change-log-entry): Update doc string to mention
16543 add-log-full-name and add-log-mailing-address.
16544
16545 2004-04-18 Juri Linkov <juri@jurta.org>
16546
16547 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16548 (Info-find-node-2): Simplify error message.
16549 (Info-insert-dir): Use Info-following-node-name.
16550 (Info-goto-node): Remove *info-history* and *info-toc*.
16551 (Info-history): Create a node of the virtual history file.
16552 (Info-toc): Create a node of the virtual toc file.
16553 (Info-insert-toc): New arg `curr-file' for reference file names.
16554 (info-apropos): Remove redundant var binding for temp-file.
16555 (Info-index, Info-index-next, Info-mode): Doc fix.
16556 (Info-goto-emacs-command-node): Don't jump to *info* from
16557 non-*info* Info buffers.
16558 (Info-fontify-node): Don't show the file name of external
16559 references if `Info-hide-note-references' is `hide'. Don't hide
16560 newlines at the end of paragraphs.
16561
16562 * international/mule-diag.el (list-input-methods):
16563 Fix args to help-xref-button.
16564
16565 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16566 to put into effect local variables from TUTORIAL files.
16567
16568 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16569 with default value taken from the variable `sentence-end'.
16570 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16571 Add nil const to :type.
16572 (sentence-end-without-period, sentence-end-double-space)
16573 (sentence-end-without-space): Doc fix.
16574
16575 * textmodes/paragraphs.el (forward-sentence):
16576 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16577 (fill-delete-newlines):
16578 * progmodes/cc-cmds.el (c-beginning-of-statement):
16579 Use function `sentence-end' instead of variable `sentence-end'.
16580
16581 2004-04-18 Andreas Schwab <schwab@suse.de>
16582
16583 * progmodes/compile.el (compilation-start): Set window start to
16584 point-min if compilation-scroll-output is nil.
16585
16586 2004-04-18 John Wiegley <johnw@newartisans.com>
16587
16588 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16589
16590 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16591
16592 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16593 (gdb-info-breakpoints-custom): Revert previous change.
16594 (gdb-view-assembler): Update assembler if necessary.
16595 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16596 (gdb-display-source-buffer): Update properly when both source and
16597 assembler are visible.
16598
16599 2004-04-17 John Wiegley <johnw@newartisans.com>
16600
16601 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16602 which limits the number of names shown in the minibuffer. Off by
16603 default.
16604 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16605 up iswitchb for users with a multitude of open buffers by showing
16606 only the first and last N/2 buffers in the completion list (which
16607 is enough to aid C-s/C-r, and to know that more characters are
16608 needed to refine the completion list).
16609
16610 2004-04-17 Richard M. Stallman <rms@gnu.org>
16611
16612 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16613 (file-truename): Expand all ~ constructs directly.
16614 (insert-directory): Delete any error msg output by the
16615 `insert-directory-program'.
16616
16617 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16618 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16619 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16620 (allout-init): Use find-file-hook, not find-file-hooks.
16621 (allout-mode): Eliminate Emacs 18 support.
16622 Use write-contents-functions, not local-write-file-hooks.
16623
16624 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16625
16626 * progmodes/compile.el (compilation-error-properties): Fix for
16627 adding messages when there are already markers for their file.
16628 (compilation-fake-loc): New function.
16629
16630 2004-04-16 Dave Love <fx@gnu.org>
16631
16632 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16633 (python-load-file): Fix python-orig-start setting.
16634
16635 * progmodes/compile.el: Doc fixes.
16636 (compilation-error-regexp-alist-alist)
16637 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16638 (compilation-assq): Wrap in eval-when-compile.
16639 (compilation-mode-font-lock-keywords): Don't use list*.
16640 (compilation-start): Avoid warning.
16641 (compilation-compat-error-properties)
16642 (compilation-directory-properties): Add keymap property.
16643 (compilation-parsing-end): Make it a marker for better compatibility.
16644
16645 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16646
16647 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16648
16649 * xml.el: Doc fixes.
16650 (xml-get-children): Only looks at sub-tags and ignore strings.
16651
16652 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16653
16654 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16657
16658 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16659
16660 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16661
16662 * vc.el (vc-print-log): Likewise.
16663
16664 2004-04-16 Masatake YAMATO <jet@gyve.org>
16665
16666 * simple.el (completion-setup-function): Set an initial value
16667 to `element-common-end' before entering loop. Set a value
16668 to `element-common-end' at the end of loop.
16669 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16670 (completions-common-part): Rename from completion-de-emphasis.
16671 (completions-first-difference): Rename from completion-emphasis.
16672 Suggested by RMS.
16673
16674 2004-04-16 Juanma Barranquero <lektu@terra.es>
16675
16676 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16677 (bookmark-edit-annotation-mode): Add mode name.
16678
16679 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16680
16681 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16682 for nested conflict markers.
16683 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16684
16685 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16686
16687 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16688
16689 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16690
16691 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16692
16693 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16694 Give a backtrace if requested.
16695
16696 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16697
16698 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16699 Remove unused functions.
16700 (python-orig-start-line, python-orig-file): Remove.
16701 (python-orig-start): New var.
16702 (python-input-filter, python-compilation-line-number)
16703 (python-send-region, python-load-file): Use it.
16704
16705 * info.el (info): Always jump to *info*.
16706
16707 * subr.el (posn-set-point): New function.
16708
16709 * mouse.el (mouse-set-point): Use it.
16710
16711 * progmodes/compile.el (compile-goto-error): Use it.
16712 (compilation-button-map): New keymap.
16713 (compilation-error-properties): Use it.
16714 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16715
16716 * smerge-mode.el (smerge-popup-context-menu): Use it.
16717
16718 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16719 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16720 mouse and non-mouse case.
16721
16722 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16723 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16724
16725 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16726 Make it work for non-mouse events.
16727
16728 * pcvs-info.el (cvs-status-map): Update binding name.
16729
16730 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16731
16732 * xml.el (xml-maybe-do-ns): New function to handle namespace
16733 parsing of both attribute and element names.
16734 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16735 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16736 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16737 (xml-parse-attlist): Make it do its own namespace parsing.
16738
16739 2004-04-14 Dave Love <fx@gnu.org>
16740
16741 * progmodes/python.el (run-python): Fix use of \n.
16742 (python-load-file): Remove `try' from Python fragment.
16743 (python-describe-symbol): Fix message.
16744
16745 * comint.el: Doc fixes.
16746 (comint-last-input-start, comint-last-input-end)
16747 (comint-last-output-start): Give them values.
16748 (comint-arguments): Avoid warning.
16749 (comint-skip-prompt): Use line-end-position.
16750 (comint-backward-matching-input): Rename arg to agree with doc.
16751 (comint-extract-string): Use syntax-ppss.
16752 (comint-dynamic-simple-complete): Delete useless list construction.
16753 (comint-redirect-subvert-readonly): New.
16754 (comint-redirect-preoutput-filter): Use it.
16755
16756 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16757 Correctly handle negative arguments when calling hook functions.
16758
16759 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16760
16761 * info.el (info-apropos): Don't clobber Info-history-list.
16762
16763 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16764
16765 * progmodes/compile.el (compilation-setup):
16766 Localize overlay-arrow-position.
16767 (compilation-sentinel): Restructure code equivalently.
16768 (compilation-next-error): Find message on same line after point if
16769 not found before point.
16770 (compile-mouse-goto-error): Restore function so that compilation
16771 buffer need not be current and use compile-goto-error.
16772 (compile-goto-error): Restore function.
16773 (next-error): Set overlay-arrow-position.
16774 (compilation-forget-errors): Don't localize already local
16775 compilation-locs and remove FIXME about refontifying.
16776
16777 2004-04-14 Kim F. Storm <storm@cua.dk>
16778
16779 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16780 (command-line): New option -Q. Like -q --no-site-file, but
16781 in addition it also disables menu-bar, tool-bar, scroll-bars,
16782 tool-tips, and the blinking cursor.
16783 (command-line-1): Skip startup screen if -Q.
16784 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16785
16786 * emulation/cua-base.el (cua-read-only-cursor-color)
16787 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16788
16789 2004-04-13 Dave Love <fx@gnu.org>
16790
16791 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16792 (syntax): Don't require.
16793 (python) <defgroup>: Add :version.
16794 (python-quote-syntax): Re-written.
16795 (inferior-python-mode): Move stuff here from run-python and add
16796 some more.
16797 (python-preoutput-continuation, python-preoutput-result)
16798 (python-dotty-syntax-table): New.
16799 (python-describe-symbol): Use them.
16800 (run-python): Move stuff to inferior-python-mode. Modify code
16801 loaded into Python.
16802 (python-send-region): Use python-proc, python-send-string.
16803 (python-send-string): Send newlines too. Callers changed.
16804 (python-load-file): Re-written.
16805 (python-eldoc-function): New.
16806 (info-look): Don't require.
16807 (python-after-info-look): New. A modified version of former
16808 top-level code for use with eval-after-load.
16809 (python-maybe-jython, python-guess-indent): Use widened buffer.
16810 (python-fill-paragraph): Re-written.
16811 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16812 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16813
16814 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16817 Set compilation-error-regexp-alist earlier.
16818
16819 * progmodes/compile.el (compilation-minor-mode-map)
16820 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16821 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16822
16823 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16824
16825 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16826 corresponding to the event.
16827
16828 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16829
16830 * loadup.el: Add cygwin to system-type list, for unexec() support.
16831
16832 2004-04-12 John Paul Wallington <jpw@gnu.org>
16833
16834 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16835 (ibuffer-restore-window-config-on-quit): New variable to replace
16836 `ibuffer-delete-window-on-quit'. Update all references.
16837 (ibuffer-prev-window-config): New variable.
16838 (ibuffer-quit): Restore previous window configuration instead of
16839 deleting window.
16840 (ibuffer): Save window configuration before showing Ibuffer buffer.
16841
16842 * help.el (describe-mode): Doc fix.
16843
16844 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16845
16846 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16847 not to treat nil as a function.
16848
16849 * vc-arch.el (vc-arch-root): Be a bit more careful.
16850 (vc-arch-register): Save the buffer if we modified it.
16851 (vc-arch-delete-rej-if-obsolete): Save excursion.
16852 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16853 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16854
16855 * net/ldap.el (ldap-search): Use list*.
16856
16857 2004-04-12 Juri Linkov <juri@jurta.org>
16858
16859 * info.el (Info-follow-reference): Allow multiline reference name.
16860
16861 2004-04-11 Dave Love <fx@gnu.org>
16862
16863 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16864
16865 * progmodes/python.el: New file.
16866
16867 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16868
16869 * vc-hooks.el (vc-arg-list): Function removed.
16870 (vc-default-workfile-unchanged-p): Use condition-case to check for
16871 backward compatibility.
16872
16873 * vc.el (vc-print-log): Use condition-case to check for backward
16874 compatibility.
16875
16876 2004-04-11 Juri Linkov <juri@jurta.org>
16877
16878 * dired.el (dired-faces): New defgroup.
16879 (dired-header, dired-mark, dired-marked, dired-flagged)
16880 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16881 New faces.
16882 (dired-header-face, dired-mark-face, dired-marked-face)
16883 (dired-flagged-face, dired-warning-face, dired-directory-face)
16884 (dired-symlink-face, dired-ignored-face): New face variables.
16885 (dired-font-lock-keywords): Use them instead of font-lock faces.
16886 Split the rule for dired marks into 3 separate rules: for marks,
16887 marked file names and flagged file names.
16888
16889 * help-mode.el (help-make-xrefs): Add a final newline to the
16890 *Help* buffer.
16891
16892 2004-04-11 John Paul Wallington <jpw@gnu.org>
16893
16894 * replace.el (occur-engine): Distinguish between one and several
16895 matches in the matches per buffer heading.
16896
16897 2004-04-11 Kim F. Storm <storm@cua.dk>
16898
16899 * ido.el (ido-confirm-unique-completion): New defcustom.
16900 (ido-complete): Use it.
16901 (ido-write-file): Set it to t unconditionally.
16902
16903 2004-04-10 Miles Bader <miles@gnu.org>
16904
16905 RCS keyword removal (only non-comment changes are enumerated here):
16906
16907 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16908 (byte-compile-insert-header): Don't use `byte-compile-version'.
16909 * forms.el (forms-version): Variable removed.
16910 (forms-mode): Don't use `forms-version'.
16911 * recentf.el (recentf-version): Variable removed.
16912 * progmodes/delphi.el (delphi-version): Variable removed.
16913 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16914
16915 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16916
16917 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16918
16919 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16920
16921 * info.el (info-apropos): Improve menu item regexp.
16922
16923 2004-04-09 Simon Josefsson <jas@extundo.com>
16924
16925 * mail/smtpmail.el: Add comment, based on report by
16926 kdc@rcn.com (Kevin D. Clark).
16927
16928 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16931 Redo one more thing that I didn't notice Daniel had undone.
16932
16933 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16934
16935 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16936 (gdb-goto-breakpoint, gdb-display-buffer)
16937 (gdb-display-source-buffer, gdb-view-source-function)
16938 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16939 (gdb-source-info, gdb-frame-handler): Don't specify a window
16940 for display.
16941 (gdb-info-breakpoints-custom): Remove superfluous update of
16942 assembler buffer.
16943 (gdb-many-windows): Make settable outside gdb.
16944
16945 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16946
16947 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16948 Derive from fundamental-mode rather than text-mode.
16949
16950 2004-04-08 Juri Linkov <juri@jurta.org>
16951
16952 * info.el (Info-history): Doc fix.
16953 (Info-history-list): New var.
16954 (info-xref): Change magenta4 to blue, remove bold for dark and
16955 light backgrounds, change bold to underline for non-color classes.
16956 (info-xref-visited): New face.
16957 (Info-fontify-visited-nodes): New custom.
16958 (Info-hide-note-references): Add new value `hide'. Doc fix.
16959 (Info-reference-name): New var.
16960 (Info-selection-hook): New custom.
16961 (Info-edit-mode-hook): New var.
16962 (Info-find-file): New fun.
16963 (Info-find-node): Move part of code to Info-find-file.
16964 (Info-find-node-2): Add anchors to Info-history-list. Move point
16965 to the place with the reference name if name is defined.
16966 (Info-select-node): Add current node to Info-history-list.
16967 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16968 (Info-search-whitespace-regexp): New custom.
16969 (Info-search-case-fold): New var.
16970 (Info-search): Add "case-sensitively" to the prompt.
16971 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16972 (Info-search-case-sensitively, Info-search-next): New fun.
16973 (Info-up): Move point to the menu item of the current node.
16974 (Info-history): New fun. Add *info-history* to
16975 same-window-buffer-names.
16976 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16977 (Info-insert-toc): New fun.
16978 (Info-build-toc): New fun.
16979 (Info-follow-reference): Add new arg `fork'. Doc fix.
16980 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16981 with the same name prefer the reference closest to point.
16982 (Info-next-reference): Replace * by + in the *Note regexp.
16983 Add regexp for http:// and ftp://. Skip the *Note prefix.
16984 (Info-prev-reference): Replace * by + in the *Note regexp.
16985 Add regexp for http:// and ftp://. Skip the *Note prefix.
16986 (Info-follow-nearest-node): Add new arg `fork'.
16987 (Info-try-follow-nearest-node): Add new arg `fork'.
16988 Call browse-url for http:// and ftp:// references.
16989 Set Info-reference-name for index entries.
16990 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16991 Info-search-next, Info-history, Info-toc, clone-buffer.
16992 (Info-menu-update): Replace * by + in the *Note regexp.
16993 (Info-mode): Add documentation for Info-history, Info-toc,
16994 Info-search-case-sensitively, Info-search-next, clone-buffer.
16995 (Info-fontify-menu-headers): Remove fun. Move code to
16996 Info-fontify-node.
16997 (Info-fontify-node): Add docstring. Add local vars
16998 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16999 then fontify header line, titles, menu headers, http and ftp
17000 references, refill paragraphs. If not-fontified-p is t or
17001 fontify-visited-p is t then fontify cross references, menu items.
17002 Fontify menu headers. Fontify http and ftp references.
17003 Change regexp for cross references to require whitespace after *Note,
17004 add matching groups for file and node names. Remove hack for quote.
17005 Use display property for Info-hide-note-references=t. Use fifth
17006 or fourth match for help-echo. Display visited nodes in a
17007 different face. Unhide file names of external references.
17008 Unhide newlines. Display visited menu items in a different face.
17009
17010 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * progmodes/compile.el: Require CL.
17013 (compilation-mode-font-lock-keywords): Re-install the "line as
17014 function" patch.
17015
17016 * help-fns.el (help-C-source-directory): New var.
17017 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17018 (describe-function-1, describe-variable): Use them.
17019
17020 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17021 to C source files specially.
17022
17023 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17024
17025 * info.el (Info-hide-cookies-node): New function.
17026 (Info-select-node): Use it.
17027 (Info-display-images-node): Remove message with image file name.
17028
17029 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17030
17031 * progmodes/compile.el (compilation-warning-face)
17032 (compilation-info-face, compilation-skip-threshold)
17033 (compilation-skip-visited, compilation-context-lines):
17034 Declare :version when added to Emacs.
17035 (compilation-error-regexp-alist-alist): Extend caml and irix.
17036 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17037 (compilation-mode-font-lock-keywords): Temporarily undo line as
17038 function patch, which wasn't ready.
17039
17040 2004-04-07 Kenichi Handa <handa@m17n.org>
17041
17042 * international/latin1-disp.el (latin1-display-setup): Check each
17043 character is displayable or not instead of calling
17044 latin1-display-check-font.
17045
17046 2004-04-06 Kenichi Handa <handa@m17n.org>
17047
17048 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17049 New variable.
17050 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17051 instead of sera-being-called-by-w3.
17052 (ethio-fidel-to-sera-buffer): Likewise.
17053 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17054 instead of sera-being-called-by-w3.
17055 (ethio-write-file): Likewise.
17056
17057 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17058
17059 * printing.el: Doc fix.
17060
17061 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17062
17063 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17064 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17065 (gdb-setup-windows): Only use separate IO buffer if required.
17066
17067 2004-04-06 Kim F. Storm <storm@cua.dk>
17068
17069 * term.el (term-is-xemacs): Remove.
17070 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17071 (term-window-width): New function.
17072 (term-mode, term-check-size): Use it.
17073 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17074
17075 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17076
17077 * cus-edit.el (custom-add-parent-links): Change unbound variable
17078 `symbol' to `name'.
17079
17080 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17081 * info.el (info-apropos): New function.
17082 (Info-mode-menu): Add it.
17083 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17084
17085 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17086 inherited docstring.
17087
17088 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17089
17090 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17091
17092 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17093
17094 * progmodes/compile.el (font-lock): Don't require any more.
17095 (compilation-error-properties, compilation-start, compilation-sentinel)
17096 (compilation-filter, next-error): Use with-current-buffer.
17097 (compilation-skip-to-next-location, compilation-skip-threshold)
17098 (compilation-skip-visited): Move to silence the byte-compiler.
17099 (compilation-setup): Simplify.
17100 (compilation-next-error): Use line-(beginning|end)-position.
17101 Make sure `pt' is non-nil before using compilation-loop.
17102 (compile-goto-error): Add optional event arg. Use it.
17103 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17104 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17105 Update the binding for mouse-2.
17106 (first-error): Set compilation-current-error to nil rather than bob.
17107 (compilation-parsing-end, compilation-parse-errors-function)
17108 (compilation-error-list, compilation-old-error-list):
17109 "New" compatibility variables.
17110 (compile-buffer-substring, compilation-compat-error-properties)
17111 (compilation-compat-parse-errors, compilation-forget-errors):
17112 New compatibility functions.
17113 (compilation-mode-font-lock-keywords): Use them.
17114
17115 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17116
17117 * autorevert.el (auto-revert-handler): If point (or a window
17118 point) is at the end of the buffer, keep it there after
17119 reverting. This allows to tail a file.
17120 Mention this in the `Commentary'.
17121
17122 * format.el (format-write-file): Add optional argument CONFIRM
17123 and make it behave like the analogous argument to `write-file'.
17124
17125 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17126
17127 * progmodes/ebnf2ps.el: Doc fix.
17128 (ebnf-version): New version number (4.2).
17129 (ebnf-syntax): Customization and docstring fix.
17130 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17131 Put autoloaded funs before first use.
17132 (ebnf-style-database): Add dtd entry.
17133 (ebnf-syntax-alist): Add dtd initialization.
17134 (ebnf-token-sequence): New fun.
17135 (ebnf-comment-table): Add new comment action character.
17136 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17137
17138 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17139 Type Definition for XML).
17140
17141 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17142 * progmodes/ebnf-bnf.el (ebnf-sequence):
17143 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17144 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17145 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17146 Code simplification: call ebnf-token-sequence.
17147
17148 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17149
17150 * calendar/timeclock.el (timeclock-relative)
17151 (timeclock-get-project-function, timeclock-get-workday-function)
17152 (timeclock-query-out, timeclock-when-to-leave)
17153 (timeclock-when-to-leave-string, timeclock-log-data)
17154 (timeclock-generate-report, timeclock-in): Doc fixes.
17155
17156 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * url/: New dir. Import the URL package from its repository.
17159
17160 2004-04-03 Andreas Schwab <schwab@suse.de>
17161
17162 * diff-mode.el (diff-mode): Fix missing quote.
17163
17164 2004-04-03 Juri Linkov <juri@jurta.org>
17165
17166 * descr-text.el (describe-property-list): Add `font-lock-face'.
17167
17168 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17169
17170 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17171
17172 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17173 Use utf-16le on little endian machines and utf-16be otherwise.
17174
17175 2004-04-02 David Kastrup <dak@gnu.org>
17176
17177 * net/browse-url.el (browse-url-generic): Use call-process
17178 instead of start-process to allow browsers that fork and detach.
17179
17180 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17181
17182 * compile.el (compilation-current-error): New var.
17183 (compilation-setup, compile-mouse-goto-error)
17184 (compile-goto-error, next-error): Use it.
17185 (compilation-skip-to-next-location): Default to t, which gives
17186 contiguous skipping like old compile (where this was redundant).
17187 (compilation-next-error): Prevent previous-* commands from moving
17188 back to message at or just before point.
17189
17190 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17191
17192 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17193 (gdb-source-info): Don't display source at startup, if required.
17194 (gdb-show-main): New option.
17195 (gdba): Update documentation.
17196 (gdb-source): Cover case of auto-display output.
17197
17198 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17199
17200 * autorevert.el: Delete obsolete autoload's and defvar's.
17201 (auto-revert-check-vc-info): New user option.
17202 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17203 (auto-revert-handler-vc): Delete.
17204 (auto-revert-handler): Treat return value `fast' of
17205 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17206
17207 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17208 return `fast'.
17209
17210 * files.el (buffer-stale-function): Doc change.
17211
17212 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17213
17214 * printing.el: New tip on Tips section.
17215 (pr-version): New version number (6.7.4).
17216 (pr-shell-file-name): Initialization fix.
17217
17218 2004-03-31 Juri Linkov <juri@jurta.org>
17219
17220 * dired.el: Add autoload for `dired-do-touch'.
17221 (dired-touch-program): New var.
17222 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17223 (dired-no-confirm): Add `touch' to docstring.
17224
17225 * dired-aux.el (dired-do-touch): New fun.
17226 (dired-do-chxxx): Add argument -t for touch operation.
17227
17228 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17229 `dired-move-to-filename-regexp'.
17230
17231 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17232
17233 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17234
17235 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17236
17237 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17238 and only if the buffer was modified.
17239
17240 2004-03-30 Kenichi Handa <handa@m17n.org>
17241
17242 * international/characters.el: Delete pairs for U+2308..U+230B.
17243
17244 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17245
17246 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17247 to detect the beginning of a level 2 or 3 annotation.
17248
17249 2004-03-29 Kenichi Handa <handa@m17n.org>
17250
17251 * international/ucs-tables.el (ucs-insert): Fix the error message.
17252
17253 2004-03-29 Kenichi Handa <handa@m17n.org>
17254
17255 * international/mule-util.el (char-displayable-p): Fix generation
17256 of XLFD file name.
17257
17258 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17259 before finding directories by `find'.
17260
17261 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17262
17263 * subr.el (interactive-form): Delete. Now implemented in C.
17264
17265 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17266
17267 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17268 (vc-diff-label): New fun.
17269 (vc-diff-internal): Use it.
17270
17271 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17272
17273 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17274
17275 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17276
17277 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17278 specify XML (EBNFX).
17279
17280 * progmodes/ebnf2ps.el: Doc fix.
17281 (ebnf-version): New version number (4.1).
17282 (ebnf-syntax): Adjust customization.
17283 (ebnf-style-database): Add ebnfx entry.
17284 (ebnf-syntax-alist): Add ebnfx initialization.
17285 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17286
17287 * printing.el: Doc fix.
17288 (pr-version): New version number (6.7.3).
17289 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17290 returns nil for mouse position. Reported by Drew Adams
17291 <drew.adams@oracle.com>.
17292 (pr-update-menus): Modify interactive declaration. Reported by Drew
17293 Adams <drew.adams@oracle.com>.
17294
17295 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17296
17297 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17298 (gud-gdba-marker-filter): Log the process input and output, if
17299 required. From Stefan Monnier.
17300 (gdb-debug-log, gdb-enable-debug-log): New variables.
17301 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17302
17303 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17306 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17307
17308 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17309
17310 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17311 Call vc-find-file-hook here instead of in auto-revert-buffers.
17312 (auto-revert-buffers): Delete call to vc-find-file-hook.
17313 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17314 (global-auto-revert-mode, auto-revert-set-timer)
17315 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17316
17317 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17318
17319 * woman.el (woman-change-fonts): Rename local variable
17320 woman-font-alist to font-alist to avoid a compiler warning.
17321
17322 2004-03-27 Dave Love <fx@gnu.org>
17323
17324 * emacs-lisp/rx.el (rx): Doc fix.
17325 Fix copyright years.
17326
17327 * strokes.el (strokes-global-set-stroke-string): New function.
17328 (strokes-list-strokes): Cope with strings, not just commands.
17329 Set foreground colour of image.
17330 (strokes-global-set-stroke): Doc fix.
17331
17332 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17333
17334 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17335 Auto Revert mode.
17336 (Buffer-menu-files-only): New variable.
17337 (Buffer-menu-toggle-files-only): New function.
17338 (Buffer-menu-mode-map): Bind it to `T'.
17339 (Buffer-menu-mode): Mention `T' in docstring.
17340 Set buffer-stale-function.
17341 (list-buffers-noselect): Mark buffer non-modified and set
17342 Buffer-menu-files-only.
17343
17344 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17345
17346 * autorevert.el (auto-revert-handler): Print revert message
17347 before, rather than after, reverting.
17348 (buffer-stale-function): Move to files.el.
17349
17350 * files.el (buffer-stale-function): Move here from autorevert.el.
17351
17352 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17353
17354 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17355
17356 * calc/calc.el (calc-mode-map): Use mapc.
17357
17358 * apropos.el (apropos-mode): Don't autoload.
17359 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17360 (apropos): Use it.
17361 (apropos-print): Add optional `text' argument.
17362 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17363 Don't assume point-min == 1.
17364
17365 * bs.el (bs-buffer-list): Use buffer-local-value.
17366 (bs--set-toggle-to-show): Use with-current-buffer.
17367
17368 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17369 New funs.
17370 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17371
17372 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17373
17374 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17375 (dabbrev--find-expansion): Use pop.
17376 (dabbrev--search): Use match-string-no-properties.
17377
17378 * dired.el (dired-mode): Use run-mode-hooks.
17379 (dired-move-to-end-of-filename): Use match-string.
17380
17381 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17382 is bound before using it.
17383 (ediff-verbose-p): Make it into a var since it's not constant.
17384
17385 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17386
17387 * faces.el (read-face-font): Don't cons up unnecessarily.
17388 (header-line, tool-bar): Share common parts.
17389
17390 * files.el (file-relative-name): Use compare-strings.
17391
17392 * finder.el (finder-mode): Follow coding convention.
17393
17394 * subr.el (read-number): New function.
17395
17396 * ses.el (ses-read-number): Move to subr.el.
17397 (ses-set-header-row): Use read-number.
17398
17399 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17400
17401 * vc-hooks.el (vc-arg-list): New function, which handles both
17402 compiled and uncompiled code.
17403 (vc-default-workfile-unchanged-p): Use it.
17404
17405 * vc.el (vc-print-log): Undo prev change, use new function
17406 vc-arg-list from vc-hooks.el.
17407
17408 2004-03-26 Masatake YAMATO <jet@gyve.org>
17409
17410 * simple.el (completion-setup-function): Emphasize the
17411 first uncommon characters in the completions; and de-emphasize
17412 the common prefix substrings.
17413 (completion-emphasis): New face.
17414 (completion-de-emphasis): New face.
17415
17416 2004-03-25 Juanma Barranquero <lektu@terra.es>
17417
17418 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17419 Comment out (it's unused and unfinished code).
17420
17421 2004-03-25 Sam Steingold <sds@gnu.org>
17422
17423 * vc.el (vc-print-log): Fix a bug in the last patch:
17424 backend-function may be a byte-compiled object, not a lambda.
17425
17426 2004-03-25 Juri Linkov <juri@jurta.org>
17427
17428 * descr-text.el (describe-property-list): Add a button
17429 for `face' property that calls `describe-face'.
17430 Suggested by luis fernandes <elf@ee.ryerson.ca>
17431
17432 * international/mule.el (keyboard-coding-system):
17433 * kmacro.el (kmacro-call-macro): Fix docstring.
17434
17435 * dired.el: Fix comments.
17436
17437 * textmodes/fill.el (fill): Fix Info link.
17438
17439 * font-lock.el (fast-lock, lazy-lock):
17440 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17441 Info node.
17442
17443 * eshell/eshell.el (eshell): Fix broken info-link.
17444
17445 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17446 * eshell/em-banner.el (eshell-banner):
17447 * eshell/em-smart.el (eshell-smart):
17448 * eshell/esh-cmd.el (eshell-cmd):
17449 Comment out broken info-links to incomplete Info manual.
17450
17451 * info-xref.el: Fix commentary.
17452
17453 2004-03-25 Kevin Ryde <user42@zip.com.au>
17454
17455 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17456 Remove spurious node duplicate suppression, doesn't work, not wanted.
17457 (info-xref-output): Take format style args, add "sit-for 0" to let
17458 user see the results as they progress.
17459 (info-xref-check-all-custom): New function.
17460
17461 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17462
17463 * gdb-ui.el: Moved to progmodes.
17464
17465 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17468
17469 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17470
17471 * calendar/appt.el (appt-check): Remove superfluous progn.
17472 When finished with diary buffer: if it was not being displayed
17473 before, kill it; otherwise restore its original state.
17474 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17475
17476 * calendar/calendar.el (calendar-set-mode-line): Use total
17477 available mode-line width, rather than frame-width.
17478
17479 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17480 after mode change so effect not lost.
17481
17482 2004-03-23 Dave Love <fx@gnu.org>
17483
17484 * dired.el (dired) <defgroup>: Add link to manual.
17485 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17486 (dired-revert): Use dolist.
17487 (dired-mode-map): Add U binding.
17488 (dired-mode): Add font-lock-beginning-of-syntax-function.
17489 (dired-garbage-files-regexp): Make it a defcustom.
17490
17491 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17492
17493 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17494 is equivalent to nil.
17495 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17496 (vc-arch-mode-line-string): Accept `added' state.
17497 (vc-arch-state): Use inode-sigs if available.
17498 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17499 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17500 (vc-arch-tagline-re): New var.
17501 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17502 New functions.
17503 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17504 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17505
17506 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17507 (vc-file-not-found-hook): Use it.
17508
17509 * diff-mode.el (diff-default-read-only): Change default.
17510 (diff-mode-hook): Make it a defcustom. Add some options.
17511 (diff-mode-map): Bind diff-refine-hook.
17512 (diff-yank-handler): New var.
17513 (diff-yank-function): New fun.
17514 (diff-font-lock-keywords): Use them.
17515 (diff-end-of-file): Handle case where file-header looks like diff text.
17516 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17517 (diff-file-kill): Delete a subsequent empty line, if applicable.
17518 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17519 (diff-find-file-name): Use it.
17520 (diff-tell-file-name): New command.
17521 (diff-mode): Be careful with view-mode.
17522 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17523 New functions, for use in diff-mode-hook.
17524 (diff-find-source-location): Catch "regex too large" errors.
17525 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17526 (diff-refine-hunk): New command.
17527
17528 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17529 (smerge-context-menu-map): Remove unused var.
17530 (smerge-keep-all): Preserve markers.
17531 (smerge-keep-n): New fun.
17532 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17533 (smerge-keep-current, smerge-ediff): Use it.
17534 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17535 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17536 (smerge-resolve): Resolve trivial 3-part conflicts.
17537
17538 2004-03-23 Juri Linkov <juri@jurta.org>
17539
17540 * man.el (Man-width): New var.
17541 (Man-getpage-in-background): Use it.
17542 (Man-support-local-filenames): New var and fun.
17543 (Man-build-man-command): Don't add a second %s.
17544 (Man-fontify-manpage): Clean up message.
17545 (Man-mode): Set outline-regexp, outline-level,
17546 imenu-generic-expression.
17547
17548 * woman.el (woman-fill-frame): Doc fix.
17549 (woman-decode-region): Use window-width instead of frame-width.
17550
17551 * abbrevlist.el (list-one-abbrev-table):
17552 * descr-text.el (describe-char):
17553 * international/mule-diag.el (describe-current-coding-system):
17554 * international/quail.el (quail-insert-decode-map):
17555 Use window-width instead of frame-width.
17556
17557 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17558 (jka-compr-mode-alist-additions): Add tbz.
17559 (jka-compr-write-region, jka-compr-insert-file-contents):
17560 Add message for undefined compress-program.
17561 (jka-compr-write-region): Remove redundant var bindings.
17562
17563 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17564 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17565 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17566 (dired-man): Use dired-guess-shell-command.
17567 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17568 Change default nil to t.
17569
17570 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17571 (dired-compare-directories): Add default value for empty input.
17572
17573 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17574
17575 * time.el (display-time-string-forms): Fix help-echo date format.
17576
17577 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17578
17579 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17580 (buffer-stale-function): New variable.
17581 (auto-revert-list-diff, auto-revert-dired-file-list)
17582 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17583 (auto-revert-handler): Take over some functionality of deleted
17584 functions.
17585 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17586
17587 * dired.el (dired-directory-changed-p): New fun, extracted from
17588 dired-internal-noselect.
17589 (dired-buffer-stale-p): New fun.
17590 (dired-internal-noselect): Use dired-directory-changed-p.
17591 Eliminate revert messages.
17592 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17593
17594 2004-03-23 Kenichi Handa <handa@m17n.org>
17595
17596 * international/characters.el: Setup syntaxes for more parentheses
17597 Unicode characters.
17598
17599 * international/mule-cmds.el (select-safe-coding-system):
17600 Merge coding-system and auto-cs before comparing them.
17601
17602 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17603
17604 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17605
17606 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17607 normal-auto-fill-function and comment-indent-function.
17608 The default values now work just as well.
17609 Don't set font-lock-beginning-of-syntax-function since we already set
17610 syntax-begin-function.
17611 (lisp-outline-level): Put ;;;###autoload at same level as (.
17612 (prin1-char): Quote special chars.
17613
17614 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17615 than with-no-warnings.
17616
17617 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17618 if the source location can't be found.
17619 (edebug-compute-previous-result): Use prin1-char.
17620
17621 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17622 (debug-ignored-errors): Add an entry.
17623
17624 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17625 (byte-compile-file): Output warning when deleting a file.
17626
17627 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17628 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17629
17630 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17631 (byte-compile-inline-expand): Use backquote.
17632 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17633 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17634
17635 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17636
17637 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17638
17639 2004-03-22 Juri Linkov <juri@jurta.org>
17640
17641 * finder.el (finder-known-keywords): Fix data, tex, unix.
17642
17643 * play/landmark.el: Fix keywords.
17644
17645 * language/ethio-util.el (ethio-find-file): Doc fix.
17646
17647 * emacs-lisp/warnings.el: Doc fix.
17648
17649 * textmodes/ispell.el (ispell-help): Doc fix.
17650
17651 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17652
17653 * format.el (format-insert-file): Always return a list of two
17654 elements, like insert-file-contents does.
17655
17656 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17657
17658 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17659 and vc-BACKEND-diff.
17660 (vc-print-log): If the print-log implementation supports it, use
17661 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17662 (vc-version-diff, vc-diff-internal): Doc fixes.
17663
17664 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17665 implementation supports it, let diff output go to *vc*,
17666 not *vc-diff*, since this is an internal call.
17667
17668 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17669
17670 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17671
17672 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17673
17674 2004-03-21 Dave Love <fx@gnu.org>
17675
17676 * progmodes/cfengine.el (cfengine-mode):
17677 Set parse-sexp-ignore-comments.
17678
17679 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17680
17681 2004-03-21 Juanma Barranquero <lektu@terra.es>
17682
17683 * allout.el (allout-mode): Fix docstring.
17684
17685 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17686
17687 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17688
17689 * autorevert.el (auto-revert-interval): Make new value take
17690 effect immediately when set through Custom.
17691 (auto-revert-set-timer): Add interactive declaration.
17692
17693 2004-03-19 David Ponce <david@dponce.com>
17694
17695 * ruler-mode.el (ruler-mode-header-line-format-old):
17696 Don't `make-variable-buffer-local'.
17697 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17698 (ruler-mode-header-line-format): Simply funcall the above.
17699 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17700 to save/restore a previous header line format.
17701 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17702 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17703 fringes and margins width.
17704 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17705
17706 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * log-edit.el (log-edit-font-lock-keywords): Typo.
17709
17710 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17711 (tex-send-tex-command): Rather than here.
17712 (tex-compilation-parse-errors): Simplify.
17713
17714 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17715
17716 * time.el (display-time-string-forms): Add help-echo with date on time.
17717
17718 * composite.el (compose-region): Use restore-buffer-modified-p.
17719
17720 * disp-table.el (standard-display-8bit): Simplify.
17721
17722 * server.el (server-process-filter): Delete temp frame.
17723
17724 * add-log.el (add-change-log-entry): Simplify.
17725
17726 2004-03-19 Kim F. Storm <storm@cua.dk>
17727
17728 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17729 (hexl-follow-line): Don't require 'fringe.
17730
17731 * progmodes/compile.el (compilation-start): Always set
17732 compilation-last-buffer and return it.
17733
17734 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17735
17736 * simple.el (clone-buffer): Doc fix.
17737
17738 2004-03-18 Juanma Barranquero <lektu@terra.es>
17739
17740 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17741
17742 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17743
17744 * log-edit.el (log-edit-font-lock-keywords): New var.
17745 (log-edit-mode): Use it.
17746
17747 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17748
17749 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17750 properly for watching in speedbar.
17751
17752 2004-03-17 Masatake YAMATO <jet@gyve.org>
17753
17754 * smerge-mode.el (smerge-popup-context-menu):
17755 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17756
17757 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17758
17759 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17760 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17761 Take sealed revisions into account.
17762 (vc-arch-checkin): Extract a summary line from the message.
17763
17764 2004-03-16 Masatake YAMATO <jet@gyve.org>
17765
17766 * register.el (register): Provide `register' feature.
17767
17768 2004-03-15 Masatake YAMATO <jet@gyve.org>
17769
17770 Added context menu support in smerge mode.
17771 Most of the part is written by Stefan Monnier.
17772
17773 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17774 New keymap and menu.
17775 (smerge-text-properties): New function.
17776 (smerge-remove-props): New function.
17777 (smerge-popup-context-menu): New function.
17778 (smerge-resolve): Call `smerge-remove-props'.
17779 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17780 (smerge-keep-current): Ditto.
17781 (smerge-kill-current): New function.
17782 (smerge-match-conflict): Put text properties.
17783 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17784
17785 2004-03-15 David Ponce <david@dponce.com>
17786
17787 * ruler-mode.el (ruler-mode-left-fringe-cols)
17788 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17789 (ruler-mode-right-scroll-bar-cols): Remove.
17790 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17791 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17792 Use fringe-columns and scroll-bar-columns.
17793
17794 2004-03-15 Masatake YAMATO <jet@gyve.org>
17795
17796 * hl-line.el (hl-line-range-function): New variable.
17797 (hl-line-move): New function.
17798 (global-hl-line-highlight): Use `hl-line-move'.
17799 (hl-line-highlight): Ditto.
17800
17801 * scroll-bar.el (scroll-bar-columns):
17802 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17803
17804 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17805 (ruler-mode-left-fringe-cols)
17806 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17807 (ruler-mode-right-scroll-bar-cols)
17808 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17809 (ruler-mode-ruler-function): New variable.
17810 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17811 if the value for `ruler-mode-ruler-function'is given.
17812
17813 * hexl.el (hexl-mode-hook): Make the hook customizable.
17814 (hexl-address-area, hexl-ascii-area): New customize variables.
17815 (hexlify-buffer): Put font-lock-faces on the address area and
17816 the ascii area.
17817 (hexl-activate-ruler): New function.
17818 (hexl-follow-line): New function.
17819 (hexl-highlight-line-range): New function.
17820 (hexl-mode-ruler): New function.
17821
17822 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17825 (vc-default-find-file-hook): New fun.
17826 (vc-find-file-hook): Call new find-file-hook operation.
17827
17828 * vc-arch.el: New file.
17829
17830 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17831
17832 * info-look.el (info-lookup): Reuse an existing Info window.
17833
17834 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17835
17836 * woman.el (woman-preserve-ascii): Default value changed to t and
17837 doc string revised.
17838
17839 2004-03-12 Richard M. Stallman <rms@gnu.org>
17840
17841 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17842 Fix minor bug.
17843
17844 * replace.el (occur-engine): Change message for count of matches.
17845
17846 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17847 For strings, do compare text properties.
17848
17849 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17850
17851 * progmodes/compile.el (compile-auto-highlight)
17852 (compilation-error-list, compilation-old-error-list)
17853 (compilation-parse-errors-function, compilation-parsing-end)
17854 (compilation-error-message, compilation-directory-stack)
17855 (compilation-enter-directory-regexp-alist)
17856 (compilation-leave-directory-regexp-alist)
17857 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17858 (compilation-current-file, compilation-regexps): Remove vars.
17859
17860 (compile-error-at-point, compilation-error-filedata)
17861 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17862 (compilation-next-error-locus, compilation-forget-errors)
17863 (count-regexp-groupings, compilation-parse-errors)
17864 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17865
17866 (compile-internal): Make obsolete.
17867
17868 (compilation-first-column, compilation-error)
17869 (compilation-directory-matcher, compilation-page-delimiter)
17870 (compilation-mode-font-lock-keywords, compilation-debug)
17871 (compilation-error-face, compilation-warning-face)
17872 (compilation-info-face, compilation-line-face)
17873 (compilation-column-face, compilation-enter-directory-face)
17874 (compilation-leave-directory-face, compilation-skip-threshold)
17875 (compilation-skip-visited, compilation-context-lines): New vars.
17876
17877 (compilation-warning-face, compilation-info-face)
17878 (compilation-message-face): New faces.
17879
17880 (compilation-error-regexp-alist-alist): New constant.
17881
17882 (compilation-face, compilation-directory-properties)
17883 (compilation-assq, compilation-error-properties, compilation-start)
17884 (define-compilation-mode, compilation-loop)
17885 (compilation-set-window): New functions.
17886
17887 (compile): Additional argument for interactive compiles like TeX.
17888
17889 * progmodes/grep.el (kill-grep): Move here from compile.el
17890 (grep-error, grep-hit-face, grep-error-face)
17891 (grep-mode-font-lock-keywords): New variables.
17892 (grep-regexp-alist): Simplify regexp and add `binary' case.
17893 (grep-mode): New mode.
17894 (grep-process-setup): Simplify.
17895
17896 2004-03-11 Jason Rumney <jasonr@gnu.org>
17897
17898 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17899 letters on DOS/Windows.
17900
17901 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * server.el (server-name): New var.
17904 (server-socket-dir): New var to replace server-socket-name.
17905 (server-start): Use them.
17906
17907 2004-03-11 Simon Josefsson <jas@extundo.com>
17908
17909 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17910 died to avoid infloop. Reported by Jonathan Glauner
17911 <jglauner@sbum.org>.
17912
17913 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17914
17915 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17916 (smerge-mode-menu): Use it to deactivate menu entries.
17917 (smerge-keep-current): New fun.
17918 (smerge-keep-current): Use it.
17919
17920 2004-03-10 John Paul Wallington <jpw@gnu.org>
17921
17922 * foldout.el (foldout-fold-list, foldout-modeline-string):
17923 Declare them as variables, not constants.
17924
17925 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17926
17927 * ps-print.el: Modification to print *Messages* buffer.
17928 (ps-print-version): New version 6.6.4.
17929 (ps-message-log-max): New fun.
17930 (ps-spool-without-faces, ps-spool-with-faces)
17931 (ps-count-lines-preprint): Code fix.
17932
17933 * printing.el: New tips in Tips section.
17934
17935 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17936
17937 * delim-col.el: Doc fix.
17938
17939 * printing.el: Doc fix. New doc section (Tips).
17940
17941 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17942
17943 * type-break.el (type-break-emacs-variant): Remove.
17944 (type-break-run-at-time, type-break-cancel-function-timers):
17945 Use fboundp rather than version name and number.
17946
17947 2004-03-09 Masatake YAMATO <jet@gyve.org>
17948
17949 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17950 `make-variable-buffer-local'.
17951
17952 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17953
17954 * find-dired.el (find-dired): Call `shell-command' instead of
17955 `start-process-shell-command'. By this, Tramp takes over
17956 handling of remote directories.
17957
17958 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17959
17960 * newcomment.el (comment-use-global-state): New var.
17961 (comment-search-forward): Use it.
17962
17963 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17964
17965 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17966
17967 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17968 (enable-kinsoku): Make it a defcustom.
17969 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17970 paragraph to same-comment-start-marker.
17971
17972 2004-03-07 Dave Love <fx@gnu.org>
17973
17974 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17975 (browse-url-mail): Use it.
17976
17977 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17978 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17979
17980 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17981
17982 * woman.el (woman-man.conf-path): Doc fix.
17983 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17984
17985 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17986
17987 * sort.el (sort-columns): Remove ms-dos from the list of systems
17988 where the external `sort' command is not used.
17989
17990 2004-03-07 Kim F. Storm <storm@cua.dk>
17991
17992 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17993 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17994 from overlay-arrow-variable-list.
17995 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17996
17997 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17998
17999 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18000 overlay arrow string properly for the assembler buffer.
18001
18002 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18003
18004 * mail/sendmail.el (mail-mode): Fix last change.
18005
18006 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18007
18008 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18009 for the assembler buffer.
18010 (gdb-assembler-custom): Position the overlay arrow.
18011 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18012
18013 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18014
18015 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18016
18017 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18018 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18019
18020 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18021
18022 * newcomment.el (uncomment-region): Allow non-terminated comment.
18023 (comment-normalize-vars): Check the user-specified comstart marker.
18024
18025 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18026
18027 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18028 Otherwise, do use it if the region only contains font-lock text
18029 properties.
18030
18031 2004-03-04 Masatake YAMATO <jet@gyve.org>
18032
18033 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18034 as the callback function for eldoc.
18035 (hexl-print-current-point-info): New function.
18036 (hexl-current-address): Print the address in both decimal
18037 and hexadecimal format.
18038
18039 2004-03-04 Richard M. Stallman <rms@gnu.org>
18040
18041 * mail/rmail.el (rmail-convert-to-babyl-format):
18042 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18043
18044 * mail/mail-utils.el (mail-unquote-printable-region):
18045 New arg UNIBYTE.
18046
18047 * startup.el (command-switch-alist): Doc fix.
18048
18049 * simple.el (undo): Temporarily set this-command to `undo-start',
18050 then set it to `undo' once undo-start returns without error.
18051
18052 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18053
18054 * simple.el (kill-line): Don't disregard trailing whitespace
18055 in eol condition, if show-trailing-whitespace is set.
18056
18057 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18058 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18059 When disabling, restore old values only if mouse-sel-has-been-enabled.
18060
18061 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18062 (isearch-{-char): New function.
18063 (isearch-mode-map): Bind { to isearch-{-char.
18064
18065 * font-lock.el (lisp-font-lock-keywords-2):
18066 Turn off the CL with-... and do-... general patterns.
18067 Instead, recognize several specific with... and do... constructs.
18068
18069 * files.el (switch-to-buffer-other-window):
18070 Bind same-window-buffer-names and same-window-regexps to nil.
18071 (switch-to-buffer-other-frame): Likewise.
18072
18073 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18076 recognizing leading comment on code line.
18077
18078 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18079
18080 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18081 hidden files/directories.
18082
18083 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18086 only comment-start (in case the mode hasn't set it).
18087
18088 * Makefile.in (AUTOGENEL): New var.
18089 (bootstrap-prepare): Rename from bootstrap-clean.
18090 Don't remove elc files.
18091 (maintainer-clean): New target.
18092
18093 * xml.el (xml-get-attribute-or-nil): Simplify.
18094
18095 2004-03-02 Juri Linkov <juri@jurta.org>
18096
18097 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18098 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18099 URL to prevent their substitution with the environment variable
18100 values by browsers.
18101
18102 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18103
18104 * ps-print.el: Doc fix.
18105 (ps-print-version): New version number (6.6.3).
18106 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18107 Docstring fix.
18108 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18109 before printing.
18110 (ps-time-stamp-yyyy-mm-dd): New fun.
18111 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18112
18113 2004-03-02 Kim F. Storm <storm@cua.dk>
18114
18115 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18116
18117 2004-03-01 Juanma Barranquero <lektu@terra.es>
18118
18119 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18120
18121 * desktop.el (desktop-file-version)
18122 (desktop-after-read-hook): Fix typos.
18123 (desktop-clear-preserve-buffers): Remove redundant info in
18124 docstring already shown by the obsolescence message.
18125 (desktop-truncate, desktop-internal-v2s)
18126 (desktop-value-to-string): Change argument name to match docstring.
18127
18128 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18129
18130 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18131 docstring.
18132
18133 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18134
18135 * printing.el: Replace "As Is..." in PostScript file print/preview by
18136 "No Preprocessing...". Suggested by Colin Marquardt
18137 <_marquardt_@zmd.de>.
18138 (pr-insert-section-4): Adjust buffer interface.
18139
18140 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18141
18142 Version 2.0.39 of Tramp released.
18143
18144 * net/tramp.el (tramp-handle-file-local-copy)
18145 (tramp-handle-write-region, tramp-open-connection-rsh):
18146 Variable name typo. Small change. From Patrick Tullmann
18147 <tullmann@flux.utah.edu>.
18148 (tramp-process-connection-type): New variable.
18149 (tramp-maybe-open-connection): Use it.
18150 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18151 (tramp-touch): Set last-modified time of a remote file.
18152 (tramp-handle-write-region): Say which function is used when encoding.
18153
18154 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18155
18156 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18157 case of non-existing filename, too. Reported by Christoph Bauer
18158 <c_bauer@informatik.uni-kl.de>.
18159 (tramp-smb-get-file-entries): The directory in question should
18160 have permissions "drwxrwxrwx". Just virtual, because we don't
18161 know the real permissions. Don't we know?
18162 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18163 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18164 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18165 output. If it was received chunkwise, there have been problems.
18166 Remove the "prompt not found" error message; it is obvious.
18167 Simplify algorithm.
18168 (tramp-smb-process-running): Remove. Since we acknowledge the
18169 virtual prompt for shares, there's no need for distinction of
18170 reading shares (process ends afterwards) and interactive mode of
18171 smblient.
18172 (tramp-smb-open-connection): Setting process sentinel removed.
18173 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18174 "NT_STATUS_NETWORK_ACCESS_DENIED".
18175 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18176 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18177 (top-level): Setting default value in `tramp-default-method-alist'
18178 corrected. Order of USER and HOST have been wrong.
18179 Nobody complained for months ...
18180 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18181 (tramp-smb-open-connection): Clear password cache if login has failed.
18182
18183 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18184 `tramp-unified-filenames'.
18185 (tramp-completion-mode): Make test for XEmacs explicitely.
18186 `event-to-character' can exists in Emacs packages too.
18187 Reported by Matt Swift <swift@alum.mit.edu>.
18188 (tramp-buffer-name): Buffer name must contain the user if exists.
18189 Reported by Adrian Phillips <a.phillips@met.no>.
18190 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18191 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18192 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18193 `tramp-do-copy-or-rename-file-one-local', because it handles also
18194 the case both files use the same out-of-band method.
18195 Implementation added.
18196 (tramp-handle-file-local-copy, tramp-handle-write-region):
18197 Out-of-band handling removed. `copy-file' called instead, which
18198 calls `tramp-do-copy-or-rename-file-out-of-band'.
18199 (tramp-action-password): Check for out-of-band method removed.
18200 This function is used for 'login-program.
18201 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18202 appropriate.
18203 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18204 and `tramp-parse-sknownhosts'.
18205 (tramp-completion-function-alist): It's a defvar now, because we
18206 want to apply the optimized `tramp-set-completion-function'
18207 instead of a static list.
18208 (tramp-set-completion-function): Implementation tuned.
18209 Avoid double entries, and entries where the function or the
18210 file/directory doesn't exist.
18211 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18212 for SSH2.
18213 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18214 (tramp-handle-dired-compress-file): New function.
18215 (tramp-async-proc): New variable.
18216 (tramp-handle-shell-command): Adding asynchronous processes.
18217 They are far from being perfect, but it works at least for
18218 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18219 (top-level): Require password.el if visible. Should be mandatory
18220 once No Gnus has found its way into (X)Emacs.
18221 (tramp-read-passwd): Invoke `password-read' if available,
18222 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18223 fallback any longer.
18224 (tramp-clear-passwd): New function.
18225 (tramp-process-actions, tramp-process-multi-actions):
18226 Clear password cache if login has failed.
18227
18228 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18229 its own module.
18230 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18231 `ange-ftp-ftp-name-res'. There could be incorrect values from
18232 previous calls in case the "ftp" method is used in the Tramp file
18233 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18234
18235 2004-02-28 Richard M. Stallman <rms@gnu.org>
18236
18237 * term.el (term-mouse-paste): Call mouse-set-point.
18238
18239 * thumbs.el: New file.
18240
18241 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18242
18243 * progmodes/ebnf-abn.el: Doc fix.
18244
18245 * progmodes/ebnf-bnf.el: Doc fix.
18246 (ebnf-repeat): Code fix.
18247
18248 * progmodes/ebnf2ps.el: Doc fix.
18249 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18250
18251 2004-02-28 Juri Linkov <juri@jurta.org>
18252
18253 * ffap.el (dired-at-point): Additional writability test for
18254 relative directory names.
18255 (dired-at-point-prompter): Treat directories as a directory, get
18256 the directory component from files.
18257 (ffap-string-at-point): Return string from region if region is active.
18258 (ffap-file-at-point): Remove redundant code.
18259
18260 2004-02-28 Kim F. Storm <storm@cua.dk>
18261
18262 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18263 Initialize margin area images to nil.
18264 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18265 (breakpoint-enabled-bitmap-face)
18266 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18267 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18268 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18269 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18270 (gdb-reset): Use gdb-remove-breakpoint-icons.
18271 (gdb-put-string): Add dprop arg to specify alternative display
18272 property (for setting fringe bitmap).
18273 (gdb-remove-strings): Doc fix.
18274 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18275 icon in fringe (if available), or else as icon or text in display
18276 margin. Creates necessary icons in breakpoint-bitmap,
18277 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18278 Also make left window margin if required.
18279 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18280 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18281 no longer needed.
18282 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18283 gdb-put-breakpoint-icon.
18284 (gdb-assembler-mode): Don't set left-margin-width here.
18285
18286 2004-02-27 Kevin Ryde <user42@zip.com.au>
18287
18288 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18289 comma, so that it DTRT in macros.
18290
18291 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18292
18293 * progmodes/sh-script.el (sh-shell-arg)
18294 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18295 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18296
18297 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18298
18299 * faces.el (face-spec-set-match-display): Add a new attribute,
18300 `min-colors'.
18301 (region, highlight, secondary-selection): Use `min-colors'.
18302
18303 * custom.el (defface): Add documentation for `min-colors'.
18304
18305 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18306 (font-lock-keyword-face, font-lock-function-name-face)
18307 (font-lock-variable-name-face, font-lock-constant-face):
18308 Use `min-colors'.
18309
18310 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18311
18312 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18313
18314 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18315 define assq-delete-all if it's not defined.
18316 (ebnf-generate-region): Code fix.
18317
18318 * printing.el: Doc fix.
18319 (pr-version): New version number (6.7.2).
18320 (pr-command): Return empty string if command is an empty string.
18321
18322 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18323
18324 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18325
18326 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18327 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18328 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18329 "tt" ["test"] ). Reported by Markus Dreyer
18330 <mdreyer@ix.urz.uni-heidelberg.de>.
18331 (ebnf-version): New version number (4.0).
18332 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18333 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18334 (ebnf-delete-style): New commands.
18335 (ebnf-directory, ebnf-file): New funs.
18336 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18337 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18338 (ebnf-syntax-alist): New var.
18339 (ebnf-element-width): New fun replacing ebnf-list-width.
18340 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18341 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18342 (ebnf-prologue): Adjust vars.
18343 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18344 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18345 (ebnf-check-style-values, ebnf-generate-production)
18346 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18347 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18348 (ebnf-token-repeat): Code fix.
18349
18350 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18351 %right, %left and %prec. Suggested by Matthew K. Junker
18352 <junker@alum.mit.edu>.
18353 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18354
18355 * progmodes/ebnf-iso.el: Doc fix.
18356 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18357 (ebnf-iso-lex): Code fix.
18358
18359 * progmodes/ebnf-bnf.el: Doc fix.
18360 (ebnf-bnf-lex): Code fix.
18361
18362 * progmodes/ebnf-otz.el: Doc fix.
18363
18364 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18365
18366 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18367 (abbrev-prefix-mark): Doc fix.
18368
18369 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18370
18371 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18372 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18373 (gdb-var-delete): Make interactive (really).
18374 (gdb-edit-value): Make non-interactive.
18375
18376 * progmodes/gud.el (gud-speedbar-menu-items):
18377 Add gdb-var-delete and, indirectly, gdb-edit-value.
18378 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18379 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18380 (gud-gdb-marker-filter): Add comment for annotations.
18381
18382 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18383
18384 * calendar/calendar.el (generate-calendar)
18385 (calendar-read-date): Prevent display of BC calendars once more -
18386 reverts 2003-10-01 change.
18387 (generate-calendar-month): Doc fix.
18388
18389 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18390
18391 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18392 return value of increment-calendar-month.
18393
18394 2004-02-21 Stephen Compall <s11@member.fsf.org>
18395
18396 * saveplace.el (save-place-forget-unreadable-files)
18397 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18398 (save-place-forget-unreadable-files): New function.
18399 (save-place-alist-to-file): Use it to filter out files that are
18400 no longer readable.
18401
18402 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18403 current Texinfo environment, using the same method as in
18404 `texinfo-insert-@end', and insert a space rather than a newline if
18405 point in a @table environment.
18406
18407 2004-02-21 Juri Linkov <juri@jurta.org>
18408
18409 * ffap.el (ffap-file-at-point): Try parent directories.
18410
18411 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18412
18413 * vcursor.el (vcursor-modifiers): New defcustom.
18414 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18415 hard-coded list.
18416
18417 2004-02-21 Masatake YAMATO <jet@gyve.org>
18418
18419 * play/animate.el (animate-birthday-present): Accept names other
18420 than `Sarah', too.
18421
18422 2004-02-21 Juri Linkov <juri@jurta.org>
18423
18424 * startup.el: Remove table of command line arguments from the
18425 Commentary section.
18426
18427 2004-02-20 John Wiegley <johnw@newartisans.com>
18428
18429 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18430 again" modifier from 'e' to 'E', since 'e' is also used by the
18431 "file extension" modifier.
18432
18433 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18434
18435 * help-fns.el (describe-categories): Doc fix.
18436
18437 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18438
18439 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18440 temporary file for buffer already visiting one. This change makes
18441 output likely to be directly usable by patch program.
18442 Suggested by Adrian Aichner <adrian@xemacs.org>
18443
18444 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18445
18446 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18447 case of variables defined in compound statements.
18448 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18449 Simplify constructions using switch-to-buffer.
18450
18451 2004-02-19 Simon Josefsson <jas@extundo.com>
18452
18453 * play/morse.el: Fix typo.
18454 (morse-code): Add @.
18455
18456 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18457
18458 * calendar/appt.el (appt-display-format): Change default to
18459 'ignore, for backwards compatibility.
18460 (appt-display-message): If appt-display-format is 'ignore,
18461 respect old vars appt-msg-window and appt-visible.
18462 (appt-activate): Don't depend on return value of cancel-timer.
18463
18464 * calendar/calendar.el (calendar-holidays): Doc fix.
18465
18466 * calendar/cal-coptic.el (coptic-prompt-for-date):
18467 Use assoc-string instead of assoc-ignore-case.
18468 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18469 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18470 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18471 * calendar/cal-islam.el (calendar-goto-islamic-date)
18472 (mark-islamic-diary-entries): Ditto.
18473 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18474 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18475 (calendar-read-mayan-tzolkin-date): Ditto.
18476 * calendar/calendar.el (calendar-read-date): Ditto.
18477 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18478
18479 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18480
18481 * progmodes/executable.el (executable-command-find-posix-p):
18482 Fix choice of the directory.
18483
18484 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18485
18486 * simple.el (interprogram-cut-function)
18487 (interprogram-paste-function, kill-new, kill-append):
18488 Doc fixes.
18489 (kill-region): Make it return nil. Doc fix.
18490 (yank-pop): Make its argument optional.
18491 (yank): Make ARG `-' equivalent to `-1'.
18492
18493 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18494
18495 * mail/rmail.el (rmail-get-new-mail): Don't reference
18496 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18497
18498 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18499
18500 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18501 if one of global-auto-revert-non-file-buffers or autorevert-mode
18502 is non-nil.
18503
18504 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18505
18506 * subr.el (delete-dups): A better implementation from Karl Heuer
18507 <kwzh@gnu.org>.
18508
18509 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18510
18511 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18512 correct place.
18513 * progmodes/icon.el (icon-indent-command): Ditto.
18514 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18515
18516 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18517
18518 * progmodes/grep.el (grep-compute-defaults): Undo change from
18519 2004-01-29: don't use executable-command-find-posix-p.
18520
18521 2004-02-16 Richard Sharman <rsharman@pobox.com>
18522
18523 * hilit-chg.el: Use require instead of eval-and-compile.
18524 (highlight-compare-buffers): New function.
18525
18526 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18527
18528 * man.el (Man-fontify-manpage): Render section headings in
18529 `Man-overstrike-face' even when overstrike was not used by man
18530 formatter for section headings.
18531
18532 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18533
18534 * rmail-spam-filter.el (vm-use-spam-filter)
18535 (rsf-min-region-length-added-to-spam-list): New variables.
18536 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18537 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18538 spam testing. Don't delete spam message if automatic deletion
18539 after output via variable rmail-delete-after-output is turned on.
18540 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18541 rsf-bbdb-dont-create-entries-for-spam.
18542 (check-field): New function, extracted from code in
18543 rmail-spam-filter to ease addition of header fields like content-type.
18544 (message-content-type): New variable to check the content-type:
18545 field added, also in defcustom of rsf-definitions-alist.
18546 (rmail-spam-filter): Replace repeated test code for header fields
18547 by calls to check-field; change the call to
18548 rmail-output-to-rmail-file such that rmail-current-message stays
18549 the same to avoid wrong deletion of unseen flags.
18550 (rsf-add-contents-type): New function to convert old format
18551 of rmail-spam-definitions-alist into new one.
18552 Change prefixes of all variables and functions from
18553 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18554
18555 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18556
18557 * loadhist.el (unload-hook-features-list): New defvar.
18558
18559 2004-02-16 Dave Love <fx@gnu.org>
18560
18561 * loadhist.el (unload-feature): Doc fix. Rename flist to
18562 unload-hook-features-list.
18563
18564 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18565
18566 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18567 cookie. Don't check if we are looking-at open-formula.
18568
18569 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18570
18571 * subr.el (match-string-no-properties): Use substring-no-properties.
18572
18573 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18574
18575 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18576 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18577 Use lower-case "rx" in all error message.
18578
18579 2004-02-16 Dave Love <fx@gnu.org>
18580
18581 * emacs-lisp/rx.el (rx-or): Put group around result.
18582 (rx-constituents): Add backref.
18583 (rx-syntax): Add string-delimiter, comment-delimiter.
18584 (rx-categories): Add combining-diacritic.
18585 (rx-check-not, rx-greedy, rx): Doc fix.
18586 (rx-backref, rx-check-backref): New.
18587
18588 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18589
18590 * newcomment.el (uncomment-region): Allow eob as comment end.
18591
18592 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18593
18594 * filecache.el: All message and error commands now use prefix
18595 "Filecache:" to make it easy to read *Messages* buffer.
18596
18597 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18598
18599 * autorevert.el: Add support to detect changed dired and VC buffers.
18600 (auto-revert-active-p, auto-revert-list-diff)
18601 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18602 (auto-revert-handler, auto-revert-active-p): New functions.
18603 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18604 and `auto-revert-active-p'.
18605 (eval-when-compile): Defvar dired-directory and vc-mode.
18606 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18607 (auto-revert-handler-vc): New functions.
18608
18609 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18610
18611 * progmodes/compile.el (compilation-directory): New defvar.
18612 (compile): Save current directory in compilation-directory.
18613 (recompile): Bind default-directory to compilation-directory if
18614 that is non-nil.
18615
18616 2004-02-16 Dave Love <fx@gnu.org>
18617
18618 * newcomment.el (comment-insert-comment-function)
18619 (comment-region-function, uncomment-region-function): New.
18620 (comment-indent): Use comment-insert-comment-function.
18621 (uncomment-region): Use uncomment-region-function.
18622 (comment-region): Use comment-region-function.
18623
18624 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18625
18626 2004-02-16 Richard Stallman <rms@gnu.org>
18627
18628 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18629 loaddefs* and ldefs-boot*.
18630
18631 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18632
18633 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18634 and email address at the beginning and end of the address.
18635
18636 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18637 anchored at the beginning of the email address.
18638
18639 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18640
18641 * international/ccl.el (ccl-compile-write): Pass `left' to
18642 ccl-embed-code to generate correct code of write-expr-register.
18643
18644 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18645
18646 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18647
18648 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18649
18650 * x-dnd.el: Mention support for Motif in commentary.
18651 (x-dnd-handle-drag-n-drop-event): Ditto.
18652
18653 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18654
18655 * ses.el: Use "ses--" prefixes for buffer-local variables.
18656 Use (point-min) instead of 1, even when we know the buffer
18657 is unnarrowed.
18658 (ses-build-load-map): Delete. Distribute its content to defconst's for
18659 the three maps.
18660 (ses-menu, ses-header-line-menu): New menus.
18661 (ses-mode-map): Use them.
18662 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18663
18664 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18665
18666 * Makefile.in: Fix the CC Mode recompile kludge so it works
18667 when building in a different directory.
18668
18669 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18670
18671 * simple.el (kill-new): Put yank-handler property on the entire string.
18672
18673 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18674
18675 * diff.el: Don't use compile any more, use diff-mode instead.
18676 (diff-regexp-alist, diff-old-file, diff-new-file)
18677 (diff-parse-differences, diff-process-setup): Remove.
18678 (diff-sentinel): New fun.
18679 (diff): Use it. Run the process ourselves.
18680 Use diff-mode for the rest of the processing.
18681
18682 * diff.el (diff): Simplify code handling `switch'.
18683
18684 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18685
18686 * pcvs-defs.el (cvs-menu): Add `tag'.
18687
18688 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18689
18690 * simple.el (kill-append): Doc fix.
18691
18692 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18693 Adapt outline-regexp to the new conventions for commenting out code.
18694
18695 2004-02-11 John Paul Wallington <jpw@gnu.org>
18696
18697 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18698
18699 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * diff.el (diff-switches): New fun.
18702 (diff, diff-backup): Use it.
18703 (diff): Clean up the args construction. Use backquote.
18704 Use listp instead of consp to avoid putting a nil arg.
18705 (diff): Add a revert-buffer function.
18706
18707 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18708
18709 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18710 handled by x-dnd-handle-file-name.
18711 (x-dnd-known-types): Add COMPOUND_TEXT.
18712 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18713 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18714 x-dnd-empty-state.
18715 (x-dnd-forget-drop): Ditto.
18716 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18717 (x-dnd-handle-one-url): Return private when inserting text.
18718 (x-dnd-insert-ctext): New function.
18719 (x-dnd-handle-file-name): New function for FILE_NAME.
18720 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18721 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18722 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18723
18724 2004-02-10 Kenichi Handa <handa@m17n.org>
18725
18726 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18727 instead of while loop.
18728
18729 2004-02-10 Miles Bader <miles@gnu.org>
18730
18731 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18732
18733 2004-02-09 Kenichi Handa <handa@m17n.org>
18734
18735 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18736 have end-of-line.
18737
18738 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18739
18740 * Makefile.in: Added extra dependencies in the recompile target
18741 needed to cope with the compile time macro expansions in CC Mode.
18742
18743 2004-02-09 Kim F. Storm <storm@cua.dk>
18744
18745 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18746 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18747 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18748 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18749 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18750 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18751 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18752 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18753 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18754 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18755 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18756
18757 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18760 Don't allow shrink if there's a window on our right.
18761
18762 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18763 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18764 Bring together declaration and initialization.
18765 (prolog-mode-variables): Don't set the syntax table.
18766 Don't set paragraph-start and comment-indent-function.
18767 Add /*..*/ to the comment regexps.
18768 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18769 (prolog-mode-map): Don't bind TAB.
18770 (prolog-mode): Set the syntax table.
18771 (prolog-comment-indent): Remove.
18772 (inferior-prolog-mode-map): Initialize in the declaration.
18773 (inferior-prolog-mode-syntax-table)
18774 (inferior-prolog-mode-abbrev-table): New vars.
18775 (inferior-prolog-mode): Derive from comint-mode.
18776 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18777 minibuffer windows.
18778
18779 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18780 in file names, as long as it is unabmiguous.
18781
18782 2004-02-08 Andreas Schwab <schwab@suse.de>
18783
18784 * textmodes/reftex-toc.el
18785 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18786 format. Doc fix.
18787
18788 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18789 format string arguments.
18790
18791 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18792 string argument.
18793
18794 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18795
18796 * play/zone.el (zone-call): Fix format string.
18797
18798 * net/webjump.el (webjump-builtin): Add missing format string argument.
18799
18800 * midnight.el (midnight-delay-set): Remove extra format string argument.
18801
18802 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18803
18804 * hexl.el (hexl-insert-char): Add missing format string argument.
18805
18806 * format.el (format-decode): Fix format string.
18807
18808 * emulation/vi.el (vi-mode): Remove extra format string argument.
18809 (vi-repeat-last-search): Likewise.
18810 (vi-reverse-last-search): Likewise.
18811 (vi-goto-mark): Likewise.
18812 (vi-reverse-last-find-char): Likewise.
18813 (vi-repeat-last-find-char): Likewise.
18814 (vi-locate-def): Likewise.
18815
18816 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18817
18818 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18819 string argument.
18820 (ediff-toggle-regexp-match): Likewise.
18821
18822 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18823 format string argument.
18824
18825 * calc/calc-map.el (calc-get-operator): Remove extra format
18826 string argument.
18827
18828 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18829
18830 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18831 string argument.
18832
18833 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18834
18835 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18836
18837 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18838
18839 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18840 (cl-struct-setf-expander): Likewise.
18841
18842 * vc.el (with-vc-file): Fix unsafe uses of error.
18843 (vc-cancel-version): Likewise.
18844
18845 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18846
18847 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18848 thousands separator; fixes <class>:<line-number> regexp for
18849 non-english locales.
18850
18851 2004-02-08 Andreas Schwab <schwab@suse.de>
18852
18853 * view.el (view-mode-enable): Revert previous change.
18854
18855 2004-02-07 Kim F. Storm <storm@cua.dk>
18856
18857 * simple.el (line-number-at-pos): Rename from line-at-pos.
18858 Uses changed (what-line and vc-annotate-warp-version).
18859
18860 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18863 (diff-mode): Remove aborted attempt at support for compile.el.
18864 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18865
18866 2004-02-06 Andreas Schwab <schwab@suse.de>
18867
18868 * view.el (view-mode-enable): Add view-mode-map to
18869 minor-mode-overriding-map-alist.
18870
18871 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18872
18873 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18874
18875 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18876
18877 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18878 with point inside rather than after the paragraph.
18879
18880 2004-02-04 Sam Steingold <sds@gnu.org>
18881
18882 * mail/smtpmail.el (smtpmail-try-auth-methods):
18883 Do not try authentication when no mechanism is available.
18884 Pass port-name as defaultport to `netrc-machine'.
18885
18886 2004-02-04 Stephen Eglen <stephen@gnu.org>
18887
18888 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18889 to show how minibuffer height can be constrained.
18890
18891 2004-02-04 John Paul Wallington <jpw@gnu.org>
18892
18893 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18894
18895 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18896
18897 * x-dnd.el: New file for drag and drop.
18898
18899 * term/x-win.el: require x-dnd, set after-make-frame-functions
18900 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18901 drag-n-drop event.
18902
18903 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18904 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18905 (dired-dnd-handle-file): New functions for drag and drop support.
18906 (dired-mode): Initialize drag and drop if x-dnd present.
18907
18908 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18911 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18912 (cperl-mode): Set fill-paragraph-function.
18913 (cperl-fill-paragraph): Make it non-interactive.
18914
18915 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18916
18917 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18918
18919 2004-02-02 David Kastrup <dak@gnu.org>
18920
18921 * replace.el (perform-replace): Allow 'literal argument in
18922 regexp-flag to indicate literal replacement.
18923 (query-replace-regexp-eval): Use it.
18924
18925 2004-02-01 Andreas Schwab <schwab@suse.de>
18926
18927 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18928
18929 2004-02-01 Stephen Eglen <stephen@gnu.org>
18930
18931 * info-look.el: Add support for maxima-mode. Update commentary
18932 because info-lookup-symbol is now bound to C-h S.
18933
18934 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18935
18936 * simple.el (edit-and-eval-command): Bind print-level and
18937 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18938 Correct initial position in command-history.
18939
18940 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18941
18942 * files.el (read-directory-name): Adapt the docstring to recent
18943 change in Fread_file_name.
18944
18945 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18946
18947 * ses.el (ses-print-cell): If print format too wide for column
18948 width, truncate decimal places if that helps to avoid "#####" fill.
18949 * ses.el (ses-initial-column-width): Revert previous change.
18950
18951 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18954 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18955 Add edebug info.
18956 (jit-lock-mode): Setup/cancel the new timer.
18957 (jit-lock-context-fontify): New fun. Extracted from
18958 context fontification code of jit-lock-stealth-fontify.
18959 (jit-lock-stealth-fontify): Don't do context fontification any more.
18960
18961 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18962 (jit-lock-fontify-now): Handle the `quit' case.
18963 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18964
18965 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18966
18967 * progmodes/executable.el (executable-command-find-posix-p):
18968 New. Check if find handles arguments Posix-style.
18969
18970 * progmodes/grep.el (grep-compute-defaults):
18971 Use executable-command-find-posix-p.
18972 (grep-find): Check `grep-find-command'.
18973
18974 * filecache.el (file-cache-find-posix-p): Delete.
18975 (file-cache-add-directory-using-find):
18976 Use `executable-command-find-posix-p'.
18977
18978 2004-01-29 Dave Love <fx@gnu.org>
18979
18980 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18981 Iterate the hook function if arg is given.
18982 (mark-defun, narrow-to-defun): Change order of finding the limits.
18983
18984 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18985 (byte-compile-format-warn): New.
18986 (byte-compile-callargs-warn): Use it.
18987 (Format, message, error): Add byte-compile-format-like property.
18988 (byte-compile-maybe-guarded): New.
18989 (byte-compile-if, byte-compile-cond): Use it.
18990 (byte-compile-lambda): Compile interactive forms,
18991 just to make warnings about them.
18992
18993 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18994
18995 * ses.el (ses-initial-column-width): Increase to 14, so it will
18996 work well with the default printer of "%.7g" for extreme values
18997 like "-1.234567e+07".
18998
18999 2004-01-29 Kenichi Handa <handa@m17n.org>
19000
19001 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19002
19003 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19004
19005 * dos-w32.el: Added support for the `default-printer-name' function.
19006
19007 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19008
19009 * server.el (server-socket-name): Don't use the hostname in the
19010 socket name since /tmp is local to the host anyway.
19011
19012 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19013 robust check of widening and fix var-naming.
19014
19015 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19016
19017 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19018 or rmail-spam- to rsf- in all function and variable names.
19019 (rsf-min-region-to-spam-list): New variable.
19020 (rsf-bbdb-auto-delete-spam-entries): Rename from
19021 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19022 scanned together with the recipients field for spam testing; Don't
19023 delete spam message if rmail-delete-after-output is non-nil;
19024 (rsf-check-field): New function, extracted from code in
19025 rmail-spam-filter to ease addition of header fields like
19026 content-type:;
19027 (message-content-type): New variable. The content-type: field was
19028 added also in defcustom of rsf-definitions-alist;
19029 (rmail-spam-filter): Replace repeated test code for header fields
19030 by calls to check-field; change the call to
19031 rmail-output-to-rmail-file such that rmail-current-message stays
19032 the same to avoid wrong deletion of unseen flags.
19033 (rmail-use-spam-filter): Add autoload cookie.
19034
19035 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19036
19037 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19038 (file-cache-add-directory-using-find): Add Cygwin support.
19039 (file-cache-find-command-posix-flag): New user variable.
19040
19041 * filecache.el (file-cache-add-directory): Check for
19042 directories an remove them from dir-files.
19043
19044 2004-01-27 Richard M. Stallman <rms@gnu.org>
19045
19046 * man.el (Man-fontify-manpage): Clean up message.
19047
19048 2004-01-27 Kenichi Handa <handa@m17n.org>
19049
19050 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19051 (sentence-end): Define using sentence-end-without-space.
19052
19053 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19054 a sentence ends with one of a character in sentence-end-without-space.
19055
19056 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19057
19058 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19059 (jit-lock): Group declaration moved to jit-lock.el.
19060 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19061 when necessary.
19062
19063 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19064 (jit-lock-context-unfontify-pos): Rename from
19065 jit-lock-first-unfontify-pos.
19066 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19067
19068 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19069
19070 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19071 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19072 (fortran-fill): When filling a string, adjust re-search-backward
19073 argument for special case of string just on fill-column.
19074 When filling non-string, allow one extra char if
19075 fortran-break-before-delimiters is non-nil.
19076 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19077 Use fortran-break-delimiters-re and fortran-no-break-re to
19078 correctly handle cases such as "**".
19079
19080 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19081 (f90-no-break-re): Add some extra tokens. Doc fix.
19082
19083 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19084
19085 * mail/rmail-spam-filter.el:
19086 Use two semicolons as Commentary line prefix.
19087 Add ";;; Code:" stylized comment.
19088 Delete end-of-line whitespace.
19089 Wrap (require 'cl) with `eval-when-compile'.
19090
19091 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19092
19093 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19094 at the top level of vc.el.
19095
19096 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19097
19098 * vc.el (vc-current-line): Function removed. This is now done by
19099 the new function line-at-pos in simple.el.
19100 (vc-annotate-warp-version): Use line-at-pos instead of
19101 vc-current-line.
19102
19103 2004-01-22 Kim F. Storm <storm@cua.dk>
19104
19105 * simple.el (line-at-pos): New defun.
19106 (what-line): Use it. Optimize by only counting lines in narrowed
19107 region once.
19108
19109 2004-01-22 Kenichi Handa <handa@m17n.org>
19110
19111 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19112 point (register r1) only for charset mule-unicode-0100-24ff.
19113
19114 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19115
19116 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19117 trailing white space and ensure a final newline.
19118
19119 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19120 Add autoload cookie.
19121
19122 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19123
19124 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19125 activate view-mode explicitly.
19126
19127 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19128
19129 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19130 menu-bar-enable-clipboard and make Paste use clipboard first.
19131
19132 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19135 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19136 (vc-mcvs-cvs): Remove.
19137 (vc-mcvs-command): Remove use of assert.
19138
19139 * outline.el (outline-insert-heading): Tighten up match.
19140 (outline-demote, outline-move-subtree-down): Don't assume anything
19141 about outline-regexp.
19142
19143 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19144 (texinfo-show-structure): Explicitly add ^, and simplify.
19145
19146 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19147
19148 * calendar/appt.el (appt-check): Restore usage of
19149 appt-issue-message deleted in previous change.
19150 (top-level): Activate package when loaded (needed for backwards
19151 compatibility).
19152
19153 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19154
19155 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19156 following previous change to smtpmail-send-data.
19157
19158 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19159
19160 * vc.el (vc-default-previous-version): Doc enhancement.
19161 (vc-default-next-version): New function.
19162 (vc-print-log): New arg FOCUS-REV.
19163 (vc-annotate-mode): Derive from view-mode.
19164 (vc-annotate): New args REVISION, DISPLAY-MODE.
19165 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19166 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19167 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19168 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19169 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19170
19171 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19172
19173 2004-01-19 Karl Berry <karl@gnu.org>
19174
19175 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19176 or "TexInfo".
19177
19178 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19179
19180 * subr.el (delete-dups): New function.
19181
19182 2004-01-19 Karl Berry <karl@gnu.org>
19183
19184 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19185 with ^, since that's what texinfo-show-structure
19186 documentation says (plus it works much better in texinfo.txi).
19187
19188 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19189
19190 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19191
19192 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19193
19194 * progmodes/which-func.el (which-function-mode): Don't cancel
19195 which-func-update-timer if not set.
19196
19197 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19198
19199 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19200 Remove spurious left square bracket in XX:XXam regexp.
19201
19202 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19203
19204 * progmodes/cc-defs.el: Do not require cl at run time.
19205
19206 2004-01-16 Richard M. Stallman <rms@gnu.org>
19207
19208 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19209 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19210
19211 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19212 Call rmail-spam-filter. Delete and expunge spam.
19213 Print number of spam messages deleted.
19214 Save and restore the deletion status of old messages when reading
19215 new mail with spam filter, so that expunging spam does not expunge
19216 msgs deleted by the user.
19217 (rmail-only-expunge): Add an optional argument dont-show to
19218 prevent showing message after expunge.
19219
19220 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19221
19222 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19223 * subr.el (declare): New macro.
19224
19225 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19226
19227 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19228
19229 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19230
19231 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19232 Test window-system rather than system-type (for X11/Mac).
19233
19234 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19235
19236 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19237
19238 2004-01-12 Richard M. Stallman <rms@gnu.org>
19239
19240 * mail/rmail.el (rmail-convert-to-babyl-format):
19241 Use mail-unquote-printable-region.
19242 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19243 (rmail-hex-char-to-integer): Functions deleted.
19244
19245 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19246 (mail-unquote-printable-region): New arg NOERROR.
19247 For invalid encoding, either signal an error to just return nil.
19248
19249 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19250
19251 * calendar/appt.el: Update copyright and commentary.
19252 (appt-issue-message): Make obsolete.
19253 (appt-visible, appt-msg-window): Make obsolete, in favour of
19254 appt-display-format.
19255 (appt-display-mode-line, appt-display-duration)
19256 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19257 (appt-prev-comp-time, appt-display-count, appt-timer)
19258 (appt-convert-time): Doc change.
19259 (appt-disp-window-function, appt-delete-window-function):
19260 Use defcustom rather than defvar.
19261 (appt-display-format): New variable.
19262 (appt-display-message): New function with display code from appt-check.
19263 (appt-check): Add optional FORCE argument. Doc change.
19264 Add appt-make-list to diary-hook if displaying diary.
19265 Remove checking of view-diary-entries-initially.
19266 Message display section removed to new function appt-display-message.
19267 (appt-display-window): Doc change. Remove unused internal var
19268 this-buffer. Do not beep, since appt-display-message does that.
19269 (appt-make-list): Doc change. Use caar.
19270 (appt-sort-list): Simplify by using builtin sort function.
19271 (appt-update-list): New function for updating appts when diary is
19272 saved.
19273 (appt-activate): New autoloaded function to toggle package
19274 functionality.
19275
19276 * calendar/cal-x.el: (calendar-one-frame-setup)
19277 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19278
19279 * calendar/calendar.el: Update copyright.
19280 (view-diary-entries-initially, european-calendar-style): Doc change.
19281 (calendar-setup): Make defcustom rather than defvar.
19282 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19283 in let binding so local to function.
19284
19285 * calendar/diary-lib.el: Update copyright.
19286 (diary, diary-entry-time): Doc change.
19287 (list-diary-entries): Doc change. Trivial logic change.
19288 (fancy-diary-display): Restore make-face command mistakenly
19289 deleted 2003-05-08.
19290 (show-all-diary-entries): Allow to pop-up frame if needed.
19291
19292 2004-01-09 John Paul Wallington <jpw@gnu.org>
19293
19294 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19295 Temporarily select EVENT's window for changing eol type.
19296
19297 2004-01-09 Deepak Goel <deego@gnufans.org>
19298
19299 * calendar/diary-lib.el (diary-entry-time):
19300 Also accept time in the form XX[.XX][am/pm/AM/PM].
19301 (fancy-diary-font-lock-keywords): Likewise.
19302 (diary-font-lock-keywords): Likewise.
19303 * calendar/appt.el (appt-add): Likewise.
19304 (appt-make-list): Likewise.
19305 (appt-convert-time): Likewise.
19306
19307 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19308
19309 * gdb-ui.el (gdb-ann3): Revert previous change.
19310 (gdb-source-info): Allow for case of where compilation directory
19311 is not recorded.
19312
19313 2004-01-08 John Paul Wallington <jpw@gnu.org>
19314
19315 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19316
19317 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19318
19319 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19320
19321 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19322 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19323 problems.
19324 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19325
19326 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19327
19328 * files.el (write-file-functions, write-contents-functions):
19329 Clarify docstrings.
19330
19331 2004-01-07 Kenichi Handa <handa@m17n.org>
19332
19333 * international/mule.el (set-auto-coding): Fix for the case that
19334 end-of-line is only CR.
19335
19336 2004-01-07 Kim F. Storm <storm@cua.dk>
19337
19338 * subr.el (event-start, event-end): Doc fix.
19339 (posn-string, posn-image): New defuns.
19340 (posn-object): Return either image or string object.
19341 (posn-object-x-y): Return 8th element of position.
19342 (posn-object-width-height): New defun.
19343
19344 2004-01-06 Andreas Schwab <schwab@suse.de>
19345
19346 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19347 output.
19348
19349 2004-01-05 Karl Berry <karl@gnu.org>
19350
19351 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19352 / and *, too.
19353
19354 2003-12-31 Simon Josefsson <jas@extundo.com>
19355
19356 * files.el (before-save-hook): Add.
19357 (basic-save-buffer): Use before-save-hook.
19358
19359 * emacs-lisp/copyright.el: Fix comment to recommend
19360 before-save-hook instead of write-file-functions.
19361
19362 2004-01-05 Richard M. Stallman <rms@gnu.org>
19363
19364 * finder.el (finder-commentary): Call delete-other-windows.
19365
19366 * net/ange-ftp.el (ange-ftp-file-attributes):
19367 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19368
19369 2004-01-04 Karl Berry <karl@gnu.org>
19370
19371 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19372 comment characters % and # in the copyright year notice,
19373 as well as ;.
19374
19375 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19376
19377 * wid-edit.el (default): Define dummy :value-delete.
19378 Reported by Jesper Harder <harder@ifa.au.dk>.
19379
19380 2004-01-03 Richard M. Stallman <rms@gnu.org>
19381
19382 * progmodes/compile.el (compile-internal): Use point, not point-min,
19383 for set-window-point.
19384
19385 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19386
19387 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19388
19389 * progmodes/grep.el (grep-mode-map):
19390 Don't remap next-line, previous-line.
19391
19392 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19393
19394 * speedbar.el (speedbar-edit-line): Change regexp to position
19395 the cursor on the first character of this line's button.
19396
19397 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19398
19399 * subr.el (functionp): Doc fix.
19400
19401 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19402
19403 * progmodes/idlwave.el (idlwave-make-tags):
19404 * textmodes/flyspell.el (flyspell-large-region):.
19405 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19406 * emulation/viper-util.el (viper-glob-unix-files):
19407 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19408 * man.el (Man-init-defvars):
19409 * jka-compr.el (jka-compr-call-process):
19410 * files.el (get-free-disk-space,insert-directory):
19411 * ediff-ptch.el (ediff-test-patch-utility):
19412 * ediff-diff.el (ediff-test-utility):
19413 * dired-aux.el (dired-check-process):
19414 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19415 test the return value of call-process, because it can be a string.
19416
19417 2003-12-31 John Paul Wallington <jpw@gnu.org>
19418
19419 * bindings.el (completion-ignored-extensions): Add .pfsl.
19420
19421 2003-12-31 Kim F. Storm <storm@cua.dk>
19422
19423 * ido.el (ido-nonreadable-directory-p): New defun to check for
19424 nonreadable directory without activating tramp (to avoid problems
19425 with checking incomplete tramp paths).
19426 (ido-set-current-directory, ido-file-internal)
19427 (ido-file-name-all-completions1): Use it.
19428
19429 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19430
19431 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19432 documentation if the anchor (or node) name is preceded by `info
19433 anchor' or `Info anchor' in addition to earlier `info node' and
19434 `Info node'.
19435 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19436
19437 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19438
19439 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19440 error in arguments to base64-decode-region. Remove ^M characters
19441 after decoding base64.
19442
19443 2003-12-30 Simon Josefsson <jas@extundo.com>
19444
19445 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19446 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19447 have only been distributed with Emacs for some years.
19448 (texinfo-mode-hook): Customize.
19449
19450 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19451
19452 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19453 cleaner (suggested by Richard Stallman).
19454
19455 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19456 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19457 file-name clashes on 8+3 DOS filesystems.
19458
19459 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19460 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19461 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19462 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19463 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19464 file-name clashes on 8+3 filesystems.
19465
19466 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19467 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19468 file-name clashes on 8+3 DOS filesystems.
19469
19470 2003-12-29 Richard M. Stallman <rms@gnu.org>
19471
19472 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19473 Upcase the character.
19474
19475 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19476 Search for header separator alone on a line, literally,
19477 and search for it backward, not forward.
19478 (flyspell-abbrev-table): Always use global-abbrev-table
19479 if there is no local one.
19480
19481 * progmodes/sh-script.el (sh-get-indent-info):
19482 Don't move point back if at bob.
19483
19484 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19485
19486 * play/handwrite.el (handwrite): Make the handwrite credit message
19487 a comment rather than an output command.
19488
19489 * obsolete/sc.el: Display message that this file is obsolete.
19490
19491 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19492
19493 * mail/rfc822.el (rfc822-address-start): Declare variable.
19494 Renamed from address-start. All uses changed.
19495
19496 * term.el (term-exec): Set up sentinel.
19497 (term-sentinel): New function.
19498 (term-handle-exit): New function.
19499
19500 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19501 Use assoc-string, and mark them obsolete.
19502 (delay-mode-hooks): Mark as permanent local.
19503
19504 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19505
19506 * register.el (copy-rectangle-to-register): Doc fix.
19507
19508 * info.el (Info-insert-dir): Use assoc-string.
19509
19510 * info-look.el (info-lookup): Use assoc-string.
19511
19512 * frame.el (pop-up-frame-function): Use quote, not `function'.
19513 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19514 copying with lists as coordinate values.
19515
19516 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19517
19518 * find-dired.el (kill-find): New command.
19519 (find-dired): Make buffer read-only.
19520 Set up a keymap with C-c C-k running kill-find.
19521 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19522
19523 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19524
19525 * filecache.el (file-cache-ignore-case): New variable.
19526 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19527
19528 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19529 (comint-dynamic-complete-as-filename): Rename local vars.
19530 (comint-dynamic-list-filename-completions): Likewise.
19531
19532 * comint.el (comint-dynamic-list-completions-config): New var.
19533 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19534
19535 * comint.el (comint-file-name-chars): Add [].
19536 (comint-word): Use skip-chars-backward, not search.
19537
19538 * shell.el (shell-file-name-chars): Add [].
19539
19540 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19541
19542 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19543
19544 * generic.el (define-generic-mode): Doc fix.
19545
19546 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19547
19548 * files.el (kill-some-buffers): Doc fix.
19549
19550 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19551
19552 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19553 arg to send-invisible
19554 (send-invisible): Doc fix. The argument is now a prompt, not the
19555 string to send.
19556 (comint-read-noecho): Doc fix.
19557
19558 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19559
19560 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19561 "@", as required by some ISP hosting service. Fix defcustom
19562 argument syntax errors that prevented use of customization.
19563
19564 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19565
19566 * xml.el (xml-get-attribute-or-nil): Doc fix.
19567
19568 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19569
19570 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19571 write-file-hooks.
19572
19573 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19574
19575 * autorevert.el (auto-revert-interval): Doc fix.
19576
19577 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19578
19579 * xml.el (xml-get-attribute-or-nil): New function, like
19580 xml-get-attribute, but returns nil if the attribute was not found.
19581 (xml-get-attribute): Convert to defsubst, uses
19582 xml-get-attribute-or-nil.
19583
19584 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19585
19586 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19587
19588 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19589
19590 * custom.el (custom-declare-theme): Use `value' when putting
19591 properties on `theme'.
19592
19593 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19594
19595 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19596 for each yank-handler segment.
19597 (insert-for-yank-1): New function, with the body of the previous
19598 insert-for-yank.
19599
19600 * textmodes/table.el (table-yank-handler): New defcustom.
19601 (table--put-cell-indicator-property): Put yank-handler property
19602 that indicates the yank handler for the table cell.
19603
19604 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19605
19606 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19607 set of keywords.
19608
19609 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19610
19611 * international/mule-cmds.el (reset-language-environment)
19612 (set-language-environment): Don't invoke fontset-related functions
19613 if fontset-list is not fboundp.
19614
19615 2003-12-29 Kenichi Handa <handa@m17n.org>
19616
19617 * international/mule-cmds.el (reset-language-environment):
19618 Call set-overriding-fontspec-internal with nil.
19619 (set-language-environment): Call set-overriding-fontspec-internal
19620 if the language environment specify `overriding-fontspec'.
19621 (language-info-alist): Doc added.
19622
19623 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19624 characters of mule-unicode-0100-24ff.
19625 (ccl-encode-windows-1251-font): New CCL program.
19626 ("Bulgarian"): Specify overriding-fontspec.
19627 ("Belarusian"): Likewise.
19628
19629 2003-12-28 Sam Steingold <sds@gnu.org>
19630
19631 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19632 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19633
19634 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19635
19636 * progmodes/gud.el (gud-gdb-command-name): Set default to
19637 "gdb --annotate=3".
19638 (gud-gdb-marker-filter): Look out for annotations.
19639 (gdb-first-pre-prompt): New variable.
19640 Remove trailing white space.
19641
19642 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19643 if necessary.
19644 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19645 annotations are detected.
19646 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19647 instead of a local one to allow transition from
19648 gud-gdb-marker-filter.
19649 Remove trailing white space.
19650
19651 2003-12-27 Kim F. Storm <storm@cua.dk>
19652
19653 * ido.el: Handle non-readable directories.
19654 (ido-decorations): Add 9th element for non-readable directory.
19655 (ido-directory-nonreadable): New dynamic var.
19656 (ido-set-current-directory): Set it.
19657 (ido-read-buffer, ido-file-internal):
19658 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19659 (ido-file-name-all-completions1): Return empty list for
19660 non-readable directory.
19661 (ido-exhibit): Print [Not readable] if directory is not readable.
19662 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19663 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19664 Use it.
19665
19666 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19667
19668 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19669 calls to directory-files-and-attributes and file-attributes.
19670 (ls-lisp-format): Remove system dependent handling of user and
19671 group id's.
19672
19673 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19674
19675 * ffap.el (ffap-read-file-or-url): Revert previous change.
19676
19677 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19678
19679 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19680 new list of included files called `files-with-node-lines', that
19681 only have node lines. This way @include commands can include any
19682 file, such as version and update files without node lines, not
19683 just files that are chapters.
19684
19685 2003-12-25 Andreas Schwab <schwab@suse.de>
19686
19687 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19688 file not found.
19689
19690 2003-12-08 Miles Bader <miles@gnu.org>
19691
19692 * dired.el (dired-between-files): Always use dired-move-to-filename,
19693 which is more robust in non-english locales.
19694
19695 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19696
19697 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19698
19699 2003-12-24 Andreas Schwab <schwab@suse.de>
19700
19701 * shell.el (shell-file-name-quote-list): Add backslash.
19702
19703 * comint.el (comint-quote-filename): Correctly handle backslash
19704 in comint-file-name-quote-list.
19705
19706 2003-12-24 Kenichi Handa <handa@m17n.org>
19707
19708 * international/mule-cmds.el (set-default-coding-systems):
19709 Call ucs-set-table-for-input for all buffers that don't have local
19710 value of buffer-file-coding-system.
19711
19712 * international/ucs-tables.el (ucs-set-table-for-input):
19713 If translation-table-for-encode is a symbol, get its
19714 translation-table property.
19715
19716 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19717
19718 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19719 to `completing-read' on a recently fixed bug.
19720
19721 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19722 instead of SPACE, to get the list of possible fringe modes.
19723 SPACE only works if both `partial-completion-mode' and
19724 `completion-auto-help' are nil.
19725
19726 * complete.el (PC-is-complete-p): Delete.
19727 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19728 calls to `test-completion'.
19729
19730 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19731
19732 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19733 to edit values when there are no children.
19734
19735 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19736 a mode called "Assembler" already exists.
19737 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19738 (gud-watch): Use format option. Remove font properties from string.
19739 (gdb-var-create-handler, gdb-var-list-children-handler):
19740 Don't bother about properties as there are none.
19741 (gdb-var-create-handler, gdb-var-list-children-handler)
19742 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19743 with two arguments.
19744 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19745 Let speedbar show value changes with a different font.
19746 (gdb-edit-value): New defun.
19747 (gdb-clear-partial-output, gdb-clear-inferior-io)
19748 (def-gdb-auto-update-handler): Use erase-buffer.
19749 (gdb-frame-handler): Display watch expressions in
19750 FUNCTION::VARIABLE format if required.
19751
19752 2003-12-23 John Paul Wallington <jpw@gnu.org>
19753
19754 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19755 (Info-goto-emacs-command-node): Doc fixes.
19756
19757 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19758
19759 * cus-edit.el (custom-add-parent-links): Define "many".
19760
19761 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19762
19763 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19764 (widget-child-validate, widget-type-value-create)
19765 (widget-type-default-get, widget-type-match): New functions.
19766 (lazy): New widget.
19767 (menu-choice, checklist, radio-button-choice, editable-list)
19768 (group, documentation-string): Remove redundant (per 2003-10-25
19769 change) calls to `widget-children-value-delete'.
19770 (widget-choice-value-get, widget-choice-value-inline): Remove.
19771 (menu-choice): Update widget.
19772
19773 2003-12-03 Kenichi Handa <handa@m17n.org>
19774
19775 * language/cyrillic.el: Register "microsoft-cp1251" in
19776 ctext-non-standard-encodings-alist.
19777 ("Bulgarian"): Add ctext-non-standard-encodings.
19778 ("Belarusian"): Likewise.
19779
19780 * international/mule-conf.el (compound-text-with-extensions):
19781 Change the type to 2 (iso-2022 base).
19782
19783 * international/mule.el (ctext-non-standard-encodings-alist):
19784 Change the format.
19785 (ctext-non-standard-encodings): New variable.
19786 (ctext-post-read-conversion): Fully re-written.
19787 (ctext-non-standard-designations-alist): Delete it.
19788 (ctext-non-standard-encodings-table): New function.
19789 (ctext-pre-write-conversion): Fully re-written.
19790
19791 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19792
19793 * cus-edit.el (custom-add-parent-links): Add documentation links
19794 for parent, if the item has none of its own.
19795
19796 2003-11-30 Richard M. Stallman <rms@gnu.org>
19797
19798 * dired-aux.el (dired-do-query-replace-regexp):
19799 Report files visited read-only.
19800
19801 2003-11-30 Juri Linkov <juri@jurta.org>
19802
19803 * dired-aux.el (dired-compare-directories): New command.
19804 (dired-file-set-difference, dired-files-attributes): New functions.
19805
19806 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19807 Version 2.0.38 of Tramp released.
19808
19809 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19810 Charles Curley <charlescurley@charlescurley.com>.
19811 (tramp-multi-connection-function-alist): Add ssht entry which adds
19812 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19813 Aichner.
19814 (tramp-get-method-parameter): New function to retrieve a method
19815 parameter. This allows for omission of method parameters.
19816 Callers adjusted.
19817
19818 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19819
19820 * net/tramp.el: Add new optional parameter ID-FORMAT to
19821 `file-attributes'. Calls of `file-attributes' won't use this
19822 parameter for backward compatibility reasons.
19823 (tramp-perl-file-attributes): Add a new parameter to Perl script
19824 in order to handle uid/gid as strings, if desired.
19825 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19826 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19827 order to make the function more general.
19828 (tramp-handle-file-attributes): Replace proprietary optional
19829 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19830 (tramp-handle-file-attributes-with-perl): Handle parameter
19831 NONNUMERIC if set. This wasn't done in the past.
19832 (tramp-post-connection): Apply second parameter "$2" if
19833 `tramp-remote-perl' is called.
19834
19835 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19836 Correct cut'n'waste error (`filename' instead of `directory').
19837 (tramp-smb-handle-directory-files-and-attributes)
19838 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19839 introduced parameter ID-FORMAT.
19840 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19841 error (`directory' instead of `ldir').
19842
19843 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19844 `file-attributes' has a second parameter. If yes, apply it with
19845 value "'integer". Otherwise, don't use that parameter (default is
19846 integer format).
19847
19848 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19849
19850 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19851 (help-for-help): Add `C-h .' to the listed Help options.
19852 Remove trailing whitespace.
19853
19854 * help-at-pt.el: New file.
19855
19856 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19857
19858 * subr.el (noreturn, 1value): New macros for test coverage.
19859 See `testcover.el'.
19860
19861 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19862
19863 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19864 for macro `1value'.
19865 (testcover-1value): New function. Checks that a 1value form
19866 actually returns only one value. Requested by RMS.
19867
19868 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19869
19870 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19871 (gdb-var-list-children, gdb-var-list-children-handler)
19872 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19873 gdb commands that use mi to keep them out of the command history.
19874
19875 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19876
19877 * cus-start.el (all): Add use-file-dialog.
19878
19879 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19882
19883 2003-11-27 Kim F. Storm <storm@cua.dk>
19884
19885 * subr.el (posn-object-x-y): New defun.
19886
19887 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19888
19889 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19890 Don't use `space' for \\\n.
19891 Be more selective as to which # are comment-starters.
19892
19893 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19894
19895 * subr.el (number-sequence): Improve handling of floating point
19896 arguments (suggested by Kim Storm). Allow negative arguments.
19897
19898 2003-11-26 Kenichi Handa <handa@m17n.org>
19899
19900 * international/mule-cmds.el (standard-display-european-internal):
19901 Cancel the standard-display-table setting for ` and '.
19902
19903 2003-11-26 Kim F. Storm <storm@cua.dk>
19904
19905 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19906 New defcustoms to add ffap-like functionality to ido.
19907 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19908 (ido-no-final-slash): New defun.
19909 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19910 (ido-read-file-name): ): Toggle VC checking via
19911 vc-handled-backends instead of vc-master-templates.
19912 (ido-file-internal): Handle ido-use-url-at-point and
19913 ido-use-filename-at-point via code borrowed from ffap-guesser.
19914 Handle new ido-exit code ffap.
19915 (ido-sort-list): Ignore final slash when sorting file names.
19916
19917 2003-11-25 Kim F. Storm <storm@cua.dk>
19918
19919 * emulation/cua-base.el (cua--standard-movement-commands):
19920 Add forward-sentence and backward-sentence.
19921
19922 2003-11-25 Stephen Eglen <stephen@gnu.org>
19923
19924 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19925 iswitchb-exit is set to 'usefirst when user selects buffer at head
19926 of list using RET. (Selecting buffers at the head of the list was
19927 broken if the substring was also a complete buffername.)
19928
19929 2003-11-23 Kim F. Storm <storm@cua.dk>
19930
19931 * progmodes/compile.el (grep-command, grep-use-null-device)
19932 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19933 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19934 (grep-regexp-alist, grep-program, find-program)
19935 (grep-find-use-xargs, grep-history, grep-find-history)
19936 (grep-process-setup, grep-compute-defaults)
19937 (grep-default-command, grep, grep-tag-default, grep-find)
19938 (grep-expand-command-macros, grep-tree-last-regexp)
19939 (grep-tree-last-files, grep-tree): Move grep variables, functions
19940 and commands to new file grep.el.
19941 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19942 (compilation-process-setup-function): Doc fix.
19943 (compilation-highlight-regexp, compilation-highlight-overlay): New
19944 defvars used for highlighting current compile error in source buffer.
19945 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19946 LOCAL-MAP which overrides compilation-highlight-regexp and
19947 compilation-mode-map for this compilation.
19948 Delay calling compilation-set-window-height until after running
19949 compilation-process-setup-function so it can buffer-local override
19950 compilation-window-height.
19951 Check buffer-local value of compilation-scroll-output.
19952 (compilation-set-window-height): Use buffer-local value of
19953 compilation-window-height.
19954 (compilation-revert-buffer): Don't pass (undefined)
19955 preserve-modes arg to revert-buffer.
19956 (next-error-no-select, previous-error-no-select): New commands.
19957 (compilation-goto-locus): Temporarily highlight current match in
19958 source buffer using compilation-highlight-regexp.
19959
19960 * progmodes/grep.el: New file with grep code from compile.el.
19961 (grep): New defcustom group.
19962 (grep-window-height): New defcustom, like compilation-window-height.
19963 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19964 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19965 (grep-command, grep-use-null-device, grep-find-command)
19966 (grep-tree-files-aliases, grep-tree-ignore-case)
19967 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19968 (grep-setup-hook): New hook variable.
19969 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19970 (grep-last-buffer): New defvar, override compilation-last-buffer.
19971 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19972 Call compile-internal with args highlight-regexp and grep-mode-map.
19973
19974 2003-11-23 Kim F. Storm <storm@cua.dk>
19975
19976 * subr.el (event-start, event-end): Doc fix.
19977 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19978 (posn-area, posn-actual-col-row, posn-object): New defuns.
19979 (posn-col-row): Simplify doc. Rewrite to use cond.
19980 (posn-point): Also return buffer position for events outside text
19981 area (that info is now present in the event position).
19982
19983 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19984 mouse-set-point so that hscroll still works now that clicks on
19985 fringes generate specific mouse events.
19986 (mouse-set-point): Note that it now works in fringes and margins
19987 too due to new semantics of posn-point in fringes and margins.
19988
19989 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19990 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19991
19992 2003-11-20 Kim F. Storm <storm@cua.dk>
19993
19994 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19995 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19996 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19997 to 100 for icons to avoid increasing line height when shown.
19998
19999 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20000
20001 * newcomment.el (comment-normalize-vars): Initialize properly if
20002 comment-start was nil.
20003
20004 2003-11-19 Andreas Schwab <schwab@suse.de>
20005
20006 * simple.el (set-variable): Fix indentation.
20007
20008 2003-11-17 Kenichi Handa <handa@m17n.org>
20009
20010 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20011 Fix docstring.
20012
20013 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20014
20015 * international/latin1-disp.el (latin1-display): Fix docstring.
20016
20017 2003-11-16 John Wiegley <johnw@newartisans.com>
20018
20019 * eshell/em-ls.el (eshell-ls-file): There are times with
20020 size-width is nil and uncomputed (when directories are created in
20021 dired, for example); in this case, 4 is reasonable default value,
20022 although it may caused skewed new entries (which could be avoided
20023 by returning the original value of 8 in all cases, but 99% of the
20024 time this is a waste of whitespace).
20025
20026 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20027
20028 * cc-engine.el (c-guess-continued-construct)
20029 (c-guess-basic-syntax): Check a little more carefully if it's a
20030 function declaration when an unknown construct followed by a block
20031 is found inside a statement context. This avoids macros followed
20032 by blocks to be taken as function declarations.
20033
20034 (c-guess-continued-construct): Change the analysis of a statement
20035 continuation with a brace open to `substatement-block', for
20036 consistency with recognized statements.
20037
20038 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20039 start is in a position so that `c-beginning-of-statement-1' jumped
20040 to the beginning of the same statement.
20041
20042 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20043 Don't accept binary operators in the arglist if we're in a function
20044 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20045 template recognition in cases like "if (a < b || c > d)".
20046
20047 (c-restricted-<>-arglists): New more appropriate name for
20048 `c-disallow-comma-in-<>-arglists'.
20049
20050 Accessing functions updated for the variable name change.
20051
20052 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20053 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20054
20055 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20056 labels.
20057
20058 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20059 instead of duplicating parts of it. This fixes bogus label
20060 recognition.
20061
20062 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20063 of checking the context in which to apply the minimum indentation,
20064 so that it isn't enforced in e.g. namespace blocks.
20065
20066 * cc-vars.el (c-inside-block-syms): New constant used by
20067 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20068 to somewhat reduce the risk of becoming stale.
20069
20070 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20071 cc-cmds to cc-engine to allow use from cc-align.
20072
20073 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20074 qualified identifiers containing "::".
20075
20076 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20077 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20078
20079 * cc-vars.el (c-emacs-features): Use a space in front of the name
20080 of the temporary buffer. That also avoids dumping problems in
20081 XEmacs due to undo info being left around after the buffer is killed.
20082
20083 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20084 arglist to see if it's a K&R style declaration.
20085
20086 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20087 before returning `knr-argdecl-intro'.
20088
20089 2003-11-16 John Wiegley <johnw@newartisans.com>
20090
20091 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20092 field in a long-listing always 8 characters, use `size-width',
20093 which has already been computed.
20094
20095 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20096
20097 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20098
20099 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20100
20101 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20102 Support operation while narrowed, with `diff-restrict-view'.
20103
20104 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20105
20106 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20107 Take additional optional arg NARROWFUN. For the generated functions:
20108 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20109 include frags that arrange to check for and save narrowing state before
20110 the move and then conditionally call NARROWFUN after the move.
20111
20112 2003-11-14 John Wiegley <johnw@newartisans.com>
20113
20114 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20115 that was optional, but obviously missing based on surrounding code.
20116
20117 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20118 string arguments to numbers unless the whole argument was seen as
20119 a number.
20120
20121 2003-11-14 Kenichi Handa <handa@m17n.org>
20122
20123 * international/mule.el (ctext-non-standard-encodings-alist):
20124 Fix coding systems.
20125
20126 2003-11-10 Kenichi Handa <handa@m17n.org>
20127
20128 * language/kannada.el ("Kannada"): Add sample-text.
20129
20130 * language/knd-util.el (kannada-compose-region)
20131 (kannada-compose-string, kannada-post-read-conversion):
20132 Add autoload cookie.
20133
20134 * international/quail.el (quail-completion): Change the message
20135 "corresponding translations" to "corresponding characters".
20136
20137 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20138
20139 * descr-text.el (describe-char): Fix typo.
20140
20141 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20142
20143 These changes are to support Kannada language/script.
20144
20145 * Makefile.in (DONTCOMPILE): Add kannada.el.
20146
20147 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20148
20149 * loadup.el: Preload kannada.el.
20150
20151 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20152 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20153 New variables.
20154
20155 * language/kannada.el: New file.
20156
20157 * language/knd-util.el: New file.
20158
20159 2003-11-07 Andreas Schwab <schwab@suse.de>
20160
20161 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20162 Also highlight AH_*.
20163
20164 * xml.el (xml-parse-dtd): Fix misplaced paren.
20165
20166 2003-11-07 Kenichi Handa <handa@m17n.org>
20167
20168 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20169
20170 2003-11-05 Juri Linkov <juri@jurta.org>
20171
20172 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20173 (desktop-buffer-file): Use saved buffer-file-coding-system
20174 for file reading. Set auto-insert to nil to prevent automatic
20175 insertion into restored empty files.
20176
20177 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20178
20179 * files.el (risky-local-variable-p): Make second argument optional.
20180
20181 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * subr.el (add-hook): Fix last change.
20184
20185 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20186
20187 * mail/rmail.el (rmail-convert-to-babyl-format):
20188 If base64-decode-region signals an error, catch it and silently
20189 ignore it.
20190
20191 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20192
20193 * xml.el (xml-parse-region): Allow comments to appear after the
20194 topmost element has closed.
20195 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20196 (xml-ns-expand-attr): New functions to do namespace handling.
20197 (xml-intern-attrlist): Back-compatible handling of attribute names.
20198 (xml-parse-tag): Move namespace handling to separate functions.
20199 Now produces elements in the form ((:ns . "element") (attr-list)
20200 children) instead of ('ns:element (attr-list) children).
20201 (xml-parse-attlist): Fix attribute parsing.
20202 (xml-parse-dtd): Change parsing so that it produces strings
20203 instead of interned symbols.
20204
20205 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20206
20207 * dired.el (dired-ls-sorting-switches): Doc fix.
20208
20209 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20210
20211 * emacs-lisp/rx.el (rx-or): Fix the case of
20212 "(rx (and ?a (or ?b ?c) ?d))".
20213
20214 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20215
20216 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20217 (texinfo-format-region): Use it.
20218 (texinfo-format-buffer-1): Ditto.
20219
20220 2003-11-01 Alan Mackenzie <acm@muc.de>
20221
20222 Changes to allow scrolling whilst in isearch mode:
20223 * isearch.el (isearch-unread-key-sequence): New function,
20224 extracted from isearch-other-meta-char.
20225 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20226 "scrollable" standard functions.
20227 (isearch-allow-scroll): New customizable variable.
20228 (isearch-string-out-of-window, isearch-back-into-window)
20229 (isearch-reread-key-sequence-naturally)
20230 (isearch-lookup-scroll-key): New functions.
20231 (isearch-other-meta-char): Doc string and functionality enhanced.
20232 Now accepts a prefix argument.
20233 (isearch-lazy-highlight-window-end): New variable.
20234 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20235 end (thru isearch-lazy-highlight-window-end), not only its start.
20236
20237 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20238 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20239 (universal-argument, universal-argument-more, negative-argument)
20240 (digit-argument, universal-argument-other-key): Minor changes.
20241
20242 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20243
20244 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20245 recursively if the last message is deleted, thus avoiding an
20246 infinite loop.
20247
20248 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20249
20250 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20251 (tex-main-file): Don't add .tex if the extension is already present.
20252 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20253
20254 2003-10-29 Lute Kamstra <lute@gnu.org>
20255
20256 * progmodes/octave-inf.el (inferior-octave-prompt):
20257 Recognize version number in prompt.
20258
20259 2003-10-28 Dave Love <fx@gnu.org>
20260
20261 * international/characters.el: Fix some Unicode ranges.
20262
20263 2003-10-28 Kenichi Handa <handa@m17n.org>
20264
20265 * disp-table.el (standard-display-8bit)
20266 (standard-display-default, standard-display-ascii)
20267 (standard-display-g1, standard-display-graphic)
20268 (standard-display-underline): Assure that standard-display-table
20269 is a display table.
20270
20271 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20272
20273 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20274 reindenting the first line.
20275
20276 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20277
20278 * wid-edit.el (widget-default-delete): Always delete child widgets.
20279
20280 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20281
20282 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20283 if the line has code.
20284 Don't try to line up with something that's too far left.
20285
20286 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20287 (octave-mode-syntax-table): Add % as a comment starter.
20288 (octave-point): Remove.
20289 (octave-in-comment-p, octave-in-string-p)
20290 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20291 (octave-blink-matching-block-open, octave-auto-fill):
20292 Use line-(beginning|end)-position instead.
20293
20294 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20295
20296 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20297 for Francesco Potort\e,Al\e(B.
20298
20299 2003-10-23 Dave Love <fx@gnu.org>
20300
20301 * international/mule-cmds.el (locale-charset-to-coding-system):
20302 Don't rely on nil being a coding system.
20303
20304 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20305 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20306 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20307
20308 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20309
20310 * gdb-ui.el (gdb-current-language): New variable.
20311 (gdb-update-flag): Remove variable.
20312 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20313 (gdb-take-last-elt): Remove function.
20314 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20315 (gdb-post-prompt): Check for variable object changes here.
20316
20317 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20318 object changes in gdb-ui.el.
20319
20320 2003-10-21 Richard M. Stallman <rms@gnu.org>
20321
20322 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20323
20324 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20325 Don't check for foo*/ wildcard form here.
20326 (insert-directory): Recognize foo*/ as a wildcard.
20327 Separate wildcard-regexp variable from the arg, wildcard.
20328
20329 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20330 (remove-hook): Correctly handle strange cases about local hooks.
20331
20332 2003-10-21 David Ponce <david@dponce.com>
20333
20334 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20335 argument REAL, to return a real number instead of a rounded
20336 integer value. Define as inline function.
20337 (ruler-mode-right-fringe-cols): Likewise.
20338 (ruler-mode-scroll-bar-cols): New function.
20339 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20340 (ruler-mode-right-scroll-bar-cols): Likewise.
20341 (ruler-mode-space): New function.
20342 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20343 scroll bar mode and margins in a more robust way.
20344
20345 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20346
20347 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20348 (antlr-c-init-language-vars): New function.
20349 (antlr-mode): Use it with cc-mode before v5.29.
20350 (antlr-c-common-init): Don't set some local vars here.
20351 (antlr-mode): Set them here.
20352 (antlr-c-forward-sws): New function alias.
20353 (antlr-mode): Redefine with cc-mode before v5.30.
20354 (antlr-skip-sexps): Use it.
20355 (antlr-skip-exception-part): Ditto.
20356 (antlr-skip-file-prelude): Ditto.
20357 (antlr-outside-rule-p): Ditto.
20358 (antlr-end-of-body): Ditto.
20359 (antlr-option-kind): Ditto.
20360 (antlr-insert-option-area): Ditto.
20361 (antlr-file-dependencies): Ditto.
20362
20363 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20364
20365 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20366 Move backward only if point was not inside an entry.
20367
20368 2003-10-21 Richard M. Stallman <rms@gnu.org>
20369
20370 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20371
20372 2003-10-21 Juri Linkov <juri@jurta.org>
20373
20374 * compare-w.el: Automatically skip non-matching text to resync.
20375 (compare-windows-whitespace): Doc fix.
20376 (compare-windows-sync, compare-windows-sync-string-size)
20377 (compare-windows-recenter, compare-ignore-whitespace)
20378 (compare-windows-highlight, compare-windows-face): New variables.
20379 (compare-windows): Use compare-windows-sync.
20380 (compare-windows-highlight, compare-windows-dehighlight)
20381 (compare-windows-sync-regexp)
20382 (compare-windows-sync-default-function): New functions.
20383
20384 2003-10-21 Juri Linkov <juri@jurta.org>
20385
20386 * diff.el (diff-parse-differences): Don't visit the files now;
20387 instead, just record the error locus.
20388
20389 2003-10-21 Dave Love <fx@gnu.org>
20390
20391 * progmodes/cfengine.el: New file.
20392
20393 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20394
20395 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20396 default-directory when completing file names.
20397
20398 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20399
20400 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20401 followed by the word `face', it gets treated as a face, even if
20402 it is also defined as a variable or a function.
20403
20404 2003-10-20 Dave Love <fx@gnu.org>
20405
20406 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20407 Avoid incf in macro expansion.
20408
20409 2003-10-20 John Paul Wallington <jpw@gnu.org>
20410
20411 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20412 `evenp' so we don't implicitly require cl library at runtime.
20413
20414 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20415
20416 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20417 (help-make-xrefs): Only make cross-references for faces if
20418 preceded or followed by the word `face'. Do not make a
20419 cross-reference for variables without variable documentation,
20420 unless preceded by the word `variable' or `option'. Update doc
20421 string accordingly.
20422
20423 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20424
20425 * progmodes/hideshow.el: Rewrite one-armed `if'
20426 constructs using either `when' or `unless'.
20427 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20428
20429 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20430
20431 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20432 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20433 instead of 12x12.
20434
20435 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20436
20437 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20438 message while converting to Babyl.
20439
20440 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20441
20442 * allout.el (allout-mode): Doc fix.
20443
20444 2003-10-16 Lute Kamstra <lute@gnu.org>
20445
20446 * subr.el (force-mode-line-update): Fix docstring.
20447
20448 2003-10-14 Dave Love <fx@gnu.org>
20449
20450 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20451 (default-input-method): Add :link, improve :type.
20452 (locale-charset-language-names): Fix utf-8 pattern.
20453 (locale-charset-match-p, locale-charset-alist)
20454 (locale-charset-to-coding-system): New.
20455 (set-locale-environment): Deal with codeset part of locale specs.
20456
20457 2003-10-14 Lute Kamstra <lute@gnu.org>
20458
20459 * fringe.el (fringe-mode): Use active voice in docstring.
20460 (set-fringe-style): Ditto.
20461
20462 2003-10-13 Lute Kamstra <lute@gnu.org>
20463
20464 * fringe.el (fringe-mode): Fix docstring.
20465 (set-fringe-style): Ditto.
20466
20467 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20468
20469 * ediff-mult.el (ediff-filegroup-action):
20470 Use ediff-default-filtering-regexp.
20471
20472 * ediff-util.el (ediff-recenter): Don't call
20473 ediff-restore-highlighting twice.
20474 (ediff-select-difference): Set current difference.
20475 (ediff-unselect-and-select-difference): Add comment.
20476
20477 * ediff.el (ediff-directories,ediff-directory-revisions)
20478 (ediff-directories3,ediff-merge-directories)
20479 (ediff-merge-directories-with-ancestor)
20480 (ediff-merge-directory-revisions)
20481 (ediff-merge-directory-revisions-with-ancestor):
20482 Use ediff-default-filtering-regexp.
20483
20484 2003-10-12 Andreas Schwab <schwab@suse.de>
20485
20486 * international/mule-cmds.el (locale-charset-language-names):
20487 Simplify regex by removing unused grouping.
20488
20489 2003-10-10 Dave Love <fx@gnu.org>
20490
20491 * bindings.el: Don't bind stop.
20492
20493 2003-10-08 Miles Bader <miles@gnu.org>
20494
20495 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20496 face instead of attempting to emulate it.
20497
20498 2003-10-07 Kenichi Handa <handa@m17n.org>
20499
20500 * international/mule-diag.el (list-coding-systems-1): List coding
20501 systems that are loaded automatically.
20502
20503 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20504
20505 * international/mule.el (autoload-coding-system): New function.
20506
20507 2003-10-07 Andreas Schwab <schwab@suse.de>
20508
20509 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20510 change-log-default-name in the buffer visiting the file.
20511
20512 2003-10-06 Dave Love <fx@gnu.org>
20513
20514 * files.el (find-file-hook): Customize.
20515 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20516
20517 * bindings.el (completion-ignored-extensions): Remove .log.
20518 (global-map): Add again, open, stop keys.
20519
20520 2003-10-05 Richard M. Stallman <rms@gnu.org>
20521
20522 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20523 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20524 Use sh-modify directly.
20525 (sh-select): Use sh-append, not eval.
20526
20527 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20528
20529 * info.el (Info-following-node-name): New function.
20530
20531 * loadhist.el (unload-feature-special-hooks):
20532 Rename from loadhist-hook-functions.
20533 (loadhist-hook-functions): Now an alias.
20534
20535 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20536
20537 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20538 file-name clashes on 8+3 filesystems.
20539
20540 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20541 Rename loaddefs-boot.el to ldefs-boot.el
20542
20543 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20544 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20545
20546 2003-10-03 Lute Kamstra <lute@gnu.org>
20547
20548 * info.el (Info-mode): Revert previous change.
20549 (Info-escape-percent): New function.
20550 (Info-fontify-node): Use it.
20551
20552 2003-10-02 Andreas Schwab <schwab@suse.de>
20553
20554 * loaddefs-boot.el: Regenerated.
20555
20556 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20557
20558 * ffap.el: Remove defadvice related code from CVS since `complete'
20559 provides a `PC-completion-as-file-name-predicate' variable that
20560 ffap can override.
20561
20562 2003-10-02 Kenichi Handa <handa@m17n.org>
20563
20564 * international/utf-8.el (ccl-decode-mule-utf-8):
20565 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20566
20567 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20568 * international/subst-big5.el: Likewise.
20569 * international/subst-gb2312.el: Likewise.
20570 * international/subst-ksc.el: Likewise.
20571
20572 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20573
20574 * calendar/calendar.el (increment-calendar-month)
20575 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20576 (generate-calendar, calendar-read-date, calendar-interval)
20577 (calendar-day-of-week): Handle years BC.
20578 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20579
20580 2003-10-01 Dave Love <fx@gnu.org>
20581
20582 * language/cyrillic.el (cp1251): Alias for windows-1251.
20583
20584 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20585 bootstrap.
20586
20587 2003-10-01 Lute Kamstra <lute@gnu.org>
20588
20589 * files.el: Fix typo.
20590 * imenu.el (imenu--generic-function): Docstring fix.
20591
20592 2003-09-30 Richard M. Stallman <rms@gnu.org>
20593
20594 * dired.el (dired-mode): Handle dired-directory as a list.
20595
20596 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20597
20598 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20599
20600 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20601
20602 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20603 Replace gud-display with gud-watch.
20604 (gud-speedbar-buttons): Add stuff for watching expressions
20605 in the speedbar when using M-x gdba. Use dolist on old part
20606 of this function.
20607
20608 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20609 (gdb-update-flag): New variables.
20610 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20611 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20612 (gud-watch, gdb-var-create-handler) : New functions.
20613 (gdb-var-list-children, gdb-var-list-children-handler)
20614 (gdb-var-create-regexp, gdb-var-update-regexp)
20615 (gdb-var-list-children-regexp): New constants.
20616 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20617 (gdb-annotation-rules): Reduce annotation set (level 3).
20618 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20619 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20620 updates.
20621 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20622 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20623 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20624 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20625 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20626 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20627 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20628 (gud-display, gud-display1)
20629 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20630 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20631 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20632 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20633 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20634 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20635 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20636 (gdb-display-display-buffer, gdb-toggle-display)
20637 (gdb-delete-display, gdb-expressions-popup-menu)
20638 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20639 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20640 to display buffer.
20641
20642 2003-09-30 Richard M. Stallman <rms@gnu.org>
20643
20644 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20645 Instead, set which-func-functions.
20646
20647 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20648 (which-func-functions): New variable.
20649 (which-function): Use that.
20650
20651 * info.el (Info-mode): Double each `%' in header line.
20652
20653 * emacs-lisp/lisp-mnt.el (lm-with-file):
20654 When FILE is nil, run BODY in current buffer.
20655
20656 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20657
20658 * help.el (describe-mode): Start with a brief list of minor modes.
20659 Find them thru minor-mode-list so as to find them all.
20660 Show them in alphabetical order.
20661
20662 * mail/sendmail.el (mail-aliases): Doc fix.
20663
20664 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20665
20666 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20667
20668 * mail/rmailsum.el (rmail-make-summary-line-1):
20669 Change comma after last label to a space.
20670 (rmail-summary-font-lock-keywords): Adapt to that change.
20671
20672 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20673
20674 * progmodes/scheme.el (scheme-mode-variables): When setting
20675 `font-lock-defaults', also specify that "#" should
20676 be interpreted with `word' syntax.
20677 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20678
20679 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20680
20681 * desktop.el: A lot of comments updated.
20682 (desktop-save-mode): Minor mode introduced.
20683 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20684 (desktop-load-default): Function made obsolete.
20685 (desktop-locals-to-save): Variable made customizable.
20686 (desktop-read): Optional parameter `dirname' added.
20687 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20688 `desktop-read' used.
20689 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20690
20691 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20692
20693 * whitespace.el (whitespace-clean-msg): Add user customizable message
20694 for displaying ``clean'' output.
20695 (whitespace-buffer): Use `whitespace-clean-msg'.
20696 (whitespace-global-mode): Fix typo.
20697
20698 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20699
20700 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20701
20702 2003-09-29 Lute Kamstra <lute@gnu.org>
20703
20704 * bindings.el (mode-line-modes): Remove superfluous :propertize
20705 construct in initialization.
20706 (mode-line-position): Change cons cell into proper list in
20707 initialization.
20708
20709 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20710
20711 * international/mule.el (decode-coding-inserted-region): Use car
20712 of the return value of find-operation-coding-system.
20713
20714 2003-09-29 Kenichi Handa <handa@m17n.org>
20715
20716 * descr-text.el (describe-char): Fix previous change.
20717
20718 2003-09-28 Kenichi Handa <handa@m17n.org>
20719
20720 * descr-text.el (describe-char-display): New function.
20721 (describe-char): Pay attention to display table on describing how
20722 a character is displayed.
20723
20724 * international/mule-cmds.el (encoded-string-description):
20725 Prepend "0x" to each encoded byte.
20726
20727 2003-09-28 Andreas Schwab <schwab@suse.de>
20728
20729 * find-file.el (ff-special-constructs): Add autoload cookie.
20730
20731 2003-09-28 Kevin Ryde <user42@zip.com.au>
20732
20733 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20734 makeinfo appends to duplicate index entries.
20735
20736 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20737
20738 * dired-x.el (dired-clean-tex): Doc fix.
20739
20740 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20741 using a Chinese tutorial.
20742
20743 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20744
20745 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20746 between "MAIL FROM:" and "RCPT TO:" and the following address.
20747
20748 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20749
20750 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20751
20752 2003-09-28 David Ponce <david@dponce.com>
20753
20754 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20755 (recentf-load-list): When `recentf-initialize-file-name-history'
20756 is non-nil, initialize an empty `file-name-history' with the
20757 recent list.
20758
20759 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20760
20761 * man.el (Man-default-man-entry): Remove the leading `*' from the
20762 word at point.
20763
20764 2003-09-26 Lute Kamstra <lute@gnu.org>
20765
20766 * bindings.el (mode-line-position): Mention size indication in
20767 docstring.
20768
20769 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20770
20771 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20772
20773 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20774 because it's autoloaded now.
20775
20776 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20777
20778 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20779 (sh-font-lock-keywords, sh-feature): Fix previous change of
20780 sh-feature to avoid infloop with sh-font-lock-keywords.
20781
20782 2003-09-25 Kim F. Storm <storm@cua.dk>
20783
20784 * frame.el (frame-current-scroll-bars): New defun.
20785
20786 * window.el (window-current-scroll-bars): New defun.
20787
20788 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20789
20790 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20791 cause errors when the state cache contains info on parts that have
20792 been narrowed out.
20793
20794 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20795
20796 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20797 `c-setup-paragraph-variables' has to be used when this variable is
20798 changed; it doesn't work to reinitialize the mode since that
20799 typically clobbers the variable.
20800
20801 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20802 Make it interactive.
20803
20804 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20805
20806 * progmodes/cc-fonts.el (c-font-lock-declarations):
20807 Fix recognition of constructors and destructors for classes whose
20808 names are matched by `*-font-lock-extra-types'.
20809
20810 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20811 followed by an identifier in C++ then it's a type.
20812
20813 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20814
20815 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20816 problem that primarily affected XEmacs. Don't use faces to find
20817 unterminated strings since Emacs and XEmacs fontify strings
20818 differently - this function should now work better in XEmacs.
20819
20820 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20821
20822 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20823 `expand-abbrev' workaround which caused braces to misbehave inside
20824 macros.
20825
20826 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20827 handling. This bug could cause interactive font locking to bail out.
20828
20829 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20830
20831 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20832 Handle paren-style types in Pike. Also fixed some cases of
20833 insufficient handling of unbalanced parens.
20834
20835 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20836
20837 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20838 common shell prompts that are not common filename or URL characters.
20839 (ffap-file-at-point): Use the new regexp to strip the prompts from
20840 the file names. This is an issue mostly for user prompts that
20841 don't have a trailing space and find-file-at-point is invoked from
20842 within a shell inside Emacs.
20843
20844 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20845
20846 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20847 stamps numerically, rather than textually.
20848
20849 2003-09-24 Kenichi Handa <handa@m17n.org>
20850
20851 * language/devan-util.el (devanagari-post-read-conversion):
20852 * language/mlm-util.el (malayalam-post-read-conversion):
20853 * language/tml-util.el (tamil-post-read-conversion):
20854 Add autoload cookie.
20855
20856 * international/utf-8.el (utf-8-post-read-conversion):
20857 Call post-read-conversion functions for Devanagari, Malayalam,
20858 and Tamil.
20859
20860 2003-09-23 Dave Love <fx@gnu.org>
20861
20862 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20863
20864 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20865
20866 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20867 Update gud-remove.
20868
20869 2003-09-22 Richard M. Stallman <rms@gnu.org>
20870
20871 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20872 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20873 (sh-mode-syntax-table-input): New variable.
20874 (sh-require-final-newline): Don't use eval.
20875 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20876 (sh-variables, sh-font-lock-keywords): Don't use eval.
20877 (sh-set-shell): When setting require-final-newline,
20878 treat value = `require-final-newline' as don't change it.
20879 Set sh-mode-syntax-table locally based on
20880 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20881
20882 * progmodes/compile.el (compile-internal):
20883 Call compilation-set-window-height before setting window start.
20884
20885 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20886
20887 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20888 Clear out byte-compile-last-warned-form.
20889
20890 2003-09-22 Richard M. Stallman <rms@gnu.org>
20891
20892 * woman.el (woman-file-name, woman-follow-word):
20893 If current-word returns nil, use "".
20894
20895 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20896
20897 2003-09-22 Richard M. Stallman <rms@gnu.org>
20898
20899 * emacs-lisp/lisp-mnt.el (lm-with-file):
20900 Don't visit the file, just use insert-file-contents in temp buffer.
20901
20902 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20903
20904 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20905 Add surrounding \\( and \\) around the header, as in
20906 for lm-history-header 'Change Log\\|History'.
20907
20908 2003-09-22 John Paul Wallington <jpw@gnu.org>
20909
20910 * progmodes/ld-script.el: Add Commentary section,
20911 minor cleanup of file header.
20912 (ld-script-font-lock-keywords): Doc fix.
20913 (toplevel): Provide `ld-script' feature.
20914
20915 2003-09-21 Kim F. Storm <storm@cua.dk>
20916
20917 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20918 new built-in variable default-frame-scroll-bars.
20919 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20920 scroll-bar-mode; notably, use it instead of t when we toggle
20921 scroll-bars on.
20922 (toggle-scroll-bar): Use default-frame-scroll-bars.
20923
20924 2003-09-19 Masatake YAMATO <jet@gyve.org>
20925
20926 * pcvs.el (cvs-do-removal): Change the prompt depending on
20927 `filter' value.
20928
20929 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20930
20931 * startup.el (command-line-1): Stop startup-echo-area-message
20932 being hidden by "Loading image..." message.
20933 (use-fancy-splash-screens-p, display-splash-screen):
20934 Move display-graphic-p test from latter to former.
20935
20936 * progmodes/sh-script.el (sh-font-lock-keywords):
20937 Highlight escaped EOLs differently from other backslash constructs.
20938
20939 2003-09-19 Richard M. Stallman <rms@gnu.org>
20940
20941 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20942 New functions.
20943 (edebug-enter, edebug-outside-excursion): Use them.
20944
20945 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20946 Fix the condition for whether to print "In WHERE".
20947
20948 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20949
20950 * finder.el (finder-mode-hook): New variable.
20951 (finder-mode): Run hook finder-mode-hook
20952
20953 2003-09-18 Masatake YAMATO <jet@gyve.org>
20954
20955 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20956
20957 2003-09-17 Mario Lang <mlang@delysid.org>
20958
20959 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20960 "p %e" to actually print the value in the GUD buffer.
20961
20962 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20963
20964 From David Ponce <david.ponce@wanadoo.fr>:
20965 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20966 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20967 from loaddefs-boot.el if necessary.
20968
20969 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20970
20971 * progmodes/gud.el (gud-find-class): Make jdb work again since
20972 cc-mode changed the syntactic information.
20973
20974 2003-09-15 David Ponce <david@dponce.com>
20975
20976 * recentf.el: (recentf-exclude): Accept predicates too.
20977 (recentf-file-readable-p): New function.
20978 (recentf-include-p): Handle predicates in recentf-exclude.
20979 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20980 (recentf-cleanup): Likewise.
20981 (recentf-save-list): Use write-file to handle backup of
20982 recentf-save-file.
20983
20984 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20985
20986 * loaddefs-boot.el: Renamed from `loaddefs.el'
20987 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20988 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20989 necessary.
20990
20991 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20992
20993 * electric.el (Electric-pop-up-window): For the `one-window' case,
20994 no longer disconcertingly move point in the original buffer.
20995
20996 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20997
20998 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20999
21000 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21001
21002 * dired.el (dired-mode-map): Fix typo.
21003
21004 2003-09-11 Richard M. Stallman <rms@gnu.org>
21005
21006 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21007
21008 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21009
21010 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21011 the function is less noisy. Now only `kill-buffer' can ask questions.
21012
21013 2003-09-10 Mario Lang <mlang@delysid.org>
21014
21015 * battery.el: Update Commentary and Copyright.
21016 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21017 appear due to wrong ordering of the expressions in `or'.
21018
21019 2003-09-09 Lute Kamstra <lute@gnu.org>
21020
21021 * misc.el (upcase-char): Fix docstring.
21022 (zap-up-to-char): New command.
21023
21024 2003-09-08 David Ponce <david@dponce.com>
21025
21026 Ensure that recentf correctly updates the menu bar.
21027 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21028 (recentf-menu-bar): New function.
21029 (recentf-clear-data): Use it
21030 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21031 of easy-menu-change.
21032
21033 2003-09-08 Lute Kamstra <lute@gnu.org>
21034
21035 * simple.el (size-indication-mode): New.
21036 * bindings.el (mode-line-position): Add buffer size indicator.
21037
21038 2003-09-04 Mario Lang <mlang@delysid.org>
21039
21040 * battery.el (battery-linux-proc-acpi): New function.
21041 (battery-status-function): Modify default value calculation to also
21042 check for availability of ACPI.
21043 (battery-echo-area-format): Ditto.
21044 (battery-mode-line-format): Ditto.
21045
21046 2003-09-06 Dave Love <fx@gnu.org>
21047
21048 * ielm.el (ielm-mode-hook): Add :options.
21049
21050 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21051 (eldoc-print-current-symbol-info): Use it.
21052
21053 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21054
21055 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21056 being displayed in GUD buffer.
21057 (gdb-idle-input-queue): Remove var. Use just one queue.
21058 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21059 Remove functions. Use just one queue.
21060 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21061 (gdb-invalidate-assembler, gdb-get-current-frame):
21062 Modify functions. Use just one queue.
21063
21064 2003-09-04 Dave Love <fx@gnu.org>
21065
21066 * cus-start.el: Add blink-cursor-alist.
21067
21068 * ruler-mode.el (ruler-mode-fill-column-char)
21069 (ruler-mode-current-column-char): Use char-displayable-p,
21070 not window-system.
21071
21072 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21073
21074 * language/european.el (windows-1252): Move from code-pages.
21075
21076 * language/cyrillic.el ("Windows-1251"): Delete.
21077 ("Bulgarian", "Belarusian"): Remove `features'.
21078 (windows-1251): Move from code-pages.
21079
21080 * international/mule-diag.el (non-iso-charset-alist):
21081 Remove `codepage' stuff.
21082 (print-designation, list-coding-systems-1): Output fixes.
21083
21084 * international/code-pages.el (cp-make-translation-table)
21085 (cp-valid-codes): Made defsubsts.
21086 (cp-fix-safe-chars): Delete.
21087 (mule-diag): Don't require.
21088 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21089 (top-level): Check for defined coding system when defining
21090 cp... aliases. Change w32-add-charset-info test to avoid warning.
21091 (non-iso-charset-alist): Defvar when compiling.
21092 (cp-make-coding-system): Doc fix.
21093
21094 2003-09-02 Jason Rumney <jasonr@gnu.org>
21095
21096 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21097 line-ends from CVS before doing conversion.
21098
21099 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21100
21101 * calendar/diary-lib.el (diary-header-line-flag)
21102 (diary-header-line-format): New variables.
21103 (list-diary-entries): Use them to set header line in simple diary.
21104
21105 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21106 other than font-lock-string-face to highlight backslashes.
21107
21108 2003-09-01 Jason Rumney <jasonr@gnu.org>
21109
21110 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21111 regexp.
21112
21113 2003-09-01 Dave Love <fx@gnu.org>
21114
21115 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21116
21117 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21118 and :help; also line and column numbers labels.
21119
21120 * international/mule-util.el (char-displayable-p): Move from
21121 latin1-disp, rename and autoload.
21122
21123 * international/latin1-disp.el (latin1-char-displayable-p):
21124 Now obsolete alias. Replace uses with char-displayable-p.
21125 (latin1-display-ucs-per-lynx): Fix last change.
21126
21127 * international/mule-cmds.el (standard-display-european-internal):
21128 Don't use char code for Latin-1 NBSP.
21129 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21130 U+2018, U+2019 for `'.
21131 (select-safe-coding-system): Message fix.
21132
21133 2003-09-01 Kenichi Handa <handa@m17n.org>
21134
21135 * international/fontset.el (setup-default-fontset): For Thai
21136 font, specify "*" family.
21137
21138 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21139
21140 * progmodes/compile.el (previous-error): Accept a prefix
21141 argument, similarly to next-error.
21142
21143 2003-08-31 Masatake YAMATO <jet@gyve.org>
21144
21145 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21146 the number of files. Bind the number of files to a local
21147 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21148
21149 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21150
21151 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21152 2003-07-26: msdos-long-file-names is a function, not a variable.
21153
21154 2003-08-29 Richard M. Stallman <rms@gnu.org>
21155
21156 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21157 Do nothing with mail-personal-alias-file if it is nil.
21158
21159 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21160 Do nothing if mail-personal-alias-file is nil.
21161
21162 * term.el (term-exec-1): Bind coding-system-for-read.
21163
21164 * dired.el (dired-mouse-find-file-other-window):
21165 Use dired-view-command-alist here, as in dired-view-file.
21166 (dired-view-command-alist): Use %s to substitute file name.
21167 Handle .ps_pages, .eps, .jpg, .gif, .png.
21168
21169 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21170
21171 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21172 `Info-prev-reference', instead of M-tab.
21173
21174 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21175
21176 * simple.el (blink-matching-open): Work correctly on chars that
21177 are designated as parens through the syntax-table text property.
21178
21179 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21180
21181 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21182 line break position in the middle of a non-kinsoku (e.g. latin)
21183 word, making it skip until either a space or a character with
21184 category "|".
21185 (kinsoku-longer): Test for end of buffer.
21186
21187 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21188
21189 * mail/rmail.el (rmail-convert-to-babyl-format):
21190 Detect quoted-printable- and base64-encoded messages and decode them
21191 automatically. Set the message's encoding from the charset=
21192 header, if any. Decode base64-encoded messages in Mail format as well.
21193
21194 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21195
21196 * mail/smtpmail.el: Fix previous change.
21197 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21198 calling smtpmail-via-smtp.
21199 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21200
21201 2003-08-26 John Paul Wallington <jpw@gnu.org>
21202
21203 * image.el (image-jpeg-p): Don't search beyond length of data.
21204
21205 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21206
21207 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21208 misfeature in `expand-abbrev' which caused electric keywords like
21209 "else" to disappear if an open brace was typed directly afterwards.
21210
21211 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21212
21213 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21214 mandatory in `define-widget'.
21215
21216 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21217 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21218
21219 (c-assignment-operators): New language constant that only contains
21220 the assignment operators.
21221
21222 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21223
21224 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21225
21226 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21227 Safeguard against unbalanced sexps.
21228
21229 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21230
21231 * version.el (emacs-version): Check for gtk. Include gtk version info.
21232
21233 2003-08-25 John Paul Wallington <jpw@gnu.org>
21234
21235 * man.el (Man-default-man-entry): Don't whizz past the section
21236 number before looking for it.
21237
21238 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21239
21240 * progmodes/gud.el (gud-display-line): Don't set window-point if
21241 source buffer is not visible. (Only happens with M-x gdba.)
21242
21243 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21244 documentation.
21245 (gdb-source, gdb-source-info): Update to assembler unnecessary
21246 as its done after each GDB command anyway.
21247 (gdb-pre-prompt): Use with-current-buffer.
21248 (gdb-insert-field): Add help-echo text.
21249 (gdb-invalidate-assembler): Re-display of assembler now done in
21250 gdb-info-breakpoints-custom.
21251 (gdb-info-breakpoints-custom): Force re-display of assembler to
21252 happen *after* update of breakpoints buffer.
21253 (gdb-display-source-buffer): Don't choke if gdb-source-window
21254 isn't visible.
21255 (gdb-put-string, gdb-put-arrow): Remove free variables.
21256
21257 2003-08-24 John Paul Wallington <jpw@gnu.org>
21258
21259 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21260
21261 * man.el (Man-default-man-entry): Strip text properties when
21262 snarfing parts of entry because `format' preserves properties.
21263
21264 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21265
21266 * files.el (file-newest-backup): Use `expand-file-name'.
21267
21268 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21269 Allow the diary to pop up a new frame, if needed.
21270
21271 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21272 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21273 (smtpmail-send-it): Make treatment of envelope-from consistent with
21274 sendmail.el.
21275
21276 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21277 (sh-leading-keywords): Add the bash `time' reserved word.
21278 (sh-variables): Add some bash variables.
21279 (sh-add-completer): Fix nil branch of case statement.
21280
21281 2003-08-24 Masatake YAMATO <jet@gyve.org>
21282
21283 * progmodes/ld-script.el: New file.
21284
21285 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21286
21287 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21288
21289 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21290
21291 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21292 Better explain obsolescence, and what to use instead.
21293
21294 2003-08-23 Masatake YAMATO <jet@gyve.org>
21295
21296 * pcvs.el (cvs-do-removal): Show the deleted file name
21297 on the prompt.
21298
21299 2003-08-20 Dave Love <fx@gnu.org>
21300
21301 * international/mule.el (make-coding-system)
21302 (set-buffer-file-coding-system): Doc fix.
21303
21304 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21305
21306 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21307
21308 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21309
21310 * international/utf-16.el: Add mime-text-unsuitable coding system
21311 properties.
21312
21313 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21314
21315 * cus-edit.el: Add some :links.
21316 (bib): Remove.
21317
21318 * textmodes/bib-mode.el (bib): Add :group external.
21319
21320 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21321
21322 * wid-edit.el (widget-echo-help): Make it handle expressions that
21323 evaluate to strings.
21324
21325 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21326
21327 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21328
21329 Simplify selection of SQL products to define highlighting and
21330 interactive mode. Includes detailed instructions on adding
21331 support for new products.
21332
21333 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21334 product for use in highlighting and interactive mode.
21335 (sql-interactive-product): New variable. SQL product for
21336 sql-interactive-mode.
21337 (sql-product-support): New variable. Specifies product-specific
21338 parameters to drive highlighting and interactive mode.
21339 (sql-imenu-generic-expression): Add more object types.
21340 (sql-sqlite-options): Correct comment.
21341 (sql-ms-program): Use "osql" rather than "isql".
21342 (sql-prompt-regexp, sql-prompt-length): Update comment.
21343 (sql-mode-menu): Add "Start SQLi session" entry.
21344 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21345 (sql-mode-abbrev-table): Add abbreviations. Support of
21346 SYSTEM-FLAG on define-abbrev. Support was removed with last
21347 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21348 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21349 names.
21350 (sql-mode-ansi-font-lock-keywords): Set as default value.
21351 (sql-mode-oracle-font-lock-keywords): Set as default value.
21352 Support Oracle 9i keywords.
21353 (sql-mode-postgres-font-lock-keywords): Set as default value.
21354 (sql-mode-linter-font-lock-keywords): Set as default value.
21355 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21356 SQLServer 2000.
21357 (sql-mode-sybase-font-lock-keywords)
21358 (sql-mode-interbase-font-lock-keywords)
21359 (sql-mode-sqlite-font-lock-keywords)
21360 (sql-mode-strong-font-lock-keywords)
21361 (sql-mode-mysql-font-lock-keywords)
21362 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21363 keywords.
21364 (sql-mode-font-lock-defaults): Update comment.
21365 (sql-product-feature): New function. Returns feature associated
21366 with a product from `sql-product-support' alist.
21367 (sql-product-font-lock): New function. Set font-lock support
21368 based on `sql-product'.
21369 (sql-add-product-keywords): New function. Add font-lock rules to
21370 product-specific keyword variables.
21371 (sql-set-product): New function. Set `sql-product' and apply
21372 appropriate font-lock highlighting.
21373 (sql-highlight-product): New function. Set font-lock support
21374 based on a product. Also set mode name to include product name.
21375 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21376 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21377 Use `sql-set-product'.
21378 (sql-highlight-ms-keywords)
21379 (sql-highlight-sybase-keywords)
21380 (sql-highlight-interbase-keywords)
21381 (sql-highlight-strong-keywords)
21382 (sql-highlight-mysql-keywords)
21383 (sql-highlight-sqlite-keywords)
21384 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21385 (sql-get-login): Prompt in the same order as the tokens.
21386 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21387 (sql-product-interactive): New function. Common portions of
21388 product-specific interactive mode wrappers.
21389 (sql-interactive-mode): Rewritten to use product features.
21390 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21391 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21392 (sql-db2, sql-linter): Use `sql-product-interactive'.
21393 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21394 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21395 (sql-connect-ingres, sql-connect-postgres)
21396 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21397 New functions. Format command line parameters and invoke comint on
21398 the appropriate interpreter. Code was in the corresponding
21399 `sql-xyz' function before.
21400 (sql-connect-ms): New function. Support -E argument to use
21401 operating system credentials for authentication.
21402
21403 2003-08-18 Kenichi Handa <handa@m17n.org>
21404
21405 * international/mule.el (encode-char): Fix for the ASCII case.
21406
21407 2003-08-15 Kenichi Handa <handa@m17n.org>
21408
21409 * international/fontset.el (setup-default-fontset): Change "*" to
21410 nil in the specifications of font family.
21411
21412 2003-08-18 Kim F. Storm <storm@cua.dk>
21413
21414 * kmacro.el (kmacro-keymap): Group related bindings in
21415 initialization for clarity. Bind C-s to start macro.
21416 Remove C-r binding.
21417 (kmacro-initial-counter-value): New defvar to hold initial counter
21418 value in case we set the value before defining a macro.
21419 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21420 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21421 not defining or executing macro. Doc fix.
21422 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21423 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21424 temporarily view older elements on the macro ring without cycling
21425 the ring.
21426 (kmacro-display): Doc fix.
21427 (kmacro-exec-ring-item): New helper function.
21428 (kmacro-call-ring-2nd): Use it.
21429 (kmacro-call-ring-2nd-repeat): Doc fix.
21430 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21431 (kmacro-end-or-call-macro): Execute last viewed macro (using
21432 kmacro-exec-ring-item) from ring if this follows
21433 kmacro-view-macro. This allows us to find a macro on the ring
21434 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21435 the ring to bring it to the head of the ring.
21436 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21437 Allow binding to reserved keys without specifying C-x C-k prefix.
21438 Ask for confirmation if entered key sequence is already bound to
21439 a non-macro command.
21440 (kmacro-view-macro): Repeating command will show older elements
21441 on the macro ring; C-k will execute the last viewed macro.
21442 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21443 property from 'ring to 'head.
21444
21445 2003-08-17 Alan Shutko <ats@acm.org>
21446
21447 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21448 keeping December out of the alist.
21449
21450 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21451
21452 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21453 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21454 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21455 (calendar-flatten): New function.
21456 (calendar-mouse-view-other-diary-entries)
21457 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21458 in the menu title and to show multi-line diary entries correctly
21459 in the menu.
21460
21461 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21462
21463 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21464 defcustom, because the default was recently changed.
21465
21466 2003-08-16 Richard M. Stallman <rms@gnu.org>
21467
21468 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21469
21470 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21471 New subroutine, broken out of eval-last-sexp-1.
21472 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21473
21474 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21475
21476 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21477
21478 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21479
21480 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21481
21482 * progmodes/compile.el (compilation-error-regexp-alist):
21483 Add Java ANt error detection as described in document
21484 http://ant.apache.org/faq.html
21485
21486 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21487
21488 * simple.el (backward-word, forward-to-indentation)
21489 (backward-to-indentation): Argument changed to optional.
21490 (next-line, previous-line): Use `or' instead of `unless'.
21491
21492 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21493
21494 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21495 instead of a constant.
21496
21497 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21498
21499 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21500
21501 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21502
21503 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21504 (vc-sccs-workfile-version): Search the entire delta table, rather
21505 than just the first entry, because that might be a deleted version.
21506
21507 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21508
21509 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21510 [save-place] binding in the Options menu. Have it require
21511 'saveplace' and then toggle the variable manually, to avoid an an
21512 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21513 for the bug report.
21514
21515 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21516
21517 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21518 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21519 (gdb-info-threads-custom): Add help-echo text.
21520 (gdb-display-back): Don't use purecopy.
21521 (gdb-info-breakpoints-custom, gdb-reset)
21522 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21523 icons can be displayed.
21524
21525 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21526
21527 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21528
21529 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21530
21531 * bookmark.el (bookmark-completing-read):
21532 Return a string, instead of a list of one string.
21533 Use a popup menu if activated from the mouse.
21534 (bookmark-edit-annotation): Remove unused vars.
21535 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21536 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21537 to bookmark-completing-read.
21538 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21539 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21540 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21541 and erase-buffer.
21542 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21543 (bookmark-menu-jump, bookmark-menu-insert)
21544 (bookmark-popup-menu-and-apply-function)
21545 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21546 (bookmark-menu-build-paned-menu): Remove by folding it into
21547 bookmark-menu-popup-paned-menu.
21548 (menu-bar-bookmark-map): Move the define-key statements here.
21549 Use the "non-menu" commands since they now pop up a menu if needed.
21550 (bookmark-exit-hook-internal): Simplify.
21551
21552 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21553
21554 * reftex-toc.el (reftex-toc-rename-label): New function.
21555 (reftex-toc-check-docstruct): New function.
21556
21557 * reftex.el (reftex-region-active-p): New function.
21558
21559 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21560 regexp to find the \bibliography macro.
21561
21562 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21563 which does not exist in LaTeX.
21564 (reftex-cite-format-builtin): Added amsrefs support.
21565 (reftex-toc-confirm-promotion): New option
21566
21567 * reftex-toc.el
21568 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21569 (reftex-toc-demote, reftex-toc-promote)
21570 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21571 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21572 (reftex-toc-newhead-from-alist)
21573 (reftex-toc-load-all-files-for-promotion): New functions.
21574 (reftex-toc-help): Added description of new keys.
21575 (reftex-toc-split-windows-fraction): New option.
21576 (reftex-recenter-toc-when-idle): Search *toc* window on all
21577 visible frames.
21578 (reftex-toc): Additional parameter REUSE
21579 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21580 with REUSE argument.
21581 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21582 the call of `reftex-toc'.
21583 (reftex-make-separate-toc-frame): New function .
21584 (reftex-toc-recenter): When called with triple prefix arg, call
21585 `reftex-make-separate-toc-frame' first.
21586 (reftex-toc-toggle-dedicated-frame): New command.
21587 (reftex-toc-quit): Adapted to delete frame when called in
21588 dedicated frame.
21589
21590 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21591 all enclosing macros.
21592
21593
21594 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21595
21596 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21597 first use.
21598
21599 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21600
21601 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21602
21603 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21604
21605 * calendar/calendar.el (list-diary-entries-hook)
21606 (diary-display-hook, nongregorian-diary-listing-hook)
21607 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21608 Add some customize options for these hooks.
21609 (calendar-abbrev-construct): Don't try to take a substring longer
21610 than the original string.
21611
21612 2003-08-05 Richard M. Stallman <rms@gnu.org>
21613
21614 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21615 (testcover-reinstrument-clauses): Doc fix.
21616
21617 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21618 (warning-type-format): Rename from warning-group-format.
21619
21620 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21621 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21622 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21623 to prevent warnings about defvar for an obsolete variable.
21624
21625 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21626 warning-group-format renamed to warning-type-format.
21627
21628 * subr.el (read-passwd): Use clear-string instead of fillarray.
21629
21630 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21631 Use vconcat instead of concat.
21632 (edmacro-sanitize-for-string): New function.
21633
21634 2003-08-05 Dave Love <fx@gnu.org>
21635
21636 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21637 line-number-display-limit-width.
21638
21639 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21640
21641 2003-08-05 Kenichi Handa <handa@m17n.org>
21642
21643 * international/code-pages.el: Don't require mule-diag.
21644
21645 * international/mule-diag.el (non-iso-charset-alist):
21646 Add autoload cookie.
21647
21648 * language/devan-util.el (dev-glyph-order): Add an entry for the
21649 glyph code #xC4.
21650
21651 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21652
21653 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21654 (european-calendar-style, diary-date-forms)
21655 (calendar-day-name-array, calendar-month-name-array): Doc change.
21656 (generate-calendar-month): Adapt for new behaviour of
21657 `calendar-day-name' function.
21658 (calendar-abbrev-length, calendar-day-abbrev-array)
21659 (calendar-month-abbrev-array): New variables.
21660 (calendar-abbrev-construct): New function.
21661 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21662 rather than fixing abbrevs at some width. Calling syntax change.
21663 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21664 (calendar-date-string): Adapt for new behaviours of
21665 `calendar-day-name' and `calendar-month-name' functions.
21666
21667 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21668 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21669 (diary-name-pattern): Use abbrev arrays, rather than fixing
21670 abbrevs at three chars. Calling syntax change.
21671 (mark-diary-entries): Adapt for new behaviours of
21672 `diary-name-pattern' and `calendar-make-alist' functions.
21673 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21674 `diary-name-pattern' function.
21675 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21676 fixing abbrevs at three chars. Calling syntax change.
21677 (cal-hebrew, cal-islam): Require when compiling.
21678 (diary-font-lock-keywords): Adapt for new behaviour of
21679 `font-lock-diary-date-forms' function.
21680
21681 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21682 (calendar-hebrew-month-name-array-common-year)
21683 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21684 (list-hebrew-diary-entries): Adapt for new behaviours of
21685 `calendar-day-name' and `add-to-diary-list' functions.
21686 (mark-hebrew-diary-entries): Adapt for new behaviours of
21687 `diary-name-pattern' and `calendar-make-alist' functions.
21688
21689 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21690 Add doc string.
21691 (list-islamic-diary-entries): Adapt for new behaviours of
21692 `calendar-day-name' and `add-to-diary-list' functions.
21693 (mark-islamic-diary-entries): Adapt for new behaviours of
21694 `diary-name-pattern' and `calendar-make-alist' functions.
21695
21696 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21697 `calendar-month-name' function.
21698
21699 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21700
21701 * calendar/solar.el (solar-seasons-data): Move definition before use.
21702
21703 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21704 (cal-tex-LaTeX-hourbox): Move definition before use.
21705
21706 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21707 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21708 * lunar.el, solar.el (displayed-month, displayed-year):
21709 Define for compiler.
21710
21711 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21712
21713 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21714 MODE. Renamed from c-init-c-language-vars'.
21715 (c-initialize-cc-mode): Change accordingly.
21716 (c-common-init): Ditto.
21717 (c-mode): Ditto.
21718 (c++-mode): Use `c-init-language-vars-for'.
21719 (objc-mode): Ditto.
21720 (java-mode): Ditto.
21721 (idl-mode): Ditto.
21722 (pike-mode): Ditto.
21723 (awk-mode): Ditto.
21724
21725 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21726
21727 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21728 or not the point moved.
21729
21730 (c-search-decl-header-end): Don't trip up on operator identifiers
21731 in C++ and operators like == in all languages.
21732
21733 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21734 Detect leading labels correctly.
21735
21736 2003-08-02 Andreas Schwab <schwab@suse.de>
21737
21738 * textmodes/ispell.el: Don't redo key bindings on loading, put
21739 them only in loaddefs.el.
21740 * bookmark.el: Likewise.
21741 * dabbrev.el: Likewise.
21742 * emerge.el: Likewise.
21743
21744 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21745 has more than one member.
21746
21747 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21748
21749 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21750
21751 * lpr.el (printify-region): It was ending conversion before the
21752 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21753
21754 2003-07-31 John Paul Wallington <jpw@gnu.org>
21755
21756 * net/browse-url.el (browse-url-epiphany): Doc fix.
21757
21758 2003-07-30 Kenichi Handa <handa@m17n.org>
21759
21760 * international/fontset.el (setup-default-fontset):
21761 Change registry names of Akurti fonts.
21762
21763 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21764
21765 * comint.el (comint-read-noecho): Use `clear-string' instead of
21766 `fillarray'.
21767
21768 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21769
21770 * outline.el (outline-mode-hook): Add defvar.
21771
21772 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21773
21774 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21775 Restore assembler in source window if that is what has been selected.
21776 (menu): Add gdb-restore-windows to menu. Make gdba
21777 specific menus only visible from gdba.
21778
21779 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21780
21781 * progmodes/compile.el (compilation-environment): New user variable.
21782 (compile-internal): Respect it.
21783
21784 2003-07-23 Masatake YAMATO <jet@gyve.org>
21785
21786 * progmodes/gud.el (gdb-script-font-lock-keywords):
21787 Put `font-lock-function-name-face' on a symbol which includes
21788 `-' like `hook-run'. Put font-lock-variable-name-face
21789 on a symbol starting with $.
21790
21791 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21792
21793 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21794
21795 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21796
21797 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21798
21799 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21800
21801 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21802 Use with-no-warnings.
21803 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21804 rather than to find-file-not-found-hook, which doesn't exist.
21805
21806 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21807
21808 * international/quail.el (quail-translate-key): Fix previous change.
21809
21810 2003-07-25 John Paul Wallington <jpw@gnu.org>
21811
21812 * server.el (server-start): Check `server-process' is non-nil
21813 before killing it to avoid killing current buffer's process.
21814
21815 * simple.el (choose-completion-string): Use `minibufferp';
21816 test `completion-reference-buffer' if `buffer' arg is nil.
21817 (push-mark): Use `when' and `unless'.
21818 (pop-mark): Use `when'.
21819
21820 * mouse-sel.el (mouse-sel-get-selection-function):
21821 Check `x-last-selected-text-primary'. Don't barf if it or
21822 `x-last-selected-text' aren't bound.
21823
21824 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21825
21826 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21827
21828 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21829
21830 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21831
21832 2003-07-23 John Paul Wallington <jpw@gnu.org>
21833
21834 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21835
21836 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21837
21838 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21839 string. Defvar the derived hook.
21840
21841 * macros.el (insert-kbd-macro): Escape double quote character.
21842 From Thomas W Murphy <twm@andrew.cmu.edu>.
21843
21844 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21845
21846 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21847 to match the specific mark rather than reusing comment-start-skip.
21848
21849 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21850
21851 * progmodes/hideshow.el (hs-special-modes-alist):
21852 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21853
21854 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21855
21856 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21857 value using ?\s.
21858
21859 2003-07-21 John Paul Wallington <jpw@gnu.org>
21860
21861 * subr.el (with-selected-window): Add closing paren.
21862
21863 2003-07-21 Richard M. Stallman <rms@gnu.org>
21864
21865 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21866 (lisp-mode): Likewise.
21867
21868 * subr.el (with-selected-window): Copy code form save-selected-window
21869 so as to call select-window with norecord arg.
21870 (dynamic-completion-table): Doc fix.
21871 (lazy-completion-table): Doc fix.
21872
21873 * international/mule-cmds.el (set-locale-environment):
21874 langinfo renamed to locale-info.
21875
21876 * international/mule.el (auto-coding-functions): Doc fix.
21877
21878 2003-07-21 Kenichi Handa <handa@m17n.org>
21879
21880 * international/quail.el (quail-translate-key):
21881 Update quail-current-str correctly.
21882
21883 2003-07-21 Andreas Schwab <schwab@suse.de>
21884
21885 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21886 ?, to "_".
21887
21888 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21889 Version 2.0.36 of Tramp released.
21890
21891 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21892 tramp-password-end-of-line.
21893 (tramp-password-end-of-line): New method parameter.
21894 (tramp-get-password-end-of-line): Function to access method
21895 parameter `tramp-password-end-of-line', or variable
21896 `tramp-default-password-end-of-line' (default value).
21897 (tramp-methods): Add entries for new parameter
21898 tramp-password-end-of-line.
21899 (tramp-enter-password): Use new function
21900 `tramp-get-password-end-of-line'.
21901 (tramp-handle-insert-file-contents): Do not
21902 unconditionally inhibit the file operation file-local-copy, only
21903 do that when the inhibit-file-name-operation is currently
21904 insert-file-contents. This fixes finding remote CVS-controlled
21905 files. (It would barf on inserting the CVS/Entries file
21906 literally, because the file-local-copy handler wasn't called.)
21907 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21908 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21909 (tramp-initial-commands): New variable.
21910 (tramp-process-initial-commands): New function, using the variable.
21911 (tramp-open-connection-setup-interactive-shell): Call the new function.
21912 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21913 method into the buffer name, never use nil. Reported by Hanak
21914 David <dhanak@inf.bme.hu>.
21915 (tramp-open-connection-setup-interactive-shell): Erase buffer
21916 before sending "stty -onlcr".
21917
21918 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21919
21920 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21921
21922 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21923
21924 2003-07-19 John Paul Wallington <jpw@gnu.org>
21925
21926 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21927 (artist-draw-rect, artist-draw-square): Doc fixes.
21928
21929 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21930
21931 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21932
21933 2003-07-19 Kenichi Handa <handa@m17n.org>
21934
21935 * international/kkc.el (kkc-show-conversion-list-update):
21936 Highlight the correct candidate in the message.
21937
21938 2003-07-18 John Paul Wallington <jpw@gnu.org>
21939
21940 * simple.el (current-word): Don't include punctuation char when
21941 `really-word' arg is non-nil.
21942
21943 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21944
21945 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21946 moved to the directory obsolete.
21947
21948 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21949
21950 * info.el (Info-menu-entry-name-re): Allow newlines in
21951 menu entry names.
21952
21953 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21954 syntax-ppss-after-change-function.
21955 (syntax-ppss-after-change-function): New alias. Update uses.
21956 (syntax-ppss): Catch the case where the buffer is narrowed.
21957
21958 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21959
21960 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21961 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21962
21963 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21964
21965 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21966 since it might be modified.
21967
21968 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21969 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21970 names to these language constants.
21971
21972 2003-07-15 Kim F. Storm <storm@cua.dk>
21973
21974 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21975 All uses changed.
21976
21977 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21978
21979 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21980 Namespace support.
21981
21982 2003-07-13 Juanma Barranquero <lektu@terra.es>
21983
21984 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21985 papers received).
21986
21987 2003-07-13 Karl Eichwalder <ke@suse.de>
21988
21989 * textmodes/po.el (po-find-charset): White space at the start of the
21990 Content-Type field body is non-mandatory.
21991
21992 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21993
21994 * textmodes/texinfo.el (texinfo-section-list):
21995 Append appendixsection; a synonym for appendixsec.
21996
21997 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21998
21999 * man.el (Man-translate-cleanup): New.
22000 (Man-translate-references): Call `Man-translate-cleanup' to clean
22001 leading, trailing and middle spaces.
22002
22003 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22004
22005 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22006 Handle `dired-directory' being a list.
22007
22008 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22009
22010 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22011 it doesn't exist.
22012
22013 2003-07-12 Richard M. Stallman <rms@gnu.org>
22014
22015 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22016
22017 * progmodes/cc-defs.el (c-make-keywords-re):
22018 Don't use delete-duplicates.
22019 (c-lang-const): Don't use mapcan.
22020
22021 * apropos.el (apropos-show-scores): Make it customizable.
22022 Document new meaning.
22023 (apropos): Compute scores from symbols.
22024 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22025
22026 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22027
22028 * ps-bdf.el: Fix copyright line.
22029 (bdf-directory-list): Fix initialization code.
22030
22031 2003-07-11 John Paul Wallington <jpw@gnu.org>
22032
22033 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22034 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22035 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22036
22037 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22038
22039 * emacs-lisp/ring.el (ring-elements): Doc fix.
22040
22041 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22042
22043 * calendar/timeclock.el (timeclock-relative)
22044 (timeclock-ask-before-exiting, timeclock-use-display-time):
22045 Doc changes.
22046 (timeclock-modeline-display): Give a message if
22047 `timeclock-use-display-time' is non-nil but `display-time-mode'
22048 is not active.
22049
22050 2003-07-11 Kenichi Handa <handa@m17n.org>
22051
22052 * international/mule-cmds.el (set-language-environment):
22053 Set current-language-environment to the correct string.
22054
22055 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22056
22057 * ps-print.el: Print line number correctly in a region. Reported by
22058 Tim Allen <timallen@ls83.fsnet.co.uk>.
22059 (ps-print-version): New version number (6.6.2).
22060 (ps-printing-region): Code fix.
22061
22062 2003-07-10 John Paul Wallington <jpw@gnu.org>
22063
22064 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22065 this function can be called from `add-completions-from-tags-table'.
22066
22067 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22068
22069 * calendar/timeclock.el (timeclock-use-display-time)
22070 (timeclock-day-over-hook, timeclock-workday-remaining)
22071 (timeclock-status-string, timeclock-when-to-leave)
22072 (timeclock-when-to-leave-string, timeclock-log-data)
22073 (timeclock-find-discrep, timeclock-day-base)
22074 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22075 (timeclock-modeline-display): Set the variable
22076 `timeclock-modeline-display'.
22077 (timeclock-update-modeline): Doc fix. Respect value of
22078 `timeclock-relative'.
22079
22080 2003-07-09 Richard M. Stallman <rms@gnu.org>
22081
22082 * textmodes/reftex-parse.el (reftex-all-document-files):
22083 Add autoload cookie.
22084
22085 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22086 (reftex-scanning-info-available-p): Add autoload cookie.
22087
22088 * international/mule-cmds.el
22089 (set-display-table-and-terminal-coding-system): Delete duplicate
22090 aset on standard-display-table.
22091
22092 * view.el (view-file): If existing buffer's major mode is special,
22093 don't go into view mode.
22094
22095 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22096
22097 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22098
22099 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22100 buffer changes; there's third party code that calls this function
22101 directly.
22102
22103 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22104
22105 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22106 (autodoc-font-lock-keywords): Don't byte compile on font lock
22107 initialization when running from byte compiled files.
22108
22109 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22110
22111 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22112 statement ends with auto-increment "++".
22113
22114 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22115
22116 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22117 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22118 these are changed, so declare them as variables and not constants.
22119
22120 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22121
22122 * subr.el (dolist, dotimes): Doc fix.
22123
22124 2003-07-08 Kim F. Storm <storm@cua.dk>
22125
22126 * international/mule-cmds.el
22127 (set-display-table-and-terminal-coding-system): Don't break
22128 bootstrap if standard-display-table isn't setup yet.
22129
22130 2003-07-07 Richard M. Stallman <rms@gnu.org>
22131
22132 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22133 Give it a doc string, and autoload it.
22134
22135 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22136 Use with-no-warnings.
22137
22138 * info.el (Info-search): If find invisible text, search again.
22139
22140 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22141
22142 * man.el (Man-name-regexp): Match + as part of name.
22143
22144 * simple.el (visible-mode): Rename from vis-mode.
22145 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22146
22147 * simple.el (current-word): New arg REALLY-WORD specifies
22148 don't include punctuation chars.
22149
22150 * emacs-lisp/debug.el (debug, debugger-env-macro):
22151 Use with-no-warnings while accessing and binding unread-command-char.
22152
22153 * international/mule-cmds.el
22154 (set-display-table-and-terminal-coding-system): Use explicit loop
22155 instead of calling standard-display-default.
22156
22157 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22158 Use condition-case to catch error in ange-ftp-get-files.
22159
22160 * net/browse-url.el (browse-url-browser-function):
22161 Add alternative for Epiphany.
22162 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22163 (browse-url-epiphany-startup-arguments)
22164 (browse-url-epiphany-new-window-is-tab): New variables.
22165 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22166
22167 * progmodes/compile.el (compile-auto-highlight): Default now t.
22168 (compile): Doc fix.
22169 (compilation-next-error): Fix previous change.
22170
22171 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22172
22173 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22174
22175 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22176
22177 * gdb-ui.el (gdb-source-info): Display current frame when
22178 attaching to an existing process.
22179 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22180 while laying out windows when attaching to an existing process.
22181
22182 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22183
22184 * info.el (Info-menu): Use Info-menu-entry-name-re.
22185
22186 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22187
22188 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22189 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22190
22191 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22192 to match the same text.
22193
22194 2003-07-06 John Paul Wallington <jpw@gnu.org>
22195
22196 * vc.el (vc-annotate-offset): Move defvar up.
22197
22198 2003-07-06 Kim F. Storm <storm@cua.dk>
22199
22200 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22201 This should fix the infinite loop when extracting menu names.
22202
22203 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22204
22205 * files.el (auto-mode-alist, interpreter-mode-alist):
22206 Remove entries to CC Mode modes to avoid duplicates; they are now added
22207 with autoload directives in cc-mode.el.
22208
22209 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22210
22211 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22212 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22213 these are changed, so declare them as variables and not constants.
22214
22215 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22216 ensure that the entry for ".c" extension comes before the one for
22217 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22218 Fix incorrect entries that were added to `interpreter-mode-alist'.
22219 Move the autoload directives for AWK to the top level since they
22220 aren't recognized anywhere else. Do not use the new AWK mode doc
22221 in the autoload form for the old AWK mode.
22222
22223 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22224
22225 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22226 (bibtex-sort-ignore-string-entries): Default value t.
22227 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22228 erroneously in previous version.
22229 (bibtex-string-files): Docstring reflects new parsing scheme.
22230 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22231 docstring, add # as one of the chars to crush
22232 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22233 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22234 (bibtex-autokey-name-change-strings)
22235 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22236 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22237 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22238 (bibtex-autokey-title-terminators)
22239 (bibtex-autokey-titlewords-stretch)
22240 (bibtex-autokey-titleword-ignore)
22241 (bibtex-autokey-titleword-case-convert)
22242 (bibtex-autokey-titleword-abbrevs)
22243 (bibtex-autokey-titleword-abbrevs)
22244 (bibtex-autokey-titleword-change-strings)
22245 (bibtex-autokey-titleword-length)
22246 (bibtex-autokey-titleword-separator)
22247 (bibtex-autokey-name-year-separator)
22248 (bibtex-autokey-year-title-separator)
22249 (bibtex-autokey-before-presentation-function)
22250 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22251 Fix docstring.
22252 (bibtex-strings, bibtex-reference-keys):
22253 Use lazy-completion-table and make-variable-buffer-local.
22254 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22255 (bibtex-braced-string-syntax-table)
22256 (bibtex-quoted-string-syntax-table): New variables.
22257 (bibtex-parse-nested-braces): Remove.
22258 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22259 (bibtex-parse-association): Simplify.
22260 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22261 (bibtex-parse-field-text): Simplify.
22262 (bibtex-search-forward-field, bibtex-search-backward-field):
22263 argument BOUND can take value t.
22264 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22265 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22266 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22267 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22268 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22269 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22270 and ending of entry. Update for changes of bibtex-search-entry.
22271 Simplify.
22272 (bibtex-map-entries): FUN is called with three arguments.
22273 (bibtex-search-entry): Return a cons pair with buffer positions of
22274 beginning and end of entry.
22275 (bibtex-enclosing-field): Simplify.
22276 (bibtex-format-entry): Use booktitle to set a missing title.
22277 (bibtex-autokey-get-names): Fiddle with regexps.
22278 (bibtex-generate-autokey): Use identity.
22279 (bibtex-parse-keys): Use simplified parsing algorithm if
22280 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22281 arguments. Return alist of keys.
22282 (bibtex-parse-strings): Simplify. Return alist of strings.
22283 (bibtex-complete-string-cleanup): Fix docstring.
22284 (bibtex-read-key): New function.
22285 (bibtex-mode): Fix docstring. Do not parse for keys and
22286 strings when the mode is entered. Set fill-paragraph-function to
22287 bibtex-fill-field. Setup font-lock-mark-block-function the way
22288 font-lock intended.
22289 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22290 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22291 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22292 (bibtex-Preamble): Avoid hard coded constants.
22293 (bibtex-make-field): Fix docstring. Simplify.
22294 (bibtex-beginning-of-entry): Always return new position of point.
22295 (bibtex-end-of-entry): Rearrange cond clauses.
22296 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22297 Update for changes of bibtex-map-entries.
22298 (bibtex-ispell-abstract): Do not move point.
22299 (bibtex-entry-index): Use downcase. Simplify.
22300 (bibtex-lessp): Handle catch-all.
22301 (bibtex-find-crossref): Turn into a command.
22302 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22303 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22304 preamble entries.
22305 (bibtex-fill-field-bounds): New function.
22306 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22307 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22308 (bibtex-String): Use bibtex-strings. Always obey
22309 bibtex-sort-ignore-string-entries.
22310
22311 2003-07-05 John Paul Wallington <jpw@gnu.org>
22312
22313 * cus-theme.el (customize-create-theme):
22314 Call `customize-create-theme' in Reset widget's notify function.
22315
22316 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22317 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22318 (define-ibuffer-column name): Add summarizer.
22319 (define-ibuffer-column size): Likewise.
22320 (define-ibuffer-column filename): Likewise.
22321 (define-ibuffer-column process): Likewise. Change BODY's output too.
22322 (define-ibuffer-column filename-and-process): Likewise, likewise.
22323 (ibuffer): Remove local vars `already-in' and `need-update'.
22324
22325 * ibuf-ext.el: Don't require `derived' at compile-time.
22326
22327 2003-07-05 Kim F. Storm <storm@cua.dk>
22328
22329 * info.el: Disable paragraph refilling.
22330 (Info-refill-paragraphs): New defcustom.
22331 (Info-fontify-node): Use it.
22332
22333 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22334
22335 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22336 thingies from constructors created by defstruct.
22337
22338 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22339 the default value of the variable.
22340 (byte-code-meter): Move declaration to top level.
22341
22342 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22343
22344 * info.el (Info-following-node-name-re): New fun.
22345 (Info-following-node-name): Remove.
22346 (Info-insert-dir): Use the new fun.
22347 (Info-extract-pointer): Don't save restriction; use new fun.
22348 (Info-menu-entry-name-re): New const.
22349 (Info-menu-entry-name-re): Use it along with new fun.
22350 (Info-node-spec-re): Use new fun.
22351 (Info-complete-menu-item, Info-fontify-node): Use new const.
22352 (Info-goto-node, Info-follow-reference, Info-menu-update):
22353 Use match-string.
22354 (Info-follow-reference): Use assoc-string.
22355 Use a list of strings for the completion table.
22356 (Info-fontify-node): Use match-string, line-end-position.
22357 Limit the search for `node:' to the first line.
22358
22359 * newcomment.el (uncomment-region): Remove padding coming from
22360 comment-start rather than just from comment-padding.
22361
22362 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22363 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22364 (vc-cvs-rename-file): Remove (use the default).
22365 (vc-cvs-register): Register parent dir if needed.
22366 (vc-cvs-could-register): Return non-nil if parent can be registered.
22367 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22368 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22369
22370 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22371 (vc-svn-update): Fix the arguments to `svn'.
22372 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22373 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22374 Simple implementations, assuming `name' is a URL.
22375
22376 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22377 set of chars allowed unquoted in a case pattern.
22378
22379 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22380
22381 * font-lock.el (font-lock-extra-types-widget)
22382 (c-font-lock-extra-types, c++-font-lock-extra-types)
22383 (objc-font-lock-extra-types, java-font-lock-extra-types)
22384 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22385 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22386 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22387 (font-lock-match-c++-structor-declaration)
22388 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22389 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22390 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22391 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22392 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22393 (java-font-lock-keywords-3, java-font-lock-keywords)
22394 (java-font-lock-syntactic-face-function): Remove obsolete code
22395 and constants. It's all in cc-fonts.el now.
22396
22397 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22398
22399 * mail/sendmail.el (mail-specify-envelope-from)
22400 (mail-envelope-from): Doc fix.
22401
22402 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22403
22404 * generic-x.el: Do away with the dependency on `c-emacs-features'
22405 when populating `rul-generic-mode-syntax-table'; we already know
22406 this isn't XEmacs.
22407
22408 See ChangeLog.10 for earlier changes.
22409
22410 ;; Local Variables:
22411 ;; coding: iso-2022-7bit
22412 ;; End:
22413
22414 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22415 Copying and distribution of this file, with or without modification,
22416 are permitted provided the copyright notice and this notice are preserved.
22417
22418 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1