]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2
3 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5 partially contained in the active region. Do not take active
6 region into account when called from Lisp, unless INTERACTIVE arg
7 is non-nil. Use `forward-line' instead of `beginning-of-line' to
8 avoid trouble with fields. Make marker point nowhere when no
9 longer used. Always return nil. Doc fix.
10 (flush-lines): Add INTERACTIVE arg. Do not take active region
11 into account when called from Lisp, unless INTERACTIVE arg is
12 non-nil. Use `forward-line' instead of `beginning-of-line' to
13 avoid trouble with fields. Make marker point nowhere when no
14 longer used. Always return nil. Doc fix.
15 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16 interchangeable. Do not take active region into account when
17 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18 message in echo area when called from Lisp, unless INTERACTIVE arg
19 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20 Return the number of matches. Doc fix.
21 (occur): Doc fix.
22 (perform-replace): Make comment follow double space convention for
23 the sake of `outline-minor-mode'.
24
25 * faces.el (facep): Doc fix.
26
27 2005-06-25 Richard M. Stallman <rms@gnu.org>
28
29 * facemenu.el (facemenu-enable-faces-p): New function.
30 (facemenu-background-menu, facemenu-foreground-menu)
31 (facemenu-face-menu): Add menu-enable property.
32
33 * jka-compr.el (jka-compr-insert-file-contents):
34 Special handling if cannot find the uncompression program.
35
36 * cus-face.el (custom-face-attributes): Add autoload.
37
38 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
39 Bind comment-indent-function locally.
40
41 * window.el (save-selected-window): Use save-current-buffer.
42
43 * subr.el (with-selected-window): Use save-current-buffer.
44
45 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
46 and with-current-buffer.
47
48 2005-06-24 Richard M. Stallman <rms@gnu.org>
49
50 * simple.el (line-move-1): Fix previous change.
51
52 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
53
54 * replace.el (occur-1): Set `buffer-read-only' and the
55 buffer-modified flag before running `occur-hook' to protect
56 against unintentional buffer switches that can lead to data loss.
57
58 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
59
60 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
61 (gud-gdb-marker-filter): Use font-lock-warning-face for any
62 initial error.
63
64 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
65 after fresh input.
66 (gdb-var-create-handler): Put name of expression in quotes.
67
68 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
69
70 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
71 elements of RING in order, and without bogus nil elements.
72
73 2005-06-23 Richard M. Stallman <rms@gnu.org>
74
75 * simple.el (set-variable): Args renamed; doc fix.
76 (line-move-1): When there are overlays around, use vertical-motion.
77
78 * faces.el (escape-glyph): Use brown against light background.
79 (nobreak-space): Renamed from no-break-space.
80 Fix previous change.
81
82 * dired-aux.el (dired-do-copy): Fix arg prompt.
83
84 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
85
86 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
87
88 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
89 rather than "Distributor".
90
91 2005-06-23 Lute Kamstra <lute@gnu.org>
92
93 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
94 (debug-on-entry): Use it. New interactive declaration that uses
95 function-called-at-point.
96
97 2005-06-23 Kim F. Storm <storm@cua.dk>
98
99 * subr.el (save-match-data): Add comment about using evaporate arg
100 to set-match-data.
101
102 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
103
104 * cus-edit.el (customize-face)
105 (customize-face-other-window): Handle face aliases.
106
107 * faces.el (face-documentation, set-face-attribute)
108 (face-spec-set): Handle face aliases.
109
110 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
111
112 * help-mode.el (help-make-xrefs): If a symbol representing a face
113 name is not followed by the word "face", it could still be a
114 function or variable name, so don't bypass other checks.
115
116 2005-06-22 Juri Linkov <juri@jurta.org>
117
118 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
119 Replace aliased functions with calls where second arg `inherit' is t.
120
121 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
122
123 * progmodes/gdb-ui.el (gdb-error): New variable.
124 (gdb-error): New function.
125 (gdb-annotation-rules): Act on error-begin and error annotations.
126 (gdb-concat-output): Use font-lock-warning-face for errors.
127
128 2005-06-22 Miles Bader <miles@gnu.org>
129
130 * bindings.el (propertized-buffer-identification): Use renamed
131 `Buffer-menu-buffer' face.
132
133 * faces.el (vertical-border): Renamed from `vertical-divider'.
134 (escape-glyph): Change dark-background color back to `cyan'.
135
136 2005-06-21 Juri Linkov <juri@jurta.org>
137
138 * faces.el (face-user-default-spec): Try getting `customized-face'
139 prior to `saved-face'.
140 (frame-background-mode): Refill docstring.
141
142 * emacs-lisp/lisp-mode.el (eval-defun-1):
143 * emacs-lisp/edebug.el (edebug-eval-defun):
144 Set `saved-face' temporarily to nil before calling form.
145 Set `customized-face' to the new spec after that.
146
147 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
148
149 * subr.el (1value, lambda, key-substitution-in-progress):
150 Doc fixes.
151
152 * autoinsert.el (auto-insert-alist):
153 * ses.el (ses-call-printer):
154 * subr.el (noreturn):
155 * emacs-lisp/lisp.el (check-parens):
156 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
157 * net/browse-url.el (browse-url-mosaic):
158 * progmodes/cc-defs.el (c-safe-scan-lists):
159 * progmodes/ebnf-abn.el (ebnf-abn-lex):
160 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
161 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
162 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
163 * progmodes/ebnf-iso.el (ebnf-iso-lex):
164 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
165
166 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
167
168 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
169
170 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
171
172 * calendar/appt.el (appt-make-list): Activate the package, if
173 not already active (for backwards compatibility).
174
175 2005-06-20 Kim F. Storm <storm@cua.dk>
176
177 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
178
179 2005-06-20 Miles Bader <miles@gnu.org>
180
181 * faces.el (vertical-divider): New face.
182
183 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
184
185 * simple.el (kill-whole-line): Doc fix.
186 (next-error-buffer-p, next-error-find-buffer)
187 (clone-indirect-buffer): Fix typos in docstrings.
188 (comment-line-break-function): Doc fix: don't say variable
189 is automatically buffer-local (it isn't).
190
191 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
192
193 * net/tramp-ftp.el (top):
194 * net/tramp-smb.el (top):
195 * net/tramp-util.el (top):
196 * net/tramp-uu.el (top):
197 * net/tramp-vc.el (top):
198 * net/tramp.el (top): Revert copyright years back to original
199 ones. Tramp has a life outside GNU Emacs.
200
201 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
202
203 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
204
205 2005-06-18 Juri Linkov <juri@jurta.org>
206
207 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
208 end of first regexp to limit the match to the position between
209 line number and source line with same separator character as used
210 between file name and line number. In the second regexp limit
211 mouse-face area to file name and line number by adding new group
212 for them and referring it in HYPERLINK arg.
213 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
214 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
215 previous line where grep markers may be already removed.
216
217 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
218
219 * progmodes/ps-mode.el: Update version and maintainer's email
220 address.
221
222 2005-06-18 Steve Youngs <steve@xemacs.org>
223
224 * net/browse-url.el (browse-url-browser-function)
225 (browse-url-default-browser): Add firefox.
226 (browse-url-firefox-program, browse-url-firefox-arguments)
227 (browse-url-firefox-startup-arguments)
228 (browse-url-firefox-new-window-is-tab): New defcustoms.
229 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
230
231 2005-06-17 Richard M. Stallman <rms@gnu.org>
232
233 * startup.el (command-line): Warn if specified user name has
234 no home directory.
235
236 * term.el (term-get-old-input, term-input-filter, term-input-sender)
237 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
238
239 * longlines.el (longlines-mode, longlines-show-hard-newlines):
240 Doc fixes.
241
242 * faces.el (underline): Try bold if terminal doesn't support underline.
243
244 * mail/sendmail.el (mail-setup-with-from): New variable.
245 (mail-insert-from-field): New function.
246 (sendmail-send-it): Call it.
247 (mail-setup): Optionally call it here.
248
249 * term/linux.el: Call tty-no-underline.
250
251 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
252
253 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
254
255 2005-06-17 Miles Bader <miles@gnu.org>
256
257 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
258 (ediff-current-diff-C, ediff-current-diff-Ancestor)
259 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
260 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
261 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
262 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
263 Remove "-face" suffix from face names.
264 (ediff-current-diff-face-A, ediff-current-diff-face-B)
265 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
266 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
267 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
268 (ediff-even-diff-face-A, ediff-even-diff-face-B)
269 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
270 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
271 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
272 New backward-compatibility aliases for renamed faces.
273 (ediff-current-diff-face-A, ediff-current-diff-face-B)
274 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
275 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
276 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
277 (ediff-even-diff-face-A, ediff-even-diff-face-B)
278 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
279 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
280 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
281 Use renamed ediff faces.
282
283 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
284 Remove "-face" suffix from face names.
285 (eshell-test-ok-face, eshell-test-failed-face):
286 New backward-compatibility aliases for renamed faces.
287 (eshell-run-test): Use renamed eshell-test faces.
288
289 * eshell/em-prompt.el (eshell-prompt):
290 Remove "-face" suffix from face name.
291 (eshell-prompt-face): New backward-compatibility alias for renamed face.
292 (eshell-emit-prompt): Use renamed eshell-prompt face.
293
294 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
295 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
296 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
297 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
298 Remove "-face" suffix from face names.
299 (eshell-ls-directory-face, eshell-ls-symlink-face)
300 (eshell-ls-executable-face, eshell-ls-readonly-face)
301 (eshell-ls-unreadable-face, eshell-ls-special-face)
302 (eshell-ls-missing-face, eshell-ls-archive-face)
303 (eshell-ls-backup-face, eshell-ls-product-face)
304 (eshell-ls-clutter-face):
305 New backward-compatibility aliases for renamed faces.
306 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
307
308 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
309 "-face" suffix from face name.
310 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
311 instead of literal face.
312
313 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
314
315 * emacs-lisp/warnings.el (display-warning, lwarn)
316 (warning-minimum-log-level): Doc fixes.
317 (warning-minimum-level, warning-minimum-log-level):
318 Add :debug to :type choices.
319
320 * progmodes/ada-mode.el (ada-format-paramlist)
321 (ada-get-indent-case, ada-check-matching-start)
322 (ada-check-defun-name, ada-goto-matching-decl-start)
323 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
324 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
325 (ada-make-subprogram-body): Follow error conventions.
326 (ada-case-exception-file, ada-indent-comment-as-code)
327 (ada-indent-handle-comment-special, ada-indent-renames)
328 (ada-indent-return, ada-search-directories-internal)
329 (ada-tab-policy, ada-case-exception-substring)
330 (ada-other-file-alist, ada-matching-start-re)
331 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
332 (ada-imenu-generic-expression, ada-compile-goto-error)
333 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
334 (ada-popup-menu, ada-add-extensions, ada-mode)
335 (ada-region-selected, ada-create-case-exception)
336 (ada-create-case-exception-substring, ada-after-keyword-p)
337 (ada-activate-keys-for-case, ada-adjust-case-region)
338 (ada-adjust-case-buffer, ada-format-paramlist)
339 (ada-scan-paramlist, ada-insert-paramlist)
340 (ada-indent-newline-indent)
341 (ada-indent-newline-indent-conditional)
342 (ada-justified-indent-current, ada-goto-previous-word)
343 (ada-indent-current, ada-get-indent-open-paren)
344 (ada-get-indent-paramlist, ada-get-indent-end)
345 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
346 (ada-get-indent-block-start, ada-get-indent-subprog)
347 (ada-get-indent-noindent, ada-get-indent-label)
348 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
349 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
350 (ada-goto-stmt-end, ada-goto-next-word)
351 (ada-check-matching-start, ada-check-defun-name)
352 (ada-goto-matching-decl-start, ada-goto-matching-start)
353 (ada-goto-matching-end, ada-search-ignore-string-comment)
354 (ada-in-decl-p, ada-looking-at-semi-or)
355 (ada-looking-at-semi-private, ada-in-paramlist-p)
356 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
357 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
358 (ada-next-procedure, ada-previous-procedure, ada-next-package)
359 (ada-previous-package, ada-create-menu)
360 (ada-fill-comment-paragraph-justify)
361 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
362 (ada-other-file-name, ada-last-which-function-line)
363 (ada-last-which-function-subprog, ada-which-function)
364 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
365 (ada-gen-treat-proc, ada-check-emacs-version)
366 (ada-continuation-indent, ada-align-region-separate):
367 Fix typos in docstrings.
368 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
369
370 2005-06-16 Lute Kamstra <lute@gnu.org>
371
372 * simple.el (fundamental-mode): Run after-change-major-mode-hook
373 conditionally.
374
375 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
376
377 * comint.el (comint-replace-by-expanded-filename)
378 (comint-prompt-regexp, comint-delimiter-argument-list)
379 (comint-preinput-scroll-to-bottom):
380 * info.el (Info-hide-cookies-node):
381 * ls-lisp.el (ls-lisp-classify):
382 * find-file.el (ff-search-directories, ff-special-constructs)
383 (ff-find-other-file):
384 * font-lock.el (font-lock-keywords):
385 * shell.el (shell-prompt-pattern)
386 (shell-dynamic-complete-functions, shell-mode)
387 (shell-delimiter-argument-list):
388 * term.el (term-replace-by-expanded-filename)
389 (term-prompt-regexp, term-delimiter-argument-list):
390 * woman.el (woman-ignore, woman0-if):
391 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
392 * emacs-lisp/elint.el (elint-init-env):
393 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
394 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
395 * language/ethio-util.el (ethio-tilde-escape)
396 (ethio-use-three-dot-question):
397 * net/zone-mode.el (zone-mode-load-time-setup):
398 * progmodes/cc-align.el (c-lineup-argcont):
399 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
400 * progmodes/cperl-mode.el (cperl-set-style-back):
401 * progmodes/inf-lisp.el (inferior-lisp-prompt):
402 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
403 Fix spellings in docstrings.
404
405 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
406 * progmodes/modula2.el (m2-for): Fix spellings.
407
408 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
409
410 * simple.el (undo-more): Don't use `format' on `error' arguments.
411 Improve argument/docstring consistency.
412 (pending-undo-list): Doc fix.
413
414 * smerge-mode.el (smerge-ensure-match):
415 * emulation/vip.el (vip-ex):
416 * net/zone-mode.el (zone-mode-update-serial):
417 * progmodes/idlwave.el (idlwave-complete):
418 * progmodes/vhdl-mode.el (vhdl-visit-file)
419 (vhdl-compose-wire-components):
420 Don't use `format' on `error' arguments.
421
422 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
423 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
424 (tooltip-help-tips): Fix typos in docstrings.
425
426 2005-06-16 David Ponce <david@dponce.com>
427
428 * tree-widget.el (tree-widget-value-create): Simplify last change.
429
430 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
431
432 * ido.el (ido-incomplete-regexp): New variable.
433 (ido-set-matches-1): Handle invalid-regexp error and set
434 ido-incomplete-regexp.
435 (ido-incomplete-regexp): New face.
436 (ido-completions): Use it.
437 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
438 incomplete regexps.
439 (ido-completions): Add check for complete match when entering a regexp.
440
441 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
444
445 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
446
447 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
448 by field delimiters.
449
450 2005-06-15 David Ponce <david@dponce.com>
451
452 * tree-widget.el: eval-and-compile inlined functions so they will
453 be available at run-time too.
454 (tree-widget-super-format-handler)
455 (tree-widget-format-handler): Remove.
456 (tree-widget-value-create): Handle the :indent property.
457
458 2005-06-15 Miles Bader <miles@gnu.org>
459
460 * progmodes/which-func.el (which-func): Only inherit
461 `font-lock-function-name-face' when that makes sense against the
462 default mode-line face, otherwise set the face color explicitly.
463
464 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
465 faces instead of (non-existent) variables.
466
467 2005-06-14 Miles Bader <miles@gnu.org>
468
469 * progmodes/ld-script.el (ld-script-location-counter):
470 Remove "-face" suffix from face name.
471 (ld-script-location-counter-face):
472 New backward-compatibility alias for renamed face.
473 (ld-script-location-counter-face): Use renamed face.
474
475 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
476 (cperl-hash): Remove "-face" suffix from face names.
477 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
478 New backward-compatibility aliases for renamed faces.
479 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
480 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
481
482 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
483 name.
484 (which-func-face): New backward-compatibility alias for renamed face.
485 (which-func-format): Use renamed which-func face.
486
487 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
488 (vhdl-function, vhdl-directive, vhdl-reserved-word)
489 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
490 names.
491 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
492 (vhdl-speedbar-configuration, vhdl-speedbar-package)
493 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
494 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
495 (vhdl-speedbar-architecture-selected)
496 (vhdl-speedbar-configuration-selected)
497 (vhdl-speedbar-package-selected)
498 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
499 names.
500 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
501 Use renamed faces.
502 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
503 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
504 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
505 Use renamed faces.
506 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
507 names.
508 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
509 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
510 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
511 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
512 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
513 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
514
515 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
516 face name.
517 (sh-heredoc-face): New backward-compatibility alias for renamed face.
518 (sh-heredoc-face): Use renamed sh-heredoc face.
519
520 * progmodes/idlw-help.el (idlwave-help-link):
521 Remove "-face" suffix from face name.
522 (idlwave-help-link-face):
523 New backward-compatibility alias for renamed face.
524 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
525
526 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
527 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
528 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
529 New backward-compatibility aliases for renamed faces.
530 (idlwave-shell-disabled-breakpoint-face)
531 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
532
533 * progmodes/flymake.el (flymake-errline, flymake-warnline):
534 Remove "-face" suffix from face names.
535 (flymake-errline-face, flymake-warnline-face):
536 New backward-compatibility aliases for renamed faces.
537 (flymake-highlight-line): Use renamed flymake faces.
538
539 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
540 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
541 (ebrowse-member-class, ebrowse-progress):
542 Remove "-face" suffix from face names.
543 (ebrowse-tree-mark-face, ebrowse-root-class-face)
544 (ebrowse-file-name-face, ebrowse-default-face)
545 (ebrowse-member-attribute-face, ebrowse-member-class-face)
546 (ebrowse-progress-face):
547 New backward-compatibility aliases for renamed faces.
548 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
549 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
550 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
551 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
552
553 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
554 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
555 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
556 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
557 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
558 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
559 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
560 New backward-compatibility aliases for renamed faces.
561 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
562 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
563 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
564 "font-lock-". Use renamed antlr-mode faces.
565 (antlr-font-lock-additional-keywords): Use renamed faces.
566 Replace literal face-names with face variable references.
567
568 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
569 face name.
570 (Buffer-menu-buffer-face): New backward-compatibility alias for
571 renamed face.
572 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
573
574 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
575
576 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
577 Eliminate "-face" suffix.
578 (makefile-targets): Inherit from font-lock-function-name-face and
579 eliminate "-face" suffix.
580 (makefile-shell): Remove attributes and eliminate "-face" suffix.
581 (makefile-*-font-lock-keywords): Append makefile-targets in rule
582 actions, instead of prepending, to make it less visible.
583 (makefile-previous-dependency, makefile-match-dependency):
584 Don't match a target on a continuation line.
585
586 * files.el (auto-mode-alist): Put Makefile in gmake mode.
587
588 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
589
590 * progmodes/gdb-ui.el (menu): Re-order menu items.
591 (gdb-tooltip-print): Respect tooltip-use-echo-area.
592
593 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
594 Define in tooltip.el.
595 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
596 (gud-tooltip-tips): Respect tooltip-use-echo-area and
597 gud-tooltip-echo-area.
598
599 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
600 backward compatibility and make obsolete.
601 (tooltip-help-tips): Use tooltip-use-echo-area.
602 (tooltip-show-help-function): Rename to...
603 (tooltip-show-help): ...this, because it is a function.
604 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
605
606 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
607
608 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
609 (edebug-print-length, edebug-print-level, edebug-print-circle)
610 (edebug-modify-breakpoint, edebug-eval-last-sexp)
611 (edebug-eval-print-last-sexp): Doc fixes.
612
613 2005-06-14 Kim F. Storm <storm@cua.dk>
614
615 * ido.el (ido-mode): Make a new keymap every time we enable ido,
616 as the coverage buffer/file/both may change.
617
618 2005-06-14 Lute Kamstra <lute@gnu.org>
619
620 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
621 and run-mode-hooks. Simplify.
622
623 * mail/rmailedit.el (rmail-edit-mode):
624 * progmodes/octave-inf.el (inferior-octave-mode):
625 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
626
627 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
628 and run-mode-hooks.
629 (recentf-edit-list, recentf-open-files): Don't call
630 kill-all-local-variables directly.
631
632 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
633
634 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
635
636 * emacs-lisp/byte-run.el (make-obsolete)
637 (define-obsolete-function-alias): Rename arguments FUNCTION and
638 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
639 (make-obsolete-variable, define-obsolete-variable-alias):
640 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
641 respectively.
642
643 * isearchb.el (isearchb-activate):
644 * pcvs.el (cvs-mode):
645 * ses.el (ses-load):
646 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
647 * net/tramp.el (tramp-find-file-exists-command)
648 (tramp-find-shell):
649 * progmodes/ada-mode.el (ada-create-case-exception)
650 (ada-create-case-exception-substring, ada-make-subprogram-body):
651 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
652 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
653 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
654 * textmodes/org.el (org-promote, org-evaluate-time-range)
655 (org-agenda-next-date-line, org-agenda-previous-date-line)
656 (org-agenda-error, org-open-at-point, org-table-move-row)
657 (org-format-table-table-html-using-table-generate-source)
658 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
659 * textmodes/reftex.el (reftex-access-scan-info):
660 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
661 (reftex-toc-promote-prepare): Follow error conventions.
662
663 * diff-mode.el (diff-mode): Fix typo in docstring.
664
665 * forms.el (forms--intuit-from-file): Fix reference to
666 `forms-number-of-fields' in error message.
667 (forms-print): Fix quoting in error message.
668
669 * forms.el (forms-mode):
670 * emulation/vi.el (vi-goto-insert-state):
671 * progmodes/flymake.el (flymake-new-err-info)
672 (flymake-start-syntax-check-for-current-buffer)
673 (flymake-simple-cleanup):
674 * eshell/esh-var.el (eshell/export):
675 * progmodes/gud.el (xdb):
676 * textmodes/flyspell.el (flyspell-incorrect-hook)
677 (flyspell-maybe-correct-transposition)
678 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
679
680 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
681
682 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
683 minibuffer prompt.
684
685 2005-06-13 Kim F. Storm <storm@cua.dk>
686
687 * subr.el (add-to-ordered-list): New defun.
688
689 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
690 add cua--keymap-alist to emulation-mode-map-alists.
691
692 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * subr.el (complete-in-turn): New macro.
695 (dynamic-completion-table, lazy-completion-table): Add debug info.
696
697 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
698 in preference to face aliases.
699
700 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
701 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
702 Remove unused vars `start' and `firstline'.
703 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
704 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
705
706 2005-06-13 Eli Zaretskii <eliz@gnu.org>
707
708 * cus-start.el (all): Don't complain about missing GTK-related
709 variables, unless either `gtk' is boundp or this isn't a
710 `windows-nt' build.
711
712 2005-06-13 Lute Kamstra <lute@gnu.org>
713
714 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
715 run-mode-hooks.
716
717 * ediff-mult.el (ediff-meta-mode):
718 * ediff-util.el (ediff-mode): Use run-mode-hooks.
719
720 * ledit.el (ledit-mode): Use delay-mode-hooks.
721
722 * woman.el (woman-mode-line-format): Delete constant.
723 (woman-mode-map): Initialize it properly.
724 (woman-mode): Set mode-class property to special.
725 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
726 Set major-mode and mode-name. Don't set mode-line-format directly.
727 (Man-getpage-in-background): Don't reference woman-mode-line-format.
728
729 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
730 string argument obsolete.
731
732 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
733
734 * textmodes/org.el (org-CUA-compatible): New option.
735 (org-disputed-keys): New variable.
736 (org-key): New function.
737 (orgtbl-make-binding): Add docstring to the created function.
738 (org-mode): Set paragraph start/separate regexps.
739 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
740 (org-archive-location, org-archive-mark-done)
741 (org-archive-stamp-time): New options.
742 (org-archive-subtree): New command.
743 (org-fill-paragraph): New function.
744 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
745 (org-fake-empty-table-line): Function removed.
746 (org-format-org-table-html): Do not create empty table lines at
747 separator lines. Improved table header treatment.
748 (org-link-format): New option.
749 (org-make-link): New function.
750 (org-insert-link, org-store-link): Use org-make-link.
751 (org-open-file): Quote file name for shell command, to allow
752 spaces in file names.
753 (org-link-regexp): Fix bug with mailto link.
754 (org-link-maybe-angles-regexp, org-protected-link-regexp):
755 New constants.
756 (org-export-as-html): Deal with the optional angles around a link.
757 Better treatment of file: links.
758 (org-open-at-point): Replace @{ and @} with < and >.
759 (org-run-mode-hooks): Function removed.
760 (org-agenda-mode): No longer use `org-run-mode-hooks'.
761
762 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
763
764 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
765 MI command -data-list-register-values.
766 (gdb-post-prompt): Indent properly.
767
768 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
769
770 * hilit-chg.el (highlight-changes-colors): Rename from
771 `highlight-changes-colours'.
772 (highlight-changes-colours): Keep as obsolete alias.
773 (highlight-changes-face-list): Doc fix.
774 (hilit-chg-make-list): Use `highlight-changes-colors'.
775
776 2005-06-12 Mark A. Hershberger <mah@everybody.org>
777
778 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
779 defun-prompt-regexp.
780
781 2005-06-12 Eli Zaretskii <eliz@gnu.org>
782
783 * loadup.el: Don't say we are dumping under 2 names on windows-nt
784 and cygwin.
785
786 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
787 Don't use an old loaddefs.el, as in Makefile.in.
788
789 2005-06-12 Lute Kamstra <lute@gnu.org>
790
791 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
792
793 * man.el (Man-mode-map): Initialize it properly.
794 (Man-mode): Set mode-class property to special.
795
796 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
797
798 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
799
800 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
801 A newline is needed in the docstring there.
802
803 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
804 Doc fixes.
805
806 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
807
808 * printing.el: Doc fix. The menubar is no more changed when printing
809 is loaded, it only changes when pr-menu-bind or pr-update-menus is
810 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
811 (pr-version): New version number (6.8.4).
812 (pr-menu-bind): New command.
813 (pr-update-menus): Docstring and code fix.
814 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
815 Docstring fix.
816 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
817 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
818
819 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
820
821 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
822 "Returns" to "return", document useful return values, etc.
823
824 2005-06-11 Alan Mackenzie <acm@muc.de>
825
826 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
827 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
828 (adaptive-file-function): Minor amendment to doc-string.
829
830 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
831
832 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
833 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
834 Fix :type--it is `integer', not `string'.
835
836 * faces.el (modeline-highlight): Rename from (the erroneous)
837 `modeline-higilight'.
838
839 2005-06-11 Lute Kamstra <lute@gnu.org>
840
841 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
842 lisp-interaction-mode-map but make it the parent.
843 (edebug-eval-mode): Use define-derived-mode.
844
845 2005-06-11 Andreas Schwab <schwab@suse.de>
846
847 * bindings.el: Add binding of `ESC functionkey' for every
848 `M-functionkey'.
849 * hexl.el (hexl-mode-map): Likewise.
850
851 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
852
853 * progmodes/compile.el (compilation-error-regexp-alist-alist)
854 [msft]: update regexp for newer msft compilers.
855
856 2005-06-10 Mark A. Hershberger <mah@everybody.org>
857
858 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
859 ATTLIST portions of included DTDs.
860 (xml-parse-dtd): Eliminate use of inefficient match-data.
861
862 2005-06-10 Miles Bader <miles@gnu.org>
863
864 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
865 (mpuz-text): Remove "-face" suffix from face names.
866 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
867 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
868 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
869
870 * play/gomoku.el (gomoku-O, gomoku-X):
871 Remove "-face" suffix from face names.
872 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
873 New backward-compatibility aliases for renamed faces.
874 (gomoku-font-lock-keywords): Use renamed gomoku faces.
875
876 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
877
878 * thumbs.el: Fixes for changes of 2005-06-09.
879 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
880 as a directory.
881 (thumbs-thumbname): Remove directory separator from format string;
882 `thumbs-thumbsdir' now returns a valid directory name.
883 (thumbs-temp-dir): New defsubst.
884 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
885 Use it.
886
887 * cus-edit.el (minibuffer):
888 * files.el (make-backup-file-name-function):
889 * filesets.el (filesets-external-viewers):
890 * hilit-chg.el (highlight-changes-colours)
891 (highlight-changes-face-list, highlight-changes-rotate-faces):
892 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
893 * kmacro.el (kmacro-call-macro):
894 * log-edit.el (log-edit-changelog-full-paragraphs):
895 * mouse.el (mouse-1-click-follows-link):
896 * skeleton.el (skeleton-autowrap):
897 * subr.el (insert-for-yank-1):
898 * tempo.el (tempo-insert-region):
899 * terminal.el (terminal-emulator):
900 * time.el (display-time-mail-face):
901 * vc.el (vc-annotate):
902 * vcursor.el (vcursor-copy-line):
903 * woman.el (woman-bold-headings, woman-ignore)
904 (woman-default-faces, woman-monochrome-faces):
905 * calendar/todo-mode.el (todo-insert-threshold):
906 * emulation/pc-select.el (pc-select-selection-keys-only)
907 (pc-selection-mode):
908 * emulation/vip.el (vip-find-char-forward):
909 * emulation/viper-cmd.el (viper-find-char-forward):
910 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
911 (input-method-exit-on-invalid-key):
912 * international/mule-diag.el (describe-coding-system):
913 * international/ucs-tables.el (unify-8859-on-encoding-mode):
914 * net/browse-url.el (browse-url-xterm-program):
915 * obsolete/lazy-lock.el (lazy-lock-mode):
916 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
917 (cperl-mode):
918 * progmodes/cpp.el (cpp-face-light-name-list)
919 (cpp-face-dark-name-list):
920 * progmodes/delphi.el (delphi-newline-always-indents):
921 Fix spellings in docstrings.
922
923 * ido.el (ido-mode, ido-file-extensions-order)
924 (ido-default-file-method, ido-default-buffer-method)
925 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
926 (ido-decorations, ido-read-file-name-as-directory-commands)
927 (ido-read-file-name-non-ido, ido-work-directory-list)
928 (ido-ignore-item-temp-list, ido-current-directory)
929 (ido-magic-forward-char, ido-enter-find-file)
930 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
931 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
932
933 2005-06-10 Lute Kamstra <lute@gnu.org>
934
935 * play/dunnet.el (dun-mode): Use define-derived-mode.
936 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
937 obsolete alias.
938
939 * play/doctor.el (doctor-mode-map): Remove defvar.
940 (doctor-mode): Use define-derived-mode.
941
942 * mail/mspools.el (mspools-mode):
943 * net/eudc-hotlist.el (eudc-hotlist-mode):
944 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
945
946 2005-06-10 Miles Bader <miles@gnu.org>
947
948 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
949 Remove "-face" suffix from face names.
950 (flyspell-incorrect-face, flyspell-duplicate-face):
951 New backward-compatibility aliases for renamed faces.
952 (flyspell-mode-on, make-flyspell-overlay)
953 (flyspell-highlight-incorrect-region)
954 (flyspell-highlight-duplicate-region)
955 (flyspell-display-next-corrections)
956 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
957
958 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
959 from face name.
960 (texinfo-heading-face): New backward-compatibility alias for
961 renamed face.
962 (texinfo-heading-face): Use renamed texinfo-heading face.
963
964 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
965 suffix from face names.
966 (tex-math-face, tex-verbatim-face):
967 New backward-compatibility aliases for renamed faces.
968 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
969 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
970 literal face name.
971
972 * textmodes/table.el (table-cell): Remove "-face" suffix from face
973 name.
974 (table-cell-face): New backward-compatibility alias for renamed face.
975 (table--put-cell-face-property, table--update-cell-face):
976 Use renamed table-cell face.
977
978 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
979 from face name.
980 (sgml-namespace-face): New backward-compatibility alias for
981 renamed face.
982 (sgml-namespace-face): Use renamed sgml-namespace face.
983
984 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
985 (org-level-4, org-level-5, org-level-6, org-level-7)
986 (org-level-8, org-warning, org-headline-done)
987 (org-deadline-announce, org-scheduled-today)
988 (org-scheduled-previously, org-link, org-done, org-table)
989 (org-time-grid): Remove "-face" suffix from face names.
990 (org-level-1-face, org-level-2-face, org-level-3-face)
991 (org-level-4-face, org-level-5-face, org-level-6-face)
992 (org-level-7-face, org-level-8-face, org-warning-face)
993 (org-headline-done-face, org-deadline-announce-face)
994 (org-scheduled-today-face, org-scheduled-previously-face)
995 (org-link-face, org-done-face, org-table-face)
996 (org-time-grid-face):
997 New backward-compatibility aliases for renamed faces.
998 (org-level-faces, org-set-font-lock-defaults, org-timeline)
999 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1000 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1001 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1002
1003 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1004 (viper-minibuffer-emacs, viper-minibuffer-insert)
1005 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1006 (viper-search-face, viper-replace-overlay-face)
1007 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1008 (viper-minibuffer-vi-face):
1009 New backward-compatibility aliases for renamed faces.
1010 (viper-search-face, viper-replace-overlay-face)
1011 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1012 (viper-minibuffer-vi-face): Use renamed viper faces.
1013
1014 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1015 Remove "-face" suffix from face names.
1016 (testcover-nohits-face, testcover-1value-face):
1017 New backward-compatibility aliases for renamed faces.
1018 (testcover-mark): Use renamed testcover faces.
1019
1020 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1021 face name.
1022 (diary-button-face): New backward-compatibility alias for renamed face.
1023 (diary-entry): Use renamed diary-button face.
1024
1025 * calendar/calendar.el (diary, calendar-today, holiday)
1026 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1027 (diary-face, calendar-today-face, holiday-face):
1028 New backward-compatibility aliases for renamed faces.
1029 (eval-after-load "facemenu", diary-entry-marker)
1030 (calendar-today-marker, calendar-holiday-marker, diary-face):
1031 Use renamed calendar faces.
1032
1033 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1034 (compare-windows-face): New backward-compatibility alias for
1035 renamed face.
1036 (compare-windows-highlight): Use renamed compare-windows face.
1037
1038 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1039 (strokes-char-face): New backward-compatibility alias for renamed face.
1040 (strokes-encode-buffer): Use renamed strokes-char face.
1041
1042 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1043 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1044 Remove "-face" suffix from face names.
1045 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1046 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1047 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1048 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1049 Use renamed pcvs faces.
1050 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1051 * pcvs-defs.el (cvs-mode-map): Likewise.
1052 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1053
1054 * info.el (info-title-1, info-title-2, info-title-3)
1055 (info-title-4): Remove "-face" suffix from and downcase face names.
1056 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1057 (Info-title-4-face):
1058 New backward-compatibility aliases for renamed faces.
1059 (Info-fontify-node): Use renamed info faces.
1060
1061 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1062 Remove "-face" suffix from face names.
1063 (highlight-changes-face, highlight-changes-delete-face):
1064 New backward-compatibility aliases for renamed faces.
1065 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1066 (hilit-chg-make-list): Use renamed highlight-changes faces.
1067
1068 * generic-x.el (show-tabs-tab, show-tabs-space):
1069 Remove "-face" suffix from face names.
1070 (show-tabs-tab-face, show-tabs-space-face):
1071 New backward-compatibility aliases for renamed faces.
1072 (show-tabs-generic-mode-font-lock-defaults-1)
1073 (show-tabs-generic-mode-font-lock-defaults-2):
1074 Use renamed show-tabs faces.
1075
1076 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1077 (smerge-markers): Remove "-face" suffix from face names.
1078 (smerge-mine-face, smerge-other-face, smerge-base-face)
1079 (smerge-markers-face):
1080 New backward-compatibility aliases for renamed faces.
1081 (smerge-mine-face, smerge-other-face, smerge-base-face)
1082 (smerge-markers-face): Use renamed smerge faces.
1083
1084 * log-view.el (log-view-file, log-view-message):
1085 Remove "-face" suffix from face names.
1086 (log-view-file-face, log-view-message-face):
1087 New backward-compatibility aliases for renamed faces.
1088 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1089
1090 * paren.el (show-paren-match, show-paren-mismatch):
1091 Remove "-face" suffix from face names.
1092 (show-paren-match-face, show-paren-mismatch-face):
1093 New backward-compatibility aliases for renamed faces.
1094 (show-paren-function): Use renamed show-paren faces.
1095
1096 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1097 (ruler-mode-margins, ruler-mode-fringes)
1098 (ruler-mode-column-number, ruler-mode-fill-column)
1099 (ruler-mode-comment-column, ruler-mode-goal-column)
1100 (ruler-mode-tab-stop, ruler-mode-current-column):
1101 Remove "-face" suffix from face names.
1102 (ruler-mode-default-face, ruler-mode-pad-face)
1103 (ruler-mode-margins-face, ruler-mode-fringes-face)
1104 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1105 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1106 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1107 New backward-compatibility aliases for renamed faces.
1108 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1109 (ruler-mode-column-number, ruler-mode-fill-column)
1110 (ruler-mode-comment-column, ruler-mode-goal-column)
1111 (ruler-mode-tab-stop, ruler-mode-current-column)
1112 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1113
1114 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1115 face name.
1116 (whitespace-highlight-the-space): Use renamed face.
1117 (whitespace-highlight-face): New backward-compatibility alias for
1118 renamed face.
1119
1120 * woman.el (woman-italic, woman-bold, woman-unknown)
1121 (woman-addition, woman-symbol-face):
1122 Remove "-face" suffix from face names.
1123 (woman-italic-face, woman-bold-face, woman-unknown-face)
1124 (woman-addition-face):
1125 New backward-compatibility aliases for renamed faces.
1126 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1127 (woman-decode-region, woman-replace-match)
1128 (woman-display-extended-fonts, woman-special-characters)
1129 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1130 Use renamed woman faces.
1131
1132 * longlines.el (longlines-visible-face): Face removed.
1133
1134 * diff-mode.el (diff-header, diff-file-header, diff-index)
1135 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1136 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1137 suffix from face names.
1138 (diff-header-face, diff-file-header-face, diff-index-face)
1139 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1140 (diff-changed-face, diff-function-face, diff-context-face)
1141 (diff-nonexistent-face): New backward-compatibility aliases for
1142 renamed faces.
1143 (diff-header-face, diff-file-header-face)
1144 (diff-index, diff-index-face, diff-hunk-header)
1145 (diff-hunk-header-face, diff-removed, diff-removed-face)
1146 (diff-added, diff-added-face, diff-changed-face, diff-function)
1147 (diff-function-face, diff-context-face, diff-nonexistent)
1148 (diff-nonexistent-face): Use renamed diff-mode faces.
1149
1150 * progmodes/compile.el (compilation-warning-face)
1151 (compilation-info-face): Remove "-face" suffix from face names.
1152 (compilation-warning-face, compilation-info-face):
1153 New backward-compatibility aliases for renamed faces.
1154 (compilation-warning-face, compilation-info-face):
1155 Use renamed compilation faces.
1156
1157 * add-log.el (change-log-date, change-log-name)
1158 (change-log-email, change-log-file, change-log-list)
1159 (change-log-conditionals, change-log-function)
1160 (change-log-acknowledgement): Remove "-face" suffix from face names.
1161 (change-log-date-face, change-log-name-face)
1162 (change-log-email-face, change-log-file-face)
1163 (change-log-list-face, change-log-conditionals-face)
1164 (change-log-function-face, change-log-acknowledgement-face):
1165 New backward-compatibility aliases for renamed faces.
1166 (change-log-font-lock-keywords): Use renamed change-log faces.
1167
1168 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1169 (custom-set, custom-changed, custom-saved, custom-button)
1170 (custom-button-pressed, custom-documentation, custom-state)
1171 (custom-comment, custom-comment-tag, custom-variable-tag)
1172 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1173 (custom-group-tag): Remove "-face" suffix from face names.
1174 (custom-magic-alist, custom-magic-value-create)
1175 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1176 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1177 (custom-set-face, custom-changed-face, custom-saved-face)
1178 (custom-button-face, custom-button-pressed-face)
1179 (custom-documentation-face, custom-state-face)
1180 (custom-comment-face, custom-comment-tag-face)
1181 (custom-variable-tag-face, custom-variable-button-face)
1182 (custom-face-tag-face, custom-group-tag-face-1)
1183 (custom-group-tag-face):
1184 New backward-compatibility aliases for renamed faces.
1185
1186 * wid-edit.el (widget-documentation, widget-button)
1187 (widget-field, widget-single-line-field, widget-inactive)
1188 (widget-button-pressed): "-face" suffix removed from face names.
1189 (widget-documentation-face, widget-button-face)
1190 (widget-field-face, widget-single-line-field-face)
1191 (widget-inactive-face, widget-button-pressed-face):
1192 New backward-compatibility aliases for renamed faces.
1193 (widget-documentation-face, widget-button-face)
1194 (widget-button-pressed-face, widget-specify-field)
1195 (widget-specify-inactive): Use renamed widget faces.
1196
1197 2005-06-10 Kenichi Handa <handa@m17n.org>
1198
1199 * term/x-win.el (x-clipboard-yank): Remove condition-case
1200 wrapping.
1201
1202 2005-06-11 Kenichi Handa <handa@m17n.org>
1203
1204 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1205 date lines stricter.
1206
1207 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1208
1209 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1210 of x-get-selection.
1211
1212 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * comint.el (comint-mode, comint-snapshot-last-prompt):
1215 * frame.el (frame-current-scroll-bars):
1216 * term.el (term-mode, term-check-proc, term-input-sender)
1217 (term-simple-send, term-extract-string, term-word)
1218 (term-match-partial-filename):
1219 * window.el (window-current-scroll-bars):
1220 * emulation/cua-base.el (cua-normal-cursor-color)
1221 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1222 (cua-global-mark-cursor-color):
1223 * mail/undigest.el (rmail-forward-separator-regex):
1224 Fix typos in docstrings.
1225
1226 * comint.el (comint-check-proc, make-comint-in-buffer)
1227 (comint-source-default): Doc fixes.
1228
1229 * term.el (term-send-string): Improve argument/docstring
1230 consistency.
1231
1232 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1235 call to `delete-region'.
1236 (comint-mode-hook): Do not enable Font Lock by default.
1237
1238 2005-06-09 Lute Kamstra <lute@gnu.org>
1239
1240 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1241 could be void.
1242
1243 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1246 (debug): Use it.
1247 (debugger-step-through, debugger-continue, debugger-jump)
1248 (debugger-return-value): Set it when needed.
1249 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1250 Use inhibit-read-only.
1251
1252 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * window.el (shrink-window-if-larger-than-buffer)
1255 (window-size-fixed): Fix typo in docstring.
1256
1257 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1258 thumbnails directory on loading.
1259 (thumbs-conversion-program): Use `eq' to check the system type,
1260 not `equal'.
1261 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1262 not "/tmp". Fix docstring.
1263 (thumbs-thumbsdir): New function to return the thumbnails
1264 directory, creating it if needed.
1265 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1266 (thumbs-temp-file): Delete variable and make it into a function.
1267 (thumbs-resize-image, thumbs-modify-image): Use it.
1268 (thumbs-kill-buffer): Simplify.
1269 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1270 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1271 docstrings.
1272
1273 2005-06-09 Kim F. Storm <storm@cua.dk>
1274
1275 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1276 set-match-data to free markers in match-data.
1277
1278 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1279 match-data to unchain markers in match-data.
1280
1281 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1284 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1285 unnecessary now.
1286
1287 2005-06-08 Richard M. Stallman <rms@gnu.org>
1288
1289 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1290 give the variable a doc string that doesn't say don't set it directly.
1291
1292 * textmodes/ispell.el (ispell-check-version):
1293 Use match-string-no-properties.
1294 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1295 (ispell-buffer-local-words): Likewise.
1296
1297 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1298 except on terminals with enough colors to really display it.
1299 (makefile-dependency-regex): Delete spurious `bb'.
1300
1301 * faces.el (escape-glyph): Use blue once again in last case.
1302 (no-break-space): Redefine so that it isn't invisible on a tty.
1303
1304 2005-06-08 Kim F. Storm <storm@cua.dk>
1305
1306 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1307 also when reading directory name.
1308
1309 2005-06-08 Lute Kamstra <lute@gnu.org>
1310
1311 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1312 (flyspell-mode-line-string): Remove autoload cookie.
1313 (flyspell-mode): Remove defvar.
1314
1315 2005-06-07 Lute Kamstra <lute@gnu.org>
1316
1317 * textmodes/org.el (org-run-mode-hooks): New function.
1318 (org-agenda-mode): Use it.
1319
1320 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1321
1322 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1323
1324 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1327
1328 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1329
1330 * font-lock.el (font-lock-add-keywords): Doc fix.
1331
1332 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1335 (tex-compile-default): In the absence of any history, use the order in
1336 tex-compile-alist to choose the preferred command.
1337 (tex-compile-commands): Reorder a bit.
1338
1339 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1340 (flyspell-incorrect-face, flyspell-duplicate-face):
1341 Use (X)Emacs-agnostic code.
1342 (flyspell-mode-map): Don't overwrite at each load. Remove code
1343 redundant with the subsequent add-minor-mode. Merge Emacs and
1344 XEmacs code.
1345 (flyspell-word): Minor simplification.
1346 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1347 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1348 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1349 Merge the corresponding Emacs code.
1350 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1351
1352 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1353 a dedicated window.
1354
1355 * international/latexenc.el (latexenc-find-file-coding-system):
1356 Undo part of last patch, to turn off a compiler warning.
1357
1358 2005-06-06 Juri Linkov <juri@jurta.org>
1359
1360 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1361 Rename `tmm-inactive-face' to `tmm-inactive'.
1362
1363 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1364
1365 * iswitchb.el: Rename faces.
1366
1367 2005-06-06 Kim F. Storm <storm@cua.dk>
1368
1369 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1370 (cua-global-mark): Remove -face suffix from face names.
1371
1372 * emulation/cua-gmrk.el (cua--init-global-mark):
1373 Remove cua-global-mark face setup.
1374
1375 2005-06-06 Richard M. Stallman <rms@gnu.org>
1376
1377 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1378 just like other allowed characters.
1379 (makefile-match-dependency): Exclude leading and training whitespace
1380 from the range of regexp subexp 1.
1381 (makefile-macroassign-regex): Don't try to match the body,
1382 just the name of the macro being defined.
1383
1384 * info.el (Info-read-node-name-2): New function.
1385 (Info-read-node-name-1): Use that.
1386 Add a completion-base-size-function property.
1387
1388 * simple.el (completion-setup-function): Look for
1389 completion-base-size-function property of
1390 minibuffer-completion-table.
1391
1392 * files.el (locate-file-completion): Doc fix.
1393
1394 * printing.el: Don't call pr-update-menus; user must do that.
1395
1396 * emacs-lisp/debug.el (debugger-window): New variable.
1397 (debug): Use debugger-window if it is set and still alive.
1398 Record debugger-window for next entry.
1399
1400 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1401
1402 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1403
1404 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1405 (hack-one-local-variable, hack-local-variables)
1406 (hack-local-variables-prop-line): Pass that arg.
1407
1408 2005-06-06 Kim F. Storm <storm@cua.dk>
1409
1410 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1411 (ido-indicator): Remove -face suffix from face names.
1412
1413 2005-06-06 Juri Linkov <juri@jurta.org>
1414
1415 * font-lock.el (font-lock-regexp-backslash)
1416 (font-lock-regexp-backslash-construct): New faces.
1417 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1418 after `('. Add `while-no-input' to control structures.
1419
1420 * faces.el (no-break-space, shadow): New faces.
1421 (escape-glyph): Use less loud colors pink2 and red4.
1422
1423 * diff-mode.el (diff-context-face)
1424 * dired.el (dired-ignored)
1425 * rfn-eshadow.el (file-name-shadow)
1426 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1427
1428 * info.el (Info-title-1-face): Use green instead of yellow because
1429 bold yellow is not readable on light backgrounds.
1430
1431 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1432 before selecting the desired mode to not spend time fontifying
1433 old contents.
1434
1435 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1438 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1439
1440 * ps-print.el (ps-default-fg, ps-default-bg):
1441 Fix typos in docstrings.
1442
1443 * isearchb.el (isearchb): Don't pass a spurious second argument to
1444 `iswitchb-completions'.
1445
1446 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1447
1448 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1449 to preserve point.
1450 (gdb-find-file-hook): Add doc string.
1451
1452 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1453 C dereferenced pointer expression.
1454 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1455
1456 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1457
1458 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1459 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1460 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1461 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1462 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1463 Make background transparent.
1464
1465 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1466
1467 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1468 (font-lock-remove-keywords): Doc fix.
1469 (font-lock-mode-major-mode): Compiler defvar.
1470 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1471
1472 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1473 (font-lock-mode): Update `font-lock-mode-major-mode'.
1474 (font-lock-set-defaults): Compiler defvar.
1475 (font-lock-default-function): Take `font-lock-mode-major-mode'
1476 into account.
1477
1478 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1479 keep track of which major mode it enabled the minor mode for.
1480 Use find-file-hook again. Update docstring.
1481
1482 * simple.el (eval-expression-print-level)
1483 (eval-expression-print-length, eval-expression-debug-on-error):
1484 Doc fixes.
1485
1486 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1487
1488 * iswitchb.el (iswitchb-single-match-face)
1489 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1490 (iswitchb-invalid-regexp-face): New faces.
1491 (iswitchb-completions): Use them.
1492 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1493 now marked as an obsolete alias.
1494 (iswitchb-read-buffer): Remove check for bound font variables.
1495 (iswitchb-invalid-regexp): New free variable.
1496 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1497 set iswitchb-invalid-regexp.
1498 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1499 invalid regexps.
1500 (iswitchb-completions): Add check for complete match when entering
1501 a regexp.
1502 (iswitchb-completions): Remove require-match argument.
1503 (iswitchb-exhibit): Fix caller.
1504 (iswitchb-common-match-inserted): New variable.
1505 (iswitchb-complete, iswitchb-completion-help): Use it.
1506
1507 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1508
1509 * url-http.el (url-http-chunked-encoding-after-change-function):
1510 Use `url-http-debug' instead of `message'.
1511
1512 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1513
1514 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1515 callback argument.
1516
1517 2005-06-04 Kim F. Storm <storm@cua.dk>
1518
1519 * simple.el (line-move): Only call sit-for when moving backwards.
1520
1521 * ido.el (ido-make-merged-file-list-1): New defun split from
1522 ido-make-merged-file-list.
1523 (ido-make-merged-file-list): Bind throw-on-input around call to
1524 ido-make-merged-file-list-1. Return input-pending-p if
1525 interrupted by more input available.
1526 (ido-read-internal): Handle input-pending-p return value from
1527 ido-make-merged-file-list.
1528
1529 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1532 compatibility code.
1533
1534 * international/latexenc.el (latexenc-find-file-coding-system):
1535 Don't inherit the EOL part of the coding-system from the
1536 tex-main buffer. Fit within 80 columns.
1537
1538 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1539
1540 * tmm.el (tmm-inactive-face): New face.
1541 (tmm-remove-inactive-mouse-face): New function.
1542 (tmm-prompt, tmm-add-one-shortcut)
1543 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1544 but not selectable.
1545
1546 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1547
1548 * faces.el (face-equal): Improve argument/docstring consistency.
1549
1550 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1551
1552 * progmodes/make-mode.el (makefile-targets-face)
1553 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1554 (makefile-bsdmake-dependency-regex)
1555 (makefile-makepp-rule-action-regex)
1556 (makefile-bsdmake-rule-action-regex): New constants.
1557 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1558
1559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1560 Allow (...) within `...' for makepp messages.
1561
1562 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1563
1564 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1565
1566 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1567 "." files are deleted from all file lists before comparison.
1568
1569 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1570 (viper-ESC-key): Made them customizable.
1571
1572 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1573
1574 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1575
1576 * autorevert.el (auto-revert-buffers): Use save-match-data.
1577
1578 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1581 menu items with a nil command binding.
1582
1583 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * emacs-lisp/cl-macs.el (defsetf):
1586 Improve argument/docstring consistency.
1587
1588 * faces.el (list-faces-display): Improve the formatting by
1589 computing the maximum length required for any face-name (reworked
1590 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1591 (internal-find-face): Remove redundant info in docstring.
1592
1593 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1594
1595 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1596 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1597 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1598 (gdb-assembler-custom): Improve regexps.
1599 (def-gdb-auto-update-handler): Use window point to preserve point.
1600
1601 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1604
1605 2005-05-31 Jay Belanger <belanger@truman.edu>
1606
1607 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1608 to calc-embedded.
1609 (calc-embedded-make-info): Have plain prefix argument select
1610 entire line.
1611
1612 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * faces.el (list-faces-display): Signal error if passed a regexp
1615 that matches no face name.
1616
1617 * simple.el (filter-buffer-substring): Fix typo in docstring.
1618
1619 2005-05-31 Richard M. Stallman <rms@gnu.org>
1620
1621 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1622 (vhdl-emacs-21): Doc fix.
1623 (vhdl-mode): Unconditionally set comment-padding.
1624 (vhdl-fixup-whitespace-region): Insert spaces only where
1625 there are none.
1626 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1627
1628 2005-05-30 John Wiegley <johnw@newartisans.com>
1629
1630 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1631 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1632 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1633 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1634 `string-to-number'.
1635
1636 2005-05-30 Jay Belanger <belanger@truman.edu>
1637
1638 * calc/calc.el (calc-bug-address): Fix docstring.
1639 (calc-window-hook, calc-trail-window-hook): New variables.
1640 (calc-trail-display): Restore use of calc-trail-window-hook.
1641 (calc): Restore use of calc-window-hook.
1642
1643 2005-05-31 Masatake YAMATO <jet@gyve.org>
1644
1645 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1646
1647 * help-fns.el (help-C-file-name): Add autoload mark for
1648 `find-function-noselect'.
1649
1650 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1653 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1654
1655 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1656
1657 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1658 included diary buffer if it was not already being visited.
1659 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1660
1661 * calendar/icalendar.el (top-level): Do not require 'appt.
1662
1663 * mail/supercite.el (sc-select-attribution): Only use a list
1664 element from sc-attrib-selection-list if it returns a string.
1665 Reported by Davide G. M. Salvetti <salve@debian.org>.
1666
1667 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * thumbs.el (thumbs-thumbname): The resulting thubname now
1670 includes a hash value to improve its uniqueness, and has a ".jpg"
1671 extension. Also, it is now a valid filename on all systems.
1672 (thumbs-make-thumb): Use `let', not `let*'.
1673 (thumbs-show-thumbs-list): Check for JPEG availability.
1674
1675 2005-05-30 Richard M. Stallman <rms@gnu.org>
1676
1677 * filesets.el (filesets-menu-ensure-use-cached):
1678 Prevent warning when emacs-version>= is undefined.
1679
1680 * printing.el (pr-interactive-n-up): Use string-to-number.
1681
1682 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1683
1684 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1685 Warn only when name to be defined is quoted.
1686
1687 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1688
1689 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1690 Make regexp more robust.
1691 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1692 Force regeneration of disassembly.
1693
1694 2005-05-29 Jay Belanger <belanger@truman.edu>
1695
1696 * calc/calc.el (calc-user-invocation): Check if
1697 calc-invocation-macro is non-nil.
1698
1699 2005-05-29 Juri Linkov <juri@jurta.org>
1700
1701 * add-log.el (change-log-font-lock-keywords):
1702 Add `+' to e-mail regexp to accept mail address with keywords.
1703
1704 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1705
1706 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1707
1708 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1709
1710 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1711
1712 2005-05-29 Richard M. Stallman <rms@gnu.org>
1713
1714 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1715 Undo the change that moves to end of the current word.
1716
1717 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1718
1719 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1720 Throw error when count <= 0 to ensure input is a number.
1721 (gdb-read-memory-custom): Pick up address from buffer.
1722 (gdb-memory-mode): Allow user to increment and decrement
1723 memory address from header line.
1724
1725 2005-05-29 Richard M. Stallman <rms@gnu.org>
1726
1727 * flyspell.el (flyspell-version): Function deleted.
1728 (flyspell-auto-correct-previous-hook): Doc fix.
1729
1730 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1731 Do nothing if memory is full.
1732
1733 * font-lock.el (font-lock-fontify-syntactically-region):
1734 Pass t for GREEDY to looking-back.
1735
1736 * saveplace.el (save-place-alist-to-file): Write the file
1737 using write-region.
1738
1739 * subr.el (looking-back): New argument GREEDY.
1740
1741 * progmodes/compile.el (compilation-start): Set the mode
1742 before inserting the initial text.
1743
1744 * progmodes/which-func.el (which-func-update-1): Turn the mode
1745 off in case of error by setting which-func-mode.
1746
1747 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1748
1749 * flyspell.el (flyspell-auto-correct-previous-word):
1750 Narrow down to what's on the screen, and recenter overlays
1751 at the end of the next word.
1752
1753 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1754
1755 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1756 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1757 (flyspell-abbrev-p): Default to nil.
1758 (flyspell-use-global-abbrev-table-p): Doc fix.
1759 (flyspell-large-region): Allow nil as value.
1760 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1761
1762 (mail-mode-flyspell-verify): More robust handling
1763 of `mail-header-separator'. More efficient signature detection.
1764 Allow for regexp metacharacters in message-header-separator.
1765 Adding `To' not to be checked in mail-mode-flyspell-verify.
1766
1767 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1768 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1769 Bind flyspell-auto-correct-binding.
1770 Bind C-. and C-, .
1771 (flyspell-mode-map): Likewise.
1772 (flyspell-mode): Doc fix.
1773 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1774 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1775 (flyspell-word-cache-result): New var, always local.
1776 (flyspell-check-pre-word-p): Doc fix.
1777 (flyspell-check-changed-word-p): Handle spc like newline.
1778 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1779 (flyspell-word-search-backward, flyspell-word-search-forward):
1780 New functions.
1781 (flyspell-word): Return t if nothing to check.
1782 When parsing TeX code, check for after } or \.
1783 Use flyspell-word-search-backward to find previous word.
1784 Return nil if duplicated word.
1785 For word already checked, return same value as last time.
1786 Set flyspell-word-cache-result after checking.
1787 Don't clobber the return value.
1788 (flyspell-get-word): Major rewrite.
1789 (flyspell-external-point-words): New locals pword, pcount.
1790 Fix size used in progress message.
1791 Find the proper corresponding word in flyspell-large-region-buffer.
1792 (flyspell-region): Check for flyspell-large-region = nil.
1793 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1794 (flyspell-auto-correct-word): Check that WORD is a cons.
1795 (flyspell-correct-word): Likewise.
1796
1797 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1798
1799 * progmodes/make-mode.el (makefile-rule-action-regex)
1800 (makefile-macroassign-regex, makefile-makepp-mode)
1801 (makefile-bsdmake-mode): Continuation lines may be empty.
1802 Reported by Joshua Varner.
1803 (makefile-makepp-font-lock-keywords): Add $(stem).
1804
1805 2005-05-28 Karl Berry <karl@gnu.org>
1806
1807 * textmodes/tex-mode.el: Now that tex-send-command calls
1808 shell-quote-argument (2005-03-31 change), remove all calls to
1809 shell-quote-argument; they all end up invoking tex-send-command.
1810 The double quoting loses on filenames with non-safe characters,
1811 such as "@". Reported by Frederik Fouvry.
1812
1813 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1814
1815 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1816 about preserving point.
1817
1818 2005-05-27 Jay Belanger <belanger@truman.edu>
1819
1820 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1821 Info-goto-node.
1822
1823 * calc/calc-embed.el (calc-embed-arg): New variable.
1824 (calc-do-embedded-activate, calc-embedded-activate-formula)
1825 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1826 variable by new variable.
1827 (calc-embedded-make-info): Replace undeclared variable by new
1828 variable. When selecting region with positive prefix
1829 argument, use end of previous line instead of beginning of line.
1830
1831 * calc/calc-aent.el (calc-arg-values): Declare it.
1832
1833 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1834 Declare them.
1835
1836 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1837
1838 * calc/calc.el (calc-alg-map): Declare it.
1839
1840 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1841
1842 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1843
1844 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1845 (gdb-registers-buffer, toggle-gdb-all-registers):
1846 Toggle display of floating point registers.
1847 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1848
1849 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1850 (toggle-gud-tooltip-dereference):
1851 Rename from gud-toggle-tooltip-dereference.
1852
1853 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1856
1857 2005-05-27 Jay Belanger <belanger@truman.edu>
1858
1859 * calc/calc-prog.el (calc-kbd-report): Remove.
1860 (calc-kbd-query): Rewrite.
1861
1862 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * image.el (image-library-alist): Move to image.c.
1865 (image-type-available-p): Doc fix.
1866
1867 2005-05-27 Lute Kamstra <lute@gnu.org>
1868
1869 * calc/calc.el (calc):
1870 * outline.el (outline-1, outline-2, outline-3, outline-4)
1871 (outline-5, outline-6, outline-7, outline-8):
1872 * textmodes/dns-mode.el (dns-mode):
1873 * textmodes/sgml-mode.el (sgml-namespace-face):
1874 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1875 (tex-verbatim-face, tex-use-reftex):
1876 * textmodes/texinfo.el (texinfo-heading-face):
1877 Specify customization group.
1878
1879 * longlines.el: Don't require easy-mmode.
1880 (longlines-visible-face): Specify customization group.
1881
1882 2005-05-27 Kenichi Handa <handa@m17n.org>
1883
1884 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1885 encoding table of windows-1251.
1886
1887 * international/ucs-tables.el (ucs-set-table-for-input):
1888 If translation-table-for-input of a coding system is a symbol, get
1889 its translation-table property.
1890
1891 * international/code-pages.el: Don't register a coding system into
1892 non-iso-charset-alist more than once.
1893 (cp-make-coding-system): Likewise.
1894
1895 2005-05-26 John Wiegley <johnw@newartisans.com>
1896
1897 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1898 `eshell-resume-eval' is wrapped in a list, it indicates that the
1899 command was run asynchronously. In that case, unwrap the value
1900 before checking the delimiter value.
1901
1902 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1903 character before a space at the end of a line is \, assume the space
1904 is part of the last argument rather than a final argument separator.
1905
1906 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1907 is in use, and the target is `t' or `nil' (which are the most common
1908 values), don't assume that the symbol target is a buffer.
1909
1910 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1911
1912 * calendar/calendar.el (calendar-mode-line-format):
1913 Use mode-line-highlight as mouse-face.
1914
1915 * time.el (display-time-string-forms, display-time-update):
1916 Use mode-line-highlight as mouse-face.
1917
1918 2005-05-26 Jay Belanger <belanger@truman.edu>
1919
1920 * calc/calc.el (calc-language-alist): Remove extra defvar.
1921
1922 2005-05-26 Lute Kamstra <lute@gnu.org>
1923
1924 * arc-mode.el (archive-mode):
1925 * bookmark.el (bookmark-read-annotation-mode)
1926 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1927 * bs.el (bs-mode):
1928 * calc/calc-yank.el (calc-edit-mode):
1929 * calc/calc.el (calc-mode, calc-trail-mode):
1930 * calculator.el (calculator-mode):
1931 * chistory.el (command-history-mode):
1932 * comint.el:
1933 * cus-edit.el (custom-mode):
1934 * descr-text.el (describe-text-mode):
1935 * ebuff-menu.el (Electric-buffer-menu-mode):
1936 * ediff-util.el (ediff-mode):
1937 * emacs-lisp/re-builder.el (reb-mode):
1938 * emulation/vi.el (vi-mode-setup):
1939 * emulation/ws-mode.el (wordstar-mode):
1940 * eshell/esh-mode.el (eshell-mode):
1941 * forms.el (forms-mode):
1942 * help-mode.el (help-mode):
1943 * hexl.el (hexl-mode):
1944 * ibuffer.el (ibuffer-mode):
1945 * ielm.el (inferior-emacs-lisp-mode):
1946 * info.el (Info-mode, Info-edit-mode):
1947 * international/swedish.el:
1948 * ledit.el (ledit-from-lisp-mode):
1949 * locate.el (locate-mode):
1950 * mail/rmail.el (rmail-mode):
1951 * mail/rmailedit.el (rmail-edit-mode):
1952 * mail/rmailsum.el (rmail-summary-mode):
1953 * mail/supercite.el (sc-electric-mode):
1954 * net/eudc.el (eudc-mode):
1955 * net/quickurl.el (quickurl-list-mode):
1956 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1957 * obsolete/ooutline.el (outline-mode):
1958 * obsolete/options.el (Edit-options-mode):
1959 * obsolete/rnews.el (news-mode):
1960 * obsolete/rnewspost.el (news-reply-mode):
1961 * play/5x5.el (5x5-mode):
1962 * play/decipher.el (decipher-mode, decipher-stats-mode):
1963 * play/gomoku.el (gomoku-mode):
1964 * play/snake.el (snake-mode):
1965 * play/solitaire.el (solitaire-mode):
1966 * play/tetris.el (tetris-mode):
1967 * progmodes/ada-mode.el (ada-mode):
1968 * progmodes/antlr-mode.el (antlr-mode):
1969 * progmodes/autoconf.el (autoconf-mode):
1970 * progmodes/dcl-mode.el (dcl-mode):
1971 * progmodes/delphi.el (delphi-mode):
1972 * progmodes/ebrowse.el (ebrowse-tree-mode)
1973 (ebrowse-electric-list-mode, ebrowse-member-mode)
1974 (ebrowse-electric-position-mode):
1975 * progmodes/f90.el (f90-mode):
1976 * progmodes/fortran.el (fortran-mode):
1977 * progmodes/icon.el (icon-mode):
1978 * progmodes/idlw-help.el (idlwave-help-mode):
1979 * progmodes/idlw-shell.el (idlwave-shell-mode):
1980 * progmodes/idlwave.el (idlwave-mode):
1981 * progmodes/inf-lisp.el (inferior-lisp-mode):
1982 * progmodes/m4-mode.el (m4-mode):
1983 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1984 * progmodes/modula2.el (modula-2-mode):
1985 * progmodes/octave-inf.el (inferior-octave-mode):
1986 * progmodes/octave-mod.el (octave-mode):
1987 * progmodes/pascal.el (pascal-mode):
1988 * progmodes/sh-script.el (sh-mode):
1989 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1990 * progmodes/vhdl-mode.el (vhdl-mode):
1991 * progmodes/xscheme.el (scheme-interaction-mode):
1992 * replace.el (occur-mode):
1993 * ses.el (ses-mode):
1994 * simple.el (completion-list-mode):
1995 * skeleton.el:
1996 * speedbar.el (speedbar-mode):
1997 * term.el (term-mode):
1998 * terminal.el (terminal-edit-mode):
1999 * textmodes/reftex-index.el (reftex-index-mode)
2000 (reftex-index-phrases-mode):
2001 * textmodes/reftex-sel.el (reftex-select-label-mode)
2002 (reftex-select-bib-mode):
2003 * textmodes/reftex-toc.el (reftex-toc-mode):
2004 * wdired.el (wdired-change-to-wdired-mode):
2005 * wid-browse.el (widget-browse-mode):
2006 Use run-mode-hooks.
2007
2008 * array.el (array-mode):
2009 * calendar/todo-mode.el (todo-mode):
2010 * man.el (Man-mode):
2011 * play/landmark.el (lm-mode):
2012 * play/mpuz.el (mpuz-mode):
2013 Use kill-all-local-variables and run-mode-hooks.
2014
2015 * subr.el (delay-mode-hooks): Specify indentation.
2016
2017 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2018
2019 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2020
2021 2005-05-26 Jay Belanger <belanger@truman.edu>
2022
2023 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2024 of nil.
2025
2026 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2027
2028 * progmodes/gdb-ui.el (gdb-frame-address):
2029 Rename from gdb-current-address.
2030 (gdb-previous-frame-address): Rename from gdb-previous-address.
2031 (gdb-selected-frame): Rename from gdb-current-frame.
2032 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2033 (gdb-frame-number): Rename from gdb-current-stack-level.
2034 (gdb-ann3): Match new mode-name for disassembly buffer.
2035 Extend initialisation of variables.
2036 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2037 (gdb-memory-mode): Use mouse-face in header line.
2038 (gdb-assembler-buffer-name): Call it disassembly and give frame
2039 in mode line.
2040 (gdb-source-spec-regexp, gdb-assembler-custom)
2041 (gdb-invalidate-assembler, gdb-frame-handler):
2042 Make robust to leading zeroes in address format.
2043
2044 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2045
2046 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2047 define `org-mode'.
2048 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2049
2050 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * log-edit.el (log-edit-changelog-entries): Distinguish between
2053 filenames like xfns.c and fns.c.
2054
2055 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2056
2057 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2058 point after reverting.
2059 (Buffer-menu-make-sort-button): Handle the case where
2060 `Buffer-menu-use-header-line' is nil.
2061
2062 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2063
2064 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2065 New funcs. In minibuffer-local-completion-map bind `]', `/'
2066 and `:' to them.
2067
2068 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * startup.el (normal-top-level): Allow modification of load-path while
2071 we're iterating over it.
2072
2073 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2076 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2077 (thumbs-resize-interactive, thumbs-insert-image)
2078 (thumbs-insert-thumb, thumbs-dired-show-marked)
2079 (thumbs-find-image-at-point, thumbs-delete-images)
2080 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2081 (thumbs-increment-image-size, thumbs-decrement-image-size):
2082 Fix typos in docstrings.
2083
2084 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2085
2086 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2087 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2088 (cperl-mode): Use them.
2089
2090 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2093 Doc fixes.
2094
2095 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2096
2097 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2098 Bind C-d to gdb-inferior-io-eof.
2099
2100 * dired.el (dired-dnd-popup-notice): Use message-box.
2101
2102 2005-05-23 Masatake YAMATO <jet@gyve.org>
2103
2104 * bindings.el (mode-line-major-mode-keymap):
2105 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2106
2107 * faces.el (mode-line-highlight): New face.
2108
2109 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2110 as mouse-face.
2111
2112 * bindings.el (top-level, help-echo, mode-line-modified)
2113 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2114 as mouse-face.
2115
2116 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * progmodes/cc-engine.el (c-guess-basic-syntax):
2119 Remove spurious call to `zerop'.
2120
2121 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2122
2123 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2124
2125 CC Mode update to 5.30.10:
2126
2127 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2128 could go past the limit in decoration level 2, thereby causing
2129 errors during interactive fontification.
2130
2131 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2132 the file is evaluated interactively.
2133
2134 * cc-engine.el (c-guess-basic-syntax): Handle operator
2135 declarations somewhat better in C++.
2136
2137 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2138 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2139 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2140 (awk-mode): Use it.
2141 (make-local-hook): Suppress warning about obsoleteness.
2142
2143 * cc-engine.el, cc-align.el, cc-cmds.el
2144 (c-append-backslashes-forward, c-delete-backslashes-forward)
2145 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2146 Compensate for return value from `forward-line' when it has moved
2147 but not to a different line due to eob.
2148
2149 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2150 `objc-method-intro' and `objc-method-args-cont'.
2151
2152 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2153
2154 CC Mode update to 5.30.10:
2155
2156 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2157 in the copyright statement. Incidentally, change "along with GNU
2158 Emacs" to "along with this program" where it occurs.
2159
2160 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2161 so that it is interactive, hence can be found by M-x awk-mode
2162 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2163 <gmorris+emacs@ast.cam.ac.uk>.
2164
2165 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2166 Mode's regexps.
2167
2168 2005-05-23 Kevin Ryde <user42@zip.com.au>
2169
2170 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2171 c-parse-state, to avoid a lisp error (on bad code).
2172
2173 2005-05-23 Lute Kamstra <lute@gnu.org>
2174
2175 * subr.el (font-lock-defaults): Remove defvar as it's already
2176 defined in font-core.el.
2177
2178 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2179
2180 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2181
2182 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2183 more general and work when GDB variable "print pretty" is on,
2184 as with Emacs, for example.
2185
2186 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2187
2188 * font-core.el: Update comment.
2189
2190 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2191 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2192
2193 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2194
2195 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2196
2197 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2198 and `yank-handler' in the doc strings.
2199
2200 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2203
2204 2005-05-22 Richard M. Stallman <rms@gnu.org>
2205
2206 * help.el (describe-key): Move print-help-return-message call
2207 out of conditional.
2208
2209 * progmodes/etags.el (list-tags): Use with-no-warnings.
2210
2211 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2212 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2213 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2214
2215 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2216
2217 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2218 Add defvar.
2219
2220 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2221 Use defvar, not defconst.
2222
2223 * hexl.el (hexl-follow-line): Use with-no-warnings.
2224
2225 * emulation/tpu-extras.el: Use write-file-functions instead of
2226 write-file-hooks.
2227
2228 * dired.el (dired-font-lock-keywords): Fontify files with junk
2229 extensions even if marked by -F.
2230
2231 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2234 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2235 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2236 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2237 (concatenate, list-length, get*, getf, cl-remprop):
2238 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2239 (etypecase, progv, lexical-let, lexical-let*)
2240 (multiple-value-bind, multiple-value-setq, shiftf):
2241 Improve argument/docstring consistency.
2242
2243 * subr.el (focus-frame, unfocus-frame):
2244 Revert deletion on 2005-05-01.
2245
2246 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2247
2248 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2249 doesn't exist.
2250
2251 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2252 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2253
2254 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2255
2256 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2257 already deleted variables: auto-fill-hook, blink-paren-hook,
2258 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2259 suspend-hooks, comment-indent-hook, meta-flag,
2260 before-change-function, after-change-function,
2261 font-lock-doc-string-face.
2262
2263 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2264
2265 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2266
2267 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2268
2269 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2270 rmail-dont-reply-to.
2271
2272 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2273
2274 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2275 literal blank when splitting new-header-values.
2276
2277 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2278
2279 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2280 string so that tmm doesn't create a completion entry for it.
2281
2282 * textmodes/table.el (table-disable-menu): Ditto.
2283
2284 2005-05-21 Richard M. Stallman <rms@gnu.org>
2285
2286 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2287
2288 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2289
2290 * net/rcompile.el (remote-compile): Use compilation-start.
2291
2292 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2293
2294 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2295
2296 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2297 Default to makefile-bsdmake-mode on BSD systems.
2298
2299 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2300 REGEXP may also be a search function now. The part of doc-string
2301 for describing the structure was 95% identical to that of
2302 `imenu--generic-function'. Unify it there.
2303
2304 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2305 Use function to find dependencies, because regexp alone is so complex,
2306 it easily goes into an endless loop.
2307 (makefile-makepp-mode): Also add submenu for Perl functions
2308 defined in the makefile.
2309 (makefile-bsdmake-mode): Special imenu-generic-expression no
2310 longer needed, due to function call.
2311 (makefile-match-dependency): Take BOUND into account when checking
2312 if we're through.
2313
2314 2005-05-20 Jay Belanger <belanger@truman.edu>
2315
2316 * calc/calc-units.el (calc-invalidate-units-table):
2317 Use inhibit-read-only.
2318 (math-build-units-table-buffer): Use view-mode.
2319
2320 2005-05-20 David Kastrup <dak@gnu.org>
2321
2322 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2323 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2324
2325 2005-05-20 Lute Kamstra <lute@gnu.org>
2326
2327 * diff-mode.el (diff-header-face, diff-file-header-face)
2328 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2329 (diff-added-face, diff-changed-face, diff-function-face)
2330 (diff-context-face, diff-nonexistent-face): Put them in the
2331 diff-mode customization group.
2332
2333 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2336
2337 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2338
2339 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2340 Minor regexp-optimization.
2341
2342 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2343
2344 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2345 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2346 (org-agenda-add-time-grid-maybe): New function.
2347 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2348 (org-table-create): `dotimes' instead of `mapcar'.
2349 (org-xor): Simplify implementation.
2350 (org-agenda): `inhibit-redisplay' turned on.
2351 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2352 a consistent line after a state change.
2353 (org-agenda-remove-times-when-in-prefix): New option.
2354 (org-prefix-has-time): New variable.
2355 (org-parse-time-string): Optional argument NODEFAULT.
2356 (org-format-agenda-item): Parse items for time-of-day
2357 specifications and move these into the prefix if possible.
2358 (org-agenda-priority): Get current heading, not previous heading
2359 during agenda remote editing.
2360
2361 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2364 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2365 (remove-duplicates, delete-duplicates, substitute)
2366 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2367 (nsubstitute-if-not, find, find-if, find-if-not, position)
2368 (position-if, position-if-not, count, count-if, count-if-not)
2369 (mismatch, search, sort*, stable-sort, merge, member*)
2370 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2371 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2372 (intersection, nintersection, set-difference, nset-difference)
2373 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2374 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2375 (nsublis, tree-equal): Improve argument/docstring consistency.
2376
2377 * subr.el (send-string, send-region):
2378 Remove obsolescence declaration.
2379 (window-dot, set-window-dot, read-input, show-buffer)
2380 (eval-current-buffer, string-to-int):
2381 Add release number to obsolescence declarations.
2382
2383 2005-05-19 Kim F. Storm <storm@cua.dk>
2384
2385 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2386 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2387
2388 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2389
2390 * faces.el (list-faces-display): Make back button respect optional
2391 regexp arg.
2392
2393 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * calculator.el (calculator-radix-grouping-mode)
2396 (calculator-radix-grouping-digits, calculator-displayer)
2397 (calculator-radix-grouping-separator, calculator-copy-displayer):
2398 * dabbrev.el (dabbrev-search-these-buffers-only):
2399 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2400 (diff-advance-after-apply-hunk, diff-mode-hook)
2401 (diff-minor-mode-prefix):
2402 * imenu.el (imenu-use-popup-menu):
2403 * jit-lock.el (jit-lock-context-time):
2404 * newcomment.el (comment-fill-column, comment-column)
2405 (comment-style, comment-padding, comment-multi-line)
2406 (comment-empty-lines, comment-auto-fill-only-comments):
2407 * reveal.el (reveal-around-mark):
2408 * uniquify.el (uniquify-buffer-name-style)
2409 (uniquify-after-kill-buffer-p)
2410 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2411 (uniquify-min-dir-content, uniquify-separator)
2412 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2413 * w32-vars.el (w32-fixed-font-alist):
2414 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2415 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2416 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2417 * progmodes/perl-mode.el (perl-indent-level)
2418 (perl-continued-statement-offset, perl-continued-brace-offset)
2419 (perl-brace-offset, perl-brace-imaginary-offset)
2420 (perl-label-offset, perl-indent-continued-arguments)
2421 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2422 * progmodes/tcl.el (tcl-indent-level)
2423 (tcl-continued-indent-level, tcl-auto-newline)
2424 (tcl-tab-always-indent, tcl-electric-hash-style)
2425 (tcl-help-directory-list, tcl-use-smart-word-finder)
2426 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2427 (inferior-tcl-source-command):
2428 * textmodes/fill.el (enable-kinsoku):
2429 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2430 * textmodes/table.el (table-yank-handler):
2431 Specify missing group (and type, if simple) in defcustom.
2432
2433 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2436
2437 2005-05-19 Richard M. Stallman <rms@gnu.org>
2438
2439 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2440
2441 * subr.el (event-basic-type): Don't get an error.
2442 (left-fringe-p): Function deleted.
2443
2444 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2445 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2446
2447 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2448 in recursive copy.
2449
2450 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2451
2452 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2453
2454 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2455 Call byte-compile-nogroup-warn if appropriate.
2456
2457 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2458 (compilation-set-window): Don't call left-fringe-p; do it directly.
2459
2460 2005-05-19 Jay Belanger <belanger@truman.edu>
2461
2462 * calc/calc-graph.el (calc-graph-format-data): Make sure
2463 var-PlotRejects is bound before trying to check its value.
2464
2465 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2466
2467 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2468 definition of this variable from reftex-global.el to reftex.el,
2469 because it is needed in the menu.
2470
2471 2005-05-19 Lute Kamstra <lute@gnu.org>
2472
2473 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2474 years are fixed. Don't insert a space after a dash.
2475
2476 2005-05-19 Kim F. Storm <storm@cua.dk>
2477
2478 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2479
2480 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2481
2482 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2483 strings, because (eq ... ?\\) is fairly frequent.
2484
2485 * progmodes/make-mode.el (makefile-add-this-line-targets):
2486 Simplify and integrate into `makefile-pickup-targets'.
2487 (makefile-add-this-line-macro): Simplify and integrate into
2488 `makefile-pickup-macros.
2489 (makefile-pickup-filenames-as-targets): Simplify.
2490 (makefile-previous-dependency, makefile-match-dependency):
2491 Don't stumble over `::'.
2492
2493 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2494
2495 * subr.el (post-command-idle-hook, post-command-idle-delay):
2496 Remove obsoletion of post-command-idle-hook and
2497 post-command-idle-delay.
2498
2499 * faces.el (list-faces-display): Provide button when describe-face
2500 is called to take user back to the list of faces.
2501
2502 * help-fns.el (describe-variable): Remove hyperlinks in a
2503 variable's value as these are quite frequently inappropriate.
2504
2505 * follow.el (follow-submit-feedback, follow-mode):
2506 Remove references to post-command-idle-hook.
2507
2508 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2509
2510 * progmodes/make-mode.el (makefile-previous-dependency)
2511 (makefile-match-dependency): Check for := (and in bsd mode also
2512 !=) to give a better result, even when font-lock is not on.
2513
2514 2005-05-18 Jay Belanger <belanger@truman.edu>
2515
2516 * calc/calc-help.el (calc-s-prefix-help):
2517 Add `calc-copy-special-constant' to help string.
2518
2519 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2520
2521 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2522
2523 2005-05-18 Jay Belanger <belanger@truman.edu>
2524
2525 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2526 in linear factors are in proper order.
2527
2528 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2529
2530 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2531 Support for jurabib.
2532
2533 * textmodes/reftex.el (featurep): Define aliases for overlay
2534 commands, for XEmacs compatibility, and use these aliases in
2535 overlay initializations.
2536 (reftex-highlight): Use `reftex-move-overlay'.
2537 (reftex-unhighlight): Use `reftex-delete-overlay'.
2538 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2539 (reftex-access-search-path): Use `reftex-uniquify' instead of
2540 `reftex-uniq'
2541
2542 * textmodes/reftex-sel.el (reftex-select-unmark):
2543 Overlay `before-string' property modification enables for Emacs as well.
2544 (reftex-select-item): Use `reftex-delete-overlay'.
2545 (reftex-select-mark): Use `reftex-make-overlay' and
2546 `reftex-overlay-put'.
2547 (reftex-select-unmark): Use `reftex-delete-overlay' and
2548 `reftex-overlay-put'.
2549
2550 2005-05-18 Lute Kamstra <lute@gnu.org>
2551
2552 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2553
2554 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2555
2556 * add-log.el (add-change-log-entry):
2557 * array.el (array-make-template, array-reconfigure-rows)
2558 (array-init-max-row, array-init-max-column)
2559 (array-init-columns-per-line, array-init-field-width):
2560 * replace.el (replace-match-maybe-edit, perform-replace):
2561 * textmodes/spell.el (spell-region):
2562 Replace `read-input' by `read-string'.
2563
2564 * forms.el (forms-mode):
2565 * finder.el (finder-compile-keywords):
2566 * shadowfile.el (shadow-read-files):
2567 Replace `eval-current-buffer' by `eval-buffer'.
2568
2569 * terminal.el (te-pass-through):
2570 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2571 (ange-ftp-raw-send-cmd):
2572 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2573 (send-process-next-char, telnet-initial-filter, telnet):
2574 Replace `send-string' by `process-send-string'.
2575
2576 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2577 (prolog-consult-region): Replace `send-string' by
2578 `process-send-string'; replace `send-region' by `process-send-region'.
2579
2580 * progmodes/delphi.el (delphi-log-msg):
2581 Replace `set-window-dot' by `set-window-point'.
2582
2583 * subr.el (window-dot, set-window-dot, read-input, send-string)
2584 (send-region, show-buffer, eval-current-buffer):
2585 Make really obsolete, as the comment says.
2586
2587 2005-05-17 Kim F. Storm <storm@cua.dk>
2588
2589 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2590 (cua--init-keymaps): Bind C-return instead of S-return to set
2591 rectangle mark.
2592
2593 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2594 instead of S-return to toggle/clear rectangle mark.
2595
2596 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2597
2598 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2599 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2600 Also fontify plain strings assigned to variables, mostly so that a
2601 colon has a face and is thus not taken as a dependency separator.
2602 (makefile-previous-dependency): Inline the new matcher, because it
2603 is too complex to work in both directions.
2604 (makefile-match-dependency): Eliminate `backward' arg (see above).
2605 Completely reimplemented so as to not sometimes go into an endless
2606 loop. It should also be more efficient, because first it only
2607 searches for `:', instead of applying the very complex regexp.
2608 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2609 to be fontified in one piece can be too long for JIT.
2610 Makefiles are never *that* big.
2611
2612 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2613
2614 * dired.el (dired-mode): Simplify.
2615
2616 2005-05-17 Lute Kamstra <lute@gnu.org>
2617
2618 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2619 defcustom for the mode hook variable.
2620
2621 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2622 Emacs Lisp Reference Manual.
2623
2624 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2627 (evenp, list*):
2628 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2629 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2630
2631 * net/tramp-smb.el (tramp-smb-open-connection):
2632 Pass `tramp-chunksize' as fifth (required) argument.
2633
2634 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2635
2636 * font-lock.el (lisp-font-lock-keywords-1):
2637 Set `font-lock-negation-char-face' for [^...] char group.
2638 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2639
2640 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2641 a var, and refine it to mask one more level of nested vars.
2642 (makefile-rule-action-regex): Turn it into a var, and refine it so
2643 it recognizes backslashed continuation lines as belonging to the
2644 same command.
2645 (makefile-macroassign-regex): Refine it so it recognizes
2646 backslashed continuation lines as belonging to the same command.
2647 (makefile-var-use-regex): Don't look at the next char, because it
2648 might be the same one to be skipped by the initial [^$], leading
2649 to an overlooked variable use.
2650 (makefile-make-font-lock-keywords): Remove two parameters, which
2651 are now variables that some of the modes set locally.
2652 Handle dependency and rule action matching through functions, because
2653 regexps alone match too often. Dependency matching now comes
2654 last, so it can check, whether a colon already matched something else.
2655 (makefile-mode): Inform that font-lock improves makefile parsing
2656 capabilities.
2657 (makefile-match-dependency, makefile-match-action): New functions.
2658
2659 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2662
2663 * align.el (align-regexp):
2664 * ansi-color.el (ansi-color-get-face):
2665 * array.el (array-reconfigure-rows, array-init-max-row)
2666 (array-init-max-column, array-init-columns-per-line)
2667 (array-init-field-width):
2668 * dired-aux.el (dired-trample-file-versions):
2669 * dired-x.el (dired-mark-sexp):
2670 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2671 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2672 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2673 * faces.el (face-read-integer):
2674 * files.el (backup-extract-version, insert-directory):
2675 * hexl.el (hexl-insert-decimal-char):
2676 * server.el (server-process-filter):
2677 * shell.el (shell-extract-num):
2678 * startup.el (command-line-1):
2679 * term.el (term-command-hook):
2680 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2681 (time-stamp-do-number):
2682 * time.el (display-time-update):
2683 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2684 (timezone-fix-time):
2685 * vms-patch.el (vms-suspend-resume-hook):
2686 * calendar/appt.el (appt-convert-time):
2687 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2688 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2689 * calendar/cal-islam.el (mark-islamic-diary-entries):
2690 * calendar/calendar.el (calendar-cursor-to-date)
2691 (calendar-star-date):
2692 * calendar/diary-lib.el (diary-attrtype-convert)
2693 (mark-diary-entries, diary-entry-time):
2694 * calendar/solar.el (solar-get-number):
2695 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2696 * emacs-lisp/re-builder.el (reb-display-subexp):
2697 * emulation/edt.el (edt-set-scroll-margins):
2698 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2699 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2700 (vip-get-ex-count):
2701 * emulation/viper-ex.el (viper-get-ex-token)
2702 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2703 * international/fontset.el (fontset-plain-name):
2704 * mail/feedmail.el (feedmail-look-at-queue-directory):
2705 * mail/mailalias.el (mail-get-names):
2706 * mail/rmail.el (rmail-convert-to-babyl-format):
2707 * mail/rmailsum.el (rmail-make-basic-summary-line)
2708 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2709 (rmail-summary-goto-msg):
2710 * mail/smtpmail.el (smtpmail-read-response):
2711 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2712 (ange-ftp-vms-add-file-entry):
2713 * play/gametree.el (gametree-looking-at-ply)
2714 (gametree-current-branch-score):
2715 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2716 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2717 * progmodes/cperl-mode.el (condition-case):
2718 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2719 (ebrowse-set-member-buffer-column-width)
2720 (ebrowse-select-1st-to-9nth):
2721 * progmodes/etags.el (etags-snarf-tag):
2722 * progmodes/flymake.el (flymake-parse-line):
2723 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2724 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2725 (idlwave-shell-menu-def):
2726 * progmodes/ps-mode.el (ps-run-goto-error):
2727 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2728 (vhdl-speedbar-contract-level):
2729 * term/mac-win.el (x-handle-numeric-switch):
2730 * term/sun-mouse.el (sun-get-frame-data):
2731 * term/w32-win.el (x-handle-numeric-switch):
2732 * term/x-win.el (x-handle-numeric-switch):
2733 * textmodes/ispell.el (ispell-parse-output):
2734 * textmodes/nroff-mode.el (nroff-outline-level):
2735 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2736 (reftex-bib-sort-year-reverse, reftex-format-citation):
2737 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2738 (reftex-section-number):
2739 * textmodes/texinfmt.el (texinfo-paragraphindent):
2740 Replace `string-to-int' by `string-to-number'.
2741
2742 * international/latexenc.el: Add page marker to force the "Local
2743 Variables:" string out of the last page.
2744
2745 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2746
2747 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2748 tooltip-change-major-mode.
2749 (gud-tooltip-print-command): Remove case where gud-minor-mode
2750 is gdb ("--fullname").
2751 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2752 explain to user.
2753
2754 2005-05-16 Jay Belanger <belanger@truman.edu>
2755
2756 * calc/calc-store.el (calc-copy-special-constant): New function.
2757
2758 * calc/calc-ext.el (calc-init-extensions): Add binding for
2759 `calc-copy-special-constant'.
2760
2761 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2762 for the `calc-copy-special-constant' command.
2763
2764 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2765
2766 * subr.el (left-fringe-p): New function.
2767
2768 * progmodes/compile.el (compilation-setup): Set local value of
2769 overlay-arrow-string to "" always.
2770 (compilation-set-window): Left fringe then don't scroll.
2771 No left fringe then no arrow and scroll message to top.
2772 (compilation-context-lines): Adjust doc string accordingly.
2773
2774 2005-05-16 Kim F. Storm <storm@cua.dk>
2775
2776 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2777 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2778 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2779 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2780 (ido-read-file-name): Handle commands with ido property value
2781 equal to find-file as reading a file name, to allow C-d to enter dired.
2782 (ibuffer-find-file): Add ido property with value find-file.
2783
2784 2005-05-15 Kim F. Storm <storm@cua.dk>
2785
2786 * subr.el (open-network-stream-nowait): Remove.
2787 (open-network-stream-server): Remove.
2788
2789 2005-05-15 Richard M. Stallman <rms@gnu.org>
2790
2791 * faces.el (describe-face): Output a definition link button.
2792
2793 * help-mode.el (help-face-def): New button type.
2794
2795 * emacs-lisp/copyright.el (copyright-fix-years):
2796 Match properly if the first year is 2-digit.
2797 Don't mess up the whitespace after the years by filling.
2798
2799 * dired-aux.el (dired-mark-confirm):
2800 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2801
2802 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2803 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2804 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2805
2806 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2807 Set font-lock-comment-start-skip.
2808
2809 * font-lock.el (font-lock-comment-start-skip): New variable.
2810 (font-lock-comment-end-skip): New variable.
2811 (font-lock-fontify-syntactically-region): Use them if non-nil.
2812
2813 2005-05-15 Jay Belanger <belanger@truman.edu>
2814
2815 * calc/calc-store.el (calc-store-value): Return a string rather
2816 than display it as a message.
2817 Use calc-var-name for variable name.
2818 (calc-store-into): Add the result of calc-store-value to message.
2819 (calc-copy-variable): Add a message.
2820 (calc-store-exchange): Improve error messages.
2821 (calc-store-binary, calc-store-map): Don't reset the values of
2822 special constants.
2823
2824 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2825
2826 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2827 manual to docstring.
2828
2829 * files.el (hack-local-variables-confirm): Add STRING argument.
2830 Make the function handle non file visiting buffers correctly.
2831 (hack-local-variables-prop-line, hack-local-variables)
2832 (hack-one-local-variable): Use STRING arg of
2833 `hack-local-variables-confirm'.
2834
2835 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2836
2837 Sync with Tramp 2.0.49.
2838
2839 * tramp.el (tramp-handle-dired-call-process)
2840 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2841 because the contents of the Tramp buffer is changed before
2842 insertion (`expand-file' and alike).
2843 (tramp-handle-insert-directory): If `localname' has an empty
2844 nondirectory name, it must not be quoted.
2845 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2846 variable `tramp-chunksize'. Change callees.
2847 (tramp-open-connection-setup-interactive-shell): Check remote host
2848 for buggy `send-process-string' implementation.
2849 Set `tramp-chunksize' if found. Reported by Michael Kifer
2850 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2851 (tramp-handle-shell-command): `insert-buffer' cannot be used
2852 because the contents of the Tramp buffer is changed before
2853 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2854 <frederic.bothamy@free.fr>.
2855 (tramp-set-auto-save): Actions should be done for Tramp file name
2856 handler only. Ange-FTP has its own auto-save mechanism.
2857 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2858 (tramp-set-auto-save-file-modes): Set file modes of
2859 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2860 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2861 (tramp-bug): Remove obsolete variable.
2862 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2863 for presence of `mml-mode'. Make it running for older Emacsen as well.
2864
2865 2005-05-14 John Paul Wallington <jpw@pobox.com>
2866
2867 * ibuf-ext.el (define-ibuffer-filter filename):
2868 If `dired-directory' is a list, use its car.
2869
2870 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2871
2872 * ibuffer.el (define-ibuffer-column filename):
2873 If `dired-directory' is a list, use its car.
2874
2875 2005-05-14 Richard M. Stallman <rms@gnu.org>
2876
2877 * subr.el (symbol-file): Doc fix.
2878
2879 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2880 (byte-compile-form): Call byte-compile-nogroup-warn.
2881 (byte-compile-warning-types): Doc fix.
2882
2883 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2884
2885 * progmodes/cc-engine.el (c-literal-faces):
2886 Add font-lock-comment-delimiter-face.
2887
2888 * net/net-utils.el (dig): Use with-no-warnings.
2889
2890 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2891 (sc-recite-frame-alist, sc-default-cite-frame)
2892 (sc-default-uncite-frame, sc-default-recite-frame)
2893 (sc-attrib-selection-list, sc-rewrite-header-list):
2894 Mark as risky-local-variable.
2895
2896 * international/ogonek.el (ogonek-jak, ogonek-how):
2897 Don't use beginning-of-buffer.
2898
2899 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2900
2901 * calendar/solar.el (solar-data-list): Move definition up.
2902
2903 * dnd.el (dnd-protocol-alist): Add autoload.
2904
2905 * progmodes/sh-script.el: Many doc usage fixes.
2906 (sh-indent-after-do): Change default to match common styles.
2907
2908 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2909
2910 * files.el (interpreter-mode-alist)
2911 (auto-mode-interpreter-regexp): Doc fixes.
2912
2913 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2914
2915 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2916
2917 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2918
2919 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2920
2921 * dired.el (dired-mode): make-variable-buffer-local =>
2922 make-local-variable.
2923
2924 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2925
2926 * term/mac-win.el (mac-select-convert-to-string): Try coding
2927 systems in mac-script-code-coding-systems if specified one cannot
2928 encode string for `com.apple.traditional-mac-plain-text'.
2929
2930 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2931
2932 * progmodes/make-mode.el (makefile-targets-face)
2933 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2934 (makefile-dependency-regex): Fix it to not make the colon in
2935 $(var:a=b) special.
2936 (makefile-rule-action-regex): New regexp for highlighting embedded
2937 Shell strings.
2938 (makefile-macroassign-regex): Handle != for highlighting as
2939 embedded Shell strings.
2940 (makefile-var-use-regex): New const.
2941 (makefile-statements, makefile-automake-statements)
2942 (makefile-gmake-statements, makefile-makepp-statements)
2943 (makefile-bsdmake-statements): New consts.
2944 (makefile-make-font-lock-keywords): New function.
2945 (makefile-automake-font-lock-keywords)
2946 (makefile-gmake-font-lock-keywords)
2947 (makefile-makepp-font-lock-keywords)
2948 (makefile-bsdmake-font-lock-keywords): New consts.
2949 (makefile-mode-map): Add switchers between the various submodes.
2950 (makefile-mode): Document the availability of the variants.
2951 (makefile-automake-mode, makefile-gmake-mode)
2952 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2953
2954 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2955 new variants of makefile-mode.
2956
2957 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2960 the inheritance.
2961
2962 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2963
2964 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2965 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2966
2967 * files.el (normal-mode): Extend the scope of the
2968 `enable-local-variables' binding to include the `set-auto-mode' call.
2969 (magic-mode-alist): Doc fix.
2970
2971 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2974 font-lock-comment-face rather than copying its setting.
2975
2976 2005-05-12 Andreas Schwab <schwab@suse.de>
2977
2978 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2979
2980 2005-05-12 Lute Kamstra <lute@gnu.org>
2981
2982 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2983 defcustom for the mode hook variable. Delete the last argument.
2984 * generic-x.el: Fix callers of define-generic-mode.
2985 (generic-x-modes): Delete group.
2986 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2987 generic-x customization group.
2988
2989 2005-05-12 Kim F. Storm <storm@cua.dk>
2990
2991 * font-lock.el (font-lock-negation-char-face): Default to "off".
2992
2993 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2994 font-lock-negation-char-face to ! in !=.
2995
2996 2005-05-12 Masatake YAMATO <jet@gyve.org>
2997
2998 * add-log.el (find-change-log): Fix typos in the docstring
2999 of function.
3000
3001 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3002
3003 * international/latexenc.el (latexenc-find-file-coding-system):
3004 Avoid `re-search-forward' when looking for input encoding because
3005 of speed and safety. Better regular expressions for recognizing
3006 input encoding. Limit a search for TeX-master/tex-main-file to
3007 the local variable section.
3008
3009 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3010
3011 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3012 syntax of $ to "'" (quote).
3013
3014 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3015
3016 * dnd.el (dnd-protocol-alist): Improve custom type.
3017
3018 * dired.el (dired-dnd-protocol-alist): New variable.
3019 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3020 `dired-mode-hook' to the end.
3021
3022 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3025 comment-end if comment-start-skip is not set.
3026 Obey the font-lock-comment-delimiter-face variables.
3027
3028 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * files.el (executable-find): Move from executable.el. Use locate-file.
3031 * progmodes/executable.el (executable-find): Move to files.el.
3032
3033 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3034 when trying to ensure forward progress.
3035
3036 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3039 (mouse-select, mouse-select-internal, mouse-extend-internal):
3040 Use it to implement mouse-1-click-follows-link functionality.
3041
3042 2005-05-11 Richard M. Stallman <rms@gnu.org>
3043
3044 * font-lock.el (font-lock-fontify-syntactically-region):
3045 Use font-lock-comment-delimiter-face for comment delimiters.
3046
3047 2005-05-10 Jay Belanger <belanger@truman.edu>
3048
3049 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3050 preserving embedded modes.
3051
3052 2005-05-10 Richard M. Stallman <rms@gnu.org>
3053
3054 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3055
3056 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3057 Move from ada-stmt.el.
3058 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3059
3060 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3061 Move to ada-mode.el.
3062 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3063
3064 * cus-edit.el (custom-file): Call file-chase-links.
3065
3066 * files.el (read-directory-name): Fix previous change.
3067 (hack-local-variables-confirm): New function.
3068 (hack-local-variables-prop-line, hack-local-variables)
3069 (hack-one-local-variable): Use it.
3070
3071 2005-05-10 Lute Kamstra <lute@gnu.org>
3072
3073 * font-lock.el (font-lock-keywords-alist)
3074 (font-lock-removed-keywords-alist): Clarify docstrings.
3075
3076 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3077
3078 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3079 (gdb-source-info): Check for preprocessor info.
3080 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3081 a macro for a function.
3082 (gdb-info-breakpoints-custom): Try to find file again if not already
3083 found (user might have used GDB dir command).
3084 (gdb-get-location): Update gdb-location-alist correctly for change
3085 to gdb-info-breakpoints-custom.
3086
3087 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3088 (gud-tooltip-print-command): Add gdbmi case.
3089 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3090 preprocessor info.
3091
3092 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3093
3094 * startup.el (fancy-splash-insert): Fix typo in doc string.
3095
3096 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * obsolete/float.el (string-to-float):
3099 * obsolete/hilit19.el (hilit-add-pattern):
3100 * obsolete/rnews.el (news-parse-range, news-select-message)
3101 (news-get-pruned-list-of-files): Replace `string-to-int' by
3102 `string-to-number'.
3103
3104 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3105 `find-file-not-found-hooks'; use `add-hook'.
3106 (uncompress-while-visiting): Set `write-file-functions', not
3107 `write-file-hooks'; use `add-hook'.
3108
3109 2005-05-09 Kim F. Storm <storm@cua.dk>
3110
3111 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3112 (cua-paste): Handle clipboard action.
3113 (cua--init-keymaps): Remap clipboard-kill-region and
3114 clipboard-kill-ring-save.
3115
3116 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3117
3118 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3119 Improve commentary.
3120
3121 * simple.el (next-error-overlay-arrow-position): Revert the change
3122 made on 2005-04-30.
3123
3124 2005-05-07 Jay Belanger <belanger@truman.edu>
3125
3126 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3127 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3128 `calc-sel-reselect'.
3129
3130 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3131 Calc is in embedded mode.
3132
3133 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3134
3135 * progmodes/compile.el (compilation-setup):
3136 Set overlay-arrow-string to an empty string on text terminals.
3137
3138 * textmodes/ispell.el (ispell-program-name): Try looking for
3139 "aspell" along exec-path, and if found, use it as the default
3140 speller program.
3141
3142 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3143
3144 * international/mule.el (sgml-xml-auto-coding-function):
3145 Recognize encoding='FOO' in single quotes as well as in double quotes.
3146
3147 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3148
3149 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3150 as well as `interactive', so that defmacro* would recognize
3151 `declare' forms.
3152
3153 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3154
3155 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3156 Explain more about the LIGHTER arg's usage in the doc string.
3157 Add commentary to clarify what the code does. Fix the regexp that
3158 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3159 since it could have characters special to regular expressions.
3160
3161 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3162
3163 * replace.el (occur-1): Bind inhibit-read-only so that
3164 erase-buffer doesn't barf on read-only text properties (likewise
3165 for add-text-properties in occur-engine). Mark buffer as unmodified.
3166 (occur-engine): Don't set buffer-read-only here.
3167
3168 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3171 list-buffers-directory. This caused the *cvs-commit* buffer to be
3172 sometimes mistakenly reused as a *cvs* buffer.
3173
3174 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3175
3176 * tooltip.el: Move code for GUD tooltips into gud.el.
3177 (require): CL no longer needed to compile case.
3178 (tooltip-mode): Do not toggle functions for GUD tooltips.
3179 (tooltip-gud-tips-p): Remove. Replace with minor mode
3180 gud-tooltip-mode in gud.el.
3181 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3182 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3183 tooltip-gud prefix with gud-tooltip and obsolete.
3184 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3185 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3186 (tooltip-mouse-motion): Mouse movement functions/variable.
3187 Rename in gud.el by adding gud prefix.
3188 (tooltip-gud-original-filter, tooltip-gud-dereference)
3189 (tooltip-gud-event, tooltip-toggle-gud-tips)
3190 (tooltip-gud-process-output, tooltip-gud-print-command)
3191 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3192 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3193 (gdb-tooltip-print): Move to gdb-ui.el.
3194
3195 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3196 (require): CL needed to compile case.
3197 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3198 tooltip-gud-tips-p. Make it a minor-mode.
3199 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3200 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3201 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3202 (gud-tooltip-change-major-mode)
3203 (gud-tooltip-activate-mouse-motions-if-enabled)
3204 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3205 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3206 (gud-tooltip-original-filter, gud-tooltip-dereference)
3207 (gud-tooltip-event, tooltip-toggle-gud-tips)
3208 (gud-tooltip-process-output, gud-tooltip-print-command)
3209 (gud-tooltip-tips): Move from tooltip.el.
3210
3211 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3212 (gdb-cpp-define-alist-flags): Doc fix.
3213 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3214 gud-tooltip-mode is t.
3215
3216 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3219 evaporate if their text is deleted.
3220 (goto-address-at-point): Make it work as a mouse binding as well.
3221 (goto-address-at-mouse): Obsolete it. Update users.
3222
3223 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3224
3225 * calendar/appt.el (top-level): No longer activate on load.
3226
3227 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3230 * net/webjump.el (webjump):
3231 * progmodes/idlw-help.el (idlwave-do-context-help1)
3232 (idlwave-highlight-linked-completions):
3233 * textmodes/po.el (po-find-file-coding-system-guts):
3234 Replace `assoc-ignore-case' by `assoc-string'.
3235
3236 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3237
3238 * files.el (locate-file): Doc fix.
3239
3240 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3241 Remove the redundant test for ms-dos.
3242
3243 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3244 look for the preprocessor with exec-suffixes. If not found in
3245 standard places, look in exec-path. Remove most of the tests that
3246 used system-type.
3247
3248 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3249
3250 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3251
3252 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3253 file-name clash with jka-compr.el on 8+3 filesystems.
3254
3255 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3256
3257 * term/mac-win.el: Don't define or bind scroll bar functions if
3258 x-toolkit-scroll-bars is t.
3259 (x-select-text, x-get-selection-value):
3260 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3261 (PRIMARY): Put mac-scrap-name property.
3262 (mac-select-convert-to-file-url): New function.
3263 (public.file-url): New selection target type. Add to
3264 selection-converter-alist.
3265 (x-get-selection, x-selection-value): Handle it.
3266 (x-cut-buffer-or-selection-value): New alias.
3267
3268 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3269
3270 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3271 entry to avoid calling bibtex-find-entry with arg global
3272 being t. Remove arg key.
3273 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3274 (bibtex-copy-summary-as-kill): Change accordingly.
3275
3276 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3279 (org-agenda-date-later): Use with-current-buffer.
3280
3281 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3282
3283 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3284 (define-obsolete-variable-alias): Doc Fixes.
3285
3286 2005-05-06 Kim F. Storm <storm@cua.dk>
3287
3288 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3289 vertical-motion when selective-display is active.
3290
3291 * ido.el (ido-setup-hook): New hook.
3292 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3293 (ido-input-stack): New var.
3294 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3295 ido-next-work-file binding to M-O.
3296 Bind M-f to ido-wide-find-file-or-pop-dir.
3297 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3298 (ido-read-internal): Run ido-setup-hook.
3299 Catch quit in read-file-name and read-string to cancel edit.
3300 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3301 Automatically pop-all when completing a directory name (RET).
3302 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3303 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3304 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3305 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3306 New functions for M-b/M-f to move among the directory components.
3307 (ido-make-merged-file-list): Catch quit to cancel merge.
3308 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3309 (ido-completion-help): No warnings for ido-completion-buffer-full.
3310
3311 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3312
3313 * font-lock.el (font-lock-negation-char-face): New face and variable.
3314 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3315 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3316 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3317 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3318
3319 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3322 Fix typo in docstring.
3323
3324 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3325 (ebrowse-print-statistics-line)
3326 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3327
3328 * term/w32-win.el (image-library-alist): Add additional name for
3329 Xpm library.
3330
3331 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3332
3333 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3334 use gcc instead of cpp.
3335
3336 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3337 (gdb-create-define-alist): Use it.
3338 (gdb-cpp-define-alist-program): Update for MS-DOS.
3339
3340 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3341
3342 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3343
3344 2005-05-04 Richard M. Stallman <rms@gnu.org>
3345
3346 * help.el (describe-key): No error when UNTRANSLATED is nil.
3347
3348 * simple.el (line-move-1): Fix previous change to signal errors
3349 appropriately.
3350
3351 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3352
3353 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3354 (icalendar-duration-correction): Remove.
3355 (icalendar--get-event-properties): Split result at commas.
3356 (icalendar--decode-isoduration): New optional argument
3357 DURATION-CORRECTION.
3358 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3359 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3360 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3361 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3362 (icalendar--convert-anniversary-to-ical): New functions, extracted
3363 from icalendar-export-region, with bug fixes.
3364 (icalendar-export-region): Use the above functions.
3365 (icalendar-import-buffer): Check before saving diary file.
3366 (icalendar--convert-recurring-to-diary)
3367 (icalendar--convert-non-recurring-all-day-to-diary)
3368 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3369 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3370 (icalendar--convert-ical-to-diary): Use the above functions.
3371
3372 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3373
3374 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3375 Remove these recent additions.
3376 (c-mode): Restore to before 2005-04-28.
3377
3378 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3379 recent addition.
3380
3381 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3382 (gdb-define-alist): New variables.
3383 (gdb-create-define-alist): New function.
3384 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3385 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3386 with string-to-number.
3387 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3388
3389 * progmodes/gud.el: Replace string-to-int with string-to-number.
3390 (gud-find-file): Handle gdb-define-alist.
3391
3392 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3393
3394 2005-05-02 Jay Belanger <belanger@truman.edu>
3395
3396 * calc/calc-aent.el (math-read-token):
3397 * calc/calc-bin.el (calc-word-size):
3398 * calc/calc-ext.el (calc-read-number-fancy):
3399 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3400 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3401 * calc/calc-frac.el (calc-over-notation):
3402 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3403 (calc-graph-num-points, calc-graph-init):
3404 * calc/calc-prog.el (calc-read-parse-table-part)
3405 (calc-edit-macro-repeats):
3406 * calc/calc-yank.el (calc-do-grab-rectangle):
3407 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3408 Replace `string-to-int' by `string-to-number'.
3409
3410 2005-05-02 Kim F. Storm <storm@cua.dk>
3411
3412 * kmacro.el: Use executing-kbd-macro-index variable.
3413
3414 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3415
3416 * net/rlogin.el (rlogin-parse-words): Delete func.
3417 (rlogin): Use split-string, not rlogin-parse-words.
3418 Also, if there are option-like elements in the parsed args,
3419 take the host to be the first arg immediately following them.
3420 Suggested by Michael Mauger.
3421
3422 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3423
3424 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3425
3426 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3427
3428 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3429 (cc-mode-cpp-program): Rename to cc-define-list-program and
3430 move to cc-vars.el.
3431
3432 * progmodes/cc-vars.el (cc-define-list-program):
3433 Change to "gcc -E -dM -". Make customizable.
3434
3435 2005-05-02 Kim F. Storm <storm@cua.dk>
3436
3437 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3438
3439 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3442
3443 * international/mule-util.el (truncate-string): Remove alias and
3444 obsolete declaration.
3445
3446 * international/mule-cmds.el (update-iso-coding-systems):
3447 Remove alias and obsolete declaration.
3448
3449 * international/mule.el (coding-system-parent): Remove alias and
3450 obsolete declaration.
3451
3452 * subr.el (define-function, sref): Remove aliases and obsolete
3453 declarations.
3454 (chars-in-region): Remove obsolete declaration.
3455
3456 2005-05-01 Richard M. Stallman <rms@gnu.org>
3457
3458 * info.el (Info-mode): Set widen-automatically to nil, locally.
3459
3460 * simple.el (widen-automatically): New variable.
3461 (pop-global-mark): Obey widen-automatically.
3462
3463 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3464
3465 * term/xterm.el (function-key-map): Call substitute-key-definition
3466 before the keymap size is increased by a lot of define-key calls.
3467
3468 2005-05-01 Richard M. Stallman <rms@gnu.org>
3469
3470 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3471 Rename ARG to ELEMENT. Doc fix.
3472
3473 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3474
3475 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3476 Remove references to allout-exposure/change to allout-new-exposure.
3477
3478 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3479 bytecode symbols.
3480
3481 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3482 (compiled-function-p, focus-frame, unfocus-frame):
3483 Remove aliases and obsolete declarations.
3484 Back out inadvertent changes from previous commit.
3485
3486 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * files.el (require-final-newline): Make Custom tags consistent
3489 with mode-require-final-newline.
3490 (mode-require-final-newline): Doc fix.
3491
3492 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * international/latexenc.el (latexenc-find-file-coding-system):
3495 Fix regular expressions.
3496
3497 2005-05-01 David Kastrup <dak@gnu.org>
3498
3499 * international/latexenc.el (latexenc-find-file-coding-system):
3500 Fix regular expressions.
3501
3502 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3503
3504 * subr.el (string-to-int): Make obsolete.
3505
3506 2005-04-30 Richard M. Stallman <rms@gnu.org>
3507
3508 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3509
3510 * loadup.el: load jka-comp-hook.
3511
3512 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3513 (jka-compr-handler): Add autoload. `put' calls moved
3514 to jka-comp-hook.el.
3515 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3516 (jka-compr-inhibit): Autoload.
3517
3518 * jka-comp-hook.el: New file.
3519 Enable the mode by default.
3520
3521 * files.el (backup-buffer-copy): Use copy-file instead
3522 of write-region, and put back the 'excl.
3523
3524 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * progmodes/flymake.el (flymake-split-string)
3527 (flymake-split-string, flymake-log, flymake-pid-to-names)
3528 (flymake-reg-names, flymake-get-source-buffer-name)
3529 (flymake-unreg-names, flymake-add-line-err-info)
3530 (flymake-add-err-info): Clarify docstrings.
3531 (flymake-popup-menu, flymake-make-emacs-menu)
3532 (flymake-make-xemacs-menu): Add docstrings.
3533 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3534 Set variables directly throughout.
3535
3536 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3537
3538 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3539 exists. Initialise cc-define-alist.
3540 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3541 If there is no file (Macroexpansion) don't create an alist.
3542
3543 2005-04-29 Sam Steingold <sds@gnu.org>
3544
3545 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3546 (cc-create-define-alist): Use it instead of the hard-coded string.
3547
3548 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3551 for latexenc.
3552
3553 2005-04-29 Lute Kamstra <lute@gnu.org>
3554
3555 * emacs-lisp/generic.el: Improve commentary section.
3556 (define-generic-mode): Improve docstring.
3557
3558 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3559
3560 * textmodes/org.el (many places): Change to quiet the byte compiler.
3561 (org-prefix-format-compiled): New variable.
3562 (org-compile-prefix-format): New function.
3563 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3564 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3565 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3566 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3567 consistency with entries from `org-mode' files.
3568 (org-get-time-of-day): Fix bug with partial matches early in a line.
3569 (org-non-link-chars): New constant.
3570 (org-link-regexp): Respect `org-non-link-chars'.
3571 (org-agenda-day-view): Remove command.
3572 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3573 (org-follow-bbdb-link, org-store-link): Search also company field.
3574 (org-highlight-overlay): New variable.
3575 (org-highlight, org-unhighlight): New functions.
3576 (org-agenda-mode): Add pre-command-hook to remove highlight.
3577 (org-evaluate-time-range): Behavior depends upon whether time stamp
3578 contains a time or not.
3579 (org-show-subtree, org-show-entry): New functions.
3580 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3581
3582 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3583
3584 * comint.el (comint-output-filter-functions): Add autoload cookie.
3585
3586 2005-04-28 Kim F. Storm <storm@cua.dk>
3587
3588 * ido.el (ido-everywhere): Fix last change.
3589
3590 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3591
3592 * international/latexenc.el: New file.
3593 * international/mule-conf.el (file-coding-system-alist): For .tex,
3594 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3595
3596 2005-04-28 Lute Kamstra <lute@gnu.org>
3597
3598 * font-lock.el (font-lock-add-keywords)
3599 (font-lock-remove-keywords): Clarify docstring.
3600 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3601 Don't start docstrings with a `*'.
3602 (font-lock-update-removed-keyword-alist): Give it a docstring.
3603
3604 * generic-x.el: Update commentary section.
3605 Only require font-lock when compiling.
3606 Define all modes conditionally.
3607 Place all generic modes in the generic-x-modes customization group.
3608 (generic-x-modes): New customization group.
3609 (generic-default-modes, generic-mswindows-modes)
3610 (generic-unix-modes, generic-other-modes): New constants.
3611 (generic-define-mswindows-modes, generic-define-unix-modes):
3612 Update docstrings. Make them obsolete.
3613 (generic-extras-enable-list): New default value. Update docstring.
3614 Improve :type. Change :set function.
3615 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3616 Fix docstring.
3617
3618 * emacs-lisp/generic.el (generic-mode-internal):
3619 Simplify font-lock-defaults.
3620 (define-generic-mode): Fix docstring.
3621
3622 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3625 font-lock-face property to highlight matches.
3626
3627 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3630 (cc-define-alist): New variable.
3631 (c-mode): Make it local and initialise it.
3632
3633 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3634 (gdb-exited): New function.
3635 (gdb-annotation-rules): Use it.
3636 (gdb-starting): Set gdb-active-process to t.
3637 (gdb-stopping): Amend doc string.
3638 (gdb-reset): Set gdb-active-process to nil.
3639
3640 * tooltip.el (tooltip-gud-tips): Show the associated #define
3641 directives when a C program under GDB is not executing.
3642
3643 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3646 font-lock-fontify-syntactic-keywords.
3647
3648 * font-lock.el (font-lock-default-fontify-region): Don't force
3649 parse-sexp-lookup-properties to nil.
3650
3651 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3652
3653 * man.el (man-mode-syntax-table): Set up `:' to have
3654 word-constituent syntax.
3655
3656 2005-04-27 Lute Kamstra <lute@gnu.org>
3657
3658 * novice.el (disable-command): Don't add spurious newlines to the
3659 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3660
3661 2005-04-26 Jay Belanger <belanger@truman.edu>
3662
3663 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3664 than one window before deleting window.
3665
3666 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3667
3668 * shell.el (shell-prompt-pattern): Doc fix.
3669 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3670
3671 * comint.el (comint-prompt-regexp, comint-get-old-input)
3672 (comint-use-prompt-regexp)
3673 (comint-use-prompt-regexp-instead-of-fields)
3674 (comint-replace-by-expanded-history, comint-send-input)
3675 (comint-output-filter, comint-get-old-input-default)
3676 (comint-line-beginning-position, comint-bol, comint-show-output)
3677 (comint-backward-matching-input, comint-forward-matching-input)
3678 (comint-next-prompt, comint-previous-prompt):
3679 Rename `comint-use-prompt-regexp-instead-of-fields' to
3680 `comint-use-prompt-regexp'. Keep old name as alias and declare
3681 obsolete.
3682 (comint-use-prompt-regexp): Shorten first line of doc string.
3683
3684 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3685 Set paragraph-separate buffer locally to "\\'".
3686
3687 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3688 Adapt to above name change.
3689
3690 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3691 (smbclient-prompt-regexp): Ditto.
3692
3693 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3694
3695 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3696
3697 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3698 gdb-location-list.
3699 Break lines that are over 80 characters wide.
3700
3701 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3704 New fun and var, to preserve compatibility.
3705
3706 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3707
3708 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3709
3710 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3711 name to file-newer-than-file-p.
3712
3713 2005-04-26 Richard M. Stallman <rms@gnu.org>
3714
3715 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3716
3717 * progmodes/python.el (python-mode):
3718 Use new name eldoc-documentation-function.
3719
3720 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3721
3722 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3723 (eldoc-documentation-function):
3724 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3725
3726 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3727
3728 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3729
3730 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3731
3732 * term/xterm.el (function-key-map): Fix strings for
3733 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3734 {C,S,A,C-S}-{f1-f12}.
3735
3736 2005-04-26 Kenichi Handa <handa@m17n.org>
3737
3738 * international/mule-cmds.el (select-safe-coding-system):
3739 Fix previous change.
3740
3741 2005-04-26 Lute Kamstra <lute@gnu.org>
3742
3743 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3744
3745 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3746 (font-lock-comment-delimiter-face): Ditto.
3747
3748 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3749
3750 2005-04-25 Jay Belanger <belanger@truman.edu>
3751
3752 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3753 to t while inserting information; use help-mode.
3754
3755 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3756
3757 * term.el (ansi-term-color-vector): Use the xterm colors.
3758 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3759
3760 2005-04-25 Lute Kamstra <lute@gnu.org>
3761
3762 * font-core.el (font-lock-defaults): Fix docstring.
3763
3764 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3765
3766 2005-04-25 Kenichi Handa <handa@m17n.org>
3767
3768 * international/mule-cmds.el (select-safe-coding-system):
3769 Don't check consistency with coding: spec, etc if raw-text or
3770 no-conversion was found to be safe.
3771
3772 2005-04-24 Richard M. Stallman <rms@gnu.org>
3773
3774 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3775 citation markers at start of each line.
3776
3777 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3778 citation markers at start of each line.
3779
3780 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3781
3782 * files.el (mode-require-final-newline): Fix previous change.
3783 (require-final-newline): Fix type label.
3784
3785 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3786
3787 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3788 statement in buffer (broken by 2004-11-24 change).
3789
3790 2005-04-24 Kim F. Storm <storm@cua.dk>
3791
3792 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3793 and read-file-name-function values. Don't overwrite existing
3794 non-nil values if ido-mode is enabled without ido-everywhere.
3795
3796 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3797
3798 * files.el (mode-require-final-newline): Minor doc fix.
3799
3800 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3801
3802 * subr.el (syntax-after): Doc fix.
3803 (syntax-class): If argument is nil, return nil. Mask off upper 16
3804 bits, not 8 bits.
3805
3806 * files.el (mode-require-final-newline): Doc fix.
3807 (backup-buffer-copy): Fix last change.
3808
3809 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3810
3811 * term/mac-win.el: Require select. Set selection-coding-system to
3812 mac-system-coding-system. Call menu-bar-enable-clipboard.
3813 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3814 (x-select-enable-clipboard): New variables.
3815 (x-select-text, x-get-selection, x-selection-value)
3816 (x-get-selection-value, mac-select-convert-to-string)
3817 (mac-services-open-file, mac-services-open-selection)
3818 (mac-services-insert-text): New functions.
3819 (CLIPBOARD, FIND): Put mac-scrap-name property.
3820 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3821 (public.tiff): Put mac-ostype property.
3822 (selection-converter-alist): Add entries for them.
3823 (mac-application-menu-map): New keymap.
3824 (interprogram-cut-function, interprogram-paste-function): Set to
3825 x-select-text and x-get-selection-value, respectively.
3826 (split-window-keep-point): Set to t.
3827
3828 2005-04-23 Richard M. Stallman <rms@gnu.org>
3829
3830 * files.el (read-directory-name): Always pass non-nil
3831 DEFAULT-FILENAME arg to read-file-name.
3832 (backup-buffer-copy, basic-save-buffer-2): Take care against
3833 writing thru an unexpected existing symlink.
3834 (revert-buffer): In indirect buffer, revert the base buffer.
3835 (magic-mode-alist): Doc fix.
3836 (buffer-stale-function): Doc fix.
3837 (minibuffer-with-setup-hook): Avoid warning.
3838 (mode-require-final-newline): Doc and custom fix.
3839
3840 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3841
3842 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3843 use the default appearance.
3844 (font-lock-comment-delimiter-face): New face, new variable.
3845
3846 * imenu.el (imenu--generic-function): The official position of a
3847 definition is the start of the line that BEG is in.
3848
3849 * midnight.el (midnight-timer): Move defvar up.
3850
3851 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3852
3853 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3854
3855 * startup.el (command-line): Use with-no-warnings.
3856
3857 * window.el (window-size-fixed): New defvar.
3858
3859 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3860
3861 * mail/rmail.el (rmail-font-lock-keywords):
3862 Use font-lock-comment-delimiter-face.
3863
3864 * mail/sendmail.el (mail-font-lock-keywords):
3865 Use font-lock-comment-delimiter-face.
3866
3867 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3868
3869 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3870
3871 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3872 Specify t for LAXMATCH when matching directories.
3873 Save match data around compilation-compat-error-properties form.
3874
3875 2005-04-23 David Kastrup <dak@gnu.org>
3876
3877 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3878 Mention that the autoloaded aliases should be kept for AUCTeX.
3879
3880 2005-04-23 Andreas Schwab <schwab@suse.de>
3881
3882 * isearch.el (isearch-forward): Doc fix.
3883
3884 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3885
3886 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3887 (jit-lock-stealth-nice): Change default value to 0.5.
3888
3889 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3890
3891 * abbrev.el (write-abbrev-file): Write table entries in
3892 alphabetical order by table name.
3893
3894 2005-04-22 Kim F. Storm <storm@cua.dk>
3895
3896 * ido.el (ido-read-internal): Fix `list' completion.
3897
3898 2005-04-22 Kenichi Handa <handa@m17n.org>
3899
3900 * recentf.el (recentf-save-file-coding-system): New variable.
3901 (recentf-save-list): Encode the file by
3902 recentf-save-file-coding-system and add coding: tag.
3903
3904 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3905
3906 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3907
3908 2005-04-21 Lute Kamstra <lute@gnu.org>
3909
3910 * loadhist.el (unload-feature): Don't remove a function from hooks
3911 if it is about to be restored to an autoload . Remove functions
3912 that will become unbound from auto-mode-alist. Simplify the code.
3913
3914 * subr.el (assq-delete-all): New implementation that is linear,
3915 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3916 (rassq-delete-all): New function.
3917
3918 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3919 Add size-indication-mode.
3920
3921 2005-04-21 Kenichi Handa <handa@m17n.org>
3922
3923 * international/mule-cmds.el: Add autoload for widget-value in
3924 eval-when-compile.
3925
3926 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3927
3928 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3929 Add tooltip-mode.
3930
3931 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3932
3933 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3934
3935 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3936 (inferior-lisp-filter-regexp, inferior-lisp-program)
3937 (inferior-lisp-load-command, inferior-lisp-prompt)
3938 (inferior-lisp-mode-hook, lisp-source-modes)
3939 (inferior-lisp-load-hook): defvar->defcustom.
3940 (inferior-lisp-program, inferior-lisp-prompt)
3941 (inferior-lisp-load-hook): Doc fixes.
3942 (inferior-lisp-install-letter-bindings): Small change in
3943 introductory comment.
3944
3945 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3946
3947 * vc.el (vc-annotate-color-map): Change some colors so that text
3948 using them as foreground is readable on both white and black
3949 backgrounds.
3950
3951 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * international/mule-conf.el (translation-table-for-input):
3954 Remove redundant declaration.
3955
3956 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3957
3958 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3959
3960 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3961 (tooltip-toggle-gud-tips): New function.
3962
3963 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3964
3965 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3966 right angle brackets.
3967
3968 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3969
3970 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3971
3972 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3975 Remove. Update callers to use expand-file-name instead.
3976
3977 * subr.el (syntax-class): New function.
3978
3979 * simple.el (blink-matching-open): Use it.
3980
3981 * paren.el (show-paren-function): Use it to recognize parens that are
3982 also used in 2-char comment markers.
3983
3984 2005-04-19 Lute Kamstra <lute@gnu.org>
3985
3986 * loadhist.el (unload-feature): Update for new format of
3987 load-history. Simplify the code.
3988
3989 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3990
3991 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3992 (mac-add-charset-info): New function. Initialize variable
3993 mac-charset-info-alist using it.
3994 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3995 for translation.
3996 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3997 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3998 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3999 New CCL programs.
4000
4001 2005-04-19 Kim F. Storm <storm@cua.dk>
4002
4003 * simple.el (next-buffer, prev-buffer, next-error)
4004 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4005 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4006
4007 * bindings.el (next-buffer, prev-buffer, next-error)
4008 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4009 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4010 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4011 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4012
4013 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * isearch.el (isearch-edit-string): Make the search-ring available for
4016 minibuffer history commands.
4017 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4018 the default history commands now work just as well.
4019 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4020
4021 2005-04-18 Kim F. Storm <storm@cua.dk>
4022
4023 * emulation/cua-base.el (cua--pre-command-handler): Add more
4024 elaborate check for shift modifier on non-window systems.
4025
4026 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4027
4028 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4029
4030 2005-04-18 Kim F. Storm <storm@cua.dk>
4031
4032 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4033 and make it optional. Don't test tooltip-gud-echo-area here.
4034 (tooltip-gud-process-output, gdb-tooltip-print):
4035 Pass tooltip-gud-echo-area to tooltip-show.
4036 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4037
4038 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4039
4040 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4041 `display-graphic-p' may not be bound yet.
4042
4043 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4044
4045 * startup.el (command-line): No longer enable Xterm Mouse mode by
4046 default in terminals compatible with xterm.
4047
4048 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4049
4050 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4051
4052 * tooltip.el (tooltip-gud-echo-area): Rename from
4053 tooltip-use-echo-area.
4054 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4055 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4056 area independently of where help tooltips are displayed.
4057
4058 2005-04-17 David Kastrup <dak@gnu.org>
4059
4060 * cus-theme.el (custom-theme-write-variables): Quote variables
4061 where necessary.
4062
4063 2005-04-17 Richard M. Stallman <rms@gnu.org>
4064
4065 * simple.el (yank-excluded-properties): Add follow-link to value.
4066
4067 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4068
4069 * startup.el (fancy-splash-max-time): Just 30 seconds.
4070 (fancy-splash-delay): Just 7.
4071 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4072
4073 * loadhist.el (unload-feature): Update for new format of load-history.
4074 Simplify the code.
4075
4076 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4077 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4078
4079 * mail/sendmail.el (mail-font-lock-keywords):
4080 Don't fontify subject text.
4081 Don't fontify the text of a citation.
4082
4083 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4084
4085 * comint.el (comint-output-filter): Run comint-output-filter-functions
4086 with point where the user had it.
4087
4088 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * international/ucs-tables.el (ucs-set-table-for-input):
4091 Disable when using unify-on-decoding.
4092
4093 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * emulation/cua-base.el (cua-global-mark-face): Add special case
4096 for displays supporting a high number of colors.
4097
4098 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4099
4100 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4101
4102 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * filesets.el (filesets-add-buffer): If user supplies a name of a
4105 non-existing fileset, create a new fileset.
4106
4107 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4108
4109 * textmodes/org.el (org-up-heading-all): Fix bug with
4110 `outline-up-heading-all'.
4111
4112 2005-04-16 Andreas Schwab <schwab@suse.de>
4113
4114 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4115 /etc/permissions.d/* and /etc/aliases.d/*.
4116
4117 2005-04-16 Kenichi Handa <handa@m17n.org>
4118
4119 * international/code-pages.el (cp-make-coding-system):
4120 Set `translation-table-for-input' property value to the symbol
4121 ucs-mule-to-mule-unicode, not to that value.
4122 (pt154): Escape guillemet by `\'.
4123
4124 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4125
4126 * loadup.el: Load tooltip if x-show-tip is fboundp.
4127
4128 * startup.el (command-line): Add comment.
4129
4130 * tooltip.el (tooltip-mode): Specify correct standard value for
4131 Custom in init-value.
4132
4133 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4134
4135 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4136 possible.
4137
4138 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4139
4140 * textmodes/org.el (org-agenda-date-prompt): Rename from
4141 `org-agenda-date-today'.
4142 (org-evaluate-time-range): Insert at point instead of directly
4143 after time range.
4144 (org-first-headline-recenter, org-subtree-end-visible-p)
4145 (org-optimize-window-after-visibility-change): New functions
4146 (org-agenda-post-command-hook): Don't allow point at end of line,
4147 to make sure it always hits the text properties.
4148 (org-agenda-next-date-line, org-agenda-previous-date-line):
4149 New commands.
4150 (org-set-regexps-and-options): Category may contain white space.
4151 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4152 Improve marker positions.
4153 (org-agenda-new-marker): Argument POS made optional.
4154 (org-agenda-get-timestamps): Deadlines which are done are listed
4155 in org-done-face now.
4156 (org-agenda-get-todos, org-agenda-get-timestamps)
4157 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4158 Set `undone-face' and `done-face' properties.
4159 (org-last-todo-state-is-todo): New variable.
4160 (org-todo): Set `org-last-todo-state-is-todo'.
4161 (org-agenda-todo): Change face according to
4162 `org-last-todo-state-is-todo'. And change other lines refering to
4163 the same entry.
4164 (org-calendar-goto-agenda): New command.
4165 (org-calendar-to-agenda-key): New option.
4166 (org-startup-folded): New allowed value `content'.
4167 (org-set-regexps-and-options): Accept new value `content' for
4168 `org-startup-folded'.
4169 (org-get-current-options): Handle new value `content' for
4170 `org-startup-folded'.
4171 (org-insert-todo-heading): New command.
4172 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4173 interactively in empty file and option
4174 `org-insert-mode-line-in-empty-file' has been set.
4175 (org-agenda-todo,org-agenda-priority): Modify to use
4176 `org-agenda-change-all-lines'.
4177 (org-warning-face): Change color on dark background
4178
4179 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4180
4181 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4182 use preferences AppleLocale and AppleLanguages, and variable
4183 mac-system-locale for default locale. On Mac OS Classic, use
4184 mac-system-coding-system for default coding systems.
4185
4186 * term/mac-win.el: Don't set file-name-coding-system.
4187 Decode variables system-name, emacs-build-system, user-login-name, and
4188 user-full-name by mac-system-coding-system on Mac OS Classic.
4189 (mac-system-coding-system): New variable.
4190
4191 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4192
4193 * startup.el (command-line): Handle `xterm-mouse-mode' before
4194 reading init file.
4195
4196 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4197
4198 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4199
4200 * progmodes/sh-script.el (sh-here-document-word): Make it a
4201 defcustom. Doc fix.
4202 (sh-add): Bash uses $(( )) for arithmetic.
4203 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4204 (sh-maybe-here-document): Remove quotes and leading whitespace
4205 from heredoc word when closing. Indent heredoc with tabs if word
4206 starts with "-".
4207
4208 2005-04-13 Richard M. Stallman <rms@gnu.org>
4209
4210 * simple.el (undo): Fix previous change.
4211
4212 * custom.el (defface): Doc fix.
4213
4214 2005-04-13 Lute Kamstra <lute@gnu.org>
4215
4216 * Makefile.in (DONTCOMPILE): Remove list.
4217 (compile, compile-always): Don't use DONTCOMPILE.
4218 (update-authors): Load the library in which batch-update-authors
4219 is defined.
4220 * makefile.w32-in (DONTCOMPILE): Remove list.
4221 (compile, compile-always): Fix comments.
4222 (update-authors): Load the library in which batch-update-authors
4223 is defined.
4224
4225 * generic-x.el (generic-mode-ini-file-find-file-hook):
4226 Rename to ini-generic-mode-find-file-hook.
4227 Keep generic-mode-ini-file-find-file-hook as an alias.
4228 (ini-generic-mode-find-file-hook): Rename from
4229 generic-mode-ini-file-find-file-hook. Fix docstring.
4230 (ini-generic-mode): Docstring change.
4231 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4232
4233 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4234 called from lisp.
4235
4236 * generic.el: Move to the emacs-lisp subdir.
4237
4238 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4239
4240 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4241 and C-S- function and cursor motion keys.
4242
4243 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4244
4245 * startup.el (command-line): Enable Xterm Mouse mode by default.
4246 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4247 for Custom. No longer show "Mouse" in mode line when enabled.
4248 Doc fix.
4249
4250 2005-04-12 Kim F. Storm <storm@cua.dk>
4251
4252 * emulation/cua-base.el (cua-rectangle-face)
4253 (cua-rectangle-noselect-face): Define face attributes here.
4254
4255 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4256
4257 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4258
4259 * startup.el (command-line): Turn off blinking cursor if
4260 cursorBlink in resources is off or false.
4261
4262 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4263
4264 * term/mac-win.el (dnd): Require dnd.
4265 (mac-drag-n-drop): Call dnd-handle-one-url.
4266 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4267 (kTextEncodingISOLatin2): Remove constants.
4268 (mac-script-code-coding-systems): New constant.
4269 (mac-handle-language-change): New function.
4270 (special-event-map): Bind it to `language-change' event.
4271 (mac-centraleurroman, mac-cyrillic): New coding systems.
4272 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4273 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4274 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4275 encode-mac-cyrillic, respectively.
4276
4277 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4280 Don't set overlay-arrow-string to "=>" as this is done
4281 globally in C now.
4282
4283 2005-04-12 Lute Kamstra <lute@gnu.org>
4284
4285 * generic-x.el (rc-generic-mode, rul-generic-mode):
4286 Fix auto-mode-alist entries.
4287 (etc-fstab-generic-mode): Tweak fontification.
4288
4289 * generic.el (generic-make-keywords-list): Fix docstring.
4290 (generic-mode-internal): Simplify generic-font-lock-keywords.
4291
4292 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4293
4294 * whitespace.el (whitespace-buffer-leading)
4295 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4296 However, fix the highlight area for the leading and
4297 trailing whitespaces to show space.
4298
4299 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4300
4301 * whitespace.el (whitespace-version): Bump to 3.5
4302
4303 (whitespace-buffer-leading, whitespace-buffer-trailing):
4304 Invert sense of the test to highlight the whitespace.
4305
4306 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4307
4308 * progmodes/gud.el (gud-display-line): GUD uses its own
4309 overlay arrow now so don't set overlay-arrow-string.
4310 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4311
4312 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4313
4314 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4315 (term-ansi-current-reverse, term-ansi-current-invisible)
4316 (term-ansi-face-already-done): Change to boolean.
4317 (term-reset-terminal, term-handle-colors-array): Handle the above
4318 vars accordingly.
4319 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4320 (term-emulate-terminal): Use the new name.
4321
4322 * faces.el (secondary-selection): Use yellow1, not yellow.
4323 (trailing-whitespace): Use red1, not red.
4324
4325 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4326
4327 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4328 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4329 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4330
4331 * cus-edit.el (dnd): New group.
4332
4333 * term/w32-win.el (dnd): Require dnd
4334 (w32-drag-n-drop): Call dnd-handle-one-url.
4335
4336 * x-dnd.el: Require dnd.
4337 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4338 Call dnd-handle-one-url.
4339 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4340 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4341 to dnd-insert-text.
4342 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4343 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4344 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4345 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4346
4347 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4348
4349 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4350
4351 * wdired.el: Doc fixes.
4352 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4353 (wdired-use-dired-vertical-movement): Rename from
4354 wdired-always-move-to-filename-beginning.
4355 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4356 (wdired-change-to-wdired-mode): Change mode name.
4357 (wdired-newline): Delete.
4358
4359 2005-04-11 Richard M. Stallman <rms@gnu.org>
4360
4361 * whitespace.el (whitespace-highlight-the-space):
4362 Don't call whitespace-unhighlight-the-space here.
4363
4364 * simple.el (undo): Record t in undo-equiv-table
4365 for the redo record made by an undo-in-region.
4366
4367 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4368
4369 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4370 (gdb-frame-inferior-io-buffer): New Functions to control
4371 display of separate IO buffer.
4372 (menu): Add them to menu-bar.
4373 (gdb-display-buffer): Check for buffer another frame.
4374 Protect GUD buffer.
4375 (gdb-setup-windows): Create IO buffer if not already there.
4376 (gdb-memory-mode): Remove purecopy noops.
4377
4378 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4379
4380 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4381 and pass to self-insert-command.
4382
4383 2005-04-11 Lute Kamstra <lute@gnu.org>
4384
4385 * generic.el: Commentary section cleanup.
4386 (generic): Delete.
4387 (generic-use-find-file-hook, generic-lines-to-scan)
4388 (generic-find-file-regexp, generic-ignore-files-regexp)
4389 (default-generic-mode, generic-mode-find-file-hook)
4390 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4391 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4392 (generic-use-find-file-hook, generic-lines-to-scan)
4393 (generic-find-file-regexp, generic-ignore-files-regexp)
4394 (default-generic-mode, generic-mode-find-file-hook)
4395 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4396
4397 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4398
4399 * bookmark.el (bookmark-write-file): Catch errors writing file.
4400 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4401
4402 2005-04-10 Richard M. Stallman <rms@gnu.org>
4403
4404 * startup.el (fancy-splash-tail): Update copyright year.
4405 (command-line): Split part of -Q into -D.
4406 (emacs-basic-display): New defvar.
4407 (fancy-splash-text): Correct name of menu item.
4408
4409 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4410
4411 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4412 lines in one node.
4413
4414 * comint.el (comint-send-input): New arg ARTIFICIAL.
4415 Callers in this file changed.
4416
4417 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4418
4419 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4420
4421 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4424 `ldap-search-internal'.
4425
4426 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * files.el (set-auto-mode-1): Use line-end-position.
4429
4430 * international/latin-1.el:
4431 * international/latin-2.el:
4432 * international/latin-3.el:
4433 * international/latin-4.el:
4434 * international/latin-5.el:
4435 * international/latin-8.el:
4436 * international/latin-9.el: Give punctuation syntax to NBSP.
4437
4438 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4439 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4440 Use char-classes to accept non-ascii letters, accepted in some recent
4441 bibtex implementations.
4442
4443 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4444
4445 * custom.el (custom-set-minor-mode): Any non-nil value for the
4446 variable should enable the mode when set through Custom.
4447
4448 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4451 TAB binding so tab-always-indent is obeyed.
4452 (vhdl-minibuffer-local-map): Move initialization into declaration.
4453 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4454 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4455 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4456 (vhdl-current-line): Use line-beginning-position.
4457 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4458 with-output-to-temp-buffer, so the current position can be recorded.
4459
4460 2005-04-10 Masatake YAMATO <jet@gyve.org>
4461
4462 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4463 Add regexp for gcov.
4464
4465 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4466
4467 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4468 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4469 syntax which Emacs 20 doesn't support.
4470
4471 2005-04-09 Richard M. Stallman <rms@gnu.org>
4472
4473 * help.el (describe-key-briefly, describe-key):
4474 Replace strings as event types with "(any string)".
4475
4476 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * arc-mode.el (archive-mode-map): Move initialization into
4479 the declaration. Override *all* bindings of `undo'.
4480 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4481
4482 2005-04-09 Jay Belanger <belanger@truman.edu>
4483
4484 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4485
4486 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4487
4488 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4489 (xterm-register-default-colors): Update color values computation
4490 to match xterm-200.
4491
4492 2005-04-09 Kenichi Handa <handa@m17n.org>
4493
4494 * international/code-pages.el (iso-latin-7): Fix the map.
4495
4496 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * emacs-lisp/lisp.el (defun-prompt-regexp)
4499 (parens-require-spaces, buffer-end, end-of-defun)
4500 (insert-parentheses): Doc fixes.
4501
4502 2005-04-08 Kim F. Storm <storm@cua.dk>
4503
4504 * comint.el (comint-highlight-prompt): Fix face spec.
4505 * hi-lock.el (hi-green): Likewise.
4506
4507 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4508
4509 * cus-edit.el (custom-modified-face):
4510 * comint.el (comint-highlight-input): Fix previous changes.
4511 * term.el (term-handle-ansi-escape): Add a comment.
4512
4513 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4516 in the buffer and in whitespace-highlighted-space.
4517 (whitespace-unhighlight-the-space): Simplify.
4518 (whitespace-buffer): Simplify.
4519
4520 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4521
4522 * textmodes/table.el (table-cell-face): Add special case for
4523 displays supporting a high number of colors.
4524 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4525 (vhdl-font-lock-reserved-words-face)
4526 (vhdl-speedbar-architecture-face)
4527 (vhdl-speedbar-instantiation-face)
4528 (vhdl-speedbar-architecture-selected-face)
4529 (vhdl-speedbar-instantiation-selected-face): Likewise.
4530 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4531 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4532 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4533 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4534 (ebrowse-progress-face): Likewise.
4535 * progmodes/compile.el (compilation-info-face): Likewise.
4536 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4537 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4538 * calendar/calendar.el (diary-face): Likewise.
4539 * woman.el (woman-italic-face, woman-bold-face)
4540 (woman-unknown-face): Likewise.
4541 * wid-edit.el (widget-button-pressed-face): Likewise.
4542 * whitespace.el (whitespace-highlight-face): Likewise.
4543 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4544 * pcvs-info.el (cvs-marked-face): Likewise.
4545 * info.el (info-xref): Likewise.
4546 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4547 * hilit-chg.el (highlight-changes-face)
4548 (highlight-changes-delete-face): Likewise.
4549 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4550 (hi-red-b): Likewise.
4551 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4552 * font-lock.el (font-lock-keyword-face)
4553 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4554 * cus-edit.el (custom-invalid-face, custom-modified-face)
4555 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4556 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4557 * comint.el (comint-highlight-prompt): Likewise.
4558
4559 2005-04-08 Lute Kamstra <lute@gnu.org>
4560
4561 * font-lock.el (font-lock-keywords): Docstring fixes.
4562
4563 2005-04-08 Kenichi Handa <handa@m17n.org>
4564
4565 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4566 chars are more than a limit, print " and more..." at the tail.
4567
4568 2005-04-08 Kim F. Storm <storm@cua.dk>
4569
4570 * emacs-lisp/authors.el (authors-aliases): Update list.
4571 (authors-ignored-files): New list.
4572 (authors-fixed-entries): Fix typo.
4573 (authors-renamed-files-alist): Update list.
4574 (authors-add): Check authors-ignored-files.
4575
4576 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4577
4578 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4579 optional, to ensure backward compatibility.
4580
4581 2005-04-08 Stephen Eglen <stephen@gnu.org>
4582
4583 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4584
4585 2005-04-08 Kim F. Storm <storm@cua.dk>
4586
4587 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4588
4589 * mouse.el (mouse-on-link-p): Doc fix.
4590
4591 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4592
4593 * ielm.el (ielm-prompt-read-only): Doc fix.
4594
4595 * comint.el (comint-prompt-read-only): Doc fix.
4596
4597 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4598
4599 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4600 ensure dired always handles wildcards passed to ffap.
4601 (find-file-at-point): Use it.
4602 (ffap-dired-wildcards): Doc fix.
4603
4604 2005-04-07 Juri Linkov <juri@jurta.org>
4605
4606 * simple.el (next-error-overlay-arrow-position): New defvar.
4607 Put "=>" on its property `overlay-arrow-string'. Add it to
4608 `overlay-arrow-variable-list'.
4609
4610 * progmodes/compile.el (compilation-setup):
4611 Set `next-error-overlay-arrow-position' to nil. Also set it to
4612 nil in the local hook `kill-buffer-hook'. Make local variable
4613 `overlay-arrow-string' and set it to "=>".
4614 (compilation-goto-locus): Set BOL position to
4615 `next-error-overlay-arrow-position' instead of
4616 `overlay-arrow-position'.
4617
4618 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4619 locally instead of adding it to the global hook.
4620 (Info-kill-buffer): Move up.
4621
4622 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4623
4624 * term/xterm.el (xterm-standard-colors): Update color values from
4625 xterm-200.
4626
4627 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4630
4631 * fast-lock.el:
4632 * lazy-lock.el: Move them to the obsolete subdir.
4633
4634 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4635
4636 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4637 (wdired-add-replace-advice): Remove.
4638 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4639
4640 2005-04-06 Kim F. Storm <storm@cua.dk>
4641
4642 * startup.el (command-line): Add --bare-bones alias for -Q.
4643
4644 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4645
4646 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4647 create the startup fontset if a font specification ends with
4648 `mac-roman'.
4649
4650 2005-04-06 Lute Kamstra <lute@gnu.org>
4651
4652 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4653 change.
4654
4655 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4656 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4657
4658 2005-04-05 Lute Kamstra <lute@gnu.org>
4659
4660 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4661 (define-generic-mode): Ditto. Fix debug declaration.
4662
4663 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4664 Put them in the generic-x group.
4665
4666 * calendar/timeclock.el (timeclock): Doc fix.
4667
4668 * generic.el (define-generic-mode): Don't use custom-current-group.
4669 Document default :group value.
4670 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4671 (define-global-minor-mode): Don't use custom-current-group.
4672
4673 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4674
4675 * startup.el (command-line-1): Display startup-echo-area-message
4676 when fancy splash screen is in use.
4677
4678 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4679 (sh-escaped-newline): New face.
4680 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4681 newline, and use sh-escaped-newline face.
4682
4683 * progmodes/tcl.el (tcl-escaped-newline): New face.
4684 (tcl-builtin-list): New variable.
4685 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4686 newlines. Fix keywords subexpression number.
4687
4688 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4689
4690 * textmodes/org.el (org-diary-default-entry): Fix call to
4691 `add-to-diary-entry'.
4692
4693 2005-04-05 Kim F. Storm <storm@cua.dk>
4694
4695 * ediff-init.el: Use (featurep 'xemacs).
4696
4697 2005-04-05 David Ponce <david@dponce.com>
4698
4699 * cus-edit.el (face): Derive from symbol widget. Display sample
4700 of the current face on the fly.
4701 (widget-face-sample-face-get, widget-face-notify): New functions.
4702 (widget-face-value-create): Remove.
4703
4704 * wid-edit.el (widget-field-end): Temporarily remove field
4705 narrowing before to call `get-char-property'.
4706
4707 2005-04-04 Jay Belanger <belanger@truman.edu>
4708
4709 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4710 (math-read-subscripts): New variable.
4711 (math-read-preprocess-string): Process subscripts.
4712
4713 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4714
4715 * comint.el (comint-prompt-read-only): Doc fix.
4716
4717 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4718 `-1'. Doc fix.
4719
4720 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4721
4722 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4723 Change default value to nil.
4724
4725 2005-04-04 Lute Kamstra <lute@gnu.org>
4726
4727 * autorevert.el (auto-revert-mode): Specify :group.
4728 * battery.el (display-battery-mode): Specify :group.
4729 * diff-mode.el (diff-minor-mode): Specify :group.
4730 * font-core.el (font-lock-mode): Specify :group.
4731 * hl-line.el (hl-line-mode): Specify :group.
4732 * iimage.el (iimage): New customization group.
4733 (iimage-mode): Specify :group.
4734 * longlines.el (longlines-mode): Specify :group.
4735 * master.el: Don't require easy-mmode.
4736 (master): New customization group.
4737 (master-mode): Specify :group.
4738 * msb.el (msb-mode): Specify :group.
4739 * reveal.el (reveal-mode): Specify :group.
4740 * simple.el (next-error-follow-minor-mode): Specify :group.
4741 * smerge-mode.el (smerge-mode): Specify :group.
4742 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4743 * emulation/cua-base.el (cua-mode): Specify :group.
4744 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4745 * language/thai-util.el (thai-auto-composition-mode)
4746 (thai-word-mode): Specify :group.
4747 * mail/supercite.el (sc-minor-mode): Specify :group.
4748 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4749 * progmodes/flymake.el (flymake-mode): Specify :group.
4750 * progmodes/glasses.el (glasses-mode): Specify :group.
4751 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4752 * textmodes/enriched.el (enriched-mode): Specify :group.
4753 * textmodes/refill.el (refill-mode): Specify :group.
4754
4755 * add-log.el (change-log-font-lock-keywords): Names in
4756 parenthesized lists can contain spaces.
4757
4758 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4759
4760 * startup.el (fancy-splash-text): Shorten default text of
4761 "Emacs Tutorial" line. Also, if the current language env
4762 indicates an available tutorial file other than TUTORIAL,
4763 extract its title and append it to the line in parentheses.
4764 (fancy-splash-insert): If arg is a thunk, funcall it.
4765
4766 2005-04-04 Jay Belanger <belanger@truman.edu>
4767
4768 * calc.el (calc-language-alist): Add tags to customization type.
4769
4770 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4773 Doc fix.
4774
4775 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4776
4777 * add-log.el (change-log-font-lock-keywords): The manual
4778 describing a Change Log entry, says: (...) "Aside from these
4779 header lines, every line in the change log starts with a space or
4780 a tab.". The font-lock was not highlighting lines started with
4781 spaces, added support for it.
4782
4783 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4784
4785 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4786 (bibtex-generate-url-list): Update docstring accordingly. Put the
4787 complex example in the docstring.
4788 (bibtex-font-lock-url): Use pop.
4789
4790 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4793
4794 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4795
4796 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4797
4798 * filesets.el (filesets-set-default): Doc fix.
4799
4800 2005-04-03 Lute Kamstra <lute@gnu.org>
4801
4802 * generic.el (define-generic-mode): Add argument to specify
4803 keywords for defcustom.
4804 (default-generic-mode): Specify :group.
4805
4806 * generic-x.el: Specify :group for all generic modes.
4807
4808 * desktop.el (desktop-no-desktop-file-hook)
4809 (desktop-after-read-hook): Doc fix.
4810
4811 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4812
4813 * simple.el (visible-mode): Use explicit :group keyword.
4814 This changes the group of `visible-mode-hook' from paren-blinking
4815 to editing-basics.
4816
4817 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4818
4819 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4820 mailbox specifications as well as URLs.
4821 (rmail-insert-inbox-text): Remove unused conditional branches.
4822
4823 2005-04-01 Jay Belanger <belanger@truman.edu>
4824
4825 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4826 (calc-gnuplot-print-command): Move definitions to calc.el.
4827
4828 * calc/calc-embed.el (calc-embedded-announce-formula)
4829 (calc-embedded-open-formula, calc-embedded-close-formula)
4830 (calc-embedded-open-word, calc-embedded-close-word)
4831 (calc-embedded-open-plain, calc-embedded-close-plain)
4832 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4833 (calc-embedded-open-mode, calc-embedded-close-mode):
4834 Move definitions to calc.el.
4835
4836 * calc/calc.el (calc-settings-file, calc-language-alist):
4837 Make customizable.
4838 (calc-embedded-announce-formula, calc-embedded-open-formula)
4839 (calc-embedded-close-formula, calc-embedded-open-word)
4840 (calc-embedded-close-word, calc-embedded-open-plain)
4841 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4842 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4843 (calc-embedded-close-mode, calc-gnuplot-name)
4844 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4845 from other files and make customizable.
4846
4847 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4850 Use buffer-live-p.
4851 (cvs-mode-run): Don't call cvs-update-header here.
4852 (cvs-run-process): Call cvs-update-header.
4853 Use process properties for cvs-postprocess and cvs-buffer so that
4854 the sentinel can behave better if the temp buffer is killed.
4855 Use a pipe rather than a tty, to better handle unexpected prompts.
4856 (cvs-sentinel): Rewrite. Call cvs-update-header.
4857
4858 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4859
4860 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4861 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4862
4863 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * generic.el (define-generic-mode): Add indentation rule.
4866
4867 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4868
4869 * files.el (mode-require-final-newline): Make Custom correctly
4870 report a nil value and allow to set it to nil via Custom.
4871 Doc fix.
4872
4873 2005-04-01 Kenichi Handa <handa@m17n.org>
4874
4875 * international/characters.el: Enable the correct case setting for
4876 dotless-i and dotted-I.
4877
4878 2005-04-01 Kim F. Storm <storm@cua.dk>
4879
4880 * ido.el (ido-file-internal): Fall back to non-ido command if
4881 initial directory is on slow ftp (or tramp) host.
4882
4883 2005-03-31 Richard M. Stallman <rms@gnu.org>
4884
4885 * emacs-lisp/autoload.el (make-autoload):
4886 Handle define-global-minor-mode.
4887
4888 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4889 Rename from easy-mmode-define-global-mode.
4890 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4891
4892 * progmodes/scheme.el (scheme-mode-syntax-table):
4893 Update syntax of | and # for two-character comment syntax.
4894
4895 2005-03-31 Lute Kamstra <lute@gnu.org>
4896
4897 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4898 (define-minor-mode): Call custom-current-group at load-time.
4899
4900 * generic.el (define-generic-mode): Add debug declaration.
4901 Add defcustom for the mode hook.
4902 (generic-mode-internal): Use run-mode-hooks.
4903
4904 2005-03-31 Kim F. Storm <storm@cua.dk>
4905
4906 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4907 (mouse-fixup-help-message): New defun called by show_help_echo
4908 to fixup mouse-2 prefix in help messages when applicable.
4909
4910 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4911
4912 2005-03-31 Kenichi Handa <handa@m17n.org>
4913
4914 * language/thai-word.el (thai-find-word-ends): Pay attention to
4915 the case that we reach the end of buffer.
4916
4917 * textmodes/fill.el (fill-text-properties-at): New function.
4918 (fill-newline): Use fill-text-properties-at instead of
4919 text-properties-at.
4920
4921 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4922
4923 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4924 not comint-quote-filename.
4925
4926 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4927
4928 * help-fns.el (help-with-tutorial): Revert last change.
4929
4930 2005-03-31 Kim F. Storm <storm@cua.dk>
4931
4932 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4933
4934 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4935
4936 * calendar/cal-china.el: Update reference to "Calendrical
4937 Calculations" book; there's a new edition.
4938 * calendar/cal-coptic.el: Likewise.
4939 * calendar/cal-french.el: Likewise.
4940 * calendar/cal-hebrew.el: Likewise.
4941 * calendar/cal-islam.el: Likewise.
4942 * calendar/cal-iso.el: Likewise.
4943 * calendar/cal-julian.el: Likewise.
4944 * calendar/cal-mayan.el: Likewise.
4945 * calendar/cal-persia.el: Likewise.
4946 * calendar/calendar.el: Likewise.
4947 * calendar/holidays.el: Likewise.
4948 * calendar/lunar.el: Likewise.
4949 * calendar/solar.el: Likewise.
4950
4951 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4952 white space from doc string.
4953
4954 2005-03-30 Jay Belanger <belanger@truman.edu>
4955
4956 * calc/calc-help.el (calc-full-help): Remove email address.
4957
4958 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4959
4960 * help-fns.el (help-with-tutorial): Delete title line.
4961
4962 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4963
4964 * calendar/cal-x.el (calendar-one-frame-setup)
4965 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4966 rather than 'symbol for set-window-dedicated-p.
4967
4968 * calendar/appt.el (appt-buffer-name): Make it a constant.
4969 (appt-add): Doc fix.
4970
4971 * filesets.el (filesets-menu-path, filesets-menu-before)
4972 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4973 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4974 (filesets-add-submenu): Delete and use add-submenu instead.
4975
4976 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4977
4978 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4979 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4980 (org-diary-default-entry): New function.
4981 (org-get-entries-from-diary): Better parsing of diary entries.
4982 (org-agenda-check-no-diary): New function.
4983 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4984 linking to diary entries.
4985 (org-agenda-execute-calendar-command): New function.
4986 (org-agenda): Improve visible section in window.
4987 Use `org-fit-agenda-window'.
4988 (org-fit-agenda-window): New option.
4989 (org-move-subtree-down): Better handling of empty lines
4990 at end of subtree.
4991 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4992 levels up.
4993 (org-fontify-done-headline): New option.
4994 (org-headline-done-face): New face.
4995 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4996 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4997 When current field is non-empty, it is copied to next row.
4998 (org-table-copy-from-above): Fix bug which made it
4999 impossible to copy fields containing only a single non-white character.
5000
5001 2005-03-30 Kim F. Storm <storm@cua.dk>
5002
5003 * kmacro.el (kmacro-end-macro): Isearch may store this command
5004 into the macro -- so ignore it when executing keyboard macro.
5005
5006 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5007
5008 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5009
5010 2005-03-29 Kenichi Handa <handa@m17n.org>
5011
5012 * language/thai.el ("Thai"): Set setup-function and exit-function
5013 for Thai language environment.
5014
5015 * language/thai-util.el: Require thai-word.
5016 (thai-word-mode-map): New variable.
5017 (thai-word-mode): New minor mode.
5018 (setup-thai-language-environment-internal): New function.
5019 (exit-thai-language-environment-internal): New function.
5020
5021 * language/thai-word.el (thai-word-table): Declare it by defvar,
5022 use dolist to initialize it.
5023 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5024 (thai-fill-find-break-point): New functions.
5025
5026 2005-03-29 Richard M. Stallman <rms@gnu.org>
5027
5028 * simple.el (idle-update-delay): Move definition up.
5029 (set-mark): Doc fix.
5030
5031 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * longlines.el: New file.
5034
5035 * simple.el (buffer-substring-filters): New variable.
5036 (filter-buffer-substring): New function.
5037 (kill-region, copy-region-as-kill): Use it.
5038
5039 * register.el (copy-to-register, append-to-register)
5040 (prepend-to-register): Use filter-buffer-substring.
5041
5042 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5043
5044 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5045 (gud-filter-pending-text): Move in front of gdb.
5046 (gud-overlay-arrow-position): New variable.
5047 (gud-sentinel, gud-display-line): Use it in place of
5048 overlay-arrow-position.
5049
5050 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5051
5052 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5053 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5054 (fortran-font-lock-keywords-4): New variable.
5055 (fortran-blocks-re, fortran-end-block-re)
5056 (fortran-start-block-re): New constants, for hideshow.
5057 (hs-special-modes-alist): Add a Fortran entry.
5058 (fortran-mode-map): Bind fortran-end-of-block,
5059 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5060 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5061 (fortran-looking-at-if-then, fortran-end-of-block)
5062 (fortran-beginning-of-block): New functions, for hideshow.
5063
5064 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5065 Doc fix. Tweak regexp.
5066 (f90-beginning-of-block): Push mark first.
5067
5068 2005-03-29 Jay Belanger <belanger@truman.edu>
5069
5070 * calc/calc.el: Update copyright date.
5071 (calc-version): Increase to 2.1.
5072 (calc-version-date): Remove.
5073
5074 * calc/calc-help.el: Update copyright date.
5075 (calc-full-help): Remove reference to calc-version-date.
5076 Update copyright date.
5077
5078 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * vc.el (vc-do-command): Use a pipe for async processes, so password
5081 prompts don't show up at places where the user can't reply.
5082
5083 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5084
5085 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5086 on the file name we pass to the inferior shell.
5087
5088 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5089
5090 * progmodes/which-func.el (which-function): Be robust in the face of an
5091 imenu--make-index-alist failure.
5092
5093 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5096
5097 * progmodes/python.el (python-preoutput-filter): Fix last change.
5098
5099 2005-03-29 Lute Kamstra <lute@gnu.org>
5100
5101 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5102 functions and compiled macros.
5103 (debug-convert-byte-code): Handle macros too.
5104 (debug-on-entry-1): Don't signal an error when trying to clear a
5105 function that is not set to debug on entry.
5106
5107 2005-03-29 Jay Belanger <belanger@truman.edu>
5108
5109 * calc/calc-lang.el: Add functions to math-function-table
5110 properties of tex and math.
5111
5112 2005-03-29 Kenichi Handa <handa@m17n.org>
5113
5114 * ps-mule.el (ps-mule-plot-string): Translate characters by
5115 ps-print-translation-table.
5116 (ps-mule-begin-job): Call find-charset-region/string with
5117 ps-print-translation-table.
5118 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5119
5120 * ps-print.el (ps-print-translation-table): New variable.
5121 (ps-plot-region): Translate characters by ps-print-translation-table.
5122
5123 2005-03-29 Juri Linkov <juri@jurta.org>
5124
5125 * simple.el (next-error-highlight-timer): New variable.
5126
5127 * progmodes/compile.el (compilation-goto-locus):
5128 Use `next-error-highlight-timer' instead of `sit-for'.
5129
5130 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * mail/supercite.el (sc-mail-field): Use assoc-string.
5133 (sc-get-address): Simplify regexps.
5134
5135 * files.el (minibuffer-with-setup-hook): New macro.
5136 (find-file-read-args): Use it to avoid let-binding
5137 minibuffer-with-setup-hook (which breaks turning on/off
5138 file-name-shadow-mode while in the prompt).
5139
5140 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5141
5142 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5143
5144 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5145
5146 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * window.el (window-buffer-height): Use count-screen-lines.
5149
5150 * progmodes/python.el (python-preoutput-leftover): New var.
5151 (python-preoutput-filter): Use it.
5152 (python-send-receive): Loop until all the result has been received.
5153
5154 2005-03-28 Juri Linkov <juri@jurta.org>
5155
5156 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5157
5158 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5159 "Recover Crashed Session".
5160 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5161 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5162 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5163 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5164 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5165 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5166 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5167 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5168
5169 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5170 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5171 Ediff Sessions", "Toggle use of separate control buffer frame",
5172 "Use separate frame for Ediff control buffer".
5173
5174 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5175 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5176 "Rename Bookmark", "Delete Bookmark".
5177
5178 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5179 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5180 Add `:active Info-index-alternatives' to "Next Matching Item".
5181
5182 * wdired.el (wdired-change-to-wdired-mode):
5183 Mention `wdired-abort-changes' key in the initial message.
5184
5185 * international/mule.el (auto-coding-alist): Associate non-ascii
5186 image filename extensions with `no-conversion'.
5187
5188 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * international/iso-acc.el:
5191 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5192
5193 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5194
5195 * textmodes/sgml-mode.el (html-mode): Doc update.
5196
5197 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5198
5199 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * term.el (term-move-columns): Fix face after extending a line.
5202 (term-insert-spaces): Likewise.
5203 (term-reset-terminal): Fix off by one error.
5204
5205 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5206
5207 * international/mule.el (auto-coding-alist): Add .xpi files.
5208
5209 * files.el (auto-mode-alist): Add .xpi files.
5210
5211 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5212
5213 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5214
5215 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5216
5217 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5218
5219 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5220
5221 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5222 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5223
5224 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5225 cursor to Jan 1 when needed.
5226 (calendar-end-of-year): Fix -/+ typo.
5227 Reported by Chong Yidong <cyd@stupidchicken.com>.
5228
5229 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5232
5233 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5234 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5235
5236 2005-03-25 Richard M. Stallman <rms@gnu.org>
5237
5238 * filesets.el (filesets-init): Add autoload.
5239
5240 * mail/mailalias.el (mail-directory): Doc fix.
5241
5242 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5243
5244 * mail/mailalias.el (mail-directory-process): Do nothing if
5245 mail-directory-process is an atom.
5246 (mail-get-names): Ignore mail-directory-names if it is an atom.
5247 (mail-directory-process defvar): Doc fix.
5248 (mail-names): Doc fix.
5249
5250 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5251
5252 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5253
5254 2005-03-26 Kenichi Handa <handa@m17n.org>
5255
5256 * international/mule-util.el (detect-coding-with-priority):
5257 Call update-coding-systems-internal before detect-coding-region.
5258
5259 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5260
5261 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5262 (gdb-frames-mode-map): Add follow-link property.
5263
5264 2005-03-25 Jay Belanger <belanger@truman.edu>
5265
5266 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5267 for variables.
5268
5269 2005-03-25 Juri Linkov <juri@jurta.org>
5270
5271 * image-mode.el: Optimize image filename extension regexps in
5272 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5273 in `auto-mode-alist'.
5274 (image-mode): Add `image-toggle-display-text' to local hook
5275 `change-major-mode-hook'. Display the image as an image by
5276 default. Set `cursor-type' and `truncate-lines' if the image
5277 is already displayed. Take into account the current mode (image
5278 or text) in message.
5279 (image-minor-mode): New minor mode.
5280 (image-mode-maybe, image-toggle-display-text): New functions.
5281 (image-toggle-display): Use called-interactively-p.
5282 Let-bind `inhibit-read-only' to t.
5283
5284 * image-mode.el (image-minor-mode): Set `cursor-type' and
5285 `truncate-lines' if the image is already displayed. Add turning
5286 image-minor-mode off to `change-major-mode-hook'. Add message.
5287 Call `image-toggle-display-text' after turning image-minor-mode off.
5288
5289 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5292 Terminal.app, use utf-8.
5293 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5294 (set-locale-environment): Use it.
5295
5296 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5297
5298 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5299
5300 * progmodes/python.el (python-close-block-statement-p)
5301 (python-outdent-p, python-current-defun): Use symbol-end.
5302
5303 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5304
5305 * files.el (save-some-buffers): Doc fix.
5306
5307 2005-03-25 Werner Lemberg <wl@gnu.org>
5308
5309 * complete.el, thumbs.el: Replace `legal' with `valid'.
5310 * calendar/calendar.el: Replace `legal' with `valid'.
5311 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5312 * mail/supercite.el: Replace `legal' with `valid'.
5313 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5314 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5315 Replace `legal' with `valid'.
5316 * textmodes/reftex-vars.el, textmodes/reftex.el:
5317 Replace `legal' with `valid'.
5318
5319 2005-03-25 Werner Lemberg <wl@gnu.org>
5320
5321 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5322 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5323 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5324 * emulation/vip.el: Replace `illegal' with `invalid'.
5325 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5326 * mail/supercite.el: Replace `illegal' with `invalid'.
5327 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5328 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5329 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5330 * progmodes/sh-script.el, progmodes/xscheme.el:
5331 Replace `illegal' with `invalid'.
5332 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5333 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5334 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5335 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5336
5337 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5340 (flymake-find-buildfile, flymake-find-possible-master-files)
5341 (flymake-check-include, flymake-parse-line): Replace loops over the
5342 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5343
5344 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5345 Substitute file-name-as-directory in the rest of the file.
5346 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5347 (flymake-replace-region): Remove unused arg `buffer'.
5348 (flymake-check-patch-master-file-buffer): Update calls to it.
5349 (flymake-add-err-info): Remove unused var `count'.
5350 (flymake-mode): Use define-minor-mode.
5351
5352 * progmodes/flymake.el: Use with-current-buffer.
5353 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5354 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5355 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5356 Avoid testing for `xemacs'.
5357 (flymake-nop): Move.
5358 (flymake-region-has-flymake-overlays): Return the computed value.
5359 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5360 Remove unused var `endline'.
5361 (flymake-get-line-count): Remove unused function.
5362 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5363
5364 * emulation/vi.el:
5365 * generic.el:
5366 * hilit-chg.el (global-highlight-changes):
5367 * hi-lock.el (hi-lock-mode):
5368 * follow.el: find-file-hooks -> find-file-hook.
5369
5370 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5371
5372 2005-03-24 Juri Linkov <juri@jurta.org>
5373
5374 * dired.el (dired-mode-map): Add menu item "Compare directories"
5375 for dired-compare-directories.
5376
5377 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5378 Doc fix. Replace `read-file-name' with `read-directory-name'.
5379
5380 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5383
5384 2005-03-24 Jay Belanger <belanger@truman.edu>
5385
5386 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5387 relevant mode settings in calc-embedded-original-modes when modes
5388 are permanently changed.
5389
5390 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * autoinsert.el: find-file-hooks -> find-file-hook.
5393
5394 2005-03-24 Lute Kamstra <lute@gnu.org>
5395
5396 * generic.el (generic-font-lock-defaults): Make it obsolete.
5397 (generic-font-lock-keywords): New variable to replace
5398 generic-font-lock-defaults.
5399 (generic-mode-set-font-lock): Delete it.
5400 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5401 (generic-bracket-support): Add docstring.
5402
5403 * generic-x.el: Rename generic-font-lock-defaults to
5404 generic-font-lock-keywords throughout.
5405 (mailagent-rules-setup-function): Delete it.
5406 (mailagent-rules-generic-mode): Use anonymous function instead.
5407 (show-tabs-generic-mode-font-lock-defaults-1)
5408 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5409 Quote faces.
5410 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5411 not foreground.
5412
5413 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5414 Recognize define-generic-mode.
5415
5416 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5419 if there's no completion table.
5420
5421 2005-03-23 Miles Bader <miles@gnu.org>
5422
5423 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5424 Remove tty-specific variants, as they're no longer needed.
5425
5426 2005-03-23 Lute Kamstra <lute@gnu.org>
5427
5428 * generic-x.el: Code cleanup: make args constant whenever possible.
5429 (installshield-statement-keyword-list)
5430 (installshield-system-functions-list)
5431 (installshield-system-variables-list, installshield-types-list)
5432 (installshield-funarg-constants-list): Make them constants.
5433
5434 * generic.el (generic-make-keywords-list): Add autoload cookie.
5435
5436 * calendar/time-date.el: Add comment on time value formats.
5437 Don't require parse-time.
5438 (with-decoded-time-value): New macro.
5439 (encode-time-value): New function.
5440 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5441 (days-to-time): Return a valid time value when arg is huge.
5442 (time-since): Use time-subtract.
5443 (time-to-number-of-days): Use time-to-seconds.
5444
5445 2005-03-23 David Ponce <david@dponce.com>
5446
5447 * recentf.el: (recentf-keep): New option.
5448 (recentf-menu-action): Default to `find-file'.
5449 (recentf-keep-non-readable-files-flag)
5450 (recentf-keep-non-readable-files-p)
5451 (recentf-file-readable-p, recentf-find-file)
5452 (recentf-cleanup-remote): Remove.
5453 (recentf-include-p): More robust.
5454 (recentf-keep-p): New function.
5455 (recentf-remove-if-non-kept): Rename from
5456 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5457 All callers updated.
5458 (recentf-menu-items-for-commands): Fix help string.
5459 (recentf-track-closed-file): Update. Doc fix.
5460 (recentf-cleanup): Update. Count removed files. Doc fix.
5461
5462 2005-03-23 Kim F. Storm <storm@cua.dk>
5463
5464 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5465 Don't inherit from fringe face (now happens automatically).
5466
5467 2005-03-22 Kim F. Storm <storm@cua.dk>
5468
5469 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5470 position values.
5471
5472 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * menu-bar.el (showhide-date-time): Remove.
5475 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5476 (menu-bar-make-mm-toggle): Simplify.
5477
5478 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5479
5480 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5481 Accept qualified variable and function names.
5482
5483 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5484
5485 * bindings.el (completion-ignored-extensions):
5486 Remove ".lis" for `vax-vms'.
5487
5488 2005-03-22 Andreas Schwab <schwab@suse.de>
5489
5490 * generic-x.el: Revert last change.
5491 * ldefs-boot.el: Update.
5492
5493 2005-03-22 Jay Belanger <belanger@truman.edu>
5494
5495 * calc/calc-embed (calc-embedded-original-modes): New variable.
5496 (calc-embedded-save-original-modes)
5497 (calc-embedded-restore-original-modes): New functions.
5498 (calc-do-embedded): Save original modes when entering embedded mode
5499 and restore when leaving embedded mode.
5500 (calc-embedded-modes-change): Change the value of
5501 calc-embedded-original-modes to reflect permanent changes.
5502
5503 2005-03-22 Lute Kamstra <lute@gnu.org>
5504
5505 * generic-x.el: Require generic again.
5506
5507 2005-03-22 Miles Bader <miles@gnu.org>
5508
5509 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5510 Tweak details to look good on both ttys and bitmap displays, light
5511 or dark background, etc.
5512
5513 2005-03-21 Kim F. Storm <storm@cua.dk>
5514
5515 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5516 mouse position.
5517
5518 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * icomplete.el: Don't forcibly turn on the mode upon load.
5521 (icomplete-mode): Use define-minor-mode.
5522 (icomplete-eoinput): Default to nil.
5523 (icomplete-minibuffer-setup): Remove autoload.
5524 (icomplete-tidy): Simplify.
5525 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5526 in the initial state or if the user has modified the field.
5527 Fix handling of icomplete-max-delay-chars.
5528 Remove code that handles the oddball case where
5529 minibuffer-completion-table is an integer.
5530 Wrap icomplete-completions in while-no-input in case building
5531 completions takes more time than expected.
5532 (icomplete-completions): Simplify.
5533
5534 2005-03-21 Richard M. Stallman <rms@gnu.org>
5535
5536 * jka-compr.el (jka-compr-really-do-compress):
5537 Make variable buffer-local.
5538
5539 * image-mode.el: Handle .xpm files too.
5540 (image-toggle-display): Preserve modification flag.
5541
5542 * help.el (where-is): Don't mention aliases with no key bindings.
5543
5544 2005-03-21 Lute Kamstra <lute@gnu.org>
5545
5546 * generic.el: Fix commentary section. Don't require cl for compilation.
5547 (generic-mode-list): Add autoload cookie.
5548 (generic-use-find-file-hook, generic-lines-to-scan)
5549 (generic-find-file-regexp, generic-ignore-files-regexp)
5550 (generic-mode, generic-mode-find-file-hook)
5551 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5552 (define-generic-mode): Make it a defmacro. Fix docstring.
5553 (generic-mode-internal): Code cleanup. Add autoload cookie.
5554 (generic-mode-set-comments): Code cleanup.
5555 * generic-x.el: Don't prevent compilation. Don't require generic.
5556 Follow coding conventions. Minor code cleanup.
5557 (etc-fstab-generic-mode): Add some keywords.
5558 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5559 define-generic-mode like a function declaration.
5560
5561 2005-03-21 Jay Belanger <belanger@truman.edu>
5562
5563 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5564 changing modes.
5565
5566 2005-03-21 Sam Steingold <sds@gnu.org>
5567
5568 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5569
5570 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5571
5572 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5573 Add underscore to "f$ lexicals" regexp.
5574
5575 2005-03-20 Juri Linkov <juri@jurta.org>
5576
5577 * subr.el (progress-reporter-do-update): When `min-value' is equal
5578 to `max-value', set `percentage' to 0 and prevent division by zero.
5579
5580 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5581
5582 Sync with Tramp 2.0.48.
5583
5584 * tramp.el (all): Change all addresses to .gnu.org.
5585 (tramp-append-tramp-buffers): New defun.
5586 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5587 Catch `dont-send' signal.
5588 (tramp-set-auto-save-file-modes): Set always permissions, because
5589 there might be an old auto-saved file belonging to another
5590 original file. This could be a security threat. Reported by
5591 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5592 Check for Emacs 21.3.50 removed.
5593
5594 * tramp-smb.el (all): Remove debug construct for
5595 `with-parsed-tramp-file-name'.
5596 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5597 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5598 No error message if DIRECTORY or FILENAME doesn't exist.
5599 (tramp-smb-open-connection): Check existence of
5600 `tramp-smb-program'.
5601
5602 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5605 Properly handle the case where the `m' or `s' command's argument is not
5606 yet terminated.
5607 (perl-indent-new-calculate): New function.
5608 (perl-indent-line): Use it.
5609
5610 2005-03-20 Miles Bader <miles@gnu.org>
5611
5612 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5613 in text-mode too. Change to new face names.
5614 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5615 Add `:weight bold' attribute.
5616 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5617
5618 2005-03-19 Juri Linkov <juri@jurta.org>
5619
5620 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5621
5622 * international/mule.el (auto-coding-alist): Sync with
5623 `auto-mode-alist' by adding upper case archive file extensions
5624 and adding ear/war to jar extension.
5625
5626 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5627
5628 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5629 running, restart it.
5630
5631 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5632
5633 * finder.el (finder-current-item): Throw an error on an empty line.
5634
5635 * man.el (Man-follow-manual-reference): If current-word returns
5636 nil, use "".
5637
5638 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5639
5640 * simple.el (goto-line): Doc fix.
5641
5642 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5643
5644 * files.el (save-buffer): Doc fix.
5645
5646 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5647
5648 * recentf.el (recentf-cleanup-remote): New variable.
5649 (recentf-cleanup): Use it to conditionally check availablity of
5650 remote files.
5651
5652 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5653
5654 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5655 function names.
5656
5657 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5658
5659 * language/thai-word.el: New file.
5660
5661 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5662
5663 * files.el (backup-buffer): If the file's directory is not
5664 writable, use copy instead of move to backup the file.
5665
5666 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5667
5668 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5669
5670 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5671
5672 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5673 Use functionp instead of symbolp and fboundp. Reported by Drkm
5674 <darkman_spam@yahoo.fr>.
5675 (ps-print-version): New version 6.6.6.
5676
5677 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5678
5679 * textmodes/table.el (table--line-column-position): New idiom.
5680 (table--row-column-insertion-point-p): New function to test
5681 validity of row and column insertion operation at a location.
5682 (table-global-menu, table-cell-menu): Use above functions for
5683 deterministic test operation.
5684 (table--editable-cell-p): Behave in deterministic fashion.
5685
5686 2005-03-18 Juri Linkov <juri@jurta.org>
5687
5688 * isearch.el (isearch-lazy-highlight-new-loop):
5689 Make arguments beg and end optional.
5690 (isearch-update): Remove optional arguments nil from
5691 isearch-lazy-highlight-new-loop.
5692 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5693 isearch-lazy-highlight-case-fold-search instead of
5694 isearch-case-fold-search, and let-bind isearch-regexp to
5695 isearch-lazy-highlight-regexp.
5696 Use isearch-lazy-highlight-last-string instead of isearch-string.
5697
5698 * replace.el (perform-replace): Remove bindings of global
5699 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5700 Add three new arguments to `replace-highlight'.
5701 (replace-highlight): Add arguments string, regexp, case-fold.
5702 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5703 to allow isearch-lazy-highlight-new-loop to use these values
5704 to set corresponding isearch-lazy-highlight-* internal
5705 variables whose values lazy highlighting will use regardless of
5706 changes to global variables isearch-string, isearch-regexp,
5707 isearch-case-fold-search during lazy highlighting loop.
5708 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5709 to `lazy-highlight-cleanup'.
5710
5711 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5712 (ispell-highlight-face): Set default face to `isearch' when
5713 lazy highlighting is enabled.
5714 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5715 priority to 1. Add lazy highlighting.
5716 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5717 from `isearch-dehighlight'.
5718
5719 2005-03-18 David Ponce <david@dponce.com>
5720
5721 * files.el (hack-local-variables): Do a case-insensitive search
5722 for End.
5723
5724 2005-03-18 Juri Linkov <juri@jurta.org>
5725
5726 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5727 `isearch-lazy-highlight-cleanup', add alias to old name and
5728 declare obsolete. Add release numbers to other obsolete vars.
5729 (isearch-done, isearch-lazy-highlight-new-loop):
5730 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5731 (lazy-highlight-cleanup) <variable>: Doc fix.
5732 (isearch-lazy-highlight-update): Rename obsolete
5733 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5734
5735 2005-03-18 Kenichi Handa <handa@m17n.org>
5736
5737 * language/thai-util.el: Fix categorization of Thai characters in
5738 thai-category-table.
5739 (thai-composition-pattern): Adjust it for the above change.
5740 (thai-self-insert-command, thai-compose-syllable): New functions.
5741 (thai-compose-region): Use thai-compose-syllable.
5742 (thai-compose-string): Likewise.
5743 (thai-composition-function): Likewise.
5744 (thai-auto-composition): New function.
5745 (thai-auto-composition-mode): New minor mode.
5746
5747 * language/thai.el: Fix patterns to be registered in
5748 composition-function-table.
5749
5750 * international/quail.el (quail-input-method): Locally bind
5751 inhibit-modification-hooks to t.
5752
5753 2005-03-17 Richard M. Stallman <rms@gnu.org>
5754
5755 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5756 (perl-mode): Use run-mode-hooks.
5757
5758 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5759 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5760 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5761
5762 * mail/sendmail.el (sendmail-send-it): Reenable the code
5763 to compute resend-to-address and use it.
5764
5765 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5766
5767 * image-mode.el: New file.
5768
5769 * image.el (insert-sliced-image): Add autoload cookie.
5770
5771 * font-lock.el (font-lock-lines-before): New user option.
5772 (font-lock-after-change-function): Obey it.
5773
5774 * bindings.el (esc-map): Make M-g a prefix.
5775 Bind M-g g and M-g M-g to goto-line.
5776
5777 * faces.el (face-id): Doc fix.
5778
5779 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5780
5781 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5782 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5783 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5784
5785 * mail/sendmail.el (mail-yank-ignored-headers)
5786 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5787 Add Mail-Followup-To and Mail-Reply-To headers.
5788 (mail-citation-hook): Add autoload cookie.
5789 (mail-mode): Doc fix.
5790 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5791 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5792 (mail-mode-fill-paragraph): Handle those headers.
5793 (mail-mailing-lists): New variable.
5794 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5795
5796 2005-03-17 Juri Linkov <juri@jurta.org>
5797
5798 * isearch.el (isearch-fallback): Check for `(car previous)'
5799 before calling `isearch-other-end-state'.
5800
5801 2005-03-17 Kim F. Storm <storm@cua.dk>
5802
5803 * simple.el (move-beginning-of-line): Move to beginning of buffer
5804 line, as well as beginning of screen line.
5805
5806 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5807
5808 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5809 argument REDRAW rather than calendar-redrawing variable.
5810 * calendar/calendar.el (calendar-redrawing): Delete.
5811 (redraw-calendar): Do not bind calendar-redrawing.
5812
5813 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5814
5815 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5816 diary-file buffer.
5817
5818 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * help.el (describe-mode): Allow a :minor-mode-function property to
5821 specify a different minor mode toggle function than the variable.
5822 * simple.el (auto-fill-function):
5823 * subr.el (add-minor-mode): Use it.
5824
5825 2005-03-16 Kenichi Handa <handa@m17n.org>
5826
5827 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5828 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5829 (ethio-fidel-to-sera-buffer): Likewise.
5830
5831 2005-03-16 Juri Linkov <juri@jurta.org>
5832
5833 * emacs-lisp/find-func.el (find-function-regexp):
5834 Add defun-emitting macro `menu-bar-make-toggle'.
5835
5836 * isearch.el: Put `isearch-scroll' property to
5837 `split-window-horizontally'.
5838
5839 * info.el: Update error messages for `debug-ignored-errors'.
5840 (Info-isearch-search): Doc fix.
5841 (Info-find-node): Move up code to go into info buffer before
5842 recording the node to the history.
5843 (Info-fontify-node): Fontify titles only if the next line
5844 has two or more `*', `=', `-', `.'.
5845 Display "go to this node" for empty (match-string 3).
5846
5847 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5848
5849 * term/mac-win.el: Add mouse pointer shape constants.
5850
5851 2005-03-15 Kim F. Storm <storm@cua.dk>
5852
5853 * simple.el (move-beginning-of-line): Use vertical-motion.
5854
5855 2005-03-15 Juri Linkov <juri@jurta.org>
5856
5857 * isearch.el (isearch-error): New variable.
5858 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5859 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5860 (isearch-within-brackets-state): Remove.
5861 (isearch-case-fold-search-state, isearch-pop-fun-state):
5862 Decrease frame index.
5863 (isearch-mode, isearch-top-state, isearch-push-state)
5864 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5865 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5866 (isearch-search, isearch-lazy-highlight-new-loop):
5867 Replace `isearch-invalid-regexp' with `isearch-error'.
5868 Remove `isearch-within-brackets'.
5869 (isearch-search): Add `search-failed' handler to `condition-case'.
5870 (isearch-lazy-highlight-search): Add `condition-case' to catch
5871 errors and allow `isearch-lazy-highlight-update' to try
5872 highlighting from the beginning of the window.
5873 (isearch-repeat): Move up code to set isearch-wrapped to t
5874 before calling isearch-wrap-function.
5875
5876 * info.el (Info-isearch-initial-node): New internal variable.
5877 (Info-search): Signal an error in isearch mode when search leaves
5878 the initial node. Signal an error when `bound' is non-nil and
5879 nothing was found in the current subfile.
5880 (Info-isearch-search): Remove `condition-case'.
5881 (Info-isearch-wrap): Don't wrap when search failed during leaving
5882 the initial node. If `Info-isearch-search' is nil, wrap around
5883 the current node.
5884 (Info-isearch-start): New fun.
5885 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5886 `isearch-mode-hook'.
5887
5888 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5889
5890 * simple.el (normal-erase-is-backspace): Set default to t if
5891 running on Mac.
5892
5893 * term/mac-win.el (function-key-map): Sync with x-win.el.
5894
5895 2005-03-15 Kenichi Handa <handa@m17n.org>
5896
5897 * international/mule-cmds.el (locale-language-names): Modify the
5898 format of elements and add more entries.
5899 (locale-preferred-coding-systems): Add more entries.
5900 (set-locale-environment): Adjust for the change of
5901 locale-language-names.
5902
5903 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * pcvs.el (smerge-ediff): Remove bogus autoload.
5906
5907 2005-03-14 Lute Kamstra <lute@gnu.org>
5908
5909 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5910 Ignore a `*' at the beginning of a line.
5911
5912 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5913 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5914 subr.el.
5915 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5916 to specify indentation.
5917
5918 * generic.el (define-generic-mode): Let generic-mode-list be a
5919 list of strings; test membership with equal.
5920
5921 2005-03-14 Kim F. Storm <storm@cua.dk>
5922
5923 * simple.el (next-line, previous-line): Add optional try-vscroll
5924 arg to recognize interactive use. Pass it on to line-move.
5925 (line-move): Don't perform auto-window-vscroll when defining or
5926 executing keyboard macro to ensure consistent behaviour.
5927
5928 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5931
5932 2005-03-13 Lute Kamstra <lute@gnu.org>
5933
5934 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5935 debugger-setup-buffer so that backtrace marks the frames set to
5936 debug-on-exit and we don't have to do it manually. Set an extra
5937 debug-on-exit for macro's.
5938 (debugger-setup-buffer): Don't mark the top frame manually.
5939
5940 2005-03-12 Lute Kamstra <lute@gnu.org>
5941
5942 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5943 lisp-indent-function throughout.
5944 (with-no-warnings): Set lisp-indent-function property.
5945
5946 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5947
5948 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5949 Add entry for backslash.
5950
5951 2005-03-12 Juri Linkov <juri@jurta.org>
5952
5953 * info.el (Info-search): Four fixes for backward search.
5954
5955 2005-03-11 Jay Belanger <belanger@truman.edu>
5956
5957 * calc/calc.el (calc-language-alist): New variable.
5958 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5959 (calc-embedded-find-modes): Use calc-language-alist instead of
5960 calc-embedded-language-alist.
5961
5962 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5963
5964 * calendar/calendar.el (calendar-redrawing): New internal
5965 variable.
5966 (redraw-calendar): Remove bogus save-excursion from previous
5967 change. Bind calendar-redrawing to t for mark-diary-entries.
5968 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5969 calendar if that is why we were called.
5970
5971 2005-03-11 Kenichi Handa <handa@m17n.org>
5972
5973 * international/mule.el (make-coding-system): Set property
5974 coding-system-define-form to nil.
5975 (define-coding-system-alias): Likewise.
5976
5977 2005-03-11 Kenichi Handa <handa@m17n.org>
5978
5979 These changes are suggested by Dave Love <fx@gnu.org>.
5980
5981 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5982 coding: tag.
5983 (adaptive-fill-regexp): Add more bullets.
5984 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5985 regexps.
5986
5987 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * help.el (describe-mode): Properly handle non-trivial lighters.
5990 Don't ignore minor modes that are not listed in minor-mode-list.
5991
5992 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5993 feature ON when the user requests to turn it OFF.
5994
5995 2005-03-10 Lute Kamstra <lute@gnu.org>
5996
5997 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5998 (implement-debug-on-entry): New function to replace debug-entry-code.
5999 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6000 second argument as the 2005-03-07 change makes it obsolete.
6001 (debug-on-entry, cancel-debug-on-entry): Update call to
6002 debug-on-entry-1.
6003 (debug, debugger-setup-buffer): Comment update.
6004 (debugger-frame-number): Update to work with implement-debug-on-entry.
6005
6006 2005-03-10 Jay Belanger <belanger@truman.edu>
6007
6008 * calc/calc-embed.el (math-ms-args): Declare it.
6009 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6010 math-ms-args.
6011 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6012 variables.
6013
6014 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6015
6016 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6017 Use message-box.
6018
6019 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6020 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6021 (tooltip-gud-tips): Simplify.
6022 (tooltip-gud-tips-p): Remove superflouous :set.
6023 (tooltip-gud-modes): Add fortran-mode.
6024 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6025
6026 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6027
6028 2005-03-09 Kim F. Storm <storm@cua.dk>
6029
6030 * play/animate.el (animate-place-char): Use forward-line instead
6031 of next-line to improve performance.
6032
6033 2005-03-09 Simon Josefsson <jas@extundo.com>
6034
6035 * net/browse-url.el (browse-url-default-browser): Doc fix.
6036
6037 2005-03-09 Miles Bader <miles@gnu.org>
6038
6039 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6040 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6041
6042 2005-03-09 Kenichi Handa <handa@m17n.org>
6043
6044 * international/latin-1.el: Set case and syntax for 255 only if
6045 set-case-syntax-set-multibyte is nil.
6046
6047 * textmodes/ispell.el (ispell-insert-word): New function.
6048 (ispell-word): Use ispell-insert-word to insert a new word.
6049 (ispell-process-line): Likewise.
6050 (ispell-complete-word): Likewise.
6051
6052 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6053
6054 * calendar/calendar.el (redraw-calendar): Preserve point.
6055 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6056 (calendar-week-start-day): Move after definition of
6057 redraw-calendar. Delete buffer test, since redraw-calendar has
6058 that now.
6059
6060 * calendar/diary-lib.el (mark-diary-entries): Only call
6061 redraw-calendar in the first of any recursive calls.
6062 Reported by Alan Shutko <ats@acm.org>.
6063
6064 2005-03-08 Juri Linkov <juri@jurta.org>
6065
6066 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6067 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6068 (html-radio-buttons): Add a space before the trailing `/>' where
6069 sgml-xml-mode is non-nil.
6070 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6071 the subsequent tag of the empty XML tag.
6072 (html-href-anchor): Don't set initial input to "http:".
6073 (html-image): Ask for the image URL and set point inside alt="".
6074 (html-name-anchor): Duplicate the name in the `id' attribute when
6075 sgml-xml-mode is non-nil.
6076 (html-paragraph): Remove \n before <p>.
6077 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6078 instead of `checked' when sgml-xml-mode is non-nil.
6079
6080 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6081 Remove 1 space before #RRGGBB to not truncate it on terminal
6082 windows w/o fringes. Remove 1 space between bg and fg examples
6083 to get more space.
6084 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6085 avoid byte-compile warnings.
6086
6087 * image-file.el (image-file-handler): Put `safe-magic' property to
6088 `image-file-handler'.
6089
6090 * info.el (Info-isearch-search): Emulate word search in
6091 isearching through multiple Info nodes with Info-search.
6092 (Info-isearch-wrap): Allow isearch-word.
6093
6094 2005-03-08 Lute Kamstra <lute@gnu.org>
6095
6096 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6097 stepping into the debugger's code is not possible.
6098 (debugger-jumping-flag): Docstring update.
6099
6100 2005-03-08 Jay Belanger <belanger@truman.edu>
6101
6102 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6103 embedded mode begins.
6104 (calc-embedded-language-alist): New variable.
6105 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6106 set default language mode.
6107
6108 2005-03-08 Kenichi Handa <handa@m17n.org>
6109
6110 * international/ccl.el (define-ccl-program): Fix docstring about
6111 extra 256 bytes assured for the output buffer.
6112
6113 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6114 Fix BUFFER_MAGNIFICATION to 2.
6115 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6116
6117 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6118
6119 * align.el (align-rules-list): Added an alignment rule for CSS
6120 declarations (applies to css-mode and html-mode buffers).
6121
6122 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6125
6126 2005-03-07 Kim F. Storm <storm@cua.dk>
6127
6128 * simple.el (move-beginning-of-line): New command.
6129
6130 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6131
6132 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6133
6134 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6135 and move-beginning-of-line.
6136
6137 * apropos.el (apropos-print): Omit command from M-x ... RET.
6138
6139 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6140
6141 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6142 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6143
6144 2005-03-06 Richard M. Stallman <rms@gnu.org>
6145
6146 * bindings.el (esc-map): Bind M-g to goto-line.
6147
6148 * facemenu.el (global-map): Bind M-o, not M-g.
6149
6150 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6151
6152 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6153 "Open Directory" as for "Open File".
6154
6155 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6158 (push-mark-command): Run activate-mark-hook.
6159
6160 2005-03-06 Richard M. Stallman <rms@gnu.org>
6161
6162 * help-mode.el (help-mode-finish): Don't alter the element
6163 in view-return-to-alist if there already is one.
6164
6165 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6166 make sure the current buffer is the expected one.
6167
6168 * novice.el (disabled-command-function): Output in *Disabled Command*.
6169 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6170
6171 * textmodes/flyspell.el (flyspell-large-region):
6172 Pass args differently for aspell.
6173
6174 * files.el (mode-require-final-newline): Doc fix.
6175
6176 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6177
6178 * progmodes/which-func.el (which-function):
6179 Specify NOERROR when calling imenu--make-index-alist.
6180
6181 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * simple.el (normal-erase-is-backspace): Define default value.
6184
6185 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6186 (custom-reevaluate-setting): Simple function to handle
6187 variables that are defined before their default value can really
6188 be computed.
6189
6190 * startup.el (command-line): Use it for temporary-file-directory,
6191 small-emporary-file-directory, auto-save-file-name-transforms,
6192 blink-cursor-mode, and normal-erase-is-backspace.
6193
6194 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6195 progress, even with buggy anchored keywords.
6196
6197 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6198
6199 * simple.el (goto-line): Remove unbalanced final parenthesis.
6200
6201 2005-03-05 Richard M. Stallman <rms@gnu.org>
6202
6203 * simple.el (goto-line): Use a number at point as the default.
6204 With C-u as arg, switch buffers.
6205
6206 2005-03-05 Juri Linkov <juri@jurta.org>
6207
6208 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6209 with `no-blinking-cursor'.
6210
6211 * startup.el (no-blinking-cursor): New defvar.
6212 (command-line): Add `--no-blinking-cursor' to longopts.
6213 Set `no-blinking-cursor' to t for command line arguments
6214 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6215 with `no-blinking-cursor' in the condition for calling
6216 `blink-cursor-mode'.
6217
6218 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6221 (menu-bar-options-save): Add blink-cursor-mode.
6222 (menu-bar-options-menu): Add blink-cursor-mode.
6223
6224 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6225
6226 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6227 (icalendar-export-file, icalendar-export-region)
6228 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6229 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6230
6231 2005-03-04 Lute Kamstra <lute@gnu.org>
6232
6233 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6234 (debug-function-list): Ditto.
6235
6236 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6237
6238 * textmodes/texinfmt.el (texinfo-append-refill):
6239 Redefine the types of line to which @refill
6240 is not appended by replacing a search for `@refill\\|@bye' with
6241 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6242 itemize@refill' bug and the unfilled long lines bug.
6243 (texinfmt-version): Update number and date.
6244
6245 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6246
6247 * international/code-pages.el (windows-1250, windows-125[2-8])
6248 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6249
6250 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6253 bound yet.
6254
6255 2005-03-02 Romain Francoise <romain@orebokech.com>
6256
6257 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6258 buffer after removing limits.
6259 (ibuffer-pop-filter): Ditto.
6260 Update copyright.
6261
6262 2005-03-02 Miles Bader <miles@gnu.org>
6263
6264 * button.el (make-text-button): If the user doesn't specify a
6265 type, use the default. Rewrite to use `add-text-properties' and
6266 plist functions.
6267
6268 2005-03-01 Lute Kamstra <lute@gnu.org>
6269
6270 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6271 (debugger-jumping-flag): New var.
6272 (debug-entry-code): Use it.
6273 (debugger-jump): Use debugger-jumping-flag and add
6274 debugger-reenable to post-command-hook.
6275 (debugger-reenable): Use debugger-jumping-flag and remove itself
6276 from post-command-hook.
6277 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6278 debugger-reenable.
6279
6280 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6281
6282 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6283 inclusion of "itemize\\|", which may be unnecessary, is certainly
6284 inelegant, and stops refilling in itemize lists when formatting
6285 Japanese Texinfo files to Info.
6286 Update copyright to 2005.
6287
6288 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6289
6290 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6291 of an error if GDB can't find the source file.
6292
6293 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6294
6295 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6296 not just the calendar.
6297
6298 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6299 first.
6300 (diary-redraw-calendar): New function.
6301 (make-diary-entry): Add diary-redraw-calendar to local
6302 write-contents-functions. Turn off selective display before
6303 inserting in diary.
6304
6305 2005-03-01 Kim F. Storm <storm@cua.dk>
6306
6307 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6308
6309 2005-03-01 Lute Kamstra <lute@gnu.org>
6310
6311 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6312 that debug-entry-code can be safely removed from a function while
6313 this code is being evaluated. Revert the 2005-02-27 change as the
6314 new implementation no longer requires it. Make sure that a
6315 function body containing just a string is not mistaken for a docstring.
6316 (debug): Skip one more frame in case of debug on entry.
6317 (debugger-setup-buffer): Delete one more frame line in case of
6318 debug on entry.
6319 (debugger-frame-number): Update to use the new text introduced by
6320 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6321
6322 2005-02-28 Kim F. Storm <storm@cua.dk>
6323
6324 * double.el (double-translate-key): Call force-window-update after
6325 read-event to avoid crash in redisplay.
6326
6327 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6330 (debug): Use it. Move the inhibit-trace earlier.
6331 (debug-entry-code): New const.
6332 (debug-on-entry-1): Use it.
6333
6334 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * international/utf-16.el (ccl-encode-mule-utf-16le):
6337 Fix BUFFER_MAGNIFICATION to 2.
6338 (ccl-encode-mule-utf-16be): Likewise.
6339
6340 2005-02-28 Kenichi Handa <handa@m17n.org>
6341
6342 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6343 Fix BUFFER_MAGNIFICATION to 4.
6344 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6345
6346 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6347
6348 * speedbar.el (speedbar-update-flag): Doc fix.
6349 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6350 argument.
6351
6352 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6355 have a non-nil `invisible' property but are actually visible.
6356
6357 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6358 for perldoc sections.
6359 (perl-outline-regexp, perl-outline-level): New var and function.
6360 (perl-mode): Use them.
6361
6362 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6363
6364 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6365 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6366
6367 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6368
6369 * cus-edit.el: Comment change.
6370 (custom-buffer-create-internal): Slightly reword text at top of
6371 Custom buffers. Mention there that saving an option edits the
6372 init file. Add link to Emacs manual node on `custom-file'.
6373 (custom-magic-alist): Rewrite individual State messages to use
6374 capitalized keywords. Doc fix.
6375
6376 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6377
6378 * calendar/calendar.el (calendar-buffer): Move above
6379 calendar-week-start-day.
6380 (calendar-week-start-day): Doc fix. Add :set function.
6381 (calendar-minimum-window-height): New variable.
6382 (generate-calendar-window): Only resize window if selected-window
6383 is displaying the calendar buffer. Use new variable
6384 calendar-minimum-window-height.
6385 (generate-calendar): Reword error message.
6386 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6387
6388 2005-02-27 Andreas Schwab <schwab@suse.de>
6389
6390 * vc.el (vc-do-command): Don't run command asynchronously when
6391 operating in a remote directory.
6392
6393 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6394 change from sync with Tramp 2.0.47.
6395
6396 2005-02-27 Richard M. Stallman <rms@gnu.org>
6397
6398 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6399
6400 * textmodes/flyspell.el (flyspell-mode-on):
6401 Call ispell-change-dictionary only if necessary.
6402
6403 * emacs-lisp/re-builder.el (regexp-builder): New function.
6404
6405 * register.el (describe-register-1): Explicitly handle
6406 yank-excluded-properties = t.
6407
6408 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6409 (custom-magic-alist): Change the status descriptions again.
6410 (face widget-type): Total rewrite based on `restricted-sexp'
6411 to eliminate the confusing double hiding levels.
6412
6413 * emacs-lisp/debug.el (debug-on-entry-1):
6414 If function body is empty, add nil as body form.
6415
6416 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * emacs-lisp/trace.el (inhibit-trace): New var.
6419 (trace-make-advice): Use it.
6420
6421 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6422
6423 2005-02-26 Kim F. Storm <storm@cua.dk>
6424
6425 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6426 (mouse-on-link-p, mouse-drag-region-1): Use it.
6427
6428 2005-02-25 Lute Kamstra <lute@gnu.org>
6429
6430 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6431
6432 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6433
6434 * frame.el (blink-cursor-mode): Add :group keyword.
6435
6436 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6437
6438 * calendar/icalendar.el (icalendar--decode-isodatetime):
6439 New optional argument DAY-SHIFT.
6440 (icalendar-export-region): Fix coding-system-for-write.
6441 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6442 events by one.
6443
6444 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6447
6448 2005-02-24 Kim F. Storm <storm@cua.dk>
6449
6450 * international/iso-acc.el (iso-accents-compose): Fix crash
6451 during redisplay. Call force-window-update after read-event
6452 and delete-region to signal that window is not accurate.
6453
6454 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6457 Remove unused and inexistent var `inhibit-trace'.
6458 (debugger-mode): Use run-mode-hooks.
6459 (debugger-list-functions): Add buttons; setup xref stack.
6460
6461 2005-02-23 Richard M. Stallman <rms@gnu.org>
6462
6463 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6464 appointment says it was explicitly made.
6465 (appt-add): Set the 3rd element.
6466 (appt-make-list): Preserve explicit appointments.
6467
6468 * subr.el (find-tag-default): Catch errors in forward-sexp.
6469
6470 2005-02-23 Juri Linkov <juri@jurta.org>
6471
6472 * info.el (Info-isearch-search): New defcustom.
6473 (Info-isearch-search): Call the default isearch function
6474 when Info-isearch-search is nil.
6475 (Info-isearch-wrap): Use variable Info-isearch-search.
6476
6477 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6478
6479 * cus-edit.el: Comment change.
6480
6481 2005-02-22 Kim F. Storm <storm@cua.dk>
6482
6483 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6484 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6485
6486 2005-02-22 Simon Josefsson <jas@extundo.com>
6487
6488 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6489 New variable.
6490 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6491 Oskarsson" <myrkraverk@users.sourceforget.net>.
6492
6493 2005-02-22 Kim F. Storm <storm@cua.dk>
6494
6495 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6496 check that window of that event is the selected window.
6497 (mouse-drag-region-1): Compare mouse event window to selected
6498 window before setting point.
6499
6500 * tooltip.el (tooltip-show-help-function): Pass event to
6501 mouse-on-link-p so it can check selected window.
6502
6503 2005-02-22 Kenichi Handa <handa@m17n.org>
6504
6505 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6506 (ps-mule-show-warning): New function.
6507 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6508 characters are found.
6509
6510 * ps-print.el (ps-header-footer-string): Return a list of header
6511 and footer strings.
6512
6513 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6514
6515 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6516
6517 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * frame.el (blink-cursor-mode): Use define-minor-mode.
6520
6521 * term/mac-win.el (function-key-map): Use char-names more consistently.
6522 (file-name-coding-system): Only set it for MacOS-9. The other case is
6523 already handled in mule-cmds.el (where it also works when mac-win.el
6524 is not used).
6525
6526 2005-02-21 Kenichi Handa <handa@m17n.org>
6527
6528 * international/mule.el (ctext-pre-write-conversion): Always use
6529 " *code-converting-work*" buffer for work.
6530
6531 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6532
6533 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6534
6535 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6536
6537 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6538
6539 * ses.el (undo-more): Restore defadvice, but only the part that
6540 allows changes outside the restricted area of the buffer.
6541
6542 2005-02-20 Kim F. Storm <storm@cua.dk>
6543
6544 * simple.el (line-move): Add fourth optional arg try-vscroll which
6545 must be set to perform auto-window-vscroll.
6546 When moving backwards and doing auto-window-vscroll, automatically
6547 vscroll to the last part of lines which are taller than the window.
6548 (next-line, previous-line): Set try-vscroll arg on line-move.
6549
6550 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6551
6552 * replace.el (query-replace, query-replace-regexp)
6553 (replace-string, replace-regexp): When operating on region, make
6554 the minibuffer prompt say so.
6555
6556 * isearch.el (isearch-forward): Document isearch-query-replace and
6557 isearch-query-replace-regexp keybindings.
6558
6559 2005-02-19 Jay Belanger <belanger@truman.edu>
6560
6561 * calc/calc-aent.el (math-read-token): Add local variable.
6562
6563 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6564 (calc-edit-top): Move declaration to earlier in file.
6565 (calc-edit-macro-repeats): Add local variables.
6566
6567 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6568 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6569 calcFunc-tanh.
6570 Adjust integration rule for calcFunc-tan.
6571
6572 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6573
6574 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6575 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6576 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6577 (viper-skip-separators): Bug fix.
6578 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6579 particular major mode.
6580 (viper-del-backward-char-in-replace): Don't put deleted char on the
6581 kill ring.
6582
6583 * viper-ex.el (viper-color-display-p): New function.
6584 (viper-has-face-support-p): Use viper-color-display-p.
6585
6586 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6587
6588 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6589
6590 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6591 (viper-file-remote-p): Make equivalent to file-remote-p.
6592
6593 * viper.el (viper-major-mode-modifier-list):
6594 Use viper-gnus-modifier-map.
6595
6596 2005-02-19 David Kastrup <dak@gnu.org>
6597
6598 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6599 quoting.
6600
6601 2005-02-19 Jay Belanger <belanger@truman.edu>
6602
6603 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6604 Remove extra definitions.
6605 (calc-coth): New function.
6606 (calcFunc-cot): Fix `let'.
6607
6608 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6609
6610 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6611 the reasons we use "type pc" in these faces.
6612
6613 * button.el (button): Ditto.
6614
6615 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6616
6617 * replace.el (query-replace-read-from): Set the value of
6618 query-replace-from-history-variable to handle the case of an empty
6619 string entered to accept the suggested default.
6620
6621 * net/tramp.el (tramp-file-name-for-operation):
6622 Use dired-call-process instead of dired-call-process-command.
6623
6624 2005-02-19 Jay Belanger <belanger@truman.edu>
6625
6626 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6627 (math-div-non-trig): New variables.
6628 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6629 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6630 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6631 trig expressions.
6632
6633 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6634
6635 * progmodes/gdb-ui.el (gdb-var-update-handler)
6636 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6637 for watch expressions,
6638 (gdb-var-create-handler): Don't set speedbar-update-flag.
6639 (gdb-post-prompt): Simplify test for speedbar.
6640
6641 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6642
6643 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6644 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6645 we use the syntax table of the correct buffer.
6646 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6647 Felix Gatzemeier.
6648
6649 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6650 (ediff-file-remote-p): Make synonymous with file-remote-p.
6651 In all deffaces ediff-*-face-*, use min-colors.
6652
6653 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6654 ediff-recurse-to-subdirectories.
6655 (ediff-mark-if-equal): Check that the arguments are strings, use
6656 ediff-same-contents (after to Felix Gatzemeier).
6657
6658 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6659 nil.
6660
6661 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6664
6665 2005-02-18 David Kastrup <dak@gnu.org>
6666
6667 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6668 use `mark-active' when defined.
6669
6670 2005-02-18 Kenichi Handa <handa@m17n.org>
6671
6672 * ps-print.el (ps-font-info-database): New entry
6673 ZapfChancery-MediumItalic with correct font name. Fix font name
6674 of the entry Zapf-Chancery-MediumItalic.
6675
6676 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6677
6678 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6679
6680 2005-02-16 Kim F. Storm <storm@cua.dk>
6681
6682 * ido.el (ido-fallback-command): Pass user input to fallback command.
6683
6684 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6685
6686 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6687 (gdb-find-file-hook): Add server prefix.
6688
6689 2005-02-16 Richard M. Stallman <rms@gnu.org>
6690
6691 * replace.el (perform-replace): Pass new args to replace-highlight.
6692 (replace-highlight): Take region args,
6693 and pass them to isearch-lazy-highlight-new-loop.
6694
6695 * novice.el (disabled-command-hook): Autoload the defalias
6696 and the make-obsolete-variable call.
6697
6698 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6699
6700 * isearch.el (isearch-lazy-highlight-start-limit)
6701 (isearch-lazy-highlight-end-limit): New variables limit
6702 the region for highlighting.
6703 (isearch-lazy-highlight-new-loop): New args BEG and END.
6704 (isearch-lazy-highlight-search): Use the new vars.
6705 (isearch-lazy-highlight-update): Likewise.
6706
6707 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6708
6709 * cus-start.el (all): Use default-boundp.
6710
6711 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6712
6713 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6714
6715 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6716
6717 * autorevert.el (auto-revert-stop-on-user-input)
6718 (auto-revert-verbose): Doc fixes.
6719
6720 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6721
6722 * international/mule-cmds.el (set-locale-environment): Remove call
6723 to set-selection-coding-system on Windows.
6724
6725 2005-02-15 Jay Belanger <belanger@truman.edu>
6726
6727 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6728 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6729 calcFunc-coth.
6730 (math-simplify-sqrt): Add simplifications.
6731
6732 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6733 to list.
6734
6735 * calc/calc-ext.el: Add functions to autoloads.
6736
6737 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6738 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6739 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6740 (math-csc-raw, math-cot-raw): New functions.
6741
6742 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6743
6744 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6745 the variable name in a message.
6746
6747 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6748 calcFunc-csc, calcFunc-cot.
6749
6750 * calc/calcalg2.el: Add derivative and integration rules for
6751 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6752 calcFunc-csch, calcFunc-coth.
6753 (math-do-integral-methods): Add to checks for when to use
6754 substitutions.
6755
6756 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6757
6758 2005-02-15 Lute Kamstra <lute@gnu.org>
6759
6760 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6761 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6762 <monnier@iro.umontreal.ca>
6763 (lisp-outline-level): Improve efficiency. Suggested by David
6764 Kastrup <dak@gnu.org>.
6765
6766 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6769 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6770 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6771 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6772 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6773
6774 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * cus-start.el (all): Comment change.
6777
6778 2005-02-14 Lute Kamstra <lute@gnu.org>
6779
6780 * cus-start.el (all): Check if symbol is void.
6781
6782 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6783
6784 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6785 optional argument to \cite.
6786
6787 2005-02-14 Richard M. Stallman <rms@gnu.org>
6788
6789 * cus-edit.el (custom-buffer-create-internal): Update help message.
6790 (custom-magic-alist): Update help messages.
6791
6792 * cus-start.el (all): Allow a var to specify a standard value.
6793
6794 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * custom.el (custom-theme-set-variables): Handle variable aliases.
6797
6798 * frame.el (blink-cursor-timer): Doc fix.
6799 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6800 declare obsolete.
6801 (blink-cursor-mode): Define with defcustom and use correct
6802 standard expression in that defcustom.
6803 * startup.el (command-line): Adapt to above changes in frame.el.
6804
6805 2005-02-11 Lute Kamstra <lute@gnu.org>
6806
6807 * apropos.el (apropos-score-doc): Prevent division by zero.
6808
6809 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6810
6811 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6812 (icalendar--get-event-property-attributes)
6813 (icalendar--get-event-properties)
6814 (icalendar--datetime-to-diary-date): New functions.
6815 (icalendar--split-value): Doc fix.
6816 (icalendar--datetime-to-noneuropean-date)
6817 (icalendar--datetime-to-european-date): New optional argument
6818 SEPARATOR. Return result as a string instead of a list.
6819 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6820 (icalendar--convert-string-for-export): Rename arg S to STRING.
6821 (icalendar-export-region): Doc fix. Change name of error buffer.
6822 Save output buffer.
6823 (icalendar-import-file): Add blank at end of prompt.
6824 (icalendar-import-buffer): Doc fix. Do not switch to error
6825 buffer. Indicate status in return value.
6826 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6827 buffer. Save output buffer. Handle exception from recurrence
6828 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6829 events. Fix problems with weekly all-day events.
6830
6831 2005-02-10 Richard M. Stallman <rms@gnu.org>
6832
6833 * simple.el (eval-expression-print-format):
6834 Avoid warning about edebug-active.
6835
6836 * help.el (help-for-help-internal): Rename from help-for-help.
6837 (help-for-help): Define with defalias.
6838
6839 * font-core.el (font-lock-default-function): Use with-no-warnings.
6840
6841 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6842
6843 * custom.el (defface): Doc fix.
6844
6845 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6846
6847 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6848 width 0" to prevent word wrapping problems.
6849
6850 2005-02-09 Kim F. Storm <storm@cua.dk>
6851
6852 * ido.el (ido-file-extensions-order): New defcustom.
6853 (ido-file-extension-lessp, ido-file-extension-aux)
6854 (ido-file-extension-order): New advanced file ordering.
6855 (ido-file-lessp): New simple file ordering.
6856 (ido-sort-list): Remove.
6857 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6858 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6859
6860 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6861
6862 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6863 that some versions of grep produce.
6864 (grep-mode-font-lock-keywords): Likewise.
6865
6866 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6867
6868 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6869 (gdb-cdir): Delete.
6870 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6871 (gdb-source-info): Treat case when source file is in another
6872 directory properly.
6873 (gdb-get-location): New function.
6874
6875 2005-02-07 Jay Belanger <belanger@truman.edu>
6876
6877 * calc/calc-prog.el (calc-write-parse-table-part)
6878 (calc-fix-token-name): Fix a check for language type.
6879
6880 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6881
6882 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6883
6884 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6885 as directory not writable.
6886
6887 2005-02-07 Kim F. Storm <storm@cua.dk>
6888
6889 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6890 (cua--standard-movement-commands): Remove list.
6891 Instead, set CUA property value to move for movement commands.
6892 (cua-movement-commands): Remove. Users must set CUA prop instead.
6893 (cua--pre-command-handler): Check CUA property.
6894 (cua--init-keymaps): Don't remap undo commands.
6895 (cua-mode): Don't call cua--rectangle-on-off.
6896
6897 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6898 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6899 (cua--rect-undo-set-point): New var.
6900 (cua--rectangle-undo-boundary): Setup undo apply entry.
6901 (cua--rect-undo-handler): New function for rectangle undo.
6902 (cua--rect-start-position, cua--rect-end-position): Add.
6903 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6904 for restored rectangle. Set point if cua--rect-undo-set-point.
6905
6906 2005-02-06 Jay Belanger <belanger@truman.edu>
6907
6908 * calc/calc-lang.el (calc-tex-language): Display more information
6909 in messages.
6910
6911 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6912 in TeX mode.
6913
6914 2005-02-06 Richard M. Stallman <rms@gnu.org>
6915
6916 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6917
6918 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6919
6920 * net/ldap.el (ldap-search-internal): Support attributes with
6921 optional descriptions separated by a semi-colon, as in
6922 "userCertificate;binary".
6923
6924 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6925
6926 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6927 isn't a cons (i.e. the version is 0).
6928
6929 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6930
6931 * help.el (help-for-help): Doc fix.
6932
6933 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6934
6935 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6936 GDB-Windows on the menu-bar as this works better.
6937
6938 2005-02-04 Jay Belanger <belanger@truman.edu>
6939
6940 * calc/calc-embed.el (calc-embedded-update): Don't put in
6941 unnecessary newlines. Adjust the end of formula marker.
6942
6943 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6944 (math-latex-parse-two-args): New function.
6945
6946 2005-02-03 Lute Kamstra <lute@gnu.org>
6947
6948 * help-fns.el (help-with-tutorial): Make sure that users cannot
6949 remove the entire text of the tutorial by means of `undo'.
6950
6951 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6954 in recent changes, where the ispell process was repeatedly
6955 killed & restarted.
6956
6957 * international/mule-cmds.el (set-locale-environment): Set file-name
6958 coding system to utf-8 on Darwin systems.
6959 (set-default-coding-systems): Don't set default-file-name-coding-system
6960 on Darwin systems.
6961
6962 2005-02-03 Richard M. Stallman <rms@gnu.org>
6963
6964 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6965
6966 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6967
6968 * faces.el (list-faces-display): Add optional argument.
6969
6970 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * font-core.el (font-lock-default-function): Handle the rare case where
6973 only font-lock-keywords is set.
6974
6975 2005-02-02 Kenichi Handa <handa@m17n.org>
6976
6977 * international/characters.el: Cancel previous change for
6978 I-WITH-DOT-ABOVE and DOTLESS-i.
6979
6980 * international/latin-5.el: Cancel previous change.
6981
6982 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6985
6986 2005-02-02 Kenichi Handa <handa@m17n.org>
6987
6988 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6989 DOTLESS-i.
6990
6991 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6992 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6993
6994 * case-table.el (get-upcase-table): New function.
6995 (copy-case-table): Copy upcaes table too if non-nil.
6996 (set-case-syntax-delims): Maintain upcase table too.
6997 (set-case-syntax-pair): Likewise.
6998 (set-upcase-syntax, set-downcase-syntax): New functions.
6999 (set-case-syntax): Maintain upcase table too.
7000
7001 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7002
7003 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7004
7005 * progmodes/gud.el (gud-goto-info): New function.
7006 (gud-tool-bar-map): Use correct icon.
7007
7008 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7009
7010 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7011 When delegating, order args in the funcall correctly.
7012
7013 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7014
7015 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7016
7017 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7018
7019 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7020 buffer not visiting a file.
7021
7022 2005-01-31 Jay Belanger <belanger@truman.edu>
7023
7024 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7025 bound on the line with the formula.
7026
7027 2005-01-31 Kim F. Storm <storm@cua.dk>
7028
7029 * ses.el (ses-create-cell-variable-range)
7030 (ses-destroy-cell-variable-range, ses-reset-header-string)
7031 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7032 (ses-insert-row): Fix format of apply undo entries.
7033
7034 2005-01-31 Jay Belanger <belanger@truman.edu>
7035
7036 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7037 parts.
7038
7039 * calc/calc-embed.el (calc-embedded-open-formula)
7040 (calc-embedded-close-formula): Ignore matrix environments.
7041
7042 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7043 TeX mode.
7044
7045 * calc/calc-lang.el (math-function-table, math-oper-table)
7046 (math-variable-table): Adjust the LaTeX portions.
7047
7048 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7049 (math-latex-ignore-words): New constant.
7050
7051 2005-01-31 Richard M. Stallman <rms@gnu.org>
7052
7053 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7054 (ispell-local-dictionary): Doc fix.
7055 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7056 Don't reinitialize at run time. Don't defcustom.
7057 All uses changed to append ispell-local-dictionary-alist,
7058 or check it first.
7059 (ispell-current-dictionary): New variable for dictionary in use.
7060 (ispell-dictionary): Now used only for global default.
7061 (ispell-start-process): Set ispell-current-dictionary,
7062 not ispell-dictionary.
7063 (ispell-change-dictionary): Use this only for setting
7064 user preferences.
7065 (ispell-internal-change-dictionary): New function
7066 to change the current dictionary in use.
7067 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7068 Use ispell-current-dictionary.
7069 Handle ispell-local-dictionary-overridden.
7070 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7071
7072 2005-01-31 Jay Belanger <belanger@truman.edu>
7073
7074 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7075
7076 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7077 (calc-mode-map): Add calc-latex-language.
7078
7079 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7080 (math-latex-print-frac): New functions.
7081 (math-oper-table, math-function-table, math-variable-table)
7082 (math-complex-format, math-input-filter): Add latex properties.
7083 (calc-set-language): Set math-expr-special-function-mapping.
7084
7085 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7086 (calc-write-parse-table-part): Add LaTeX support.
7087
7088 * calc/calc.el (calc-language): Adjust docstring.
7089 (calc-set-mode-line): Add LaTeX support.
7090 (math-expr-special-function-mapping): New variable.
7091 (math-tex-ignore-words): Add to list.
7092
7093 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7094 Add LaTeX support.
7095 (math-compose-expr): Add support for special functions.
7096
7097 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7098
7099 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7100
7101 * progmodes/gdb-ui.el (gdb-memory-address)
7102 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7103 (gdb-memory-mode-map, gdb-memory-format-keymap)
7104 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7105 (gdb-memory-unit-menu): New variables for a buffer
7106 that lets the user examine program memory.
7107 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7108 (gdb-memory-format-binary, gdb-memory-format-octal)
7109 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7110 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7111 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7112 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7113 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7114 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7115 (gdb-memory-mode, gdb-memory-buffer-name)
7116 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7117 New functions for above buffer.
7118
7119 2005-01-30 Richard M. Stallman <rms@gnu.org>
7120
7121 * cus-edit.el (custom-bury-buffer): Function deleted.
7122 (custom-buffer-done-function): Option deleted.
7123 (custom-buffer-done-kill): New (replacement option.
7124 (Custom-buffer-done): Call quit-window.
7125 (custom-buffer-create-internal): Update for above changes.
7126
7127 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * simple.el (undo-ask-before-discard): New var.
7130 (undo-outer-limit-truncate): Implement it.
7131 (undo-extra-outer-limit): Doc update.
7132
7133 2005-01-29 Richard M. Stallman <rms@gnu.org>
7134
7135 * ses.el (undo-more): Delete defadvice.
7136 (ses-begin-change): Doc fix.
7137
7138 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7139 instead of rebinding C-x u and C-_.
7140
7141 * files.el (normal-backup-enable-predicate): Return nil for files
7142 in /tmp, regardless of temporary-file-directory.
7143
7144 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7145
7146 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7147 (open-rectangle, delete-whitespace-rectangle-line)
7148 (clear-rectangle-line): If FILL, pass t instead of FILL
7149 for move-to-column's 2nd arg.
7150
7151 * simple.el (undo): Fix the test for continuing a series of undos.
7152 (undo-more): Set pending-undo-list to t when we reach end.
7153 (pending-undo-list): Move up defvar.
7154
7155 * wid-edit.el (widget-button-click):
7156 Shorten the range of the track-mouse binding.
7157
7158 * comint.el (comint-insert-input): Undo previous changes;
7159 use last-input-event in interactive spec.
7160
7161 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7162
7163 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7164 to nil before invoking call-process. Reset buffer's modified flag
7165 after fontifying it in the no-async branch.
7166
7167 * wid-edit.el (widget-specify-button): If mouse pointer shape
7168 cannot be changed, use mouse face instead.
7169
7170 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7171
7172 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7173 (gdb-goto-breakpoint): Make breakpoint handling work on template
7174 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7175 (gdb-assembler-custom): Update to recognise breakpoint information
7176 added on 2005-01-19.
7177
7178 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7181 (dsssl-mode): Use define-derived-mode.
7182 (scheme-mode-initialize): Remove.
7183 (scheme-mode): Use run-mode-hooks.
7184
7185 * cus-edit.el (customize-group-other-window)
7186 (custom-buffer-create-other-window): Don't override special-display-*.
7187 (custom-mode-map): Make it dense.
7188
7189 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7190 sets the default value.
7191
7192 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7193
7194 * descr-text.el: Add more keywords.
7195
7196 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * speedbar.el: Avoid unnecessary use of locate-library.
7199
7200 * international/mule-cmds.el (standard-display-european-internal):
7201 Don't fiddle with latin-1 non-break space any more since it's now
7202 special cased in the C code.
7203 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7204
7205 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7206
7207 * cus-start.el (all): Add `undo-outer-limit'.
7208
7209 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7210
7211 * textmodes/bibtex.el (bibtex-format-entry):
7212 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7213 field lines.
7214 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7215 not on part of a buffer.
7216
7217 2005-01-25 Lute Kamstra <lute@gnu.org>
7218
7219 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7220 nonempty field text strings like "{letters\\macro{}more letters}".
7221 Clarify docstring.
7222 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7223 (bibtex-entry-offset, bibtex-parse-association)
7224 (bibtex-parse-field-name): Fix typos in docstrings.
7225 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7226
7227 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7228
7229 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7230 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7231 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7232 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7233
7234 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7235 isearch minor mode.
7236
7237 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7238
7239 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7240
7241 2005-01-24 Lute Kamstra <lute@gnu.org>
7242
7243 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7244 CASECHARS and NOT-CASECHARS regular expressions of the
7245 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7246 striding over charsets" error.
7247
7248 2005-01-24 Jay Belanger <belanger@truman.edu>
7249
7250 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7251 display variable name.
7252
7253 2005-01-24 Kenichi Handa <handa@m17n.org>
7254
7255 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7256 Fix setting of the element of encoded-kbd-iso2022-invocations.
7257
7258 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7261 (gdb-threads-select): Change to also accept mouse events.
7262 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7263 (gdb-threads-mouse-select): Delete.
7264
7265 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * files.el (insert-directory): Take care of empty directory,
7268 listed without -a switch.
7269
7270 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * textmodes/refill.el (refill-post-command-function):
7273 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7274 to the list of functions that we should be careful not to undo.
7275 (refill-late-fill-paragraph-function): Remove.
7276 (refill-saved-state): New var.
7277 (refill-mode): Use it to save fill-paragraph-function.
7278 Save also the value of auto-fill-function.
7279
7280 * term/w32-win.el: Simplify code.
7281
7282 2005-01-23 Kim F. Storm <storm@cua.dk>
7283
7284 * simple.el (line-move): Adapt to new return value from
7285 pos-visible-in-window-p.
7286
7287 * simple.el (line-move): Fix last change. Check partial
7288 visibility at point rather than at window-start.
7289
7290 2005-01-22 Jason Rumney <jasonr@gnu.org>
7291
7292 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7293
7294 2005-01-22 David Kastrup <dak@gnu.org>
7295
7296 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7297
7298 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7299
7300 * type-break.el (type-break-mode): Add a test for
7301 type-break-file-name being non-nil.
7302
7303 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7304
7305 * net/eudc.el (top level): Call (message "") via progn, so that
7306 eudc-options-file is loaded.
7307
7308 2005-01-22 Kim F. Storm <storm@cua.dk>
7309
7310 * simple.el (line-move-1): Rename from line-move.
7311 (line-move): New function that adjusts vscroll for partially
7312 visible rows, and calls line-move-1 otherwise.
7313
7314 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7315
7316 * pcomplete.el: define pcomplete-read-event instead of read-event,
7317 since it's not a complete read-event implementation
7318
7319 2005-01-20 Jay Belanger <belanger@truman.edu>
7320
7321 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7322 for called function.
7323
7324 2005-01-20 Steven Tamm <steventamm@mac.com>
7325
7326 * term/mac-win.el (process-connection-type): Remove.
7327 Controlled now by s/darwin.h:PTY_ITERATION.
7328
7329 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * window.el (handle-select-window): Don't switch window when we're
7332 in the minibuffer.
7333
7334 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7335
7336 * subr.el (dotimes-with-progress-reporter): New macro.
7337
7338 * ses.el (ses-dotimes-msg): Remove macro.
7339 Use `dotimes-with-progress-reporter' instead.
7340
7341 2005-01-19 Steven Tamm <steventamm@mac.com>
7342
7343 * term/mac-win.el (process-connection-type): Use new
7344 operating-system-release variable to use ptys on Darwin 7 (OSX
7345 10.3) when using carbon build.
7346
7347 2005-01-19 Jay Belanger <belanger@truman.edu>
7348
7349 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7350 flags if the last command was a tab or M-tab.
7351
7352 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7353 in formula editing buffer.
7354
7355 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7356
7357 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7358 breakpoint image symbol in margin.
7359
7360 2005-01-19 Jay Belanger <belanger@truman.edu>
7361
7362 * calc/calc-prog.el (calc-execute-kbd-macro):
7363 Ignore calc-keep-arg-flag.
7364
7365 2005-01-19 Kenichi Handa <handa@m17n.org>
7366
7367 * textmodes/ispell.el (ispell-looking-at): New function.
7368 (ispell-process-line): Use ispell-looking-at to compare the ispell
7369 output and the buffer contents.
7370
7371 2005-01-18 Jay Belanger <belanger@truman.edu>
7372
7373 * calc/calc.el (calc-display-raw): Fix docstring.
7374
7375 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * simple.el (blink-matching-open): Strip extra info from syntax.
7378
7379 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7380 funny chars in the end-of-here-doc marker.
7381
7382 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7385 that enable/disabled state of breakpoints is shown correctly in
7386 fringe and on ttys.
7387 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7388 Add breakpoint information as text properties.
7389 (gdb-mouse-toggle-breakpoint):
7390 Rename to gdb-mouse-set-clear-breakpoint.
7391 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7392 breakpoints in the margin.
7393 (gdb-remove-strings): Simplify.
7394
7395 2005-01-17 Jay Belanger <belanger@truman.edu>
7396
7397 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7398 erasing buffer.
7399
7400 2005-01-17 Richard M. Stallman <rms@gnu.org>
7401
7402 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7403 for calling grep-compute-defaults.
7404
7405 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7406 if buffer is empty.
7407
7408 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7409
7410 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7413
7414 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7415 non-preloaded variables.
7416
7417 2005-01-17 Steven Tamm <steventamm@mac.com>
7418
7419 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7420 tex-shell cause to force interactivity when using pipes.
7421
7422 2005-01-17 Kim F. Storm <storm@cua.dk>
7423
7424 * simple.el (just-one-space): Make arg optional.
7425
7426 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7429 posn-at-x-y to t to access left-margin.
7430
7431 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7432
7433 Sync with Tramp 2.0.47.
7434
7435 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7436 catching keep-date problems in cp/scp operations.
7437 (tramp-handle-copy-file): Don't call `set-file-modes'
7438 unconditionally. Specialized functions should know better what is
7439 necessary. This improves performance a little bit, and the
7440 functions could catch errors with `cp -p' and `scp -p'.
7441 (tramp-do-copy-or-rename-file-via-buffer)
7442 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7443 when appropriate.
7444 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7445 Call `set-file-modes' when appropriate.
7446 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7447 Johnsson <isak@hypergene.com>
7448 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7449 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7450 <joakim@verona.se>
7451 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7452 Emacs only.
7453
7454 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7455 `find-file-hooks' and `dired-mode-hook'.
7456 (tramp-minor-mode-map): Respective map. Add remapping for
7457 `compile' and `recompile'.
7458 (tramp-remap-command, tramp-recompile): New defuns.
7459 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7460 in buffer "*Compilation*". Call the commands asynchronously.
7461
7462 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7463 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7464 `shell-command', because it isn't magic in XEmacs. Reported by
7465 Adrian Aichner <adrian@xemacs.org>.
7466
7467 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7468 `substitute-in-file-name.
7469 (tramp-smb-handle-substitute-in-file-name): New defun.
7470 (tramp-smb-advice-PC-do-completion): Delete advice.
7471
7472 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7473
7474 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7475 Fix error in deleting region.
7476
7477 2005-01-15 Richard M. Stallman <rms@gnu.org>
7478
7479 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7480 In non-temp buffer, switch syntax table temporarily.
7481
7482 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7483
7484 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7485
7486 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7487
7488 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7489 (imenu--generic-function): Use START, not BEG, as pos of definition.
7490
7491 * simple.el (just-one-space): Argument specifies number of spaces.
7492
7493 * simple.el (eval-expression-print-format): Avoid warning
7494 about edebug-active.
7495
7496 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7497
7498 * progmodes/sh-script.el: Code copied from make-mode.el
7499 with small changes,
7500 (sh-mode-map): Bind C-c C-\.
7501 (sh-backslash-column, sh-backslash-align): New variables.
7502 (sh-backslash-region, sh-append-backslash): New functions.
7503
7504 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7505
7506 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7507 (rmail-pop-password, rmail-pop-password-required): Move to
7508 rmail-obsolete group.
7509 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7510 All callers updated.
7511 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7512 Take an argument specifying whether it is POP or IMAP mailbox we
7513 are using. All callers updated.
7514 (rmail-pop-password-error): Rename to
7515 rmail-remote-password-error. Added mailutils-specific error message.
7516 (rmail-movemail-search-path)
7517 (rmail-movemail-variant-in-use): New variables.
7518 (rmail-remote-password, rmail-remote-password-required):
7519 New customization variables.
7520 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7521 (rmail-parse-url): New function.
7522 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7523 with GNU mailutils movemail.
7524
7525 2005-01-15 Kevin Ryde <user42@zip.com.au>
7526
7527 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7528 suffix to space, $ or '$, to correctly position point when going
7529 to @table style constants like DBL_MAX.
7530
7531 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7532
7533 * type-break.el (type-break-mode, type-break-file-time)
7534 (type-break-file-keystroke-count, type-break-choose-file):
7535 Don't store data in or load data from the file if type-break-file-name
7536 is nil.
7537 (type-break-file-name): Doc update as per the above.
7538
7539 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7540
7541 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7542 lookup-key might return nil; handle that.
7543
7544 2005-01-15 Alan Mackenzie <acm@muc.de>
7545
7546 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7547 rather than the element found, thus enabling the tree to be setcar'd.
7548
7549 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7550
7551 * textmodes/org.el (org-show-following-heading): New option.
7552 (org-show-hierarchy-above): Use `org-show-following-heading'.
7553 (org-cycle): Documentation fix.
7554
7555 * textmodes/org.el (orgtbl-optimized): New option
7556 (orgtbl-mode): New command, a minor mode.
7557 (orgtbl-mode-map): New variable.
7558 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7559 (orgtbl-error, orgtbl-self-insert-command)
7560 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7561
7562 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7563 a local variable in each org-mode buffer.
7564
7565 * textmodes/org.el (org-set-regexps-and-options): Rename from
7566 `org-set-regexps'. Added checking for STARTUP keyword.
7567 (org-get-current-options): Add STARTUP options.
7568 (org-table-insert-row): Mode mode intelligent about when
7569 realignment is needed.
7570 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7571 New commands.
7572 (org-enable-table-editor): New default value `optimized'.
7573 (org-table-blank-field): Support blanking regions if active.
7574
7575 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7576
7577 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7578 if the year is not given.
7579
7580 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7581 Add new escapes %m and %M, fixed bug with %F by adding
7582 save-match-data.
7583 (reftex-reference): Remove ?. from list of spaces.
7584 (reftex-label-info): Add automatic label prefix recognition.
7585
7586 * textmodes/reftex-index.el (reftex-index-next-phrase):
7587 Add slave parameter to call of `reftex-index-this-phrase'.
7588 (reftex-index-this-phrase): New optional argument.
7589 (reftex-index-region-phrases): Add slave parameter to call of
7590 `reftex-index-this-phrase'.
7591 (reftex-display-index): New argument redo.
7592 (reftex-index-rescan): Add 'redo to arguments of
7593 `reftex-display-index'.
7594 (reftex-index-Rescan, reftex-index-revert)
7595 (reftex-index-switch-index-tag): Add 'redo to arguments of
7596 `reftex-display-index'.
7597 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7598 indexing. Fix bug with matching is there is a quote before or
7599 after the word.
7600
7601 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7602 Fix bug when collecting citation keys in lines with comments.
7603 (reftex-citation): Prefix argument no longer rescans the document,
7604 but forces prompting for optional arguments of cite macros.
7605 (reftex-do-citation): Prompting for optional arguments implemented.
7606
7607 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7608 Add optional arguments to most cite commands.
7609 (reftex-cite-cleanup-optional-args): New option
7610 (reftex-cite-prompt-optional-args): New option.
7611 (reftex-trust-label-prefix): New option.
7612
7613 * textmodes/reftex-toc.el (reftex-toc-find-section):
7614 Add push-mark before changing the position in the buffer.
7615
7616 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7617 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7618
7619 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7620
7621 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7622 more carefully.
7623
7624 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7627 (sgml-mode): Use it.
7628 (sgml-get-context): Better keep track of implicitly closed tags.
7629
7630 2005-01-13 Kenichi Handa <handa@m17n.org>
7631
7632 * textmodes/ispell.el: These changes are to fix misalignment error
7633 caused by equivalent characters of different Emacs charsets.
7634 (ispell-unified-chars-table): New variable.
7635 (ispell-get-decoded-string): New function.
7636 (ispell-get-casechars, ispell-get-not-casechars)
7637 (ispell-get-otherchars): Call ispell-get-decoded-string.
7638
7639 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7640
7641 * custom.el (custom-declare-variable): Just put symbol instead
7642 of (defvar . symbol) in `current-load-list'.
7643
7644 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7645
7646 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7647
7648 2005-01-12 Jay Belanger <belanger@truman.edu>
7649
7650 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7651 to create a Calc summary.
7652
7653 2005-01-12 Kim F. Storm <storm@cua.dk>
7654
7655 * mouse.el (mouse-on-link-p): Change functionality and doc
7656 string to comply with latest description in lisp ref.
7657
7658 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7659
7660 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7661 Enable mouse clicks on mode-line, header-line and margin.
7662 (event-type): Give mouse event symbols an 'event-kind property
7663 with value 'mouse-click.
7664
7665 2005-01-12 Juri Linkov <juri@jurta.org>
7666
7667 * facemenu.el (list-colors-display): Add new arg buffer-name.
7668 Use it. Fix docstring. Replace code for identifying duplicate
7669 colors by the name with call to `list-colors-duplicates' which
7670 identifies duplicate colors by the value unless the color
7671 is one of special Windows colors. Set truncate-lines to t.
7672 Print sorted duplicate color names on each line. Indent to 22
7673 \(the longest color name in rgb.txt) instead of 20. Optimize.
7674 (list-colors-duplicates): New function.
7675 (facemenu-color-name-equal): Delete function.
7676
7677 * facemenu.el (list-colors-print): New function created from code
7678 in list-colors-display. Print #RRGGBB at the window right edge.
7679 (list-colors-display): When temp-buffer-show-function is not
7680 defined, call list-colors-print from temp-buffer-show-hook
7681 to get the right value of window-width in list-colors-print
7682 after the buffer is displayed.
7683
7684 * simple.el (pop-mark): Move deactivate-mark out of conditional
7685 part to deactivate the active mark regardless of the state of the
7686 mark ring.
7687
7688 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7689 variables line in desktop files.
7690
7691 2005-01-12 Juri Linkov <juri@jurta.org>
7692
7693 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7694 Bring together isearch highlight related options.
7695 (lazy-highlight): Replace group `replace' by `matching'.
7696 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7697 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7698 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7699 and declare them obsolete.
7700 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7701 (isearch-faces): Remove defgroup.
7702 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7703 Move isearch highlighting code closer to lazy highlighting code.
7704
7705 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7706 (query-replace-highlight, query-replace-lazy-highlight)
7707 (query-replace): Move definitions to the beginning of the file.
7708
7709 2005-01-11 Juri Linkov <juri@jurta.org>
7710
7711 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7712 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7713 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7714
7715 * info.el (Info-history-forward): New variable.
7716 (Info-select-node): Reset Info-history-forward to nil.
7717 (Info-last): Turn into defalias.
7718 (Info-history-back): Rename from Info-last.
7719 Add current node to Info-history-forward.
7720 (Info-history-forward): New fun.
7721 (Info-mode-map): Replace Info-last by Info-history-back.
7722 Bind Info-history-forward to "r".
7723 (Info-mode-menu): Replace Info-last by Info-history-back.
7724 Fix menu item text. Add menu item for Info-history-forward.
7725 (info-tool-bar-map): Replace Info-last by Info-history-back.
7726 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7727 for Info-history-forward.
7728 (Info-mode): Replace Info-last by Info-history-back in docstring.
7729 Add local variable Info-history-forward.
7730 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7731
7732 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7735 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7736 Ignore select-window events rather than fiddle with
7737 mouse-autoselect-window.
7738
7739 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7740
7741 * type-break.el (type-break-mode): Fix previous change.
7742
7743 2005-01-10 Jay Belanger <belanger@truman.edu>
7744
7745 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7746 calculator; only reset when point is inside a calculator.
7747 Don't adjust the window height if the window takes up the whole height
7748 of the frame.
7749
7750 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7751
7752 * ebuff-menu.el (Electric-buffer-menu-mode):
7753 Preserve value of buffer-local var header-line-format.
7754
7755 2005-01-09 Jay Belanger <belanger@truman.edu>
7756
7757 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7758 Make sure settings file exists before accessing it.
7759
7760 * calc/calc-embed.el (calc-embedded-subst):
7761 Replace math-multi-subst-rec, which is only supposed to be called
7762 by math-multi-subst, by math-multi-subst.
7763
7764 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7765
7766 * vc.el (vc-allow-async-revert): New user option.
7767 (vc-disable-async-diff): New internal variable.
7768 (vc-revert-buffer): Use them to disable asynchronous diff.
7769
7770 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7771 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7772 asynchronously if vc-disable-async-diff is t.
7773
7774 2005-01-09 Jay Belanger <belanger@truman.edu>
7775
7776 * calc/calc.el (defcalcmodevar): New macro.
7777 (calc-mode-var-list-restore-default-values)
7778 (calc-mode-var-list-restore-saved-values): New functions.
7779 (calc-mode-var-list): Use defcalcmodevar to define it.
7780 (calc-always-load-extensions, calc-line-numbering)
7781 (calc-line-breaking, calc-display-just, calc-display-origin)
7782 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7783 (calc-group-char, calc-point-char, calc-frac-format)
7784 (calc-prefer-frac, calc-hms-format, calc-date-format)
7785 (calc-float-format, calc-full-float-format, calc-complex-format)
7786 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7787 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7788 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7789 (calc-matrix-brackets, calc-language, calc-language-option)
7790 (calc-left-label, calc-right-label, calc-word-size)
7791 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7792 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7793 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7794 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7795 (calc-window-height, calc-display-trail, calc-show-selections)
7796 (calc-use-selections, calc-assoc-selections)
7797 (calc-display-working-message, calc-auto-why, calc-timing)
7798 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7799 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7800 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7801 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7802 (calc-gnuplot-geometry, calc-graph-default-resolution)
7803 (calc-graph-default-resolution-3d, calc-invocation-macro)
7804 (calc-show-banner): Use defcalcmodevar to declare them and set
7805 their default values.
7806
7807 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7808 instead of default values (but restore default values if there is
7809 an argument of 0).
7810
7811 2005-01-09 David Kastrup <dak@gnu.org>
7812
7813 * desktop.el (desktop-restore-eager): Fix typo in type.
7814
7815 2005-01-08 Richard M. Stallman <rms@gnu.org>
7816
7817 * cus-edit.el (customize): Delete :link.
7818
7819 2005-01-08 Jay Belanger <belanger@truman.edu>
7820
7821 * calc/calc.el (calc-mode): Remove the extension from the
7822 `calc-settings-file' file name when loading it.
7823
7824 2005-01-08 Kim F. Storm <storm@cua.dk>
7825
7826 * info.el (Info-mode-map, Info-next-link-keymap)
7827 (Info-prev-link-keymap, Info-up-link-keymap):
7828 Map follow-link to mouse-face.
7829 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7830
7831 2005-01-08 Jay Belanger <belanger@truman.edu>
7832
7833 * calc/calc.el (calc-settings-file): Change default value.
7834 Suggested by cgw in a comment in calc-mode.el.
7835
7836 * calc/calc-mode.el (calc-settings-file-name):
7837 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7838 Replace ~/.emacs in a prompt by calc-settings-file.
7839
7840 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7841
7842 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7843 (desktop-lazy-idle-delay): New customizable variables.
7844 (desktop-buffer-args-list): New variable.
7845 (desktop-append-buffer-args): New function.
7846 (desktop-save): Call desktop-append-buffer-args for some buffers.
7847 (desktop-lazy-create-buffer): New function.
7848 (desktop-idle-create-buffers): New function.
7849 (desktop-read): Add message about buffers to restore lazily.
7850 (desktop-lazy-abort): New command.
7851 (desktop-clear): Call desktop-lazy-abort.
7852 (desktop-lazy-complete): New command.
7853
7854 2005-01-06 Richard M. Stallman <rms@gnu.org>
7855
7856 * emacs-lisp/find-func.el (find-face-definition):
7857 Rename from find-face.
7858
7859 2005-01-06 Kim F. Storm <storm@cua.dk>
7860
7861 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7862
7863 * man.el (Man-xref-man-page, Man-xref-header-file)
7864 (Man-xref-normal-file): Add follow-link property.
7865
7866 2005-01-06 Jay Belanger <belanger@truman.edu>
7867
7868 * calc/calc-units.el: Make sure the proper macro definitions are
7869 available when compiling.
7870
7871 2005-01-06 Juri Linkov <juri@jurta.org>
7872
7873 * isearch.el (isearch-lazy-highlight-update):
7874 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7875
7876 2005-01-06 Miles Bader <miles@gnu.org>
7877
7878 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7879 (isearch-lazy-highlight-face): Use new name.
7880
7881 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * uniquify.el (uniquify-rationalize-file-buffer-names):
7884 Re-add an interactive spec.
7885 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7886 to the same name.
7887
7888 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7889 (isearch-update, isearch-done): Adjust calls accordingly.
7890
7891 2005-01-05 Richard M. Stallman <rms@gnu.org>
7892
7893 * custom.el (custom-set-variables, custom-theme-set-variables):
7894 Clarify documentation.
7895
7896 * emacs-lisp/find-func.el (find-variable)
7897 (find-variable-other-window, find-variable-other-frame):
7898 Fix the TYPE args to find-function-read and find-function-do-it.
7899 (find-function): Doc fix.
7900 (find-function-at-point): Replace function-at-point alias.
7901
7902 2005-01-04 Richard M. Stallman <rms@gnu.org>
7903
7904 * cus-face.el (custom-declare-face):
7905 Record defface in current-load-list.
7906
7907 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7908
7909 * emacs-lisp/find-func.el: Doc fixes.
7910 (find-face-regexp): New variable.
7911 (find-function-regexp-alist): New variable.
7912 (find-function-C-source): Third arg is now TYPE.
7913 (find-function-search-for-symbol): Handle general TYPE.
7914 (find-function-read, find-function-do-it): Handle general TYPE.
7915 (find-definition-noselect, find-face): New functions.
7916 (function-at-point): Alias deleted.
7917
7918 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * battery.el (display-battery-mode): Rename from display-battery.
7921 Handle the case where it gets turned off.
7922
7923 2005-01-04 Richard M. Stallman <rms@gnu.org>
7924
7925 * cus-edit.el (customize): Make :link point to user doc.
7926
7927 * man.el (Man-fontify-manpage): Turn off undo generation.
7928
7929 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7930
7931 2005-01-04 Andreas Schwab <schwab@suse.de>
7932
7933 * files.el (insert-directory): Only look for error lines in
7934 inserted text. Don't move too far after processing --dired markers.
7935
7936 2005-01-04 Richard M. Stallman <rms@gnu.org>
7937
7938 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7939 Don't expand if the character is @, period, dash, etc.
7940 (define-mail-abbrev): Quote names that contain problem characters.
7941
7942 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7943
7944 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7945
7946 2005-01-03 Richard M. Stallman <rms@gnu.org>
7947
7948 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7949 (query-replace-highlight, query-replace-lazy-highlight)
7950 (query-replace): Definitions moved up. Doc fix.
7951
7952 2005-01-03 Richard M. Stallman <rms@gnu.org>
7953
7954 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7955 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7956 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7957 (lazy-highlight-face): Rename from isearch-lazy-...
7958 Change all references to them.
7959
7960 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * cus-edit.el (custom-file): Doc fix for defcustom.
7963 (custom-file): The function no longer sets the variable
7964 `custom-file' to its return value.
7965
7966 * startup.el (command-line): No longer load `custom-file'.
7967
7968 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7971
7972 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7973 Don't confuse module-prefixed identifiers for labels.
7974 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7975
7976 2005-01-02 Richard M. Stallman <rms@gnu.org>
7977
7978 * files.el (basic-save-buffer-1): Fix previous change.
7979
7980 * loadhist.el (file-loadhist-lookup): New function.
7981 (file-provides, file-requires): Use it.
7982
7983 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7984 instead of calculating the right size.
7985
7986 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7987
7988 * vc-svn.el (vc-svn-diff): Stay local if possible.
7989
7990 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7993
7994 * files.el (hack-local-variables): Fix last change.
7995
7996 2005-01-02 Jay Belanger <belanger@truman.edu>
7997
7998 * calc/calc-yank.el (calc-edit-top): New variable.
7999 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8000 object. Change header properties.
8001 (calc-edit-finish, calc-edit-finish-stack-object)
8002 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8003 edited object.
8004 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8005 for the beginning of the edited object.
8006 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8007 for the beginning of the edited object.
8008 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8009 (calc-finish-formula-edit, calc-macro-repeats)
8010 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8011 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8012 beginning of the edited object.
8013 (calc-user-define-edit): Change the header for editing macros.
8014 Remove unnecessary variable.
8015
8016 2005-01-01 Jay Belanger <belanger@truman.edu>
8017
8018 * calc/calc-yank.el (calc-edit-mode): Change default header.
8019 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8020 * calc/calc-store.el (calc-edit-variable): Change title to match new
8021 header.
8022 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8023 mode to match new header.
8024 (calc-user-define-edit): Change titles to include names of commands.
8025 (calc-finish-formula-edit): Adjust to handle new header.
8026 (calc-finish-macro-edit): Remove.
8027 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8028 (calc-edit-macro-command, calc-edit-macro-command-type)
8029 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8030 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8031 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8032 (calc-edit-macro-finish-edit): New functions.
8033 (calc-user-define-edit): Use new functions to edit named calc macros.
8034
8035 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8036
8037 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8038
8039 * ses.el (copy-region-as-kill): Deactivate mark.
8040
8041 2005-01-01 Richard M. Stallman <rms@gnu.org>
8042
8043 * replace.el (occur-1): If the output buffer is also an input,
8044 don't kill it, rename it.
8045
8046 * faces.el (set-face-background, set-face-foreground): Doc fix.
8047
8048 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8049 for :foreground and :background.
8050
8051 * dired.el (dired-view-command-alist): Variable deleted.
8052 (dired-view-file, dired-mouse-find-file-other-window):
8053 Delete the code to use it.
8054
8055 2005-01-01 Kim F. Storm <storm@cua.dk>
8056
8057 * image.el (insert-sliced-image): Use t for line-height property.
8058
8059 2004-12-31 Jay Belanger <belanger@truman.edu>
8060
8061 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8062 for "var-" at the beginning of the minibuffer.
8063
8064 2004-12-31 Richard M. Stallman <rms@gnu.org>
8065
8066 * faces.el (read-face-name):
8067 Don't treat an attribute spec as a list of faces.
8068
8069 * simple.el (undo): Use undo-equiv-table to detect
8070 unexpected changes since previous undo.
8071 (undo-list-saved): Variable deleted.
8072 (buffer-disable-undo): Don't alter undo-list-saved.
8073
8074 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8075 (mode-require-final-newline): New option.
8076 (after-find-file): Handle require-final-newline with new values.
8077 (basic-save-buffer): Handle new values of require-final-newline.
8078
8079 * progmodes/sh-script.el (sh-require-final-newline):
8080 Alist value now controls whether to use mode-require-final-newline.
8081 (sh-set-shell): Implement that new meaning.
8082
8083 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8084 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8085 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8086 Delete old-Emacs compatibility code.
8087 (antlr-c-common-init): Function deleted.
8088
8089 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8090 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8091 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8092 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8093 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8094 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8095 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8096 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8097 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8098 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8099 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8100 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8101 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8102 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8103 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8104 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8105
8106 2004-12-31 Jay Belanger <belanger@truman.edu>
8107
8108 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8109 way to return to Calc.
8110
8111 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8112 finish, C-xk as the way to cancel the edit. Add cancel routine to
8113 kill-buffer-hook.
8114
8115 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8116 MacEdit code.
8117
8118 * calc/calc-prog.el: Remove obsolete MacEdit code.
8119 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8120 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8121
8122 2004-12-31 Kenichi Handa <handa@m17n.org>
8123
8124 * international/mule.el (buffer-file-coding-system-explicit):
8125 Rename for explicit-buffer-file-coding-system.
8126 (after-insert-file-set-coding): Adjust for the above change.
8127
8128 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8129 to buffer-file-coding-system-explicit.
8130 (basic-save-buffer-1): Likewise.
8131
8132 2004-12-30 Richard M. Stallman <rms@gnu.org>
8133
8134 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8135 (artist-butlast, artist-last): Functions deleted.
8136 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8137 (artist-compute-key-compl-table): Call remq directly.
8138 (artist-remove-nulls): Function deleted.
8139 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8140 (artist-push, artist-pop): Macro deleted.
8141
8142 2004-12-30 Andreas Leue <al@sphenon.de>
8143
8144 * textmodes/artist.el (artist-version): 1.2.6
8145 (artist-prev-next-op-alist): New variable.
8146 (artist-select-next-op-in-list): New function.
8147 (artist-select-prev-op-in-list): New function.
8148 (artist-make-prev-next-op-alist): New function.
8149 (artist-is-in-op-list-p): New function.
8150 (artist-get-first-non-nil-op): New function.
8151 (artist-get-last-non-nil-op): New function.
8152 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8153 artist-prev-next-op-alist.
8154 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8155 change drawing operation.
8156
8157 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8158
8159 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8160
8161 2004-12-31 Masatake YAMATO <jet@gyve.org>
8162
8163 * server.el (server-process-filter): Suppress `error', too.
8164
8165 2004-12-30 Jay Belanger <belanger@truman.edu>
8166
8167 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8168 Change the way a variable is displayed in a message.
8169
8170 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8171 (calc-user-define-permanent, calc-execute-kbd-macro):
8172 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8173
8174 2004-12-30 Kenichi Handa <handa@m17n.org>
8175
8176 * files.el (basic-save-buffer-1):
8177 Set explicit-buffer-file-coding-system to last-coding-system-used.
8178 (revert-buffer): Pay attention to
8179 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8180 on bind coding-system-for-read.
8181
8182 * international/mule.el (explicit-buffer-file-coding-system):
8183 New buffer local variable.
8184 (after-insert-file-set-coding): Set it to coding-system-for-read.
8185
8186 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8187
8188 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8189
8190 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8191
8192 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8193 that include line numbers.
8194
8195 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8196
8197 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8198 Redundant variable PREFIXLEN removed.
8199
8200 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8201
8202 * eshell/em-hist.el (eshell-previous-matching-input):
8203 Start the deletion from the end of the output.
8204
8205 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8206
8207 * term/mac-win.el: Require x-dnd.
8208 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8209
8210 2004-12-29 David Kastrup <dak@gnu.org>
8211
8212 * international/mule.el (decode-coding-inserted-region):
8213 Don't barf if `buffer-undo-list' is already set to `t'.
8214
8215 2004-12-29 Jay Belanger <belanger@truman.edu>
8216
8217 * calc/calc-prog.el (calc-user-define-formula): Put default values
8218 for function names in prompts.
8219 (calc-user-define-permanent, calc-user-define-composition)
8220 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8221 default input for algebraic functions.
8222
8223 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8224
8225 * vc-rcs.el (vc-rcs-annotate-command):
8226 Fix omission bug: Call `vc-setup-buffer'.
8227
8228 2004-12-29 Kenichi Handa <handa@m17n.org>
8229
8230 * international/mule.el (recode-region): New function.
8231
8232 2004-12-28 Richard M. Stallman <rms@gnu.org>
8233
8234 * simple.el (undo-extra-outer-limit): New variable.
8235 (undo-outer-limit-truncate): Test and set it.
8236
8237 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8238 enables the feature to extend the existing region.
8239
8240 * simple.el (mark-word): New arg ALLOW-EXTEND
8241 enables the feature to extend the existing region.
8242
8243 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8244 enables the feature to extend the existing region.
8245
8246 * startup.el (site-run-file): Don't allow setting it with Custom.
8247
8248 * simple.el (buffer-disable-undo): Fix previous change.
8249
8250 2004-12-27 Masatake YAMATO <jet@gyve.org>
8251
8252 * hexl.el (hexlify-buffer): Remove fontification here.
8253 Use font lock mechanism instead.
8254 (hexl-font-lock-keywords): New font lock kewords.
8255 (hexl-mode-old-font-lock-keywords): New variable.
8256 (hexl-mode): Store the old font lock keywords.
8257 (hexl-mode-exit): Restore the old font lock keywords.
8258
8259 2004-12-27 Richard M. Stallman <rms@gnu.org>
8260
8261 * simple.el (undo): Fix previous change.
8262
8263 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8264
8265 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8266 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8267 Call x-open-connection on Mac OS X.
8268
8269 2004-12-27 Richard M. Stallman <rms@gnu.org>
8270
8271 * files.el (buffer-save-without-query): New var (buffer-local).
8272 (save-some-buffers): Save those buffers first, w/o asking.
8273
8274 * files.el (insert-directory-ls-version): New variable.
8275 (insert-directory): When ls returns an error, test the version
8276 number to decide what the return code means.
8277 With --dired output format, detect and distinguish lines
8278 that are really error messages.
8279 (insert-directory-adj-pos): New function.
8280
8281 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8282
8283 * battery.el (battery-mode-line-format): Remove initial spaces.
8284
8285 * uniquify.el (uniquify-rationalize-file-buffer-names):
8286 Delete interactive spec.
8287
8288 * type-break.el (type-break-mode): Set buffer-save-without-query.
8289 Remove code that tried to set save-some-buffers-always.
8290 (type-break-file-keystroke-count): Bind deactivate-mark.
8291
8292 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8293
8294 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8295 Test that the buffer is live, and maybe reject current buffer too.
8296 Clarify.
8297 (next-error-find-buffer): Rewrite for clarity.
8298
8299 * loadup.el: Don't use buffer-disable-undo; do it directly.
8300
8301 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8302 (describe-variable): Call symbol-file with `defvar'.
8303
8304 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8305 (symbol-file): Rewritten to handle new load-history format.
8306 Now takes an arg TYPE to specify looking for a particular
8307 type of definition only.
8308
8309 * emacs-lisp/debug.el (debugger-make-xrefs):
8310 Call symbol-file with `defun'.
8311
8312 * emacs-lisp/find-func.el (find-function-noselect):
8313 Call symbol-file with `defun'.
8314 (find-variable-noselect): Call symbol-file with `defvar'.
8315
8316 * eshell/esh-cmd.el (eshell-find-alias-function):
8317 Call symbol-file with `defun'.
8318
8319 * eshell/esh-test.el (eshell-test-goto-func):
8320 Call symbol-file with `defun'.
8321
8322 * mail/rmail.el (rmail-resend):
8323 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8324
8325 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8326
8327 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8328
8329 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8330 Call buffer-disable-undo.
8331
8332 * simple.el (undo-list-saved): New variable (buffer-local).
8333 (undo): Set and test it.
8334 (buffer-disable-undo): Move here from buffer.c.
8335 Clear out undo-list-saved.
8336
8337 * international/mule.el (decode-coding-inserted-region):
8338 Set buffer-undo-list in a correct and optimal way.
8339
8340 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8341 (cperl-font-lock-unfontify-region-function): No need to save and
8342 restore info, since font-lock.el does it for us.
8343
8344 * ansi-color.el (save-buffer-state): Definition deleted.
8345 (ansi-color-unfontify-region): Don't use save-buffer-state.
8346
8347 2004-12-27 Dave Love <fx@gnu.org>
8348
8349 * wid-edit.el (function): Use restricted-sexp as parent.
8350
8351 2004-12-27 Kevin Ryde <user42@zip.com.au>
8352
8353 * simple.el (next-matching-history-element): Use same
8354 `interactive' form as previous-matching-history-element.
8355
8356 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8357 it can appear unencoded and has been seen from yahoo.
8358
8359 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8360
8361 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8362 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8363
8364 2004-12-27 Kenichi Handa <handa@m17n.org>
8365
8366 * international/utf-8.el (utf-translate-cjk-load-tables):
8367 Bind coding-system-for-read to nil while loading subst-*.
8368
8369 2004-12-26 Jay Belanger <belanger@truman.edu>
8370
8371 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8372 default input.
8373
8374 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8375
8376 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8377 before reverting and disable undo recording while reverting.
8378
8379 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8380
8381 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8382 (hs-make-overlay): New function.
8383 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8384 (hs-flag-region): Delete function.
8385 (hs-hide-comment-region): No longer use `hs-flag-region'.
8386 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8387 (hs-hide-block-at-point): Likewise.
8388 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8389 (hs-hide-all, hs-show-all): Likewise.
8390 (hs-show-block): Likewise.
8391 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8392
8393 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8394
8395 * progmodes/hideshow.el: Require `cl' when compiling.
8396 Remove XEmacs and Emacs 19 compatibility.
8397 Use `dolist' and `add-to-list' for load-time actions.
8398 (hs-discard-overlays): Use `dolist'.
8399 (hs-show-block): Likewise.
8400
8401 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8402
8403 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8404
8405 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8406
8407 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8408 When extending backwards, move outside the current comment first.
8409
8410 2004-12-22 Kenichi Handa <handa@m17n.org>
8411
8412 * international/quail.el (quail-start-translation): Fix prompt
8413 string for the case if input-method-use-echo-area being non-nil.
8414 (quail-start-conversion): Likewise.
8415 (quail-show-guidance): Don't show guidance if
8416 input-method-use-echo-area is non-nil.
8417
8418 2004-12-21 Richard M. Stallman <rms@gnu.org>
8419
8420 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8421
8422 2004-12-21 Markus Rost <rost@ias.edu>
8423
8424 * calendar/diary-lib.el (mark-diary-entries):
8425 Set mark-diary-entries-in-calendar only after checking for diary-file.
8426
8427 2004-12-21 Richard M. Stallman <rms@gnu.org>
8428
8429 * faces.el (escape-glyph): Use blue against light foreground.
8430
8431 * simple.el (undo-outer-limit-truncate): New function.
8432 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8433
8434 2004-12-21 Eli Barzilay <eli@barzilay.org>
8435
8436 * calculator.el (calculator-radix-grouping-mode)
8437 (calculator-radix-grouping-digits)
8438 (calculator-radix-grouping-separator):
8439 New defcustoms for the new radix grouping mode functionality.
8440 (calculator-mode-hook): Now used in electric mode too,
8441 (calculator): Call it.
8442 (calculator-mode-map): Some new keys.
8443 (calculator-message): New function. Some new calls.
8444 (calculator-op, calculator-set-register): Use it.
8445 (calculator-string-to-number): New function, mostly moved and
8446 updated code from calculator-curnum-value.
8447 (calculator-curnum-value): Use it.
8448 (calculator-paste): Use it, and update grabbing the current-kill.
8449 (calculator-rotate-displayer)
8450 (calculator-rotate-displayer-back): Toggle digit grouping when
8451 in radix mode, use calculator-message.
8452 (calculator-displayer-prev, calculator-displayer-next):
8453 Change digit group size when in radix mode.
8454 (calculator-number-to-string): Rename from
8455 calculator-num-to-string. Now deals with digit grouping in
8456 radix mode.
8457 (calculator-update-display, calculator-put-value): Use the new name.
8458 (calculator-fact): Return a floating point number.
8459 (calculator-mode): Doc fix.
8460
8461 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8462
8463 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8464 * calendar/diary-lib.el (view-other-diary-entries):
8465 Use current-prefix-arg in interactive spec.
8466
8467 2004-12-19 Jay Belanger <belanger@truman.edu>
8468
8469 * calc/calc-aent.el (calcAlg-blank-matching-open):
8470 Temporarily adjust the syntax of both delimiters of half-open intervals.
8471
8472 2004-12-19 Kim F. Storm <storm@cua.dk>
8473
8474 * mouse.el (mouse-1-click-follows-link): Doc fix.
8475
8476 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8477
8478 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8479 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8480 instead of centraleuropean as the name
8481
8482 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8483
8484 Sync with Tramp 2.0.46.
8485
8486 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8487 parameters wrt Tramp convention.
8488 (tramp-handle-file-attributes-with-perl)
8489 (tramp-handle-directory-files-and-attributes): Apply it.
8490 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8491 `copy-program'. Reported by Zack Weinberg
8492 <zack@codesourcery.com>.
8493 (top): Set `edebug-form-spec' property directly rather than
8494 calling `def-edebug-spec'.
8495
8496 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8497 advice less fragile. Surround temporary redefinition of
8498 `substitute-in-file-name' with `unwind-protect'. Suggested by
8499 Matt Hodges <MPHodges@member.fsf.org>.
8500
8501 2004-12-17 Juri Linkov <juri@jurta.org>
8502
8503 * replace.el (occur-accumulate-lines, occur-engine):
8504 Make forcing deferred font-lock fontification jit-specific.
8505
8506 2004-12-17 Kim F. Storm <storm@cua.dk>
8507
8508 * mouse.el (mouse-1-click-follows-link): New defcustom.
8509 (mouse-on-link-p): New function.
8510 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8511 functionality. Map a mouse-1 click event into a mouse-2 (or
8512 other) event when position is inside a link.
8513
8514 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8515 prefix in tooltip text with "mouse-1" when this is a link
8516 recognized by mouse-1-click-follows-link functionality.
8517
8518 * help.el (describe-key): Report effective and original binding
8519 for mouse-1 when clicked on a link.
8520 (describe-mode): Add follow-link property to "minor-mode" button.
8521
8522 * help-fns.el (describe-variable): Add follow-link property to
8523 "below" button.
8524
8525 * help-mode.el (help-xref): Add follow-link property.
8526
8527 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8528 (apropos-command, apropos-variable, apropos-face, apropos-group)
8529 (apropos-widget, apropos-plist): Add follow-link property.
8530
8531 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8532 checks if position is in a filename, rather than some other
8533 clickable item. Function looks for cvs-filename-face at position.
8534
8535 * wid-edit.el (widget-specify-field, widget-specify-button):
8536 Map a :follow-link keyword into a follow-link property.
8537 (link): Add :follow-link keyword, map to RET binding.
8538
8539 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8540
8541 * progmodes/compile.el (compilation-minor-mode-map)
8542 (compilation-button-map, compilation-mode-map): Likewise.
8543
8544 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8545
8546 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8547 (zone-replace-char): Take `count' and `del-count'
8548 instead of `direction'. Update callers. When `del-count' is
8549 non-nil, delete that many characters, otherwise `count' characters
8550 backwards. Insert the newly-replaced string `count' times.
8551 (zone-fret): Handle chars w/ width greater than one.
8552 (zone-fall-through-ws): No longer take window width `ww'.
8553 Update callers. Add handling for `char-width' greater than one.
8554 (zone-pgm-drip): Update var holding window-end position every cycle.
8555
8556 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8557
8558 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8559 rather than insert-file.
8560
8561 2004-12-16 Jay Belanger <belanger@truman.edu>
8562
8563 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8564 (math-init-random-base, math-random-digit): Check to see if
8565 var-RandSeed is bound.
8566 (math-random-last): Declare it.
8567 (math-random-digit): Don't make math-random-last local.
8568
8569 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8570
8571 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8572 one-shot thunk for uniform (error, quit, normal) recovery.
8573 Reported by John Paul Wallington.
8574 (zone-pgm-random-life): Fix bug:
8575 Recognize empty initial field by lack of "@" chars.
8576
8577 2004-12-16 Juri Linkov <juri@jurta.org>
8578
8579 * help.el (function-called-at-point):
8580 * help-fns.el (variable-at-point): As a last resort try stripping
8581 non-word prefixes and suffixes.
8582
8583 * descr-text.el (describe-property-list): Don't treat syntax-table
8584 specially. Use describe-text-sexp which inserts [show] button
8585 for large objects and handles printing errors. Sort properties
8586 by names in alphabetical order instead of by value sizes.
8587 Add `mouse-face' to list of properties for `describe-face' widget.
8588 (describe-char): Mask out face-id from 19 bits of character.
8589 Print face-id separately.
8590
8591 * replace.el (occur-accumulate-lines, occur-engine):
8592 Fontify unfontified matching lines in the source buffer
8593 before copying them.
8594 (occur-engine): Don't put mouse-face on context lines.
8595 (occur-next-error): Set point to line beginning/end
8596 before searching for prev/next property to skip multiple
8597 matches on a line (not supported by occur engine).
8598 Remove redundant prefix-numeric-value.
8599
8600 2004-12-15 Juri Linkov <juri@jurta.org>
8601
8602 * replace.el (match): New face.
8603 (list-matching-lines-face): Change default from `bold' to `match'.
8604
8605 * progmodes/grep.el (grep-match-face): New defvar.
8606 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8607 compilation-column-face to highlight grep matches.
8608
8609 * apropos.el (apropos-match-face): Change default from
8610 `secondary-selection' to `match'.
8611
8612 * info-look.el (info-lookup-highlight-face): Change default from
8613 `highlight' to `match'.
8614
8615 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8616
8617 * progmodes/executable.el (executable-interpret): Eliminate
8618 obsolete compile-internal, and switch to comint for interaction.
8619
8620 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8621
8622 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8623 `&&' when skipping multiple statements on a line.
8624
8625 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8626
8627 * play/zone.el (zone): Set `truncate-lines'.
8628 Also, init `tab-width' with value from original buffer.
8629 (zone-shift-up): Rewrite for speed.
8630 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8631 (zone-pgm-jitter): Remove redundant entries from ops vector.
8632 (zone-exploding-remove): Reduce iteration count.
8633 (zone-cpos): Convert to defsubst.
8634 (zone-replace-char): New defsubst.
8635 (zone-park/sit-for): Likewise.
8636 (zone-fret): Take window-start arg.
8637 Update callers. Use `zone-park/sit-for'.
8638 (zone-fill-out-screen): Rewrite.
8639 (zone-fall-through-ws): Likewise. Update callers.
8640 (zone-pgm-drip): Use `zone-replace-char'.
8641 Move var inits before while-loop. Use `zone-park/sit-for'.
8642 (zone-pgm-random-life): Handle empty initial field.
8643 Use `zone-replace-char' and `zone-park/sit-for'.
8644
8645 2004-12-15 Juri Linkov <juri@jurta.org>
8646
8647 * isearch.el (isearch-update): Test isearch-lazy-highlight
8648 before calling isearch-lazy-highlight-new-loop.
8649 (isearch-lazy-highlight-new-loop):
8650 Don't test isearch-lazy-highlight.
8651
8652 * replace.el (perform-replace): Add isearch-case-fold-search.
8653 Use delimited-flag for isearch-regexp.
8654 Reset isearch-lazy-highlight-last-string to force lazy
8655 highlighting when called from isearch mode.
8656 (query-replace-highlight): Revert defcustom type to boolean.
8657 (query-replace-lazy-highlight): New defcustom.
8658 (query-replace): New face.
8659 (perform-replace, replace-highlight, replace-dehighlight):
8660 Test query-replace-lazy-highlight instead of special value
8661 `isearch' of query-replace-highlight.
8662 (replace-dehighlight): Don't call isearch-dehighlight.
8663 (replace-highlight): Don't call isearch-highlight.
8664 Use face `query-replace' unconditionally.
8665
8666 2004-12-14 Kim F. Storm <storm@cua.dk>
8667
8668 * simple.el (inhibit-mark-movement): Remove defvar.
8669 (beginning-of-buffer, end-of-buffer): Don't use it.
8670
8671 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8672 Don't use inhibit-mark-movement.
8673
8674 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8675 (cua--undo-push-mark): Remove.
8676 (cua--pre-command-handler, cua--post-command-handler):
8677 Don't fiddle with inhibit-mark-movement.
8678
8679 2004-12-14 Juri Linkov <juri@jurta.org>
8680
8681 * buff-menu.el (list-buffers-noselect): Collect internal info
8682 for every buffer in BUFFER-LIST arg too.
8683 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8684 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8685 Bind same-window-buffer-names and same-window-regexps to nil.
8686
8687 2004-12-13 Juri Linkov <juri@jurta.org>
8688
8689 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8690
8691 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8692 (sc-cite-region, sc-uncite-region, sc-recite-region):
8693 Fix previous change to handle not alist as a symbol, but
8694 a citation frame as a symbol that represents a variable name.
8695
8696 2004-12-13 Richard M. Stallman <rms@gnu.org>
8697
8698 * filecache.el (file-cache-add-directory-using-find):
8699 Only set up file-cache-find-command-posix-flag if we will use it.
8700
8701 * bindings.el (mode-line-buffer-identification-keymap):
8702 Don't cancel the mode-line's usual down-mouse-1 binding.
8703
8704 * cus-edit.el (custom-face-selected): Handle `default' specs.
8705 (custom-face-edit): Increase extra-offset.
8706 (custom-display): Handle `default' specs.
8707
8708 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8709
8710 * emacs-lisp/elint.el (elint-standard-variables)
8711 (elint-unknown-builtin-args): Move definitions up.
8712
8713 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8714
8715 * info.el (info-xref-visited): Use `default' instead of t.
8716 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8717
8718 * faces.el (header-line, mode-line-inactive, tool-bar):
8719 Use `default' instead of t for setting the defaults.
8720 (face-spec-choose): Separate `t' from `default'.
8721
8722 * subr.el (while-no-input): New macro.
8723
8724 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8725
8726 * filecache.el (file-cache-add-directory-using-find):
8727 Only test file-cache-find-command-posix-flag on some systems.
8728
8729 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8732 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8733 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8734 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8735 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8736
8737 2004-12-12 Juri Linkov <juri@jurta.org>
8738
8739 * files.el (find-file-other-window, find-file-other-frame):
8740 Add the first buffer to the returned value to return the complete
8741 list of all visited buffers.
8742 (find-file-read-only, find-file-read-only-other-window)
8743 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8744 `find-file-read-args'. Signal an error about non-existent file
8745 only if file name doesn't contain wildcards. Toggle read-only in
8746 all visited buffers.
8747 (find-alternate-file, find-alternate-file-other-window):
8748 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8749 called interactively. Pass arg `wildcards' to other functions.
8750 (find-file-noselect): Doc fix.
8751
8752 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8753 Doc fix.
8754 (ffap-directory-finder): New variable.
8755 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8756 (ffap-file-at-point): Add /* to immediately rejected names.
8757 Return absolute file names matching ffap-dired-wildcards.
8758 (ffap-read-file-or-url): Set default value for `completing-read'
8759 to `buffer-file-name'.
8760 (find-file-at-point): When filename matches ffap-dired-wildcards,
8761 call ffap-file-finder with t arg `wildcards', instead of dired.
8762 (ffap-other-window, ffap-other-frame): Return visited buffers.
8763 (ffap-read-only, ffap-read-only-other-window)
8764 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8765 (dired-at-point): Call ffap-directory-finder instead of dired.
8766 (ffap-dired-other-window, ffap-dired-other-frame)
8767 (ffap-list-directory): New commands.
8768 (ffap-bindings): New keybindings for new commands.
8769
8770 2004-12-12 Juri Linkov <juri@jurta.org>
8771
8772 * simple.el (beginning-of-buffer, end-of-buffer):
8773 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8774 Do not push mark when mark is active in transient-mark-mode.
8775
8776 * simple.el (mark-word):
8777 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8778 * textmodes/paragraphs.el (mark-paragraph):
8779 Extend the region when mark is active in transient-mark-mode,
8780 regardless of the last command. Doc fix.
8781
8782 * simple.el (mark-word): Preserve direction when repeating.
8783 Make arg optional. Interactive "p" -> "P".
8784 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8785
8786 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8787 preserving direction, to mark forward instead of backward when mark
8788 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8789
8790 2004-12-12 Juri Linkov <juri@jurta.org>
8791
8792 * isearch.el (isearch-edit-string): Set 7th arg of
8793 `read-from-minibuffer' to `t' to inherit the current input
8794 method (whose name is indicated by [IM] in the minibuffer prompt)
8795 from the current buffer to the minibuffer.
8796 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8797 to allow C-g quitting for lazy highlighting looping inside the
8798 search with nested repetition operators. Add overlay to the list
8799 before setting its face and other properties to avoid the case of
8800 code quitting after placing the new overlay but before it's
8801 recorded on the list. Select the window where isearch was
8802 activated, to highlight matches in the right window when isearch
8803 switches the current window to the minibuffer.
8804
8805 * international/isearch-x.el
8806 (isearch-process-search-multibyte-characters):
8807 Use `isearch-message' as initial input for `read-string' instead
8808 of adding it to the minibuffer prompt. After reading a string
8809 remove the initial value of `isearch-message' from the string.
8810
8811 * replace.el (replace-match-maybe-edit): Doc fix.
8812 (perform-replace): Don't call `replace-highlight' when automatic
8813 replacement is requested in literal mode, since it is intended
8814 only to highlight words during entering a new replacement string
8815 for \? in non-literal mode.
8816
8817 * replace.el (query-replace-highlight): Add new value `isearch'
8818 that allows query replacement to use isearch highlighting.
8819 Change type from `boolean' to `choice'. Doc fix.
8820 (replace-highlight, replace-dehighlight, perform-replace):
8821 Use isearch highlighting if query-replace-highlight eq `isearch'.
8822
8823 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8826 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8827
8828 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8829 case of \end{verbatim}.
8830
8831 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8832
8833 * term.el (term-termcap-format): Synchronyze with terminfo.
8834 (term-emulate-terminal): Handle reset.
8835 (term-reset-terminal): New function.
8836
8837 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8838
8839 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8840 (zone-fill-out-screen): New func.
8841 (zone-pgm-drip): Use `zone-fill-out-screen'.
8842 Also, no longer go to point-min on every cycle.
8843 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8844 (zone-pgm-random-life-wait): New user var.
8845 (zone-pgm-random-life): New func.
8846
8847 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8848
8849 * files.el (auto-mode-alist): Map .com to DCL mode.
8850
8851 2004-12-09 Richard M. Stallman <rms@gnu.org>
8852
8853 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8854
8855 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8856
8857 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8858 buffer with a display margin.
8859
8860 2004-12-08 Jay Belanger <belanger@truman.edu>
8861
8862 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8863 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8864
8865 2004-12-08 Richard M. Stallman <rms@gnu.org>
8866
8867 * faces.el: Delete code to set display table.
8868 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8869
8870 2004-12-08 Jay Belanger <belanger@truman.edu>
8871
8872 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8873
8874 * calc/calc-ext.el (math-read-replacement-list)
8875 (math-read-superscripts, math-read-preprocess-string): Move to
8876 calc-aent.el.
8877
8878 * calc/calc-aent.el (math-read-replacement-list)
8879 (math-read-superscripts, math-read-preprocess-string): Move from
8880 calc-ext.el.
8881
8882 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * isearch.el (isearch-quote-char): Fix up typo in last change.
8885
8886 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * mouse.el (mouse-set-font): Handle the case where the command was
8889 not invoked using the mouse.
8890
8891 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8892 (edmacro-finish-edit): Further update for keyboard macros that are
8893 lambda forms.
8894 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8895
8896 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8899 (font-lock-default-unfontify-region): Don't save buffer state any more.
8900
8901 2004-12-07 Jay Belanger <belanger@truman.edu>
8902
8903 * calc/calc-help.el (calc-describe-key):
8904 Set calc-summary-indentation even when Calc Summary buffer exists.
8905
8906 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8907
8908 * calendar/holidays.el (holiday-easter-etc): Make arguments
8909 optional for backwards compatibility. Doc fix.
8910 Remove un-necessary local vars mandatory, output-list.
8911 (holiday-advent): Make arguments optional for backwards
8912 compatibility. Doc fix.
8913
8914 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * paren.el (show-paren-function): Fix last change (2004-12-02).
8917
8918 * international/mule-util.el (char-displayable-p): Return nil for
8919 unibyte mode.
8920
8921 * subr.el (subregexp-context-p): New function.
8922
8923 * isearch.el (isearch-quote-char): Use it.
8924
8925 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8926 (regexp-opt-not-groupie*-re): Remove.
8927 (regexp-opt): Properly handle inputs with duplicate entries.
8928
8929 2004-12-06 Richard M. Stallman <rms@gnu.org>
8930
8931 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8932
8933 * cus-edit.el (custom-file): Doc fix.
8934
8935 * textmodes/org.el: New file.
8936
8937 2004-12-06 Kenichi Handa <handa@m17n.org>
8938
8939 * ldefs-boot.el: Update international/mule-util.el section.
8940
8941 2004-12-05 Sam Steingold <sds@gnu.org>
8942
8943 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8944 Fix `tramp-time-diff' comparison logic.
8945
8946 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8947
8948 * progmodes/which-func.el (which-function):
8949 Use `run-hook-with-args-until-success' instead of a custom loop.
8950 Fixes bug with local hooks.
8951
8952 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8953
8954 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8955 Use delete-dups when calculating the initial value.
8956 (bibtex-autokey-get-title): Use <=.
8957 (bibtex-goto-line): New function.
8958 (bibtex-reposition-window): Use line numbers instead of point
8959 positions. Use window-body-height.
8960 (bibtex-find-crossref): Use bibtex-reposition-window.
8961 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8962 position of entry if key is found or nil if not found.
8963
8964 2004-12-05 Richard M. Stallman <rms@gnu.org>
8965
8966 * cus-edit.el (custom-file): Doc fix.
8967
8968 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8969
8970 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * simple.el (blink-matching-open):
8973 * textmodes/tex-mode.el (tex-validate-region):
8974 Obey syntax-table text properties.
8975
8976 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8977
8978 * wid-edit.el (widget-specify-field): Add `real-field' property to
8979 boundary.
8980 (widget-field-at): Use it.
8981
8982 2004-12-02 Richard M. Stallman <rms@gnu.org>
8983
8984 * progmodes/cc-mode.el (awk-mode autoload):
8985 Supply t meaning interactive function.
8986
8987 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8988 (isearch-mode-map): No special definition for space.
8989 (isearch-whitespace-chars): Command deleted.
8990 (isearch-forward-regexp): Doc fix.
8991 (isearch-quote-char): When a space is not inside brackets,
8992 use `[ ]' instead of just space.
8993 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8994
8995 * imenu.el (imenu--generic-function): Delete code to exclude
8996 matches in comments.
8997
8998 * man.el (Man-reverse-face): Change default to `highlight'.
8999
9000 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9001 (occur-engine): Use `face' prop rather than `font-lock-face'
9002 when specifying use of `match-face'.
9003 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9004
9005 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9006
9007 * add-log.el (add-log-current-defun): Handle the case where point
9008 is in the header part of a DEFUN construct.
9009
9010 2004-12-02 Dave Love <fx@gnu.org>
9011
9012 * progmodes/python.el (python-font-lock-syntactic-keywords):
9013 Fix previous change.
9014
9015 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9016
9017 * paren.el (show-paren-function): Check for matching chars
9018 specified by text props.
9019
9020 2004-12-02 Jay Belanger <belanger@truman.edu>
9021
9022 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9023 when reading a new key sequence.
9024
9025 2004-12-02 Kim F. Storm <storm@cua.dk>
9026
9027 * faces.el (escape-glyph): Rename from glyph.
9028 (standard-display-table): Set it here. Add escape-glyph face to
9029 extra slot characters.
9030
9031 * disp-table.el: Undo 2004-12-01 change. Display table is now
9032 setup in faces.el.
9033
9034 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9035
9036 * xml.el (xml-parse-dtd): Don't show validity messages when
9037 xml-validating-parser is nil.
9038 (xml-substitute-special): Fix validity error messages to
9039 actually show the unexpandable entity. Added validity error if &
9040 isn't followed by an entity.
9041 (xml-parse-tag): Concatenate any string following the a
9042 <![CDATA[]]> section to the parsed CDATA.
9043 (xml-parse-dtd): Skip parameter entity declarations and use of
9044 parameter entities.
9045
9046 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9047
9048 * kmacro.el (kmacro-default-counter-format): New var.
9049 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9050 (kmacro-display): Remove `nil' from `and' form. Delete call to
9051 `format' inside `message'.
9052 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9053
9054 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * pcvs.el (cvs-header-msg): New function.
9057 (cvs-update-header): Use it. Change calling convention.
9058 Correctly handle the case of having simultaneous active processes.
9059 (cvs-sentinel): Don't call cvs-update-header any more.
9060 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9061
9062 2004-12-01 Jay Belanger <belanger@truman.edu>
9063
9064 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9065 Change message.
9066
9067 2004-12-01 Juri Linkov <juri@jurta.org>
9068
9069 * progmodes/prolog.el (prolog-mode-variables):
9070 Fix imenu-generic-expression.
9071
9072 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9073
9074 * faces.el (glyph): New face.
9075
9076 * disp-table.el: Add an autoloaded table, that doesn't require
9077 this library, with glyph face.
9078
9079 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9080 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9081 (conf-quote-normal): Allow normalizing only ' or ".
9082 (conf-mode): Regexp-quote constructed comment-start and don't
9083 match section {} where "name" contains braces.
9084
9085 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9086 files.
9087
9088 2004-12-01 Kenichi Handa <handa@m17n.org>
9089
9090 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9091 (x-select-text): Don't treat eight-bit-control/graphic chars
9092 specially. Store the encoded text in the X cut buffer.
9093 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9094 with x-last-selected-text-cut-encoded.
9095
9096 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9099
9100 2004-11-30 Markus Rost <rost@ias.edu>
9101
9102 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9103 AUCTeX.
9104
9105 2004-11-30 Jay Belanger <belanger@truman.edu>
9106
9107 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9108 on signs of intervals.
9109 (math-pow-of-zero): Strengthen checks for positive and negative
9110 exponents.
9111
9112 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9113 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9114 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9115 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9116 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9117 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9118 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9119 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9120 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9121 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9122 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9123 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9124 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9125 with provide statements.
9126
9127 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9128
9129 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9130
9131 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9132 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9133 functions by require statements.
9134 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9135
9136 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9137 (calc-gnuplot-print): Give them values.
9138
9139 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9140 autoloads.
9141 Add calc-do-embedded-activate to autoloads.
9142 (calc-gnuplot-name, calc-gnuplot-plot-command)
9143 (calc-gnuplot-print-command): Move them to calc-graph.el.
9144
9145 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9146
9147 * term/mac-win.el (ccl-encode-mac-roman-font)
9148 (ccl-encode-mac-cyrillic-font)
9149 (ccl-encode-mac-centraleuropean-font, encoder-list)
9150 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9151 Support Cyrillic, CentralEuropean, and Dingbat font display
9152
9153 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9154
9155 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9156
9157 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9158 still nil.
9159
9160 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9163 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9164
9165 2004-11-29 Jay Belanger <belanger@truman.edu>
9166
9167 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9168 cases of the base and exponent.
9169
9170 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9171
9172 * simple.el (next-error-buffer-p): Allow for inclusive and
9173 exclusive tests for finding a buffer.
9174 (next-error-find-buffer): Pass the exclusive and inclusive tests
9175 to next-error-buffer-p.
9176
9177 * replace.el (occur-next-error): Switch to the Occur buffer when
9178 appropriate, use the exclusive filter to next-error-find-buffer to
9179 do it. Use the absolute value of the motion amount.
9180
9181 2004-11-29 Kenichi Handa <handa@m17n.org>
9182
9183 * startup.el (command-line): Decode all default-directory by
9184 locale-coding-system.
9185
9186 2004-11-29 Jay Belanger <belanger@truman.edu>
9187
9188 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9189 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9190 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9191 Replace calls to calc-extensions by appropriate require, replace
9192 calc-extensions-loaded by appropriate featurep.
9193
9194 * calc/calc-ext.el: Move require to end of file.
9195 Remove redundant loading of calc.el.
9196 (calc-extensions-loaded): Remove unnecessary variable.
9197 (calc-extensions): Remove unnecessary function.
9198 (calc-load-everything): Replace calc-need-macros by appropriate require.
9199
9200 * calc/calc-macs.el: Move provide to end of file.
9201 (calc-need-macros): Remove unnecessary function.
9202
9203 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9204 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9205 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9206 Replace calc-extensions by appropriate require.
9207 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9208
9209 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9210 Replace calc-need-macros by appropriate require.
9211
9212 * calc/calc.el: Move require to end of file.
9213 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9214 Remove unnecessary variable.
9215 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9216 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9217 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9218 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9219 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9220 (math-format-number, math-format-bignum, math-read-number)
9221 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9222 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9223 by appropriate require.
9224 (calc-check-defines): Replace calc-need-macros by appropriate require.
9225
9226 2004-11-29 Kim F. Storm <storm@cua.dk>
9227
9228 * macros.el (insert-kbd-macro): Handle kmacro functions.
9229
9230 2004-11-28 Juri Linkov <juri@jurta.org>
9231
9232 * compare-w.el (compare-windows-highlight): Attach each overlay
9233 to its window to properly highlight differences while comparing
9234 two windows of the same buffer. Fix arguments.
9235 (compare-windows-sync-default-function): Fix arguments of
9236 `compare-windows-highlight'.
9237
9238 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9239 Use `read-expression-history'. Set initial contents only if
9240 `edebug-global-break-condition' is non-nil. Set histpos to 1
9241 if initial contents is equal to the last history element.
9242 (edebug-set-conditional-breakpoint): Instead of temporarily
9243 prepending the current condition to the history, set initial
9244 contents to the current condition. Set histpos to 1 if initial
9245 contents is equal to the last history element.
9246
9247 * info.el (Info-search-whitespace-regexp): Remove shy group.
9248 (Info-search): Forward line if search is on the header line.
9249 Use search-whitespace-regexp in two other places.
9250
9251 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9252
9253 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9254 warning. Delay real definition, which uses
9255 `set-fringe-indicators-1' till after the definition of that function.
9256
9257 2004-11-28 Kim F. Storm <storm@cua.dk>
9258
9259 * fringe.el (fringe): New defgroup.
9260 (fringe-mode): Move to fringe group.
9261 (fringe-indicators): New defcustom.
9262 (set-fringe-indicators-1): New defun.
9263
9264 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9265 (menu-bar-showhide-fringe-ind-menu): New keymap.
9266 (menu-bar-showhide-fringe-ind-empty)
9267 (menu-bar-showhide-fringe-ind-mixed)
9268 (menu-bar-showhide-fringe-ind-box)
9269 (menu-bar-showhide-fringe-ind-right)
9270 (menu-bar-showhide-fringe-ind-left)
9271 (menu-bar-showhide-fringe-ind-none): New defuns.
9272 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9273
9274 2004-11-27 Richard M. Stallman <rms@gnu.org>
9275
9276 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9277
9278 * generic.el (define-generic-mode): Doc fix.
9279
9280 * menu-bar.el (menu-bar-options-save): For the options
9281 that are toggled with menu-bar-make-mm-toggle, don't check
9282 for customized-value prop.
9283
9284 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9285
9286 * mail/supercite.el (sc-cite-region): Handle the case where
9287 sc-cite-frame-alist is a symbol.
9288 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9289 a symbol.
9290 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9291 a symbol.
9292
9293 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9294
9295 * wid-edit.el (widget-narrow-to-field): New function.
9296 (widget-complete): Use it.
9297
9298 2004-11-27 Jay Belanger <belanger@truman.edu>
9299
9300 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9301 variable.
9302 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9303 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9304 (math-alg-inequalities): Move declaration to earlier in the file.
9305
9306 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9307 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9308 Declare them.
9309
9310 * calc/calc-lang.el (math-expr-data, math-expr-token)
9311 (math-exp-old-pos): Declare them.
9312
9313 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9314 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9315
9316 2004-11-27 Kim F. Storm <storm@cua.dk>
9317
9318 * progmodes/flymake.el: Use (featurep 'xemacs).
9319 (flymake-makehash): Change to defsubst. Use fboundp.
9320 (flymake-time-to-float): Remove.
9321 (flymake-float-time): Merge code from flymake-time-to-float here.
9322 (flymake-replace-regexp-in-string): Change to defsubst.
9323 (flymake-split-string-remove-empty-edges):
9324 Rename to flymake-split-string.
9325 (flymake-split-string): Remove previous defalias.
9326 (flymake-get-temp-dir): Change to defsubst.
9327 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9328 Define for xemacs only.
9329 (flymake-master-file-count-limit): Change into compiler defvar only.
9330 (flymake-find-possible-master-files): Let-bind it dynamically while
9331 sorting files using flymake-master-file-compare.
9332
9333 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9336 of defun-prompt-regexp matches inside a comment/string but the
9337 beginning is correctly outside everything.
9338
9339 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9340 appears within a string or a comment.
9341
9342 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9343 rather than make-symbol for symbols which are used in
9344 a symbol-macrolet or equivalent.
9345
9346 2004-11-26 Jay Belanger <belanger@truman.edu>
9347
9348 * calc-misc.el (calc-last-why-command): Declare it.
9349
9350 * calc-vec.el (math-grade-vec): New variable.
9351 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9352 Replace variable grade-vec by declared variable.
9353 (math-rb-close): New variable.
9354 (math-read-brackets, math-read-vector): Replace variable close by
9355 declared variable.
9356
9357 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9358 (calc-one-window, calc-edit-handler, calc-restore-trail)
9359 (calc-allow-ret): Declare them.
9360
9361 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9362 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9363 (math-radix-float-cache-tag, math-random-cache)
9364 (math-max-digits-cache, math-integral-cache, math-units-table)
9365 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9366 (math-moc-func): New variable.
9367 (math-map-over-constants, math-map-over-constants-rec):
9368 Replace variable func by declared variable.
9369
9370 * calc/calc-store.el (calc-given-value, calc-store-opers):
9371 Declare them.
9372 (calc-var-name-map): Move declaration to earlier in the file.
9373 (calc-pv-pos): New variable.
9374 (calc-permanent-variable, calc-insert-permanent-variable):
9375 Replace variable pos by declared variable.
9376
9377 * calc/calc-mtx.el (calc-det-lu): New variable.
9378 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9379
9380 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9381 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9382 and arg by declared variables.
9383 (calcFunc-reducer): Fix incorrect variable.
9384 (math-inner-mul-func, math-inner-add-func): New variables.
9385 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9386 and add-func by declared variables.
9387
9388 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9389 (calc-digit-value): Declare them.
9390
9391 * calc/calc-help.el (Info-history): Declare it.
9392 (calc-describe-key): Make calc-summary-indentation a local variable.
9393 (calc-help-long-names): Move declaration to earlier in file.
9394
9395 * calc/calc-embed.el (calc-original-buffer): Declare it.
9396 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9397 (calc-embed-bot): New variables.
9398 (calc-do-embedded, calc-embedded-mark-formula)
9399 (calc-embedded-find-bounds, calc-embedded-duplicate)
9400 (calc-embedded-new-formula, calc-embedded-make-info):
9401 Replace vars outer-top, outer-bot, bot and top by declared variables.
9402 (calc-embed-prev-modes): New variable.
9403 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9404 prev-modes with declared variable.
9405 (calc-embed-vars-used): New variable.
9406 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9407 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9408 vars-used by declared variable.
9409
9410 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9411 (math-format-radix-float): Remove unnecessary setq.
9412 (math-radix-float-cache): Declare it.
9413
9414 * calc/calcsel2.el (calc-keep-selection): Declare it.
9415
9416 * calc/calc-maint.el: Remove file.
9417
9418 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9419
9420 * textmodes/bibtex.el (bibtex-sort-entry-class)
9421 (bibtex-comment-start): Use defcustom.
9422 (bibtex-entry-field-alist): Use nil if initial content of the
9423 field is undefined. Fix docstring.
9424 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9425 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9426 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9427 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9428 Fix docstring.
9429 (bibtex-autokey-title-terminators): Use only one regexp.
9430 (bibtex-string-maybe-empty-head): New variable.
9431 (bibtex-remove-delimiters-string): New function.
9432 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9433 Use bibtex-remove-delimiters-string.
9434 (bibtex-progress-message, bibtex-field-left-delimiter)
9435 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9436 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9437 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9438 Simplify.
9439 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9440 Use eq and bibtex-remove-delimiters-string. For end markers use
9441 insertion type so that marker stays after inserted text.
9442 (bibtex-autokey-get-names): Return empty string if name is missing.
9443 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9444 calling bibtex-autokey-name-case-convert.
9445 (bibtex-autokey-demangle-title):
9446 Call bibtex-autokey-titleword-case-convert. Remove call to
9447 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9448 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9449 (bibtex-read-key): New optional arg global.
9450 (bibtex-files-expand): New optional arg force.
9451 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9452 (bibtex-complete-crossref-cleanup): Rename from
9453 bibtex-complete-key-cleanup. Simplify code.
9454 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9455 Operate on current entry.
9456 (bibtex-button): Add docstring.
9457 (bibtex-entry): Simplify.
9458 (bibtex-make-field): Replace optional arg called-by-yank with more
9459 specific args move and interactive.
9460 (bibtex-end-of-entry): Use forward-sexp.
9461 (bibtex-find-entry-globally): Remove.
9462 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9463 Bound to C-c C-x.
9464 (bibtex-find-entry): New optional args global and display.
9465 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9466 (bibtex-validate): Use arg force of bibtex-files-expand.
9467 (bibtex-clean-entry): Bugfix, clean string entries properly.
9468 Always keep point at beginning of entry.
9469 (bibtex-complete): Bugfix. Handle string entries properly.
9470 Call cleanup functions only if needed.
9471 (bibtex-String): Use bibtex-read-string-key.
9472 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9473 case of replacement text.
9474
9475 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9476
9477 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9478 (tramp-perl-directory-files-and-attributes): New constant.
9479 (tramp-file-name-handler-alist): Delete file-directory-files, add
9480 directory-files-and-attributes.
9481 (tramp-perl-file-attributes): Surround uid and gid by double
9482 quotes. Change parameter id-format from nonnumeric.
9483 (tramp-convert-file-attributes): New function.
9484 (tramp-handle-file-attributes): Use it.
9485 (tramp-maybe-send-perl-script): New function.
9486 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9487 file mode. Change parameter id-format from nonnumeric.
9488 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9489 from nonnumeric.
9490 (tramp-post-connection): Don't send tramp-perl-file-attributes
9491 script. Reset connection property "perl-scripts".
9492 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9493 in use.
9494
9495 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9496
9497 * desktop.el (desktop-read): Replace mapcar with mapc.
9498 (desktop-create-buffer): Replace mapcar with mapc.
9499 Remove redundant piece of code.
9500
9501 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * progmodes/gud.el (gud-display-line): Use display-buffer
9504 for GDB-UI as for GUD.
9505
9506 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9507 Delete variables.
9508 (gdb-ann3): Don't make GUD buffer dedicated.
9509 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9510 (gdb-display-source-buffer): Delete function.
9511 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9512 (menu): Delete menu bindings for viewing source/assembler.
9513 (gdb-setup-windows, gdb-restore-windows):
9514 Don't dedicate GUD. No assembler now.
9515 (gdb-reset): No need to undedicate source buffers now.
9516 (gdb-source-info): No assembler now.
9517
9518 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9519
9520 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9521 width to those for special frames.
9522 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9523 Use display-buffer.
9524 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9525 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9526 (gdb-frame-assembler-buffer): Rework like
9527 gdb-frame-breakpoints-buffer.
9528
9529 2004-11-25 Richard M. Stallman <rms@gnu.org>
9530
9531 * progmodes/flymake.el: Reindent.
9532 (flymake-split-string): Turn into defalias.
9533 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9534 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9535 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9536 (flymake-build-relative-filename): Rename from ...path.
9537 Fix error message.
9538
9539 2004-11-25 Cheng Gao <chenggao@gmail.com>
9540
9541 * progmodes/flymake.el: Much whitespace and capitalization change.
9542 Move `provide' to end. Require `compile' only when compiling.
9543
9544 2004-11-24 Jay Belanger <belanger@truman.edu>
9545
9546 * calc/calc-alg.el: Added comment.
9547 (math-polynomial-base): Replace variable mpb-top-expr by
9548 math-poly-base-top-expr.
9549
9550 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9551 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9552 variable.
9553 (math-poly-base-total-base): New variable.
9554 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9555 mpb-total-base by declared variable.
9556 (math-factored-vars, math-to-list): Declare it.
9557 (math-fact-expr): New variable.
9558 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9559 (math-factor-expr-try, math-factor-expr-part): Replace variable
9560 expr by declared variable.
9561 (math-fet-x): New variable.
9562 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9563 by declared variable.
9564 (math-factor-poly-coefs): Make temp a local variable.
9565
9566 * calc/calc-units.el (calc-convert-units): Make units a local
9567 variable.
9568 (calc-num-units, calc-den-units): New variables.
9569 (calc-explain-units, calc-explain-units-rec): Replace variables
9570 num-units and den-units by declared variables.
9571 (math-cu-unit-list): New variable.
9572 (math-build-units-table, math-compare-unit-names)
9573 (math-convert-units, math-convert-units-rec): Replace variable
9574 unit-list by declared variable.
9575 (math-fbu-base, math-fbu-entry): New variables.
9576 (math-find-base-units, math-find-base-units-rec): Replace variables
9577 base and entry by declared variables.
9578 (math-which-standard): New variable.
9579 (math-to-standard-units, math-to-standard-rec): Replace variable
9580 which-standard by declared variable.
9581 (math-fcu-u): New variable.
9582 (math-find-compatible-unit, math-find-compatible-unit-rec):
9583 Replace variable u by declared variable.
9584 (math-cu-new-units, math-cu-pure): New variables.
9585 (math-convert-units, math-convert-units-rec): Replace variables
9586 new-units and pure by declared variables.
9587 (math-try-cancel-units): New variable.
9588 (math-simplify-units-quotient): Replace variable try-cancel-units by
9589 declared variable.
9590
9591 2004-11-24 Richard M. Stallman <rms@gnu.org>
9592
9593 * textmodes/ispell.el (ispell-check-version):
9594 If default-directory is nonexistent, use home dir.
9595
9596 * progmodes/grep.el (grep-regexp-alist):
9597 Don't match parens around line numbers.
9598
9599 * progmodes/cperl-mode.el (cperl-indent-region)
9600 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9601 Don't print progress messages.
9602
9603 * progmodes/compile.el (compilation-mode-map):
9604 Don't inherit from compilation-minor-mode-map;
9605 copy its bindings instead. But the menu bar Compile
9606 entry now does inherit from compilation-menu-map.
9607
9608 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9609 Use with-no-warnings around compiler-macroexpand.
9610
9611 * imenu.el: Don't always require newcomment.
9612 (imenu--generic-function): Call comment-normalize-vars
9613 if we have a comment syntax.
9614 Exit the loop if REGEXP matches the null string.
9615 Test comment-start as well as comment-start-skip
9616 when deciding whether to check for comments.
9617
9618 * tooltip.el (tooltip-mode): Doc fix.
9619
9620 * term.el (term-escape-char, term-mode): Doc fixes.
9621
9622 2004-11-24 Dave Love <fx@gnu.org>
9623
9624 * progmodes/python.el (python-font-lock-syntactic-keywords):
9625 Check for escapes in the regexp.
9626 (python-quote-syntax): Don't do it here.
9627
9628 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9629
9630 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9631 (gdb-frames-mode-map, gdb-threads-mode-map)
9632 (gdb-registers-mode-map, gdb-locals-mode-map)
9633 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9634 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9635
9636 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9637 (dedicated-switch-to-buffer): Rework.
9638 (gdb-var-evaluate-expression-handler, gdb-put-string):
9639 Remove unused variable bindings.
9640 (gdb-setup-windows, gdb-display-buffer):
9641 Simplify. Use pop-to-buffer.
9642 (gdb-view-source-function): Simplify.
9643 (gdb-frame-breakpoints-buffer):
9644 Use pop-to-buffer, special-display-regexps.
9645
9646 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9647
9648 * progmodes/f90.el (f90-smart-end)
9649 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9650 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9651 (f90-end-of-block): Doc fix. Make check of outermost block
9652 conditional on value of `f90-smart-end'.
9653 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9654 Handle case where END-BLOCK is nil.
9655 (f90-match-end): Handle un-named PROGRAM blocks.
9656 (f90-backslash-not-special): New function.
9657
9658 2004-11-24 Jay Belanger <belanger@truman.edu>
9659
9660 * calc/calc.el (calc-embedded-active): Removed unnecessary
9661 declaration.
9662 (calc-show-banner): Removed redundant declaration.
9663
9664 * calc/calc-graph.el (calc-gnuplot-default-device)
9665 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9666 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9667 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9668 Remove redundant initial values.
9669
9670 * calc/calc-arith.el (math-scalar-functions)
9671 (math-nonscalar-functions, math-scalar-if-args-functions)
9672 (math-real-functions, math-positive-functions)
9673 (math-nonnegative-functions, math-real-scalar-functions)
9674 (math-real-if-arg-functions, math-integer-functions)
9675 (math-num-integer-functions, math-rounding-functions)
9676 (math-float-rounding-functions, math-integer-if-args-functions)
9677 (math-super-types): Move declarations to earlier in file.
9678 (math-unit-prefixes): Declared it.
9679 (math-floor-prec, math-trunc-prec): New variables.
9680 (math-trunc-fancy): Replace variable prec by declared variable.
9681 (math-floor-fancy): Replace variable prec by declared variable.
9682 (math-com-bterms): New variable.
9683 (math-commutative-equal, math-commutative-collect):
9684 Replace variable bterms by declared variable.
9685
9686 * calc/calc-misc.el (math-trunc): Replace variable prec by
9687 math-trunc-prec.
9688 (math-floor): Replace variable prec by math-floor-prec.
9689
9690 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9691 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9692 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9693 (math-format-date, math-format-date-part): Replace variables
9694 date, dt, year, month, day, weekday, hour, minute, second and
9695 bc-flag by declared variables.
9696 (math-pd-str): New variable.
9697 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9698 Replace variable str by declared variable.
9699 (math-daylight-savings-hook, math-tzone-names): Move definitions
9700 to earlier in the file.
9701 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9702 (math-sh-year): New variable.
9703 (math-setup-add-holidays, math-setup-holidays)
9704 (math-setup-year-holidays): Replace variable `year' by declared
9705 variable.
9706
9707 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9708 New variables.
9709 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9710 n, nf and nfm1 by declared variables.
9711 (math-nri-n): New variable.
9712 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9713 n by declared variable.
9714 (calcFunc-log): Removed misplaced condition.
9715
9716 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9719
9720 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9721
9722 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9723 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9724 Dedicate gdb-related windows.
9725 (gdb-display-buffer): Dedicate gdb-related windows.
9726 Don't grab other frames.
9727 (gdb-reset): Remove dedicated property after debugging.
9728
9729 2004-11-24 Jay Belanger <belanger@truman.edu>
9730
9731 * calc/calc-sel.el: Add comment.
9732
9733 * calc/calc.el (math-stack-value-offset): Replace variables c,
9734 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9735
9736 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9737 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9738 (math-stack-value-offset-fancy): Replace variables c, wid and off
9739 by declared variables.
9740 (math-comp-just, math-comp-comma-spc): New variables.
9741 (math-compose-expr, math-compose-matrix): Replace variables `just'
9742 and comma-spc by declared variable.
9743 (math-comp-vector-prec): New variable.
9744 (math-compose-expr, math-compose-matrix, math-compose-rows):
9745 Replace variable vector-prec by declared variable.
9746 (math-comp-left-bracket, math-comp-right-bracket)
9747 (math-comp-comma): New variables.
9748 (math-compose-expr, math-compose-rows): Replace variables
9749 left-bracket, right-bracket and comma by declared variables.
9750 (math-comp-full-width): New variable.
9751 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9752 Replace variable full-width by declared variable.
9753 (math-comp-highlight, math-comp-word, math-comp-level)
9754 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9755 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9756 New variables.
9757 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9758 (math-comp-sel-flat-term): Replace variables comp-highlight,
9759 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9760 declared variables.
9761 (math-comp-simplify, math-comp-simplify-term)
9762 (math-comp-add-string, math-comp-add-string-sel):
9763 Replace variables comp-highlight, comp-buf, comp-base,
9764 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9765
9766 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9767
9768 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9769
9770 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9771 and x-server-version may throw.
9772
9773 2004-11-23 Kim F. Storm <storm@cua.dk>
9774
9775 * subr.el (substitute-key-definition-key): Optimize.
9776 Don't call indirect-function for nil defn (always signals error).
9777
9778 * ido.el (ido-read-internal): Fix require-match check when
9779 ido-directory-too-big is set.
9780
9781 2004-11-23 Jay Belanger <belanger@truman.edu>
9782
9783 * calc/calc-ext.el (math-read-replacement-list)
9784 (math-read-superscripts): New variables.
9785 (math-read-preprocess-string): New function.
9786 (math-read-expr): Filter input through math-read-preprocess-string.
9787
9788 * calc/calc-aent.el (math-read-exprs): Filter input through
9789 math-read-preprocess-string.
9790
9791 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9792
9793 * progmodes/compile.el (compilation-start): In cd command use
9794 substitute-env-vars -- not quite shell compatible but better than
9795 nothing.
9796 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9797 handle the newer versions messages, which are more parseable.
9798
9799 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * reveal.el (reveal-mode-map): New var.
9802 (reveal-mode): Use it.
9803
9804 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9805
9806 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9807 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9808
9809 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9812 header-line when needed.
9813 Use fixed-pitch only in the header-line.
9814 Build the underline automatically. Use emdash if available.
9815
9816 2004-11-22 Richard M. Stallman <rms@gnu.org>
9817
9818 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9819 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9820
9821 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9822
9823 * progmodes/gdb-ui.el (gdb-resync): New function.
9824 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9825 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9826 Use it to fail more gracefully.
9827 (gdb-variables): Delete variable.
9828 Re-order variables to reduce byte-compiler warnings.
9829
9830 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * descr-text.el (describe-char):
9833 * paren.el (show-paren-function):
9834 * subr.el (syntax-after): Undo last change.
9835
9836 * progmodes/python.el (run-python): Don't hard code *Python*.
9837 Don't modify global process-environment.
9838 (python-send-region, python-load-file): Don't assume that
9839 python-buffer == (process-buffer (python-proc)).
9840 (python-switch-to-python): Simplify.
9841
9842 * dired.el (dired-align-file): Don't assume line starts with spaces.
9843
9844 2004-11-21 Jay Belanger <belanger@truman.edu>
9845
9846 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9847 Replace variable `lines' by math-read-big-lines.
9848 (math-read-big-expr): Replace variables the-baseline, the-h2
9849 and err-msg by math-read-big-baseline, math-read-big-h2 and
9850 math-read-err-msg.
9851 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9852
9853 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9854 (math-read-big-balance): Replace unbound variable by value.
9855 (math-read-big-lines): New variable.
9856 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9857 (math-read-big-error, math-read-big-balance): Replace variable
9858 `lines' by declared variable.
9859 (math-read-big-baseline, math-read-big-h2): New variables.
9860 (math-read-big-rec): Replace variables the-baseline and the-h2
9861 by declared variables.
9862 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9863 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9864 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9865 declared variables.
9866 (math-read-big-err-msg): New variable.
9867 (math-read-big-error): Replace variable err-msg by declared variable.
9868
9869 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * ses.el: Add coding cookie.
9872 Fix up docstrings, follow new commenting conventions.
9873 (ses-header-line-menu): Fix missing variable rename for header-row.
9874 (ses-cell-size): Remove.
9875 (ses-make-cell): New function.
9876 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9877 (ses-calculate-cell): Remove unused var `symbol'.
9878 (ses-narrowed-p): New function.
9879 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9880 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9881 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9882 (ses-setup): Use restore-buffer-modified-p.
9883 (ses-cleanup): Remove unused var `end'.
9884 (ses-header-string-left-offset): Remove.
9885 (ses-create-header-string): Adjust to new behavior of `align-to'.
9886 Truncate excessively large fields to preserve alignment.
9887 (ses-reconstruct-all): Remove unused var `refs'.
9888 (ses-read-cell-printer): Remove unused var `prompt'.
9889 (ses-delete-row): Remove unused var `pos'.
9890 (ses-delete-column): Remove unused var `new'.
9891
9892 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9893
9894 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9895 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9896 Eliminate eval-and-compile usage.
9897 (ps-insert-file): Use insert-file-contents instead of insert-file.
9898 (ps-setup): Code fix.
9899
9900 * printing.el (pr-setup, lpr-setup): Code fix.
9901
9902 2004-11-21 Jay Belanger <belanger@truman.edu>
9903
9904 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9905 (calc-original-buffer): Declare them.
9906 (calc-user-formula-alist): New variable.
9907 (calc-user-define-formula, calc-fix-user-formula)
9908 (calc-user-define-composition, calc-finish-formula-edit):
9909 Replace variable `alist' by declared variable.
9910 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9911 (var-q7, var-q7, var-q8, var-q9): Declare them.
9912 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9913 are bound.
9914 (calcFunc-typeof): Replace undeclared variable by expression.
9915 (math-exp-env): New variable.
9916 (math-define-body, math-define-exp): Replace exp-env by declared var.
9917 (math-define-exp): Replace misplaced variable by expression.
9918
9919 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9920 (calc-curve-model, calc-curve-coefnames): New variables.
9921 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9922 varnames, model and coefnames by declared variables.
9923 (math-root-widen): New variable.
9924 (math-search-root, math-find-root): Replace variable root-widen by
9925 declared variable.
9926 (var-DUMMY): Declare it.
9927 (math-root-vars, math-min-vars): Move the declarations to earlier in
9928 the file.
9929 (math-brent-min): Make d a local variable.
9930 (math-find-minimum): Replace non-existent variable.
9931 (math-ninteg-romberg): Remove unnecessary variable.
9932 (math-ninteg-temp): New variable.
9933 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9934 integ-temp by declared variable.
9935 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9936 New variables.
9937 (math-general-fit): Replace variables first-var, first-coef and
9938 new-coefs by declared variables.
9939 (calcFunc-fitvar): Replace variable first-var by declared variable.
9940 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9941 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9942 (math-all-vars-vars, math-all-vars-found): New variables.
9943 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9944 found by declared variable math-all-vars-vars.
9945
9946 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9947
9948 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9949 of `defconst'.
9950
9951 2004-11-20 Richard M. Stallman <rms@gnu.org>
9952
9953 * isearch.el (isearch-mode-map): Don't bind SPC.
9954 (isearch-whitespace-chars): Function deleted.
9955 (isearch-search): Bind search-spaces-regexp.
9956 (isearch-lazy-highlight-search): Likewise.
9957 (search-whitespace-regexp): Doc fix.
9958 (isearch-forward-regexp): Doc fix.
9959
9960 * emacs-lisp/bytecomp.el (byte-compile-form):
9961 Move the calls to byte-compile-set-symbol-position,
9962 to avoid having two for the same symbol occurrence.
9963
9964 * comint.el (comint-input-ring-size): Increase to 150.
9965
9966 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9967 New variables.
9968 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9969 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9970
9971 * imenu.el (imenu--generic-function):
9972 Ensure we keep moving backward even if BEG isn't further back.
9973
9974 * replace.el (query-replace-read-to, query-replace-read-from):
9975 Specify t for KEEP-ALL in read-from-minibuffer.
9976
9977 * progmodes/python.el (python-switch-to-python):
9978 If Python isn't running, start it.
9979 Don't alter debug-ignored-errors.
9980
9981 * progmodes/cperl-mode.el (cperl-indent-region):
9982 Don't mind imenu-scanning-message.
9983
9984 * bindings.el (global-map): Bind C-e to move-end-of-line.
9985
9986 * simple.el (line-move-finish): New arg FORWARD.
9987 Ignore invisible newlines, not intangible ones.
9988 Conditions for acceptable stopping positions depend on FORWARD.
9989 (line-move): Pass FORWARD arg to line-move-finish.
9990
9991 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9992 of HEADER. Compensate for this change in the code to add display
9993 properties. Don't make the first line intangible.
9994
9995 * info.el (Info-search): Fix previous change.
9996
9997 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9998
9999 * Makefile.in (recompile): Revert 2004-11-19 change.
10000 (compile): Likewise.
10001
10002 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10003
10004 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10005
10006 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10007
10008 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10009 defgroup and defcustom. Eliminate eval-and-compile usage.
10010
10011 * progmodes/ebnf-otz.el: Fix typos.
10012
10013 2004-11-19 Jay Belanger <belanger@truman.edu>
10014
10015 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10016 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10017 disp-trail by declared variable.
10018
10019 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10020 (calc-finish-selection-edit): Replace variable disp-trail by
10021 declared variable.
10022 (calc-selection-cache-entry): Move declaration to earlier in the file.
10023 (calc-selection-cache-num, calc-selection-cache-comp)
10024 (calc-selection-cache-offset, calc-selection-true-num)
10025 (calc-final-point-line, calc-final-point-column)
10026 (calc-original-buffer): Declare them.
10027 (calc-fnp-op, calc-fnp-num): New variables.
10028 (calc-find-nth-part, calc-find-nth-part-rec)
10029 (calc-select-previous): Replace op and num by declared variables.
10030 (calc-rsf-old, calc-rsf-new): New variables.
10031 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10032 Replace variables old and new by declared variables.
10033 (calc-sel-reselect): New variable.
10034 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10035 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10036 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10037 reselect with declared variable.
10038
10039 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10040 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10041 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10042 (math-import-list, math-rewrite-phase): Declare them.
10043 (math-rewrite): Use let* to declare variables.
10044 (calc-rewrite-selection): Make rules a local variable.
10045 (calc-rewr-sel): New variable.
10046 (calc-rewrite-selection, calc-locate-selection-marker)
10047 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10048 of sel.
10049 (math-rewrite-whole-expr): New variable.
10050 (math-rewrite, math-rewrite-phase): Replace variable expr by
10051 declared variable.
10052 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10053 (math-rewrite-heads-blanks ): New variables.
10054 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10055 heads, skips and blanks by declared variables.
10056 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10057 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10058 New variables.
10059 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10060 old, new, old-func and new-func by declared variables.
10061 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10062 Remove unnecessary variable.
10063 (math-apply-rw-regs): New variable.
10064 (math-apply-rewrites, math-rwapply-replace-regs)
10065 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10066 (math-apply-rw-ruleset): New variable.
10067 (math-apply-rewrites, math-rwapply-remember): Replace variable
10068 ruleset by declared variable.
10069
10070 2004-11-19 Richard M. Stallman <rms@gnu.org>
10071
10072 * info.el (Info-search): Use search-whitespace-regexp.
10073
10074 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10075
10076 * vc-rcs.el (vc-rcs-parse): New function.
10077 (vc-rcs-annotate-command): Likewise.
10078 (vc-rcs-annotate-current-time): Likewise.
10079 (vc-rcs-annotate-time): Likewise.
10080 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10081
10082 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10083
10084 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10085
10086 2004-11-18 Jay Belanger <belanger@truman.edu>
10087
10088 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10089
10090 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10091
10092 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10093 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10094 Use make-temp-file to generate PostScript files in any situation.
10095 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10096 (pr-interactive-p): Eliminate var.
10097 (pr-save-interactive): Eliminate macro.
10098 (pr-interface, pr-ps-directory-preview)
10099 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10100 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10101 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10102 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10103 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10104 (pr-ps-region-ps-print, pr-ps-mode-preview)
10105 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10106 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10107 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10108 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10109 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10110 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10111 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10112 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10113 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10114 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10115 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10116 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10117 Eliminate pr-save-interactive usage.
10118 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10119 Eliminate pr-interactive-p usage.
10120 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10121 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10122 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10123 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10124 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10125 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10126 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10127 New funs.
10128 (pr-ps-file): Use make-temp-file to generate a temporary file.
10129
10130 2004-11-17 Jay Belanger <belanger@truman.edu>
10131
10132 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10133 a local variable.
10134 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10135 (math-top-only): New variable.
10136 (math-simplify, math-simplify-step): Replace variable top-only by
10137 declared variable math-top-only.
10138 (math-simplify-expr): Declare it.
10139 Replace argument expr in all calls of math-defsimplify by
10140 math-simplify-expr.
10141 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10142 (math-simplify-divisor, math-simplify-one-divisor)
10143 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10144 (math-simplify-pow): Replace variable expr by declared variable
10145 math-simplify-expr.
10146 (math-simplify-divisor): Remove local variables temp and op.
10147 (math-simplify-one-divisor): Make temp and op local variables.
10148 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10149 New variables.
10150 (math-simplify-divisor, math-simplify-one-divisor):
10151 Replace variables nover and dover by declared variables.
10152 (math-expr-subst-new, math-expr-subst-old): New variables.
10153 (math-expr-subst, math-expr-subst-rec): Replace variables new
10154 and old by declared variables.
10155 (math-is-poly-degree, math-is-poly-loose): New variables.
10156 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10157 and loose by declared variables.
10158 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10159 (math-polynomial-base, math-polynomial-base-rec):
10160 Replace variables const-ok and mpb-pred by declared variables.
10161
10162 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10163
10164 * calc/calc-ext.el (math-defsimplify): Change the argument in
10165 the created function to math-simplify-expr.
10166
10167 * calc/calc-units.el (math-simplify-expr): Declare it.
10168 Replace argument expr in all calls of math-defsimplify by
10169 math-simplify-expr.
10170 (math-simplify-units-prod): Replace variable expr by declared
10171 variable math-simplify-expr.
10172
10173 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10176 Replace mapcar->dolist, format->string.
10177
10178 2004-11-17 Miles Bader <miles@gnu.org>
10179
10180 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10181 * progmodes/idlwave.el: Remove RCS keywords.
10182
10183 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10184
10185 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10186 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10187 Update to IDLWAVE version 5.5. Too many changes to list them here.
10188 * progmodes/idlw-help.el: New file.
10189
10190 2004-11-16 Richard M. Stallman <rms@gnu.org>
10191
10192 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10193 Discard spaces after \i according to TeX rules.
10194
10195 * international/mule.el (set-buffer-file-coding-system):
10196 New arg NOMODIFY.
10197 (after-insert-file-set-coding): Pass that new arg.
10198 Prevent set-buffer-multibyte from trying to lock the file.
10199
10200 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10201
10202 * saveplace.el (save-place): Doc fix.
10203
10204 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10205 temporarily widen before finding the following word to copy.
10206
10207 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10208 (cl-map-keymap): Definition deleted.
10209
10210 * subr.el (map-keymap-internal): New function.
10211
10212 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10215 when pressing rather than when releasing mouse-2. Simplify.
10216
10217 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10220 (compilation-mode): Set it here instead.
10221
10222 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10223
10224 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10225 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10226
10227 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * progmodes/compile.el (compilation-internal-error-properties):
10230 Fix up a transposition-typo. Check end-col before using it.
10231
10232 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10233
10234 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10235 Discard whitespace after macro \i when converting it.
10236
10237 2004-11-16 Juri Linkov <juri@jurta.org>
10238
10239 * emacs-lisp/find-func.el (find-function-regexp):
10240 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10241 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10242 Remove invalid `\W' from [^cgv\W]. Doc fix.
10243 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10244
10245 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10246
10247 * play/life.el: Maintainer is now FSF.
10248 (life-patterns, life-neighbor-deltas, life-window-start)
10249 (life-current-generation, life-generation-string): Use defvar
10250 instead of defconst.
10251
10252 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * progmodes/compile.el (compilation-move-to-column): New fun.
10255 (compilation-internal-error-properties)
10256 (compilation-next-error-function): Use it to make sure we don't go past
10257 the end of line.
10258
10259 2004-11-15 John Paul Wallington <jpw@gnu.org>
10260
10261 * autoinsert.el (auto-insert-alist): Insert the user's name in
10262 copyright notice, rather than Free Software Foundation, for the
10263 Emacs Lisp header case too.
10264
10265 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10266
10267 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10268 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10269 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10270 return the list of string in a string.
10271 (pr-call-process): Message if calling process returns an error, that
10272 is, the exit status is different of zero.
10273
10274 2004-11-15 Jay Belanger <belanger@truman.edu>
10275
10276 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10277 variable var-thing.
10278 (math-integ-depth, math-integ-level, math-integral-limit)
10279 (math-enable-subst, math-any-substs, math-integ-msg)
10280 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10281 (math-int-threshold, math-int-factors, math-double-roots)
10282 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10283 (var-GenCount): Declare these variables.
10284 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10285 (math-integral-cache, math-integral-cache-state):
10286 Move declarations to earlier in the file.
10287 (math-deriv-var, math-deriv-total, math-deriv-symb)
10288 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10289 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10290 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10291 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10292 (math-solve-res): New variables
10293 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10294 (math-integral, math-replace-integral-parts)
10295 (math-integrate-by-parts, calc-dump-integral-cache)
10296 (math-try-integral, math-do-integral, math-do-integral)
10297 (math-do-integral-methods, math-try-solve-for)
10298 (math-try-solve-prod, math-solve-poly-funny-powers)
10299 (math-solve-crunch-poly, math-decompose-poly)
10300 (math-solve-find-root-term, math-find-root-in-prod)
10301 (math-integ-try-linear-substitutions)
10302 (math-integ-try-substitutions, math-expr-rational-in)
10303 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10304 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10305 (math-solve-for, math-solve-system, math-solve-system-rec)
10306 (math-solve-get-sign, math-solve-get-int)
10307 (math-solve-system-subst): Replace undeclared variables with newly
10308 declared variables.
10309
10310 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * winner.el (winner-active-region, winner-edges, winner-window-list):
10313 Define at toplevel.
10314 (winner-mode-map): Move init inside declaration.
10315
10316 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10317
10318 * files.el (convert-standard-filename): Doc fix.
10319
10320 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10321
10322 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10323 passwd, group, shadow, default/* and pam.d/*.
10324
10325 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10326
10327 * printing.el (pr-menu-spec): Adjust menu specification.
10328
10329 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10330
10331 * printing.el: Doc fix. Insert :version tag into all defcustom.
10332 Handle interactive-p as is recommended in Emacs Lisp Reference.
10333 Set the file permission bits for newly created files.
10334 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10335 The printing menu specification (in `pr-menu-spec') was merged.
10336 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10337 (pr-version): New version number (6.8.3).
10338 (pr-file-modes): New option.
10339 (pr-interactive-p): New var.
10340 (pr-save-interactive, pr-save-file-modes): New macros.
10341 (pr-setup): Code fix.
10342 (pr-menu-spec): Menu specification merged.
10343 (pr-call-process, pr-text2ps): Set file permission bits.
10344 (pr-despool-print): Set file permission bits. Handle interactive-p as
10345 is recommended.
10346 (pr-interface, pr-ps-directory-preview)
10347 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10348 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10349 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10350 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10351 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10352 (pr-ps-region-ps-print, pr-ps-mode-preview)
10353 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10354 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10355 (pr-despool-using-ghostscript, pr-despool-ps-print)
10356 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10357 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10358 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10359 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10360 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10361 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10362 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10363 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10364 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10365 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10366 Handle interactive-p as is recommended.
10367
10368 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10371 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10372
10373 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10374 so it doesn't forget to highlight the beginning of the region either.
10375
10376 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10377
10378 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10379 (c-font-lock-init): Eliminate obsolete make-local-hook.
10380 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10381 (awk-mode): Use run-mode-hooks.
10382
10383 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10384
10385 2004-11-13 Kim F. Storm <storm@cua.dk>
10386
10387 * mouse.el (mouse-drag-copy-region): Add :version.
10388 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10389 while dragging mode line, so mode line can be dragged downwards.
10390 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10391 while pressing mouse button so window doesn't scroll until we
10392 release the mouse if clicking on partially visible line.
10393
10394 2004-11-12 Jay Belanger <belanger@truman.edu>
10395
10396 * calc/calc-graph.el (calc-dumb-map): Declare it.
10397 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10398 than unbound.
10399 (calc-graph-name): Made `end' a local variable.
10400 (calc-graph-lookup): Made `varname' a local variable.
10401 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10402 Declare them.
10403 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10404 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10405 the unused variable y3vec.
10406 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10407 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10408 calc-graph-prev-kill-hook.
10409 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10410 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10411 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10412 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10413 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10414 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10415 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10416 (calc-graph-y3value, calc-graph-y3name)
10417 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10418 (calc-graph-stepcount, calc-graph-is-splot)
10419 (calc-graph-surprise-splot, calc-graph-blank)
10420 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10421 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10422 (calc-graph-recompute-2d, calc-graph-compute-3d)
10423 (calc-graph-format-data): Replace undeclared variables with the
10424 above newly declared variables.
10425
10426 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10427
10428 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10429 `rsf-beep' and `rsf-sleep-after-message'.
10430
10431 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10432 list if `message-sender' is non-nil.
10433
10434 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10435
10436 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10437 consing by using mapc instead of mapcar.
10438
10439 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10440
10441 * tooltip.el (require): Explain why CL is needed.
10442
10443 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10444
10445 * printing.el: Insert :version into defgroup (printing). All reference
10446 to Files option in menubar were changed to File.
10447 (pr-version): New version number (6.8.2).
10448 (pr-get-symbol): Call easy-menu-intern.
10449 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10450 compilation gripes.
10451
10452 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10455 new byte-compile-function-environment binding to t.
10456
10457 * font-lock.el (font-lock-fontify-syntactically-region):
10458 Don't forget to highlight the last char when we hit `end'.
10459
10460 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10461 (mwheel-scroll): Adjust accordingly.
10462
10463 * cvs-status.el: Reduce spurious warnings.
10464 (cvs-status-checkout): Remove.
10465 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10466
10467 * pcvs.el (cvs-mode-checkout): New command.
10468
10469 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10470
10471 * tooltip.el: Require CL.
10472
10473 * emacs-lisp/bytecomp.el: Use push.
10474 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10475 (defalias): Remove the `byte-compile' property and add
10476 a `byte-hunk-handler'.
10477
10478 2004-11-11 Juri Linkov <juri@jurta.org>
10479
10480 * info.el (Info-search): Save match data for isearch.
10481 Skip Tag Table node.
10482
10483 * descr-text.el (describe-char): Replace syntax-after with code
10484 from its previous version.
10485
10486 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10487 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10488
10489 * international/mule.el (sgml-html-meta-auto-coding-function):
10490 Remove > after <html to allow HTML attributes.
10491
10492 2004-11-11 Jay Belanger <belanger@truman.edu>
10493
10494 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10495 a variable.
10496 (calcFunc-dfac): Replace unbound max by n.
10497 (math-stirling-local-cache): New variable.
10498 (math-stirling-number, math-stirling-1, math-stirling-2):
10499 Replace the variable `cache' by the declared variable
10500 math-stirling-local-cache.
10501 (var-RandSeed): Declare it as a variable.
10502 (math-init-random-base, math-random-digit): Don't check to see if
10503 var-RandSeed is bound.
10504 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10505 Declare them instead of just setting them.
10506 (math-init-random-base): Made i a local variable.
10507 (math-random-digit): Made math-random-last a local variable.
10508 (math-prime-test-cache): Move declaration to before it is used.
10509 (math-prime-test-cache-k, math-prime-test-cache-q)
10510 (math-prime-test-cache-nm1, math-prime-factors-finished):
10511 Declare them as variables.
10512
10513 2004-11-11 Jay Belanger <belanger@truman.edu>
10514
10515 * calc/calc-ext.el (math-defcache): Use defvar for the new
10516 variables it creates.
10517
10518 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10519
10520 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10521 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10522 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10523 (desktop-save): Add :version.
10524
10525 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * printing.el (pr-get-symbol): Don't downcase.
10528
10529 2004-11-10 Jay Belanger <belanger@truman.edu>
10530
10531 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10532 string to kill-ring.
10533
10534 * calc/calc-aent.el (calc-alg-exp, math-toks)
10535 (math-exp-pos,math-exp-old-pos, math-exp-token)
10536 (math-exp-keep-spaces, math-exp-str): New variables.
10537 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10538 (calcAlg-enter): Use declared variable calc-alg-exp.
10539 (math-build-parse-table, math-find-user-token): Use declared
10540 variable math-toks.
10541 (math-read-exprs, math-read-token, calc-check-user-syntax)
10542 (calc-match-user-syntax, match-factor-after, math-read-factor):
10543 Use declared variables math-exp-pos math-exp-old-pos.
10544 (math-read-exprs, math-read-token, math-read-expr-level)
10545 (calc-check-user-syntax, calc-match-user-syntax)
10546 (match-factor-after, math-read-factor): Use declared variable
10547 math-exp-token.
10548 (math-read-exprs, math-read-expr-list, math-read-token)
10549 (math-read-factor): Use declared variable math-exp-keep-spaces.
10550 (math-read-exprs, math-read-token): Use declared variable
10551 math-exp-str.
10552 (calc-match-user-syntax): Make m a local variable.
10553
10554 * calc/calc-ext.el (math-read-expr): Use declared variables
10555 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10556 math-exp-keep-spaces.
10557
10558 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10559 variables math-exp-pos, math-exp-str.
10560
10561 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10562 math-exp-old-pos.
10563 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10564 (math-parse-eqn-prime): Use declared variable math-exp-token.
10565
10566 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10567 Use declared variable math-exp-pos.
10568 (math-check-for-commas): Use declared variable math-exp-str.
10569 (math-read-brackets): Use declared variables math-exp-old-pos,
10570 math-exp-keep-spaces.
10571 (math-read-brackets, math-read-vector, math-read-matrix):
10572 Use declared variable math-exp-token.
10573
10574 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10577 where the keymap is a symbol.
10578 (easy-menu-add-item): Use keymap-prompt. Simplify.
10579
10580 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10581
10582 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10583 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10584
10585 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10586
10587 * ebuff-menu.el: Doc fixes throughout.
10588 (electric-buffer-menu-mode-hook): New defvar.
10589
10590 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10591
10592 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10593 The resulting compiler warnings appear to be harmless.
10594
10595 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10596
10597 * textmodes/conf-mode.el: New file.
10598
10599 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10600
10601 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10604
10605 2004-11-09 Jay Belanger <belanger@truman.edu>
10606
10607 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10608
10609 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10610 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10611 (calc-z-prefix-help, calc-user-function-list): Use declared
10612 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10613 (math-map-tree, math-map-tree-rec): Use declared variables
10614 math-mt-many, math-mt-func.
10615 (math-read-expression, math-read-string): Use declared variable
10616 math-expr-data.
10617
10618 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10619 variable math-normalize-a.
10620
10621 * calc/calc.el (math-normalize-a): New variable.
10622 (math-normalize): Use declared variable math-normalize-a.
10623
10624 * calc/calc-poly.el (math-expand-form): Use declared variable
10625 math-mt-many.
10626
10627 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10628 Use declared variable math-mt-many.
10629 (math-rewrite): Use declared variable math-mt-func.
10630
10631 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10632 (math-read-matrix): Use declared variable math-expr-data.
10633
10634 * calc/calc-lang.el (math-parse-fortran-vector)
10635 (math-parse-fortran-vector-end, math-parse-tex-sum)
10636 (math-parse-eqn-matrix, math-parse-eqn-prime)
10637 (math-read-math-subscr): Use declared variable math-expr-data.
10638
10639 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10640 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10641 (calc-match-user-syntax, math-read-if, math-factor-after)
10642 (math-read-factor): Use declared variable math-expr-data.
10643
10644 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10645
10646 * calendar/diary-lib.el (diary-from-outlook)
10647 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10648 interactive-p; but rather new optional argument NOCONFIRM.
10649
10650 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10653 (easy-menu-name-match): Revert correspondingly.
10654
10655 2004-11-09 Richard M. Stallman <rms@gnu.org>
10656
10657 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10658 Turn off warnings for the new function even if definition not constant.
10659 If the definition isn't a quoted symbol, record (FUNCTION . t).
10660 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10661 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10662 (display-call-tree, byte-compile-arglist-warn):
10663 Handle t returned by byte-compile-fdefinition.
10664
10665 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10666
10667 * Makefile.in (maintainer-clean): Depend on distclean.
10668
10669 * help-fns.el (help-C-file-name): File name must be in build-files
10670 to be returned.
10671
10672 2004-11-09 Jay Belanger <belanger@truman.edu>
10673
10674 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10675 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10676
10677 * calc/calc.el (calc, calc-trail-display, calc-mode):
10678 Remove obsolete sections.
10679
10680 * calc/calc.el (calc-x-paste-text): Remove.
10681
10682 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10683 mouse-2.
10684
10685 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10686
10687 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10688 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10689 current frame (in case of recursive calls).
10690 (gdb-show-changed-values): Add :version keyword.
10691
10692 2004-11-09 Kenichi Handa <handa@m17n.org>
10693
10694 * international/mule-cmds.el: Change coding: tag back to
10695 iso-2022-7bit.
10696
10697 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * international/mule-cmds.el: Change coding-system to utf-8.
10700 (select-safe-coding-system-interactively):
10701 New function extracted from select-safe-coding-system.
10702 (select-safe-coding-system): Use it.
10703
10704 2004-11-08 Richard M. Stallman <rms@gnu.org>
10705
10706 * subr.el (syntax-after): Doc fix.
10707
10708 * paren.el (show-paren-function): Change calls to syntax-after
10709 for new way of returning the value.
10710
10711 * menu-bar.el (menu-bar-file-menu): Make this the real name
10712 and menu-bar-files-menu the alias. Use the former.
10713 (global-map): Use `file', not `files', as the symbol.
10714
10715 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10716
10717 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10718 Don't use beginning-of-buffer.
10719 (filesets-cmd-show-result): Use with-no-warnings.
10720
10721 2004-11-08 Juri Linkov <juri@jurta.org>
10722
10723 * progmodes/compile.el (compile): Don't overwrite last command in
10724 minibuffer history with default command if they are not equal.
10725
10726 2004-11-08 Jay Belanger <belanger@truman.edu>
10727
10728 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10729 non-linear substitutions.
10730
10731 2004-11-08 Jay Belanger <belanger@truman.edu>
10732
10733 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10734 (math-do-integral): Set `math-linear-subst-tried' to nil.
10735 (math-do-integral-methods): Use `math-linear-subst-tried' to
10736 determine what type of substitution to try.
10737 (math-integ-try-linear-substituion):
10738 Set `math-linear-subst-tried' to t.
10739
10740 2004-11-08 Kim F. Storm <storm@cua.dk>
10741
10742 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10743
10744 2004-11-07 Juri Linkov <juri@jurta.org>
10745
10746 * info-look.el (info-lookup): Allow reusing in the current buffer
10747 not only *info* buffer, but all (even renamed) Info buffers
10748 by checking for major-mode instead of *info* buffer name.
10749 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10750 (octave-mode, maxima-mode) <doc-spec>:
10751 Allow long dashes generated by Texinfo 4.7 before definitions.
10752 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10753 definitions with argument separated by space.
10754
10755 2004-11-06 Richard M. Stallman <rms@gnu.org>
10756
10757 * simple.el (next-error group, face): Move before first use.
10758 (next-error-highlight, next-error-highlight-no-select): Likewise.
10759
10760 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10761 (line-move): New args NOERROR and TO-END.
10762 Return t if if succeed in moving specified number of lines.
10763 (move-end-of-line): New function.
10764
10765 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10766 (end-of-buffer-other-window): Likewise.
10767
10768 * simple.el (line-move-ignore-invisible): Default to t.
10769
10770 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10771
10772 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10773
10774 * international/iso-cvt.el (iso-cvt-define-menu):
10775 Rename menu-bar-files-menu to menu-bar-file-menu.
10776
10777 * net/browse-url.el (browse-url-gnome-moz-program)
10778 (browse-url-gnome-moz-arguments): Move up before first use.
10779
10780 * net/tramp.el (tramp group): Add :version.
10781
10782 * progmodes/ada-xref.el (ada-gdb-application):
10783 Use goto-char instead of beginning-of-buffer.
10784
10785 * progmodes/cperl-mode.el (cperl-info-on-command):
10786 Use goto-char instead of beginning-of-buffer.
10787
10788 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10789 Move up before first use.
10790 (idlwave-shell-temp-pro-file): Likewise.
10791 (idlwave-shell-temp-rinfo-save-file): Likewise.
10792 (idlwave-shell-temp-file): Minor doc fix.
10793
10794 * textmodes/flyspell.el (flyspell-external-point-words):
10795 Use goto-char instead of beginning-of-buffer.
10796
10797 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10798
10799 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10800 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10801 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10802
10803 2004-11-06 David Ponce <david@dponce.com>
10804
10805 * recentf.el (recentf-menu-path): Use menu item name.
10806
10807 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10808
10809 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10810 display doesn't support images.
10811
10812 2004-11-06 Andreas Schwab <schwab@suse.de>
10813
10814 * tempo.el (tempo-match-finder): Doc fix.
10815
10816 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10817
10818 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10821 (easy-menu-lookup-name): New fun to replace it.
10822 (easy-menu-get-map): Use it to obey menu item names (rather than just
10823 keys) when looking up `path'.
10824 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10825 (easy-menu-convert-item-1): Adjust to new name.
10826
10827 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10828
10829 * outline.el (hide-body): Don't hide lines at the top of the file
10830 that precede the first header line.
10831
10832 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10833
10834 * align.el (align-areas): Delete whitespace before reindenting, so
10835 that tabs are never placed after spaces.
10836
10837 2004-11-06 Alan Shutko <ats@acm.org>
10838
10839 * macros.el (insert-kbd-macro): Do completions based on macros,
10840 rather than all commands.
10841
10842 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10843
10844 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10845 to solve a bug whereby tags with 'b' don't match.
10846
10847 2004-11-05 Juri Linkov <juri@jurta.org>
10848
10849 * info.el (Info-search): Don't search in node header lines
10850 and file headers.
10851
10852 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10853 symbol-constituent characters after dot, not only digits.
10854
10855 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10856
10857 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10858
10859 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10860
10861 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10862 if a dialog will be used, read-file-name otherwise.
10863
10864 2004-11-04 Richard M. Stallman <rms@gnu.org>
10865
10866 * textmodes/table.el (table group): Add :version.
10867
10868 * textmodes/ispell.el (ispell-word):
10869 Don't alter args; set them only thru `interactive' spec.
10870
10871 * textmodes/flyspell.el (flyspell-word):
10872 Don't alter FOLLOWING; set it only thru `interactive' spec.
10873
10874 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10875
10876 * net/browse-url.el (browse-url-maybe-new-window):
10877 Use called-interactively-p.
10878
10879 * mail/supercite.el (sc-cite-region):
10880 Don't use interactive-p. Add arg INTERACTIVE.
10881 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10882
10883 * international/mule-cmds.el (set-input-method, toggle-input-method):
10884 Don't use interactive-p. Add arg INTERACTIVE.
10885
10886 * eshell/esh-mode.el (eshell-show-maximum-output):
10887 Don't use interactive-p.
10888 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10889
10890 * mouse.el (mouse-show-mark): Get positions to delete from mark
10891 and point, not from mouse-drag-overlay.
10892
10893 * imenu.el (imenu-eager-completion-buffer): Add :version.
10894
10895 * filesets.el (filesets group): Add :version.
10896
10897 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10898
10899 * files.el (xml-based-modes): Delete var.
10900 (magic-mode-alist): New more general var.
10901 (set-auto-mode): Use it.
10902
10903 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10904 when clicking from another window.
10905
10906 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10907
10908 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10909 (vc-cvs-annotate-time): Incorporate value of deleted var.
10910 Remove special-case handling of beginning-of-buffer cruft.
10911 Cache ending position (point) and return value in text property
10912 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10913
10914 * vc-cvs.el (vc-cvs-annotate-command):
10915 Delete extraneous lines from beginning of buffer.
10916 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10917
10918 * progmodes/grep.el (grep-default-command): Take empty string
10919 for tag if all other methods yield nil. Shell-quote the tag.
10920
10921 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10922 spec in `interactive' form, and mention it in the docstring.
10923 Also, make sure point is at bol after calling `annotate-time'.
10924
10925 2004-11-02 Richard M. Stallman <rms@gnu.org>
10926
10927 * cus-edit.el (customize-group-other-window):
10928 Select the window that displays the custom buffer.
10929 (custom-buffer-create-other-window): Likewise.
10930
10931 * comint.el (comint-insert-input): Fix previous change.
10932
10933 * emacs-lisp/elp.el (elp-instrument-function):
10934 Use called-interactively-p.
10935
10936 * emacs-lisp/easymenu.el (easy-menu-intern):
10937 Don't downcase; rather, case-flip the first letter of each word.
10938
10939 * emacs-lisp/easy-mmode.el (define-minor-mode):
10940 Use called-interactively-p.
10941
10942 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10943 Add interactive-only.
10944 (byte-compile-warnings): Add interactive-only as option.
10945 (byte-compile-interactive-only-functions): New variable.
10946 (byte-compile-form): Warn about calls to functions
10947 in byte-compile-interactive-only-functions.
10948
10949 * emacs-lisp/autoload.el (update-file-autoloads):
10950 Don't use interactive-p; take new arg SAVE-AFTER.
10951
10952 * emacs-lisp/advice.el (ad-make-advised-definition):
10953 Use called-interactively-p.
10954
10955 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10956
10957 * files.el (find-file-existing): New function.
10958
10959 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10960 find-file-existing. Add "New File..." that calls find-file.
10961
10962 * diropen.pbm, diropen.xpm: New files.
10963
10964 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10965 icon diropen. New tool bar item find-file-existing uses icon open.
10966
10967 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10968 instead of read-file-name.
10969
10970 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10971
10972 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10973 (icalendar--split-value): Change name of work buffer.
10974 (icalendar--get-weekday-abbrev): Return nil on error.
10975 (icalendar--date-to-isodate): New function.
10976 (icalendar-convert-diary-to-ical)
10977 (icalendar-extract-ical-from-buffer): Use only two args for
10978 make-obsolete (XEmacs compatibility).
10979 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10980 (icalendar-export-region): Doc fix.
10981 If error, return non-nil and write errors to a buffer.
10982 Use correct weekday for weekly recurring events.
10983 Check whether date has been parsed for ordinary events.
10984 Make weekly events start in the year 2000.
10985 DTEND is non-inclusive, shift end date by one day if
10986 necessary (not for entries that have date and time).
10987 Rename local let variables: oops -> found-error, datestring ->
10988 startdatestring.
10989
10990 2004-11-02 Kim F. Storm <storm@cua.dk>
10991
10992 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10993 keep-mode-if-same variable. Add it as optional arg instead.
10994 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10995
10996 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10997 substitute-command-keys will select lower-case bindings like those
10998 used in the static help texts.
10999
11000 * descr-text.el (describe-text-properties): Don't err if called in
11001 the *Help* buffer; output to *Help-2* buffer instead.
11002
11003 * kmacro.el (group kmacro): Add :version.
11004 (kmacro-keyboard-quit): New function to cleanup on C-g.
11005 (kmacro-start-macro): Set defining-kbd-macro to append when
11006 appending to last macro.
11007
11008 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11009
11010 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11011
11012 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11013 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11014 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11015 Add :version keyword.
11016
11017 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11018
11019 * progmodes/flymake.el (flymake-err-line-patterns):
11020 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11021 `compilation-error-regexp-alist-alist' to internal Flymake format.
11022
11023 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11024
11025 2004-11-01 Jay Belanger <belanger@truman.edu>
11026
11027 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11028 with `interactive "s"'.
11029
11030 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11031
11032 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11033 Revert change from 2004-10-16. '*' checks the current buffer, but the
11034 mouse click may be in another buffer.
11035
11036 2004-11-01 John Paul Wallington <jpw@gnu.org>
11037
11038 * files.el (large-file-warning-threshold): Add :version keyword.
11039 (kill-some-buffers): Doc fix.
11040
11041 * thumbs.el (group thumbs): Add :version keyword.
11042
11043 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11044
11045 2004-11-01 Richard M. Stallman <rms@gnu.org>
11046
11047 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11048
11049 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11050
11051 * allout.el (allout group): Add :version.
11052 (allout-init): Don't use interactive-p.
11053 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11054 (allout-forward-current-level, allout-backward-current-level):
11055 Don't use interactive-p.
11056
11057 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11058 (bibtex-find-text): Likewise.
11059
11060 * progmodes/vhdl-mode.el (vhdl-fill-region)
11061 (vhdl-beginning-of-statement): Don't use interactive-p.
11062
11063 * progmodes/idlwave.el (idlwave-update-routine-info):
11064 Don't use interactive-p.
11065
11066 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11067 Don't use interactive-p.
11068
11069 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11070 Don't use interactive-p.
11071
11072 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11073 Don't use interactive-p.
11074
11075 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11076 (fortune-in-buffer): Doc fix.
11077
11078 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11079
11080 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11081 don't select the temporary buffer.
11082 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11083 (eudc-get-phone): Likewise.
11084
11085 2004-11-01 Kim F. Storm <storm@cua.dk>
11086
11087 * man.el (Man-xref-normal-file): Fix help-echo.
11088
11089 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * reveal.el (reveal-last-tick): New var.
11092 (reveal-post-command): Use it to avoid closing overlays when we're
11093 appending text to them.
11094
11095 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11096
11097 * textmodes/bibtex.el: Require button.
11098 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11099 (bibtex-reference-keys): Distinguish between header keys and
11100 crossref keys.
11101 (bibtex-beginning-of-field): New function.
11102 (bibtex-url-map): Remove.
11103 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11104 (bibtex-font-lock-url-regexp): Assume that field names begin at
11105 the beginning of a line.
11106 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11107 Remove field delimiters. Use bibtex-beginning-of-field.
11108 Bugfix, point can be inside a field with a url.
11109 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11110 New functions.
11111 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11112 (bibtex-key-in-head): Simplify.
11113 (bibtex-current-line): Use bolp.
11114 (bibtex-parse-keys): Remove unused arg `add'.
11115 Use bibtex-type-in-head and bibtex-key-in-head.
11116 (bibtex-parse-entry, bibtex-autofill-entry):
11117 Use bibtex-type-in-head and bibtex-key-in-head.
11118 (bibtex-autokey-get-field): Do not alter case of replacement text.
11119 (bibtex-autokey-get-names): Do all processing of name list.
11120 (bibtex-autokey-get-year): New function.
11121 (bibtex-autokey-get-title): Do all processing of title words.
11122 (bibtex-generate-autokey): Simplify.
11123 (bibtex-string-files-init): Use default-directory.
11124 Allow for absolute file names in bibtex-string-files.
11125 (bibtex-files, bibtex-file-path): New variables.
11126 (bibtex-files-expand): New function.
11127 (bibtex-find-entry-globally): New command.
11128 (bibtex-summary-function): New variable.
11129 (bibtex-summary): Default value of bibtex-summary-function.
11130 (bibtex-find-crossref): New optional args pnt and split.
11131 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11132 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11133 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11134 Fix handling of required and alternative fields.
11135 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11136 Use cons and display-buffer.
11137 (bibtex-validate-globally): New command.
11138 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11139 bibtex-parse-keys and bibtex-parse-strings for updating
11140 bibtex-reference-keys and bibtex-strings.
11141 (bibtex-realign): Remove blank lines past the last entry.
11142 (bibtex-reformat): Use bibtex-entry-format as default.
11143 (bibtex-choose-completion-string): Remove.
11144 (bibtex-complete): Do not use bibtex-choose-completion-string.
11145 (bibtex-url): Simplify.
11146
11147 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11148
11149 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11150 (x-dnd-types-alist, x-dnd-open-file-other-window)
11151 (x-dnd-known-types): Add :version.
11152
11153 2004-10-31 John Paul Wallington <jpw@gnu.org>
11154
11155 * ibuffer.el (group ibuffer): Add :version keyword.
11156
11157 2004-10-31 Kim F. Storm <storm@cua.dk>
11158
11159 * ido.el (group ido): Add :version keyword.
11160 (ido-mode): Remove :version keyword.
11161
11162 * emulation/cua-base.el (group cua): Add :version keyword.
11163 (cua-mode): Remove :version keyword.
11164
11165 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11166
11167 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11168
11169 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11170 compiler warning.
11171 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11172 function.
11173 (help-at-pt-display-when-idle): Remove autoload.
11174
11175 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11178
11179 2004-10-30 Juri Linkov <juri@jurta.org>
11180
11181 * help.el (function-called-at-point):
11182 * help-fns.el (variable-at-point): Read -> intern.
11183
11184 2004-10-30 Simon Josefsson <jas@extundo.com>
11185
11186 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11187 Recognize AS_* too.
11188
11189 2004-10-29 Simon Josefsson <jas@extundo.com>
11190
11191 * subr.el (read-passwd): Move back from password.el.
11192
11193 * password.el: Remove, not ready yet.
11194
11195 2004-10-29 Andreas Schwab <schwab@suse.de>
11196
11197 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11198
11199 2004-10-29 Sam Steingold <sds@gnu.org>
11200
11201 * mouse.el (mouse-show-mark): Replace the last occurrence of
11202 x-lost-selection-hooks with x-lost-selection-functions.
11203
11204 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11207 x-lost-selection-functions is bound.
11208
11209 * mouse-sel.el (mouse-sel-mode):
11210 * emacs-lisp/lselect.el: Adjust to new names for
11211 x-(lost|sent)-selection-functions.
11212
11213 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11214 New obsolete aliases of x-lost-selection-functions and
11215 x-sent-selection-functions.
11216
11217 2004-10-28 Kim F. Storm <storm@cua.dk>
11218
11219 * imenu.el (imenu-scanning-message): Remove.
11220 (imenu-progress-message): Make it a no-op.
11221
11222 2004-10-28 John Paul Wallington <jpw@gnu.org>
11223
11224 * files.el (set-auto-mode): Call `throw' correctly.
11225
11226 2004-10-28 Juri Linkov <juri@jurta.org>
11227
11228 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11229 to search `Info-...' commands in `info' manual.
11230 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11231 Add 'info-file "emacs" property.
11232 (Info-find-emacs-command-nodes): Fix index line number regexp.
11233 Set real line number (instead of fake 0) in first element of the
11234 returned list.
11235 (Info-goto-emacs-command-node): Use line number of first element
11236 to set point in the first found Info node.
11237
11238 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11239 code to `grep-mode-font-lock-keywords'.
11240 (grep-mode-font-lock-keywords): Delete grep markers instead
11241 of making them invisible.
11242
11243 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11244
11245 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11246 and x-server-version in bug report.
11247
11248 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11249
11250 * files.el (set-auto-mode-0): New function.
11251 (set-auto-mode): Use it to handle aliased modes and to
11252 be consistent between C-x C-f and C-x C-w.
11253
11254 2004-10-28 Kenichi Handa <handa@m17n.org>
11255
11256 * international/utf-8.el (utf-translate-cjk-charsets):
11257 Add katakana-jisx0201.
11258
11259 * international/subst-jis.el: Add data for JISX0201.
11260
11261 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * obsolete/hilit19.el (hilit-mode): New function.
11264 Move all the toplevel side-effecting stuff into it, so that loading
11265 hilit19 doesn't mess everything up any more.
11266
11267 2004-10-27 Richard M. Stallman <rms@gnu.org>
11268
11269 * add-log.el (add-change-log-entry): Set up mailing address
11270 and full name later, and don't alter add-log-mailing-address
11271 or add-log-full-name.
11272
11273 * elide-head.el (elide-head): Change error to message.
11274 (elide-head-show): Likewise.
11275
11276 * apropos.el (apropos-macrop): Doc fix.
11277
11278 * mouse.el (mouse-show-mark): Do most processing the same
11279 regardless of transient-mark-mode.
11280
11281 * shadowfile.el (shadow-copy-files): Use interactive-p
11282 only to control whether to print a message.
11283
11284 * tar-mode.el (tar-mode): Use write-contents-functions,
11285 not write-contents-hooks.
11286
11287 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11288 directory-sep-char.
11289
11290 2004-10-27 Richard M. Stallman <rms@gnu.org>
11291
11292 * strokes.el (strokes-unload-hook): Fix previous change.
11293
11294 * type-break.el (type-break-run-at-time): Always use run-at-time;
11295 forget the alternatives.
11296 (type-break-cancel-function-timers): Always use cancel-function-timers;
11297 forget the alternatives.
11298
11299 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11300
11301 2004-10-27 Kenichi Handa <handa@m17n.org>
11302
11303 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11304
11305 * international/subst-gb2312.el: Likewise.
11306
11307 * international/subst-big5.el: Likewise.
11308
11309 * international/subst-ksc.el: Likewise.
11310
11311 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11312 New variable.
11313 (utf-translate-cjk-set-unicode-range): New function.
11314 (utf-translate-cjk-unicode-range): Make it customizable.
11315 (utf-8-post-read-conversion):
11316 Use utf-translate-cjk-unicode-range-string.
11317 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11318 Unicode ranges.
11319
11320 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11321
11322 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11323 trivial variants to shorten the list.
11324 (xml-based-modes): New var.
11325 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11326 declaration higher priority than auto-mode-alist.
11327
11328 * find-file.el (cc-other-file-alist): Bring it in line with
11329 cc-mode's auto-mode-alist entries and use \' instead of $.
11330
11331 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11332 and add "Id" and "Name" submenus to it.
11333
11334 * imenu.el (imenu--generic-function): Skip matches in comments.
11335
11336 2004-10-26 Jay Belanger <belanger@truman.edu>
11337
11338 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11339 (full-calc-keypad, calc-trail-display): Use an extra argument
11340 instead of `interactive-p'.
11341
11342 * calc/calc-misc.el (calc-other-window): Use an extra argument
11343 instead of `interactive-p'.
11344
11345 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11346 `interactive-p'.
11347
11348 2004-10-26 Kim F. Storm <storm@cua.dk>
11349
11350 * help.el (describe-key): Describe both down-event and up-event
11351 for a mouse click.
11352
11353 2004-10-26 Richard M. Stallman <rms@gnu.org>
11354
11355 * woman.el (woman): Don't call interactive-p.
11356
11357 * pcomplete.el (pcomplete): Instead of interactive-p,
11358 use an arg set non-nil by the interactive spec.
11359
11360 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11361 use an arg set non-nil by the interactive spec.
11362
11363 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11364 use an arg set non-nil by the interactive spec.
11365
11366 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11367
11368 * progmodes/flymake.el (flymake-split-string):
11369 Use `flymake-split-string-remove-empty-edges' in any case.
11370
11371 2004-10-26 Masatake YAMATO <jet@gyve.org>
11372
11373 * progmodes/flymake.el (flymake-err-line-patterns):
11374 Use `compilation-error-regexp-alist-alist' instead of
11375 `compilation-error-regexp-alist'.
11376
11377 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11380 verbatim face on the \ of \end{verbatim}.
11381
11382 2004-10-25 Jay Belanger <belanger@truman.edu>
11383
11384 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11385 erasing minibuffer.
11386
11387 2004-10-25 Simon Josefsson <jas@extundo.com>
11388
11389 * subr.el (read-passwd): Move to net/password.el.
11390
11391 * net/password.el (read-passwd): Add. Autoload it.
11392
11393 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11394
11395 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11396
11397 * simple.el (process-file): Fix logic.
11398
11399 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11400
11401 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11402 (increase-right-margin): Remove erroneous call to `interactive-p'.
11403
11404 2004-10-24 Kim F. Storm <storm@cua.dk>
11405
11406 * help.el (describe-mode): Fix 2004-10-13 change.
11407 Copy pure "Auto Fill" string so it can be propertized later
11408 without causing a read-only error.
11409
11410 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11411
11412 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11413 style indexes.
11414
11415 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11416
11417 * simple.el (process-file): Accept nil for INFILE. Reported by
11418 Luc Teirlinck.
11419
11420 2004-10-24 Masatake YAMATO <jet@gyve.org>
11421
11422 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11423 Handle periods and underscores in a function name.
11424 Remove the address fontification.
11425
11426 2004-10-24 Masatake YAMATO <jet@gyve.org>
11427
11428 * progmodes/asm-mode.el (asm-font-lock-keywords):
11429 Use font-lock-variable-name-face for registers.
11430
11431 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11432
11433 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11434 kill-all-local-variables.
11435 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11436 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11437 Use kill-all-local-variables and provide mode-hooks.
11438 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11439 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11440 Suggested by Masatake YAMATO <jet@gyve.org>.
11441
11442 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11443
11444 * simple.el (process-file): New function, similar to call-process
11445 but supports file handlers.
11446 * vc.el (vc-do-command): Use it, instead of call-process.
11447 * net/tramp-vc.el (vc-do-command): Do not advise it if
11448 process-file is fboundp.
11449 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11450 process-file.
11451 (tramp-handle-process-file): New function.
11452 (tramp-file-name-for-operation): Support process-file.
11453
11454 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11455
11456 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11457 (icalendar-weekdayabbrev-table)
11458 (icalendar-monthnumber-table): Delete.
11459 (icalendar--get-month-number): Use calendar-month-name-array.
11460 (icalendar--get-weekday-number): New function.
11461 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11462 (icalendar-export-region): Handle multi-line entries.
11463 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11464
11465 2004-10-23 John Paul Wallington <jpw@gnu.org>
11466
11467 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11468 `wildcards' set to t in interactive spec.
11469
11470 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11471 interactive spec rather than use `interactive-p'.
11472 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11473 rather than use function `interactive-p'.
11474
11475 2004-10-22 Kenichi Handa <handa@m17n.org>
11476
11477 * international/mule.el (translate-region): Implement it in Lisp
11478 as a front end of translate-region-internal.
11479
11480 2004-10-21 Jay Belanger <belanger@truman.edu>
11481
11482 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11483 Declare these variables with defvar.
11484
11485 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11486 is bound, only check to see if it is bound.
11487
11488 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11491 Don't output messages.
11492
11493 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11494
11495 2004-10-21 John Paul Wallington <jpw@gnu.org>
11496
11497 * calc/calc-graph.el (calc-graph-init):
11498 Use `set-process-query-on-exit-flag'.
11499
11500 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11501
11502 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11503 dir right and also allow argumentless cd.
11504
11505 2004-10-19 Richard M. Stallman <rms@gnu.org>
11506
11507 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11508
11509 * eshell/em-unix.el (eshell-grep):
11510 Don't bind compilation-process-setup-function.
11511
11512 * comint.el (comint-insert-input): Use @ in `interactive'.
11513 (comint-input-filter-functions): Doc fix.
11514 (comint-kill-whole-line, comint-get-source): Doc fix.
11515
11516 * progmodes/compile.el (compilation-setup):
11517 Don't set buffer-read-only if MINOR is non-nil.
11518
11519 2004-10-19 Jay Belanger <belanger@truman.edu>
11520
11521 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11522 (calc-emacs-type-gnu19): Remove.
11523 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11524 Remove check for old emacs versions.
11525
11526 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11527 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11528 for current Emacs.
11529
11530 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11531 the end of the minibuffer.
11532 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11533 copy `esc-map'.
11534
11535 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11536
11537 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11538 call that would be given when the current emacs was used.
11539
11540 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11541
11542 * calendar/icalendar.el: Set coding to utf-8.
11543 (icalendar-version): Increase to 0.07.
11544 (icalendar-monthnumber-table): Change March pattern.
11545 (icalendar-get-all-event-properties)
11546 (icalendar-set-event-property): Delete.
11547 (icalendar-all-events): No longer interactive.
11548 (icalendar-convert-diary-to-ical)
11549 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11550 their replacements.
11551 (icalendar-export-file, icalendar-export-region): New functions;
11552 essentially old `icalendar-convert-diary-to-ical' but appending to
11553 target rather than overwriting.
11554 (icalendar-import-file): Append to target file rather than
11555 overwriting. Fourth arg deleted.
11556 (icalendar-import-buffer): New name for old
11557 `icalendar-extract-ical-from-buffer'.
11558 (icalendar--convert-string-for-import): New name for
11559 old `icalendar-convert-for-import'.
11560 (include-icalendar-files): Delete.
11561 Prefix for all internal functions changed from `icalendar-'
11562 to `icalendar--'.
11563
11564 2004-10-19 Richard M. Stallman <rms@gnu.org>
11565
11566 * paths.el (news-path): Fix previous change.
11567
11568 2004-10-18 Jay Belanger <belanger@truman.edu>
11569
11570 * calc/calc-help.el (calc-describe-bindings):
11571 Set `buffer-read-only' to nil while working in the keybindings buffer;
11572 remove some extra information from the keybindings buffer.
11573
11574 2004-10-18 David Ponce <david@dponce.com>
11575
11576 * mouse.el (mouse-drag-move-window-top): New function.
11577 (mouse-drag-mode-line-1): Use it.
11578
11579 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11580
11581 * info.el (Info-fontify-node): For multiline refs,
11582 arrange to unfontify newline and surrounding whitespace.
11583
11584 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11587 directory is missing.
11588
11589 2004-10-17 John Paul Wallington <jpw@gnu.org>
11590
11591 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11592 New customizable variable; whether to display buffers that match
11593 `ibuffer-maybe-show-predicates' by default.
11594 (ibuffer-maybe-show-predicates): Mention it in docstring.
11595 (ibuffer-display-maybe-show-predicates): New variable.
11596 (ibuffer-update): Prefix arg now toggles whether buffers that
11597 match `ibuffer-maybe-show-predicates' should be displayed.
11598 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11599 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11600 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11601
11602 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11603
11604 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11605 work correctly.
11606
11607 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11608
11609 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11610 (Buffer-menu-beginning): New helper function.
11611 (Buffer-menu-execute): Use it.
11612 (Buffer-menu-select): Use it.
11613 (Buffer-menu-sort): Use it and also keep markers.
11614
11615 2004-10-17 Richard M. Stallman <rms@gnu.org>
11616
11617 * paths.el (news-directory): Rename from news-path. Old name alias.
11618 (rmail-spool-directory): Use defvar.
11619 (sendmail-program): Use defcustom.
11620 (remote-shell-program): Use defcustom.
11621 (term-file-prefix): Use defvar.
11622 (abbrev-file-name): Use defvar.
11623
11624 * term.el: Add maintainer.
11625
11626 * subr.el (with-local-quit): Return nil if there's a quit.
11627 (read-passwd): Use with-local-quit. Doc fix.
11628
11629 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11630 (strokes-unload-hook): Set as a variable with add-hook.
11631
11632 * startup.el (fancy-splash-tail, normal-splash-screen):
11633 Update copyright year.
11634
11635 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11636
11637 * server.el (server-unload-hook): Set as a variable with add-hook.
11638
11639 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11640
11641 * frame.el (special-display-popup-frame):
11642 Make the buffer current as its frame is created.
11643
11644 * delsel.el (delsel-unload-hook): Set as a variable.
11645
11646 * comint.el (comint-output-filter-functions):
11647 Add comint-watch-for-password-prompt.
11648 (comint-read-noecho): Function deleted.
11649 (send-invisible): Use read-passwd.
11650
11651 * fringe.el (fringe-mode-initialize): New function.
11652 (fringe-mode): Use fringe-mode-initialize as :initialize.
11653
11654 2004-10-17 Kim F. Storm <storm@cua.dk>
11655
11656 * language/indian.el (indian-script-language-alist): Swap value and doc.
11657 (indian-font-char-index-table): Doc fix.
11658
11659 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11662
11663 2004-10-16 Juri Linkov <juri@jurta.org>
11664
11665 * progmodes/compile.el (compilation-start): Move let-binding of
11666 `process-environment' into `with-current-buffer' body.
11667 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11668
11669 2004-10-16 Richard M. Stallman <rms@gnu.org>
11670
11671 * pcvs-util.el (cvs-bury-buffer):
11672 Don't call get-buffer-window for effect.
11673
11674 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11675
11676 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11677
11678 * msb.el (msb-unload-hook): Set the variable.
11679
11680 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11681 Use * to err if buffer is readonly.
11682
11683 * subr.el (looking-back): Return only t or nil.
11684
11685 * whitespace.el (whitespace-unload-hook): Set the variable.
11686
11687 * view.el (view-mode-enable): Set view-page-size and
11688 view-half-page-size to nil.
11689 (view-set-half-page-size-default): view-half-page-size = nil
11690 means the default.
11691 (View-scroll-page-forward): Use view-page-size-default.
11692 (View-scroll-page-backward): Likewise.
11693 (view-page-size, view-half-page-size): Doc fixes.
11694
11695 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11696
11697 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11698
11699 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11700 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11701 (byte-compile-log-1): Bind inhibit-read-only.
11702 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11703 (byte-compile-log-warning): Likewise.
11704 (byte-compile-file-form-require): Detect "cl" from the arg value.
11705
11706 * progmodes/compile.el (compilation-start): Assume compilation-mode
11707 will make the buffer read-only.
11708 (compilation-mode): Take arg name-of-mode.
11709 (compilation-setup): Make buffer read-only.
11710 (compilation-handle-exit): Bind inhibit-read-only.
11711
11712 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11713 (ispell-message): Likewise.
11714 (ispell-show-choices): Don't call get-buffer-window uselessly.
11715 (ispell-init-process): Use set-process-query-on-exit-flag.
11716
11717 2004-10-16 Kim F. Storm <storm@cua.dk>
11718
11719 * fringe.el (fringe-bitmaps): Only initialize when defined.
11720
11721 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11722 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11723
11724 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11725
11726 2004-10-15 Simon Josefsson <jas@extundo.com>
11727
11728 * net/password.el: Add.
11729
11730 2004-10-14 Masatake YAMATO <jet@gyve.org>
11731
11732 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11733 (gdb-script-end-of-defun): New function.
11734 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11735 `gdb-script-end-of-defun' as *-of-defun-function.
11736
11737 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11738
11739 * button.el (button-activate): Allow a marker to display as an action.
11740
11741 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11742
11743 * help.el (describe-mode): Use it to make minor mode list into
11744 hyperlinks.
11745
11746 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * vc.el (vc-annotate-display-select): Fix typo.
11749
11750 * subr.el (substitute-key-definition-key): New function.
11751 (substitute-key-definition): Use it with map-keymap.
11752 (event-modifiers): Use push.
11753 (mouse-movement-p, with-temp-buffer): Simplify.
11754
11755 2004-10-12 Jay Belanger <belanger@truman.edu>
11756
11757 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11758 New variables.
11759 (calc-help-index-entries): New function.
11760 (calc-describe-function): Use `calc-help-function-list' instead of
11761 obarray for completion.
11762 (calc-describe-variable): Use `calc-help-variable-list' instead
11763 of obarray for completion.
11764
11765 2004-10-12 Richard M. Stallman <rms@gnu.org>
11766
11767 * info-look.el (info-lookup-file): Add info-file property.
11768 (info-lookup-symbol): Likewise.
11769
11770 * info.el (info-xref): Add underlining.
11771 (info): Add info-file property.
11772 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11773
11774 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11775
11776 Sync with Tramp 2.0.45.
11777
11778 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11779 defined. This is not the case for XEmacs without package "edebug".
11780 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11781 remote files to the permissions of the original file. This is not
11782 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11783 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11784 (tramp-perl-decode): Fix an error in Perl implementation.
11785 $pending must be cleared every loop. Reported by Benjamin Place
11786 <benjaminplace@sprintmail.com>
11787
11788 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11789 Don't activate advice during definition. This is done later on,
11790 depending on test result of `substitute-in-file-name'.
11791 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11792
11793 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11796
11797 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11798
11799 2004-10-12 David Ponce <david@dponce.com>
11800
11801 * recentf.el (recentf-edit-list): Update the menu when the recentf
11802 list has been modified.
11803
11804 2004-10-12 Simon Josefsson <jas@extundo.com>
11805
11806 * net/tls.el (tls-certtool-program): New variable.
11807 (tls-certificate-information): New function, based on
11808 ssl-certificate-information.
11809
11810 2004-10-12 Kenichi Handa <handa@m17n.org>
11811
11812 * international/mule.el (coding-system-equal): Move from mule-util.el.
11813
11814 * international/mule-util.el (coding-system-equal): Move to mule.el.
11815
11816 2004-10-12 Kim F. Storm <storm@cua.dk>
11817
11818 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11819 reset kmacro-initial-counter-value if set.
11820 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11821 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11822 (kmacro-display): Show macro counter if non-zero.
11823
11824 * subr.el (substitute-key-definition): Mention command remapping
11825 in doc string.
11826
11827 2004-10-11 Jay Belanger <belanger@truman.edu>
11828
11829 * calc/calc-misc.el (calc-info-goto-node): New function.
11830 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11831 node in one step.
11832 (calc-describe-copying, calc-describe-distribution)
11833 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11834 Go to appropriate info node in one step.
11835
11836 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11839
11840 * font-lock.el (font-lock-apply-highlight): Fix last change.
11841
11842 2004-10-11 Simon Josefsson <jas@extundo.com>
11843
11844 * mail/smtpmail.el (smtpmail-open-stream): Look for
11845 starttls-gnutls-program instead of starttls-program iff
11846 starttls-use-gnutls is non-nil.
11847 (smtpmail-open-stream): Don't overwrite user settings of
11848 starttls-extra-arguments and starttls-extra-args.
11849
11850 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * comint.el (comint-mouse-insert-input): Remove.
11853 (comint-insert-input): Make it work for mouse bindings.
11854 (comint-mode-map): Move defs into the declaration.
11855 (comint-output-filter): Typo.
11856
11857 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11858
11859 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11860
11861 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11862 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11863 ange-ftp-remote-shell.
11864
11865 2004-10-10 Andreas Schwab <schwab@suse.de>
11866
11867 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11868 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11869 Reported by <sri@asu.edu>.
11870
11871 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11872
11873 * vc.el (vc-annotate-mode): Remove variable.
11874 (vc-annotate-display-select): Only call vc-annotate-mode
11875 if we're not in that mode already.
11876
11877 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11880 (imenu-choose-buffer-index): Check here for rescan instead.
11881
11882 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11883 where the face expression evals to nil.
11884
11885 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11886 (tex-font-lock-keywords-2): Use it.
11887 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11888
11889 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11890
11891 2004-10-09 Kim F. Storm <storm@cua.dk>
11892
11893 * subr.el (progress-reporter-update): Define before first usage.
11894 (make-progress-reporter): Doc fix.
11895
11896 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11897
11898 * textmodes/paragraphs.el (sentence-end-double-space)
11899 (sentence-end-without-period, sentence-end-without-space)
11900 (sentence-end): Doc fixes.
11901
11902 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11903
11904 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11905 Change paragraph-start regexp so we don't fill code starting with #'(.
11906
11907 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11908
11909 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11910 New defcustom.
11911 (extract-address-components): Use it.
11912
11913 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11914
11915 * subr.el (make-progress-reporter, progress-reporter-update)
11916 (progress-reporter-force-update, progress-reporter-do-update)
11917 (progress-reporter-done): New functions.
11918
11919 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11920
11921 * progmodes/etags.el (etags-tags-completion-table): Use progress
11922 reporter.
11923 (etags-tags-apropos): Likewise.
11924
11925 2004-10-08 Alan Mackenzie <acm@muc.de>
11926
11927 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11928 of current line.
11929
11930 2004-10-08 Masatake YAMATO <jet@gyve.org>
11931
11932 * server.el (server-process-filter): Wrap `process-send-region'
11933 by `condition-case' to guard the case when the pipe to PROC is closed.
11934
11935 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11936
11937 * xml.el (xml-substitute-special): Limit handling of external entities.
11938
11939 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11940
11941 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11942
11943 2004-10-06 John Paul Wallington <jpw@gnu.org>
11944
11945 * xml.el (xml-parse-dtd): Fix `error' call.
11946
11947 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11948
11949 * xml.el (xml-substitute-special): Return a single string instead
11950 of a list of strings if an entity substitution is made.
11951
11952 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11953
11954 * calendar/icalendar.el: New file.
11955
11956 2004-10-05 Juri Linkov <juri@jurta.org>
11957
11958 * isearch.el (isearch-done): Set mark after running hook.
11959 Reported by Drew Adams <drew.adams@oracle.com>.
11960
11961 * info.el (Info-history, Info-toc): Fix Info headers.
11962 (Info-toc): Narrow buffer before Info-fontify-node.
11963 (Info-build-toc): Don't check for special Info file names.
11964 Set main-file to nil if Info-find-file returns a symbol.
11965
11966 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11967
11968 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11969 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11970 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11971
11972 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11973
11974 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11975 for old interactive spec from calendar-goto-iso-date.
11976 (calendar-goto-iso-date): Use it.
11977 (calendar-goto-iso-week): New function. Suggested by Emilio
11978 C. Lopes <eclig@gmx.net>.
11979
11980 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11981
11982 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11983 `set-right-margin' bindings that follow the minor mode conventions.
11984
11985 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11988 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11989 (latex-block-args-alist): Add minipage and picture.
11990 (latex-block-body-alist): Use reftex-label if enabled.
11991 (latex-insert-block): Don't insert a \n if not necessary.
11992 (tex-compile-commands): Make sure dvips doesn't send to printer.
11993 (tex-compile-default): Handle the case where no executable is found.
11994 (latex-noindent-environments): New var.
11995 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11996 If tex-indent-allhanging is non-nil, make sure we only align for macros
11997 at beginning of line.
11998
11999 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12000
12001 * newcomment.el (comment-beginning): Doc fix and don't choke on
12002 unset `comment-end-skip' when at beginning of comment.
12003
12004 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12005
12006 * term.el (term-adjust-current-row-cache): Don't allow the current
12007 row to become negative.
12008 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12009 the end of the line. Fix scroll down. Add comments.
12010 (term-handle-ansi-escape): Don't exceed terminal width when moving
12011 right.
12012 (term-scroll-region): Move the cursor after setting the scroll region.
12013
12014 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12015
12016 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12017 to `width' for consistency with docstring. Doc fix.
12018
12019 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12020
12021 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12022 This is necessary for derived modes.
12023
12024 2004-09-30 Kim F. Storm <storm@cua.dk>
12025
12026 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12027 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12028
12029 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12030 kmacro-extract-lambda functions.
12031 (edit-kbd-macro): Handle kmacro lambda forms.
12032 Include counter and counter format in edit buffer.
12033 (edmacro-finish-edit): Get counter and format from edit buffer and
12034 update kmacro bindings when found.
12035
12036 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12037
12038 * textmodes/paragraphs.el (forward-paragraph):
12039 Avoid args-out-of-range error when point winds up at the beginning of
12040 the buffer and hard newlines are enabled.
12041
12042 * newcomment.el (comment-multi-line): Doc fix.
12043
12044 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12045
12046 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12047 (diff-fixup-modifs): Catch unified-diff file-headers.
12048
12049 2004-09-29 Kim F. Storm <storm@cua.dk>
12050
12051 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12052 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12053 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12054
12055 * fringe.el (fringe-bitmap-p): New macro.
12056 (fringe-bitmaps): Add standard fringe bitmaps on load.
12057
12058 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * dired.el (dired-view-command-alist): Use more efficient regexps.
12061 Remove dubious arguments.
12062 (dired-align-file): New function.
12063 (dired-insert-directory): Use it.
12064 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12065 (dired-buffers-for-dir): Remove unused var `pattern'.
12066
12067 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12068
12069 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12070 from diary display excursion. Store diary buffer's point for
12071 `simple-diary-display'.
12072 (simple-diary-display): Set window point and start when
12073 displaying buffer, to preserve point.
12074
12075 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12076
12077 * textmodes/enriched.el (enriched-translations): Replace defconst
12078 with defvar.
12079
12080 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12081
12082 * printing.el: Doc fix.
12083 (pr-version): New version number (6.8.1).
12084 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12085 make-temp-name.
12086 (pr-delete-file): Check if file exists before deleting it.
12087 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12088
12089 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * term.el (term-display-table): New variable.
12092 (term-mode): Use it.
12093 (term-exec-1): Set the coding system to binary.
12094 (term-emulate-terminal): Decode the string before inserting it.
12095
12096 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12097
12098 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12099 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12100 (map): Bind S-prior, S-next and S-insert.
12101 (term-mode): Set `indent-tabs-mode' to nil.
12102 (term-paste): New function to be bound to S-insert.
12103 (term-send-del, term-send-backspace): Change the strings sent.
12104 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
12105 (term-handle-colors-array): Fix handling of underline and reverse.
12106 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12107 (term-erase-in-line): Fix comparison.
12108 (term-emulate-terminal): Fix line wrap handling.
12109 (term-start-output-log): Rename from `term-set-output-log'.
12110 (term-stop-output-log): Rename from `term-stop-photo'.
12111 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12112
12113 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12114
12115 * dired.el (dired-move-to-filename): Don't output a message if
12116 raise-error is non-nil. Fix return position and value.
12117
12118 * files.el (insert-directory): Obey --dired even with symlinks.
12119
12120 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12121
12122 * ls-lisp.el (ls-lisp-format): Mark file names with property
12123 dired-filename.
12124
12125 2004-09-25 Kim F. Storm <storm@cua.dk>
12126
12127 * ido.el (ido-max-directory-size): New defcustom.
12128 (ido-decorations): Add "too big" element.
12129 (ido-directory-too-big): New dynamic var.
12130 (ido-may-cache-directory): Don't cache big directories.
12131 (ido-directory-too-big-p): New defun.
12132 (ido-set-current-directory): Update ido-directory-too-big.
12133 (ido-read-internal): Make empty ido-cur-item if too-big.
12134 (ido-buffer-internal): Use ido-read-internal directly instead of
12135 ido-read-buffer.
12136 (ido-file-internal): Init ido-directory-too-big.
12137 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12138 and redo completion with full list.
12139 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12140 it, and show completions.
12141 (ido-all-completions): Let bind ido-directory-too-big to nil.
12142 (ido-exhibit): Handle ido-directory-too-big.
12143 (ido-read-buffer): Handle fallback to read-buffer.
12144 Init ido-directory-too-big.
12145 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12146 Init ido-directory-too-big.
12147
12148 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12149
12150 * subr.el (delay-mode-hooks): Doc fix.
12151
12152 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12153
12154 * textmodes/enriched.el
12155 (enriched-default-text-properties-local-flag): New variable.
12156 (enriched-mode): Make sure that enabling and disabling the mode is
12157 a no-op. Doc fix.
12158
12159 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12160
12161 * calendar/holidays.el (holiday-advent): Report on a specified day
12162 offset from advent, not just advent.
12163 (holiday-easter-etc): Report on one specified day offset from
12164 easter, not all easter holidays. Various Easter holidays moved to
12165 `christian-holidays' variable in calendar.el.
12166 * calendar/calendar.el (christian-holidays): Adapt for new
12167 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12168
12169 2004-09-23 Kim F. Storm <storm@cua.dk>
12170
12171 * image.el (insert-sliced-image): Add doc string.
12172
12173 * ido.el (ido-choice-list): New dynamic var for `list' context.
12174 (ido-context-switch-command): New dynamic var.
12175 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12176 (ido-read-internal): Handle new `list' context.
12177 Handle insert-buffer and insert-file ido-exit values.
12178 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12179 ido-context-switch-command. Handle insert-file ido-exit value.
12180 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12181 unless it is already bound by caller.
12182 (ido-file-internal): New arg switch-cmd. Use it to setup
12183 ido-context-switch-command. Handle insert-buffer ido-exit value.
12184 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12185 used for context switching.
12186 (ido-all-completions): Handle new `list' context.
12187 (ido-make-choice-list): Return choices for `list' context.
12188 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12189 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12190 (ido-insert-buffer, ido-insert-file): Setup context switching.
12191 (ido-exhibit): Handle `list' context.
12192 (ido-read-file-name): Disable context switching. Handle fallback.
12193 (ido-read-directory-name): Disable context switching.
12194 (ido-completing-read): New defun like completing-read. Setup and
12195 use new `list' context.
12196
12197 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12198
12199 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12200
12201 2004-09-21 Jay Belanger <belanger@truman.edu>
12202
12203 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12204 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12205 separate window.
12206
12207 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12208
12209 * subr.el (after-change-major-mode-hook): Doc fix.
12210
12211 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12212
12213 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12214 of ghostscript for monochrome PostScript file in Windows.
12215
12216 2004-09-21 Kenichi Handa <handa@m17n.org>
12217
12218 * descr-text.el (describe-char): Checking of quail activation fixed.
12219
12220 2004-09-21 Jay Belanger <belanger@truman.edu>
12221
12222 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12223
12224 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12225
12226 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12227 after the mode hooks instead of before. Doc fix.
12228
12229 2004-09-20 Jason Rumney <jasonr@gnu.org>
12230
12231 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12232 _emacs, but revert to .emacs if neither exists in home directory.
12233
12234 2004-09-20 John Paul Wallington <jpw@gnu.org>
12235
12236 * bindings.el (completion-ignored-extensions): Add .dfsl.
12237
12238 2004-09-20 Richard M. Stallman <rms@gnu.org>
12239
12240 * bindings.el (scroll-left): Make it disabled.
12241
12242 * files.el (enable-local-eval): Doc fix.
12243
12244 * indent.el (move-to-left-margin): Special case for minibuffer.
12245
12246 * term.el (term-emulate-terminal): Turn off undo for output.
12247 Use with-current-buffer and save-selected-window.
12248
12249 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12250
12251 * progmodes/make-mode.el (makefile-fill-paragraph):
12252 Don't insist on spaces when looking for comments. # is enough.
12253
12254 * files.el (hack-local-variables): Copy the variables list
12255 to another buffer, strip prefixes and suffixes there, then read.
12256 (enable-local-eval): Doc fix.
12257 (ignored-local-variables): Initialize to nil.
12258 (risky-local-variable-p): Don't check ignored-local-variables here.
12259 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12260
12261 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12262
12263 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12264 of = to "." (punctuation).
12265
12266 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12269
12270 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12271
12272 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12273 (enriched-before-change-major-mode): New function.
12274 Add it to `change-major-mode-hook'.
12275 (enriched-after-change-major-mode): New function.
12276 Add it to `after-change-major-mode-hook'.
12277 (enriched-mode): Make it work correctly if called from
12278 `after-change-major-mode-hook'.
12279 No longer set `indent-line-function'.
12280
12281 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12282
12283 * subr.el (after-change-major-mode-hook): New variable.
12284 (run-mode-hooks): Implement it.
12285
12286 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * battery.el (battery-linux-proc-apm): Use string-to-number.
12289 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12290 Use dolist (and less indentation). Use erase-buffer.
12291 Pre-initialize `design-capacity', `warn', and `low'.
12292 (battery-format): Use replace-regexp-in-string.
12293
12294 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12295
12296 * battery.el: Delete superfluous empty lines.
12297 (battery-linux-proc-acpi): Attempt to gather information from all
12298 battery subdirectories regardless of their file name.
12299 (battery-linux-proc-apm): Replace all occurrences of
12300 battery-hex-to-int-2 with string-to-int (base 16).
12301 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12302 (battery-hex-map): Delete variable.
12303
12304 2004-09-18 John Paul Wallington <jpw@gnu.org>
12305
12306 * calc/calc-units.el (calc-quick-units): Fix overzealous
12307 s/or/unless/.
12308
12309 2004-09-17 Jay Belanger <belanger@truman.edu>
12310
12311 * calc/calc.el (calc-mode-var-list): Fix the value of
12312 `calc-matrix-brackets'.
12313
12314 2004-09-17 Romain Francoise <romain@orebokech.com>
12315
12316 * ibuf-ext.el (define-ibuffer-filter filename):
12317 Expand dired-directory since buffer-file-name is absolute.
12318
12319 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12320
12321 * ediff-init.el (ediff-current-diff-face-A)
12322 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12323 (ediff-current-diff-face-Ancestor)
12324 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12325 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12326 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12327 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12328 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12329 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12330 Use min-colors.
12331
12332 * term.el (term-down): Perform vertical motion if DOWN is negative.
12333 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12334 (term-termcap-format): Synchronyze with the eterm terminfo entry
12335 in etc/e/eterm.ti.
12336 (term-handle-colors-array): If the current foreground or
12337 background are zero (i.e. unspecified), use the foreground and
12338 background of the default face for reverse video.
12339 (term-ansi-at-eval-string, term-ansi-default-fg)
12340 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12341 (term-mem): Delete ununsed function.
12342 (term-protocol-version): Increment.
12343 (term-current-face): Set to default.
12344
12345 2004-09-15 Jay Belanger <belanger@truman.edu>
12346
12347 * calc/calc.el (calc-mode-var-list): Define this variable.
12348 (calc-always-load-extensions, calc-line-numbering)
12349 (calc-line-breaking, calc-display-just, calc-display-origin)
12350 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12351 (calc-group-char, calc-point-char, calc-frac-format)
12352 (calc-prefer-frac, calc-hms-format, calc-date-format)
12353 (calc-float-format, calc-full-float-format, calc-complex-format)
12354 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12355 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12356 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12357 (calc-matrix-brackets, calc-language, calc-language-option)
12358 (calc-left-label, calc-right-label, calc-word-size)
12359 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12360 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12361 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12362 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12363 (calc-window-height, calc-display-trail, calc-show-selections)
12364 (calc-use-selections, calc-assoc-selections)
12365 (calc-display-working-message, calc-auto-why, calc-timing)
12366 (calc-mode-save-mode, calc-standard-date-formats)
12367 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12368 (calc-user-parse-tables, calc-gnuplot-default-device)
12369 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12370 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12371 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12372 (calc-invocation-macro, calc-show-banner): Give these values as
12373 part of `calc-mode-var-list's initialization after the variables
12374 are declared with defvar.
12375 (calc-bug-address): Change email address to send bug reports to.
12376 Change the maintainer address at the top.
12377 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12378 than "\\.emacs" to determine if it is the user-init-file.
12379
12380 * calc/calc-embed.el (calc-embedded-set-modes): Use
12381 `calc-mode-var-list' correctly.
12382
12383 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12384
12385 * vc.el (annotate-time): Document point handling.
12386 (vc-annotate-display-autoscale): Doc fix.
12387
12388 2004-09-15 Miles Bader <miles@gnu.org>
12389
12390 * generic.el (generic-make-keywords-list): Use symbol rather than
12391 word anchors in regexp.
12392
12393 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12394
12395 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12396 no file name consider `dired-directory'.
12397
12398 2004-09-14 Kim F. Storm <storm@cua.dk>
12399
12400 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12401
12402 2004-09-14 Simon Josefsson <jas@extundo.com>
12403
12404 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12405
12406 * textmodes/dns-mode.el: Add.
12407
12408 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12411 (disabled-command-function): Make the ?\ char more obvious.
12412
12413 * vc-arch.el (vc-arch-root, vc-arch-registered):
12414 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12415
12416 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12417
12418 * windmove.el (windmove-frame-edges): Report coordinates of
12419 outside edges of frame, not inside edges.
12420 (windmove-coordinates-of-position): Convert into wrapper to new
12421 function `windmove-coordinates-of-window-position';
12422 `compute-motion' always applies to selected window.
12423 (windmove-coordinates-of-position): Update documentation to refer
12424 to Emacs 21 Lisp Reference Manual.
12425 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12426
12427 2004-09-13 Kim F. Storm <storm@cua.dk>
12428
12429 * isearch.el (isearch-resume-in-command-history): Rename from
12430 isearch-resume-enabled and change default to nil.
12431
12432 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12435 (vc-registered): Use it.
12436 (vc-find-root): New fun.
12437
12438 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12439 Don't tell to use \\{...} when it's already done.
12440
12441 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12442 Provide a sample complex default.
12443 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12444 (bibtex-entry): Use mapc.
12445
12446 2004-09-12 Kim F. Storm <storm@cua.dk>
12447
12448 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12449
12450 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12451 inhibit-field-text-motion to t so rectangles work in comint buffers.
12452
12453 * simple.el (choose-completion-string): Set buffer before running
12454 choose-completion-string-functions hook so it can be buffer-local.
12455
12456 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12457
12458 * progmodes/compile.el (compilation-start): Parse command to see
12459 if it starts with a cd, and if so perform it for the *compilation*
12460 buffer. Change the header to reflect this.
12461
12462 2004-09-11 Kim F. Storm <storm@cua.dk>
12463
12464 * ido.el (ido-enable-dot-prefix): Doc fix.
12465 (ido-enable-dot-prefix): New defcustom.
12466 (ido-set-matches1): Use it.
12467
12468 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * textmodes/bibtex.el (bibtex-mark-active)
12471 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12472
12473 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12474
12475 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12476 used in a case insensitive environment.
12477 (bibtex-mode-map): Rearrange order of menus.
12478 (bibtex-quoted-string-re): Obsolete.
12479 (bibtex-complete-key-cleanup): Variable replaced by new function.
12480 (bibtex-font-lock-keywords): Use backquotes.
12481 (bibtex-font-lock-url-regexp): New internal variable.
12482 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12483 "OPT" and "ALT".
12484 (bibtex-insert-current-kill, bibtex-make-field)
12485 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12486 (bibtex-parse-field-text): Simplify.
12487 (bibtex-string=): New helper function.
12488 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12489 (bibtex-map-entries): Use bibtex-string=.
12490 (bibtex-search-entry): Use not.
12491 (bibtex-enclosing-field): Fix docstring.
12492 (bibtex-assoc-regexp): Obsolete.
12493 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12494 (bibtex-autokey-get-names): Handle empty name field.
12495 (bibtex-parse-strings): Use assoc-string and unless.
12496 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12497 Use assoc-string.
12498 (bibtex-pop): Simplify.
12499 (bibtex-mode): Set font-lock-extra-managed-props.
12500 (bibtex-entry-update): Use assoc-string.
12501 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12502 (bibtex-autofill-entry): Use bibtex-string=.
12503 (bibtex-print-help-message): Simplify.
12504 (bibtex-find-entry): New optional arg START.
12505 (bibtex-validate): Use bibtex-string= and assoc-string.
12506 Do not call obsolete function compilation-parse-errors.
12507 (bibtex-remove-delimiters): Only remove delimiters if present.
12508 (bibtex-copy-entry-as-kill): Add docstring.
12509 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12510 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12511 (bibtex-complete): Use bibtex-predefined-month-strings,
12512 bibtex-string=, and new function bibtex-complete-key-cleanup.
12513 (bibtex-generate-url-list): New variable.
12514 (bibtex-url): New command bound to C-c C-l and mouse-2.
12515 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12516 (bibtex-font-lock-url): New function.
12517
12518 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12521
12522 2004-09-09 Kim F. Storm <storm@cua.dk>
12523
12524 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12525 counter and format with binding.
12526 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12527 the declared macro uses own macro counter and format. Give symbol
12528 kmacro property.
12529 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12530 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12531 (kmacro-end-and-call-macro): Doc fix.
12532
12533 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12534
12535 * desktop.el (desktop-clear-preserve-buffers):
12536 Remove make-obsolete-variable.
12537
12538 2004-09-08 Richard M. Stallman <rms@gnu.org>
12539
12540 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12541 with the buffer as argument.
12542
12543 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12546
12547 2004-09-08 Juri Linkov <juri@jurta.org>
12548
12549 * replace.el (perform-replace): Use `query-replace-descr'.
12550
12551 * cus-start.el (history-delete-duplicates): Specify customization.
12552
12553 * diff-mode.el (diff-mode-map):
12554 * progmodes/compile.el (compilation-mode-map):
12555 * progmodes/grep.el (grep-mode-map):
12556 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12557 to `next-error-follow-minor-mode'.
12558
12559 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12560
12561 * isearch.el (isearch-lazy-highlight-update): Take into account
12562 the case of zero-length match at the search bound.
12563
12564 2004-09-08 Kim F. Storm <storm@cua.dk>
12565
12566 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12567 change. Use zero width overlays when necessary.
12568
12569 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12570
12571 * subr.el (split-string): Docfix.
12572
12573 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12574
12575 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12576 (display-call-tree): Ensure newline after caller/calls blocks.
12577
12578 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12579
12580 * startup.el (command-line-1): Make option
12581 --directory/-L modify `load-path' straight away.
12582
12583 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12584
12585 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12586
12587 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12588
12589 * emacs-lisp/autoload.el (make-autoload):
12590 Handle `define-compilation-mode'.
12591
12592 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12593 Specify `doc-string-elt' property.
12594
12595 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12596
12597 * bs.el (bs-mode): Doc fix.
12598
12599 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12600
12601 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12602
12603 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12604
12605 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12606
12607 2004-09-08 Kenichi Handa <handa@m17n.org>
12608
12609 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12610 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12611 ps-mule-next-point -> 1+).
12612
12613 * composite.el (encode-composition-rule): Add autoload cooky.
12614
12615 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12616
12617 * format.el (buffer-auto-save-file-format): Make it permanent local.
12618
12619 2004-09-07 Kim F. Storm <storm@cua.dk>
12620
12621 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12622 (authors-fixed-entries): Fix typo.
12623 (authors-canonical-author-name): Compact multiple spaces.
12624 Ignore trivial names (e.g. only first name).
12625
12626 * term.el (term-window-width): Only use full window width on
12627 window system if overflow-newline-into-fringe is enabled.
12628 (term-mode): Don't disable overflow-newline-into-fringe.
12629
12630 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12633 motion as seen on my Mac OS X xterms.
12634
12635 * newcomment.el (uncomment-region-default, comment-region-default):
12636 New functions extracted from uncomment-region and comment-region.
12637 (comment-region, comment-region-function, uncomment-region)
12638 (uncomment-region-function): Use them.
12639
12640 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12641
12642 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12643 It's not crucial but can make sense at times.
12644
12645 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12646 the first commit.
12647
12648 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12649 Disable obsolete code.
12650
12651 2004-09-07 Juri Linkov <juri@jurta.org>
12652
12653 * progmodes/grep.el (grep-highlight-matches): Change default from
12654 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12655 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12656 if grep option `--color' is available, or to `nil' otherwise.
12657 (grep-process-setup): Call `grep-compute-defaults' if
12658 `grep-highlight-matches' is not computed. Set env-vars only
12659 if `grep-highlight-matches' is `t'.
12660 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12661 is already defined).
12662
12663 * progmodes/compile.el (compilation-start): Use copy of
12664 `process-environment' created by `copy-sequence' to not
12665 modify env-vars in the global `process-environment'.
12666
12667 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12668
12669 * simple.el (next-error-follow-minor-mode): Fix last change.
12670
12671 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12672
12673 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12674 permanent local.
12675
12676 2004-09-04 Richard M. Stallman <rms@gnu.org>
12677
12678 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12679 highlighting if the search string is empty.
12680
12681 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12682
12683 * facemenu.el (facemenu-active-faces): Change condition of inner
12684 `while' loop to also check the first two elements of `face-atts'
12685 and `mask-atts'.
12686
12687 2004-09-04 John Paul Wallington <jpw@gnu.org>
12688
12689 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12690 (thumbs-view-image-mode): Make buffer read-only.
12691
12692 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12693
12694 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12695 (ispell-check-version): Set it.
12696 (ispell-send-replacement): New function.
12697 (ispell-process-line): Call ispell-send-replacement.
12698
12699 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12700
12701 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12702 Support choosing seconds with "s".
12703
12704 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12705
12706 * terminal.el (te-escape): Show `?' in prompt for help key.
12707
12708 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12709
12710 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12711
12712 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12713
12714 * simple.el (next-error-follow-minor-mode)
12715 (next-error-follow-mode-post-command-hook): New functions.
12716 (next-error-follow-last-line): New defvar.
12717
12718 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12719 * progmodes/compile.el (compilation-mode-map): Likewise.
12720 * progmodes/grep.el (grep-mode-map): Likewise.
12721 * replace.el (occur-mode-map): Likewise.
12722
12723 * newcomment.el (uncomment-region): Bind comment-use-global-state
12724 to nil.
12725
12726 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12727
12728 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12729 locally around the call to `revert-buffer'.
12730
12731 2004-09-03 Juri Linkov <juri@jurta.org>
12732
12733 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12734 `isearch-adjusted' to `t'.
12735 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12736 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12737 (isearch-other-meta-char): Restore isearch-point unconditionally.
12738 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12739 Set point to start of match if region is not active in transient
12740 mark mode (to include the current match to region boundaries).
12741 Push the search string to `query-replace-from-history-variable'.
12742 Add prompt "Query replace regexp" for isearch-regexp.
12743 Add region beginning/end as last arguments of `perform-replace.'
12744 (isearch-query-replace-regexp): Replace code by the call to
12745 `isearch-query-replace' with arg `t'.
12746
12747 2004-09-03 Richard M. Stallman <rms@gnu.org>
12748
12749 * startup.el (normal-top-level): Undo previous TERM change.
12750
12751 2004-09-03 Kim F. Storm <storm@cua.dk>
12752
12753 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12754 highlight overlays; allow using RET when cursor is over a button.
12755 (cua--highlight-rectangle): Use it.
12756 (cua--rectangle-set-corners): Don't move backwards at eol.
12757 (cua--forward-line): Don't move into void after eob.
12758
12759 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12760 point is set (and displayed) inside rectangle.
12761 (cua--rectangle-operation): Fix for highlight of empty lines.
12762 (cua--highlight-rectangle): Fix highlight for tabs.
12763 Position cursor at left/right edge of rectangle using new `cursor'
12764 property on overlay strings.
12765 (cua--indent-rectangle): Don't tabify.
12766 (cua-rotate-rectangle): Ignore that point has moved.
12767
12768 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12769
12770 * term/mac-win.el: Add ASCII equivalents for some function keys.
12771 (mode-line-frame-identification): Sync with x-win.el.
12772
12773 2004-09-02 Juri Linkov <juri@jurta.org>
12774
12775 * progmodes/compile.el (compilation-buffer-name): Compare major
12776 mode with second element of compilation-arguments instead of third
12777 to reflect latest changes in compilation-arguments structure.
12778 (recompile): Use global variable `compilation-directory' to get
12779 recent compilation directory only when `recompile' is invoked NOT
12780 in the compilation buffer. Otherwise, use `default-directory' of
12781 the compilation buffer.
12782 (compilation-error-properties): Allow to funcall col and end-col.
12783 (compilation-mode-font-lock-keywords): Check col and end-col by
12784 `integerp'.
12785 (compilation-goto-locus): If end-mk is non-nil in transient mark
12786 mode don't activate the mark (and don't display message in
12787 push-mark), but highlight overlay between mk and end-mk.
12788
12789 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12790 (grep-regexp-alist): Add rule to highlight grep matches.
12791 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12792
12793 * info.el (Info-fontify-node): Don't compute other-tag
12794 if Info-hide-note-references=hide.
12795
12796 * help.el (function-called-at-point):
12797 * help-fns.el (variable-at-point):
12798 Try `find-tag-default' when other methods failed.
12799
12800 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12801 Do not push mark if inhibit-mark-movement is non-nil.
12802
12803 * textmodes/ispell.el (ispell-html-skip-alists):
12804 Fix backslashes in docstring.
12805
12806 2004-09-01 Juri Linkov <juri@jurta.org>
12807
12808 * isearch.el (isearch-wrap-function)
12809 (isearch-push-state-function): New defvars.
12810 (isearch-pop-fun-state): New defsubst.
12811 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12812 (isearch-push-state): Set the result of calling
12813 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12814 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12815 restore the mode-specific starting point of terminated search.
12816 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12817 (isearch-repeat): Call `isearch-wrap-function' if defined.
12818 (isearch-message-prefix): Don't add prefix "over" to the message
12819 for wrapped search if `isearch-wrap-function' is defined.
12820 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12821 restore the mode-specific starting point of failed search.
12822
12823 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12824 (Info-search): Add new optional arguments for the sake of isearch.
12825 Replace whitespace in Info-search-whitespace-regexp literally.
12826 Add backward search. Don't call `Info-select-node' if regexp is
12827 found in the same Info node. Don't add node to Info-history for
12828 wrapped isearch.
12829 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12830 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12831 (Info-mode): Set local variables `isearch-search-fun-function',
12832 `isearch-wrap-function', `isearch-push-state-function',
12833 `search-whitespace-regexp'.
12834
12835 * isearch.el: Remove ancient Change Log section.
12836 (isearch-string, isearch-message-string, isearch-point)
12837 (isearch-success, isearch-forward-flag, isearch-other-end)
12838 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12839 (isearch-barrier, isearch-within-brackets)
12840 (isearch-case-fold-search): Add suffix `-state' to state-related
12841 defsubsts to avoid name clashes with other function names.
12842
12843 * simple.el (next-error): New defgroup and defface.
12844 (next-error-highlight, next-error-highlight-no-select):
12845 New defcustoms.
12846 (next-error-no-select): Let-bind next-error-highlight to the value
12847 of next-error-highlight-no-select before calling `next-error'.
12848
12849 * progmodes/compile.el (compilation-goto-locus):
12850 Use `next-error' face instead of `region'. Set 4-th argument of
12851 `move-overlay' to `current-buffer' to move overlay to different
12852 source buffers. Use new variable `next-error-highlight'.
12853
12854 * simple.el (next-error-find-buffer): Move the rule
12855 "if current buffer is a next-error capable buffer" after the
12856 rule "if next-error-last-buffer is set to a live buffer".
12857 Simplify to test all rules in one `or'.
12858 (next-error): Doc fix.
12859 (next-error, previous-error, first-error)
12860 (next-error-no-select, previous-error-no-select):
12861 Make arguments optional.
12862
12863 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12864
12865 * macros.el (apply-macro-to-region-lines): Make it operate on all
12866 lines that begin in the region, rather than on all complete lines
12867 in the region.
12868
12869 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12870
12871 * x-dnd.el (x-dnd-protocol-alist): Document update.
12872 (x-dnd-known-types): Defcustom it.
12873 (x-dnd-handle-motif): Print message-atom in error message.
12874
12875 2004-08-30 John Paul Wallington <jpw@gnu.org>
12876
12877 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12878 strings rather than programatically constructing message.
12879
12880 2004-08-30 Richard M. Stallman <rms@gnu.org>
12881
12882 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12883 Don't return a string that would read as the wrong character code.
12884
12885 2004-08-29 Kim F. Storm <storm@cua.dk>
12886
12887 * emulation/cua-base.el (cua-auto-expand-rectangles):
12888 Remove automatic rectangle padding feature; replace by non-destructive
12889 virtual rectangle edges feature.
12890 (cua-virtual-rectangle-edges): New defcustom.
12891 (cua-auto-tabify-rectangles): New defcustom.
12892 (cua-paste): If paste into a marked rectangle, insert rectangle at
12893 current column, even if virtual; also paste exactly as many lines
12894 as has been marked (ignore additional lines or add empty lines),
12895 but paste whole source if only one line is marked.
12896 (cua--update-indications): No longer use overwrite-cursor to
12897 indicate rectangle padding
12898
12899 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12900 (cua--rectangle-virtual-edges): New defun.
12901 (cua--rectangle-get-corners): Remove optional PAD arg.
12902 (cua--rectangle-set-corners): Never do padding.
12903 (cua--forward-line): Remove optional PAD arg. Simplify.
12904 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12905 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12906 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12907 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12908 (cua--rectangle-move): Never do padding. Simplify.
12909 (cua--tabify-start): New defun.
12910 (cua--rectangle-operation): Add tabify arg. All callers changed.
12911 (cua--pad-rectangle): Remove.
12912 (cua--delete-rectangle): Handle delete with virtual edges.
12913 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12914 (cua--insert-rectangle): Handle insert at virtual column.
12915 Perform auto-tabify if necessary.
12916 (cua--activate-rectangle): Remove optional FORCE arg.
12917 Never do padding. Simplify.
12918 (cua--highlight-rectangle): Enhance for virtual edges.
12919 (cua-toggle-rectangle-padding): Remove command.
12920 (cua-toggle-rectangle-virtual-edges): New command.
12921 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12922 (cua--rectangle-post-command): Don't force rectangle padding.
12923 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12924
12925 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12926
12927 * indent.el (edit-tab-stops-buffer): Doc fix.
12928
12929 2004-08-28 Richard M. Stallman <rms@gnu.org>
12930
12931 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12932 (grep-tag-default): Function deleted.
12933
12934 * subr.el (find-tag-default): Move from etags.el.
12935
12936 * progmodes/etags.el (find-tag-default): Move to subr.el.
12937
12938 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12939 into the basic character if it has an uppercase form.
12940
12941 2004-08-27 Kenichi Handa <handa@m17n.org>
12942
12943 * international/utf-8.el (utf-8-post-read-conversion): If the
12944 buffer is unibyte, temporarily make it multibyte.
12945
12946 2004-08-27 Masatake YAMATO <jet@gyve.org>
12947
12948 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12949
12950 2004-08-25 John Paul Wallington <jpw@gnu.org>
12951
12952 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12953 0, 1, and many mismatches in message.
12954 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12955
12956 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12957 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12958
12959 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12962 vc-diff-switches differently.
12963
12964 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12965
12966 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12967 before and a real defvar after
12968 `speedbar-supported-extension-expressions'. This is to silence
12969 the compiler without breaking bootstrapping.
12970
12971 2004-08-22 Richard M. Stallman <rms@gnu.org>
12972
12973 * textmodes/flyspell.el (flyspell-word):
12974 Use set-process-query-on-exit-flag.
12975 (flyspell-highlight-duplicate-region): Take POSS as arg.
12976 (flyspell-word): Pass POSS as arg.
12977
12978 * progmodes/ada-xref.el: Many doc and style fixes.
12979 (ada-find-any-references): Use compilation-start.
12980 (ada-get-ali-file-name): Improve error msg.
12981 (ada-get-ada-file-name): Likewise.
12982
12983 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12984 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12985
12986 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12987 Add forward defvar.
12988
12989 * whitespace.el (global-whitespace-mode): New alias
12990 for whitespace-global-mode.
12991
12992 * speedbar.el (speedbar-file-regexp): Move definition up.
12993 (speedbar-mode, speedbar-set-mode-line-format):
12994 Use with-no-warnings.
12995 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12996
12997 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12998 controls whether to display the error buffer.
12999
13000 * ps-mule.el: Delete compatibility code for old Emacses.
13001 (ps-mule-find-wrappoint): Don't use chars-in-region.
13002
13003 * frame.el (display-mouse-p, display-selections-p):
13004 Use with-no-warnings.
13005
13006 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13007
13008 2004-08-22 David Kastrup <dak@gnu.org>
13009
13010 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13011 information.
13012
13013 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13014
13015 2004-08-22 Andreas Schwab <schwab@suse.de>
13016
13017 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13018
13019 2004-08-22 Masatake YAMATO <jet@gyve.org>
13020
13021 * cvs-status.el (cvs-status-checkout): New function.
13022 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13023
13024 2004-08-21 David Kastrup <dak@gnu.org>
13025
13026 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13027 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13028 has been converted to use hashtables, the relation `nil=none' is
13029 no longer valid, as `nil' is not a hashtable. This patch tries to
13030 reduce the number of resulting errors.
13031
13032 2004-08-21 John Paul Wallington <jpw@gnu.org>
13033
13034 * subr.el (process-kill-without-query): Made obsolete in
13035 version 21.4, not 21.5.
13036
13037 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13038 (vc-previous-comment, vc-next-comment)
13039 (vc-comment-search-reverse, vc-comment-search-forward)
13040 (vc-comment-to-change-log): Likewise.
13041
13042 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13043
13044 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13045
13046 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13047 Correct indentation of DEFMETHODS with non-standard method
13048 combinations (e.g., PROGN, MIN, MAX).
13049
13050 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * startup.el (normal-top-level-add-subdirs-to-load-path):
13053 Avoid unnecessarily checking system-type.
13054 (normal-top-level): Set TERM to "dumb". Simplify.
13055
13056 * avoid.el (mouse-avoidance-ignore-p): New fun.
13057 Also ignore switch-frame, select-window, double, and triple clicks.
13058 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13059 (mouse-avoidance-fancy-hook): Use it.
13060
13061 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13062
13063 * avoid.el (mouse-avoidance-nudge-mouse)
13064 (mouse-avoidance-banish-destination): Stay within the current window
13065 to avoid problems with mouse-autoselect-window.
13066
13067 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13070 the newer format of some messages in cvs-1.12.1.
13071
13072 2004-08-19 Masatake YAMATO <jet@gyve.org>
13073
13074 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13075 (elp-results-jump-to-definition-by-mouse)
13076 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13077 (elp-output-result): Use elp-output-insert-symname.
13078
13079 2004-08-18 Kenichi Handa <handa@m17n.org>
13080
13081 * language/cyrillic.el: Register koi8-r in
13082 ctext-non-standard-encodings-alist.
13083 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13084
13085 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13086
13087 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13088 that replaces 20xy with xy.
13089
13090 2004-08-17 John Paul Wallington <jpw@gnu.org>
13091
13092 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13093 (reb-force-update): Doc fix.
13094
13095 2004-08-16 Richard M. Stallman <rms@gnu.org>
13096
13097 * progmodes/which-func.el (which-func-update-1): Doc fix.
13098
13099 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13100 (sh-mode-abbrev-table): New variable.
13101
13102 * progmodes/compile.el (compilation-mode): Doc fix.
13103
13104 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13105 Don't cons a new symbol each time.
13106 (eval-last-sexp-fake-value): New variable.
13107
13108 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13109 (copyright-update-year): Detect continuation of list of years.
13110
13111 * term.el (term-default-fg-color, term-default-bg-color)
13112 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13113
13114 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13115
13116 2004-08-16 Davis Herring <herring@lanl.gov>
13117
13118 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13119 (isearch-success, isearch-forward-flag, isearch-other-end)
13120 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13121 (isearch-barrier, isearch-within-brackets)
13122 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13123
13124 2004-08-16 Kenichi Handa <handa@m17n.org>
13125
13126 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13127
13128 2004-08-15 Kenichi Handa <handa@m17n.org>
13129
13130 * term/x-win.el (x-selection-value): If utf8 was successful but
13131 ctext was not, use utf8 string.
13132
13133 2004-08-14 Davis Herring <herring@lanl.gov>
13134
13135 * isearch.el: Remove accidental changes of March 4. Fix backing
13136 up when a regexp isearch is made more general. Use symbolic
13137 accessor functions for isearch stack frames to make usage clearer.
13138 (search-whitespace-regexp): Made groups in documentation shy (as
13139 is the group in the default value).
13140 (isearch-fallback): New function, addresses problems with regexps
13141 liberalized by `\|', adds support for liberalization by `\}' (the
13142 general repetition construct), and incorporates behavior for
13143 `*'/`?'.
13144 (isearch-}-char): New command, calls `isearch-fallback' with
13145 arguments appropriate to a typed `}'.
13146 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13147 appropriately.
13148 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13149 (isearch-string, isearch-message,string, isearch-point)
13150 (isearch-success, isearch-forward-flag, isearch-other-end)
13151 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13152 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13153 New inline functions to read fields of a stack frame.
13154
13155 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13156
13157 * battery.el (battery-linux-proc-acpi): Look into battery
13158 directories matching the literal string "CMB", too (required for
13159 Linux kernel version 2.6.7).
13160
13161 2004-08-14 John Paul Wallington <jpw@gnu.org>
13162
13163 * cus-start.el (read-file-name-completion-ignore-case): Add.
13164 (blink-cursor-alist): Change version to "21.4".
13165
13166 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13167
13168 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13169
13170 * speedbar.el (speedbar-scan-subdirs): New option.
13171 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13172 dolist.
13173 (speedbar-insert-files-at-point): Take an extra argument and use
13174 it to optionally find out if a subdir is empty. Also unreadable
13175 files don't get expand buttons.
13176 (speedbar-directory): New image (unused pixmap already existed).
13177 (speedbar-expand-image-button-alist): Use it.
13178
13179 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13180
13181 CC Mode update to 5.30.9:
13182
13183 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13184 Move from cc-vars to cc-defs for dependency reasons. Fix the
13185 POSIX char class test to check that it works in
13186 `skip-chars-(forward|backward)' too.
13187
13188 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13189 first argument starts with a special brace list.
13190
13191 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13192 when `c-opt-type-concat-key' is used (i.e. in Pike).
13193
13194 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13195 Fix bug when the inner char pair doesn't have paren syntax,
13196 i.e. "(<>)".
13197
13198 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13199 whitespace safe.
13200
13201 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13202 position for `arglist-intro', `arglist-cont-nonempty' and
13203 `arglist-close' when there are two arglist open parens on the same
13204 line and there's nothing in front of the first.
13205
13206 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13207 locking of qualified names in Java, which previously could fontify
13208 common indexing expressions in many cases. The standard Java
13209 naming conventions are used to tell them apart.
13210
13211 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13212 Fix inconsistency wrt opening parens on the first line inside a paren
13213 block.
13214
13215 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13216 compile time for the sake of `c-major-mode-is'.
13217
13218 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13219 `c-major-mode-is' in the event that this is used inside a
13220 `c-lang-defconst'.
13221
13222 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13223 `c-lang-defconst' so that it works better with fallback languages.
13224
13225 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13226 it to fail to record the base mode.
13227
13228 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13229 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13230 is used. Reorder the syntax checks to get more efficient
13231 skipping in some situations.
13232
13233 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13234 continuation which might precede the newly inserted '{'.
13235
13236 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13237 Fix cases where it could loop indefinitely.
13238
13239 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13240 size specs correctly. Only fontify identifiers in front of '('
13241 with as functions - don't accept any paren char. Tighten up
13242 initializer skipping to stop before function and class blocks.
13243
13244 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13245 the point could be left directly after an open paren when finding
13246 the beginning of the first decl in the block.
13247
13248 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13249 table when filtering out legitimate open parens to be recorded.
13250 This could cause cache inconsistencies when e.g.
13251 `c++-template-syntax-table' was temporarily in use.
13252
13253 * progmodes/cc-engine.el (c-on-identifier)
13254 (c-simple-skip-symbol-backward): Small fix for handling "-"
13255 correctly in `skip-chars-backward'. Affected the operator lfun
13256 syntax in Pike.
13257
13258 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13259 Fix bug that could cause an error from `after-change-functions' when
13260 the changed region is at bob.
13261
13262 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13263
13264 CC Mode update to 5.30.9:
13265
13266 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13267 to say that <TAB> doesn't insert WS into a CPP line.
13268 (c-indent-command, c-tab-always-indent): Amend doc strings.
13269
13270 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13271 checks for user errors, thus eliminating cryptic and unhelpful
13272 Emacs error messages. (1) Check the arg to `c-set-style' is a
13273 string. (2) Check that settings to `c-offsets-alist' are not
13274 spuriously quoted.
13275
13276 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13277 which precedes the newly inserted `{'.
13278
13279 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13280
13281 Sync with Tramp 2.0.44.
13282
13283 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13284 function "tramp_file_attributes". Otherwise, file names
13285 containing spaces are misinterpreted. Reported by Magnus Henoch
13286 <mange@freemail.hu>.
13287 (tramp-handle-file-truename): FILENAME must be expanded first.
13288 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13289 obscure results. Reported by D. Goel <deego@gnufans.org>.
13290 (tramp-handle-verify-visited-file-modtime): If file does not
13291 exist, say it is not modified if and only if that agrees with the
13292 buffer's record. Check whether a file is visiting the buffer, or
13293 the buffer has no recorded last modification time. Return t in
13294 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13295 <teirllm@auburn.edu>.
13296 (tramp-handle-write-region): Pass modtime explicitely to
13297 `set-visited-file-modtime', because filename can be different
13298 from (buffer-file-name) if `file-precious-flag' is set.
13299 `set-visited-file-modtime' must be called always when `visit' is t
13300 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13301 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13302 nil, don't apply the whole body. If the file doesn't exists, set
13303 modtime to '(-1 65535). Suggested by Luc Teirlinck
13304 <teirllm@auburn.edu>.
13305
13306 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13307
13308 * help.el (describe-bindings): Doc fix.
13309
13310 * subr.el (kbd): Doc fix.
13311
13312 2004-08-08 John Paul Wallington <jpw@gnu.org>
13313
13314 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13315 instead of `string-to-int'.
13316 (define-ibuffer-column mode): Fix indentation.
13317
13318 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13319
13320 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13321
13322 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13323
13324 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13325
13326 * novice.el (disabled-command-function): New variable renamed from
13327 `disabled-command-hook'.
13328 (disabled-command-hook): Keep the _variable_ as alias for
13329 `disabled-command-function' and make obsolete.
13330 (disabled-command-function): Function renamed from
13331 `disabled-command-hook'. Adapt code to name change of the variable.
13332
13333 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13334
13335 * simple.el (completion-root-regexp): New defvar.
13336 (completion-setup-function): Use it instead of a literal string.
13337
13338 2004-08-07 John Paul Wallington <jpw@gnu.org>
13339
13340 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13341 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13342 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13343 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13344
13345 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13346
13347 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13348 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13349
13350 2004-08-04 Kenichi Handa <handa@m17n.org>
13351
13352 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13353 Fix previous change.
13354
13355 2004-08-03 Kenichi Handa <handa@m17n.org>
13356
13357 * international/encoded-kb.el: The following changes are to
13358 utilize key-translation-map instead of minor mode map.
13359 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13360 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13361 (encoded-kbd-last-key): New function.
13362 (encoded-kbd-iso2022-single-shift): New function.
13363 (encoded-kbd-iso2022-designation)
13364 (encoded-kbd-self-insert-iso2022-7bit)
13365 (encoded-kbd-self-insert-iso2022-8bit)
13366 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13367 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13368 key-translation-map.
13369 (encoded-kbd-setup-keymap): Setup key-translation-map.
13370 (saved-key-translation-map): New variable.
13371 (encoded-kbd-mode): Save/restore key-translation-map.
13372 Adjust for the change of encoded-kbd-setup-keymap.
13373
13374 2004-08-02 Kim F. Storm <storm@cua.dk>
13375
13376 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13377 and call compute-motion with nil for topos and width to get proper
13378 usable width and height for both window and non-window systems.
13379
13380 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13381 calculate usable window width and height.
13382
13383 * window.el (window-buffer-height): Call compute-motion with nil width.
13384
13385 2004-08-01 David Kastrup <dak@gnu.org>
13386
13387 * replace.el (query-replace-read-from):
13388 Use `query-replace-compile-replacement'.
13389 (query-replace-compile-replacement): New function.
13390 (query-replace-read-to): Use `query-replace-compile-replacement'
13391 for repeating the last command.
13392
13393 2004-08-01 John Paul Wallington <jpw@gnu.org>
13394
13395 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13396 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13397 (pr-switches): Remove period from end of error messages.
13398
13399 * help-mode.el (help-go-back): Likewise.
13400
13401 * abbrev.el (only-global-abbrevs): Doc fix.
13402 (edit-abbrevs-map): Define within defvar.
13403 (quietly-read-abbrev-file): Doc fix.
13404
13405 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13406
13407 * novice.el (enable-command, disable-command): Doc fixes.
13408
13409 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13410
13411 2004-07-30 Richard M. Stallman <rms@gnu.org>
13412
13413 * subr.el (with-local-quit): Doc fix.
13414
13415 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13416
13417 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13418
13419 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13420
13421 * custom.el (defcustom): Doc fix.
13422
13423 2004-07-28 Masatake YAMATO <jet@gyve.org>
13424
13425 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13426
13427 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * imenu.el (imenu-prev-index-position-function)
13430 (imenu-extract-index-name-function, imenu-name-lookup-function)
13431 (imenu--index-alist): Docstring redundancy fix.
13432
13433 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13434
13435 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13436 binding dired-backup-overwrite.
13437
13438 2004-07-25 John Paul Wallington <jpw@gnu.org>
13439
13440 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13441
13442 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13443
13444 * term/tty-colors.el (tty-color-approximate): Doc fix.
13445
13446 * select.el (x-get-selection, x-set-selection): Doc fixes.
13447
13448 * frame.el (make-frame): Doc fix.
13449
13450 2004-07-24 Richard M. Stallman <rms@gnu.org>
13451
13452 * mail/rmail.el (rmail-mime-charset-pattern):
13453 Don't include semicolon in the charset value.
13454
13455 * replace.el (occur-next-error): Call set-window-point.
13456 (occur-engine): Handle negative NLINES.
13457
13458 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13459
13460 * frame.el (modify-all-frames-parameters): Minor doc fix.
13461 (set-frame-configuration): Doc fix.
13462
13463 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13464
13465 * simple.el (completion-setup-function): Compute the common parts
13466 and the first difference place correctly when
13467 partial-completion-mode is on.
13468
13469 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13470
13471 * ps-print.el: Doc fix.
13472 (ps-print-version): New version 6.6.5.
13473 (ps-printing-region): Doc fix.
13474 (ps-generate-string-list): Comment fix.
13475 (ps-message-log-max): Code fix.
13476
13477 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13478
13479 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13480 generated PostScript.
13481
13482 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13483
13484 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13485 with Gnus v5_10 branch.)
13486
13487 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13488
13489 * calendar/time-date.el (time-to-number-of-days): New function.
13490 Imported from from Gnus.
13491
13492 2004-07-22 Kim F. Storm <storm@cua.dk>
13493
13494 * progmodes/make-mode.el: Fix comments.
13495
13496 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13497
13498 * printing.el: Doc fix.
13499
13500 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13501
13502 * frame.el (modify-all-frames-parameters): Minor doc fix.
13503
13504 2004-07-20 Richard M. Stallman <rms@gnu.org>
13505
13506 * textmodes/fill.el (fill-nobreak-p): If this break point is
13507 at the end of the line, don't consider the newline which follows
13508 as a reason to return t.
13509
13510 2004-07-19 John Paul Wallington <jpw@gnu.org>
13511
13512 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13513
13514 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13515
13516 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13517 Delete irrelevant code.
13518
13519 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13520
13521 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13522 New docstring. From Luc Teirlinck.
13523
13524 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13525
13526 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13527 section.
13528 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13529 non-file buffers. We know it is nil.
13530
13531 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13532
13533 Sync with Tramp 2.0.43.
13534
13535 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13536 Remove outdated comment.
13537 (tramp-locked, tramp-locker): New variables for implementing a
13538 global lock.
13539 (tramp-sh-file-name-handler): Use them to implement the global lock.
13540
13541 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13542
13543 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13544 calls to respective `xxx` calls.
13545 (tramp-process-alive-regexp): Precise doc string.
13546 (tramp-multi-action-process-alive): New defun.
13547 (tramp-multi-actions): Use it.
13548 (tramp-handle-find-backup-file-name): `copy-tree' is available
13549 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13550 in order to avoid this function.
13551 (tramp-handle-write-region): Set current buffer. If connection
13552 wasn't open, `file-modes' has changed it accidently. Reported by
13553 David Kastrup <dak@gnu.org>.
13554 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13555 HOST.
13556 (tramp-action-password, tramp-multi-action-password): Apply it.
13557 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13558 name must still contain the port number. Otherwise, we have two
13559 Tramp buffers, with all the confusion. Reported by Myron Selby
13560 <myron@xytech.com> and Rolf Dubitzky
13561 <Dubitzky@physi.uni-heidelberg.de>.
13562
13563 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13564 HOST to `tramp-enter-passwd'.
13565
13566 * net/tramp-vc.el (all): Code cleanup. Change all
13567 `tramp-handle-xxx' calls to respective `xxx` calls.
13568
13569 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13570
13571 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13572 functions that are not erroneous if either 1-valued or
13573 multi-valued. Detect functions in this class.
13574 (testcover-1value-functions, testcover-compose-functions)
13575 (testcover-progn-functions) Add some additional functions to lists.
13576 (testcover-mark): Bugfix when marking up the definition for an
13577 empty function.
13578
13579 2004-07-17 Richard M. Stallman <rms@gnu.org>
13580
13581 * replace.el (occur-read-primary-args): Pass default to
13582 read-from-minibuffer.
13583
13584 * mail/footnote.el (footnote-section-tag): Use defcustom.
13585
13586 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13587 Compile font-lock-keywords, not KEYWORDS.
13588 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13589 Add warn, check-type. Handle cerror like error.
13590
13591 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13592
13593 * progmodes/which-func.el (which-func-keymap): New var.
13594 (which-func-face): New face.
13595 (which-func-format): Use them.
13596
13597 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13598
13599 * buff-menu.el (list-buffers-noselect): Append the buffer's
13600 process status to its mode name.
13601
13602 2004-07-16 Kim F. Storm <storm@cua.dk>
13603
13604 * simple.el (inhibit-mark-movement): New defvar.
13605 (beginning-of-buffer, end-of-buffer): Do not push mark if
13606 inhibit-mark-movement is non-nil or C-u prefix is given.
13607
13608 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13609 Init to beginning-of-buffer and end-of-buffer.
13610 (cua--undo-push-mark): New defvar.
13611 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13612 already active and command is in cua--preserve-mark-commands.
13613 Also fix check for shift modifier on non-window systems.
13614 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13615
13616 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13617
13618 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13619 of two integers, instead of a cons.
13620
13621 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13622 `visited-file-modtime' now returns a list of two integers, instead
13623 of a cons.
13624
13625 * dired.el (dired-directory-changed-p): Ditto.
13626
13627 * progmodes/grep.el (grep): Doc fix.
13628
13629 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13630
13631 * autorevert.el (auto-revert-tail-mode)
13632 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13633 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13634 in both at the same time.
13635 (auto-revert-tail-mode): New command.
13636 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13637 (auto-revert-handler): Revert only either tail or whole file.
13638
13639 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13640 add auto-revert-tail-mode.
13641
13642 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13643
13644 * printing.el: Doc fix. Change name of some funs.
13645 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13646 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13647 (pr-standard-file-name): New fun. Replace pr-standard-path.
13648 (pr-call-process): Code fix.
13649
13650 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13651
13652 * subr.el (with-selected-window): Doc fix.
13653
13654 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13655
13656 * subr.el (get-buffer-window-list): Doc fix.
13657
13658 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13659
13660 * files.el (switch-to-buffer-other-window): Doc fix.
13661
13662 * window.el (save-selected-window, one-window-p)
13663 (split-window-keep-point, split-window-vertically)
13664 (split-window-horizontally): Doc fixes.
13665
13666 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13667
13668 * printing.el: Doc fix. Now it uses call-process instead of
13669 shell-command for low command execution.
13670 (pr-version): New version number (6.8).
13671 (pr-shell-file-name): Option removed.
13672 (pr-shell-command): Fun removed.
13673 (pr-call-process): New fun. Replace pr-shell-command.
13674 (pr-standard-path, pr-remove-nil-from-list): New funs.
13675 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13676 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13677 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13678 (pr-ps-utility-process, pr-txt-print): Code fix.
13679
13680 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13681
13682 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13683 boolean.
13684
13685 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13686
13687 * wid-edit.el (widget-field-buffer): Doc fix.
13688
13689 2004-07-09 John Paul Wallington <jpw@gnu.org>
13690
13691 * emacs-lisp/re-builder.el (reb-update-overlays):
13692 Distinguish between one and several matches in message.
13693
13694 2004-07-09 Richard M. Stallman <rms@gnu.org>
13695
13696 * mouse.el (mouse-set-region-1): If transient-mark-mode
13697 is `identity', change it to `only'.
13698
13699 * simple.el (current-word): Doc fix.
13700
13701 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13702
13703 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13704 so that it is more understanding of whitespace.
13705
13706 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13707 (("ns" . "element") (attr-list) children) instead of
13708 ((:ns . "element") (attr-list) children) in order to reduce the
13709 number of symbols used.
13710 (xml-skip-dtd): Change to use xml-parse-dtd but set
13711 xml-validating-parsing to nil.
13712 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13713 (xml-substitute-entity): Remove in favor of new entity substitution.
13714 (xml-substitute-special): Rewrite in to substitute complex
13715 entities from DOCTYPE declarations.
13716 (xml-parse-fragment): Parse fragments from entity deleclarations.
13717 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13718 (xml-parse-dtd, xml-substitute-special): Make validity checks
13719 conditioned on xml-validating-parser. Add "Not Well Formed" to
13720 error messages about well-formedness.
13721
13722 2004-07-08 Steven Tamm <steventamm@mac.com>
13723
13724 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13725 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13726 Do not treat double clicks and triple clicks specially in the
13727 scroll bar (preventing strange repositioning problems)
13728
13729 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13730
13731 * replace.el (query-replace-regexp-eval): Fix last change.
13732
13733 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * replace.el (query-replace-descr): New fun.
13736 (query-replace-read-from, query-replace-read-args): Default to the
13737 previous from&to.
13738 (query-replace-read-to): Quote the `from' string when displaying it.
13739 (query-replace-regexp-eval): Immediately check read-only status.
13740 Use query-replace-read-from to get the \n checking.
13741 Quote the `from' string when displaying it.
13742 (map-query-replace-regexp, occur-read-primary-args):
13743 Quote the `from' string when displaying it.
13744
13745 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13746 delimited-ness of the search to query-replace.
13747
13748 * replace.el (query-replace-read-from, query-replace-read-to):
13749 New funs extracted from query-replace-read-args.
13750 (query-replace-read-args): Use them.
13751
13752 * replace.el (query-replace-interactive, query-replace-read-args):
13753 Remove the `initial' special value.
13754 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13755 (occur-engine): Remove unused var `matchend'.
13756
13757 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13758 Use the search string without prompting.
13759
13760 2004-07-05 Kenichi Handa <handa@m17n.org>
13761
13762 * international/mule.el (decode-coding-inserted-region):
13763 Set last-coding-system-used only when coding is nil.
13764
13765 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13766
13767 * progmodes/grep.el (grep-compute-defaults, grep-command)
13768 (grep-program, find-program, grep-find-use-xargs, grep-history)
13769 (grep-find-history, grep-tag-default, grep-find-command)
13770 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13771 Add autoload cookies, for unbundled packages that load `compile'
13772 and expect all grep-related symbols to become defined.
13773
13774 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13775
13776 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13777 (iimage-mode-image-search-path): New user option to search the
13778 image file.
13779 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13780 have locate-file.
13781 (iimage-mode-buffer): Use it.
13782
13783 2004-07-03 Nick Roberts <nickrob@gnu.org>
13784
13785 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13786 carefully.
13787 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13788
13789 2004-07-03 Juri Linkov <juri@jurta.org>
13790
13791 * replace.el (query-replace-read-args): Swallow space after 'foo,
13792 not after (quote foo). Match space only immediately after symbol,
13793 not anywhere in the whole string.
13794
13795 2004-07-02 Richard M. Stallman <rms@gnu.org>
13796
13797 * replace.el (query-replace-read-args): Swallow space after
13798 symbols, not after closeparens. But avoid error if string ends there.
13799
13800 * progmodes/python.el (python-beginning-of-statement):
13801 Exit the loop if backward-up-list gets error.
13802
13803 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13804
13805 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13806
13807 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13808 only if vc-consult-headers is non-nil.
13809
13810 2004-07-02 Juri Linkov <juri@jurta.org>
13811
13812 * pcvs.el (cvs-mode-diff-repository): New command.
13813
13814 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13815
13816 2004-07-01 Juri Linkov <juri@jurta.org>
13817
13818 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13819 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13820 C-M-% to isearch-query-replace-regexp.
13821 (minibuffer-local-isearch-map): Add arrow key bindings.
13822 Bind C-f to isearch-yank-char-in-minibuffer.
13823 (isearch-forward): Doc fix.
13824 (isearch-edit-string): Doc fix.
13825 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13826 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13827 (isearch-yank-char): Add optional arg.
13828 (isearch-yank-char-in-minibuffer): New fun.
13829
13830 * replace.el (query-replace-interactive): Change type from boolean
13831 to choice. Add value `initial'.
13832 (query-replace-read-args): Handle value `initial' of
13833 query-replace-interactive.
13834
13835 2004-06-29 Kim F. Storm <storm@cua.dk>
13836
13837 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13838 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13839
13840 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13841 Add :group 'ada.
13842
13843 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13844
13845 2004-06-29 Juri Linkov <juri@jurta.org>
13846
13847 * replace.el (query-replace-read-args): Swallow a space after
13848 everything except )]" which in most cases means after a symbol.
13849
13850 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13851
13852 2004-06-28 Richard M. Stallman <rms@gnu.org>
13853
13854 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13855 More changes to go with previous change in font-lock.el.
13856
13857 2004-06-26 David Kastrup <dak@gnu.org>
13858
13859 * replace.el (perform-replace): Highlight the match even in
13860 non-query mode if there is potential replace string editing.
13861
13862 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13863
13864 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13865 agree with new return value of `file-remote-p'.
13866 This syncs with Tramp 2.0.42.
13867
13868 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13869 according to new documentation of `file-remote-p'.
13870
13871 * files.el (file-remote-p): Fix doc to say that return value is
13872 identification of remote system, if not nil.
13873 (file-relative-name): Use new return value of `file-remote-p'.
13874
13875 2004-06-26 Nick Roberts <nickrob@gnu.org>
13876
13877 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13878 (gdb-goto-breakpoint): Fix breakage.
13879
13880 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13881
13882 * man.el (Man-getpage-in-background): Add windows-nt to the list
13883 of systems where shell-file-name should be used instead of
13884 literal "sh".
13885
13886 2004-06-25 Sam Steingold <sds@gnu.org>
13887
13888 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13889 function names `(setf symbol)'.
13890
13891 2004-06-24 Richard M. Stallman <rms@gnu.org>
13892
13893 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13894
13895 * font-lock.el (font-lock-keywords): Change format of compiled values.
13896 Document it.
13897 (font-lock-add-keywords): If font-lock-keywords is compiled,
13898 extract the uncompiled version, modify, then recompile.
13899 (font-lock-remove-keywords): Likewise.
13900 (font-lock-fontify-keywords-region): Handle changed format.
13901 (font-lock-compile-keywords): Handle changed format.
13902 (font-lock-set-defaults): Compile the keywords explicitly here.
13903
13904 2004-06-24 David Kastrup <dak@gnu.org>
13905
13906 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13907 replacements here.
13908 (query-replace-regexp): Doc string explaining this and the new
13909 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13910 is better placed in `query-replace-read-args'.
13911 (replace-regexp): Explain `\,', `\#' and `\?'.
13912 (replace-match-data): New function for thorough reuse/destruction
13913 of old match-data.
13914 (replace-match-maybe-edit): Function for implementing `\?' editing.
13915 (perform-replace): Fix maintaining of the match stack including
13916 already matched regions, implement `\?', fix various problems
13917 with regions while editing and other stuff.
13918 (replace-highlight): Simplify.
13919
13920 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13921
13922 * progmodes/grep.el (grep-error-screen-columns): New variable.
13923 (grep-regexp-alist): Give it the full functionality of gnu style
13924 compilation messages with line and column ranges. Ask me for the
13925 perl script I'm working on, that uses these.
13926
13927 2004-06-23 Nick Roberts <nickrob@gnu.org>
13928
13929 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13930 Remove.
13931 (comint-insert-input, comint-mouse-insert-input): New functions
13932 based on comint-insert-clicked-input for two bindings but just
13933 one functionality.
13934
13935 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13936
13937 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13938
13939 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13940
13941 * files.el (write-contents-functions): Doc fix.
13942
13943 2004-06-21 Juanma Barranquero <lektu@terra.es>
13944
13945 * image.el (image-library-alist): Rewrite docstring in active voice.
13946
13947 2004-06-20 Richard M. Stallman <rms@gnu.org>
13948
13949 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13950
13951 * isearch.el (isearch-repeat): Avoid testing old match data.
13952 (isearch-message): Display trailing space in special font
13953 when search is failing.
13954 (isearch-search-fun-function): Doc fix.
13955
13956 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13957
13958 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13959
13960 * frame.el (show-trailing-whitespace): Doc fix.
13961
13962 * cus-edit.el (custom-variable-documentation): New function.
13963 (custom-variable): Use it.
13964
13965 2004-06-19 Nick Roberts <nickrob@gnu.org>
13966
13967 * man.el (Man-getpage-in-background): Revert previous change but
13968 make cygwin a special case.
13969
13970 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13971
13972 * autorevert.el (global-auto-revert-non-file-buffers):
13973 Update docstring.
13974
13975 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13976
13977 * progmodes/compile.el (compilation-error-properties): Store one
13978 more than end-col, if present, so that transient-mark-mode will
13979 highlight last char too.
13980 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13981 ranges, if present.
13982
13983 2004-06-18 Jason Rumney <jasonr@gnu.org>
13984
13985 * makefile.w32-in: Double percent signs in for loops.
13986
13987 2004-06-17 David Kastrup <dak@gnu.org>
13988
13989 * replace.el (query-replace-read-args): Only warn about use of \n
13990 and \t when we are doing a regexp replacement and the actual
13991 escaped character is n or t.
13992 (query-replace-regexp): Add \, and \# interpretation to
13993 interactive call and document it.
13994 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13995 as shortkey for replace-count.
13996 (replace-quote): New function for doubling backslashes.
13997
13998 2004-06-17 Juanma Barranquero <lektu@terra.es>
13999
14000 * files.el (parse-colon-path, cd): Mention in docstring that the
14001 path separator is colon in GNU-like systems.
14002
14003 * newcomment.el (comment-region-internal): Fix docstring.
14004
14005 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14006 (ewoc-invalidate, ewoc-collect): Doc fixes.
14007 (ewoc--create-node, ewoc--delete-node-internal):
14008 Fix typos in docstring.
14009
14010 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14011
14012 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14013 manual to docstring.
14014
14015 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14016
14017 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14018
14019 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14020
14021 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14022 Add hyperlink to emacs-xtra manual to docstring.
14023
14024 * autorevert.el (global-auto-revert-non-file-buffers):
14025 Add hyperlink to emacs-xtra manual to docstring, as well as an
14026 info-link.
14027
14028 2004-06-14 Juanma Barranquero <lektu@terra.es>
14029
14030 * image.el (image-library-alist): New variable to map image types
14031 to external libraries. Initialized to nil, unless system-specific
14032 configs change it.
14033 (image-type-available-p): Determine whether an image type is
14034 available by calling `init-image-library'.
14035
14036 * term/w32-win.el (image-library-alist): Initialize to a known set
14037 of probable library names.
14038
14039 2004-06-14 Kenichi Handa <handa@m17n.org>
14040
14041 * international/code-pages.el (windows-1256, cp1125): Fix tables
14042 for several characters.
14043
14044 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14045
14046 2004-06-13 Richard M. Stallman <rms@gnu.org>
14047
14048 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14049
14050 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14051 not "`pc-selection-mode'".
14052
14053 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14054
14055 * simple.el (previous-matching-history-element): Specify a default.
14056
14057 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14058
14059 * cus-face.el (custom-declare-face): Simplify code.
14060
14061 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14062
14063 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14064
14065 * files.el (before-save-hook): Add `time-stamp' to the options.
14066
14067 * time-stamp.el (time-stamp): Recommend adding it to
14068 `before-save-hook', rather than `write-file-functions'.
14069 Make a similar change in `Commentary' section.
14070
14071 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14072
14073 * diff-mode.el (diff-current-defun): If at start of hunk, use
14074 position of first change.
14075
14076 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14077
14078 * dired-x.el (dired-mark-omitted): Bind to "*O".
14079
14080 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14081
14082 * bookmark.el (bookmark-bmenu-relocate): New function, as
14083 suggested by David J. Biesack <David.Biesack@sas.com>.
14084 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14085 (bookmark-bmenu-mode): Describe binding in doc string.
14086 (bookmark-set-filename): Save the bookmark list if it's time.
14087
14088 2004-06-13 Kenichi Handa <handa@m17n.org>
14089
14090 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14091 (ccl-untranslated-to-ucs): Fix typo.
14092
14093 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14094
14095 * progmodes/python.el (python-open-block-statement-p):
14096 Fix indentation after a block opening that contains a comment.
14097
14098 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14099
14100 * bindings.el (completion-ignored-extensions): Add file extensions
14101 of Python byte-compiled files.
14102
14103 2004-06-12 Juri Linkov <juri@jurta.org>
14104
14105 * info.el (Info-goto-node): Add autoload.
14106 (Info-toc): Add substring-no-properties on Info file name.
14107 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14108 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14109
14110 2004-06-12 Kenichi Handa <handa@m17n.org>
14111
14112 * international/mule-cmds.el (set-language-environment):
14113 Load subst tables if necessary.
14114
14115 * international/mule.el (decode-char): Load subst tables if necessary.
14116 (encode-char): Likewise.
14117
14118 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14119 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14120 (utf-16le-decode-loop): Set r5 to -1 before loop.
14121 (utf-16be-decode-loop): Likewise.
14122 (ccl-decode-mule-utf-16le): Add EOF processing block.
14123 (ccl-decode-mule-utf-16be): Likewise.
14124 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14125 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14126 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14127 (ccl-mule-utf-16-encode-untrans): New CCL.
14128 (utf-16-decode-to-ucs): Handle pre-read character.
14129 (utf-16le-encode-loop): Handle surrogate pair.
14130 (utf-16be-encode-loop): Likewise.
14131 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14132 of utf-16le-encode-loop.
14133 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14134 of utf-16be-encode-loop.
14135 (mule-utf-16-post-read-conversion):
14136 Call utf-8-post-read-conversion at first.
14137 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14138 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14139 Add post-read-conversion and pre-write-conversion.
14140
14141 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14142 (utf-translate-cjk-unicode-range): New variable.
14143 (utf-translate-cjk-load-tables): New function.
14144 (utf-lookup-subst-table-for-decode): New function.
14145 (utf-lookup-subst-table-for-encode): New function.
14146 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14147 tables here. Update safe-charsets of utf-* coding systems.
14148 (ccl-mule-utf-untrans): New CCL.
14149 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14150 at end of each branch.
14151 (ccl-mule-utf-8-encode-untrans): New CCL.
14152 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14153 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14154 length of encoding. Don't return r0.
14155 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14156 (utf-8-post-read-conversion): Narrow to region properly.
14157 If utf-translate-cjk-mode is on, load tables if necessary.
14158 Call utf-8-compose with hash-table arg if necessary.
14159 Call XXX-compose-region instead of XXX-post-read-convesion.
14160 (utf-8-pre-write-conversion): New function.
14161 (mule-utf-8): Include CJK charsets in safe-charsets if
14162 utf-translate-cjk-mode is on. Add pre-write-conversion.
14163
14164 * international/characters.el: Temporarily set
14165 utf-translate-cjk-mode to nil.
14166
14167 * language/devan-util.el (devanagari-compose-region):
14168 Add autoload cookie.
14169
14170 * international/ccl.el (ccl-dump-call): Fix printing the
14171 subroutine name.
14172
14173 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14174
14175 * dired.el (dired-revert): If buffer is marked unmodified before
14176 reverting, keep it marked unmodified.
14177 Adapt to new conventions for commenting out code.
14178 (dired-make-relative): Adapt to new conventions for commenting out code.
14179
14180 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14181
14182 * eshell/esh-module.el (eshell-load-defgroups):
14183 Bind `vc-handled-backends' to nil when opening files.
14184
14185 2004-06-11 Juanma Barranquero <lektu@terra.es>
14186
14187 * files.el (parse-colon-path, cd): Doc fixes (refer to
14188 `path-separator', not colon).
14189
14190 2004-06-10 Juanma Barranquero <lektu@terra.es>
14191
14192 * newcomment.el (comment-search-forward)
14193 (comment-search-backward): Fix typos in docstring.
14194 (comment-region): Doc fix.
14195
14196 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14197
14198 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14199 switch is no longer stored in `dired-switches-alist'.
14200
14201 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14202 `dired-switches-alist'.
14203
14204 2004-06-10 Kim F. Storm <storm@cua.dk>
14205
14206 * pcvs.el (cvs-mode-diff-yesterday): New command.
14207
14208 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14209
14210 2004-06-10 Juri Linkov <juri@jurta.org>
14211
14212 * emacs-lisp/edebug.el (edebug-eval-defun):
14213 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14214 Fix docstring.
14215
14216 * simple.el (eval-expression-print-format): Don't print additional
14217 information on the first call to `eval-print-last-sexp'.
14218 (next-error-find-buffer): Fix punctuation.
14219 (killing) <defgroup>: Fix punctuation.
14220 (yank-excluded-properties): Change group from editing to killing.
14221
14222 * replace.el (perform-replace): Use `limit' to terminate the
14223 while-loop explicitly.
14224
14225 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14226
14227 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14228 Use lc-*.xpm as prefix instead of *-locol.xpm.
14229
14230 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14231 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14232 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14233 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14234 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14235 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14236 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14237 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14238 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14239 * toolbar/lc-up_arrow.xpm:
14240 Rename from *-locol.xpm.
14241
14242 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14243
14244 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14245 include forms like &<str>; as valid url patterns.
14246
14247 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14248
14249 * dired.el (dired-diff, dired-backup-diff)
14250 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14251 (dired-do-chown, dired-do-touch, dired-do-print)
14252 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14253 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14254 (dired-create-directory, dired-do-copy, dired-do-symlink)
14255 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14256 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14257 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14258 (dired-maybe-insert-subdir, dired-next-subdir)
14259 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14260 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14261 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14262 (dired-run-shell-command, dired-query): Remove redundant,
14263 or incorrect, autoloads.
14264
14265 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14266 does not end in a slash. Add optional argument KILL-ROOT.
14267 Update docstring.
14268 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14269 (dired-query): Add autoloads.
14270
14271 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14272
14273 * progmodes/compile.el (compilation-set-window-height):
14274 Rearrange the save-* functions because a buffer can have several current
14275 point in different windows.
14276 (compilation-error-regexp-alist-alist): Recognize {standard input}
14277 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14278
14279 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14280
14281 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14282 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14283 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14284 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14285 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14286 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14287 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14288 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14289 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14290 * toolbar/up_arrow-locol.xpm:
14291 New versions of icons that uses fewer colors.
14292
14293 * toolbar/tool-bar.el (tool-bar-local-item)
14294 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14295 if display-color-cells is 256 or less.
14296
14297 2004-06-08 Kim F. Storm <storm@cua.dk>
14298
14299 * wid-edit.el (widget-specify-button): Use hand pointer rather
14300 than mouse-face as visible mouse-over effect.
14301
14302 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14303
14304 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14305 and `print-level' to nil when writing out `save-place-alist'.
14306 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14307
14308 2004-06-07 Juanma Barranquero <lektu@terra.es>
14309
14310 * completion.el (completion-kill-region): Doc fix.
14311
14312 * format.el (format-insert-annotations)
14313 (format-annotate-location): Doc fixes.
14314 (format-subtract-regions): Make arguments match their use in docstring.
14315
14316 * simple.el (kill-region): Doc fix.
14317
14318 * subr.el (insert-buffer-substring-no-properties)
14319 (insert-buffer-substring-as-yank): Doc fixes.
14320
14321 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14322
14323 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14324 Update docstring.
14325 (dired-reset-subdir-switches): New function.
14326
14327 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14328 Limit scope of `buffer-read-only' binding.
14329
14330 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14331
14332 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14333 eshell-explicit-command-char.
14334
14335 2004-06-06 Juanma Barranquero <lektu@terra.es>
14336
14337 * help-fns.el (help-argument-name): Inherit from italic face only
14338 if the frame supports it.
14339
14340 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14341
14342 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14343 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14344 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14345 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14346 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14347 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14348 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14349 New conversions from xpm files.
14350
14351 * toolbar/README: New file.
14352
14353 2004-06-06 Richard M. Stallman <rms@gnu.org>
14354
14355 * isearch.el (isearch-mode-map): Undo previous change.
14356
14357 2004-06-05 Juri Linkov <juri@jurta.org>
14358
14359 * bindings.el (debug-ignored-errors): Add regexps for history
14360 related messages. Remove $ from "No further undo information".
14361 Move Ediff's messages to ediff.el.
14362
14363 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14364
14365 * cus-edit.el (custom-display): Add `min-colors'.
14366
14367 * custom.el (defface): Add `supports' to docstring.
14368
14369 * help-fns.el (help-argument-name): Add :group 'help.
14370
14371 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14372
14373 * find-dired.el (find-ls-subdir-switches): New user option.
14374 (find-dired): No longer call `abbreviate-file-name' on DIR.
14375 Set `dired-subdir-switches' buffer-locally.
14376
14377 * locate.el: Merge the two `Commentary' sections.
14378 (locate-ls-subdir-switches): New user option.
14379 (locate): Update for other changes.
14380 (locate-mode-map): Restore Dired binding for mouse-2.
14381 Bind `locate-mouse-view-file' to M-mouse-2.
14382 Bind `l' to `locate-do-redisplay'.
14383 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14384 (locate-mouse-view-file, locate-tags, locate-find-directory):
14385 Print message if used outside main listing.
14386 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14387 Various changes to support inserted subdirectories.
14388 (locate-insert-header): Change header of *Locate* buffer.
14389
14390 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14391 Change interactive default switches.
14392 (dired-rename-subdir-2): Update `dired-switches-alist'.
14393 (dired-insert-subdir, dired-kill-subdir):
14394 Handle `dired-switches-alist'. Do not mark buffer modified.
14395 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14396 (dired-insert-subdir-doinsert): Omit messages.
14397 Handle `dired-subdir-switches'.
14398 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14399
14400 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14401 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14402 subdirs if -R switch is used for a subdir.
14403 (dired-mode): Set `dired-switches-alist'.
14404 (dired-build-subdir-alist): Only print number of directories in
14405 echo area when invoked interactively.
14406
14407 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14408
14409 * dired-x.el (dired-omit-mode): Rename from
14410 dired-omit-files-p. Use define-minor-mode to define it.
14411 (dired-omit-files-p): Add as alias for dired-omit-mode.
14412 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14413 dired-mark-omitted.
14414 (dired-mark-omitted): Add. Bind to M-O.
14415
14416 2004-06-05 Kenichi Handa <handa@m17n.org>
14417
14418 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14419
14420 2004-06-05 Juanma Barranquero <lektu@terra.es>
14421
14422 * help-fns.el (help-argument-name): Reintroduce face.
14423 (help-default-arg-highlight): Use it, now that
14424 `face-differs-from-default-p' can be trusted.
14425
14426 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14427
14428 * textmodes/table.el: Sentence commands added to Point Motion
14429 group; kill and backward-kill commands added to Extraction group.
14430
14431 2004-06-04 Mario Lang <mlang@delysid.org>
14432
14433 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14434 systems appear to use mW, make the code handle this. Fix a
14435 division-by-zero bug while at it, and handle kernels with
14436 a slightly different layout in /proc/acpi.
14437
14438 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14439
14440 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14441 because the latter is a CL-ism. This fixes the bug reported by
14442 Shawn Boyette <mdxi@collapsar.net> in
14443 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14444
14445 2004-06-04 Miles Bader <miles@gnu.org>
14446
14447 * faces.el (display-supports-face-attributes-p): Function moved to
14448 C code. Previously only the tty-related portion of this function
14449 was done in C; however the previous attempt to do a halfway-proper
14450 job for non-tty displays in lisp didn't work properly because of
14451 funny conditions during Emacs startup.
14452 (face-differs-from-default-p): Simplify, now that
14453 display-supports-face-attributes-p works properly on all display
14454 types. Remove :stipple from comparison; it doesn't really work
14455 in emacs anyway.
14456
14457 2004-06-04 Miles Bader <miles@gnu.org>
14458
14459 * faces.el (face-differs-from-default-p): Use a different
14460 implementation, so we can really check whether FACE displays
14461 differently or not.
14462
14463 2004-06-04 Miles Bader <miles@gnu.org>
14464
14465 * faces.el (display-supports-face-attributes-p): Implement a
14466 `different from default' check for non-tty displays.
14467
14468 2004-06-03 David Kastrup <dak@gnu.org>
14469
14470 * woman.el (woman-mapcan): More concise code.
14471 (woman-topic-all-completions, woman-topic-all-completions-1)
14472 (woman-topic-all-completions-merge): Replace by a simpler and
14473 much faster implementation based on O(n log n) sort/merge instead
14474 of the old O(n^2) behavior.
14475
14476 2004-06-03 Miles Bader <miles@gnu.org>
14477
14478 * subr.el (read-number): Use canonical format for default in prompt.
14479
14480 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14481 Add regexp for " [...]" style defaults.
14482
14483 2004-06-02 Romain Francoise <romain@orebokech.com>
14484
14485 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14486 groups: if the user asks for a hidden buffer, open the
14487 corresponding filter group to expose it.
14488
14489 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14490 `ibuffer-jump-to-buffer'.
14491 (ibuffer-jump-offer-only-visible-buffers): New user option.
14492
14493 2004-06-02 Juanma Barranquero <lektu@terra.es>
14494
14495 * faces.el (frame-update-faces): Add empty docstring so the one
14496 for `ignore' doesn't show through.
14497
14498 * subr.el (process-kill-without-query): Remove spurious "\n" on
14499 obsolescence string.
14500 (focus-frame, unfocus-frame): Add obsolescence declaration and
14501 empty docstring.
14502
14503 * international/mule.el (register-char-codings): Make alias for
14504 `ignore'. Move docstring to obsolescence info and remove redundancy.
14505
14506 2004-06-02 Kim F. Storm <storm@cua.dk>
14507
14508 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14509 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14510
14511 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * comint.el (comint-replace-by-expanded-history-before-point):
14514 Obey `start' as the docstring says.
14515 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14516 (comint-update-fence): Prevent font-lock from running unnecessarily.
14517 (comint-dynamic-list-completions): Use with-current-buffer.
14518
14519 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14520
14521 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14522 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14523 (bibtex-entry-update): Handle alternatives and optional fields.
14524 (bibtex-parse-entry): Bugfix, handle empty key.
14525
14526 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14529
14530 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14531
14532 * desktop.el (desktop-save): Don't save minor modes without a
14533 known mode initialization function.
14534
14535 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14536
14537 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14538
14539 * autorevert.el: Update `Commentary' section.
14540
14541 2004-05-30 Juanma Barranquero <lektu@terra.es>
14542
14543 * dos-fns.el (convert-standard-filename):
14544 * files.el (convert-standard-filename):
14545 * w32-fns.el (convert-standard-filename):
14546 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14547
14548 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14549
14550 Sync with Tramp.
14551
14552 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14553 (tramp-let-maybe): Move to an earlier spot in the file.
14554 Patch by Andreas Schwab.
14555
14556 2004-05-30 Andreas Schwab <schwab@suse.de>
14557
14558 * dired.el (dired-get-filename): Don't use dired-re-dot.
14559
14560 2004-05-30 Richard M. Stallman <rms@gnu.org>
14561
14562 * files.el (find-file): Doc fix.
14563
14564 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14565
14566 2004-05-30 Nick Roberts <nickrob@gnu.org>
14567
14568 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14569 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14570 modeline of the locals buffer.
14571 (gdb-goto-breakpoint): Handle gdbmi.
14572 (gdb-get-frame-number): Change for gdbmi.
14573
14574 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14575
14576 * files.el (file-remote-p): Apply file name handler for operation
14577 `file-remote-p'. It isn' a property any longer.
14578 (file-relative-name): `fh' and `fd' get the required value via
14579 `find-file-name-handler' already.
14580
14581 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14582 (top): Remove setting of `file-remote-p' property for
14583 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14584
14585 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14586
14587 Version 2.0.41 of Tramp released.
14588
14589 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14590 Throw away if process has died.
14591 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14592 (tramp-out-of-band-prompt-regexp): Rename to
14593 `tramp-process-alive-regexp', because its usage is widen.
14594 (tramp-actions-copy-out-of-band): Apply it.
14595 (tramp-actions-before-shell, tramp-multi-actions):
14596 Add `tramp-action-process-alive' action.
14597 (tramp-action-process-alive): New defun.
14598 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14599 Add entry for `file-remote-p'.
14600 (tramp-handle-file-remote-p): New defun.
14601 (top): Remove setting of `file-remote-p'. Don't set
14602 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14603
14604 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14605 `file-remote-p'.
14606
14607 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14608 counted for (last) line. [They should or they shouldn't? --Stef]
14609 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14610
14611 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14612
14613 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14614 not really necessary but seems to keep the shell history smaller
14615 in some cases. It is no substitute for setting HISTFILE and
14616 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14617 though. Suggested by Luc Teirlinck.
14618 (tramp-open-connection-setup-interactive-shell): Export variables
14619 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14620 (tramp-set-process-query-on-exit-flag): New compat function.
14621 (tramp-open-connection-multi, tramp-open-connection-su)
14622 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14623 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14624 (tramp-let-maybe): New macro, let-binds a variable only if it
14625 isn't obsolete.
14626 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14627 (tramp-handle-file-truename): Use it.
14628 (tramp-completion-file-name-regexp-unified): Avoid matching
14629 filenames starting with "/:" -- those are reserved for
14630 file-name-non-special.
14631
14632 * tramp-smb.el (tramp-smb-open-connection):
14633 Use tramp-set-process-query-on-exit-flag compat function.
14634
14635 2004-05-29 Richard M. Stallman <rms@gnu.org>
14636
14637 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14638
14639 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14640 (eval-last-sexp-print-value): Print char equivalent regardless
14641 of standard-output value.
14642
14643 * thumbs.el (thumbs-subst-char-in-string): Delete.
14644 (thumbs-thumbname): Use subst-char-in-string.
14645 (thumbs-resize-image): Use condition-case, not ignore-errors.
14646 (thumbs-kill-buffer): Likewise.
14647
14648 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14649 (thumbs-mode): Make buffer read-only.
14650 (thumbs-make-thumb): Unconditionally accept an existing file.
14651 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14652 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14653 (thumbs-show-thumbs-list): Error if images not supported.
14654 (thumbs-save-current-image): Improve prompt string.
14655 (thumbs-mode-map): Define u, R, x.
14656 (thumbs-unmark): New command.
14657 (thumbs-emboss-image): Minor cleanup.
14658 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14659 (thumbs-rename-images): New command.
14660 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14661
14662 * thumbs.el (thumbs-current-image): New function.
14663 (thumbs-file-list, thumbs-file-alist): New functions.
14664 (thumbs-find-image): Delete arg L.
14665 Don't set up thumbs-fileL as buffer-local global var.
14666 (thumbs-find-image-at-point): Use thumbs-current-image.
14667 (thumbs-set-image-at-point-to-root-window): Likewise.
14668 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14669 Record and warn about errors. Update thumbs-markedL for deletions.
14670 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14671 (thumbs-redraw-buffer): Use thumbs-file-list.
14672 (thumbs-mark): Use thumbs-current-image.
14673 (thumbs-show-name): Use thumbs-current-image.
14674
14675 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14676 and imenu--last-menubar-index-alist.
14677
14678 * subr.el (with-selected-window): Undo previous change.
14679
14680 2004-05-29 John Paul Wallington <jpw@gnu.org>
14681
14682 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14683 (thumbs-mouse-find-image): New command.
14684 (thumbs-mode-map): Bind it to mouse-2.
14685 (thumbs-mode): Make mode-class special.
14686 (thumbs-view-image-mode): Likewise.
14687
14688 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14689
14690 * flymake.el: New file.
14691
14692 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14693
14694 * files.el (find-file-noselect-1): Do not bind
14695 `inhibit-read-only' to t during execution of
14696 `find-file-not-found-functions'.
14697
14698 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14701 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14702
14703 2004-05-28 Juri Linkov <juri@jurta.org>
14704
14705 * simple.el (eval-expression-print-format): New fun.
14706
14707 * simple.el (eval-expression):
14708 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14709 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14710 (edebug-eval-expression): Print additionally the value returned by
14711 `eval-expression-print-format'.
14712
14713 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14714 (insert-pair): Make arguments optional. Find character pair
14715 from `insert-pair-alist' according to the last input event.
14716 (insert-parentheses): Make arguments optional.
14717 (raise-sexp, delete-pair): New funs.
14718
14719 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14720 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14721 Bind C-M-q to `indent-pp-sexp'.
14722
14723 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14724 `pp-to-string' modified to be able to format text with newlines.
14725 (pp-to-string): Move the buffer-formatting part of the code to
14726 `pp-buffer'. Call `pp-buffer'.
14727
14728 * info.el (Info-desktop-buffer-misc-data): Don't save information
14729 about virtual files.
14730 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14731 buffers with names obtained from the desktop file instead of the
14732 default *info* buffer.
14733
14734 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * subr.el (with-selected-window): Only save/restore the selected window.
14737
14738 * progmodes/compile.el (compilation-error-regexp-alist):
14739 Use expand-file-name and data-directory.
14740
14741 * progmodes/grep.el (grep-tree): Rework previous fix.
14742
14743 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14744 after the user marked text with the mouse.
14745
14746 * startup.el (command-line): Keep the first regexp of
14747 auto-save-file-name-transforms intact.
14748
14749 2004-05-28 Juanma Barranquero <lektu@terra.es>
14750
14751 * cus-edit.el (customize-face, customize-face-other-window)
14752 (custom-face-edit-delete): Make arguments match their use in
14753 docstring.
14754 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14755 docstring.
14756
14757 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14758 not `cvs-butlast'.
14759
14760 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14761 `nbutlast' are in subr.el).
14762
14763 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14764 (set-w32-system-coding-system): Doc fixes.
14765
14766 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14767 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14768 Make arguments match their use in docstring.
14769 (artist-draw-region-trim-line-endings)
14770 (artist-mouse-choose-operation): Fix typo in docstring.
14771 (artist-key-set-point-common): Doc fix.
14772
14773 2004-05-28 Simon Josefsson <jas@extundo.com>
14774
14775 * mail/smtpmail.el (smtpmail-open-stream):
14776 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14777
14778 2004-05-26 Simon Josefsson <jas@extundo.com>
14779
14780 * starttls.el: Merge with my GNUTLS based starttls.el.
14781 (starttls-gnutls-program, starttls-use-gnutls)
14782 (starttls-extra-arguments, starttls-process-connection-type)
14783 (starttls-connect, starttls-failure, starttls-success): New variables.
14784 (starttls-program, starttls-extra-args): Doc fix.
14785 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14786 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14787 and pass on to corresponding *-gnutls function if it is set.
14788
14789 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14790
14791 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14792 remote files.
14793
14794 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14795
14796 * files.el (file-name-non-special): There are more operations
14797 which need handling: `find-backup-file-name',
14798 `insert-file-contents', `verify-visited-file-modtime',
14799 `write-region'. Rename t value of method to `add'. Add new
14800 methods `quote' and `unquote-then-quote' to file-arg-indices.
14801
14802 2004-05-25 Juri Linkov <juri@jurta.org>
14803
14804 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14805 (Info-index-nodes): Enclose code in condition-case to catch errors.
14806 (Info-index-node): Don't search all index nodes if request is only
14807 for the current node and file is not in the cache of index nodes.
14808 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14809 for consistency with dired-copy-filename-as-kill.
14810 Bind `S' to Info-search-case-sensitively.
14811 (Info-copy-current-node-name): New arg. With zero prefix arg put
14812 the name inside a function call to `info'. Display copied text in
14813 the echo area.
14814
14815 2004-05-25 Sam Steingold <sds@gnu.org>
14816
14817 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14818 strip the package prefix from the symbol name, if any.
14819 Make it the `find-tag-default-function' for `lisp-mode'.
14820
14821 2004-05-25 John Paul Wallington <jpw@gnu.org>
14822
14823 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14824 instead of obsolete `process-kill-without-query'.
14825
14826 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14827 Declare as variable, not constant.
14828
14829 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14830
14831 * files.el (find-file-noselect-1): Fix bug introduced by
14832 Revision 1.694. As a side effect, `inhibit-read-only'
14833 is again, by default, t during execution of
14834 `find-file-not-found-functions'.
14835 (insert-directory): Check that lines were really inserted by
14836 the --dired switch, before erasing them.
14837
14838 2004-05-24 Nick Roberts <nickrob@gnu.org>
14839
14840 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14841 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14842 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14843 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14844 gud-minor-mode (gdbmi).
14845
14846 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14847
14848 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14849 explicitly select the text to be taken as URL.
14850
14851 2004-05-23 Juri Linkov <juri@jurta.org>
14852
14853 * info.el (Info-index-nodes): New var and fun.
14854 (Info-goto-index, Info-index, info-apropos)
14855 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14856 (Info-index): Fix docstring. Store and restore Info-history-list.
14857 (Info-complete-nodes): New var.
14858 (Info-complete-menu-item): Use it.
14859 (Info-index-node): New fun.
14860 (Info-final-node, Info-forward-node, Info-backward-node)
14861 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14862 Use Info-index-node.
14863 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14864 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14865 (Info-find-node-2): If a node with period in its name not found,
14866 try to find a node without the name part after period.
14867 (Info-select-node): Call Info-fontify-node only if
14868 Info-fontify-maximum-menu-size is not nil.
14869 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14870 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14871 Preserve Info-history-list.
14872 (Info-toc): Set Info-current-file.
14873 (Info-build-toc): Move point to the beginning of the buffer.
14874 Add main-file variable.
14875 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14876 Use backslashed representation of the control character ^_.
14877
14878 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14879 numbers in the new Texinfo 4.7 format.
14880
14881 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14882 regexps for function and variable names.
14883
14884 * descr-text.el (describe-property-list): Add [show] button for
14885 `syntax-table' property with action to pp to a separate buffer.
14886 (describe-char): Replace search-forward by re-search-forward with
14887 whitespace regexp after "character:" to not fail in too narrow windows.
14888
14889 * simple.el (next-error-find-buffer): Add a rule to return
14890 next-error capable buffer if one window on the selected frame
14891 displays such buffer.
14892
14893 2004-05-23 Nick Roberts <nickrob@gnu.org>
14894
14895 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14896 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14897 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14898 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14899 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14900 Handle new value for gud-minor-mode (gdbmi).
14901 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14902 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14903 Change from local to global gdb variable set.
14904 (gdb-ann3): Initialise above gdb variable set.
14905 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14906 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14907 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14908 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14909 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14910 (gdb-info-locals-handler, gdb-invalidate-assembler)
14911 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14912 set as global variables.
14913 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14914 Handle gdbmi.
14915 (gdb-info-breakpoints-custom): Fix regexp.
14916 (def-gdb-var): Delete.
14917
14918 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14919 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14920 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14921 a new mode. The file (gdb-mi.el) for this mode will be included
14922 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14923 primary interface.
14924
14925 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14926
14927 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14928 interpreted as a directory.
14929
14930 2004-05-22 Richard M. Stallman <rms@gnu.org>
14931
14932 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14933 as a close quote.
14934
14935 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14936
14937 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14938 Use assoc-string, not assoc-ignore-case.
14939
14940 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14941
14942 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14943 If moving back then fwd gets a defun that ends before point,
14944 try again moving fwd then back.
14945
14946 * files.el (file-name-non-special): Allow t in file-arg-indices
14947 to mean requote the return value. Use `identity' as an element
14948 rather than as the whole value.
14949
14950 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14951
14952 2004-05-22 Juanma Barranquero <lektu@terra.es>
14953
14954 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14955 `help-make-usage'.
14956 (help-highlight-arguments): Skip function name before searching
14957 for arguments.
14958
14959 2004-05-21 Juanma Barranquero <lektu@terra.es>
14960
14961 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14962 Don't mention in the docstring these arguments meant for
14963 internal (recursive) use only.
14964 (allout-char-spec): Comment out (it's not implemented).
14965 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14966 obsolescence declaration.
14967 (allout-flatten-exposed-to-buffer)
14968 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14969 (my-mark-marker): Doc fix.
14970 (produce-allout-mode-map, allout-sibling-index)
14971 (allout-isearch-expose, allout-distinctive-bullet)
14972 (allout-open-topic, allout-reindent-body)
14973 (allout-rebullet-heading, allout-process-exposed)
14974 (allout-insert-listified, allout-latex-verb-quote)
14975 (allout-insert-latex-header, allout-insert-latex-trailer):
14976 Make arguments match their use in docstring.
14977 (allout-primary-bullet, allout-old-style-prefixes)
14978 (allout-inhibit-protection, allout-init, allout-mode)
14979 (allout-before-change-protect, allout-flag-region):
14980 Use "Emacs" instead of "emacs" in docstrings.
14981
14982 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14983
14984 * international/characters.el: Modify syntax of more characters.
14985
14986 2004-05-21 Masatake YAMATO <jet@gyve.org>
14987
14988 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14989 (etags-tags-completion-table): Show parsing progress.
14990
14991 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14992
14993 * locate.el (locate-prompt-for-command): Shorten first line of
14994 docstring.
14995 (locate-mode): Expand docstring and include keymap summary.
14996
14997 * files.el (find-file-noselect-1): Limit the scope of the
14998 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14999 is, by default, nil during the execution of
15000 `find-file-not-found-functions' and `find-file-hook'.
15001
15002 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15003
15004 * facemenu.el (facemenu-color-name-equal): New function.
15005 (list-colors-display): Use it to compare colors instead of
15006 facemenu-color-equal.
15007
15008 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15009
15010 * compare-w.el (compare-windows-face): Use min-colors instead of
15011 checking for tty or pc types.
15012
15013 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15016 (completion-setup-function): Use with-current-buffer.
15017 Properly save excursion. Simplify.
15018 Don't assume there is necessarily a `mouse-face' property somewhere.
15019
15020 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15021
15022 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15023
15024 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15025 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15026 Use with-current-buffer.
15027 (byte-goto-log-buffer): Delete.
15028 (byte-compile-log-file): Call compilation-forget-errors.
15029
15030 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15031
15032 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15033 output messages into the search result.
15034
15035 2004-05-19 Masatake YAMATO <jet@gyve.org>
15036
15037 * wid-edit.el (widget-radio-button-notify): Revert my last
15038 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15039
15040 2004-05-19 Kenichi Handa <handa@m17n.org>
15041
15042 * international/characters.el: Fix syntax (open/close) of CJK chars.
15043
15044 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15045
15046 * help-mode.el (help-go-back): Don't depend on position of back button.
15047
15048 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15051 files files don't contain an accidental additional /.
15052
15053 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15054 in source buffer.
15055
15056 2004-05-18 Masatake YAMATO <jet@gyve.org>
15057
15058 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15059 to widget-apply. :action method assumes 2 arguments, not 3.
15060
15061 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15062
15063 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15064 New constants.
15065 (hs-special-modes-alist): Add an f90-mode entry.
15066
15067 2004-05-17 Sam Steingold <sds@gnu.org>
15068
15069 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15070 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15071
15072 2004-05-16 Kim F. Storm <storm@cua.dk>
15073
15074 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15075
15076 2004-05-15 John Wiegley <johnw@newartisans.com>
15077
15078 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15079 (eshell-output-object-to-target): Improve output speed 20% by not
15080 calling `eshell-stringify' if something is already known to be a string.
15081
15082 2004-05-15 Alex Ott <ott@jet.msk.su>
15083
15084 * textmodes/ispell.el (ispell-local-dictionary-alist):
15085 Add windows-1251 to the choice of coding systems.
15086 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15087 encoded in cp1251.
15088
15089 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15090
15091 * progmodes/compile.el (compilation-warning-face)
15092 (compilation-info-face): Use min-colors.
15093
15094 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15095
15096 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15097 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15098 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15099 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15100 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15101 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15102 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15103 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15104 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15105 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15106 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15107 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15108 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15109 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15110
15111 2004-05-15 Kim F. Storm <storm@cua.dk>
15112
15113 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15114 Use it to set triggered-p element of timer.
15115 (timer-event-handler): Set triggered-p element non-nil while running
15116 the timer function.
15117
15118 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * descr-text.el (describe-char-unicode-data)
15121 (describe-char-unicodedata-file): Re-enable the unicode code now that
15122 the licensing issues have been cleared in the unicode-4 license.
15123 (describe-text-properties-1): Remove unused `overlay' var.
15124 (describe-char): Remove unused var `buffer'.
15125
15126 2004-05-14 David Ponce <david@dponce.com>
15127
15128 * tree-widget.el: New file.
15129
15130 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15131
15132 * language/european.el ("Brazilian Portuguese"): Add support for
15133 Brazilian Portuguese.
15134
15135 2004-05-13 John Wiegley <johnw@newartisans.com>
15136
15137 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15138 `recentf-mode' if this variable has been customized to t.
15139
15140 * eshell/esh-test.el (eshell-test): Call the function
15141 `emacs-version' rather than trying to build a custom version string.
15142
15143 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * net/telnet.el (telnet-mode): Use define-derived-mode.
15146 Don't modify the global value of comint-prompt-regexp.
15147
15148 2004-05-13 John Paul Wallington <jpw@gnu.org>
15149
15150 * version.el (emacs-version): Check for `gtk' feature before
15151 `x-toolkit' feature.
15152
15153 2004-05-13 Juanma Barranquero <lektu@terra.es>
15154
15155 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15156 arguments in the docstring, they're used only in recursive calls.
15157
15158 * help-fns.el (help-arg-highlighting-function)
15159 (help-argument-name): Delete.
15160 (help-default-arg-highlight): New function.
15161 (help-do-arg-highlighting): Use it.
15162
15163 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15164
15165 * calendar/appt.el (appt-disp-window):
15166 Use `calendar-set-mode-line' for a centered mode-line.
15167
15168 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15169
15170 * calendar/appt.el (appt-disp-window): Do not split window
15171 excessively when `split-height-threshold' is low.
15172
15173 2004-05-12 Nick Roberts <nickrob@gnu.org>
15174
15175 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15176 kill-buffer-hook here and make it local.
15177 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15178
15179 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15180
15181 * progmodes/compile.el (compilation-set-window-height):
15182 Use save-excursion to protect against misplaced marker.
15183
15184 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15185
15186 * custom.el (defface): Document that type can have value gtk.
15187
15188 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15189
15190 2004-05-12 Kenichi Handa <handa@m17n.org>
15191
15192 * descr-text.el: Require quail at comile time.
15193 (describe-char): If an input method is on and it supports the
15194 character, show how to input it.
15195
15196 * international/quail.el (quail-install-decode-map): Accept a
15197 char-table whose subtype is `quail-decode-map'.
15198 (quail-store-decode-map-key, quail-gen-decode-map1)
15199 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15200 (quail-show-key): New functions.
15201
15202 2004-05-12 Juanma Barranquero <lektu@terra.es>
15203
15204 * generic.el (define-generic-mode): Remove redundant arglist info.
15205
15206 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15207 Make arguments match their use in docstring.
15208 (help-arg-highlighting-function): New variable.
15209 (help-argument-name): Mention it in the docstring.
15210 (help-do-arg-highlight): Use it. Expand regexp to accept also
15211 ARG-xxx and xxx-ARG references.
15212
15213 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15214
15215 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15216 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15217 and "mailto:addr1?to=addr2" equal.
15218
15219 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15220
15221 * man.el (Man-getpage-in-background): Use shell-file-name
15222 and shell-command-switch variables instead of hard-coded values.
15223
15224 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15225
15226 * iimage.el: New file.
15227
15228 2004-05-11 Juanma Barranquero <lektu@terra.es>
15229
15230 * custom.el (custom-initialize-default, defcustom):
15231 Fix typo in docstring.
15232
15233 * files.el (set-visited-file-name, file-expand-wildcards):
15234 Fix docstring.
15235
15236 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15237
15238 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15239
15240 * subr.el (eventp): Be more discriminating with integers.
15241
15242 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15243
15244 * progmodes/compile.el (compile): Add universal prefix arg.
15245 (compilation-error-regexp-alist-alist): Add edg patterns.
15246
15247 2004-05-10 Sam Steingold <sds@gnu.org>
15248
15249 * textmodes/ispell.el (ispell-message):
15250 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15251
15252 2004-05-10 Dave Love <fx@gnu.org>
15253
15254 * progmodes/python.el (help-buffer): Autoload when compiling.
15255 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15256 (run-python): Prepend to any existing PYTHONPATH.
15257
15258 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15259
15260 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15261 for pending breakpoints.
15262
15263 2004-05-10 Richard M. Stallman <rms@gnu.org>
15264
15265 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15266 directly without calling any functions in Rmail.
15267 (unrmail-unprune): Function deleted.
15268
15269 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15270
15271 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15272 C-c C-z binding.
15273
15274 2004-05-10 Kenichi Handa <handa@m17n.org>
15275
15276 * descr-text.el (describe-char): Fix previous change. Don't make
15277 a unibyte character to multibyte in the *Help* buffer.
15278
15279 2004-05-10 Miles Bader <miles@gnu.org>
15280
15281 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15282 buffer an error if the debugger process is actually running.
15283
15284 2004-05-10 Juanma Barranquero <lektu@terra.es>
15285
15286 * help-fns.el (help-argument-name): Default to italic.
15287 (help-highlight-arguments): Return always (usage . doc), even when
15288 usage is nil.
15289
15290 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15291 (define-ibuffer-filter): Add usage info.
15292 (define-ibuffer-op): Add usage info (but CL-style defaults for
15293 keyword args are not shown).
15294
15295 * subr.el (remove-overlays, read-passwd): Fix docstring.
15296 (start-process-shell-command): Fix docstring. Put usage info in a
15297 format usable by `describe-function'.
15298 (open-network-stream, open-network-stream-nowait)
15299 (open-network-stream-server): Fix docstring.
15300
15301 2004-05-09 Jason Rumney <jasonr@gnu.org>
15302
15303 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15304 Only define cp125* if windows-125* is already defined.
15305
15306 * language/korean.el (cp949): Add alias.
15307
15308 * language/chinese.el (cp936, cp950): Add aliases.
15309
15310 * language/japanese.el (cp932): Add alias.
15311
15312 * term/w32-win.el: Require code-pages.
15313
15314 * international/mule-cmds.el (set-locale-environment):
15315 On MS-Windows use ansi code-page for default coding-systems.
15316 Set up paper sizes for Windows 3 letter languages.
15317
15318 * international/code-pages.el (cp932, cp936, cp949, cp950):
15319 Add aliases. Also add cp125* if not already defined.
15320
15321 2004-05-09 Juanma Barranquero <lektu@terra.es>
15322
15323 * help-fns.el (help-highlight-arguments): Don't try to highlight
15324 missing or autoloaded arglists. Accept structured arguments, like
15325 the first ones of `do' and `flet'.
15326
15327 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15328 (cvs-get-marked): Remove redundant arglist info.
15329
15330 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15331 Don't use CL-style default args.
15332
15333 2004-05-08 Andreas Schwab <schwab@suse.de>
15334
15335 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15336
15337 * international/subst-ksc.el: Fix references to utf-translate-cjk
15338 into utf-translate-cjk-mode.
15339 * international/subst-big5.el: Likewise.
15340 * international/subst-gb2312.el: Likewise.
15341 * international/subst-jis.el: Likewise.
15342 * international/utf-16.el: Likewise.
15343 * international/utf-8.el: Likewise.
15344
15345 2004-05-08 John Wiegley <johnw@newartisans.com>
15346
15347 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15348 "virtual buffers" (off by default), which makes it possible to
15349 switch to the "virtual" buffers of recently visited files. When a
15350 buffer name search fails, and this option is on, iswitchb will
15351 look at the list of recently visited files, and permit matching
15352 against those names. When the user hits RET on a match, it will
15353 revisit that file.
15354 (iswitchb-read-buffer): Add two optional arguments, which makes
15355 isearchb.el possible.
15356 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15357 (iswitchb-next-match): Add support for virtual buffers.
15358
15359 * isearchb.el: This module extends iswitchb to provide "as you
15360 type" buffer selection.
15361
15362 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15363 Ignore the read-only property when flyspell highlighting is on.
15364 Not ignoring it leads to a series of confusing errors.
15365 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15366 but also make sure to call flyspell-incorrect-hook.
15367 (flyspell-maybe-correct-transposition): Perform transposition test
15368 by bit twiddling a string, rather than using a temp buffer.
15369 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15370 buffer. This is also the original version of the code, which
15371 could not be checked in before due to a previous lack of
15372 assignment papers. This version has seen heavy usage on my system
15373 for several years now.
15374
15375 * calendar/cal-bahai.el: New file, which adds support for the
15376 Baha'i calendar to Emacs. This calendar is based on a solar year
15377 of 19 months of 19 days, with 4 intercalary days. Each year
15378 begins on March 21, with the calendar starting in 1844.
15379
15380 * calendar/cal-menu.el, calendar/calendar.el
15381 * calendar/diary-lib.el, calendar/holidays.el:
15382 Added support for using cal-bahai.el.
15383
15384 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15385 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15386 function can be used outside of eshell buffers.
15387 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15388
15389 2004-05-08 Juanma Barranquero <lektu@terra.es>
15390
15391 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15392 word constituent so FOO-ARG is not recognized as an arg.
15393 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15394
15395 * simple.el (next-error): Fix typo in docstring.
15396 (open-line): Make argument names match their use in docstring.
15397 (split-line): Fix docstring.
15398
15399 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15400 usable by `describe-function'.
15401 (gensym, gentemp, typep, ignore-errors): Make argument names match
15402 their use in docstring.
15403
15404 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15405 argument to `help-setup-xref'.
15406
15407 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15408
15409 Version 2.0.40 of Tramp released.
15410
15411 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15412 Use symbol-function to invoke functions only known on some Emacs
15413 flavors. This avoids byte-compiler warnings. Reported by Kevin
15414 Scaldeferri <kevin@scaldeferri.com>.
15415 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15416 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15417 consistent with the other tramp-do-* functions.
15418 (tramp-do-copy-or-rename-file): Calls adjusted.
15419 (tramp-process-initial-commands): Avoid liveness check on shell --
15420 we know that it must be alive since we're opening a connection at
15421 this moment.
15422 (tramp-last-cmd): New internal variable.
15423 (tramp-process-echoes): New tunable.
15424 (tramp-send-command): Set tramp-last-cmd.
15425 (tramp-wait-for-output): Delete echo, if applicable.
15426 (tramp-read-passwd): Construct the key for the password cache in a
15427 way that works for multi methods, too.
15428 (tramp-bug): Add backup-directory-alist and
15429 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15430
15431 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15432
15433 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15434
15435 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15436 (tramp-actions-copy-out-of-band): New defcustoms.
15437 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15438 used instead of a synchronous one. Allows password entering.
15439 (tramp-action-out-of-band): New defun.
15440 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15441 Remove restriction with password from doc string.
15442 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15443 `tramp-out-of-band-prompt-regexp',
15444 `tramp-actions-copy-out-of-band', `password-cache' and
15445 `password-cache-expiry'.
15446 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15447 password caching.
15448 (tramp-touch): FILE can be a local file, too.
15449 (TODO): Remove items done.
15450 (tramp-handle-insert-directory): Properly quote file name also if
15451 not full-directory-p. Handle wildcard case. Reported by Andreas
15452 Schwab <schwab@suse.de>.
15453 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15454 new file.
15455 (tramp-handle-file-local-copy, tramp-handle-write-region):
15456 The permissions of the temporary file are set if filename exists.
15457 Reported by Ted Stern <stern@cray.com>.
15458 (tramp-backup-directory-alist)
15459 (tramp-bkup-backup-directory-info): New defcustoms.
15460 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15461 (tramp-handle-find-backup-file-name): New function.
15462 Implements Tramp's find-backup-file-name.
15463
15464 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15465 for `find-backup-file-name'.
15466
15467 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15468 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15469
15470 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15471
15472 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15473
15474 2004-05-07 Juanma Barranquero <lektu@terra.es>
15475
15476 * subr.el (lambda): Add arglist description to docstring.
15477 (declare): Fix typo in docstring.
15478 (open-network-stream): Fix docstring.
15479 (process-kill-without-query): Fix docstring and add obsolescence info.
15480 (last, butlast, nbutlast): Make arguments match their use in docstring.
15481 (insert-buffer-substring-no-properties): Likewise.
15482 (insert-buffer-substring-as-yank): Likewise.
15483 (split-string): Fix docstring.
15484
15485 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15486 Make argument names match their use in docstring.
15487
15488 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15489
15490 2004-05-06 Nick Roberts <nickrob@gnu.org>
15491
15492 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15493 Fit first sentence on one line for apropos-command.
15494
15495 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15496
15497 Changes largely merged in from Dave Love's code.
15498 * progmodes/python.el: Doc fixes.
15499 (python-mode-map): Add python-complete-symbol.
15500 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15501 (python-comment-indent, python-complete-symbol)
15502 (python-symbol-completions, python-partial-symbol)
15503 (python-try-complete): New.
15504 (python-indent-line): Remove optional arg. Use python-block-end-p.
15505 (python-check): Bind compilation-error-regexp-alist.
15506 (inferior-python-mode): Use rx. Move keybindings to top level.
15507 Set comint-input-filter.
15508 (python-preoutput-filter): Use rx.
15509 (python-input-filter): Re-introduce.
15510 (python-proc): Start new process if necessary.
15511 Check python-buffer non-nil.
15512 (view-return-to-alist): Defvar.
15513 (python-send-receive): New.
15514 (python-eldoc-function): Use it.
15515 (python-mode-running): Don't defvar.
15516 (python-mode): Set comment-indent-function.
15517 Maybe update hippie-expand-try-functions-list.
15518 (python-indentation-levels): Initialize differently.
15519 (python-block-end-p): New.
15520 (python-indent-line): Use it.
15521 (python-compilation-regexp-alist): Augment.
15522 (run-python): Import `emacs' module to Python rather than loading
15523 code directly. Set python-buffer differently.
15524 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15525 Use python-proc.
15526 (python-send-command): Go to end of comint buffer.
15527 (python-load-file): Use python-proc, emacs.eimport.
15528 (python-describe-symbol): Simplify interactive form.
15529 Use emacs.help. Do use temp-buffer-show-hook.
15530 Call print-help-return-message.
15531 (hippie-exp): Require when compiling.
15532 (python-preoutput-continuation): Use rx.
15533
15534 * diff-mode.el (diff-make-unified): Fix regexp.
15535
15536 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15537
15538 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15539 filter groups from the buffer when rebuilding the Ibuffer buffer
15540 and `ibuffer-show-empty-filter-groups' is nil.
15541
15542 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15543
15544 * ps-print.el (ps-print-quote): Call ps-value-string.
15545 (ps-setup): Call ps-comment-string.
15546 (ps-value-string, ps-comment-string): New funs.
15547
15548 2004-05-06 Juanma Barranquero <lektu@terra.es>
15549
15550 * ehelp.el (electric-help-command-loop): Check whether the last
15551 character is visible, not (point-max).
15552
15553 * help-fns.el (help-argument-name): Default to bold; don't inherit
15554 from font-lock-variable-name-face.
15555 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15556
15557 2004-05-05 Kenichi Handa <handa@m17n.org>
15558
15559 * descr-text.el (describe-char): Copy the character with text
15560 properties and overlays into the first line, and call
15561 describe-text-properties on it.
15562
15563 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15564
15565 * iswitchb.el (iswitchb-global-map): Fix typo.
15566 Remove unwanted ###autoloads from source file.
15567
15568 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15569
15570 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15571 in run-hooks. Use substitute-command-keys in message.
15572 (wdired-abort-changes): Add message.
15573
15574 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15575
15576 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15577 (sql-emacs20-p): Remove.
15578 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15579 (sql-builtin-face, sql-doc-face): Remove.
15580 (sql-mode-ansi-font-lock-keywords)
15581 (sql-mode-oracle-font-lock-keywords)
15582 (sql-mode-postgres-font-lock-keywords)
15583 (sql-mode-linter-font-lock-keywords)
15584 (sql-mode-ms-font-lock-keywords)
15585 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15586 (sql-product-font-lock): Fix font-lock reset when font rules change.
15587 (sql-highlight-product): Remove incorrect font-lock reset logic.
15588
15589 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15590
15591 * ses.el (ses-set-parameter): Fix typo.
15592
15593 2004-05-04 Kim F. Storm <storm@cua.dk>
15594
15595 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15596 Must expand directory for completion to work; and don't mess with
15597 process-environment.
15598 (ido-read-file-name): If command has ido property, don't use ido
15599 if value is ignore, or read as directory if value is dir.
15600 Set ido ignore property for dired-do-rename command.
15601
15602 2004-05-04 Juanma Barranquero <lektu@terra.es>
15603
15604 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15605 (electric-help-help): Check against unmapped commands.
15606
15607 * help-fns.el (help-argument-name): New face, inheriting from
15608 font-lock-variable-name-face, to highlight function arguments in
15609 `describe-function' and `describe-key'.
15610 (help-do-arg-highlight): Auxiliary function to highlight a given
15611 list of arguments in a string.
15612 (help-highlight-arguments): Highlight the function arguments and
15613 all uses of them in the docstring.
15614 (describe-function-1): Use it. Do docstring output via `insert',
15615 not 'princ', so text attributes are preserved.
15616
15617 * winner.el (winner-mode-map): Move `winner-undo' and
15618 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15619 previous bindings conflict with `prev-buffer', `next-buffer').
15620
15621 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15622
15623 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15624 (bibtex-entry-update): New command bound to C-c C-u.
15625 (bibtex-text-in-string): Fix regexp.
15626 (bibtex-assoc-of-regexp): Remove.
15627 (bibtex-progress-message): Fix docstring.
15628 (bibtex-inside-field): Use if.
15629 (bibtex-assoc-regexp): New function.
15630 (bibtex-format-entry): Make code more robust so that it formats
15631 also old entries.
15632 (bibtex-autokey-demangle-title): Merge with obsolete function
15633 bibtex-assoc-of-regexp.
15634 (bibtex-field-list): New function.
15635 (bibtex-entry): Use bibtex-field-list.
15636 (bibtex-parse-entry): Fix docstring.
15637 (bibtex-print-help-message): Use bibtex-field-list.
15638 (bibtex-make-field): Use bibtex-field-list.
15639 (bibtex-entry-index): Bugfix. Return crossref key if required.
15640 (bibtex-lessp): Fix docstring.
15641
15642 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15643
15644 * select.el (xselect-convert-to-string): Move comment to intended line.
15645
15646 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15647
15648 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15649 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15650
15651 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15652
15653 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15654 x-get-selection.
15655
15656 2004-05-03 Jason Rumney <jasonr@gnu.org>
15657
15658 * makefile.nt: Remove.
15659
15660 2004-05-03 Kim F. Storm <storm@cua.dk>
15661
15662 * emulation/cua-base.el (cua--update-indications): Fix last change.
15663 (cua-mode): Deactivate mark when cua-mode is enabled.
15664
15665 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15666
15667 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15668
15669 2004-05-03 Nick Roberts <nickrob@gnu.org>
15670
15671 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15672 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15673 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15674 window over visible frames.
15675 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15676
15677 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15678
15679 * progmodes/compile.el (compilation-gcpro): New var.
15680 (compilation-fake-loc): Use it.
15681 (compilation-forget-errors): Reset it.
15682
15683 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15684
15685 * diff-mode.el (diff-header-face, diff-file-header-face):
15686 Use min-colors.
15687
15688 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15689
15690 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15691 (bibtex-clean-entry): Disentangle code.
15692 (bibtex-realign): New function.
15693 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15694 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15695 Remove undocumented optional arg called-by-convert-alien.
15696 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15697 for sorting instead of bibtex-sort-buffer.
15698
15699 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15700
15701 * progmodes/compile.el (compilation-start): In the
15702 no-async-subprocesses branch, call sit-for to give redisplay a
15703 chance to show the updated process status in the mode line, and
15704 fontify the buffer explicitly after the process exits.
15705
15706 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * progmodes/python.el (python-compilation-line-number): Remove.
15709 (python-compilation-regexp-alist): Don't use it any more.
15710 (python-orig-start, python-input-filter): Remove.
15711 (inferior-python-mode): Don't set up comint-input-filter-functions.
15712 (python-send-region): Use compilation-fake-loc.
15713
15714 * progmodes/compile.el (compilation-messages-start): New var.
15715 (compilation-mode): Don't setup next-error-function here.
15716 (compilation-setup): Set it up here instead (for minor modes as well).
15717 Make compilation-messages-start buffer local.
15718 (compilation-next-error-function): Use it.
15719 (compilation-forget-errors): Set compilation-messages-start.
15720
15721 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15722
15723 * ielm.el (ielm-prompt-read-only): Update docstring.
15724
15725 * comint.el (comint-prompt-read-only): Update docstring.
15726 (comint-update-fence, comint-kill-whole-line)
15727 (comint-kill-region): New functions.
15728
15729 * simple.el (kill-whole-line): Use "p" instead of "P" in
15730 interactive form.
15731
15732 2004-05-01 Juanma Barranquero <lektu@terra.es>
15733
15734 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15735 format arglist so default values in CL-style argument lists are
15736 correctly shown.
15737
15738 2004-05-01 Jason Rumney <jasonr@gnu.org>
15739
15740 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15741
15742 2004-05-01 Kenichi Handa <handa@m17n.org>
15743
15744 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15745 quail file if it is up to date.
15746
15747 2004-04-30 Juri Linkov <juri@jurta.org>
15748
15749 * cus-edit.el (custom-mode-map):
15750 Add key binding `C-x C-s' to `Custom-save'.
15751
15752 * outline.el (outline-blank-line): New var.
15753 (outline-next-preface, outline-show-heading)
15754 (outline-end-of-subtree): Use it.
15755
15756 * dired-aux.el (dired-touch-initial): New fun.
15757 (dired-do-chxxx): Call it for op-symbol `touch'.
15758 (dired-diff): Use `dired-dwim-target-directory'
15759 if current dired buffer has no buffer mark.
15760
15761 * bindings.el (propertized-buffer-identification):
15762 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15763 Add C-M-arrow keys for consistency.
15764
15765 * files.el (confirm-kill-emacs):
15766 Change group from top-level `emacs' to `convenience'.
15767
15768 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15769 Push mark on the first call of successive command calls.
15770 (insert-pair): New fun created from `insert-parentheses' with
15771 `open' and `close' arguments added. Enclose active regions
15772 in paired characters. Compare adjacent characters syntax with
15773 inserted characters syntax before inserting a space.
15774 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15775
15776 * delsel.el: Don't put `delete-selection' property
15777 on `insert-parentheses' symbol to take advantage of
15778 region handling in `insert-pair' function.
15779 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15780
15781 2004-04-30 Kim F. Storm <storm@cua.dk>
15782
15783 * emulation/cua-base.el: Add support for changing cursor types;
15784 based on patch from Michael Mauger.
15785 (cua-normal-cursor-color, cua-read-only-cursor-color)
15786 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15787 Customization cursor type and/or cursor color.
15788 (cua--update-indications): Handle cursor type changes.
15789 (cua-mode): Update cursor indications if enabled.
15790
15791 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15792
15793 * mouse.el (mouse-drag-copy-region): New defcustom.
15794 (mouse-set-region, mouse-drag-region-1): Use it.
15795
15796 * simple.el (kill-ring-save): If region face background color is
15797 unspecified (if no highlighting), show extent of fully visible
15798 region even if transient-mark-mode is enabled.
15799
15800 * emulation/cua-base.el (cua--standard-movement-commands):
15801 Add cua-scroll-up and cua-scroll-down.
15802 (cua-scroll-up, cua-scroll-down): New commands.
15803 (cua--init-keymaps): Remap scroll-up and scroll-down.
15804
15805 * emulation/cua-rect.el (cua--convert-rectangle-as):
15806 New defmacro.
15807 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15808 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15809 New commands (suggested by Jordan Breeding).
15810
15811 2004-04-30 Juanma Barranquero <lektu@terra.es>
15812
15813 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15814
15815 2004-04-30 Mario Lang <mlang@delysid.org>
15816
15817 * diff.el (diff-switches): Fix typo in docstring.
15818
15819 2004-04-30 Alex Schroeder <alex@gnu.org>
15820
15821 * xml.el (xml-debug-print-internal): Don't add newline and
15822 indentation to text nodes and write empty elements as empty tags
15823 instead of opening and closing tags.
15824 (xml-debug-print): Take optional indent-string argument.
15825 (xml-print): Alias for xml-debug-print.
15826
15827 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15828
15829 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15830 than duplicate call to `line-beginning-position'.
15831
15832 * progmodes/f90.el (f90-get-present-comment-type):
15833 Return whitespace, as well as comment chars, for consistent filling
15834 of comment blocks. Use `match-string-no-properties'.
15835 (f90-break-line): Trim trailing whitespace when filling comments.
15836
15837 2004-04-30 Dave Love <fx@gnu.org>
15838
15839 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15840 (diary-from-outlook-internal, diary-from-outlook)
15841 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15842 New functions to import diary entries from Outlook-format
15843 appointments in mail messages.
15844
15845 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15846
15847 * progmodes/python.el (python-send-command): New fun.
15848 (python-send-region, python-load-file): Use it.
15849
15850 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15851
15852 * help-fns.el (help-C-file-name): Use new subr-name.
15853 Prepend `src/' to the file name.
15854 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15855 (describe-function-1, describe-variable): Only find a C source file
15856 name if DOC is already loaded.
15857
15858 * help-mode.el (help-function-def, help-variable-def):
15859 Use the new find-function-search-for-symbol functionality.
15860 Allow FILE to be `C-source'.
15861
15862 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15863 (find-function-C-source): New fun.
15864 (find-function-search-for-symbol): Use it.
15865
15866 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15867
15868 * progmodes/sql.el (sql-product-alist): Rename variable
15869 `sql-product-support'. Add Postgres login parameters.
15870 (sql-set-product, sql-product-feature): Update with renamed variable.
15871 (sql-connect-postgres): Add username prompt.
15872 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15873 Make patterns less product specific.
15874 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15875 (sql-mode-abbrev-table): Modify initialization.
15876 (sql-builtin-face): Add variable.
15877 (sql-keywords-re): Add macro.
15878 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15879 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15880 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15881 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15882 (sql-mode-linter-font-lock-keywords)
15883 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15884 (sql-mode-sybase-font-lock-keywords)
15885 (sql-mode-informix-font-lock-keywords)
15886 (sql-mode-interbase-font-lock-keywords)
15887 (sql-mode-ingres-font-lock-keywords)
15888 (sql-mode-solid-font-lock-keywords)
15889 (sql-mode-sqlite-font-lock-keywords)
15890 (sql-mode-db2-font-lock-keywords): Default to nil.
15891 (sql-product-font-lock): Always highlight ANSI keywords.
15892 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15893 (sql-send-string): Add function.
15894
15895 2004-04-29 Dave Love <fx@gnu.org>
15896
15897 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15898 (cfengine-end-of-defun): Ensure progress through buffer.
15899
15900 * info-look.el (cfengine-mode): Accept a terminal ().
15901
15902 2004-04-29 Juri Linkov <juri@jurta.org>
15903
15904 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15905 instead of isearch-yank-word-or-char. Add new key bindings for
15906 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15907 (isearch-del-char): New fun.
15908 (isearch-forward, isearch-edit-string): Update docstring.
15909 (isearch-yank-char): Doc fix.
15910 (isearch-other-meta-char): Restore point after scrolling.
15911
15912 * progmodes/compile.el (compilation-context-lines): Add nil option
15913 to disable compilation output window scrolling.
15914 (compilation-set-window): Use it.
15915
15916 * outline.el (outline-next-preface, outline-show-heading):
15917 Don't leave unhidden blank line before heading.
15918 (outline-end-of-subtree): Include last newline into subtree.
15919 (hide-entry): Leave point at beginning of heading instead of end.
15920 (outline-up-heading): Push mark for the first call of successive
15921 command calls.
15922
15923 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15924
15925 * comint.el (comint-prompt-read-only): New variable.
15926 (comint-output-filter): Implement it.
15927
15928 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15929 (ielm-prompt-internal): New variable.
15930 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15931 (ielm-send-input): Delete unused variable `buf'.
15932 (ielm-eval-input): Use `ielm-prompt-internal'.
15933 (inferior-emacs-lisp-mode): Use new variables
15934 `comint-prompt-read-only' and `ielm-prompt-internal'.
15935 Get rid of obsolete variable `directory-sep-char'.
15936 (ielm): Use `zerop'.
15937
15938 2004-04-29 John Paul Wallington <jpw@gnu.org>
15939
15940 * thumbs.el (toplevel): Require cl at compile time.
15941 Remove conditional definitions of `ignore-errors' and `caddar'
15942 because they occur at run time.
15943
15944 2004-04-28 Nick Roberts <nickrob@gnu.org>
15945
15946 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15947 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15948 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15949 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15950
15951 * progmodes/gud.el (gud-common-init): Throw an error if program is
15952 already running under gdb.
15953
15954 2004-04-28 John Paul Wallington <jpw@gnu.org>
15955
15956 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15957 (thumbs-show-image-num): Move assignment of
15958 `thumbs-current-image-filename' within scope of `i'.
15959 (thumbs-emboss-image): Don't use `evenp'.
15960
15961 2004-04-28 Richard M. Stallman <rms@gnu.org>
15962
15963 * progmodes/compile.el (compilation-context-lines): Default now 0.
15964
15965 2004-04-28 Juanma Barranquero <lektu@terra.es>
15966
15967 Use `time-less-p' from calendar/time-date.el instead of defining
15968 custom versions of it.
15969
15970 * pcomplete.el (pcomplete-time-less-p): Remove.
15971
15972 * thumbs.el (time-less-p): Remove.
15973
15974 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15975 (timeclock-generate-report): Use `time-less-p'.
15976
15977 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15978 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15979
15980 2004-04-28 Masatake YAMATO <jet@gyve.org>
15981
15982 * subr.el (remove-overlays): Make arguments optional.
15983
15984 * wid-edit.el (widget-specify-button): Put evaporate to the
15985 overlay for sample.
15986 (widget-specify-sample): Put evaporate to the overlay for sample.
15987 (widget-specify-doc): Put evaporate to the overlay for documentation.
15988
15989 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15990
15991 * info.el (info-apropos): Make it an index node. Align node names
15992 like makeinfo.
15993
15994 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15995
15996 * net/browse-url.el (browse-url-netscape-sentinel)
15997 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15998 (browse-url-epiphany-sentinel, browse-url-mosaic):
15999 Use browse-url-*-program instead of a literal program name.
16000
16001 2004-04-27 Kevin Ryde <user42@zip.com.au>
16002
16003 * eshell/em-alias.el:
16004 * eshell/em-dirs.el:
16005 * eshell/em-hist.el:
16006 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16007 features when M-x customize-group loads modules before the main
16008 eshell.el.
16009
16010 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16011
16012 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16013 either a character representation of an event or an event
16014 description list.
16015
16016 * type-break.el: Capitalise Emacs and Lisp.
16017 (type-break-good-break-interval, type-break-demo-boring-stats)
16018 (type-break-terse-messages, type-break-file-name): New defcustoms.
16019 (type-break-post-command-hook)
16020 (type-break-warning-countdown-string): Quote variable names in doc.
16021 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16022 (type-break-mode): Document type-break-good-break-interval and the
16023 "session" file. Schedule break according to the session file.
16024 Kill session file buffer on exit. Organise for save-some-buffers
16025 to always save the session file.
16026 (type-break-mode-line-message-mode, type-break-query-mode):
16027 Uppercase arguments.
16028 (type-break-file-time, type-break-file-keystroke-count, timep)
16029 (type-break-choose-file, type-break-get-previous-time)
16030 (type-break-get-previous-count): New defuns.
16031 (type-break): Avoid break querying after a completed break in the
16032 case where the query was initiated during user invocation of the
16033 break. Optional terse messages.
16034 Use type-break-good-break-interval if type-break-good-rest-interval is
16035 nil. File the break time.
16036 (type-break-schedule): New optional args for overriding the use of
16037 the current time.
16038 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16039 after a break.
16040 (type-break-check): File the keystroke count.
16041 (type-break-do-query): Prevent a second query when the break is
16042 interrupted. Optional terse message.
16043 (type-break-keystroke-reset): Record the start of a typing interval.
16044 (type-break-demo-boring): Optional terse messages. Display word
16045 per minute and keystroke counts according to
16046 type-break-demo-boring-stats.
16047
16048 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16049
16050 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16051 directories, make sure they exist under archive-tmpdir.
16052
16053 2004-04-27 Juri Linkov <juri@jurta.org>
16054
16055 * help.el (view-emacs-news): With argument, display info for the
16056 selected version by finding it among different NEWS files, and
16057 narrowing the buffer to the selected version.
16058
16059 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16060 same-window-buffer-names.
16061 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16062 non-numeric prefix argument, append the number to the buffer name
16063 for numeric prefix argument.
16064 (info-other-window): Bind same-window-regexps to nil.
16065 (Info-reference-name): Rename to Info-point-loc.
16066 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16067 and Info-find-index-name for stringy Info-point-loc.
16068 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16069 without middle `.', but with final `.' and optional line number
16070 for it. Set Info-point-loc for index nodes.
16071 (Info-index): Remove middle `.' from index entry regexp.
16072 Modify line number regexp.
16073 (Info-index-next): Decrement line number.
16074 (info-apropos): Remove middle `.' from index entry regexp.
16075 Add optional line number regexp at the end. Add matched value
16076 for line number to the result list and insert it to the buffer.
16077 Replace match-string by match-string-no-properties.
16078 Reorder result list.
16079 (Info-fontify-node): Hide index line numbers.
16080 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16081 empty matches.
16082 (Info-follow-reference): Use `str' instead of
16083 Info-following-node-name-re.
16084 (Info-toc): Use full file names. Set Info-current-node to "Top".
16085 (Info-fontify-node): Compare file names without directory name.
16086 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16087 Set second arg of Info-extract-menu-node-name for index nodes.
16088 (info-xref-visited): Use magenta3 instead of magenta4.
16089 (Info-mode): Add info-apropos to docstring.
16090
16091 * log-view.el (log-view-diff): Replace interactive code "r"
16092 by a list to allow to call it even if region is not active.
16093
16094 * paren.el (show-paren-highlight-openparen): New var.
16095 (show-paren-function): Turn on openparen highlighting when
16096 matching forward if show-paren-highlight-openparen is non-nil.
16097
16098 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16099 the constant value 1.
16100 (completions-common-part): Expand docstring.
16101
16102 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16103
16104 2004-04-27 Kim F. Storm <storm@cua.dk>
16105
16106 * image.el (insert-sliced-image): Use line-height instead of
16107 line-spacing property on newline.
16108
16109 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16110
16111 * desktop.el (desktop-buffer-misc-data-function): Rename to
16112 desktop-save-buffer and change docstring.
16113 (desktop-buffer-modes-to-save): Delete.
16114 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16115 desktop-buffer-modes-to-save.
16116 (desktop-save): Rename desktop-buffer-misc-data-function to
16117 desktop-save-buffer and allow non-function value.
16118 (desktop-missing-file-warning): Correct docstring.
16119
16120 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16121 to desktop-save-buffer.
16122
16123 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16124 desktop-save-buffer.
16125
16126 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16127
16128 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16129
16130 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16131
16132 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16133
16134 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16135
16136 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16137 (ielm): Only go to the end of the buffer when starting a new process.
16138
16139 2004-04-25 Juanma Barranquero <lektu@terra.es>
16140
16141 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16142 mode line. Bind `inhibit-read-only' to t before modifying
16143 properties of text in the buffer.
16144 (ielm): Force point to the end of buffer, even when running ielm
16145 from inside itself.
16146
16147 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16148
16149 * info.el (info-apropos): Reset Info-complete-cache.
16150
16151 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16152
16153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16154 Also recognize severe Irix et al. messages.
16155 (compilation-normalize-filename, compile-abbreviate-directory):
16156 Delete functions.
16157 (compilation-get-file-structure): New function inherits
16158 functionality of the two preceding ones.
16159 (compilation-internal-error-properties, compilation-fake-loc):
16160 Use it so that different paths to the same file share the same
16161 markers. Also optimize finding adjacent marker slightly.
16162
16163 2004-04-25 Kim F. Storm <storm@cua.dk>
16164
16165 * image.el (insert-sliced-image): Add line-spacing t property
16166 to newlines separating image lines.
16167
16168 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16169
16170 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16171
16172 * ielm.el (ielm-prompt-read-only): New user option.
16173 (ielm-prompt): Expand docstring to describe new behavior.
16174 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16175 mention it in the docstring.
16176
16177 2004-04-24 Andreas Schwab <schwab@suse.de>
16178
16179 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16180
16181 * diff.el (diff): Set default-directory in diff buffer.
16182
16183 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16184
16185 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16186 mail was being composed if the terminal cannot display more than
16187 one frame; instead, switch to previous frame.
16188
16189 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16190 (rmail-start-mail): Support rmail-mail-new-frame even on
16191 terminals that can display only one frame at a time.
16192
16193 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16196 (checkdoc-output-font-lock-keywords): Remove error regexp.
16197 (checkdoc-output-mode-map): Remove.
16198 (checkdoc-output-mode): Derive from compilation-mode.
16199 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16200
16201 * dired.el (dired-mode-map): Add a menu entry for wdired.
16202
16203 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16204 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16205
16206 * wdired.el (wdired-mode-map): Move init into declaration.
16207 Fix `return' binding.
16208 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16209 Use force-mode-line-update.
16210 (wdired-get-filename): Use `unless'.
16211 (wdired-preprocess-files): Don't assume names have no \n and use / for
16212 dir separator.
16213 (wdired-normalize-filename): Use replace-regexp-in-string.
16214 (wdired-load-hooks): Remove.
16215 (wdired-mode-hooks): Rename to wdired-mode-hook.
16216
16217 * info-look.el: Add support for cfengine-mode.
16218 (info-lookup-setup-mode): Use dolist.
16219
16220 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16221
16222 * wdired.el: New file.
16223
16224 2004-04-23 Juanma Barranquero <lektu@terra.es>
16225
16226 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16227
16228 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16229 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16230 (pcomplete--help, pcomplete--here): Doc fixes.
16231
16232 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16233
16234 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16235 handles wrong-number-of-arguments in backend call.
16236
16237 * vc.el (vc-print-log): Likewise.
16238
16239 2004-04-20 Dave Love <fx@gnu.org>
16240
16241 * emacs-lisp/rx.el: Doc fixes.
16242 (rx-constituents): Add/extend many forms.
16243 (rx-check): Check form is a list.
16244 (bracket): Defvar.
16245 (rx-check-any, rx-any, rx-check-not): Modify.
16246 (rx-not): Simplify.
16247 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16248 (rx-kleene): Use rx-trans-forms.
16249 (rx-quote-for-set): Delete.
16250 (rx): Allow multiple args.
16251
16252 2004-04-23 Kenichi Handa <handa@m17n.org>
16253
16254 * international/mule-util.el (char-displayable-p): Simplify by
16255 using internal-char-font.
16256
16257 2004-04-23 Juanma Barranquero <lektu@terra.es>
16258
16259 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16260
16261 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16262
16263 * diff-mode.el (diff-next-error): New fun.
16264 (diff-mode): Use it.
16265
16266 * simple.el (next-error): Change arg name.
16267 Add support for the documented C-u C-x ` usage.
16268
16269 * frame.el (special-display-popup-frame, next-multiframe-window)
16270 (previous-multiframe-window): Only consider frames on same display.
16271
16272 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16273
16274 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16275 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16276
16277 2004-04-22 Kim F. Storm <storm@cua.dk>
16278
16279 * net/telnet.el (telnet): Add optional port arg.
16280
16281 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16282
16283 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16284 Minor sanity check on the `hyperlink' slot.
16285
16286 * Makefile.in (recompile): Compile new files.
16287
16288 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16289 Add byte-recompile-directory's optional `arg'.
16290
16291 * cvs-status.el (cvs-tree-use-charset): New var.
16292 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16293 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16294 (cvs-status-cvstrees): Use it.
16295
16296 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16297 Make it a normal major mode.
16298 (checkdoc-buffer-label): Make sure the file name is meaningful.
16299 (checkdoc-output-to-error-buffer): Remove.
16300 (checkdoc-error, checkdoc-start-section): Rewrite.
16301
16302 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16303 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16304 (Info-title-4-face): Use new syntax.
16305 (info-xref-visited): Inherit from info-xref.
16306
16307 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16308
16309 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16310
16311 * simple.el (next-error-last-buffer, next-error-function):
16312 New variables for the next-error framework.
16313 (next-error-buffer-p): New function.
16314 (next-error-find-buffer): Generalize compilation-find-buffer.
16315 (next-error, previous-error, first-error, next-error-no-select)
16316 (previous-error-no-select): Move from compile.el.
16317
16318 * replace.el (occur-next-error, occur-1): Hook into the next-error
16319 framework.
16320
16321 * progmodes/compile.el (compilation-start):
16322 Set next-error-last-buffer so next-error knows where to jump.
16323 (compilation-setup): Set the buffer-local variable
16324 next-error-function to 'compilation-next-error-function.
16325 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16326 alternate way to find if a buffer is a compilation buffer, for
16327 next-error convenience.
16328 (next-error-no-select, previous-error-no-select, next-error)
16329 (previous-error, first-error): Move to simple.el.
16330 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16331 (compilation-last-buffer): Remove.
16332 (compilation-start, compilation-next-error, compilation-setup)
16333 (compilation-next-error-function, compilation-find-buffer):
16334 Remove compilation-last-buffer use.
16335
16336 2004-04-21 Juanma Barranquero <lektu@terra.es>
16337
16338 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16339 (font-lock-warning-face): Fix spacing.
16340
16341 * makefile.w32-in (WINS): Add url/ directory.
16342
16343 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16344
16345 * desktop.el (desktop-buffer-mode-handlers): New variable.
16346 Alist of major mode specific functions to restore a desktop buffer.
16347 (desktop-buffer-handlers): Make variable obsolete.
16348 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16349 Catch errors signaled in handlers. Update buffer count.
16350 Evaluate desktop-buffer-point.
16351 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16352 move to dired.el.
16353 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16354 move to info.el.
16355 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16356 move to mail/rmail.el.
16357 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16358 to mh-e/mh-e.el.
16359 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16360 On fail, print message (to message buffer) even if
16361 desktop-missing-file-warning is nil.
16362 (desktop-buffer-misc-data-function): New buffer local variable.
16363 Function returning major mode specific data.
16364 (desktop-buffer-misc-functions): Make variable obsolete.
16365 (desktop-save): Use desktop-buffer-misc-data-function.
16366 (desktop-buffer-dired-misc-data): Rename to
16367 dired-desktop-buffer-misc-data and move to dired.el.
16368 (desktop-buffer-info-misc-data): Rename to
16369 Info-desktop-buffer-misc-data and move to info.el.
16370 (desktop-read): Add message about number of buffers restored/failed.
16371
16372 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16373 Add parameters. Pause to display error only when
16374 desktop-missing-file-warning is non-nil.
16375 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16376 (dired-mode): Bind desktop-buffer-misc-data-function.
16377
16378 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16379 Add Parameters.
16380 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16381 (Info-mode): Bind desktop-buffer-misc-data-function.
16382
16383 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16384 Add Parameters.
16385
16386 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16387 Add Parameters.
16388
16389 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16390
16391 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16392 the case of letters in case-insensitive expansions when the
16393 abbrev is preceded by characters with letter syntax.
16394
16395 2004-04-21 Richard M. Stallman <rms@gnu.org>
16396
16397 * progmodes/cperl-mode.el (cperl-putback-char):
16398 Delete Emacs 18 definition.
16399
16400 * international/mule.el (ctext-post-read-conversion):
16401 Use assoc-string, not assoc-ignore-case.
16402
16403 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16404
16405 * emacs-lisp/easymenu.el (easy-menu-add):
16406 Do call x-popup-menu, but only if it's defined.
16407
16408 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16409
16410 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16411 Handle multiple args: compile like progn.
16412
16413 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16414 take all args as &rest arg.
16415
16416 * autoinsert.el (auto-insert-alist): Insert the user's name in
16417 copyright notice, rather than Free Software Foundation.
16418
16419 2004-04-21 Kenichi Handa <handa@m17n.org>
16420
16421 * descr-text.el (describe-char): Make it work on *Help* buffer.
16422
16423 2004-04-21 Kim F. Storm <storm@cua.dk>
16424
16425 * image.el (insert-image): Add optional SLICE arg.
16426 (insert-sliced-image): New defun.
16427
16428 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16429
16430 * subr.el (read-number): Check whether `default' is nil.
16431
16432 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16433
16434 * progmodes/compile.el (compilation-error-properties):
16435 Split into two.
16436 (compilation-internal-error-properties): New one.
16437 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16438
16439 2004-04-20 Richard M. Stallman <rms@gnu.org>
16440
16441 * window.el (split-window-save-restore-data):
16442 Don't update the data if OLD-INFO is nil.
16443
16444 * view.el (view-return-to-alist): Mark it permanent local.
16445
16446 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16447
16448 * recentf.el (recentf-save-list): Catch and warn about errors.
16449
16450 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16451 so "Buffers" won't be pure.
16452
16453 * help-mode.el (help-mode-finish): Set help-return-alist first
16454 thing, setting only the entry for the selected window.
16455
16456 * help-fns.el (describe-function-1): If many non-control non-meta
16457 keys run the command, don't list all of them.
16458
16459 2004-04-20 Juanma Barranquero <lektu@terra.es>
16460
16461 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16462 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16463
16464 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16465
16466 2004-04-20 Kenichi Handa <handa@m17n.org>
16467
16468 * international/quail.el (quail-lookup-key): New optional arg
16469 NOT-RESET-INDICES.
16470 (quail-get-translations): Call quail-lookup-key with
16471 NOT-RESET-INDICES t.
16472 (quail-completion): Likewise.
16473 (quail-lookup-map-and-concat): Likewise.
16474
16475 2004-04-20 Kenichi Handa <handa@m17n.org>
16476
16477 * international/quail.el (quail-update-translation): Don't insert
16478 such an unsupported multibyte char in a unibyte buffer.
16479
16480 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16481
16482 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16483 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16484 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16485 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16486 (gdb-frame-assembler-buffer): Improve behaviour with
16487 multiple frames.
16488 (gdb-display-buffer): Extend search to all visible frames.
16489
16490 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16491
16492 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16493 characters left after base64 decoding.
16494 (rmail-decode-region): Use -dos variety of `coding', to remove any
16495 ^M characters left after qp or base64 decoding.
16496
16497 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16498
16499 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16500 messages.
16501
16502 2004-04-19 Stephen Eglen <stephen@gnu.org>
16503
16504 * add-log.el (add-change-log-entry): Update doc string to mention
16505 add-log-full-name and add-log-mailing-address.
16506
16507 2004-04-18 Juri Linkov <juri@jurta.org>
16508
16509 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16510 (Info-find-node-2): Simplify error message.
16511 (Info-insert-dir): Use Info-following-node-name.
16512 (Info-goto-node): Remove *info-history* and *info-toc*.
16513 (Info-history): Create a node of the virtual history file.
16514 (Info-toc): Create a node of the virtual toc file.
16515 (Info-insert-toc): New arg `curr-file' for reference file names.
16516 (info-apropos): Remove redundant var binding for temp-file.
16517 (Info-index, Info-index-next, Info-mode): Doc fix.
16518 (Info-goto-emacs-command-node): Don't jump to *info* from
16519 non-*info* Info buffers.
16520 (Info-fontify-node): Don't show the file name of external
16521 references if `Info-hide-note-references' is `hide'. Don't hide
16522 newlines at the end of paragraphs.
16523
16524 * international/mule-diag.el (list-input-methods):
16525 Fix args to help-xref-button.
16526
16527 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16528 to put into effect local variables from TUTORIAL files.
16529
16530 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16531 with default value taken from the variable `sentence-end'.
16532 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16533 Add nil const to :type.
16534 (sentence-end-without-period, sentence-end-double-space)
16535 (sentence-end-without-space): Doc fix.
16536
16537 * textmodes/paragraphs.el (forward-sentence):
16538 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16539 (fill-delete-newlines):
16540 * progmodes/cc-cmds.el (c-beginning-of-statement):
16541 Use function `sentence-end' instead of variable `sentence-end'.
16542
16543 2004-04-18 Andreas Schwab <schwab@suse.de>
16544
16545 * progmodes/compile.el (compilation-start): Set window start to
16546 point-min if compilation-scroll-output is nil.
16547
16548 2004-04-18 John Wiegley <johnw@newartisans.com>
16549
16550 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16551
16552 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16553
16554 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16555 (gdb-info-breakpoints-custom): Revert previous change.
16556 (gdb-view-assembler): Update assembler if necessary.
16557 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16558 (gdb-display-source-buffer): Update properly when both source and
16559 assembler are visible.
16560
16561 2004-04-17 John Wiegley <johnw@newartisans.com>
16562
16563 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16564 which limits the number of names shown in the minibuffer. Off by
16565 default.
16566 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16567 up iswitchb for users with a multitude of open buffers by showing
16568 only the first and last N/2 buffers in the completion list (which
16569 is enough to aid C-s/C-r, and to know that more characters are
16570 needed to refine the completion list).
16571
16572 2004-04-17 Richard M. Stallman <rms@gnu.org>
16573
16574 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16575 (file-truename): Expand all ~ constructs directly.
16576 (insert-directory): Delete any error msg output by the
16577 `insert-directory-program'.
16578
16579 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16580 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16581 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16582 (allout-init): Use find-file-hook, not find-file-hooks.
16583 (allout-mode): Eliminate Emacs 18 support.
16584 Use write-contents-functions, not local-write-file-hooks.
16585
16586 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16587
16588 * progmodes/compile.el (compilation-error-properties): Fix for
16589 adding messages when there are already markers for their file.
16590 (compilation-fake-loc): New function.
16591
16592 2004-04-16 Dave Love <fx@gnu.org>
16593
16594 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16595 (python-load-file): Fix python-orig-start setting.
16596
16597 * progmodes/compile.el: Doc fixes.
16598 (compilation-error-regexp-alist-alist)
16599 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16600 (compilation-assq): Wrap in eval-when-compile.
16601 (compilation-mode-font-lock-keywords): Don't use list*.
16602 (compilation-start): Avoid warning.
16603 (compilation-compat-error-properties)
16604 (compilation-directory-properties): Add keymap property.
16605 (compilation-parsing-end): Make it a marker for better compatibility.
16606
16607 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16608
16609 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16610
16611 * xml.el: Doc fixes.
16612 (xml-get-children): Only looks at sub-tags and ignore strings.
16613
16614 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16615
16616 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16617
16618 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16619
16620 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16621
16622 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16623
16624 * vc.el (vc-print-log): Likewise.
16625
16626 2004-04-16 Masatake YAMATO <jet@gyve.org>
16627
16628 * simple.el (completion-setup-function): Set an initial value
16629 to `element-common-end' before entering loop. Set a value
16630 to `element-common-end' at the end of loop.
16631 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16632 (completions-common-part): Rename from completion-de-emphasis.
16633 (completions-first-difference): Rename from completion-emphasis.
16634 Suggested by RMS.
16635
16636 2004-04-16 Juanma Barranquero <lektu@terra.es>
16637
16638 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16639 (bookmark-edit-annotation-mode): Add mode name.
16640
16641 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16642
16643 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16644 for nested conflict markers.
16645 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16646
16647 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16648
16649 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16650
16651 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16652
16653 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16656 Give a backtrace if requested.
16657
16658 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16659
16660 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16661 Remove unused functions.
16662 (python-orig-start-line, python-orig-file): Remove.
16663 (python-orig-start): New var.
16664 (python-input-filter, python-compilation-line-number)
16665 (python-send-region, python-load-file): Use it.
16666
16667 * info.el (info): Always jump to *info*.
16668
16669 * subr.el (posn-set-point): New function.
16670
16671 * mouse.el (mouse-set-point): Use it.
16672
16673 * progmodes/compile.el (compile-goto-error): Use it.
16674 (compilation-button-map): New keymap.
16675 (compilation-error-properties): Use it.
16676 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16677
16678 * smerge-mode.el (smerge-popup-context-menu): Use it.
16679
16680 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16681 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16682 mouse and non-mouse case.
16683
16684 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16685 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16686
16687 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16688 Make it work for non-mouse events.
16689
16690 * pcvs-info.el (cvs-status-map): Update binding name.
16691
16692 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16693
16694 * xml.el (xml-maybe-do-ns): New function to handle namespace
16695 parsing of both attribute and element names.
16696 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16697 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16698 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16699 (xml-parse-attlist): Make it do its own namespace parsing.
16700
16701 2004-04-14 Dave Love <fx@gnu.org>
16702
16703 * progmodes/python.el (run-python): Fix use of \n.
16704 (python-load-file): Remove `try' from Python fragment.
16705 (python-describe-symbol): Fix message.
16706
16707 * comint.el: Doc fixes.
16708 (comint-last-input-start, comint-last-input-end)
16709 (comint-last-output-start): Give them values.
16710 (comint-arguments): Avoid warning.
16711 (comint-skip-prompt): Use line-end-position.
16712 (comint-backward-matching-input): Rename arg to agree with doc.
16713 (comint-extract-string): Use syntax-ppss.
16714 (comint-dynamic-simple-complete): Delete useless list construction.
16715 (comint-redirect-subvert-readonly): New.
16716 (comint-redirect-preoutput-filter): Use it.
16717
16718 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16719 Correctly handle negative arguments when calling hook functions.
16720
16721 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16722
16723 * info.el (info-apropos): Don't clobber Info-history-list.
16724
16725 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16726
16727 * progmodes/compile.el (compilation-setup):
16728 Localize overlay-arrow-position.
16729 (compilation-sentinel): Restructure code equivalently.
16730 (compilation-next-error): Find message on same line after point if
16731 not found before point.
16732 (compile-mouse-goto-error): Restore function so that compilation
16733 buffer need not be current and use compile-goto-error.
16734 (compile-goto-error): Restore function.
16735 (next-error): Set overlay-arrow-position.
16736 (compilation-forget-errors): Don't localize already local
16737 compilation-locs and remove FIXME about refontifying.
16738
16739 2004-04-14 Kim F. Storm <storm@cua.dk>
16740
16741 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16742 (command-line): New option -Q. Like -q --no-site-file, but
16743 in addition it also disables menu-bar, tool-bar, scroll-bars,
16744 tool-tips, and the blinking cursor.
16745 (command-line-1): Skip startup screen if -Q.
16746 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16747
16748 * emulation/cua-base.el (cua-read-only-cursor-color)
16749 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16750
16751 2004-04-13 Dave Love <fx@gnu.org>
16752
16753 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16754 (syntax): Don't require.
16755 (python) <defgroup>: Add :version.
16756 (python-quote-syntax): Re-written.
16757 (inferior-python-mode): Move stuff here from run-python and add
16758 some more.
16759 (python-preoutput-continuation, python-preoutput-result)
16760 (python-dotty-syntax-table): New.
16761 (python-describe-symbol): Use them.
16762 (run-python): Move stuff to inferior-python-mode. Modify code
16763 loaded into Python.
16764 (python-send-region): Use python-proc, python-send-string.
16765 (python-send-string): Send newlines too. Callers changed.
16766 (python-load-file): Re-written.
16767 (python-eldoc-function): New.
16768 (info-look): Don't require.
16769 (python-after-info-look): New. A modified version of former
16770 top-level code for use with eval-after-load.
16771 (python-maybe-jython, python-guess-indent): Use widened buffer.
16772 (python-fill-paragraph): Re-written.
16773 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16774 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16775
16776 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16779 Set compilation-error-regexp-alist earlier.
16780
16781 * progmodes/compile.el (compilation-minor-mode-map)
16782 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16783 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16784
16785 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16788 corresponding to the event.
16789
16790 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16791
16792 * loadup.el: Add cygwin to system-type list, for unexec() support.
16793
16794 2004-04-12 John Paul Wallington <jpw@gnu.org>
16795
16796 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16797 (ibuffer-restore-window-config-on-quit): New variable to replace
16798 `ibuffer-delete-window-on-quit'. Update all references.
16799 (ibuffer-prev-window-config): New variable.
16800 (ibuffer-quit): Restore previous window configuration instead of
16801 deleting window.
16802 (ibuffer): Save window configuration before showing Ibuffer buffer.
16803
16804 * help.el (describe-mode): Doc fix.
16805
16806 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16807
16808 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16809 not to treat nil as a function.
16810
16811 * vc-arch.el (vc-arch-root): Be a bit more careful.
16812 (vc-arch-register): Save the buffer if we modified it.
16813 (vc-arch-delete-rej-if-obsolete): Save excursion.
16814 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16815 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16816
16817 * net/ldap.el (ldap-search): Use list*.
16818
16819 2004-04-12 Juri Linkov <juri@jurta.org>
16820
16821 * info.el (Info-follow-reference): Allow multiline reference name.
16822
16823 2004-04-11 Dave Love <fx@gnu.org>
16824
16825 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16826
16827 * progmodes/python.el: New file.
16828
16829 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16830
16831 * vc-hooks.el (vc-arg-list): Function removed.
16832 (vc-default-workfile-unchanged-p): Use condition-case to check for
16833 backward compatibility.
16834
16835 * vc.el (vc-print-log): Use condition-case to check for backward
16836 compatibility.
16837
16838 2004-04-11 Juri Linkov <juri@jurta.org>
16839
16840 * dired.el (dired-faces): New defgroup.
16841 (dired-header, dired-mark, dired-marked, dired-flagged)
16842 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16843 New faces.
16844 (dired-header-face, dired-mark-face, dired-marked-face)
16845 (dired-flagged-face, dired-warning-face, dired-directory-face)
16846 (dired-symlink-face, dired-ignored-face): New face variables.
16847 (dired-font-lock-keywords): Use them instead of font-lock faces.
16848 Split the rule for dired marks into 3 separate rules: for marks,
16849 marked file names and flagged file names.
16850
16851 * help-mode.el (help-make-xrefs): Add a final newline to the
16852 *Help* buffer.
16853
16854 2004-04-11 John Paul Wallington <jpw@gnu.org>
16855
16856 * replace.el (occur-engine): Distinguish between one and several
16857 matches in the matches per buffer heading.
16858
16859 2004-04-11 Kim F. Storm <storm@cua.dk>
16860
16861 * ido.el (ido-confirm-unique-completion): New defcustom.
16862 (ido-complete): Use it.
16863 (ido-write-file): Set it to t unconditionally.
16864
16865 2004-04-10 Miles Bader <miles@gnu.org>
16866
16867 RCS keyword removal (only non-comment changes are enumerated here):
16868
16869 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16870 (byte-compile-insert-header): Don't use `byte-compile-version'.
16871 * forms.el (forms-version): Variable removed.
16872 (forms-mode): Don't use `forms-version'.
16873 * recentf.el (recentf-version): Variable removed.
16874 * progmodes/delphi.el (delphi-version): Variable removed.
16875 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16876
16877 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16880
16881 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16882
16883 * info.el (info-apropos): Improve menu item regexp.
16884
16885 2004-04-09 Simon Josefsson <jas@extundo.com>
16886
16887 * mail/smtpmail.el: Add comment, based on report by
16888 kdc@rcn.com (Kevin D. Clark).
16889
16890 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16891
16892 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16893 Redo one more thing that I didn't notice Daniel had undone.
16894
16895 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16896
16897 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16898 (gdb-goto-breakpoint, gdb-display-buffer)
16899 (gdb-display-source-buffer, gdb-view-source-function)
16900 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16901 (gdb-source-info, gdb-frame-handler): Don't specify a window
16902 for display.
16903 (gdb-info-breakpoints-custom): Remove superfluous update of
16904 assembler buffer.
16905 (gdb-many-windows): Make settable outside gdb.
16906
16907 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16908
16909 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16910 Derive from fundamental-mode rather than text-mode.
16911
16912 2004-04-08 Juri Linkov <juri@jurta.org>
16913
16914 * info.el (Info-history): Doc fix.
16915 (Info-history-list): New var.
16916 (info-xref): Change magenta4 to blue, remove bold for dark and
16917 light backgrounds, change bold to underline for non-color classes.
16918 (info-xref-visited): New face.
16919 (Info-fontify-visited-nodes): New custom.
16920 (Info-hide-note-references): Add new value `hide'. Doc fix.
16921 (Info-reference-name): New var.
16922 (Info-selection-hook): New custom.
16923 (Info-edit-mode-hook): New var.
16924 (Info-find-file): New fun.
16925 (Info-find-node): Move part of code to Info-find-file.
16926 (Info-find-node-2): Add anchors to Info-history-list. Move point
16927 to the place with the reference name if name is defined.
16928 (Info-select-node): Add current node to Info-history-list.
16929 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16930 (Info-search-whitespace-regexp): New custom.
16931 (Info-search-case-fold): New var.
16932 (Info-search): Add "case-sensitively" to the prompt.
16933 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16934 (Info-search-case-sensitively, Info-search-next): New fun.
16935 (Info-up): Move point to the menu item of the current node.
16936 (Info-history): New fun. Add *info-history* to
16937 same-window-buffer-names.
16938 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16939 (Info-insert-toc): New fun.
16940 (Info-build-toc): New fun.
16941 (Info-follow-reference): Add new arg `fork'. Doc fix.
16942 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16943 with the same name prefer the reference closest to point.
16944 (Info-next-reference): Replace * by + in the *Note regexp.
16945 Add regexp for http:// and ftp://. Skip the *Note prefix.
16946 (Info-prev-reference): Replace * by + in the *Note regexp.
16947 Add regexp for http:// and ftp://. Skip the *Note prefix.
16948 (Info-follow-nearest-node): Add new arg `fork'.
16949 (Info-try-follow-nearest-node): Add new arg `fork'.
16950 Call browse-url for http:// and ftp:// references.
16951 Set Info-reference-name for index entries.
16952 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16953 Info-search-next, Info-history, Info-toc, clone-buffer.
16954 (Info-menu-update): Replace * by + in the *Note regexp.
16955 (Info-mode): Add documentation for Info-history, Info-toc,
16956 Info-search-case-sensitively, Info-search-next, clone-buffer.
16957 (Info-fontify-menu-headers): Remove fun. Move code to
16958 Info-fontify-node.
16959 (Info-fontify-node): Add docstring. Add local vars
16960 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16961 then fontify header line, titles, menu headers, http and ftp
16962 references, refill paragraphs. If not-fontified-p is t or
16963 fontify-visited-p is t then fontify cross references, menu items.
16964 Fontify menu headers. Fontify http and ftp references.
16965 Change regexp for cross references to require whitespace after *Note,
16966 add matching groups for file and node names. Remove hack for quote.
16967 Use display property for Info-hide-note-references=t. Use fifth
16968 or fourth match for help-echo. Display visited nodes in a
16969 different face. Unhide file names of external references.
16970 Unhide newlines. Display visited menu items in a different face.
16971
16972 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16973
16974 * progmodes/compile.el: Require CL.
16975 (compilation-mode-font-lock-keywords): Re-install the "line as
16976 function" patch.
16977
16978 * help-fns.el (help-C-source-directory): New var.
16979 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16980 (describe-function-1, describe-variable): Use them.
16981
16982 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16983 to C source files specially.
16984
16985 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16986
16987 * info.el (Info-hide-cookies-node): New function.
16988 (Info-select-node): Use it.
16989 (Info-display-images-node): Remove message with image file name.
16990
16991 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16992
16993 * progmodes/compile.el (compilation-warning-face)
16994 (compilation-info-face, compilation-skip-threshold)
16995 (compilation-skip-visited, compilation-context-lines):
16996 Declare :version when added to Emacs.
16997 (compilation-error-regexp-alist-alist): Extend caml and irix.
16998 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16999 (compilation-mode-font-lock-keywords): Temporarily undo line as
17000 function patch, which wasn't ready.
17001
17002 2004-04-07 Kenichi Handa <handa@m17n.org>
17003
17004 * international/latin1-disp.el (latin1-display-setup): Check each
17005 character is displayable or not instead of calling
17006 latin1-display-check-font.
17007
17008 2004-04-06 Kenichi Handa <handa@m17n.org>
17009
17010 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17011 New variable.
17012 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17013 instead of sera-being-called-by-w3.
17014 (ethio-fidel-to-sera-buffer): Likewise.
17015 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17016 instead of sera-being-called-by-w3.
17017 (ethio-write-file): Likewise.
17018
17019 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17020
17021 * printing.el: Doc fix.
17022
17023 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17024
17025 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17026 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17027 (gdb-setup-windows): Only use separate IO buffer if required.
17028
17029 2004-04-06 Kim F. Storm <storm@cua.dk>
17030
17031 * term.el (term-is-xemacs): Remove.
17032 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17033 (term-window-width): New function.
17034 (term-mode, term-check-size): Use it.
17035 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17036
17037 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17038
17039 * cus-edit.el (custom-add-parent-links): Change unbound variable
17040 `symbol' to `name'.
17041
17042 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17043 * info.el (info-apropos): New function.
17044 (Info-mode-menu): Add it.
17045 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17046
17047 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17048 inherited docstring.
17049
17050 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17051
17052 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17053
17054 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17055
17056 * progmodes/compile.el (font-lock): Don't require any more.
17057 (compilation-error-properties, compilation-start, compilation-sentinel)
17058 (compilation-filter, next-error): Use with-current-buffer.
17059 (compilation-skip-to-next-location, compilation-skip-threshold)
17060 (compilation-skip-visited): Move to silence the byte-compiler.
17061 (compilation-setup): Simplify.
17062 (compilation-next-error): Use line-(beginning|end)-position.
17063 Make sure `pt' is non-nil before using compilation-loop.
17064 (compile-goto-error): Add optional event arg. Use it.
17065 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17066 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17067 Update the binding for mouse-2.
17068 (first-error): Set compilation-current-error to nil rather than bob.
17069 (compilation-parsing-end, compilation-parse-errors-function)
17070 (compilation-error-list, compilation-old-error-list):
17071 "New" compatibility variables.
17072 (compile-buffer-substring, compilation-compat-error-properties)
17073 (compilation-compat-parse-errors, compilation-forget-errors):
17074 New compatibility functions.
17075 (compilation-mode-font-lock-keywords): Use them.
17076
17077 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17078
17079 * autorevert.el (auto-revert-handler): If point (or a window
17080 point) is at the end of the buffer, keep it there after
17081 reverting. This allows to tail a file.
17082 Mention this in the `Commentary'.
17083
17084 * format.el (format-write-file): Add optional argument CONFIRM
17085 and make it behave like the analogous argument to `write-file'.
17086
17087 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17088
17089 * progmodes/ebnf2ps.el: Doc fix.
17090 (ebnf-version): New version number (4.2).
17091 (ebnf-syntax): Customization and docstring fix.
17092 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17093 Put autoloaded funs before first use.
17094 (ebnf-style-database): Add dtd entry.
17095 (ebnf-syntax-alist): Add dtd initialization.
17096 (ebnf-token-sequence): New fun.
17097 (ebnf-comment-table): Add new comment action character.
17098 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17099
17100 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17101 Type Definition for XML).
17102
17103 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17104 * progmodes/ebnf-bnf.el (ebnf-sequence):
17105 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17106 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17107 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17108 Code simplification: call ebnf-token-sequence.
17109
17110 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17111
17112 * calendar/timeclock.el (timeclock-relative)
17113 (timeclock-get-project-function, timeclock-get-workday-function)
17114 (timeclock-query-out, timeclock-when-to-leave)
17115 (timeclock-when-to-leave-string, timeclock-log-data)
17116 (timeclock-generate-report, timeclock-in): Doc fixes.
17117
17118 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17119
17120 * url/: New dir. Import the URL package from its repository.
17121
17122 2004-04-03 Andreas Schwab <schwab@suse.de>
17123
17124 * diff-mode.el (diff-mode): Fix missing quote.
17125
17126 2004-04-03 Juri Linkov <juri@jurta.org>
17127
17128 * descr-text.el (describe-property-list): Add `font-lock-face'.
17129
17130 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17131
17132 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17133
17134 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17135 Use utf-16le on little endian machines and utf-16be otherwise.
17136
17137 2004-04-02 David Kastrup <dak@gnu.org>
17138
17139 * net/browse-url.el (browse-url-generic): Use call-process
17140 instead of start-process to allow browsers that fork and detach.
17141
17142 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17143
17144 * compile.el (compilation-current-error): New var.
17145 (compilation-setup, compile-mouse-goto-error)
17146 (compile-goto-error, next-error): Use it.
17147 (compilation-skip-to-next-location): Default to t, which gives
17148 contiguous skipping like old compile (where this was redundant).
17149 (compilation-next-error): Prevent previous-* commands from moving
17150 back to message at or just before point.
17151
17152 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17153
17154 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17155 (gdb-source-info): Don't display source at startup, if required.
17156 (gdb-show-main): New option.
17157 (gdba): Update documentation.
17158 (gdb-source): Cover case of auto-display output.
17159
17160 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17161
17162 * autorevert.el: Delete obsolete autoload's and defvar's.
17163 (auto-revert-check-vc-info): New user option.
17164 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17165 (auto-revert-handler-vc): Delete.
17166 (auto-revert-handler): Treat return value `fast' of
17167 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17168
17169 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17170 return `fast'.
17171
17172 * files.el (buffer-stale-function): Doc change.
17173
17174 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17175
17176 * printing.el: New tip on Tips section.
17177 (pr-version): New version number (6.7.4).
17178 (pr-shell-file-name): Initialization fix.
17179
17180 2004-03-31 Juri Linkov <juri@jurta.org>
17181
17182 * dired.el: Add autoload for `dired-do-touch'.
17183 (dired-touch-program): New var.
17184 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17185 (dired-no-confirm): Add `touch' to docstring.
17186
17187 * dired-aux.el (dired-do-touch): New fun.
17188 (dired-do-chxxx): Add argument -t for touch operation.
17189
17190 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17191 `dired-move-to-filename-regexp'.
17192
17193 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17194
17195 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17196
17197 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17198
17199 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17200 and only if the buffer was modified.
17201
17202 2004-03-30 Kenichi Handa <handa@m17n.org>
17203
17204 * international/characters.el: Delete pairs for U+2308..U+230B.
17205
17206 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17207
17208 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17209 to detect the beginning of a level 2 or 3 annotation.
17210
17211 2004-03-29 Kenichi Handa <handa@m17n.org>
17212
17213 * international/ucs-tables.el (ucs-insert): Fix the error message.
17214
17215 2004-03-29 Kenichi Handa <handa@m17n.org>
17216
17217 * international/mule-util.el (char-displayable-p): Fix generation
17218 of XLFD file name.
17219
17220 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17221 before finding directories by `find'.
17222
17223 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17224
17225 * subr.el (interactive-form): Delete. Now implemented in C.
17226
17227 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17228
17229 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17230 (vc-diff-label): New fun.
17231 (vc-diff-internal): Use it.
17232
17233 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17234
17235 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17236
17237 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17238
17239 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17240 specify XML (EBNFX).
17241
17242 * progmodes/ebnf2ps.el: Doc fix.
17243 (ebnf-version): New version number (4.1).
17244 (ebnf-syntax): Adjust customization.
17245 (ebnf-style-database): Add ebnfx entry.
17246 (ebnf-syntax-alist): Add ebnfx initialization.
17247 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17248
17249 * printing.el: Doc fix.
17250 (pr-version): New version number (6.7.3).
17251 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17252 returns nil for mouse position. Reported by Drew Adams
17253 <drew.adams@oracle.com>.
17254 (pr-update-menus): Modify interactive declaration. Reported by Drew
17255 Adams <drew.adams@oracle.com>.
17256
17257 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17258
17259 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17260 (gud-gdba-marker-filter): Log the process input and output, if
17261 required. From Stefan Monnier.
17262 (gdb-debug-log, gdb-enable-debug-log): New variables.
17263 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17264
17265 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17266
17267 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17268 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17269
17270 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17271
17272 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17273 Call vc-find-file-hook here instead of in auto-revert-buffers.
17274 (auto-revert-buffers): Delete call to vc-find-file-hook.
17275 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17276 (global-auto-revert-mode, auto-revert-set-timer)
17277 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17278
17279 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17280
17281 * woman.el (woman-change-fonts): Rename local variable
17282 woman-font-alist to font-alist to avoid a compiler warning.
17283
17284 2004-03-27 Dave Love <fx@gnu.org>
17285
17286 * emacs-lisp/rx.el (rx): Doc fix.
17287 Fix copyright years.
17288
17289 * strokes.el (strokes-global-set-stroke-string): New function.
17290 (strokes-list-strokes): Cope with strings, not just commands.
17291 Set foreground colour of image.
17292 (strokes-global-set-stroke): Doc fix.
17293
17294 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17295
17296 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17297 Auto Revert mode.
17298 (Buffer-menu-files-only): New variable.
17299 (Buffer-menu-toggle-files-only): New function.
17300 (Buffer-menu-mode-map): Bind it to `T'.
17301 (Buffer-menu-mode): Mention `T' in docstring.
17302 Set buffer-stale-function.
17303 (list-buffers-noselect): Mark buffer non-modified and set
17304 Buffer-menu-files-only.
17305
17306 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17307
17308 * autorevert.el (auto-revert-handler): Print revert message
17309 before, rather than after, reverting.
17310 (buffer-stale-function): Move to files.el.
17311
17312 * files.el (buffer-stale-function): Move here from autorevert.el.
17313
17314 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17315
17316 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17317
17318 * calc/calc.el (calc-mode-map): Use mapc.
17319
17320 * apropos.el (apropos-mode): Don't autoload.
17321 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17322 (apropos): Use it.
17323 (apropos-print): Add optional `text' argument.
17324 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17325 Don't assume point-min == 1.
17326
17327 * bs.el (bs-buffer-list): Use buffer-local-value.
17328 (bs--set-toggle-to-show): Use with-current-buffer.
17329
17330 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17331 New funs.
17332 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17333
17334 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17335
17336 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17337 (dabbrev--find-expansion): Use pop.
17338 (dabbrev--search): Use match-string-no-properties.
17339
17340 * dired.el (dired-mode): Use run-mode-hooks.
17341 (dired-move-to-end-of-filename): Use match-string.
17342
17343 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17344 is bound before using it.
17345 (ediff-verbose-p): Make it into a var since it's not constant.
17346
17347 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17348
17349 * faces.el (read-face-font): Don't cons up unnecessarily.
17350 (header-line, tool-bar): Share common parts.
17351
17352 * files.el (file-relative-name): Use compare-strings.
17353
17354 * finder.el (finder-mode): Follow coding convention.
17355
17356 * subr.el (read-number): New function.
17357
17358 * ses.el (ses-read-number): Move to subr.el.
17359 (ses-set-header-row): Use read-number.
17360
17361 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17362
17363 * vc-hooks.el (vc-arg-list): New function, which handles both
17364 compiled and uncompiled code.
17365 (vc-default-workfile-unchanged-p): Use it.
17366
17367 * vc.el (vc-print-log): Undo prev change, use new function
17368 vc-arg-list from vc-hooks.el.
17369
17370 2004-03-26 Masatake YAMATO <jet@gyve.org>
17371
17372 * simple.el (completion-setup-function): Emphasize the
17373 first uncommon characters in the completions; and de-emphasize
17374 the common prefix substrings.
17375 (completion-emphasis): New face.
17376 (completion-de-emphasis): New face.
17377
17378 2004-03-25 Juanma Barranquero <lektu@terra.es>
17379
17380 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17381 Comment out (it's unused and unfinished code).
17382
17383 2004-03-25 Sam Steingold <sds@gnu.org>
17384
17385 * vc.el (vc-print-log): Fix a bug in the last patch:
17386 backend-function may be a byte-compiled object, not a lambda.
17387
17388 2004-03-25 Juri Linkov <juri@jurta.org>
17389
17390 * descr-text.el (describe-property-list): Add a button
17391 for `face' property that calls `describe-face'.
17392 Suggested by luis fernandes <elf@ee.ryerson.ca>
17393
17394 * international/mule.el (keyboard-coding-system):
17395 * kmacro.el (kmacro-call-macro): Fix docstring.
17396
17397 * dired.el: Fix comments.
17398
17399 * textmodes/fill.el (fill): Fix Info link.
17400
17401 * font-lock.el (fast-lock, lazy-lock):
17402 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17403 Info node.
17404
17405 * eshell/eshell.el (eshell): Fix broken info-link.
17406
17407 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17408 * eshell/em-banner.el (eshell-banner):
17409 * eshell/em-smart.el (eshell-smart):
17410 * eshell/esh-cmd.el (eshell-cmd):
17411 Comment out broken info-links to incomplete Info manual.
17412
17413 * info-xref.el: Fix commentary.
17414
17415 2004-03-25 Kevin Ryde <user42@zip.com.au>
17416
17417 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17418 Remove spurious node duplicate suppression, doesn't work, not wanted.
17419 (info-xref-output): Take format style args, add "sit-for 0" to let
17420 user see the results as they progress.
17421 (info-xref-check-all-custom): New function.
17422
17423 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17424
17425 * gdb-ui.el: Moved to progmodes.
17426
17427 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17428
17429 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17430
17431 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17432
17433 * calendar/appt.el (appt-check): Remove superfluous progn.
17434 When finished with diary buffer: if it was not being displayed
17435 before, kill it; otherwise restore its original state.
17436 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17437
17438 * calendar/calendar.el (calendar-set-mode-line): Use total
17439 available mode-line width, rather than frame-width.
17440
17441 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17442 after mode change so effect not lost.
17443
17444 2004-03-23 Dave Love <fx@gnu.org>
17445
17446 * dired.el (dired) <defgroup>: Add link to manual.
17447 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17448 (dired-revert): Use dolist.
17449 (dired-mode-map): Add U binding.
17450 (dired-mode): Add font-lock-beginning-of-syntax-function.
17451 (dired-garbage-files-regexp): Make it a defcustom.
17452
17453 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17456 is equivalent to nil.
17457 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17458 (vc-arch-mode-line-string): Accept `added' state.
17459 (vc-arch-state): Use inode-sigs if available.
17460 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17461 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17462 (vc-arch-tagline-re): New var.
17463 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17464 New functions.
17465 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17466 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17467
17468 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17469 (vc-file-not-found-hook): Use it.
17470
17471 * diff-mode.el (diff-default-read-only): Change default.
17472 (diff-mode-hook): Make it a defcustom. Add some options.
17473 (diff-mode-map): Bind diff-refine-hook.
17474 (diff-yank-handler): New var.
17475 (diff-yank-function): New fun.
17476 (diff-font-lock-keywords): Use them.
17477 (diff-end-of-file): Handle case where file-header looks like diff text.
17478 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17479 (diff-file-kill): Delete a subsequent empty line, if applicable.
17480 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17481 (diff-find-file-name): Use it.
17482 (diff-tell-file-name): New command.
17483 (diff-mode): Be careful with view-mode.
17484 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17485 New functions, for use in diff-mode-hook.
17486 (diff-find-source-location): Catch "regex too large" errors.
17487 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17488 (diff-refine-hunk): New command.
17489
17490 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17491 (smerge-context-menu-map): Remove unused var.
17492 (smerge-keep-all): Preserve markers.
17493 (smerge-keep-n): New fun.
17494 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17495 (smerge-keep-current, smerge-ediff): Use it.
17496 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17497 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17498 (smerge-resolve): Resolve trivial 3-part conflicts.
17499
17500 2004-03-23 Juri Linkov <juri@jurta.org>
17501
17502 * man.el (Man-width): New var.
17503 (Man-getpage-in-background): Use it.
17504 (Man-support-local-filenames): New var and fun.
17505 (Man-build-man-command): Don't add a second %s.
17506 (Man-fontify-manpage): Clean up message.
17507 (Man-mode): Set outline-regexp, outline-level,
17508 imenu-generic-expression.
17509
17510 * woman.el (woman-fill-frame): Doc fix.
17511 (woman-decode-region): Use window-width instead of frame-width.
17512
17513 * abbrevlist.el (list-one-abbrev-table):
17514 * descr-text.el (describe-char):
17515 * international/mule-diag.el (describe-current-coding-system):
17516 * international/quail.el (quail-insert-decode-map):
17517 Use window-width instead of frame-width.
17518
17519 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17520 (jka-compr-mode-alist-additions): Add tbz.
17521 (jka-compr-write-region, jka-compr-insert-file-contents):
17522 Add message for undefined compress-program.
17523 (jka-compr-write-region): Remove redundant var bindings.
17524
17525 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17526 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17527 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17528 (dired-man): Use dired-guess-shell-command.
17529 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17530 Change default nil to t.
17531
17532 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17533 (dired-compare-directories): Add default value for empty input.
17534
17535 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17536
17537 * time.el (display-time-string-forms): Fix help-echo date format.
17538
17539 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17540
17541 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17542 (buffer-stale-function): New variable.
17543 (auto-revert-list-diff, auto-revert-dired-file-list)
17544 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17545 (auto-revert-handler): Take over some functionality of deleted
17546 functions.
17547 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17548
17549 * dired.el (dired-directory-changed-p): New fun, extracted from
17550 dired-internal-noselect.
17551 (dired-buffer-stale-p): New fun.
17552 (dired-internal-noselect): Use dired-directory-changed-p.
17553 Eliminate revert messages.
17554 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17555
17556 2004-03-23 Kenichi Handa <handa@m17n.org>
17557
17558 * international/characters.el: Setup syntaxes for more parentheses
17559 Unicode characters.
17560
17561 * international/mule-cmds.el (select-safe-coding-system):
17562 Merge coding-system and auto-cs before comparing them.
17563
17564 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17565
17566 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17567
17568 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17569 normal-auto-fill-function and comment-indent-function.
17570 The default values now work just as well.
17571 Don't set font-lock-beginning-of-syntax-function since we already set
17572 syntax-begin-function.
17573 (lisp-outline-level): Put ;;;###autoload at same level as (.
17574 (prin1-char): Quote special chars.
17575
17576 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17577 than with-no-warnings.
17578
17579 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17580 if the source location can't be found.
17581 (edebug-compute-previous-result): Use prin1-char.
17582
17583 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17584 (debug-ignored-errors): Add an entry.
17585
17586 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17587 (byte-compile-file): Output warning when deleting a file.
17588
17589 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17590 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17591
17592 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17593 (byte-compile-inline-expand): Use backquote.
17594 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17595 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17596
17597 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17598
17599 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17600
17601 2004-03-22 Juri Linkov <juri@jurta.org>
17602
17603 * finder.el (finder-known-keywords): Fix data, tex, unix.
17604
17605 * play/landmark.el: Fix keywords.
17606
17607 * language/ethio-util.el (ethio-find-file): Doc fix.
17608
17609 * emacs-lisp/warnings.el: Doc fix.
17610
17611 * textmodes/ispell.el (ispell-help): Doc fix.
17612
17613 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17614
17615 * format.el (format-insert-file): Always return a list of two
17616 elements, like insert-file-contents does.
17617
17618 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17619
17620 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17621 and vc-BACKEND-diff.
17622 (vc-print-log): If the print-log implementation supports it, use
17623 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17624 (vc-version-diff, vc-diff-internal): Doc fixes.
17625
17626 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17627 implementation supports it, let diff output go to *vc*,
17628 not *vc-diff*, since this is an internal call.
17629
17630 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17631
17632 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17633
17634 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17635
17636 2004-03-21 Dave Love <fx@gnu.org>
17637
17638 * progmodes/cfengine.el (cfengine-mode):
17639 Set parse-sexp-ignore-comments.
17640
17641 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17642
17643 2004-03-21 Juanma Barranquero <lektu@terra.es>
17644
17645 * allout.el (allout-mode): Fix docstring.
17646
17647 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17648
17649 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17650
17651 * autorevert.el (auto-revert-interval): Make new value take
17652 effect immediately when set through Custom.
17653 (auto-revert-set-timer): Add interactive declaration.
17654
17655 2004-03-19 David Ponce <david@dponce.com>
17656
17657 * ruler-mode.el (ruler-mode-header-line-format-old):
17658 Don't `make-variable-buffer-local'.
17659 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17660 (ruler-mode-header-line-format): Simply funcall the above.
17661 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17662 to save/restore a previous header line format.
17663 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17664 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17665 fringes and margins width.
17666 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17667
17668 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17669
17670 * log-edit.el (log-edit-font-lock-keywords): Typo.
17671
17672 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17673 (tex-send-tex-command): Rather than here.
17674 (tex-compilation-parse-errors): Simplify.
17675
17676 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17677
17678 * time.el (display-time-string-forms): Add help-echo with date on time.
17679
17680 * composite.el (compose-region): Use restore-buffer-modified-p.
17681
17682 * disp-table.el (standard-display-8bit): Simplify.
17683
17684 * server.el (server-process-filter): Delete temp frame.
17685
17686 * add-log.el (add-change-log-entry): Simplify.
17687
17688 2004-03-19 Kim F. Storm <storm@cua.dk>
17689
17690 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17691 (hexl-follow-line): Don't require 'fringe.
17692
17693 * progmodes/compile.el (compilation-start): Always set
17694 compilation-last-buffer and return it.
17695
17696 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17697
17698 * simple.el (clone-buffer): Doc fix.
17699
17700 2004-03-18 Juanma Barranquero <lektu@terra.es>
17701
17702 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17703
17704 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17705
17706 * log-edit.el (log-edit-font-lock-keywords): New var.
17707 (log-edit-mode): Use it.
17708
17709 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17710
17711 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17712 properly for watching in speedbar.
17713
17714 2004-03-17 Masatake YAMATO <jet@gyve.org>
17715
17716 * smerge-mode.el (smerge-popup-context-menu):
17717 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17718
17719 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17720
17721 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17722 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17723 Take sealed revisions into account.
17724 (vc-arch-checkin): Extract a summary line from the message.
17725
17726 2004-03-16 Masatake YAMATO <jet@gyve.org>
17727
17728 * register.el (register): Provide `register' feature.
17729
17730 2004-03-15 Masatake YAMATO <jet@gyve.org>
17731
17732 Added context menu support in smerge mode.
17733 Most of the part is written by Stefan Monnier.
17734
17735 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17736 New keymap and menu.
17737 (smerge-text-properties): New function.
17738 (smerge-remove-props): New function.
17739 (smerge-popup-context-menu): New function.
17740 (smerge-resolve): Call `smerge-remove-props'.
17741 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17742 (smerge-keep-current): Ditto.
17743 (smerge-kill-current): New function.
17744 (smerge-match-conflict): Put text properties.
17745 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17746
17747 2004-03-15 David Ponce <david@dponce.com>
17748
17749 * ruler-mode.el (ruler-mode-left-fringe-cols)
17750 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17751 (ruler-mode-right-scroll-bar-cols): Remove.
17752 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17753 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17754 Use fringe-columns and scroll-bar-columns.
17755
17756 2004-03-15 Masatake YAMATO <jet@gyve.org>
17757
17758 * hl-line.el (hl-line-range-function): New variable.
17759 (hl-line-move): New function.
17760 (global-hl-line-highlight): Use `hl-line-move'.
17761 (hl-line-highlight): Ditto.
17762
17763 * scroll-bar.el (scroll-bar-columns):
17764 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17765
17766 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17767 (ruler-mode-left-fringe-cols)
17768 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17769 (ruler-mode-right-scroll-bar-cols)
17770 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17771 (ruler-mode-ruler-function): New variable.
17772 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17773 if the value for `ruler-mode-ruler-function'is given.
17774
17775 * hexl.el (hexl-mode-hook): Make the hook customizable.
17776 (hexl-address-area, hexl-ascii-area): New customize variables.
17777 (hexlify-buffer): Put font-lock-faces on the address area and
17778 the ascii area.
17779 (hexl-activate-ruler): New function.
17780 (hexl-follow-line): New function.
17781 (hexl-highlight-line-range): New function.
17782 (hexl-mode-ruler): New function.
17783
17784 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17787 (vc-default-find-file-hook): New fun.
17788 (vc-find-file-hook): Call new find-file-hook operation.
17789
17790 * vc-arch.el: New file.
17791
17792 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17793
17794 * info-look.el (info-lookup): Reuse an existing Info window.
17795
17796 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17797
17798 * woman.el (woman-preserve-ascii): Default value changed to t and
17799 doc string revised.
17800
17801 2004-03-12 Richard M. Stallman <rms@gnu.org>
17802
17803 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17804 Fix minor bug.
17805
17806 * replace.el (occur-engine): Change message for count of matches.
17807
17808 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17809 For strings, do compare text properties.
17810
17811 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17812
17813 * progmodes/compile.el (compile-auto-highlight)
17814 (compilation-error-list, compilation-old-error-list)
17815 (compilation-parse-errors-function, compilation-parsing-end)
17816 (compilation-error-message, compilation-directory-stack)
17817 (compilation-enter-directory-regexp-alist)
17818 (compilation-leave-directory-regexp-alist)
17819 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17820 (compilation-current-file, compilation-regexps): Remove vars.
17821
17822 (compile-error-at-point, compilation-error-filedata)
17823 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17824 (compilation-next-error-locus, compilation-forget-errors)
17825 (count-regexp-groupings, compilation-parse-errors)
17826 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17827
17828 (compile-internal): Make obsolete.
17829
17830 (compilation-first-column, compilation-error)
17831 (compilation-directory-matcher, compilation-page-delimiter)
17832 (compilation-mode-font-lock-keywords, compilation-debug)
17833 (compilation-error-face, compilation-warning-face)
17834 (compilation-info-face, compilation-line-face)
17835 (compilation-column-face, compilation-enter-directory-face)
17836 (compilation-leave-directory-face, compilation-skip-threshold)
17837 (compilation-skip-visited, compilation-context-lines): New vars.
17838
17839 (compilation-warning-face, compilation-info-face)
17840 (compilation-message-face): New faces.
17841
17842 (compilation-error-regexp-alist-alist): New constant.
17843
17844 (compilation-face, compilation-directory-properties)
17845 (compilation-assq, compilation-error-properties, compilation-start)
17846 (define-compilation-mode, compilation-loop)
17847 (compilation-set-window): New functions.
17848
17849 (compile): Additional argument for interactive compiles like TeX.
17850
17851 * progmodes/grep.el (kill-grep): Move here from compile.el
17852 (grep-error, grep-hit-face, grep-error-face)
17853 (grep-mode-font-lock-keywords): New variables.
17854 (grep-regexp-alist): Simplify regexp and add `binary' case.
17855 (grep-mode): New mode.
17856 (grep-process-setup): Simplify.
17857
17858 2004-03-11 Jason Rumney <jasonr@gnu.org>
17859
17860 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17861 letters on DOS/Windows.
17862
17863 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17864
17865 * server.el (server-name): New var.
17866 (server-socket-dir): New var to replace server-socket-name.
17867 (server-start): Use them.
17868
17869 2004-03-11 Simon Josefsson <jas@extundo.com>
17870
17871 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17872 died to avoid infloop. Reported by Jonathan Glauner
17873 <jglauner@sbum.org>.
17874
17875 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17878 (smerge-mode-menu): Use it to deactivate menu entries.
17879 (smerge-keep-current): New fun.
17880 (smerge-keep-current): Use it.
17881
17882 2004-03-10 John Paul Wallington <jpw@gnu.org>
17883
17884 * foldout.el (foldout-fold-list, foldout-modeline-string):
17885 Declare them as variables, not constants.
17886
17887 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17888
17889 * ps-print.el: Modification to print *Messages* buffer.
17890 (ps-print-version): New version 6.6.4.
17891 (ps-message-log-max): New fun.
17892 (ps-spool-without-faces, ps-spool-with-faces)
17893 (ps-count-lines-preprint): Code fix.
17894
17895 * printing.el: New tips in Tips section.
17896
17897 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17898
17899 * delim-col.el: Doc fix.
17900
17901 * printing.el: Doc fix. New doc section (Tips).
17902
17903 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17904
17905 * type-break.el (type-break-emacs-variant): Remove.
17906 (type-break-run-at-time, type-break-cancel-function-timers):
17907 Use fboundp rather than version name and number.
17908
17909 2004-03-09 Masatake YAMATO <jet@gyve.org>
17910
17911 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17912 `make-variable-buffer-local'.
17913
17914 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17915
17916 * find-dired.el (find-dired): Call `shell-command' instead of
17917 `start-process-shell-command'. By this, Tramp takes over
17918 handling of remote directories.
17919
17920 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17921
17922 * newcomment.el (comment-use-global-state): New var.
17923 (comment-search-forward): Use it.
17924
17925 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17926
17927 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17928
17929 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17930 (enable-kinsoku): Make it a defcustom.
17931 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17932 paragraph to same-comment-start-marker.
17933
17934 2004-03-07 Dave Love <fx@gnu.org>
17935
17936 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17937 (browse-url-mail): Use it.
17938
17939 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17940 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17941
17942 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17943
17944 * woman.el (woman-man.conf-path): Doc fix.
17945 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17946
17947 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17948
17949 * sort.el (sort-columns): Remove ms-dos from the list of systems
17950 where the external `sort' command is not used.
17951
17952 2004-03-07 Kim F. Storm <storm@cua.dk>
17953
17954 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17955 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17956 from overlay-arrow-variable-list.
17957 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17958
17959 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17960
17961 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17962 overlay arrow string properly for the assembler buffer.
17963
17964 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17965
17966 * mail/sendmail.el (mail-mode): Fix last change.
17967
17968 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17969
17970 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17971 for the assembler buffer.
17972 (gdb-assembler-custom): Position the overlay arrow.
17973 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17974
17975 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17976
17977 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17978
17979 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17980 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17981
17982 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17983
17984 * newcomment.el (uncomment-region): Allow non-terminated comment.
17985 (comment-normalize-vars): Check the user-specified comstart marker.
17986
17987 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17988
17989 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17990 Otherwise, do use it if the region only contains font-lock text
17991 properties.
17992
17993 2004-03-04 Masatake YAMATO <jet@gyve.org>
17994
17995 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17996 as the callback function for eldoc.
17997 (hexl-print-current-point-info): New function.
17998 (hexl-current-address): Print the address in both decimal
17999 and hexadecimal format.
18000
18001 2004-03-04 Richard M. Stallman <rms@gnu.org>
18002
18003 * mail/rmail.el (rmail-convert-to-babyl-format):
18004 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18005
18006 * mail/mail-utils.el (mail-unquote-printable-region):
18007 New arg UNIBYTE.
18008
18009 * startup.el (command-switch-alist): Doc fix.
18010
18011 * simple.el (undo): Temporarily set this-command to `undo-start',
18012 then set it to `undo' once undo-start returns without error.
18013
18014 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18015
18016 * simple.el (kill-line): Don't disregard trailing whitespace
18017 in eol condition, if show-trailing-whitespace is set.
18018
18019 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18020 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18021 When disabling, restore old values only if mouse-sel-has-been-enabled.
18022
18023 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18024 (isearch-{-char): New function.
18025 (isearch-mode-map): Bind { to isearch-{-char.
18026
18027 * font-lock.el (lisp-font-lock-keywords-2):
18028 Turn off the CL with-... and do-... general patterns.
18029 Instead, recognize several specific with... and do... constructs.
18030
18031 * files.el (switch-to-buffer-other-window):
18032 Bind same-window-buffer-names and same-window-regexps to nil.
18033 (switch-to-buffer-other-frame): Likewise.
18034
18035 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18038 recognizing leading comment on code line.
18039
18040 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18041
18042 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18043 hidden files/directories.
18044
18045 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18046
18047 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18048 only comment-start (in case the mode hasn't set it).
18049
18050 * Makefile.in (AUTOGENEL): New var.
18051 (bootstrap-prepare): Rename from bootstrap-clean.
18052 Don't remove elc files.
18053 (maintainer-clean): New target.
18054
18055 * xml.el (xml-get-attribute-or-nil): Simplify.
18056
18057 2004-03-02 Juri Linkov <juri@jurta.org>
18058
18059 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18060 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18061 URL to prevent their substitution with the environment variable
18062 values by browsers.
18063
18064 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18065
18066 * ps-print.el: Doc fix.
18067 (ps-print-version): New version number (6.6.3).
18068 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18069 Docstring fix.
18070 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18071 before printing.
18072 (ps-time-stamp-yyyy-mm-dd): New fun.
18073 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18074
18075 2004-03-02 Kim F. Storm <storm@cua.dk>
18076
18077 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18078
18079 2004-03-01 Juanma Barranquero <lektu@terra.es>
18080
18081 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18082
18083 * desktop.el (desktop-file-version)
18084 (desktop-after-read-hook): Fix typos.
18085 (desktop-clear-preserve-buffers): Remove redundant info in
18086 docstring already shown by the obsolescence message.
18087 (desktop-truncate, desktop-internal-v2s)
18088 (desktop-value-to-string): Change argument name to match docstring.
18089
18090 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18091
18092 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18093 docstring.
18094
18095 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18096
18097 * printing.el: Replace "As Is..." in PostScript file print/preview by
18098 "No Preprocessing...". Suggested by Colin Marquardt
18099 <_marquardt_@zmd.de>.
18100 (pr-insert-section-4): Adjust buffer interface.
18101
18102 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18103
18104 Version 2.0.39 of Tramp released.
18105
18106 * net/tramp.el (tramp-handle-file-local-copy)
18107 (tramp-handle-write-region, tramp-open-connection-rsh):
18108 Variable name typo. Small change. From Patrick Tullmann
18109 <tullmann@flux.utah.edu>.
18110 (tramp-process-connection-type): New variable.
18111 (tramp-maybe-open-connection): Use it.
18112 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18113 (tramp-touch): Set last-modified time of a remote file.
18114 (tramp-handle-write-region): Say which function is used when encoding.
18115
18116 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18117
18118 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18119 case of non-existing filename, too. Reported by Christoph Bauer
18120 <c_bauer@informatik.uni-kl.de>.
18121 (tramp-smb-get-file-entries): The directory in question should
18122 have permissions "drwxrwxrwx". Just virtual, because we don't
18123 know the real permissions. Don't we know?
18124 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18125 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18126 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18127 output. If it was received chunkwise, there have been problems.
18128 Remove the "prompt not found" error message; it is obvious.
18129 Simplify algorithm.
18130 (tramp-smb-process-running): Remove. Since we acknowledge the
18131 virtual prompt for shares, there's no need for distinction of
18132 reading shares (process ends afterwards) and interactive mode of
18133 smblient.
18134 (tramp-smb-open-connection): Setting process sentinel removed.
18135 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18136 "NT_STATUS_NETWORK_ACCESS_DENIED".
18137 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18138 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18139 (top-level): Setting default value in `tramp-default-method-alist'
18140 corrected. Order of USER and HOST have been wrong.
18141 Nobody complained for months ...
18142 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18143 (tramp-smb-open-connection): Clear password cache if login has failed.
18144
18145 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18146 `tramp-unified-filenames'.
18147 (tramp-completion-mode): Make test for XEmacs explicitely.
18148 `event-to-character' can exists in Emacs packages too.
18149 Reported by Matt Swift <swift@alum.mit.edu>.
18150 (tramp-buffer-name): Buffer name must contain the user if exists.
18151 Reported by Adrian Phillips <a.phillips@met.no>.
18152 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18153 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18154 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18155 `tramp-do-copy-or-rename-file-one-local', because it handles also
18156 the case both files use the same out-of-band method.
18157 Implementation added.
18158 (tramp-handle-file-local-copy, tramp-handle-write-region):
18159 Out-of-band handling removed. `copy-file' called instead, which
18160 calls `tramp-do-copy-or-rename-file-out-of-band'.
18161 (tramp-action-password): Check for out-of-band method removed.
18162 This function is used for 'login-program.
18163 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18164 appropriate.
18165 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18166 and `tramp-parse-sknownhosts'.
18167 (tramp-completion-function-alist): It's a defvar now, because we
18168 want to apply the optimized `tramp-set-completion-function'
18169 instead of a static list.
18170 (tramp-set-completion-function): Implementation tuned.
18171 Avoid double entries, and entries where the function or the
18172 file/directory doesn't exist.
18173 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18174 for SSH2.
18175 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18176 (tramp-handle-dired-compress-file): New function.
18177 (tramp-async-proc): New variable.
18178 (tramp-handle-shell-command): Adding asynchronous processes.
18179 They are far from being perfect, but it works at least for
18180 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18181 (top-level): Require password.el if visible. Should be mandatory
18182 once No Gnus has found its way into (X)Emacs.
18183 (tramp-read-passwd): Invoke `password-read' if available,
18184 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18185 fallback any longer.
18186 (tramp-clear-passwd): New function.
18187 (tramp-process-actions, tramp-process-multi-actions):
18188 Clear password cache if login has failed.
18189
18190 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18191 its own module.
18192 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18193 `ange-ftp-ftp-name-res'. There could be incorrect values from
18194 previous calls in case the "ftp" method is used in the Tramp file
18195 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18196
18197 2004-02-28 Richard M. Stallman <rms@gnu.org>
18198
18199 * term.el (term-mouse-paste): Call mouse-set-point.
18200
18201 * thumbs.el: New file.
18202
18203 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18204
18205 * progmodes/ebnf-abn.el: Doc fix.
18206
18207 * progmodes/ebnf-bnf.el: Doc fix.
18208 (ebnf-repeat): Code fix.
18209
18210 * progmodes/ebnf2ps.el: Doc fix.
18211 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18212
18213 2004-02-28 Juri Linkov <juri@jurta.org>
18214
18215 * ffap.el (dired-at-point): Additional writability test for
18216 relative directory names.
18217 (dired-at-point-prompter): Treat directories as a directory, get
18218 the directory component from files.
18219 (ffap-string-at-point): Return string from region if region is active.
18220 (ffap-file-at-point): Remove redundant code.
18221
18222 2004-02-28 Kim F. Storm <storm@cua.dk>
18223
18224 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18225 Initialize margin area images to nil.
18226 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18227 (breakpoint-enabled-bitmap-face)
18228 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18229 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18230 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18231 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18232 (gdb-reset): Use gdb-remove-breakpoint-icons.
18233 (gdb-put-string): Add dprop arg to specify alternative display
18234 property (for setting fringe bitmap).
18235 (gdb-remove-strings): Doc fix.
18236 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18237 icon in fringe (if available), or else as icon or text in display
18238 margin. Creates necessary icons in breakpoint-bitmap,
18239 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18240 Also make left window margin if required.
18241 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18242 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18243 no longer needed.
18244 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18245 gdb-put-breakpoint-icon.
18246 (gdb-assembler-mode): Don't set left-margin-width here.
18247
18248 2004-02-27 Kevin Ryde <user42@zip.com.au>
18249
18250 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18251 comma, so that it DTRT in macros.
18252
18253 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18254
18255 * progmodes/sh-script.el (sh-shell-arg)
18256 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18257 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18258
18259 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18260
18261 * faces.el (face-spec-set-match-display): Add a new attribute,
18262 `min-colors'.
18263 (region, highlight, secondary-selection): Use `min-colors'.
18264
18265 * custom.el (defface): Add documentation for `min-colors'.
18266
18267 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18268 (font-lock-keyword-face, font-lock-function-name-face)
18269 (font-lock-variable-name-face, font-lock-constant-face):
18270 Use `min-colors'.
18271
18272 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18273
18274 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18275
18276 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18277 define assq-delete-all if it's not defined.
18278 (ebnf-generate-region): Code fix.
18279
18280 * printing.el: Doc fix.
18281 (pr-version): New version number (6.7.2).
18282 (pr-command): Return empty string if command is an empty string.
18283
18284 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18285
18286 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18287
18288 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18289 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18290 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18291 "tt" ["test"] ). Reported by Markus Dreyer
18292 <mdreyer@ix.urz.uni-heidelberg.de>.
18293 (ebnf-version): New version number (4.0).
18294 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18295 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18296 (ebnf-delete-style): New commands.
18297 (ebnf-directory, ebnf-file): New funs.
18298 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18299 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18300 (ebnf-syntax-alist): New var.
18301 (ebnf-element-width): New fun replacing ebnf-list-width.
18302 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18303 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18304 (ebnf-prologue): Adjust vars.
18305 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18306 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18307 (ebnf-check-style-values, ebnf-generate-production)
18308 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18309 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18310 (ebnf-token-repeat): Code fix.
18311
18312 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18313 %right, %left and %prec. Suggested by Matthew K. Junker
18314 <junker@alum.mit.edu>.
18315 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18316
18317 * progmodes/ebnf-iso.el: Doc fix.
18318 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18319 (ebnf-iso-lex): Code fix.
18320
18321 * progmodes/ebnf-bnf.el: Doc fix.
18322 (ebnf-bnf-lex): Code fix.
18323
18324 * progmodes/ebnf-otz.el: Doc fix.
18325
18326 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18327
18328 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18329 (abbrev-prefix-mark): Doc fix.
18330
18331 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18332
18333 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18334 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18335 (gdb-var-delete): Make interactive (really).
18336 (gdb-edit-value): Make non-interactive.
18337
18338 * progmodes/gud.el (gud-speedbar-menu-items):
18339 Add gdb-var-delete and, indirectly, gdb-edit-value.
18340 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18341 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18342 (gud-gdb-marker-filter): Add comment for annotations.
18343
18344 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18345
18346 * calendar/calendar.el (generate-calendar)
18347 (calendar-read-date): Prevent display of BC calendars once more -
18348 reverts 2003-10-01 change.
18349 (generate-calendar-month): Doc fix.
18350
18351 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18352
18353 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18354 return value of increment-calendar-month.
18355
18356 2004-02-21 Stephen Compall <s11@member.fsf.org>
18357
18358 * saveplace.el (save-place-forget-unreadable-files)
18359 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18360 (save-place-forget-unreadable-files): New function.
18361 (save-place-alist-to-file): Use it to filter out files that are
18362 no longer readable.
18363
18364 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18365 current Texinfo environment, using the same method as in
18366 `texinfo-insert-@end', and insert a space rather than a newline if
18367 point in a @table environment.
18368
18369 2004-02-21 Juri Linkov <juri@jurta.org>
18370
18371 * ffap.el (ffap-file-at-point): Try parent directories.
18372
18373 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18374
18375 * vcursor.el (vcursor-modifiers): New defcustom.
18376 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18377 hard-coded list.
18378
18379 2004-02-21 Masatake YAMATO <jet@gyve.org>
18380
18381 * play/animate.el (animate-birthday-present): Accept names other
18382 than `Sarah', too.
18383
18384 2004-02-21 Juri Linkov <juri@jurta.org>
18385
18386 * startup.el: Remove table of command line arguments from the
18387 Commentary section.
18388
18389 2004-02-20 John Wiegley <johnw@newartisans.com>
18390
18391 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18392 again" modifier from 'e' to 'E', since 'e' is also used by the
18393 "file extension" modifier.
18394
18395 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18396
18397 * help-fns.el (describe-categories): Doc fix.
18398
18399 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18400
18401 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18402 temporary file for buffer already visiting one. This change makes
18403 output likely to be directly usable by patch program.
18404 Suggested by Adrian Aichner <adrian@xemacs.org>
18405
18406 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18407
18408 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18409 case of variables defined in compound statements.
18410 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18411 Simplify constructions using switch-to-buffer.
18412
18413 2004-02-19 Simon Josefsson <jas@extundo.com>
18414
18415 * play/morse.el: Fix typo.
18416 (morse-code): Add @.
18417
18418 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18419
18420 * calendar/appt.el (appt-display-format): Change default to
18421 'ignore, for backwards compatibility.
18422 (appt-display-message): If appt-display-format is 'ignore,
18423 respect old vars appt-msg-window and appt-visible.
18424 (appt-activate): Don't depend on return value of cancel-timer.
18425
18426 * calendar/calendar.el (calendar-holidays): Doc fix.
18427
18428 * calendar/cal-coptic.el (coptic-prompt-for-date):
18429 Use assoc-string instead of assoc-ignore-case.
18430 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18431 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18432 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18433 * calendar/cal-islam.el (calendar-goto-islamic-date)
18434 (mark-islamic-diary-entries): Ditto.
18435 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18436 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18437 (calendar-read-mayan-tzolkin-date): Ditto.
18438 * calendar/calendar.el (calendar-read-date): Ditto.
18439 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18440
18441 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18442
18443 * progmodes/executable.el (executable-command-find-posix-p):
18444 Fix choice of the directory.
18445
18446 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18447
18448 * simple.el (interprogram-cut-function)
18449 (interprogram-paste-function, kill-new, kill-append):
18450 Doc fixes.
18451 (kill-region): Make it return nil. Doc fix.
18452 (yank-pop): Make its argument optional.
18453 (yank): Make ARG `-' equivalent to `-1'.
18454
18455 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18456
18457 * mail/rmail.el (rmail-get-new-mail): Don't reference
18458 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18459
18460 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18461
18462 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18463 if one of global-auto-revert-non-file-buffers or autorevert-mode
18464 is non-nil.
18465
18466 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18467
18468 * subr.el (delete-dups): A better implementation from Karl Heuer
18469 <kwzh@gnu.org>.
18470
18471 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18472
18473 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18474 correct place.
18475 * progmodes/icon.el (icon-indent-command): Ditto.
18476 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18477
18478 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18479
18480 * progmodes/grep.el (grep-compute-defaults): Undo change from
18481 2004-01-29: don't use executable-command-find-posix-p.
18482
18483 2004-02-16 Richard Sharman <rsharman@pobox.com>
18484
18485 * hilit-chg.el: Use require instead of eval-and-compile.
18486 (highlight-compare-buffers): New function.
18487
18488 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18489
18490 * man.el (Man-fontify-manpage): Render section headings in
18491 `Man-overstrike-face' even when overstrike was not used by man
18492 formatter for section headings.
18493
18494 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18495
18496 * rmail-spam-filter.el (vm-use-spam-filter)
18497 (rsf-min-region-length-added-to-spam-list): New variables.
18498 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18499 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18500 spam testing. Don't delete spam message if automatic deletion
18501 after output via variable rmail-delete-after-output is turned on.
18502 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18503 rsf-bbdb-dont-create-entries-for-spam.
18504 (check-field): New function, extracted from code in
18505 rmail-spam-filter to ease addition of header fields like content-type.
18506 (message-content-type): New variable to check the content-type:
18507 field added, also in defcustom of rsf-definitions-alist.
18508 (rmail-spam-filter): Replace repeated test code for header fields
18509 by calls to check-field; change the call to
18510 rmail-output-to-rmail-file such that rmail-current-message stays
18511 the same to avoid wrong deletion of unseen flags.
18512 (rsf-add-contents-type): New function to convert old format
18513 of rmail-spam-definitions-alist into new one.
18514 Change prefixes of all variables and functions from
18515 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18516
18517 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18518
18519 * loadhist.el (unload-hook-features-list): New defvar.
18520
18521 2004-02-16 Dave Love <fx@gnu.org>
18522
18523 * loadhist.el (unload-feature): Doc fix. Rename flist to
18524 unload-hook-features-list.
18525
18526 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18527
18528 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18529 cookie. Don't check if we are looking-at open-formula.
18530
18531 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18532
18533 * subr.el (match-string-no-properties): Use substring-no-properties.
18534
18535 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18536
18537 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18538 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18539 Use lower-case "rx" in all error message.
18540
18541 2004-02-16 Dave Love <fx@gnu.org>
18542
18543 * emacs-lisp/rx.el (rx-or): Put group around result.
18544 (rx-constituents): Add backref.
18545 (rx-syntax): Add string-delimiter, comment-delimiter.
18546 (rx-categories): Add combining-diacritic.
18547 (rx-check-not, rx-greedy, rx): Doc fix.
18548 (rx-backref, rx-check-backref): New.
18549
18550 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18551
18552 * newcomment.el (uncomment-region): Allow eob as comment end.
18553
18554 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18555
18556 * filecache.el: All message and error commands now use prefix
18557 "Filecache:" to make it easy to read *Messages* buffer.
18558
18559 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18560
18561 * autorevert.el: Add support to detect changed dired and VC buffers.
18562 (auto-revert-active-p, auto-revert-list-diff)
18563 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18564 (auto-revert-handler, auto-revert-active-p): New functions.
18565 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18566 and `auto-revert-active-p'.
18567 (eval-when-compile): Defvar dired-directory and vc-mode.
18568 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18569 (auto-revert-handler-vc): New functions.
18570
18571 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18572
18573 * progmodes/compile.el (compilation-directory): New defvar.
18574 (compile): Save current directory in compilation-directory.
18575 (recompile): Bind default-directory to compilation-directory if
18576 that is non-nil.
18577
18578 2004-02-16 Dave Love <fx@gnu.org>
18579
18580 * newcomment.el (comment-insert-comment-function)
18581 (comment-region-function, uncomment-region-function): New.
18582 (comment-indent): Use comment-insert-comment-function.
18583 (uncomment-region): Use uncomment-region-function.
18584 (comment-region): Use comment-region-function.
18585
18586 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18587
18588 2004-02-16 Richard Stallman <rms@gnu.org>
18589
18590 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18591 loaddefs* and ldefs-boot*.
18592
18593 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18594
18595 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18596 and email address at the beginning and end of the address.
18597
18598 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18599 anchored at the beginning of the email address.
18600
18601 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18602
18603 * international/ccl.el (ccl-compile-write): Pass `left' to
18604 ccl-embed-code to generate correct code of write-expr-register.
18605
18606 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18607
18608 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18609
18610 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18611
18612 * x-dnd.el: Mention support for Motif in commentary.
18613 (x-dnd-handle-drag-n-drop-event): Ditto.
18614
18615 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18616
18617 * ses.el: Use "ses--" prefixes for buffer-local variables.
18618 Use (point-min) instead of 1, even when we know the buffer
18619 is unnarrowed.
18620 (ses-build-load-map): Delete. Distribute its content to defconst's for
18621 the three maps.
18622 (ses-menu, ses-header-line-menu): New menus.
18623 (ses-mode-map): Use them.
18624 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18625
18626 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18627
18628 * Makefile.in: Fix the CC Mode recompile kludge so it works
18629 when building in a different directory.
18630
18631 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18632
18633 * simple.el (kill-new): Put yank-handler property on the entire string.
18634
18635 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * diff.el: Don't use compile any more, use diff-mode instead.
18638 (diff-regexp-alist, diff-old-file, diff-new-file)
18639 (diff-parse-differences, diff-process-setup): Remove.
18640 (diff-sentinel): New fun.
18641 (diff): Use it. Run the process ourselves.
18642 Use diff-mode for the rest of the processing.
18643
18644 * diff.el (diff): Simplify code handling `switch'.
18645
18646 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18647
18648 * pcvs-defs.el (cvs-menu): Add `tag'.
18649
18650 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18651
18652 * simple.el (kill-append): Doc fix.
18653
18654 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18655 Adapt outline-regexp to the new conventions for commenting out code.
18656
18657 2004-02-11 John Paul Wallington <jpw@gnu.org>
18658
18659 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18660
18661 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18662
18663 * diff.el (diff-switches): New fun.
18664 (diff, diff-backup): Use it.
18665 (diff): Clean up the args construction. Use backquote.
18666 Use listp instead of consp to avoid putting a nil arg.
18667 (diff): Add a revert-buffer function.
18668
18669 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18670
18671 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18672 handled by x-dnd-handle-file-name.
18673 (x-dnd-known-types): Add COMPOUND_TEXT.
18674 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18675 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18676 x-dnd-empty-state.
18677 (x-dnd-forget-drop): Ditto.
18678 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18679 (x-dnd-handle-one-url): Return private when inserting text.
18680 (x-dnd-insert-ctext): New function.
18681 (x-dnd-handle-file-name): New function for FILE_NAME.
18682 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18683 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18684 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18685
18686 2004-02-10 Kenichi Handa <handa@m17n.org>
18687
18688 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18689 instead of while loop.
18690
18691 2004-02-10 Miles Bader <miles@gnu.org>
18692
18693 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18694
18695 2004-02-09 Kenichi Handa <handa@m17n.org>
18696
18697 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18698 have end-of-line.
18699
18700 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18701
18702 * Makefile.in: Added extra dependencies in the recompile target
18703 needed to cope with the compile time macro expansions in CC Mode.
18704
18705 2004-02-09 Kim F. Storm <storm@cua.dk>
18706
18707 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18708 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18709 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18710 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18711 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18712 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18713 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18714 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18715 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18716 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18717 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18718
18719 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18720
18721 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18722 Don't allow shrink if there's a window on our right.
18723
18724 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18725 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18726 Bring together declaration and initialization.
18727 (prolog-mode-variables): Don't set the syntax table.
18728 Don't set paragraph-start and comment-indent-function.
18729 Add /*..*/ to the comment regexps.
18730 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18731 (prolog-mode-map): Don't bind TAB.
18732 (prolog-mode): Set the syntax table.
18733 (prolog-comment-indent): Remove.
18734 (inferior-prolog-mode-map): Initialize in the declaration.
18735 (inferior-prolog-mode-syntax-table)
18736 (inferior-prolog-mode-abbrev-table): New vars.
18737 (inferior-prolog-mode): Derive from comint-mode.
18738 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18739 minibuffer windows.
18740
18741 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18742 in file names, as long as it is unabmiguous.
18743
18744 2004-02-08 Andreas Schwab <schwab@suse.de>
18745
18746 * textmodes/reftex-toc.el
18747 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18748 format. Doc fix.
18749
18750 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18751 format string arguments.
18752
18753 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18754 string argument.
18755
18756 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18757
18758 * play/zone.el (zone-call): Fix format string.
18759
18760 * net/webjump.el (webjump-builtin): Add missing format string argument.
18761
18762 * midnight.el (midnight-delay-set): Remove extra format string argument.
18763
18764 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18765
18766 * hexl.el (hexl-insert-char): Add missing format string argument.
18767
18768 * format.el (format-decode): Fix format string.
18769
18770 * emulation/vi.el (vi-mode): Remove extra format string argument.
18771 (vi-repeat-last-search): Likewise.
18772 (vi-reverse-last-search): Likewise.
18773 (vi-goto-mark): Likewise.
18774 (vi-reverse-last-find-char): Likewise.
18775 (vi-repeat-last-find-char): Likewise.
18776 (vi-locate-def): Likewise.
18777
18778 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18779
18780 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18781 string argument.
18782 (ediff-toggle-regexp-match): Likewise.
18783
18784 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18785 format string argument.
18786
18787 * calc/calc-map.el (calc-get-operator): Remove extra format
18788 string argument.
18789
18790 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18791
18792 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18793 string argument.
18794
18795 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18796
18797 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18798
18799 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18800
18801 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18802 (cl-struct-setf-expander): Likewise.
18803
18804 * vc.el (with-vc-file): Fix unsafe uses of error.
18805 (vc-cancel-version): Likewise.
18806
18807 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18808
18809 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18810 thousands separator; fixes <class>:<line-number> regexp for
18811 non-english locales.
18812
18813 2004-02-08 Andreas Schwab <schwab@suse.de>
18814
18815 * view.el (view-mode-enable): Revert previous change.
18816
18817 2004-02-07 Kim F. Storm <storm@cua.dk>
18818
18819 * simple.el (line-number-at-pos): Rename from line-at-pos.
18820 Uses changed (what-line and vc-annotate-warp-version).
18821
18822 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18825 (diff-mode): Remove aborted attempt at support for compile.el.
18826 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18827
18828 2004-02-06 Andreas Schwab <schwab@suse.de>
18829
18830 * view.el (view-mode-enable): Add view-mode-map to
18831 minor-mode-overriding-map-alist.
18832
18833 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18834
18835 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18836
18837 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18840 with point inside rather than after the paragraph.
18841
18842 2004-02-04 Sam Steingold <sds@gnu.org>
18843
18844 * mail/smtpmail.el (smtpmail-try-auth-methods):
18845 Do not try authentication when no mechanism is available.
18846 Pass port-name as defaultport to `netrc-machine'.
18847
18848 2004-02-04 Stephen Eglen <stephen@gnu.org>
18849
18850 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18851 to show how minibuffer height can be constrained.
18852
18853 2004-02-04 John Paul Wallington <jpw@gnu.org>
18854
18855 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18856
18857 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18858
18859 * x-dnd.el: New file for drag and drop.
18860
18861 * term/x-win.el: require x-dnd, set after-make-frame-functions
18862 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18863 drag-n-drop event.
18864
18865 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18866 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18867 (dired-dnd-handle-file): New functions for drag and drop support.
18868 (dired-mode): Initialize drag and drop if x-dnd present.
18869
18870 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18871
18872 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18873 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18874 (cperl-mode): Set fill-paragraph-function.
18875 (cperl-fill-paragraph): Make it non-interactive.
18876
18877 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18878
18879 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18880
18881 2004-02-02 David Kastrup <dak@gnu.org>
18882
18883 * replace.el (perform-replace): Allow 'literal argument in
18884 regexp-flag to indicate literal replacement.
18885 (query-replace-regexp-eval): Use it.
18886
18887 2004-02-01 Andreas Schwab <schwab@suse.de>
18888
18889 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18890
18891 2004-02-01 Stephen Eglen <stephen@gnu.org>
18892
18893 * info-look.el: Add support for maxima-mode. Update commentary
18894 because info-lookup-symbol is now bound to C-h S.
18895
18896 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18897
18898 * simple.el (edit-and-eval-command): Bind print-level and
18899 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18900 Correct initial position in command-history.
18901
18902 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18903
18904 * files.el (read-directory-name): Adapt the docstring to recent
18905 change in Fread_file_name.
18906
18907 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18908
18909 * ses.el (ses-print-cell): If print format too wide for column
18910 width, truncate decimal places if that helps to avoid "#####" fill.
18911 * ses.el (ses-initial-column-width): Revert previous change.
18912
18913 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18914
18915 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18916 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18917 Add edebug info.
18918 (jit-lock-mode): Setup/cancel the new timer.
18919 (jit-lock-context-fontify): New fun. Extracted from
18920 context fontification code of jit-lock-stealth-fontify.
18921 (jit-lock-stealth-fontify): Don't do context fontification any more.
18922
18923 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18924 (jit-lock-fontify-now): Handle the `quit' case.
18925 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18926
18927 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18928
18929 * progmodes/executable.el (executable-command-find-posix-p):
18930 New. Check if find handles arguments Posix-style.
18931
18932 * progmodes/grep.el (grep-compute-defaults):
18933 Use executable-command-find-posix-p.
18934 (grep-find): Check `grep-find-command'.
18935
18936 * filecache.el (file-cache-find-posix-p): Delete.
18937 (file-cache-add-directory-using-find):
18938 Use `executable-command-find-posix-p'.
18939
18940 2004-01-29 Dave Love <fx@gnu.org>
18941
18942 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18943 Iterate the hook function if arg is given.
18944 (mark-defun, narrow-to-defun): Change order of finding the limits.
18945
18946 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18947 (byte-compile-format-warn): New.
18948 (byte-compile-callargs-warn): Use it.
18949 (Format, message, error): Add byte-compile-format-like property.
18950 (byte-compile-maybe-guarded): New.
18951 (byte-compile-if, byte-compile-cond): Use it.
18952 (byte-compile-lambda): Compile interactive forms,
18953 just to make warnings about them.
18954
18955 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18956
18957 * ses.el (ses-initial-column-width): Increase to 14, so it will
18958 work well with the default printer of "%.7g" for extreme values
18959 like "-1.234567e+07".
18960
18961 2004-01-29 Kenichi Handa <handa@m17n.org>
18962
18963 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18964
18965 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18966
18967 * dos-w32.el: Added support for the `default-printer-name' function.
18968
18969 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18970
18971 * server.el (server-socket-name): Don't use the hostname in the
18972 socket name since /tmp is local to the host anyway.
18973
18974 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18975 robust check of widening and fix var-naming.
18976
18977 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18978
18979 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18980 or rmail-spam- to rsf- in all function and variable names.
18981 (rsf-min-region-to-spam-list): New variable.
18982 (rsf-bbdb-auto-delete-spam-entries): Rename from
18983 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18984 scanned together with the recipients field for spam testing; Don't
18985 delete spam message if rmail-delete-after-output is non-nil;
18986 (rsf-check-field): New function, extracted from code in
18987 rmail-spam-filter to ease addition of header fields like
18988 content-type:;
18989 (message-content-type): New variable. The content-type: field was
18990 added also in defcustom of rsf-definitions-alist;
18991 (rmail-spam-filter): Replace repeated test code for header fields
18992 by calls to check-field; change the call to
18993 rmail-output-to-rmail-file such that rmail-current-message stays
18994 the same to avoid wrong deletion of unseen flags.
18995 (rmail-use-spam-filter): Add autoload cookie.
18996
18997 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18998
18999 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19000 (file-cache-add-directory-using-find): Add Cygwin support.
19001 (file-cache-find-command-posix-flag): New user variable.
19002
19003 * filecache.el (file-cache-add-directory): Check for
19004 directories an remove them from dir-files.
19005
19006 2004-01-27 Richard M. Stallman <rms@gnu.org>
19007
19008 * man.el (Man-fontify-manpage): Clean up message.
19009
19010 2004-01-27 Kenichi Handa <handa@m17n.org>
19011
19012 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19013 (sentence-end): Define using sentence-end-without-space.
19014
19015 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19016 a sentence ends with one of a character in sentence-end-without-space.
19017
19018 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19021 (jit-lock): Group declaration moved to jit-lock.el.
19022 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19023 when necessary.
19024
19025 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19026 (jit-lock-context-unfontify-pos): Rename from
19027 jit-lock-first-unfontify-pos.
19028 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19029
19030 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19031
19032 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19033 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19034 (fortran-fill): When filling a string, adjust re-search-backward
19035 argument for special case of string just on fill-column.
19036 When filling non-string, allow one extra char if
19037 fortran-break-before-delimiters is non-nil.
19038 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19039 Use fortran-break-delimiters-re and fortran-no-break-re to
19040 correctly handle cases such as "**".
19041
19042 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19043 (f90-no-break-re): Add some extra tokens. Doc fix.
19044
19045 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19046
19047 * mail/rmail-spam-filter.el:
19048 Use two semicolons as Commentary line prefix.
19049 Add ";;; Code:" stylized comment.
19050 Delete end-of-line whitespace.
19051 Wrap (require 'cl) with `eval-when-compile'.
19052
19053 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19054
19055 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19056 at the top level of vc.el.
19057
19058 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19059
19060 * vc.el (vc-current-line): Function removed. This is now done by
19061 the new function line-at-pos in simple.el.
19062 (vc-annotate-warp-version): Use line-at-pos instead of
19063 vc-current-line.
19064
19065 2004-01-22 Kim F. Storm <storm@cua.dk>
19066
19067 * simple.el (line-at-pos): New defun.
19068 (what-line): Use it. Optimize by only counting lines in narrowed
19069 region once.
19070
19071 2004-01-22 Kenichi Handa <handa@m17n.org>
19072
19073 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19074 point (register r1) only for charset mule-unicode-0100-24ff.
19075
19076 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19077
19078 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19079 trailing white space and ensure a final newline.
19080
19081 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19082 Add autoload cookie.
19083
19084 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19085
19086 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19087 activate view-mode explicitly.
19088
19089 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19090
19091 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19092 menu-bar-enable-clipboard and make Paste use clipboard first.
19093
19094 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19097 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19098 (vc-mcvs-cvs): Remove.
19099 (vc-mcvs-command): Remove use of assert.
19100
19101 * outline.el (outline-insert-heading): Tighten up match.
19102 (outline-demote, outline-move-subtree-down): Don't assume anything
19103 about outline-regexp.
19104
19105 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19106 (texinfo-show-structure): Explicitly add ^, and simplify.
19107
19108 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19109
19110 * calendar/appt.el (appt-check): Restore usage of
19111 appt-issue-message deleted in previous change.
19112 (top-level): Activate package when loaded (needed for backwards
19113 compatibility).
19114
19115 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19116
19117 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19118 following previous change to smtpmail-send-data.
19119
19120 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19121
19122 * vc.el (vc-default-previous-version): Doc enhancement.
19123 (vc-default-next-version): New function.
19124 (vc-print-log): New arg FOCUS-REV.
19125 (vc-annotate-mode): Derive from view-mode.
19126 (vc-annotate): New args REVISION, DISPLAY-MODE.
19127 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19128 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19129 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19130 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19131 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19132
19133 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19134
19135 2004-01-19 Karl Berry <karl@gnu.org>
19136
19137 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19138 or "TexInfo".
19139
19140 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19141
19142 * subr.el (delete-dups): New function.
19143
19144 2004-01-19 Karl Berry <karl@gnu.org>
19145
19146 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19147 with ^, since that's what texinfo-show-structure
19148 documentation says (plus it works much better in texinfo.txi).
19149
19150 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19151
19152 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19153
19154 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19155
19156 * progmodes/which-func.el (which-function-mode): Don't cancel
19157 which-func-update-timer if not set.
19158
19159 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19160
19161 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19162 Remove spurious left square bracket in XX:XXam regexp.
19163
19164 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19165
19166 * progmodes/cc-defs.el: Do not require cl at run time.
19167
19168 2004-01-16 Richard M. Stallman <rms@gnu.org>
19169
19170 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19171 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19172
19173 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19174 Call rmail-spam-filter. Delete and expunge spam.
19175 Print number of spam messages deleted.
19176 Save and restore the deletion status of old messages when reading
19177 new mail with spam filter, so that expunging spam does not expunge
19178 msgs deleted by the user.
19179 (rmail-only-expunge): Add an optional argument dont-show to
19180 prevent showing message after expunge.
19181
19182 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19183
19184 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19185 * subr.el (declare): New macro.
19186
19187 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19188
19189 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19190
19191 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19194 Test window-system rather than system-type (for X11/Mac).
19195
19196 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19197
19198 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19199
19200 2004-01-12 Richard M. Stallman <rms@gnu.org>
19201
19202 * mail/rmail.el (rmail-convert-to-babyl-format):
19203 Use mail-unquote-printable-region.
19204 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19205 (rmail-hex-char-to-integer): Functions deleted.
19206
19207 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19208 (mail-unquote-printable-region): New arg NOERROR.
19209 For invalid encoding, either signal an error to just return nil.
19210
19211 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19212
19213 * calendar/appt.el: Update copyright and commentary.
19214 (appt-issue-message): Make obsolete.
19215 (appt-visible, appt-msg-window): Make obsolete, in favour of
19216 appt-display-format.
19217 (appt-display-mode-line, appt-display-duration)
19218 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19219 (appt-prev-comp-time, appt-display-count, appt-timer)
19220 (appt-convert-time): Doc change.
19221 (appt-disp-window-function, appt-delete-window-function):
19222 Use defcustom rather than defvar.
19223 (appt-display-format): New variable.
19224 (appt-display-message): New function with display code from appt-check.
19225 (appt-check): Add optional FORCE argument. Doc change.
19226 Add appt-make-list to diary-hook if displaying diary.
19227 Remove checking of view-diary-entries-initially.
19228 Message display section removed to new function appt-display-message.
19229 (appt-display-window): Doc change. Remove unused internal var
19230 this-buffer. Do not beep, since appt-display-message does that.
19231 (appt-make-list): Doc change. Use caar.
19232 (appt-sort-list): Simplify by using builtin sort function.
19233 (appt-update-list): New function for updating appts when diary is
19234 saved.
19235 (appt-activate): New autoloaded function to toggle package
19236 functionality.
19237
19238 * calendar/cal-x.el: (calendar-one-frame-setup)
19239 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19240
19241 * calendar/calendar.el: Update copyright.
19242 (view-diary-entries-initially, european-calendar-style): Doc change.
19243 (calendar-setup): Make defcustom rather than defvar.
19244 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19245 in let binding so local to function.
19246
19247 * calendar/diary-lib.el: Update copyright.
19248 (diary, diary-entry-time): Doc change.
19249 (list-diary-entries): Doc change. Trivial logic change.
19250 (fancy-diary-display): Restore make-face command mistakenly
19251 deleted 2003-05-08.
19252 (show-all-diary-entries): Allow to pop-up frame if needed.
19253
19254 2004-01-09 John Paul Wallington <jpw@gnu.org>
19255
19256 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19257 Temporarily select EVENT's window for changing eol type.
19258
19259 2004-01-09 Deepak Goel <deego@gnufans.org>
19260
19261 * calendar/diary-lib.el (diary-entry-time):
19262 Also accept time in the form XX[.XX][am/pm/AM/PM].
19263 (fancy-diary-font-lock-keywords): Likewise.
19264 (diary-font-lock-keywords): Likewise.
19265 * calendar/appt.el (appt-add): Likewise.
19266 (appt-make-list): Likewise.
19267 (appt-convert-time): Likewise.
19268
19269 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19270
19271 * gdb-ui.el (gdb-ann3): Revert previous change.
19272 (gdb-source-info): Allow for case of where compilation directory
19273 is not recorded.
19274
19275 2004-01-08 John Paul Wallington <jpw@gnu.org>
19276
19277 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19278
19279 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19280
19281 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19282
19283 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19284 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19285 problems.
19286 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19287
19288 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19289
19290 * files.el (write-file-functions, write-contents-functions):
19291 Clarify docstrings.
19292
19293 2004-01-07 Kenichi Handa <handa@m17n.org>
19294
19295 * international/mule.el (set-auto-coding): Fix for the case that
19296 end-of-line is only CR.
19297
19298 2004-01-07 Kim F. Storm <storm@cua.dk>
19299
19300 * subr.el (event-start, event-end): Doc fix.
19301 (posn-string, posn-image): New defuns.
19302 (posn-object): Return either image or string object.
19303 (posn-object-x-y): Return 8th element of position.
19304 (posn-object-width-height): New defun.
19305
19306 2004-01-06 Andreas Schwab <schwab@suse.de>
19307
19308 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19309 output.
19310
19311 2004-01-05 Karl Berry <karl@gnu.org>
19312
19313 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19314 / and *, too.
19315
19316 2003-12-31 Simon Josefsson <jas@extundo.com>
19317
19318 * files.el (before-save-hook): Add.
19319 (basic-save-buffer): Use before-save-hook.
19320
19321 * emacs-lisp/copyright.el: Fix comment to recommend
19322 before-save-hook instead of write-file-functions.
19323
19324 2004-01-05 Richard M. Stallman <rms@gnu.org>
19325
19326 * finder.el (finder-commentary): Call delete-other-windows.
19327
19328 * net/ange-ftp.el (ange-ftp-file-attributes):
19329 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19330
19331 2004-01-04 Karl Berry <karl@gnu.org>
19332
19333 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19334 comment characters % and # in the copyright year notice,
19335 as well as ;.
19336
19337 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19338
19339 * wid-edit.el (default): Define dummy :value-delete.
19340 Reported by Jesper Harder <harder@ifa.au.dk>.
19341
19342 2004-01-03 Richard M. Stallman <rms@gnu.org>
19343
19344 * progmodes/compile.el (compile-internal): Use point, not point-min,
19345 for set-window-point.
19346
19347 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19348
19349 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19350
19351 * progmodes/grep.el (grep-mode-map):
19352 Don't remap next-line, previous-line.
19353
19354 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19355
19356 * speedbar.el (speedbar-edit-line): Change regexp to position
19357 the cursor on the first character of this line's button.
19358
19359 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19360
19361 * subr.el (functionp): Doc fix.
19362
19363 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19364
19365 * progmodes/idlwave.el (idlwave-make-tags):
19366 * textmodes/flyspell.el (flyspell-large-region):.
19367 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19368 * emulation/viper-util.el (viper-glob-unix-files):
19369 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19370 * man.el (Man-init-defvars):
19371 * jka-compr.el (jka-compr-call-process):
19372 * files.el (get-free-disk-space,insert-directory):
19373 * ediff-ptch.el (ediff-test-patch-utility):
19374 * ediff-diff.el (ediff-test-utility):
19375 * dired-aux.el (dired-check-process):
19376 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19377 test the return value of call-process, because it can be a string.
19378
19379 2003-12-31 John Paul Wallington <jpw@gnu.org>
19380
19381 * bindings.el (completion-ignored-extensions): Add .pfsl.
19382
19383 2003-12-31 Kim F. Storm <storm@cua.dk>
19384
19385 * ido.el (ido-nonreadable-directory-p): New defun to check for
19386 nonreadable directory without activating tramp (to avoid problems
19387 with checking incomplete tramp paths).
19388 (ido-set-current-directory, ido-file-internal)
19389 (ido-file-name-all-completions1): Use it.
19390
19391 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19392
19393 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19394 documentation if the anchor (or node) name is preceded by `info
19395 anchor' or `Info anchor' in addition to earlier `info node' and
19396 `Info node'.
19397 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19398
19399 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19400
19401 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19402 error in arguments to base64-decode-region. Remove ^M characters
19403 after decoding base64.
19404
19405 2003-12-30 Simon Josefsson <jas@extundo.com>
19406
19407 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19408 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19409 have only been distributed with Emacs for some years.
19410 (texinfo-mode-hook): Customize.
19411
19412 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19413
19414 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19415 cleaner (suggested by Richard Stallman).
19416
19417 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19418 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19419 file-name clashes on 8+3 DOS filesystems.
19420
19421 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19422 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19423 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19424 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19425 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19426 file-name clashes on 8+3 filesystems.
19427
19428 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19429 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19430 file-name clashes on 8+3 DOS filesystems.
19431
19432 2003-12-29 Richard M. Stallman <rms@gnu.org>
19433
19434 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19435 Upcase the character.
19436
19437 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19438 Search for header separator alone on a line, literally,
19439 and search for it backward, not forward.
19440 (flyspell-abbrev-table): Always use global-abbrev-table
19441 if there is no local one.
19442
19443 * progmodes/sh-script.el (sh-get-indent-info):
19444 Don't move point back if at bob.
19445
19446 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19447
19448 * play/handwrite.el (handwrite): Make the handwrite credit message
19449 a comment rather than an output command.
19450
19451 * obsolete/sc.el: Display message that this file is obsolete.
19452
19453 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19454
19455 * mail/rfc822.el (rfc822-address-start): Declare variable.
19456 Renamed from address-start. All uses changed.
19457
19458 * term.el (term-exec): Set up sentinel.
19459 (term-sentinel): New function.
19460 (term-handle-exit): New function.
19461
19462 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19463 Use assoc-string, and mark them obsolete.
19464 (delay-mode-hooks): Mark as permanent local.
19465
19466 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19467
19468 * register.el (copy-rectangle-to-register): Doc fix.
19469
19470 * info.el (Info-insert-dir): Use assoc-string.
19471
19472 * info-look.el (info-lookup): Use assoc-string.
19473
19474 * frame.el (pop-up-frame-function): Use quote, not `function'.
19475 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19476 copying with lists as coordinate values.
19477
19478 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19479
19480 * find-dired.el (kill-find): New command.
19481 (find-dired): Make buffer read-only.
19482 Set up a keymap with C-c C-k running kill-find.
19483 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19484
19485 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19486
19487 * filecache.el (file-cache-ignore-case): New variable.
19488 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19489
19490 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19491 (comint-dynamic-complete-as-filename): Rename local vars.
19492 (comint-dynamic-list-filename-completions): Likewise.
19493
19494 * comint.el (comint-dynamic-list-completions-config): New var.
19495 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19496
19497 * comint.el (comint-file-name-chars): Add [].
19498 (comint-word): Use skip-chars-backward, not search.
19499
19500 * shell.el (shell-file-name-chars): Add [].
19501
19502 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19503
19504 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19505
19506 * generic.el (define-generic-mode): Doc fix.
19507
19508 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19509
19510 * files.el (kill-some-buffers): Doc fix.
19511
19512 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19513
19514 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19515 arg to send-invisible
19516 (send-invisible): Doc fix. The argument is now a prompt, not the
19517 string to send.
19518 (comint-read-noecho): Doc fix.
19519
19520 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19521
19522 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19523 "@", as required by some ISP hosting service. Fix defcustom
19524 argument syntax errors that prevented use of customization.
19525
19526 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19527
19528 * xml.el (xml-get-attribute-or-nil): Doc fix.
19529
19530 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19531
19532 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19533 write-file-hooks.
19534
19535 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19536
19537 * autorevert.el (auto-revert-interval): Doc fix.
19538
19539 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19540
19541 * xml.el (xml-get-attribute-or-nil): New function, like
19542 xml-get-attribute, but returns nil if the attribute was not found.
19543 (xml-get-attribute): Convert to defsubst, uses
19544 xml-get-attribute-or-nil.
19545
19546 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19547
19548 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19549
19550 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19551
19552 * custom.el (custom-declare-theme): Use `value' when putting
19553 properties on `theme'.
19554
19555 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19556
19557 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19558 for each yank-handler segment.
19559 (insert-for-yank-1): New function, with the body of the previous
19560 insert-for-yank.
19561
19562 * textmodes/table.el (table-yank-handler): New defcustom.
19563 (table--put-cell-indicator-property): Put yank-handler property
19564 that indicates the yank handler for the table cell.
19565
19566 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19567
19568 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19569 set of keywords.
19570
19571 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19572
19573 * international/mule-cmds.el (reset-language-environment)
19574 (set-language-environment): Don't invoke fontset-related functions
19575 if fontset-list is not fboundp.
19576
19577 2003-12-29 Kenichi Handa <handa@m17n.org>
19578
19579 * international/mule-cmds.el (reset-language-environment):
19580 Call set-overriding-fontspec-internal with nil.
19581 (set-language-environment): Call set-overriding-fontspec-internal
19582 if the language environment specify `overriding-fontspec'.
19583 (language-info-alist): Doc added.
19584
19585 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19586 characters of mule-unicode-0100-24ff.
19587 (ccl-encode-windows-1251-font): New CCL program.
19588 ("Bulgarian"): Specify overriding-fontspec.
19589 ("Belarusian"): Likewise.
19590
19591 2003-12-28 Sam Steingold <sds@gnu.org>
19592
19593 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19594 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19595
19596 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19597
19598 * progmodes/gud.el (gud-gdb-command-name): Set default to
19599 "gdb --annotate=3".
19600 (gud-gdb-marker-filter): Look out for annotations.
19601 (gdb-first-pre-prompt): New variable.
19602 Remove trailing white space.
19603
19604 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19605 if necessary.
19606 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19607 annotations are detected.
19608 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19609 instead of a local one to allow transition from
19610 gud-gdb-marker-filter.
19611 Remove trailing white space.
19612
19613 2003-12-27 Kim F. Storm <storm@cua.dk>
19614
19615 * ido.el: Handle non-readable directories.
19616 (ido-decorations): Add 9th element for non-readable directory.
19617 (ido-directory-nonreadable): New dynamic var.
19618 (ido-set-current-directory): Set it.
19619 (ido-read-buffer, ido-file-internal):
19620 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19621 (ido-file-name-all-completions1): Return empty list for
19622 non-readable directory.
19623 (ido-exhibit): Print [Not readable] if directory is not readable.
19624 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19625 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19626 Use it.
19627
19628 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19629
19630 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19631 calls to directory-files-and-attributes and file-attributes.
19632 (ls-lisp-format): Remove system dependent handling of user and
19633 group id's.
19634
19635 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19636
19637 * ffap.el (ffap-read-file-or-url): Revert previous change.
19638
19639 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19640
19641 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19642 new list of included files called `files-with-node-lines', that
19643 only have node lines. This way @include commands can include any
19644 file, such as version and update files without node lines, not
19645 just files that are chapters.
19646
19647 2003-12-25 Andreas Schwab <schwab@suse.de>
19648
19649 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19650 file not found.
19651
19652 2003-12-08 Miles Bader <miles@gnu.org>
19653
19654 * dired.el (dired-between-files): Always use dired-move-to-filename,
19655 which is more robust in non-english locales.
19656
19657 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19658
19659 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19660
19661 2003-12-24 Andreas Schwab <schwab@suse.de>
19662
19663 * shell.el (shell-file-name-quote-list): Add backslash.
19664
19665 * comint.el (comint-quote-filename): Correctly handle backslash
19666 in comint-file-name-quote-list.
19667
19668 2003-12-24 Kenichi Handa <handa@m17n.org>
19669
19670 * international/mule-cmds.el (set-default-coding-systems):
19671 Call ucs-set-table-for-input for all buffers that don't have local
19672 value of buffer-file-coding-system.
19673
19674 * international/ucs-tables.el (ucs-set-table-for-input):
19675 If translation-table-for-encode is a symbol, get its
19676 translation-table property.
19677
19678 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19679
19680 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19681 to `completing-read' on a recently fixed bug.
19682
19683 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19684 instead of SPACE, to get the list of possible fringe modes.
19685 SPACE only works if both `partial-completion-mode' and
19686 `completion-auto-help' are nil.
19687
19688 * complete.el (PC-is-complete-p): Delete.
19689 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19690 calls to `test-completion'.
19691
19692 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19693
19694 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19695 to edit values when there are no children.
19696
19697 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19698 a mode called "Assembler" already exists.
19699 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19700 (gud-watch): Use format option. Remove font properties from string.
19701 (gdb-var-create-handler, gdb-var-list-children-handler):
19702 Don't bother about properties as there are none.
19703 (gdb-var-create-handler, gdb-var-list-children-handler)
19704 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19705 with two arguments.
19706 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19707 Let speedbar show value changes with a different font.
19708 (gdb-edit-value): New defun.
19709 (gdb-clear-partial-output, gdb-clear-inferior-io)
19710 (def-gdb-auto-update-handler): Use erase-buffer.
19711 (gdb-frame-handler): Display watch expressions in
19712 FUNCTION::VARIABLE format if required.
19713
19714 2003-12-23 John Paul Wallington <jpw@gnu.org>
19715
19716 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19717 (Info-goto-emacs-command-node): Doc fixes.
19718
19719 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19720
19721 * cus-edit.el (custom-add-parent-links): Define "many".
19722
19723 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19724
19725 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19726 (widget-child-validate, widget-type-value-create)
19727 (widget-type-default-get, widget-type-match): New functions.
19728 (lazy): New widget.
19729 (menu-choice, checklist, radio-button-choice, editable-list)
19730 (group, documentation-string): Remove redundant (per 2003-10-25
19731 change) calls to `widget-children-value-delete'.
19732 (widget-choice-value-get, widget-choice-value-inline): Remove.
19733 (menu-choice): Update widget.
19734
19735 2003-12-03 Kenichi Handa <handa@m17n.org>
19736
19737 * language/cyrillic.el: Register "microsoft-cp1251" in
19738 ctext-non-standard-encodings-alist.
19739 ("Bulgarian"): Add ctext-non-standard-encodings.
19740 ("Belarusian"): Likewise.
19741
19742 * international/mule-conf.el (compound-text-with-extensions):
19743 Change the type to 2 (iso-2022 base).
19744
19745 * international/mule.el (ctext-non-standard-encodings-alist):
19746 Change the format.
19747 (ctext-non-standard-encodings): New variable.
19748 (ctext-post-read-conversion): Fully re-written.
19749 (ctext-non-standard-designations-alist): Delete it.
19750 (ctext-non-standard-encodings-table): New function.
19751 (ctext-pre-write-conversion): Fully re-written.
19752
19753 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19754
19755 * cus-edit.el (custom-add-parent-links): Add documentation links
19756 for parent, if the item has none of its own.
19757
19758 2003-11-30 Richard M. Stallman <rms@gnu.org>
19759
19760 * dired-aux.el (dired-do-query-replace-regexp):
19761 Report files visited read-only.
19762
19763 2003-11-30 Juri Linkov <juri@jurta.org>
19764
19765 * dired-aux.el (dired-compare-directories): New command.
19766 (dired-file-set-difference, dired-files-attributes): New functions.
19767
19768 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19769 Version 2.0.38 of Tramp released.
19770
19771 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19772 Charles Curley <charlescurley@charlescurley.com>.
19773 (tramp-multi-connection-function-alist): Add ssht entry which adds
19774 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19775 Aichner.
19776 (tramp-get-method-parameter): New function to retrieve a method
19777 parameter. This allows for omission of method parameters.
19778 Callers adjusted.
19779
19780 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19781
19782 * net/tramp.el: Add new optional parameter ID-FORMAT to
19783 `file-attributes'. Calls of `file-attributes' won't use this
19784 parameter for backward compatibility reasons.
19785 (tramp-perl-file-attributes): Add a new parameter to Perl script
19786 in order to handle uid/gid as strings, if desired.
19787 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19788 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19789 order to make the function more general.
19790 (tramp-handle-file-attributes): Replace proprietary optional
19791 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19792 (tramp-handle-file-attributes-with-perl): Handle parameter
19793 NONNUMERIC if set. This wasn't done in the past.
19794 (tramp-post-connection): Apply second parameter "$2" if
19795 `tramp-remote-perl' is called.
19796
19797 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19798 Correct cut'n'waste error (`filename' instead of `directory').
19799 (tramp-smb-handle-directory-files-and-attributes)
19800 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19801 introduced parameter ID-FORMAT.
19802 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19803 error (`directory' instead of `ldir').
19804
19805 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19806 `file-attributes' has a second parameter. If yes, apply it with
19807 value "'integer". Otherwise, don't use that parameter (default is
19808 integer format).
19809
19810 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19811
19812 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19813 (help-for-help): Add `C-h .' to the listed Help options.
19814 Remove trailing whitespace.
19815
19816 * help-at-pt.el: New file.
19817
19818 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19819
19820 * subr.el (noreturn, 1value): New macros for test coverage.
19821 See `testcover.el'.
19822
19823 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19824
19825 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19826 for macro `1value'.
19827 (testcover-1value): New function. Checks that a 1value form
19828 actually returns only one value. Requested by RMS.
19829
19830 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19831
19832 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19833 (gdb-var-list-children, gdb-var-list-children-handler)
19834 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19835 gdb commands that use mi to keep them out of the command history.
19836
19837 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19838
19839 * cus-start.el (all): Add use-file-dialog.
19840
19841 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19844
19845 2003-11-27 Kim F. Storm <storm@cua.dk>
19846
19847 * subr.el (posn-object-x-y): New defun.
19848
19849 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19852 Don't use `space' for \\\n.
19853 Be more selective as to which # are comment-starters.
19854
19855 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19856
19857 * subr.el (number-sequence): Improve handling of floating point
19858 arguments (suggested by Kim Storm). Allow negative arguments.
19859
19860 2003-11-26 Kenichi Handa <handa@m17n.org>
19861
19862 * international/mule-cmds.el (standard-display-european-internal):
19863 Cancel the standard-display-table setting for ` and '.
19864
19865 2003-11-26 Kim F. Storm <storm@cua.dk>
19866
19867 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19868 New defcustoms to add ffap-like functionality to ido.
19869 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19870 (ido-no-final-slash): New defun.
19871 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19872 (ido-read-file-name): ): Toggle VC checking via
19873 vc-handled-backends instead of vc-master-templates.
19874 (ido-file-internal): Handle ido-use-url-at-point and
19875 ido-use-filename-at-point via code borrowed from ffap-guesser.
19876 Handle new ido-exit code ffap.
19877 (ido-sort-list): Ignore final slash when sorting file names.
19878
19879 2003-11-25 Kim F. Storm <storm@cua.dk>
19880
19881 * emulation/cua-base.el (cua--standard-movement-commands):
19882 Add forward-sentence and backward-sentence.
19883
19884 2003-11-25 Stephen Eglen <stephen@gnu.org>
19885
19886 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19887 iswitchb-exit is set to 'usefirst when user selects buffer at head
19888 of list using RET. (Selecting buffers at the head of the list was
19889 broken if the substring was also a complete buffername.)
19890
19891 2003-11-23 Kim F. Storm <storm@cua.dk>
19892
19893 * progmodes/compile.el (grep-command, grep-use-null-device)
19894 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19895 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19896 (grep-regexp-alist, grep-program, find-program)
19897 (grep-find-use-xargs, grep-history, grep-find-history)
19898 (grep-process-setup, grep-compute-defaults)
19899 (grep-default-command, grep, grep-tag-default, grep-find)
19900 (grep-expand-command-macros, grep-tree-last-regexp)
19901 (grep-tree-last-files, grep-tree): Move grep variables, functions
19902 and commands to new file grep.el.
19903 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19904 (compilation-process-setup-function): Doc fix.
19905 (compilation-highlight-regexp, compilation-highlight-overlay): New
19906 defvars used for highlighting current compile error in source buffer.
19907 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19908 LOCAL-MAP which overrides compilation-highlight-regexp and
19909 compilation-mode-map for this compilation.
19910 Delay calling compilation-set-window-height until after running
19911 compilation-process-setup-function so it can buffer-local override
19912 compilation-window-height.
19913 Check buffer-local value of compilation-scroll-output.
19914 (compilation-set-window-height): Use buffer-local value of
19915 compilation-window-height.
19916 (compilation-revert-buffer): Don't pass (undefined)
19917 preserve-modes arg to revert-buffer.
19918 (next-error-no-select, previous-error-no-select): New commands.
19919 (compilation-goto-locus): Temporarily highlight current match in
19920 source buffer using compilation-highlight-regexp.
19921
19922 * progmodes/grep.el: New file with grep code from compile.el.
19923 (grep): New defcustom group.
19924 (grep-window-height): New defcustom, like compilation-window-height.
19925 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19926 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19927 (grep-command, grep-use-null-device, grep-find-command)
19928 (grep-tree-files-aliases, grep-tree-ignore-case)
19929 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19930 (grep-setup-hook): New hook variable.
19931 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19932 (grep-last-buffer): New defvar, override compilation-last-buffer.
19933 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19934 Call compile-internal with args highlight-regexp and grep-mode-map.
19935
19936 2003-11-23 Kim F. Storm <storm@cua.dk>
19937
19938 * subr.el (event-start, event-end): Doc fix.
19939 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19940 (posn-area, posn-actual-col-row, posn-object): New defuns.
19941 (posn-col-row): Simplify doc. Rewrite to use cond.
19942 (posn-point): Also return buffer position for events outside text
19943 area (that info is now present in the event position).
19944
19945 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19946 mouse-set-point so that hscroll still works now that clicks on
19947 fringes generate specific mouse events.
19948 (mouse-set-point): Note that it now works in fringes and margins
19949 too due to new semantics of posn-point in fringes and margins.
19950
19951 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19952 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19953
19954 2003-11-20 Kim F. Storm <storm@cua.dk>
19955
19956 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19957 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19958 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19959 to 100 for icons to avoid increasing line height when shown.
19960
19961 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19962
19963 * newcomment.el (comment-normalize-vars): Initialize properly if
19964 comment-start was nil.
19965
19966 2003-11-19 Andreas Schwab <schwab@suse.de>
19967
19968 * simple.el (set-variable): Fix indentation.
19969
19970 2003-11-17 Kenichi Handa <handa@m17n.org>
19971
19972 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19973 Fix docstring.
19974
19975 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19976
19977 * international/latin1-disp.el (latin1-display): Fix docstring.
19978
19979 2003-11-16 John Wiegley <johnw@newartisans.com>
19980
19981 * eshell/em-ls.el (eshell-ls-file): There are times with
19982 size-width is nil and uncomputed (when directories are created in
19983 dired, for example); in this case, 4 is reasonable default value,
19984 although it may caused skewed new entries (which could be avoided
19985 by returning the original value of 8 in all cases, but 99% of the
19986 time this is a waste of whitespace).
19987
19988 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19989
19990 * cc-engine.el (c-guess-continued-construct)
19991 (c-guess-basic-syntax): Check a little more carefully if it's a
19992 function declaration when an unknown construct followed by a block
19993 is found inside a statement context. This avoids macros followed
19994 by blocks to be taken as function declarations.
19995
19996 (c-guess-continued-construct): Change the analysis of a statement
19997 continuation with a brace open to `substatement-block', for
19998 consistency with recognized statements.
19999
20000 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20001 start is in a position so that `c-beginning-of-statement-1' jumped
20002 to the beginning of the same statement.
20003
20004 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20005 Don't accept binary operators in the arglist if we're in a function
20006 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20007 template recognition in cases like "if (a < b || c > d)".
20008
20009 (c-restricted-<>-arglists): New more appropriate name for
20010 `c-disallow-comma-in-<>-arglists'.
20011
20012 Accessing functions updated for the variable name change.
20013
20014 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20015 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20016
20017 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20018 labels.
20019
20020 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20021 instead of duplicating parts of it. This fixes bogus label
20022 recognition.
20023
20024 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20025 of checking the context in which to apply the minimum indentation,
20026 so that it isn't enforced in e.g. namespace blocks.
20027
20028 * cc-vars.el (c-inside-block-syms): New constant used by
20029 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20030 to somewhat reduce the risk of becoming stale.
20031
20032 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20033 cc-cmds to cc-engine to allow use from cc-align.
20034
20035 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20036 qualified identifiers containing "::".
20037
20038 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20039 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20040
20041 * cc-vars.el (c-emacs-features): Use a space in front of the name
20042 of the temporary buffer. That also avoids dumping problems in
20043 XEmacs due to undo info being left around after the buffer is killed.
20044
20045 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20046 arglist to see if it's a K&R style declaration.
20047
20048 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20049 before returning `knr-argdecl-intro'.
20050
20051 2003-11-16 John Wiegley <johnw@newartisans.com>
20052
20053 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20054 field in a long-listing always 8 characters, use `size-width',
20055 which has already been computed.
20056
20057 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20058
20059 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20060
20061 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20062
20063 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20064 Support operation while narrowed, with `diff-restrict-view'.
20065
20066 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20067
20068 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20069 Take additional optional arg NARROWFUN. For the generated functions:
20070 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20071 include frags that arrange to check for and save narrowing state before
20072 the move and then conditionally call NARROWFUN after the move.
20073
20074 2003-11-14 John Wiegley <johnw@newartisans.com>
20075
20076 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20077 that was optional, but obviously missing based on surrounding code.
20078
20079 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20080 string arguments to numbers unless the whole argument was seen as
20081 a number.
20082
20083 2003-11-14 Kenichi Handa <handa@m17n.org>
20084
20085 * international/mule.el (ctext-non-standard-encodings-alist):
20086 Fix coding systems.
20087
20088 2003-11-10 Kenichi Handa <handa@m17n.org>
20089
20090 * language/kannada.el ("Kannada"): Add sample-text.
20091
20092 * language/knd-util.el (kannada-compose-region)
20093 (kannada-compose-string, kannada-post-read-conversion):
20094 Add autoload cookie.
20095
20096 * international/quail.el (quail-completion): Change the message
20097 "corresponding translations" to "corresponding characters".
20098
20099 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20100
20101 * descr-text.el (describe-char): Fix typo.
20102
20103 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20104
20105 These changes are to support Kannada language/script.
20106
20107 * Makefile.in (DONTCOMPILE): Add kannada.el.
20108
20109 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20110
20111 * loadup.el: Preload kannada.el.
20112
20113 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20114 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20115 New variables.
20116
20117 * language/kannada.el: New file.
20118
20119 * language/knd-util.el: New file.
20120
20121 2003-11-07 Andreas Schwab <schwab@suse.de>
20122
20123 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20124 Also highlight AH_*.
20125
20126 * xml.el (xml-parse-dtd): Fix misplaced paren.
20127
20128 2003-11-07 Kenichi Handa <handa@m17n.org>
20129
20130 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20131
20132 2003-11-05 Juri Linkov <juri@jurta.org>
20133
20134 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20135 (desktop-buffer-file): Use saved buffer-file-coding-system
20136 for file reading. Set auto-insert to nil to prevent automatic
20137 insertion into restored empty files.
20138
20139 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20140
20141 * files.el (risky-local-variable-p): Make second argument optional.
20142
20143 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20144
20145 * subr.el (add-hook): Fix last change.
20146
20147 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20148
20149 * mail/rmail.el (rmail-convert-to-babyl-format):
20150 If base64-decode-region signals an error, catch it and silently
20151 ignore it.
20152
20153 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20154
20155 * xml.el (xml-parse-region): Allow comments to appear after the
20156 topmost element has closed.
20157 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20158 (xml-ns-expand-attr): New functions to do namespace handling.
20159 (xml-intern-attrlist): Back-compatible handling of attribute names.
20160 (xml-parse-tag): Move namespace handling to separate functions.
20161 Now produces elements in the form ((:ns . "element") (attr-list)
20162 children) instead of ('ns:element (attr-list) children).
20163 (xml-parse-attlist): Fix attribute parsing.
20164 (xml-parse-dtd): Change parsing so that it produces strings
20165 instead of interned symbols.
20166
20167 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20168
20169 * dired.el (dired-ls-sorting-switches): Doc fix.
20170
20171 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20172
20173 * emacs-lisp/rx.el (rx-or): Fix the case of
20174 "(rx (and ?a (or ?b ?c) ?d))".
20175
20176 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20177
20178 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20179 (texinfo-format-region): Use it.
20180 (texinfo-format-buffer-1): Ditto.
20181
20182 2003-11-01 Alan Mackenzie <acm@muc.de>
20183
20184 Changes to allow scrolling whilst in isearch mode:
20185 * isearch.el (isearch-unread-key-sequence): New function,
20186 extracted from isearch-other-meta-char.
20187 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20188 "scrollable" standard functions.
20189 (isearch-allow-scroll): New customizable variable.
20190 (isearch-string-out-of-window, isearch-back-into-window)
20191 (isearch-reread-key-sequence-naturally)
20192 (isearch-lookup-scroll-key): New functions.
20193 (isearch-other-meta-char): Doc string and functionality enhanced.
20194 Now accepts a prefix argument.
20195 (isearch-lazy-highlight-window-end): New variable.
20196 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20197 end (thru isearch-lazy-highlight-window-end), not only its start.
20198
20199 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20200 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20201 (universal-argument, universal-argument-more, negative-argument)
20202 (digit-argument, universal-argument-other-key): Minor changes.
20203
20204 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20205
20206 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20207 recursively if the last message is deleted, thus avoiding an
20208 infinite loop.
20209
20210 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20213 (tex-main-file): Don't add .tex if the extension is already present.
20214 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20215
20216 2003-10-29 Lute Kamstra <lute@gnu.org>
20217
20218 * progmodes/octave-inf.el (inferior-octave-prompt):
20219 Recognize version number in prompt.
20220
20221 2003-10-28 Dave Love <fx@gnu.org>
20222
20223 * international/characters.el: Fix some Unicode ranges.
20224
20225 2003-10-28 Kenichi Handa <handa@m17n.org>
20226
20227 * disp-table.el (standard-display-8bit)
20228 (standard-display-default, standard-display-ascii)
20229 (standard-display-g1, standard-display-graphic)
20230 (standard-display-underline): Assure that standard-display-table
20231 is a display table.
20232
20233 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20234
20235 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20236 reindenting the first line.
20237
20238 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20239
20240 * wid-edit.el (widget-default-delete): Always delete child widgets.
20241
20242 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20245 if the line has code.
20246 Don't try to line up with something that's too far left.
20247
20248 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20249 (octave-mode-syntax-table): Add % as a comment starter.
20250 (octave-point): Remove.
20251 (octave-in-comment-p, octave-in-string-p)
20252 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20253 (octave-blink-matching-block-open, octave-auto-fill):
20254 Use line-(beginning|end)-position instead.
20255
20256 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20257
20258 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20259 for Francesco Potort\e,Al\e(B.
20260
20261 2003-10-23 Dave Love <fx@gnu.org>
20262
20263 * international/mule-cmds.el (locale-charset-to-coding-system):
20264 Don't rely on nil being a coding system.
20265
20266 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20267 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20268 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20269
20270 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20271
20272 * gdb-ui.el (gdb-current-language): New variable.
20273 (gdb-update-flag): Remove variable.
20274 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20275 (gdb-take-last-elt): Remove function.
20276 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20277 (gdb-post-prompt): Check for variable object changes here.
20278
20279 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20280 object changes in gdb-ui.el.
20281
20282 2003-10-21 Richard M. Stallman <rms@gnu.org>
20283
20284 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20285
20286 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20287 Don't check for foo*/ wildcard form here.
20288 (insert-directory): Recognize foo*/ as a wildcard.
20289 Separate wildcard-regexp variable from the arg, wildcard.
20290
20291 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20292 (remove-hook): Correctly handle strange cases about local hooks.
20293
20294 2003-10-21 David Ponce <david@dponce.com>
20295
20296 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20297 argument REAL, to return a real number instead of a rounded
20298 integer value. Define as inline function.
20299 (ruler-mode-right-fringe-cols): Likewise.
20300 (ruler-mode-scroll-bar-cols): New function.
20301 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20302 (ruler-mode-right-scroll-bar-cols): Likewise.
20303 (ruler-mode-space): New function.
20304 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20305 scroll bar mode and margins in a more robust way.
20306
20307 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20308
20309 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20310 (antlr-c-init-language-vars): New function.
20311 (antlr-mode): Use it with cc-mode before v5.29.
20312 (antlr-c-common-init): Don't set some local vars here.
20313 (antlr-mode): Set them here.
20314 (antlr-c-forward-sws): New function alias.
20315 (antlr-mode): Redefine with cc-mode before v5.30.
20316 (antlr-skip-sexps): Use it.
20317 (antlr-skip-exception-part): Ditto.
20318 (antlr-skip-file-prelude): Ditto.
20319 (antlr-outside-rule-p): Ditto.
20320 (antlr-end-of-body): Ditto.
20321 (antlr-option-kind): Ditto.
20322 (antlr-insert-option-area): Ditto.
20323 (antlr-file-dependencies): Ditto.
20324
20325 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20326
20327 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20328 Move backward only if point was not inside an entry.
20329
20330 2003-10-21 Richard M. Stallman <rms@gnu.org>
20331
20332 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20333
20334 2003-10-21 Juri Linkov <juri@jurta.org>
20335
20336 * compare-w.el: Automatically skip non-matching text to resync.
20337 (compare-windows-whitespace): Doc fix.
20338 (compare-windows-sync, compare-windows-sync-string-size)
20339 (compare-windows-recenter, compare-ignore-whitespace)
20340 (compare-windows-highlight, compare-windows-face): New variables.
20341 (compare-windows): Use compare-windows-sync.
20342 (compare-windows-highlight, compare-windows-dehighlight)
20343 (compare-windows-sync-regexp)
20344 (compare-windows-sync-default-function): New functions.
20345
20346 2003-10-21 Juri Linkov <juri@jurta.org>
20347
20348 * diff.el (diff-parse-differences): Don't visit the files now;
20349 instead, just record the error locus.
20350
20351 2003-10-21 Dave Love <fx@gnu.org>
20352
20353 * progmodes/cfengine.el: New file.
20354
20355 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20358 default-directory when completing file names.
20359
20360 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20361
20362 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20363 followed by the word `face', it gets treated as a face, even if
20364 it is also defined as a variable or a function.
20365
20366 2003-10-20 Dave Love <fx@gnu.org>
20367
20368 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20369 Avoid incf in macro expansion.
20370
20371 2003-10-20 John Paul Wallington <jpw@gnu.org>
20372
20373 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20374 `evenp' so we don't implicitly require cl library at runtime.
20375
20376 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20377
20378 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20379 (help-make-xrefs): Only make cross-references for faces if
20380 preceded or followed by the word `face'. Do not make a
20381 cross-reference for variables without variable documentation,
20382 unless preceded by the word `variable' or `option'. Update doc
20383 string accordingly.
20384
20385 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20386
20387 * progmodes/hideshow.el: Rewrite one-armed `if'
20388 constructs using either `when' or `unless'.
20389 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20390
20391 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20392
20393 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20394 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20395 instead of 12x12.
20396
20397 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20398
20399 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20400 message while converting to Babyl.
20401
20402 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20403
20404 * allout.el (allout-mode): Doc fix.
20405
20406 2003-10-16 Lute Kamstra <lute@gnu.org>
20407
20408 * subr.el (force-mode-line-update): Fix docstring.
20409
20410 2003-10-14 Dave Love <fx@gnu.org>
20411
20412 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20413 (default-input-method): Add :link, improve :type.
20414 (locale-charset-language-names): Fix utf-8 pattern.
20415 (locale-charset-match-p, locale-charset-alist)
20416 (locale-charset-to-coding-system): New.
20417 (set-locale-environment): Deal with codeset part of locale specs.
20418
20419 2003-10-14 Lute Kamstra <lute@gnu.org>
20420
20421 * fringe.el (fringe-mode): Use active voice in docstring.
20422 (set-fringe-style): Ditto.
20423
20424 2003-10-13 Lute Kamstra <lute@gnu.org>
20425
20426 * fringe.el (fringe-mode): Fix docstring.
20427 (set-fringe-style): Ditto.
20428
20429 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20430
20431 * ediff-mult.el (ediff-filegroup-action):
20432 Use ediff-default-filtering-regexp.
20433
20434 * ediff-util.el (ediff-recenter): Don't call
20435 ediff-restore-highlighting twice.
20436 (ediff-select-difference): Set current difference.
20437 (ediff-unselect-and-select-difference): Add comment.
20438
20439 * ediff.el (ediff-directories,ediff-directory-revisions)
20440 (ediff-directories3,ediff-merge-directories)
20441 (ediff-merge-directories-with-ancestor)
20442 (ediff-merge-directory-revisions)
20443 (ediff-merge-directory-revisions-with-ancestor):
20444 Use ediff-default-filtering-regexp.
20445
20446 2003-10-12 Andreas Schwab <schwab@suse.de>
20447
20448 * international/mule-cmds.el (locale-charset-language-names):
20449 Simplify regex by removing unused grouping.
20450
20451 2003-10-10 Dave Love <fx@gnu.org>
20452
20453 * bindings.el: Don't bind stop.
20454
20455 2003-10-08 Miles Bader <miles@gnu.org>
20456
20457 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20458 face instead of attempting to emulate it.
20459
20460 2003-10-07 Kenichi Handa <handa@m17n.org>
20461
20462 * international/mule-diag.el (list-coding-systems-1): List coding
20463 systems that are loaded automatically.
20464
20465 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20466
20467 * international/mule.el (autoload-coding-system): New function.
20468
20469 2003-10-07 Andreas Schwab <schwab@suse.de>
20470
20471 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20472 change-log-default-name in the buffer visiting the file.
20473
20474 2003-10-06 Dave Love <fx@gnu.org>
20475
20476 * files.el (find-file-hook): Customize.
20477 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20478
20479 * bindings.el (completion-ignored-extensions): Remove .log.
20480 (global-map): Add again, open, stop keys.
20481
20482 2003-10-05 Richard M. Stallman <rms@gnu.org>
20483
20484 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20485 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20486 Use sh-modify directly.
20487 (sh-select): Use sh-append, not eval.
20488
20489 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20490
20491 * info.el (Info-following-node-name): New function.
20492
20493 * loadhist.el (unload-feature-special-hooks):
20494 Rename from loadhist-hook-functions.
20495 (loadhist-hook-functions): Now an alias.
20496
20497 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20498
20499 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20500 file-name clashes on 8+3 filesystems.
20501
20502 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20503 Rename loaddefs-boot.el to ldefs-boot.el
20504
20505 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20506 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20507
20508 2003-10-03 Lute Kamstra <lute@gnu.org>
20509
20510 * info.el (Info-mode): Revert previous change.
20511 (Info-escape-percent): New function.
20512 (Info-fontify-node): Use it.
20513
20514 2003-10-02 Andreas Schwab <schwab@suse.de>
20515
20516 * loaddefs-boot.el: Regenerated.
20517
20518 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20519
20520 * ffap.el: Remove defadvice related code from CVS since `complete'
20521 provides a `PC-completion-as-file-name-predicate' variable that
20522 ffap can override.
20523
20524 2003-10-02 Kenichi Handa <handa@m17n.org>
20525
20526 * international/utf-8.el (ccl-decode-mule-utf-8):
20527 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20528
20529 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20530 * international/subst-big5.el: Likewise.
20531 * international/subst-gb2312.el: Likewise.
20532 * international/subst-ksc.el: Likewise.
20533
20534 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20535
20536 * calendar/calendar.el (increment-calendar-month)
20537 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20538 (generate-calendar, calendar-read-date, calendar-interval)
20539 (calendar-day-of-week): Handle years BC.
20540 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20541
20542 2003-10-01 Dave Love <fx@gnu.org>
20543
20544 * language/cyrillic.el (cp1251): Alias for windows-1251.
20545
20546 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20547 bootstrap.
20548
20549 2003-10-01 Lute Kamstra <lute@gnu.org>
20550
20551 * files.el: Fix typo.
20552 * imenu.el (imenu--generic-function): Docstring fix.
20553
20554 2003-09-30 Richard M. Stallman <rms@gnu.org>
20555
20556 * dired.el (dired-mode): Handle dired-directory as a list.
20557
20558 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20559
20560 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20561
20562 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20563
20564 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20565 Replace gud-display with gud-watch.
20566 (gud-speedbar-buttons): Add stuff for watching expressions
20567 in the speedbar when using M-x gdba. Use dolist on old part
20568 of this function.
20569
20570 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20571 (gdb-update-flag): New variables.
20572 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20573 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20574 (gud-watch, gdb-var-create-handler) : New functions.
20575 (gdb-var-list-children, gdb-var-list-children-handler)
20576 (gdb-var-create-regexp, gdb-var-update-regexp)
20577 (gdb-var-list-children-regexp): New constants.
20578 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20579 (gdb-annotation-rules): Reduce annotation set (level 3).
20580 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20581 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20582 updates.
20583 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20584 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20585 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20586 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20587 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20588 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20589 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20590 (gud-display, gud-display1)
20591 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20592 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20593 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20594 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20595 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20596 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20597 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20598 (gdb-display-display-buffer, gdb-toggle-display)
20599 (gdb-delete-display, gdb-expressions-popup-menu)
20600 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20601 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20602 to display buffer.
20603
20604 2003-09-30 Richard M. Stallman <rms@gnu.org>
20605
20606 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20607 Instead, set which-func-functions.
20608
20609 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20610 (which-func-functions): New variable.
20611 (which-function): Use that.
20612
20613 * info.el (Info-mode): Double each `%' in header line.
20614
20615 * emacs-lisp/lisp-mnt.el (lm-with-file):
20616 When FILE is nil, run BODY in current buffer.
20617
20618 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20619
20620 * help.el (describe-mode): Start with a brief list of minor modes.
20621 Find them thru minor-mode-list so as to find them all.
20622 Show them in alphabetical order.
20623
20624 * mail/sendmail.el (mail-aliases): Doc fix.
20625
20626 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20627
20628 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20629
20630 * mail/rmailsum.el (rmail-make-summary-line-1):
20631 Change comma after last label to a space.
20632 (rmail-summary-font-lock-keywords): Adapt to that change.
20633
20634 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20635
20636 * progmodes/scheme.el (scheme-mode-variables): When setting
20637 `font-lock-defaults', also specify that "#" should
20638 be interpreted with `word' syntax.
20639 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20640
20641 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20642
20643 * desktop.el: A lot of comments updated.
20644 (desktop-save-mode): Minor mode introduced.
20645 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20646 (desktop-load-default): Function made obsolete.
20647 (desktop-locals-to-save): Variable made customizable.
20648 (desktop-read): Optional parameter `dirname' added.
20649 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20650 `desktop-read' used.
20651 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20652
20653 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20654
20655 * whitespace.el (whitespace-clean-msg): Add user customizable message
20656 for displaying ``clean'' output.
20657 (whitespace-buffer): Use `whitespace-clean-msg'.
20658 (whitespace-global-mode): Fix typo.
20659
20660 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20661
20662 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20663
20664 2003-09-29 Lute Kamstra <lute@gnu.org>
20665
20666 * bindings.el (mode-line-modes): Remove superfluous :propertize
20667 construct in initialization.
20668 (mode-line-position): Change cons cell into proper list in
20669 initialization.
20670
20671 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20672
20673 * international/mule.el (decode-coding-inserted-region): Use car
20674 of the return value of find-operation-coding-system.
20675
20676 2003-09-29 Kenichi Handa <handa@m17n.org>
20677
20678 * descr-text.el (describe-char): Fix previous change.
20679
20680 2003-09-28 Kenichi Handa <handa@m17n.org>
20681
20682 * descr-text.el (describe-char-display): New function.
20683 (describe-char): Pay attention to display table on describing how
20684 a character is displayed.
20685
20686 * international/mule-cmds.el (encoded-string-description):
20687 Prepend "0x" to each encoded byte.
20688
20689 2003-09-28 Andreas Schwab <schwab@suse.de>
20690
20691 * find-file.el (ff-special-constructs): Add autoload cookie.
20692
20693 2003-09-28 Kevin Ryde <user42@zip.com.au>
20694
20695 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20696 makeinfo appends to duplicate index entries.
20697
20698 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20699
20700 * dired-x.el (dired-clean-tex): Doc fix.
20701
20702 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20703 using a Chinese tutorial.
20704
20705 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20706
20707 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20708 between "MAIL FROM:" and "RCPT TO:" and the following address.
20709
20710 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20711
20712 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20713
20714 2003-09-28 David Ponce <david@dponce.com>
20715
20716 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20717 (recentf-load-list): When `recentf-initialize-file-name-history'
20718 is non-nil, initialize an empty `file-name-history' with the
20719 recent list.
20720
20721 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20722
20723 * man.el (Man-default-man-entry): Remove the leading `*' from the
20724 word at point.
20725
20726 2003-09-26 Lute Kamstra <lute@gnu.org>
20727
20728 * bindings.el (mode-line-position): Mention size indication in
20729 docstring.
20730
20731 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20732
20733 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20734
20735 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20736 because it's autoloaded now.
20737
20738 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20739
20740 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20741 (sh-font-lock-keywords, sh-feature): Fix previous change of
20742 sh-feature to avoid infloop with sh-font-lock-keywords.
20743
20744 2003-09-25 Kim F. Storm <storm@cua.dk>
20745
20746 * frame.el (frame-current-scroll-bars): New defun.
20747
20748 * window.el (window-current-scroll-bars): New defun.
20749
20750 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20751
20752 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20753 cause errors when the state cache contains info on parts that have
20754 been narrowed out.
20755
20756 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20757
20758 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20759 `c-setup-paragraph-variables' has to be used when this variable is
20760 changed; it doesn't work to reinitialize the mode since that
20761 typically clobbers the variable.
20762
20763 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20764 Make it interactive.
20765
20766 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20767
20768 * progmodes/cc-fonts.el (c-font-lock-declarations):
20769 Fix recognition of constructors and destructors for classes whose
20770 names are matched by `*-font-lock-extra-types'.
20771
20772 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20773 followed by an identifier in C++ then it's a type.
20774
20775 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20776
20777 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20778 problem that primarily affected XEmacs. Don't use faces to find
20779 unterminated strings since Emacs and XEmacs fontify strings
20780 differently - this function should now work better in XEmacs.
20781
20782 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20783
20784 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20785 `expand-abbrev' workaround which caused braces to misbehave inside
20786 macros.
20787
20788 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20789 handling. This bug could cause interactive font locking to bail out.
20790
20791 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20792
20793 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20794 Handle paren-style types in Pike. Also fixed some cases of
20795 insufficient handling of unbalanced parens.
20796
20797 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20798
20799 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20800 common shell prompts that are not common filename or URL characters.
20801 (ffap-file-at-point): Use the new regexp to strip the prompts from
20802 the file names. This is an issue mostly for user prompts that
20803 don't have a trailing space and find-file-at-point is invoked from
20804 within a shell inside Emacs.
20805
20806 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20807
20808 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20809 stamps numerically, rather than textually.
20810
20811 2003-09-24 Kenichi Handa <handa@m17n.org>
20812
20813 * language/devan-util.el (devanagari-post-read-conversion):
20814 * language/mlm-util.el (malayalam-post-read-conversion):
20815 * language/tml-util.el (tamil-post-read-conversion):
20816 Add autoload cookie.
20817
20818 * international/utf-8.el (utf-8-post-read-conversion):
20819 Call post-read-conversion functions for Devanagari, Malayalam,
20820 and Tamil.
20821
20822 2003-09-23 Dave Love <fx@gnu.org>
20823
20824 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20825
20826 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20827
20828 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20829 Update gud-remove.
20830
20831 2003-09-22 Richard M. Stallman <rms@gnu.org>
20832
20833 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20834 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20835 (sh-mode-syntax-table-input): New variable.
20836 (sh-require-final-newline): Don't use eval.
20837 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20838 (sh-variables, sh-font-lock-keywords): Don't use eval.
20839 (sh-set-shell): When setting require-final-newline,
20840 treat value = `require-final-newline' as don't change it.
20841 Set sh-mode-syntax-table locally based on
20842 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20843
20844 * progmodes/compile.el (compile-internal):
20845 Call compilation-set-window-height before setting window start.
20846
20847 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20848
20849 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20850 Clear out byte-compile-last-warned-form.
20851
20852 2003-09-22 Richard M. Stallman <rms@gnu.org>
20853
20854 * woman.el (woman-file-name, woman-follow-word):
20855 If current-word returns nil, use "".
20856
20857 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20858
20859 2003-09-22 Richard M. Stallman <rms@gnu.org>
20860
20861 * emacs-lisp/lisp-mnt.el (lm-with-file):
20862 Don't visit the file, just use insert-file-contents in temp buffer.
20863
20864 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20865
20866 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20867 Add surrounding \\( and \\) around the header, as in
20868 for lm-history-header 'Change Log\\|History'.
20869
20870 2003-09-22 John Paul Wallington <jpw@gnu.org>
20871
20872 * progmodes/ld-script.el: Add Commentary section,
20873 minor cleanup of file header.
20874 (ld-script-font-lock-keywords): Doc fix.
20875 (toplevel): Provide `ld-script' feature.
20876
20877 2003-09-21 Kim F. Storm <storm@cua.dk>
20878
20879 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20880 new built-in variable default-frame-scroll-bars.
20881 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20882 scroll-bar-mode; notably, use it instead of t when we toggle
20883 scroll-bars on.
20884 (toggle-scroll-bar): Use default-frame-scroll-bars.
20885
20886 2003-09-19 Masatake YAMATO <jet@gyve.org>
20887
20888 * pcvs.el (cvs-do-removal): Change the prompt depending on
20889 `filter' value.
20890
20891 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20892
20893 * startup.el (command-line-1): Stop startup-echo-area-message
20894 being hidden by "Loading image..." message.
20895 (use-fancy-splash-screens-p, display-splash-screen):
20896 Move display-graphic-p test from latter to former.
20897
20898 * progmodes/sh-script.el (sh-font-lock-keywords):
20899 Highlight escaped EOLs differently from other backslash constructs.
20900
20901 2003-09-19 Richard M. Stallman <rms@gnu.org>
20902
20903 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20904 New functions.
20905 (edebug-enter, edebug-outside-excursion): Use them.
20906
20907 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20908 Fix the condition for whether to print "In WHERE".
20909
20910 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20911
20912 * finder.el (finder-mode-hook): New variable.
20913 (finder-mode): Run hook finder-mode-hook
20914
20915 2003-09-18 Masatake YAMATO <jet@gyve.org>
20916
20917 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20918
20919 2003-09-17 Mario Lang <mlang@delysid.org>
20920
20921 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20922 "p %e" to actually print the value in the GUD buffer.
20923
20924 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20925
20926 From David Ponce <david.ponce@wanadoo.fr>:
20927 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20928 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20929 from loaddefs-boot.el if necessary.
20930
20931 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20932
20933 * progmodes/gud.el (gud-find-class): Make jdb work again since
20934 cc-mode changed the syntactic information.
20935
20936 2003-09-15 David Ponce <david@dponce.com>
20937
20938 * recentf.el: (recentf-exclude): Accept predicates too.
20939 (recentf-file-readable-p): New function.
20940 (recentf-include-p): Handle predicates in recentf-exclude.
20941 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20942 (recentf-cleanup): Likewise.
20943 (recentf-save-list): Use write-file to handle backup of
20944 recentf-save-file.
20945
20946 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20947
20948 * loaddefs-boot.el: Renamed from `loaddefs.el'
20949 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20950 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20951 necessary.
20952
20953 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20954
20955 * electric.el (Electric-pop-up-window): For the `one-window' case,
20956 no longer disconcertingly move point in the original buffer.
20957
20958 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20961
20962 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20963
20964 * dired.el (dired-mode-map): Fix typo.
20965
20966 2003-09-11 Richard M. Stallman <rms@gnu.org>
20967
20968 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20969
20970 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20971
20972 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20973 the function is less noisy. Now only `kill-buffer' can ask questions.
20974
20975 2003-09-10 Mario Lang <mlang@delysid.org>
20976
20977 * battery.el: Update Commentary and Copyright.
20978 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20979 appear due to wrong ordering of the expressions in `or'.
20980
20981 2003-09-09 Lute Kamstra <lute@gnu.org>
20982
20983 * misc.el (upcase-char): Fix docstring.
20984 (zap-up-to-char): New command.
20985
20986 2003-09-08 David Ponce <david@dponce.com>
20987
20988 Ensure that recentf correctly updates the menu bar.
20989 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20990 (recentf-menu-bar): New function.
20991 (recentf-clear-data): Use it
20992 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20993 of easy-menu-change.
20994
20995 2003-09-08 Lute Kamstra <lute@gnu.org>
20996
20997 * simple.el (size-indication-mode): New.
20998 * bindings.el (mode-line-position): Add buffer size indicator.
20999
21000 2003-09-04 Mario Lang <mlang@delysid.org>
21001
21002 * battery.el (battery-linux-proc-acpi): New function.
21003 (battery-status-function): Modify default value calculation to also
21004 check for availability of ACPI.
21005 (battery-echo-area-format): Ditto.
21006 (battery-mode-line-format): Ditto.
21007
21008 2003-09-06 Dave Love <fx@gnu.org>
21009
21010 * ielm.el (ielm-mode-hook): Add :options.
21011
21012 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21013 (eldoc-print-current-symbol-info): Use it.
21014
21015 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21016
21017 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21018 being displayed in GUD buffer.
21019 (gdb-idle-input-queue): Remove var. Use just one queue.
21020 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21021 Remove functions. Use just one queue.
21022 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21023 (gdb-invalidate-assembler, gdb-get-current-frame):
21024 Modify functions. Use just one queue.
21025
21026 2003-09-04 Dave Love <fx@gnu.org>
21027
21028 * cus-start.el: Add blink-cursor-alist.
21029
21030 * ruler-mode.el (ruler-mode-fill-column-char)
21031 (ruler-mode-current-column-char): Use char-displayable-p,
21032 not window-system.
21033
21034 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21035
21036 * language/european.el (windows-1252): Move from code-pages.
21037
21038 * language/cyrillic.el ("Windows-1251"): Delete.
21039 ("Bulgarian", "Belarusian"): Remove `features'.
21040 (windows-1251): Move from code-pages.
21041
21042 * international/mule-diag.el (non-iso-charset-alist):
21043 Remove `codepage' stuff.
21044 (print-designation, list-coding-systems-1): Output fixes.
21045
21046 * international/code-pages.el (cp-make-translation-table)
21047 (cp-valid-codes): Made defsubsts.
21048 (cp-fix-safe-chars): Delete.
21049 (mule-diag): Don't require.
21050 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21051 (top-level): Check for defined coding system when defining
21052 cp... aliases. Change w32-add-charset-info test to avoid warning.
21053 (non-iso-charset-alist): Defvar when compiling.
21054 (cp-make-coding-system): Doc fix.
21055
21056 2003-09-02 Jason Rumney <jasonr@gnu.org>
21057
21058 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21059 line-ends from CVS before doing conversion.
21060
21061 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21062
21063 * calendar/diary-lib.el (diary-header-line-flag)
21064 (diary-header-line-format): New variables.
21065 (list-diary-entries): Use them to set header line in simple diary.
21066
21067 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21068 other than font-lock-string-face to highlight backslashes.
21069
21070 2003-09-01 Jason Rumney <jasonr@gnu.org>
21071
21072 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21073 regexp.
21074
21075 2003-09-01 Dave Love <fx@gnu.org>
21076
21077 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21078
21079 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21080 and :help; also line and column numbers labels.
21081
21082 * international/mule-util.el (char-displayable-p): Move from
21083 latin1-disp, rename and autoload.
21084
21085 * international/latin1-disp.el (latin1-char-displayable-p):
21086 Now obsolete alias. Replace uses with char-displayable-p.
21087 (latin1-display-ucs-per-lynx): Fix last change.
21088
21089 * international/mule-cmds.el (standard-display-european-internal):
21090 Don't use char code for Latin-1 NBSP.
21091 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21092 U+2018, U+2019 for `'.
21093 (select-safe-coding-system): Message fix.
21094
21095 2003-09-01 Kenichi Handa <handa@m17n.org>
21096
21097 * international/fontset.el (setup-default-fontset): For Thai
21098 font, specify "*" family.
21099
21100 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21101
21102 * progmodes/compile.el (previous-error): Accept a prefix
21103 argument, similarly to next-error.
21104
21105 2003-08-31 Masatake YAMATO <jet@gyve.org>
21106
21107 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21108 the number of files. Bind the number of files to a local
21109 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21110
21111 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21112
21113 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21114 2003-07-26: msdos-long-file-names is a function, not a variable.
21115
21116 2003-08-29 Richard M. Stallman <rms@gnu.org>
21117
21118 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21119 Do nothing with mail-personal-alias-file if it is nil.
21120
21121 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21122 Do nothing if mail-personal-alias-file is nil.
21123
21124 * term.el (term-exec-1): Bind coding-system-for-read.
21125
21126 * dired.el (dired-mouse-find-file-other-window):
21127 Use dired-view-command-alist here, as in dired-view-file.
21128 (dired-view-command-alist): Use %s to substitute file name.
21129 Handle .ps_pages, .eps, .jpg, .gif, .png.
21130
21131 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21132
21133 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21134 `Info-prev-reference', instead of M-tab.
21135
21136 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21137
21138 * simple.el (blink-matching-open): Work correctly on chars that
21139 are designated as parens through the syntax-table text property.
21140
21141 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21142
21143 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21144 line break position in the middle of a non-kinsoku (e.g. latin)
21145 word, making it skip until either a space or a character with
21146 category "|".
21147 (kinsoku-longer): Test for end of buffer.
21148
21149 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21150
21151 * mail/rmail.el (rmail-convert-to-babyl-format):
21152 Detect quoted-printable- and base64-encoded messages and decode them
21153 automatically. Set the message's encoding from the charset=
21154 header, if any. Decode base64-encoded messages in Mail format as well.
21155
21156 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21157
21158 * mail/smtpmail.el: Fix previous change.
21159 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21160 calling smtpmail-via-smtp.
21161 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21162
21163 2003-08-26 John Paul Wallington <jpw@gnu.org>
21164
21165 * image.el (image-jpeg-p): Don't search beyond length of data.
21166
21167 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21168
21169 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21170 misfeature in `expand-abbrev' which caused electric keywords like
21171 "else" to disappear if an open brace was typed directly afterwards.
21172
21173 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21174
21175 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21176 mandatory in `define-widget'.
21177
21178 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21179 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21180
21181 (c-assignment-operators): New language constant that only contains
21182 the assignment operators.
21183
21184 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21185
21186 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21187
21188 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21189 Safeguard against unbalanced sexps.
21190
21191 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21192
21193 * version.el (emacs-version): Check for gtk. Include gtk version info.
21194
21195 2003-08-25 John Paul Wallington <jpw@gnu.org>
21196
21197 * man.el (Man-default-man-entry): Don't whizz past the section
21198 number before looking for it.
21199
21200 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21201
21202 * progmodes/gud.el (gud-display-line): Don't set window-point if
21203 source buffer is not visible. (Only happens with M-x gdba.)
21204
21205 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21206 documentation.
21207 (gdb-source, gdb-source-info): Update to assembler unnecessary
21208 as its done after each GDB command anyway.
21209 (gdb-pre-prompt): Use with-current-buffer.
21210 (gdb-insert-field): Add help-echo text.
21211 (gdb-invalidate-assembler): Re-display of assembler now done in
21212 gdb-info-breakpoints-custom.
21213 (gdb-info-breakpoints-custom): Force re-display of assembler to
21214 happen *after* update of breakpoints buffer.
21215 (gdb-display-source-buffer): Don't choke if gdb-source-window
21216 isn't visible.
21217 (gdb-put-string, gdb-put-arrow): Remove free variables.
21218
21219 2003-08-24 John Paul Wallington <jpw@gnu.org>
21220
21221 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21222
21223 * man.el (Man-default-man-entry): Strip text properties when
21224 snarfing parts of entry because `format' preserves properties.
21225
21226 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21227
21228 * files.el (file-newest-backup): Use `expand-file-name'.
21229
21230 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21231 Allow the diary to pop up a new frame, if needed.
21232
21233 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21234 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21235 (smtpmail-send-it): Make treatment of envelope-from consistent with
21236 sendmail.el.
21237
21238 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21239 (sh-leading-keywords): Add the bash `time' reserved word.
21240 (sh-variables): Add some bash variables.
21241 (sh-add-completer): Fix nil branch of case statement.
21242
21243 2003-08-24 Masatake YAMATO <jet@gyve.org>
21244
21245 * progmodes/ld-script.el: New file.
21246
21247 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21248
21249 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21250
21251 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21252
21253 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21254 Better explain obsolescence, and what to use instead.
21255
21256 2003-08-23 Masatake YAMATO <jet@gyve.org>
21257
21258 * pcvs.el (cvs-do-removal): Show the deleted file name
21259 on the prompt.
21260
21261 2003-08-20 Dave Love <fx@gnu.org>
21262
21263 * international/mule.el (make-coding-system)
21264 (set-buffer-file-coding-system): Doc fix.
21265
21266 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21267
21268 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21269
21270 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21271
21272 * international/utf-16.el: Add mime-text-unsuitable coding system
21273 properties.
21274
21275 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21276
21277 * cus-edit.el: Add some :links.
21278 (bib): Remove.
21279
21280 * textmodes/bib-mode.el (bib): Add :group external.
21281
21282 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21283
21284 * wid-edit.el (widget-echo-help): Make it handle expressions that
21285 evaluate to strings.
21286
21287 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21288
21289 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21290
21291 Simplify selection of SQL products to define highlighting and
21292 interactive mode. Includes detailed instructions on adding
21293 support for new products.
21294
21295 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21296 product for use in highlighting and interactive mode.
21297 (sql-interactive-product): New variable. SQL product for
21298 sql-interactive-mode.
21299 (sql-product-support): New variable. Specifies product-specific
21300 parameters to drive highlighting and interactive mode.
21301 (sql-imenu-generic-expression): Add more object types.
21302 (sql-sqlite-options): Correct comment.
21303 (sql-ms-program): Use "osql" rather than "isql".
21304 (sql-prompt-regexp, sql-prompt-length): Update comment.
21305 (sql-mode-menu): Add "Start SQLi session" entry.
21306 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21307 (sql-mode-abbrev-table): Add abbreviations. Support of
21308 SYSTEM-FLAG on define-abbrev. Support was removed with last
21309 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21310 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21311 names.
21312 (sql-mode-ansi-font-lock-keywords): Set as default value.
21313 (sql-mode-oracle-font-lock-keywords): Set as default value.
21314 Support Oracle 9i keywords.
21315 (sql-mode-postgres-font-lock-keywords): Set as default value.
21316 (sql-mode-linter-font-lock-keywords): Set as default value.
21317 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21318 SQLServer 2000.
21319 (sql-mode-sybase-font-lock-keywords)
21320 (sql-mode-interbase-font-lock-keywords)
21321 (sql-mode-sqlite-font-lock-keywords)
21322 (sql-mode-strong-font-lock-keywords)
21323 (sql-mode-mysql-font-lock-keywords)
21324 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21325 keywords.
21326 (sql-mode-font-lock-defaults): Update comment.
21327 (sql-product-feature): New function. Returns feature associated
21328 with a product from `sql-product-support' alist.
21329 (sql-product-font-lock): New function. Set font-lock support
21330 based on `sql-product'.
21331 (sql-add-product-keywords): New function. Add font-lock rules to
21332 product-specific keyword variables.
21333 (sql-set-product): New function. Set `sql-product' and apply
21334 appropriate font-lock highlighting.
21335 (sql-highlight-product): New function. Set font-lock support
21336 based on a product. Also set mode name to include product name.
21337 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21338 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21339 Use `sql-set-product'.
21340 (sql-highlight-ms-keywords)
21341 (sql-highlight-sybase-keywords)
21342 (sql-highlight-interbase-keywords)
21343 (sql-highlight-strong-keywords)
21344 (sql-highlight-mysql-keywords)
21345 (sql-highlight-sqlite-keywords)
21346 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21347 (sql-get-login): Prompt in the same order as the tokens.
21348 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21349 (sql-product-interactive): New function. Common portions of
21350 product-specific interactive mode wrappers.
21351 (sql-interactive-mode): Rewritten to use product features.
21352 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21353 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21354 (sql-db2, sql-linter): Use `sql-product-interactive'.
21355 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21356 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21357 (sql-connect-ingres, sql-connect-postgres)
21358 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21359 New functions. Format command line parameters and invoke comint on
21360 the appropriate interpreter. Code was in the corresponding
21361 `sql-xyz' function before.
21362 (sql-connect-ms): New function. Support -E argument to use
21363 operating system credentials for authentication.
21364
21365 2003-08-18 Kenichi Handa <handa@m17n.org>
21366
21367 * international/mule.el (encode-char): Fix for the ASCII case.
21368
21369 2003-08-15 Kenichi Handa <handa@m17n.org>
21370
21371 * international/fontset.el (setup-default-fontset): Change "*" to
21372 nil in the specifications of font family.
21373
21374 2003-08-18 Kim F. Storm <storm@cua.dk>
21375
21376 * kmacro.el (kmacro-keymap): Group related bindings in
21377 initialization for clarity. Bind C-s to start macro.
21378 Remove C-r binding.
21379 (kmacro-initial-counter-value): New defvar to hold initial counter
21380 value in case we set the value before defining a macro.
21381 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21382 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21383 not defining or executing macro. Doc fix.
21384 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21385 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21386 temporarily view older elements on the macro ring without cycling
21387 the ring.
21388 (kmacro-display): Doc fix.
21389 (kmacro-exec-ring-item): New helper function.
21390 (kmacro-call-ring-2nd): Use it.
21391 (kmacro-call-ring-2nd-repeat): Doc fix.
21392 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21393 (kmacro-end-or-call-macro): Execute last viewed macro (using
21394 kmacro-exec-ring-item) from ring if this follows
21395 kmacro-view-macro. This allows us to find a macro on the ring
21396 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21397 the ring to bring it to the head of the ring.
21398 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21399 Allow binding to reserved keys without specifying C-x C-k prefix.
21400 Ask for confirmation if entered key sequence is already bound to
21401 a non-macro command.
21402 (kmacro-view-macro): Repeating command will show older elements
21403 on the macro ring; C-k will execute the last viewed macro.
21404 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21405 property from 'ring to 'head.
21406
21407 2003-08-17 Alan Shutko <ats@acm.org>
21408
21409 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21410 keeping December out of the alist.
21411
21412 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21413
21414 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21415 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21416 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21417 (calendar-flatten): New function.
21418 (calendar-mouse-view-other-diary-entries)
21419 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21420 in the menu title and to show multi-line diary entries correctly
21421 in the menu.
21422
21423 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21424
21425 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21426 defcustom, because the default was recently changed.
21427
21428 2003-08-16 Richard M. Stallman <rms@gnu.org>
21429
21430 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21431
21432 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21433 New subroutine, broken out of eval-last-sexp-1.
21434 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21435
21436 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21437
21438 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21439
21440 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21441
21442 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21443
21444 * progmodes/compile.el (compilation-error-regexp-alist):
21445 Add Java ANt error detection as described in document
21446 http://ant.apache.org/faq.html
21447
21448 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21449
21450 * simple.el (backward-word, forward-to-indentation)
21451 (backward-to-indentation): Argument changed to optional.
21452 (next-line, previous-line): Use `or' instead of `unless'.
21453
21454 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21455
21456 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21457 instead of a constant.
21458
21459 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21460
21461 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21462
21463 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21464
21465 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21466 (vc-sccs-workfile-version): Search the entire delta table, rather
21467 than just the first entry, because that might be a deleted version.
21468
21469 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21470
21471 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21472 [save-place] binding in the Options menu. Have it require
21473 'saveplace' and then toggle the variable manually, to avoid an an
21474 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21475 for the bug report.
21476
21477 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21478
21479 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21480 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21481 (gdb-info-threads-custom): Add help-echo text.
21482 (gdb-display-back): Don't use purecopy.
21483 (gdb-info-breakpoints-custom, gdb-reset)
21484 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21485 icons can be displayed.
21486
21487 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21488
21489 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21490
21491 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21492
21493 * bookmark.el (bookmark-completing-read):
21494 Return a string, instead of a list of one string.
21495 Use a popup menu if activated from the mouse.
21496 (bookmark-edit-annotation): Remove unused vars.
21497 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21498 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21499 to bookmark-completing-read.
21500 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21501 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21502 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21503 and erase-buffer.
21504 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21505 (bookmark-menu-jump, bookmark-menu-insert)
21506 (bookmark-popup-menu-and-apply-function)
21507 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21508 (bookmark-menu-build-paned-menu): Remove by folding it into
21509 bookmark-menu-popup-paned-menu.
21510 (menu-bar-bookmark-map): Move the define-key statements here.
21511 Use the "non-menu" commands since they now pop up a menu if needed.
21512 (bookmark-exit-hook-internal): Simplify.
21513
21514 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21515
21516 * reftex-toc.el (reftex-toc-rename-label): New function.
21517 (reftex-toc-check-docstruct): New function.
21518
21519 * reftex.el (reftex-region-active-p): New function.
21520
21521 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21522 regexp to find the \bibliography macro.
21523
21524 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21525 which does not exist in LaTeX.
21526 (reftex-cite-format-builtin): Added amsrefs support.
21527 (reftex-toc-confirm-promotion): New option
21528
21529 * reftex-toc.el
21530 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21531 (reftex-toc-demote, reftex-toc-promote)
21532 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21533 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21534 (reftex-toc-newhead-from-alist)
21535 (reftex-toc-load-all-files-for-promotion): New functions.
21536 (reftex-toc-help): Added description of new keys.
21537 (reftex-toc-split-windows-fraction): New option.
21538 (reftex-recenter-toc-when-idle): Search *toc* window on all
21539 visible frames.
21540 (reftex-toc): Additional parameter REUSE
21541 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21542 with REUSE argument.
21543 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21544 the call of `reftex-toc'.
21545 (reftex-make-separate-toc-frame): New function .
21546 (reftex-toc-recenter): When called with triple prefix arg, call
21547 `reftex-make-separate-toc-frame' first.
21548 (reftex-toc-toggle-dedicated-frame): New command.
21549 (reftex-toc-quit): Adapted to delete frame when called in
21550 dedicated frame.
21551
21552 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21553 all enclosing macros.
21554
21555
21556 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21557
21558 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21559 first use.
21560
21561 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21562
21563 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21564
21565 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21566
21567 * calendar/calendar.el (list-diary-entries-hook)
21568 (diary-display-hook, nongregorian-diary-listing-hook)
21569 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21570 Add some customize options for these hooks.
21571 (calendar-abbrev-construct): Don't try to take a substring longer
21572 than the original string.
21573
21574 2003-08-05 Richard M. Stallman <rms@gnu.org>
21575
21576 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21577 (testcover-reinstrument-clauses): Doc fix.
21578
21579 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21580 (warning-type-format): Rename from warning-group-format.
21581
21582 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21583 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21584 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21585 to prevent warnings about defvar for an obsolete variable.
21586
21587 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21588 warning-group-format renamed to warning-type-format.
21589
21590 * subr.el (read-passwd): Use clear-string instead of fillarray.
21591
21592 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21593 Use vconcat instead of concat.
21594 (edmacro-sanitize-for-string): New function.
21595
21596 2003-08-05 Dave Love <fx@gnu.org>
21597
21598 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21599 line-number-display-limit-width.
21600
21601 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21602
21603 2003-08-05 Kenichi Handa <handa@m17n.org>
21604
21605 * international/code-pages.el: Don't require mule-diag.
21606
21607 * international/mule-diag.el (non-iso-charset-alist):
21608 Add autoload cookie.
21609
21610 * language/devan-util.el (dev-glyph-order): Add an entry for the
21611 glyph code #xC4.
21612
21613 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21614
21615 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21616 (european-calendar-style, diary-date-forms)
21617 (calendar-day-name-array, calendar-month-name-array): Doc change.
21618 (generate-calendar-month): Adapt for new behaviour of
21619 `calendar-day-name' function.
21620 (calendar-abbrev-length, calendar-day-abbrev-array)
21621 (calendar-month-abbrev-array): New variables.
21622 (calendar-abbrev-construct): New function.
21623 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21624 rather than fixing abbrevs at some width. Calling syntax change.
21625 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21626 (calendar-date-string): Adapt for new behaviours of
21627 `calendar-day-name' and `calendar-month-name' functions.
21628
21629 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21630 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21631 (diary-name-pattern): Use abbrev arrays, rather than fixing
21632 abbrevs at three chars. Calling syntax change.
21633 (mark-diary-entries): Adapt for new behaviours of
21634 `diary-name-pattern' and `calendar-make-alist' functions.
21635 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21636 `diary-name-pattern' function.
21637 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21638 fixing abbrevs at three chars. Calling syntax change.
21639 (cal-hebrew, cal-islam): Require when compiling.
21640 (diary-font-lock-keywords): Adapt for new behaviour of
21641 `font-lock-diary-date-forms' function.
21642
21643 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21644 (calendar-hebrew-month-name-array-common-year)
21645 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21646 (list-hebrew-diary-entries): Adapt for new behaviours of
21647 `calendar-day-name' and `add-to-diary-list' functions.
21648 (mark-hebrew-diary-entries): Adapt for new behaviours of
21649 `diary-name-pattern' and `calendar-make-alist' functions.
21650
21651 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21652 Add doc string.
21653 (list-islamic-diary-entries): Adapt for new behaviours of
21654 `calendar-day-name' and `add-to-diary-list' functions.
21655 (mark-islamic-diary-entries): Adapt for new behaviours of
21656 `diary-name-pattern' and `calendar-make-alist' functions.
21657
21658 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21659 `calendar-month-name' function.
21660
21661 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21662
21663 * calendar/solar.el (solar-seasons-data): Move definition before use.
21664
21665 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21666 (cal-tex-LaTeX-hourbox): Move definition before use.
21667
21668 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21669 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21670 * lunar.el, solar.el (displayed-month, displayed-year):
21671 Define for compiler.
21672
21673 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21674
21675 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21676 MODE. Renamed from c-init-c-language-vars'.
21677 (c-initialize-cc-mode): Change accordingly.
21678 (c-common-init): Ditto.
21679 (c-mode): Ditto.
21680 (c++-mode): Use `c-init-language-vars-for'.
21681 (objc-mode): Ditto.
21682 (java-mode): Ditto.
21683 (idl-mode): Ditto.
21684 (pike-mode): Ditto.
21685 (awk-mode): Ditto.
21686
21687 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21688
21689 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21690 or not the point moved.
21691
21692 (c-search-decl-header-end): Don't trip up on operator identifiers
21693 in C++ and operators like == in all languages.
21694
21695 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21696 Detect leading labels correctly.
21697
21698 2003-08-02 Andreas Schwab <schwab@suse.de>
21699
21700 * textmodes/ispell.el: Don't redo key bindings on loading, put
21701 them only in loaddefs.el.
21702 * bookmark.el: Likewise.
21703 * dabbrev.el: Likewise.
21704 * emerge.el: Likewise.
21705
21706 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21707 has more than one member.
21708
21709 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21710
21711 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21712
21713 * lpr.el (printify-region): It was ending conversion before the
21714 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21715
21716 2003-07-31 John Paul Wallington <jpw@gnu.org>
21717
21718 * net/browse-url.el (browse-url-epiphany): Doc fix.
21719
21720 2003-07-30 Kenichi Handa <handa@m17n.org>
21721
21722 * international/fontset.el (setup-default-fontset):
21723 Change registry names of Akurti fonts.
21724
21725 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21726
21727 * comint.el (comint-read-noecho): Use `clear-string' instead of
21728 `fillarray'.
21729
21730 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21731
21732 * outline.el (outline-mode-hook): Add defvar.
21733
21734 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21735
21736 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21737 Restore assembler in source window if that is what has been selected.
21738 (menu): Add gdb-restore-windows to menu. Make gdba
21739 specific menus only visible from gdba.
21740
21741 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21742
21743 * progmodes/compile.el (compilation-environment): New user variable.
21744 (compile-internal): Respect it.
21745
21746 2003-07-23 Masatake YAMATO <jet@gyve.org>
21747
21748 * progmodes/gud.el (gdb-script-font-lock-keywords):
21749 Put `font-lock-function-name-face' on a symbol which includes
21750 `-' like `hook-run'. Put font-lock-variable-name-face
21751 on a symbol starting with $.
21752
21753 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21754
21755 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21756
21757 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21758
21759 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21760
21761 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21762
21763 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21764 Use with-no-warnings.
21765 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21766 rather than to find-file-not-found-hook, which doesn't exist.
21767
21768 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21769
21770 * international/quail.el (quail-translate-key): Fix previous change.
21771
21772 2003-07-25 John Paul Wallington <jpw@gnu.org>
21773
21774 * server.el (server-start): Check `server-process' is non-nil
21775 before killing it to avoid killing current buffer's process.
21776
21777 * simple.el (choose-completion-string): Use `minibufferp';
21778 test `completion-reference-buffer' if `buffer' arg is nil.
21779 (push-mark): Use `when' and `unless'.
21780 (pop-mark): Use `when'.
21781
21782 * mouse-sel.el (mouse-sel-get-selection-function):
21783 Check `x-last-selected-text-primary'. Don't barf if it or
21784 `x-last-selected-text' aren't bound.
21785
21786 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21787
21788 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21789
21790 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21791
21792 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21793
21794 2003-07-23 John Paul Wallington <jpw@gnu.org>
21795
21796 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21797
21798 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21799
21800 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21801 string. Defvar the derived hook.
21802
21803 * macros.el (insert-kbd-macro): Escape double quote character.
21804 From Thomas W Murphy <twm@andrew.cmu.edu>.
21805
21806 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21807
21808 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21809 to match the specific mark rather than reusing comment-start-skip.
21810
21811 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21812
21813 * progmodes/hideshow.el (hs-special-modes-alist):
21814 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21815
21816 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21817
21818 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21819 value using ?\s.
21820
21821 2003-07-21 John Paul Wallington <jpw@gnu.org>
21822
21823 * subr.el (with-selected-window): Add closing paren.
21824
21825 2003-07-21 Richard M. Stallman <rms@gnu.org>
21826
21827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21828 (lisp-mode): Likewise.
21829
21830 * subr.el (with-selected-window): Copy code form save-selected-window
21831 so as to call select-window with norecord arg.
21832 (dynamic-completion-table): Doc fix.
21833 (lazy-completion-table): Doc fix.
21834
21835 * international/mule-cmds.el (set-locale-environment):
21836 langinfo renamed to locale-info.
21837
21838 * international/mule.el (auto-coding-functions): Doc fix.
21839
21840 2003-07-21 Kenichi Handa <handa@m17n.org>
21841
21842 * international/quail.el (quail-translate-key):
21843 Update quail-current-str correctly.
21844
21845 2003-07-21 Andreas Schwab <schwab@suse.de>
21846
21847 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21848 ?, to "_".
21849
21850 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21851 Version 2.0.36 of Tramp released.
21852
21853 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21854 tramp-password-end-of-line.
21855 (tramp-password-end-of-line): New method parameter.
21856 (tramp-get-password-end-of-line): Function to access method
21857 parameter `tramp-password-end-of-line', or variable
21858 `tramp-default-password-end-of-line' (default value).
21859 (tramp-methods): Add entries for new parameter
21860 tramp-password-end-of-line.
21861 (tramp-enter-password): Use new function
21862 `tramp-get-password-end-of-line'.
21863 (tramp-handle-insert-file-contents): Do not
21864 unconditionally inhibit the file operation file-local-copy, only
21865 do that when the inhibit-file-name-operation is currently
21866 insert-file-contents. This fixes finding remote CVS-controlled
21867 files. (It would barf on inserting the CVS/Entries file
21868 literally, because the file-local-copy handler wasn't called.)
21869 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21870 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21871 (tramp-initial-commands): New variable.
21872 (tramp-process-initial-commands): New function, using the variable.
21873 (tramp-open-connection-setup-interactive-shell): Call the new function.
21874 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21875 method into the buffer name, never use nil. Reported by Hanak
21876 David <dhanak@inf.bme.hu>.
21877 (tramp-open-connection-setup-interactive-shell): Erase buffer
21878 before sending "stty -onlcr".
21879
21880 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21881
21882 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21883
21884 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21885
21886 2003-07-19 John Paul Wallington <jpw@gnu.org>
21887
21888 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21889 (artist-draw-rect, artist-draw-square): Doc fixes.
21890
21891 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21892
21893 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21894
21895 2003-07-19 Kenichi Handa <handa@m17n.org>
21896
21897 * international/kkc.el (kkc-show-conversion-list-update):
21898 Highlight the correct candidate in the message.
21899
21900 2003-07-18 John Paul Wallington <jpw@gnu.org>
21901
21902 * simple.el (current-word): Don't include punctuation char when
21903 `really-word' arg is non-nil.
21904
21905 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21906
21907 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21908 moved to the directory obsolete.
21909
21910 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21911
21912 * info.el (Info-menu-entry-name-re): Allow newlines in
21913 menu entry names.
21914
21915 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21916 syntax-ppss-after-change-function.
21917 (syntax-ppss-after-change-function): New alias. Update uses.
21918 (syntax-ppss): Catch the case where the buffer is narrowed.
21919
21920 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21921
21922 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21923 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21924
21925 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21926
21927 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21928 since it might be modified.
21929
21930 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21931 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21932 names to these language constants.
21933
21934 2003-07-15 Kim F. Storm <storm@cua.dk>
21935
21936 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21937 All uses changed.
21938
21939 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21940
21941 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21942 Namespace support.
21943
21944 2003-07-13 Juanma Barranquero <lektu@terra.es>
21945
21946 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21947 papers received).
21948
21949 2003-07-13 Karl Eichwalder <ke@suse.de>
21950
21951 * textmodes/po.el (po-find-charset): White space at the start of the
21952 Content-Type field body is non-mandatory.
21953
21954 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21955
21956 * textmodes/texinfo.el (texinfo-section-list):
21957 Append appendixsection; a synonym for appendixsec.
21958
21959 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21960
21961 * man.el (Man-translate-cleanup): New.
21962 (Man-translate-references): Call `Man-translate-cleanup' to clean
21963 leading, trailing and middle spaces.
21964
21965 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21966
21967 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21968 Handle `dired-directory' being a list.
21969
21970 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21971
21972 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21973 it doesn't exist.
21974
21975 2003-07-12 Richard M. Stallman <rms@gnu.org>
21976
21977 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21978
21979 * progmodes/cc-defs.el (c-make-keywords-re):
21980 Don't use delete-duplicates.
21981 (c-lang-const): Don't use mapcan.
21982
21983 * apropos.el (apropos-show-scores): Make it customizable.
21984 Document new meaning.
21985 (apropos): Compute scores from symbols.
21986 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21987
21988 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21989
21990 * ps-bdf.el: Fix copyright line.
21991 (bdf-directory-list): Fix initialization code.
21992
21993 2003-07-11 John Paul Wallington <jpw@gnu.org>
21994
21995 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21996 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21997 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21998
21999 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22000
22001 * emacs-lisp/ring.el (ring-elements): Doc fix.
22002
22003 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22004
22005 * calendar/timeclock.el (timeclock-relative)
22006 (timeclock-ask-before-exiting, timeclock-use-display-time):
22007 Doc changes.
22008 (timeclock-modeline-display): Give a message if
22009 `timeclock-use-display-time' is non-nil but `display-time-mode'
22010 is not active.
22011
22012 2003-07-11 Kenichi Handa <handa@m17n.org>
22013
22014 * international/mule-cmds.el (set-language-environment):
22015 Set current-language-environment to the correct string.
22016
22017 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22018
22019 * ps-print.el: Print line number correctly in a region. Reported by
22020 Tim Allen <timallen@ls83.fsnet.co.uk>.
22021 (ps-print-version): New version number (6.6.2).
22022 (ps-printing-region): Code fix.
22023
22024 2003-07-10 John Paul Wallington <jpw@gnu.org>
22025
22026 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22027 this function can be called from `add-completions-from-tags-table'.
22028
22029 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22030
22031 * calendar/timeclock.el (timeclock-use-display-time)
22032 (timeclock-day-over-hook, timeclock-workday-remaining)
22033 (timeclock-status-string, timeclock-when-to-leave)
22034 (timeclock-when-to-leave-string, timeclock-log-data)
22035 (timeclock-find-discrep, timeclock-day-base)
22036 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22037 (timeclock-modeline-display): Set the variable
22038 `timeclock-modeline-display'.
22039 (timeclock-update-modeline): Doc fix. Respect value of
22040 `timeclock-relative'.
22041
22042 2003-07-09 Richard M. Stallman <rms@gnu.org>
22043
22044 * textmodes/reftex-parse.el (reftex-all-document-files):
22045 Add autoload cookie.
22046
22047 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22048 (reftex-scanning-info-available-p): Add autoload cookie.
22049
22050 * international/mule-cmds.el
22051 (set-display-table-and-terminal-coding-system): Delete duplicate
22052 aset on standard-display-table.
22053
22054 * view.el (view-file): If existing buffer's major mode is special,
22055 don't go into view mode.
22056
22057 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22058
22059 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22060
22061 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22062 buffer changes; there's third party code that calls this function
22063 directly.
22064
22065 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22066
22067 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22068 (autodoc-font-lock-keywords): Don't byte compile on font lock
22069 initialization when running from byte compiled files.
22070
22071 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22072
22073 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22074 statement ends with auto-increment "++".
22075
22076 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22077
22078 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22079 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22080 these are changed, so declare them as variables and not constants.
22081
22082 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22083
22084 * subr.el (dolist, dotimes): Doc fix.
22085
22086 2003-07-08 Kim F. Storm <storm@cua.dk>
22087
22088 * international/mule-cmds.el
22089 (set-display-table-and-terminal-coding-system): Don't break
22090 bootstrap if standard-display-table isn't setup yet.
22091
22092 2003-07-07 Richard M. Stallman <rms@gnu.org>
22093
22094 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22095 Give it a doc string, and autoload it.
22096
22097 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22098 Use with-no-warnings.
22099
22100 * info.el (Info-search): If find invisible text, search again.
22101
22102 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22103
22104 * man.el (Man-name-regexp): Match + as part of name.
22105
22106 * simple.el (visible-mode): Rename from vis-mode.
22107 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22108
22109 * simple.el (current-word): New arg REALLY-WORD specifies
22110 don't include punctuation chars.
22111
22112 * emacs-lisp/debug.el (debug, debugger-env-macro):
22113 Use with-no-warnings while accessing and binding unread-command-char.
22114
22115 * international/mule-cmds.el
22116 (set-display-table-and-terminal-coding-system): Use explicit loop
22117 instead of calling standard-display-default.
22118
22119 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22120 Use condition-case to catch error in ange-ftp-get-files.
22121
22122 * net/browse-url.el (browse-url-browser-function):
22123 Add alternative for Epiphany.
22124 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22125 (browse-url-epiphany-startup-arguments)
22126 (browse-url-epiphany-new-window-is-tab): New variables.
22127 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22128
22129 * progmodes/compile.el (compile-auto-highlight): Default now t.
22130 (compile): Doc fix.
22131 (compilation-next-error): Fix previous change.
22132
22133 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22134
22135 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22136
22137 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22138
22139 * gdb-ui.el (gdb-source-info): Display current frame when
22140 attaching to an existing process.
22141 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22142 while laying out windows when attaching to an existing process.
22143
22144 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22145
22146 * info.el (Info-menu): Use Info-menu-entry-name-re.
22147
22148 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22149
22150 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22151 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22152
22153 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22154 to match the same text.
22155
22156 2003-07-06 John Paul Wallington <jpw@gnu.org>
22157
22158 * vc.el (vc-annotate-offset): Move defvar up.
22159
22160 2003-07-06 Kim F. Storm <storm@cua.dk>
22161
22162 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22163 This should fix the infinite loop when extracting menu names.
22164
22165 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22166
22167 * files.el (auto-mode-alist, interpreter-mode-alist):
22168 Remove entries to CC Mode modes to avoid duplicates; they are now added
22169 with autoload directives in cc-mode.el.
22170
22171 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22172
22173 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22174 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22175 these are changed, so declare them as variables and not constants.
22176
22177 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22178 ensure that the entry for ".c" extension comes before the one for
22179 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22180 Fix incorrect entries that were added to `interpreter-mode-alist'.
22181 Move the autoload directives for AWK to the top level since they
22182 aren't recognized anywhere else. Do not use the new AWK mode doc
22183 in the autoload form for the old AWK mode.
22184
22185 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22186
22187 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22188 (bibtex-sort-ignore-string-entries): Default value t.
22189 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22190 erroneously in previous version.
22191 (bibtex-string-files): Docstring reflects new parsing scheme.
22192 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22193 docstring, add # as one of the chars to crush
22194 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22195 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22196 (bibtex-autokey-name-change-strings)
22197 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22198 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22199 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22200 (bibtex-autokey-title-terminators)
22201 (bibtex-autokey-titlewords-stretch)
22202 (bibtex-autokey-titleword-ignore)
22203 (bibtex-autokey-titleword-case-convert)
22204 (bibtex-autokey-titleword-abbrevs)
22205 (bibtex-autokey-titleword-abbrevs)
22206 (bibtex-autokey-titleword-change-strings)
22207 (bibtex-autokey-titleword-length)
22208 (bibtex-autokey-titleword-separator)
22209 (bibtex-autokey-name-year-separator)
22210 (bibtex-autokey-year-title-separator)
22211 (bibtex-autokey-before-presentation-function)
22212 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22213 Fix docstring.
22214 (bibtex-strings, bibtex-reference-keys):
22215 Use lazy-completion-table and make-variable-buffer-local.
22216 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22217 (bibtex-braced-string-syntax-table)
22218 (bibtex-quoted-string-syntax-table): New variables.
22219 (bibtex-parse-nested-braces): Remove.
22220 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22221 (bibtex-parse-association): Simplify.
22222 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22223 (bibtex-parse-field-text): Simplify.
22224 (bibtex-search-forward-field, bibtex-search-backward-field):
22225 argument BOUND can take value t.
22226 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22227 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22228 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22229 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22230 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22231 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22232 and ending of entry. Update for changes of bibtex-search-entry.
22233 Simplify.
22234 (bibtex-map-entries): FUN is called with three arguments.
22235 (bibtex-search-entry): Return a cons pair with buffer positions of
22236 beginning and end of entry.
22237 (bibtex-enclosing-field): Simplify.
22238 (bibtex-format-entry): Use booktitle to set a missing title.
22239 (bibtex-autokey-get-names): Fiddle with regexps.
22240 (bibtex-generate-autokey): Use identity.
22241 (bibtex-parse-keys): Use simplified parsing algorithm if
22242 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22243 arguments. Return alist of keys.
22244 (bibtex-parse-strings): Simplify. Return alist of strings.
22245 (bibtex-complete-string-cleanup): Fix docstring.
22246 (bibtex-read-key): New function.
22247 (bibtex-mode): Fix docstring. Do not parse for keys and
22248 strings when the mode is entered. Set fill-paragraph-function to
22249 bibtex-fill-field. Setup font-lock-mark-block-function the way
22250 font-lock intended.
22251 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22252 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22253 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22254 (bibtex-Preamble): Avoid hard coded constants.
22255 (bibtex-make-field): Fix docstring. Simplify.
22256 (bibtex-beginning-of-entry): Always return new position of point.
22257 (bibtex-end-of-entry): Rearrange cond clauses.
22258 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22259 Update for changes of bibtex-map-entries.
22260 (bibtex-ispell-abstract): Do not move point.
22261 (bibtex-entry-index): Use downcase. Simplify.
22262 (bibtex-lessp): Handle catch-all.
22263 (bibtex-find-crossref): Turn into a command.
22264 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22265 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22266 preamble entries.
22267 (bibtex-fill-field-bounds): New function.
22268 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22269 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22270 (bibtex-String): Use bibtex-strings. Always obey
22271 bibtex-sort-ignore-string-entries.
22272
22273 2003-07-05 John Paul Wallington <jpw@gnu.org>
22274
22275 * cus-theme.el (customize-create-theme):
22276 Call `customize-create-theme' in Reset widget's notify function.
22277
22278 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22279 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22280 (define-ibuffer-column name): Add summarizer.
22281 (define-ibuffer-column size): Likewise.
22282 (define-ibuffer-column filename): Likewise.
22283 (define-ibuffer-column process): Likewise. Change BODY's output too.
22284 (define-ibuffer-column filename-and-process): Likewise, likewise.
22285 (ibuffer): Remove local vars `already-in' and `need-update'.
22286
22287 * ibuf-ext.el: Don't require `derived' at compile-time.
22288
22289 2003-07-05 Kim F. Storm <storm@cua.dk>
22290
22291 * info.el: Disable paragraph refilling.
22292 (Info-refill-paragraphs): New defcustom.
22293 (Info-fontify-node): Use it.
22294
22295 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22296
22297 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22298 thingies from constructors created by defstruct.
22299
22300 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22301 the default value of the variable.
22302 (byte-code-meter): Move declaration to top level.
22303
22304 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22305
22306 * info.el (Info-following-node-name-re): New fun.
22307 (Info-following-node-name): Remove.
22308 (Info-insert-dir): Use the new fun.
22309 (Info-extract-pointer): Don't save restriction; use new fun.
22310 (Info-menu-entry-name-re): New const.
22311 (Info-menu-entry-name-re): Use it along with new fun.
22312 (Info-node-spec-re): Use new fun.
22313 (Info-complete-menu-item, Info-fontify-node): Use new const.
22314 (Info-goto-node, Info-follow-reference, Info-menu-update):
22315 Use match-string.
22316 (Info-follow-reference): Use assoc-string.
22317 Use a list of strings for the completion table.
22318 (Info-fontify-node): Use match-string, line-end-position.
22319 Limit the search for `node:' to the first line.
22320
22321 * newcomment.el (uncomment-region): Remove padding coming from
22322 comment-start rather than just from comment-padding.
22323
22324 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22325 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22326 (vc-cvs-rename-file): Remove (use the default).
22327 (vc-cvs-register): Register parent dir if needed.
22328 (vc-cvs-could-register): Return non-nil if parent can be registered.
22329 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22330 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22331
22332 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22333 (vc-svn-update): Fix the arguments to `svn'.
22334 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22335 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22336 Simple implementations, assuming `name' is a URL.
22337
22338 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22339 set of chars allowed unquoted in a case pattern.
22340
22341 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22342
22343 * font-lock.el (font-lock-extra-types-widget)
22344 (c-font-lock-extra-types, c++-font-lock-extra-types)
22345 (objc-font-lock-extra-types, java-font-lock-extra-types)
22346 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22347 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22348 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22349 (font-lock-match-c++-structor-declaration)
22350 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22351 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22352 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22353 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22354 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22355 (java-font-lock-keywords-3, java-font-lock-keywords)
22356 (java-font-lock-syntactic-face-function): Remove obsolete code
22357 and constants. It's all in cc-fonts.el now.
22358
22359 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22360
22361 * mail/sendmail.el (mail-specify-envelope-from)
22362 (mail-envelope-from): Doc fix.
22363
22364 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22365
22366 * generic-x.el: Do away with the dependency on `c-emacs-features'
22367 when populating `rul-generic-mode-syntax-table'; we already know
22368 this isn't XEmacs.
22369
22370 See ChangeLog.10 for earlier changes.
22371
22372 ;; Local Variables:
22373 ;; coding: iso-2022-7bit
22374 ;; End:
22375
22376 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22377 Copying and distribution of this file, with or without modification,
22378 are permitted provided the copyright notice and this notice are preserved.
22379
22380 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1