1 2004-07-06 Stefan <monnier@iro.umontreal.ca>
3 * replace.el (query-replace-regexp-eval): Fix last change.
5 2004-07-05 Stefan <monnier@iro.umontreal.ca>
7 * replace.el (query-replace-descr): New fun.
8 (query-replace-read-from, query-replace-read-args): Default to the
10 (query-replace-read-to): Quote the `from' string when displaying it.
11 (query-replace-regexp-eval): Immediately check read-only status.
12 Use query-replace-read-from to get the \n checking.
13 Quote the `from' string when displaying it.
14 (map-query-replace-regexp, occur-read-primary-args):
15 Quote the `from' string when displaying it.
17 * isearch.el (isearch-query-replace): Pass the regexp-ness and
18 delimited-ness of the search to query-replace.
20 * replace.el (query-replace-read-from, query-replace-read-to):
21 New funs extracted from query-replace-read-args.
22 (query-replace-read-args): Use them.
24 * replace.el (query-replace-interactive, query-replace-read-args):
25 Remove the `initial' special value.
26 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
27 (occur-engine): Remove unused var `matchend'.
29 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
30 Use the search string without prompting.
32 2004-07-05 Kenichi Handa <handa@m17n.org>
34 * international/mule.el (decode-coding-inserted-region):
35 Set last-coding-system-used only when coding is nil.
37 2004-07-03 Eli Zaretskii <eliz@gnu.org>
39 * progmodes/grep.el (grep-compute-defaults, grep-command)
40 (grep-program, find-program, grep-find-use-xargs, grep-history)
41 (grep-find-history, grep-tag-default, grep-find-command)
42 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
43 Add autoload cookies, for unbundled packages that load `compile'
44 and expect all grep-related symbols to become defined.
46 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
48 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
49 (iimage-mode-image-search-path): New user option to search the
51 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
53 (iimage-mode-buffer): Use it.
55 2004-07-03 Nick Roberts <nickrob@gnu.org>
57 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
59 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
61 2004-07-03 Juri Linkov <juri@jurta.org>
63 * replace.el (query-replace-read-args): Swallow space after 'foo,
64 not after (quote foo). Match space only immediately after symbol,
65 not anywhere in the whole string.
67 2004-07-02 Richard M. Stallman <rms@gnu.org>
69 * replace.el (query-replace-read-args): Swallow space after
70 symbols, not after closeparens. But avoid error if string ends there.
72 * progmodes/python.el (python-beginning-of-statement):
73 Exit the loop if backward-up-list gets error.
75 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
77 2004-07-02 Andre Spiegel <spiegel@gnu.org>
79 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
80 only if vc-consult-headers is non-nil.
82 2004-07-02 Juri Linkov <juri@jurta.org>
84 * pcvs.el (cvs-mode-diff-repository): New command.
86 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
88 2004-07-01 Juri Linkov <juri@jurta.org>
90 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
91 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
92 C-M-% to isearch-query-replace-regexp.
93 (minibuffer-local-isearch-map): Add arrow key bindings.
94 Bind C-f to isearch-yank-char-in-minibuffer.
95 (isearch-forward): Doc fix.
96 (isearch-edit-string): Doc fix.
97 (isearch-query-replace, isearch-query-replace-regexp): New funs.
98 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
99 (isearch-yank-char): Add optional arg.
100 (isearch-yank-char-in-minibuffer): New fun.
102 * replace.el (query-replace-interactive): Change type from boolean
103 to choice. Add value `initial'.
104 (query-replace-read-args): Handle value `initial' of
105 query-replace-interactive.
107 2004-06-29 Kim F. Storm <storm@cua.dk>
109 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
110 (breakpoint-disabled-bitmap-face): Add :group 'gud.
112 * progmodes/ada-xref.el (ada-tight-gvd-integration):
115 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
117 2004-06-29 Juri Linkov <juri@jurta.org>
119 * replace.el (query-replace-read-args): Swallow a space after
120 everything except )]" which in most cases means after a symbol.
122 * emacs-lisp/pp.el (pp-buffer): Add autoload.
124 2004-06-28 Richard M. Stallman <rms@gnu.org>
126 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
127 More changes to go with previous change in font-lock.el.
129 2004-06-26 David Kastrup <dak@gnu.org>
131 * replace.el (perform-replace): Highlight the match even in
132 non-query mode if there is potential replace string editing.
134 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
136 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
137 agree with new return value of `file-remote-p'.
138 This syncs with Tramp 2.0.42.
140 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
141 according to new documentation of `file-remote-p'.
143 * files.el (file-remote-p): Fix doc to say that return value is
144 identification of remote system, if not nil.
145 (file-relative-name): Use new return value of `file-remote-p'.
147 2004-06-26 Nick Roberts <nickrob@gnu.org>
149 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
150 (gdb-goto-breakpoint): Fix breakage.
152 2004-06-26 Eli Zaretskii <eliz@gnu.org>
154 * man.el (Man-getpage-in-background): Add windows-nt to the list
155 of systems where shell-file-name should be used instead of
158 2004-06-25 Sam Steingold <sds@gnu.org>
160 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
161 function names `(setf symbol)'.
163 2004-06-24 Richard M. Stallman <rms@gnu.org>
165 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
167 * font-lock.el (font-lock-keywords): Change format of compiled values.
169 (font-lock-add-keywords): If font-lock-keywords is compiled,
170 extract the uncompiled version, modify, then recompile.
171 (font-lock-remove-keywords): Likewise.
172 (font-lock-fontify-keywords-region): Handle changed format.
173 (font-lock-compile-keywords): Handle changed format.
174 (font-lock-set-defaults): Compile the keywords explicitly here.
176 2004-06-24 David Kastrup <dak@gnu.org>
178 * replace.el (query-replace-read-args): Implement `\,' and `\#'
180 (query-replace-regexp): Doc string explaining this and the new
181 `\?' replacement. Remove `\,' and `\#' implementation here, as it
182 is better placed in `query-replace-read-args'.
183 (replace-regexp): Explain `\,', `\#' and `\?'.
184 (replace-match-data): New function for thorough reuse/destruction
186 (replace-match-maybe-edit): Function for implementing `\?' editing.
187 (perform-replace): Fix maintaining of the match stack including
188 already matched regions, implement `\?', fix various problems
189 with regions while editing and other stuff.
190 (replace-highlight): Simplify.
192 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
194 * progmodes/grep.el (grep-error-screen-columns): New variable.
195 (grep-regexp-alist): Give it the full functionality of gnu style
196 compilation messages with line and column ranges. Ask me for the
197 perl script I'm working on, that uses these.
199 2004-06-23 Nick Roberts <nickrob@gnu.org>
201 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
203 (comint-insert-input, comint-mouse-insert-input): New functions
204 based on comint-insert-clicked-input for two bindings but just
207 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
209 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
211 2004-06-23 Lars Hansen <larsh@math.ku.dk>
213 * files.el (write-contents-functions): Doc fix.
215 2004-06-21 Juanma Barranquero <lektu@terra.es>
217 * image.el (image-library-alist): Rewrite docstring in active voice.
219 2004-06-20 Richard M. Stallman <rms@gnu.org>
221 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
223 * isearch.el (isearch-repeat): Avoid testing old match data.
224 (isearch-message): Display trailing space in special font
225 when search is failing.
226 (isearch-search-fun-function): Doc fix.
228 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
230 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
232 * frame.el (show-trailing-whitespace): Doc fix.
234 * cus-edit.el (custom-variable-documentation): New function.
235 (custom-variable): Use it.
237 2004-06-19 Nick Roberts <nickrob@gnu.org>
239 * man.el (Man-getpage-in-background): Revert previous change but
240 make cygwin a special case.
242 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
244 * autorevert.el (global-auto-revert-non-file-buffers):
247 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
249 * progmodes/compile.el (compilation-error-properties): Store one
250 more than end-col, if present, so that transient-mark-mode will
251 highlight last char too.
252 * progmodes/grep.el (grep-regexp-alist): Match columns and column
255 2004-06-18 Jason Rumney <jasonr@gnu.org>
257 * makefile.w32-in: Double percent signs in for loops.
259 2004-06-17 David Kastrup <dak@gnu.org>
261 * replace.el (query-replace-read-args): Only warn about use of \n
262 and \t when we are doing a regexp replacement and the actual
263 escaped character is n or t.
264 (query-replace-regexp): Add \, and \# interpretation to
265 interactive call and document it.
266 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
267 as shortkey for replace-count.
268 (replace-quote): New function for doubling backslashes.
270 2004-06-17 Juanma Barranquero <lektu@terra.es>
272 * files.el (parse-colon-path, cd): Mention in docstring that the
273 path separator is colon in GNU-like systems.
275 * newcomment.el (comment-region-internal): Fix docstring.
277 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
278 (ewoc-invalidate, ewoc-collect): Doc fixes.
279 (ewoc--create-node, ewoc--delete-node-internal):
280 Fix typos in docstring.
282 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
284 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
287 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
289 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
291 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
293 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
294 Add hyperlink to emacs-xtra manual to docstring.
296 * autorevert.el (global-auto-revert-non-file-buffers):
297 Add hyperlink to emacs-xtra manual to docstring, as well as an
300 2004-06-14 Juanma Barranquero <lektu@terra.es>
302 * image.el (image-library-alist): New variable to map image types
303 to external libraries. Initialized to nil, unless system-specific
305 (image-type-available-p): Determine whether an image type is
306 available by calling `init-image-library'.
308 * term/w32-win.el (image-library-alist): Initialize to a known set
309 of probable library names.
311 2004-06-14 Kenichi Handa <handa@m17n.org>
313 * international/code-pages.el (windows-1256, cp1125): Fix tables
314 for several characters.
316 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
318 2004-06-13 Richard M. Stallman <rms@gnu.org>
320 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
322 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
323 not "`pc-selection-mode'".
325 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
327 * simple.el (previous-matching-history-element): Specify a default.
329 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
331 * cus-face.el (custom-declare-face): Simplify code.
333 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
335 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
337 * files.el (before-save-hook): Add `time-stamp' to the options.
339 * time-stamp.el (time-stamp): Recommend adding it to
340 `before-save-hook', rather than `write-file-functions'.
341 Make a similar change in `Commentary' section.
343 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
345 * diff-mode.el (diff-current-defun): If at start of hunk, use
346 position of first change.
348 2004-06-13 Lars Hansen <larsh@math.ku.dk>
350 * dired-x.el (dired-mark-omitted): Bind to "*O".
352 2004-06-12 Karl Fogel <kfogel@red-bean.com>
354 * bookmark.el (bookmark-bmenu-relocate): New function, as
355 suggested by David J. Biesack <David.Biesack@sas.com>.
356 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
357 (bookmark-bmenu-mode): Describe binding in doc string.
358 (bookmark-set-filename): Save the bookmark list if it's time.
360 2004-06-13 Kenichi Handa <handa@m17n.org>
362 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
363 (ccl-untranslated-to-ucs): Fix typo.
365 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
367 * progmodes/python.el (python-open-block-statement-p):
368 Fix indentation after a block opening that contains a comment.
370 2004-06-12 J
\e,Ai
\e(Br
\e,At
\e(Bme Marant <jerome@marant.org> (tiny change)
372 * bindings.el (completion-ignored-extensions): Add file extensions
373 of Python byte-compiled files.
375 2004-06-12 Juri Linkov <juri@jurta.org>
377 * info.el (Info-goto-node): Add autoload.
378 (Info-toc): Add substring-no-properties on Info file name.
379 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
380 (Info-mode-map): Bind L to Info-history, T to Info-toc.
382 2004-06-12 Kenichi Handa <handa@m17n.org>
384 * international/mule-cmds.el (set-language-environment):
385 Load subst tables if necessary.
387 * international/mule.el (decode-char): Load subst tables if necessary.
388 (encode-char): Likewise.
390 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
391 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
392 (utf-16le-decode-loop): Set r5 to -1 before loop.
393 (utf-16be-decode-loop): Likewise.
394 (ccl-decode-mule-utf-16le): Add EOF processing block.
395 (ccl-decode-mule-utf-16be): Likewise.
396 (ccl-decode-mule-utf-16le-with-signature): Likewise.
397 (ccl-decode-mule-utf-16be-with-signature): Likewise.
398 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
399 (ccl-mule-utf-16-encode-untrans): New CCL.
400 (utf-16-decode-to-ucs): Handle pre-read character.
401 (utf-16le-encode-loop): Handle surrogate pair.
402 (utf-16be-encode-loop): Likewise.
403 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
404 of utf-16le-encode-loop.
405 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
406 of utf-16be-encode-loop.
407 (mule-utf-16-post-read-conversion):
408 Call utf-8-post-read-conversion at first.
409 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
410 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
411 Add post-read-conversion and pre-write-conversion.
413 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
414 (utf-translate-cjk-unicode-range): New variable.
415 (utf-translate-cjk-load-tables): New function.
416 (utf-lookup-subst-table-for-decode): New function.
417 (utf-lookup-subst-table-for-encode): New function.
418 (utf-translate-cjk-mode): Init-value changed to t. Don't load
419 tables here. Update safe-charsets of utf-* coding systems.
420 (ccl-mule-utf-untrans): New CCL.
421 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
422 at end of each branch.
423 (ccl-mule-utf-8-encode-untrans): New CCL.
424 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
425 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
426 length of encoding. Don't return r0.
427 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
428 (utf-8-post-read-conversion): Narrow to region properly.
429 If utf-translate-cjk-mode is on, load tables if necessary.
430 Call utf-8-compose with hash-table arg if necessary.
431 Call XXX-compose-region instead of XXX-post-read-convesion.
432 (utf-8-pre-write-conversion): New function.
433 (mule-utf-8): Include CJK charsets in safe-charsets if
434 utf-translate-cjk-mode is on. Add pre-write-conversion.
436 * international/characters.el: Temporarily set
437 utf-translate-cjk-mode to nil.
439 * language/devan-util.el (devanagari-compose-region):
442 * international/ccl.el (ccl-dump-call): Fix printing the
445 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
447 * dired.el (dired-revert): If buffer is marked unmodified before
448 reverting, keep it marked unmodified.
449 Adapt to new conventions for commenting out code.
450 (dired-make-relative): Adapt to new conventions for commenting out code.
452 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
454 * eshell/esh-module.el (eshell-load-defgroups):
455 Bind `vc-handled-backends' to nil when opening files.
457 2004-06-11 Juanma Barranquero <lektu@terra.es>
459 * files.el (parse-colon-path, cd): Doc fixes (refer to
460 `path-separator', not colon).
462 2004-06-10 Juanma Barranquero <lektu@terra.es>
464 * newcomment.el (comment-search-forward)
465 (comment-search-backward): Fix typos in docstring.
466 (comment-region): Doc fix.
468 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
470 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
471 switch is no longer stored in `dired-switches-alist'.
473 * dired-aux.el (dired-insert-subdir): Do not store R switch in
474 `dired-switches-alist'.
476 2004-06-10 Kim F. Storm <storm@cua.dk>
478 * pcvs.el (cvs-mode-diff-yesterday): New command.
480 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
482 2004-06-10 Juri Linkov <juri@jurta.org>
484 * emacs-lisp/edebug.el (edebug-eval-defun):
485 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
488 * simple.el (eval-expression-print-format): Don't print additional
489 information on the first call to `eval-print-last-sexp'.
490 (next-error-find-buffer): Fix punctuation.
491 (killing) <defgroup>: Fix punctuation.
492 (yank-excluded-properties): Change group from editing to killing.
494 * replace.el (perform-replace): Use `limit' to terminate the
495 while-loop explicitly.
497 2004-06-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
499 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
500 Use lc-*.xpm as prefix instead of *-locol.xpm.
502 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
503 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
504 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
505 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
506 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
507 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
508 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
509 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
510 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
511 * toolbar/lc-up_arrow.xpm:
512 Renamed from *-locol.xpm.
514 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
516 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
517 include forms like &<str>; as valid url patterns.
519 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
521 * dired.el (dired-diff, dired-backup-diff)
522 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
523 (dired-do-chown, dired-do-touch, dired-do-print)
524 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
525 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
526 (dired-create-directory, dired-do-copy, dired-do-symlink)
527 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
528 (dired-do-copy-regexp, dired-do-hardlink-regexp)
529 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
530 (dired-maybe-insert-subdir, dired-next-subdir)
531 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
532 (dired-kill-subdir, dired-tree-up, dired-tree-down)
533 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
534 (dired-run-shell-command, dired-query): Remove redundant,
535 or incorrect, autoloads.
537 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
538 does not end in a slash. Add optional argument KILL-ROOT.
540 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
541 (dired-query): Add autoloads.
543 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
545 * progmodes/compile.el (compilation-set-window-height):
546 Rearrange the save-* functions because a buffer can have several current
547 point in different windows.
548 (compilation-error-regexp-alist-alist): Recognize {standard input}
549 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
551 2004-06-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
553 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
554 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
555 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
556 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
557 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
558 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
559 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
560 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
561 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
562 * toolbar/up_arrow-locol.xpm:
563 New versions of icons that uses fewer colors.
565 * toolbar/tool-bar.el (tool-bar-local-item)
566 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
567 if display-color-cells is 256 or less.
569 2004-06-08 Kim F. Storm <storm@cua.dk>
571 * wid-edit.el (widget-specify-button): Use hand pointer rather
572 than mouse-face as visible mouse-over effect.
574 2004-06-07 Karl Fogel <kfogel@red-bean.com>
576 * saveplace.el (save-place-alist-to-file): Bind `print-length'
577 and `print-level' to nil when writing out `save-place-alist'.
578 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
580 2004-06-07 Juanma Barranquero <lektu@terra.es>
582 * completion.el (completion-kill-region): Doc fix.
584 * format.el (format-insert-annotations)
585 (format-annotate-location): Doc fixes.
586 (format-subtract-regions): Make arguments match their use in docstring.
588 * simple.el (kill-region): Doc fix.
590 * subr.el (insert-buffer-substring-no-properties)
591 (insert-buffer-substring-as-yank): Doc fixes.
593 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
595 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
597 (dired-reset-subdir-switches): New function.
599 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
600 Limit scope of `buffer-read-only' binding.
602 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
604 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
605 eshell-explicit-command-char.
607 2004-06-06 Juanma Barranquero <lektu@terra.es>
609 * help-fns.el (help-argument-name): Inherit from italic face only
610 if the frame supports it.
612 2004-06-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
614 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
615 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
616 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
617 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
618 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
619 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
620 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
621 New conversions from xpm files.
623 * toolbar/README: New file.
625 2004-06-06 Richard M. Stallman <rms@gnu.org>
627 * isearch.el (isearch-mode-map): Undo previous change.
629 2004-06-05 Juri Linkov <juri@jurta.org>
631 * bindings.el (debug-ignored-errors): Add regexps for history
632 related messages. Remove $ from "No further undo information".
633 Move Ediff's messages to ediff.el.
635 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
637 * cus-edit.el (custom-display): Add `min-colors'.
639 * custom.el (defface): Add `supports' to docstring.
641 * help-fns.el (help-argument-name): Add :group 'help.
643 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
645 * find-dired.el (find-ls-subdir-switches): New user option.
646 (find-dired): No longer call `abbreviate-file-name' on DIR.
647 Set `dired-subdir-switches' buffer-locally.
649 * locate.el: Merge the two `Commentary' sections.
650 (locate-ls-subdir-switches): New user option.
651 (locate): Update for other changes.
652 (locate-mode-map): Restore Dired binding for mouse-2.
653 Bind `locate-mouse-view-file' to M-mouse-2.
654 Bind `l' to `locate-do-redisplay'.
655 (locate-main-listing-line-p, locate-do-redisplay): New functions.
656 (locate-mouse-view-file, locate-tags, locate-find-directory):
657 Print message if used outside main listing.
658 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
659 Various changes to support inserted subdirectories.
660 (locate-insert-header): Change header of *Locate* buffer.
662 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
663 Change interactive default switches.
664 (dired-rename-subdir-2): Update `dired-switches-alist'.
665 (dired-insert-subdir, dired-kill-subdir):
666 Handle `dired-switches-alist'. Do not mark buffer modified.
667 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
668 (dired-insert-subdir-doinsert): Omit messages.
669 Handle `dired-subdir-switches'.
670 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
672 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
673 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
674 subdirs if -R switch is used for a subdir.
675 (dired-mode): Set `dired-switches-alist'.
676 (dired-build-subdir-alist): Only print number of directories in
677 echo area when invoked interactively.
679 2004-06-05 Lars Hansen <larsh@math.ku.dk>
681 * dired-x.el (dired-omit-mode): Rename from
682 dired-omit-files-p. Use define-minor-mode to define it.
683 (dired-omit-files-p): Add as alias for dired-omit-mode.
684 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
686 (dired-mark-omitted): Add. Bind to M-O.
688 2004-06-05 Kenichi Handa <handa@m17n.org>
690 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
692 2004-06-05 Juanma Barranquero <lektu@terra.es>
694 * help-fns.el (help-argument-name): Reintroduce face.
695 (help-default-arg-highlight): Use it, now that
696 `face-differs-from-default-p' can be trusted.
698 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
700 * textmodes/table.el: Sentence commands added to Point Motion
701 group; kill and backward-kill commands added to Extraction group.
703 2004-06-04 Mario Lang <mlang@delysid.org>
705 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
706 systems appear to use mW, make the code handle this. Fix a
707 division-by-zero bug while at it, and handle kernels with
708 a slightly different layout in /proc/acpi.
710 2004-06-04 Karl Fogel <kfogel@red-bean.com>
712 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
713 because the latter is a CL-ism. This fixes the bug reported by
714 Shawn Boyette <mdxi@collapsar.net> in
715 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
717 2004-06-04 Miles Bader <miles@gnu.org>
719 * faces.el (display-supports-face-attributes-p): Function moved to
720 C code. Previously only the tty-related portion of this function
721 was done in C; however the previous attempt to do a halfway-proper
722 job for non-tty displays in lisp didn't work properly because of
723 funny conditions during Emacs startup.
724 (face-differs-from-default-p): Simplify, now that
725 display-supports-face-attributes-p works properly on all display
726 types. Remove :stipple from comparison; it doesn't really work
729 2004-06-04 Miles Bader <miles@gnu.org>
731 * faces.el (face-differs-from-default-p): Use a different
732 implementation, so we can really check whether FACE displays
735 2004-06-04 Miles Bader <miles@gnu.org>
737 * faces.el (display-supports-face-attributes-p): Implement a
738 `different from default' check for non-tty displays.
740 2004-06-03 David Kastrup <dak@gnu.org>
742 * woman.el (woman-mapcan): More concise code.
743 (woman-topic-all-completions, woman-topic-all-completions-1)
744 (woman-topic-all-completions-merge): Replace by a simpler and
745 much faster implementation based on O(n log n) sort/merge instead
746 of the old O(n^2) behavior.
748 2004-06-03 Miles Bader <miles@gnu.org>
750 * subr.el (read-number): Use canonical format for default in prompt.
752 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
753 Add regexp for " [...]" style defaults.
755 2004-06-02 Romain Francoise <romain@orebokech.com>
757 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
758 groups: if the user asks for a hidden buffer, open the
759 corresponding filter group to expose it.
761 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
762 `ibuffer-jump-to-buffer'.
763 (ibuffer-jump-offer-only-visible-buffers): New user option.
765 2004-06-02 Juanma Barranquero <lektu@terra.es>
767 * faces.el (frame-update-faces): Add empty docstring so the one
768 for `ignore' doesn't show through.
770 * subr.el (process-kill-without-query): Remove spurious "\n" on
772 (focus-frame, unfocus-frame): Add obsolescence declaration and
775 * international/mule.el (register-char-codings): Make alias for
776 `ignore'. Move docstring to obsolescence info and remove redundancy.
778 2004-06-02 Kim F. Storm <storm@cua.dk>
780 * frame.el (blink-cursor-start): Turn cursor off initially so blink
781 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
783 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
785 * comint.el (comint-replace-by-expanded-history-before-point):
786 Obey `start' as the docstring says.
787 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
788 (comint-update-fence): Prevent font-lock from running unnecessarily.
789 (comint-dynamic-list-completions): Use with-current-buffer.
791 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
793 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
794 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
795 (bibtex-entry-update): Handle alternatives and optional fields.
796 (bibtex-parse-entry): Bugfix, handle empty key.
798 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
800 * vc-arch.el (vc-arch-state): Don't assume the file exists.
802 2004-05-31 Lars Hansen <larsh@math.ku.dk>
804 * desktop.el (desktop-save): Don't save minor modes without a
805 known mode initialization function.
807 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
809 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
811 * autorevert.el: Update `Commentary' section.
813 2004-05-30 Juanma Barranquero <lektu@terra.es>
815 * dos-fns.el (convert-standard-filename):
816 * files.el (convert-standard-filename):
817 * w32-fns.el (convert-standard-filename):
818 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
820 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
824 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
825 (tramp-let-maybe): Move to an earlier spot in the file.
826 Patch by Andreas Schwab.
828 2004-05-30 Andreas Schwab <schwab@suse.de>
830 * dired.el (dired-get-filename): Don't use dired-re-dot.
832 2004-05-30 Richard M. Stallman <rms@gnu.org>
834 * files.el (find-file): Doc fix.
836 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
838 2004-05-30 Nick Roberts <nickrob@gnu.org>
840 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
841 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
842 modeline of the locals buffer.
843 (gdb-goto-breakpoint): Handle gdbmi.
844 (gdb-get-frame-number): Change for gdbmi.
846 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
848 * files.el (file-remote-p): Apply file name handler for operation
849 `file-remote-p'. It isn' a property any longer.
850 (file-relative-name): `fh' and `fd' get the required value via
851 `find-file-name-handler' already.
853 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
854 (top): Remove setting of `file-remote-p' property for
855 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
857 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
859 Version 2.0.41 of Tramp released.
861 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
862 Throw away if process has died.
863 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
864 (tramp-out-of-band-prompt-regexp): Rename to
865 `tramp-process-alive-regexp', because its usage is widen.
866 (tramp-actions-copy-out-of-band): Apply it.
867 (tramp-actions-before-shell, tramp-multi-actions):
868 Add `tramp-action-process-alive' action.
869 (tramp-action-process-alive): New defun.
870 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
871 Add entry for `file-remote-p'.
872 (tramp-handle-file-remote-p): New defun.
873 (top): Remove setting of `file-remote-p'. Don't set
874 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
876 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
879 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
880 counted for (last) line. [They should or they shouldn't? --Stef]
881 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
883 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
885 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
886 not really necessary but seems to keep the shell history smaller
887 in some cases. It is no substitute for setting HISTFILE and
888 HISTSIZE from tramp-open-connection-setup-interactive-shell,
889 though. Suggested by Luc Teirlinck.
890 (tramp-open-connection-setup-interactive-shell): Export variables
891 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
892 (tramp-set-process-query-on-exit-flag): New compat function.
893 (tramp-open-connection-multi, tramp-open-connection-su)
894 (tramp-open-connection-rsh, tramp-open-connection-telnet)
895 (tramp-do-copy-or-rename-file-out-of-band): Use it.
896 (tramp-let-maybe): New macro, let-binds a variable only if it
898 (tramp-check-ls-commands, tramp-handle-expand-file-name)
899 (tramp-handle-file-truename): Use it.
900 (tramp-completion-file-name-regexp-unified): Avoid matching
901 filenames starting with "/:" -- those are reserved for
902 file-name-non-special.
904 * tramp-smb.el (tramp-smb-open-connection):
905 Use tramp-set-process-query-on-exit-flag compat function.
907 2004-05-29 Richard M. Stallman <rms@gnu.org>
909 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
911 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
912 (eval-last-sexp-print-value): Print char equivalent regardless
913 of standard-output value.
915 * thumbs.el (thumbs-subst-char-in-string): Delete.
916 (thumbs-thumbname): Use subst-char-in-string.
917 (thumbs-resize-image): Use condition-case, not ignore-errors.
918 (thumbs-kill-buffer): Likewise.
920 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
921 (thumbs-mode): Make buffer read-only.
922 (thumbs-make-thumb): Unconditionally accept an existing file.
923 (thumbs-insert-thumb): Add thumb-image-file property to the image.
924 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
925 (thumbs-show-thumbs-list): Error if images not supported.
926 (thumbs-save-current-image): Improve prompt string.
927 (thumbs-mode-map): Define u, R, x.
928 (thumbs-unmark): New command.
929 (thumbs-emboss-image): Minor cleanup.
930 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
931 (thumbs-rename-images): New command.
932 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
934 * thumbs.el (thumbs-current-image): New function.
935 (thumbs-file-list, thumbs-file-alist): New functions.
936 (thumbs-find-image): Delete arg L.
937 Don't set up thumbs-fileL as buffer-local global var.
938 (thumbs-find-image-at-point): Use thumbs-current-image.
939 (thumbs-set-image-at-point-to-root-window): Likewise.
940 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
941 Record and warn about errors. Update thumbs-markedL for deletions.
942 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
943 (thumbs-redraw-buffer): Use thumbs-file-list.
944 (thumbs-mark): Use thumbs-current-image.
945 (thumbs-show-name): Use thumbs-current-image.
947 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
948 and imenu--last-menubar-index-alist.
950 * subr.el (with-selected-window): Undo previous change.
952 2004-05-29 John Paul Wallington <jpw@gnu.org>
954 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
955 (thumbs-mouse-find-image): New command.
956 (thumbs-mode-map): Bind it to mouse-2.
957 (thumbs-mode): Make mode-class special.
958 (thumbs-view-image-mode): Likewise.
960 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
962 * flymake.el: New file.
964 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
966 * files.el (find-file-noselect-1): Do not bind
967 `inhibit-read-only' to t during execution of
968 `find-file-not-found-functions'.
970 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
972 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
973 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
975 2004-05-28 Juri Linkov <juri@jurta.org>
977 * simple.el (eval-expression-print-format): New fun.
979 * simple.el (eval-expression):
980 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
981 * emacs-lisp/edebug.el (edebug-compute-previous-result)
982 (edebug-eval-expression): Print additionally the value returned by
983 `eval-expression-print-format'.
985 * emacs-lisp/lisp.el (insert-pair-alist): New var.
986 (insert-pair): Make arguments optional. Find character pair
987 from `insert-pair-alist' according to the last input event.
988 (insert-parentheses): Make arguments optional.
989 (raise-sexp, delete-pair): New funs.
991 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
992 (emacs-lisp-mode-map, lisp-interaction-mode-map):
993 Bind C-M-q to `indent-pp-sexp'.
995 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
996 `pp-to-string' modified to be able to format text with newlines.
997 (pp-to-string): Move the buffer-formatting part of the code to
998 `pp-buffer'. Call `pp-buffer'.
1000 * info.el (Info-desktop-buffer-misc-data): Don't save information
1001 about virtual files.
1002 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1003 buffers with names obtained from the desktop file instead of the
1004 default *info* buffer.
1006 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1008 * subr.el (with-selected-window): Only save/restore the selected window.
1010 * progmodes/compile.el (compilation-error-regexp-alist):
1011 Use expand-file-name and data-directory.
1013 * progmodes/grep.el (grep-tree): Rework previous fix.
1015 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1016 after the user marked text with the mouse.
1018 * startup.el (command-line): Keep the first regexp of
1019 auto-save-file-name-transforms intact.
1021 2004-05-28 Juanma Barranquero <lektu@terra.es>
1023 * cus-edit.el (customize-face, customize-face-other-window)
1024 (custom-face-edit-delete): Make arguments match their use in
1026 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1029 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1032 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1033 `nbutlast' are in subr.el).
1035 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1036 (set-w32-system-coding-system): Doc fixes.
1038 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1039 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1040 Make arguments match their use in docstring.
1041 (artist-draw-region-trim-line-endings)
1042 (artist-mouse-choose-operation): Fix typo in docstring.
1043 (artist-key-set-point-common): Doc fix.
1045 2004-05-28 Simon Josefsson <jas@extundo.com>
1047 * mail/smtpmail.el (smtpmail-open-stream):
1048 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1050 2004-05-26 Simon Josefsson <jas@extundo.com>
1052 * starttls.el: Merge with my GNUTLS based starttls.el.
1053 (starttls-gnutls-program, starttls-use-gnutls)
1054 (starttls-extra-arguments, starttls-process-connection-type)
1055 (starttls-connect, starttls-failure, starttls-success): New variables.
1056 (starttls-program, starttls-extra-args): Doc fix.
1057 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1058 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1059 and pass on to corresponding *-gnutls function if it is set.
1061 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1063 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1066 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1068 * files.el (file-name-non-special): There are more operations
1069 which need handling: `find-backup-file-name',
1070 `insert-file-contents', `verify-visited-file-modtime',
1071 `write-region'. Rename t value of method to `add'. Add new
1072 methods `quote' and `unquote-then-quote' to file-arg-indices.
1074 2004-05-25 Juri Linkov <juri@jurta.org>
1076 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1077 (Info-index-nodes): Enclose code in condition-case to catch errors.
1078 (Info-index-node): Don't search all index nodes if request is only
1079 for the current node and file is not in the cache of index nodes.
1080 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1081 for consistency with dired-copy-filename-as-kill.
1082 Bind `S' to Info-search-case-sensitively.
1083 (Info-copy-current-node-name): New arg. With zero prefix arg put
1084 the name inside a function call to `info'. Display copied text in
1087 2004-05-25 Sam Steingold <sds@gnu.org>
1089 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1090 strip the package prefix from the symbol name, if any.
1091 Make it the `find-tag-default-function' for `lisp-mode'.
1093 2004-05-25 John Paul Wallington <jpw@gnu.org>
1095 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1096 instead of obsolete `process-kill-without-query'.
1098 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1099 Declare as variable, not constant.
1101 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1103 * files.el (find-file-noselect-1): Fix bug introduced by
1104 Revision 1.694. As a side effect, `inhibit-read-only'
1105 is again, by default, t during execution of
1106 `find-file-not-found-functions'.
1107 (insert-directory): Check that lines were really inserted by
1108 the --dired switch, before erasing them.
1110 2004-05-24 Nick Roberts <nickrob@gnu.org>
1112 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1113 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1114 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1115 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1116 gud-minor-mode (gdbmi).
1118 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1120 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1121 explicitly select the text to be taken as URL.
1123 2004-05-23 Juri Linkov <juri@jurta.org>
1125 * info.el (Info-index-nodes): New var and fun.
1126 (Info-goto-index, Info-index, info-apropos)
1127 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1128 (Info-index): Fix docstring. Store and restore Info-history-list.
1129 (Info-complete-nodes): New var.
1130 (Info-complete-menu-item): Use it.
1131 (Info-index-node): New fun.
1132 (Info-final-node, Info-forward-node, Info-backward-node)
1133 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1134 Use Info-index-node.
1135 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1136 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1137 (Info-find-node-2): If a node with period in its name not found,
1138 try to find a node without the name part after period.
1139 (Info-select-node): Call Info-fontify-node only if
1140 Info-fontify-maximum-menu-size is not nil.
1141 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1142 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1143 Preserve Info-history-list.
1144 (Info-toc): Set Info-current-file.
1145 (Info-build-toc): Move point to the beginning of the buffer.
1146 Add main-file variable.
1147 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1148 Use backslashed representation of the control character ^_.
1150 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1151 numbers in the new Texinfo 4.7 format.
1153 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1154 regexps for function and variable names.
1156 * descr-text.el (describe-property-list): Add [show] button for
1157 `syntax-table' property with action to pp to a separate buffer.
1158 (describe-char): Replace search-forward by re-search-forward with
1159 whitespace regexp after "character:" to not fail in too narrow windows.
1161 * simple.el (next-error-find-buffer): Add a rule to return
1162 next-error capable buffer if one window on the selected frame
1163 displays such buffer.
1165 2004-05-23 Nick Roberts <nickrob@gnu.org>
1167 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1168 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1169 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1170 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1171 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1172 Handle new value for gud-minor-mode (gdbmi).
1173 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1174 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1175 Change from local to global gdb variable set.
1176 (gdb-ann3): Initialise above gdb variable set.
1177 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1178 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1179 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1180 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1181 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1182 (gdb-info-locals-handler, gdb-invalidate-assembler)
1183 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1184 set as global variables.
1185 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1187 (gdb-info-breakpoints-custom): Fix regexp.
1188 (def-gdb-var): Delete.
1190 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1191 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1192 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1193 a new mode. The file (gdb-mi.el) for this mode will be included
1194 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1197 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1199 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1200 interpreted as a directory.
1202 2004-05-22 Richard M. Stallman <rms@gnu.org>
1204 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1207 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1209 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1210 Use assoc-string, not assoc-ignore-case.
1212 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1214 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1215 If moving back then fwd gets a defun that ends before point,
1216 try again moving fwd then back.
1218 * files.el (file-name-non-special): Allow t in file-arg-indices
1219 to mean requote the return value. Use `identity' as an element
1220 rather than as the whole value.
1222 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1224 2004-05-22 Juanma Barranquero <lektu@terra.es>
1226 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1228 (help-highlight-arguments): Skip function name before searching
1231 2004-05-21 Juanma Barranquero <lektu@terra.es>
1233 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1234 Don't mention in the docstring these arguments meant for
1235 internal (recursive) use only.
1236 (allout-char-spec): Comment out (it's not implemented).
1237 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1238 obsolescence declaration.
1239 (allout-flatten-exposed-to-buffer)
1240 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1241 (my-mark-marker): Doc fix.
1242 (produce-allout-mode-map, allout-sibling-index)
1243 (allout-isearch-expose, allout-distinctive-bullet)
1244 (allout-open-topic, allout-reindent-body)
1245 (allout-rebullet-heading, allout-process-exposed)
1246 (allout-insert-listified, allout-latex-verb-quote)
1247 (allout-insert-latex-header, allout-insert-latex-trailer):
1248 Make arguments match their use in docstring.
1249 (allout-primary-bullet, allout-old-style-prefixes)
1250 (allout-inhibit-protection, allout-init, allout-mode)
1251 (allout-before-change-protect, allout-flag-region):
1252 Use "Emacs" instead of "emacs" in docstrings.
1254 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1256 * international/characters.el: Modify syntax of more characters.
1258 2004-05-21 Masatake YAMATO <jet@gyve.org>
1260 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1261 (etags-tags-completion-table): Show parsing progress.
1263 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1265 * locate.el (locate-prompt-for-command): Shorten first line of
1267 (locate-mode): Expand docstring and include keymap summary.
1269 * files.el (find-file-noselect-1): Limit the scope of the
1270 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1271 is, by default, nil during the execution of
1272 `find-file-not-found-functions' and `find-file-hook'.
1274 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1276 * facemenu.el (facemenu-color-name-equal): New function.
1277 (list-colors-display): Use it to compare colors instead of
1278 facemenu-color-equal.
1280 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1282 * compare-w.el (compare-windows-face): Use min-colors instead of
1283 checking for tty or pc types.
1285 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1287 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1288 (completion-setup-function): Use with-current-buffer.
1289 Properly save excursion. Simplify.
1290 Don't assume there is necessarily a `mouse-face' property somewhere.
1292 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1294 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1296 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1297 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1298 Use with-current-buffer.
1299 (byte-goto-log-buffer): Delete.
1300 (byte-compile-log-file): Call compilation-forget-errors.
1302 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1304 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1305 output messages into the search result.
1307 2004-05-19 Masatake YAMATO <jet@gyve.org>
1309 * wid-edit.el (widget-radio-button-notify): Revert my last
1310 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1312 2004-05-19 Kenichi Handa <handa@m17n.org>
1314 * international/characters.el: Fix syntax (open/close) of CJK chars.
1316 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1318 * help-mode.el (help-go-back): Don't depend on position of back button.
1320 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1322 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1323 files files don't contain an accidental additional /.
1325 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1328 2004-05-18 Masatake YAMATO <jet@gyve.org>
1330 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1331 to widget-apply. :action method assumes 2 arguments, not 3.
1333 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1335 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1337 (hs-special-modes-alist): Add an f90-mode entry.
1339 2004-05-17 Sam Steingold <sds@gnu.org>
1341 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1342 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1344 2004-05-16 Kim F. Storm <storm@cua.dk>
1346 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1348 2004-05-15 John Wiegley <johnw@newartisans.com>
1350 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1351 (eshell-output-object-to-target): Improve output speed 20% by not
1352 calling `eshell-stringify' if something is already known to be a string.
1354 2004-05-15 Alex Ott <ott@jet.msk.su>
1356 * textmodes/ispell.el (ispell-local-dictionary-alist):
1357 Add windows-1251 to the choice of coding systems.
1358 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1361 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1363 * progmodes/compile.el (compilation-warning-face)
1364 (compilation-info-face): Use min-colors.
1366 2004-05-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1368 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1369 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1370 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1371 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1372 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1373 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1374 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1375 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1376 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1377 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1378 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1379 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1380 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1381 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1383 2004-05-15 Kim F. Storm <storm@cua.dk>
1385 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1386 Use it to set triggered-p element of timer.
1387 (timer-event-handler): Set triggered-p element non-nil while running
1390 2004-05-14 David Ponce <david@dponce.com>
1392 * tree-widget.el: New file.
1394 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1396 * language/european.el ("Brazilian Portuguese"): Add support for
1397 Brazilian Portuguese.
1399 2004-05-13 John Wiegley <johnw@newartisans.com>
1401 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1402 `recentf-mode' if this variable has been customized to t.
1404 * eshell/esh-test.el (eshell-test): Call the function
1405 `emacs-version' rather than trying to build a custom version string.
1407 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1409 * net/telnet.el (telnet-mode): Use define-derived-mode.
1410 Don't modify the global value of comint-prompt-regexp.
1412 2004-05-13 John Paul Wallington <jpw@gnu.org>
1414 * version.el (emacs-version): Check for `gtk' feature before
1415 `x-toolkit' feature.
1417 2004-05-13 Juanma Barranquero <lektu@terra.es>
1419 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1420 arguments in the docstring, they're used only in recursive calls.
1422 * help-fns.el (help-arg-highlighting-function)
1423 (help-argument-name): Delete.
1424 (help-default-arg-highlight): New function.
1425 (help-do-arg-highlighting): Use it.
1427 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1429 * calendar/appt.el (appt-disp-window):
1430 Use `calendar-set-mode-line' for a centered mode-line.
1432 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1434 * calendar/appt.el (appt-disp-window): Do not split window
1435 excessively when `split-height-threshold' is low.
1437 2004-05-12 Nick Roberts <nickrob@gnu.org>
1439 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1440 kill-buffer-hook here and make it local.
1441 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1443 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1445 * progmodes/compile.el (compilation-set-window-height):
1446 Use save-excursion to protect against misplaced marker.
1448 2004-05-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1450 * custom.el (defface): Document that type can have value gtk.
1452 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1454 2004-05-12 Kenichi Handa <handa@m17n.org>
1456 * descr-text.el: Require quail at comile time.
1457 (describe-char): If an input method is on and it supports the
1458 character, show how to input it.
1460 * international/quail.el (quail-install-decode-map): Accept a
1461 char-table whose subtype is `quail-decode-map'.
1462 (quail-store-decode-map-key, quail-gen-decode-map1)
1463 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1464 (quail-show-key): New functions.
1466 2004-05-12 Juanma Barranquero <lektu@terra.es>
1468 * generic.el (define-generic-mode): Remove redundant arglist info.
1470 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1471 Make arguments match their use in docstring.
1472 (help-arg-highlighting-function): New variable.
1473 (help-argument-name): Mention it in the docstring.
1474 (help-do-arg-highlight): Use it. Expand regexp to accept also
1475 ARG-xxx and xxx-ARG references.
1477 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1479 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1480 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1481 and "mailto:addr1?to=addr2" equal.
1483 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1485 * man.el (Man-getpage-in-background): Use shell-file-name
1486 and shell-command-switch variables instead of hard-coded values.
1488 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1490 * iimage.el: New file.
1492 2004-05-11 Juanma Barranquero <lektu@terra.es>
1494 * custom.el (custom-initialize-default, defcustom):
1495 Fix typo in docstring.
1497 * files.el (set-visited-file-name, file-expand-wildcards):
1500 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1502 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1504 * subr.el (eventp): Be more discriminating with integers.
1506 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1508 * progmodes/compile.el (compile): Add universal prefix arg.
1509 (compilation-error-regexp-alist-alist): Add edg patterns.
1511 2004-05-10 Sam Steingold <sds@gnu.org>
1513 * textmodes/ispell.el (ispell-message):
1514 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1516 2004-05-10 Dave Love <fx@gnu.org>
1518 * progmodes/python.el (help-buffer): Autoload when compiling.
1519 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1520 (run-python): Prepend to any existing PYTHONPATH.
1522 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1524 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1525 for pending breakpoints.
1527 2004-05-10 Richard M. Stallman <rms@gnu.org>
1529 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1530 directly without calling any functions in Rmail.
1531 (unrmail-unprune): Function deleted.
1533 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1535 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1538 2004-05-10 Kenichi Handa <handa@m17n.org>
1540 * descr-text.el (describe-char): Fix previous change. Don't make
1541 a unibyte character to multibyte in the *Help* buffer.
1543 2004-05-10 Miles Bader <miles@gnu.org>
1545 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1546 buffer an error if the debugger process is actually running.
1548 2004-05-10 Juanma Barranquero <lektu@terra.es>
1550 * help-fns.el (help-argument-name): Default to italic.
1551 (help-highlight-arguments): Return always (usage . doc), even when
1554 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1555 (define-ibuffer-filter): Add usage info.
1556 (define-ibuffer-op): Add usage info (but CL-style defaults for
1557 keyword args are not shown).
1559 * subr.el (remove-overlays, read-passwd): Fix docstring.
1560 (start-process-shell-command): Fix docstring. Put usage info in a
1561 format usable by `describe-function'.
1562 (open-network-stream, open-network-stream-nowait)
1563 (open-network-stream-server): Fix docstring.
1565 2004-05-09 Jason Rumney <jasonr@gnu.org>
1567 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1568 Only define cp125* if windows-125* is already defined.
1570 * language/korean.el (cp949): Add alias.
1572 * language/chinese.el (cp936, cp950): Add aliases.
1574 * language/japanese.el (cp932): Add alias.
1576 * term/w32-win.el: Require code-pages.
1578 * international/mule-cmds.el (set-locale-environment):
1579 On MS-Windows use ansi code-page for default coding-systems.
1580 Set up paper sizes for Windows 3 letter languages.
1582 * international/code-pages.el (cp932, cp936, cp949, cp950):
1583 Add aliases. Also add cp125* if not already defined.
1585 2004-05-09 Juanma Barranquero <lektu@terra.es>
1587 * help-fns.el (help-highlight-arguments): Don't try to highlight
1588 missing or autoloaded arglists. Accept structured arguments, like
1589 the first ones of `do' and `flet'.
1591 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1592 (cvs-get-marked): Remove redundant arglist info.
1594 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1595 Don't use CL-style default args.
1597 2004-05-08 Andreas Schwab <schwab@suse.de>
1599 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1601 * international/subst-ksc.el: Fix references to utf-translate-cjk
1602 into utf-translate-cjk-mode.
1603 * international/subst-big5.el: Likewise.
1604 * international/subst-gb2312.el: Likewise.
1605 * international/subst-jis.el: Likewise.
1606 * international/utf-16.el: Likewise.
1607 * international/utf-8.el: Likewise.
1609 2004-05-08 John Wiegley <johnw@newartisans.com>
1611 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1612 "virtual buffers" (off by default), which makes it possible to
1613 switch to the "virtual" buffers of recently visited files. When a
1614 buffer name search fails, and this option is on, iswitchb will
1615 look at the list of recently visited files, and permit matching
1616 against those names. When the user hits RET on a match, it will
1618 (iswitchb-read-buffer): Add two optional arguments, which makes
1619 isearchb.el possible.
1620 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1621 (iswitchb-next-match): Add support for virtual buffers.
1623 * isearchb.el: This module extends iswitchb to provide "as you
1624 type" buffer selection.
1626 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1627 Ignore the read-only property when flyspell highlighting is on.
1628 Not ignoring it leads to a series of confusing errors.
1629 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1630 but also make sure to call flyspell-incorrect-hook.
1631 (flyspell-maybe-correct-transposition): Perform transposition test
1632 by bit twiddling a string, rather than using a temp buffer.
1633 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1634 buffer. This is also the original version of the code, which
1635 could not be checked in before due to a previous lack of
1636 assignment papers. This version has seen heavy usage on my system
1637 for several years now.
1639 * calendar/cal-bahai.el: New file, which adds support for the
1640 Baha'i calendar to Emacs. This calendar is based on a solar year
1641 of 19 months of 19 days, with 4 intercalary days. Each year
1642 begins on March 21, with the calendar starting in 1844.
1644 * calendar/cal-menu.el, calendar/calendar.el,
1645 calendar/diary-lib.el, calendar/holidays.el: Added support for
1648 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1649 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1650 function can be used outside of eshell buffers.
1651 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1653 2004-05-08 Juanma Barranquero <lektu@terra.es>
1655 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1656 word constituent so FOO-ARG is not recognized as an arg.
1657 (help-highlight-arguments): Don't skip lists in mandatory arguments.
1659 * simple.el (next-error): Fix typo in docstring.
1660 (open-line): Make argument names match their use in docstring.
1661 (split-line): Fix docstring.
1663 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1664 usable by `describe-function'.
1665 (gensym, gentemp, typep, ignore-errors): Make argument names match
1666 their use in docstring.
1668 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1669 argument to `help-setup-xref'.
1671 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
1673 Version 2.0.40 of Tramp released.
1675 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1676 Use symbol-function to invoke functions only known on some Emacs
1677 flavors. This avoids byte-compiler warnings. Reported by Kevin
1678 Scaldeferri <kevin@scaldeferri.com>.
1679 (tramp-do-copy-or-rename-file-via-buffer): Rename from
1680 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1681 consistent with the other tramp-do-* functions.
1682 (tramp-do-copy-or-rename-file): Calls adjusted.
1683 (tramp-process-initial-commands): Avoid liveness check on shell --
1684 we know that it must be alive since we're opening a connection at
1686 (tramp-last-cmd): New internal variable.
1687 (tramp-process-echoes): New tunable.
1688 (tramp-send-command): Set tramp-last-cmd.
1689 (tramp-wait-for-output): Delete echo, if applicable.
1690 (tramp-read-passwd): Construct the key for the password cache in a
1691 way that works for multi methods, too.
1692 (tramp-bug): Add backup-directory-alist and
1693 bkup-backup-directory-info to bug reports, with Tramp counterparts.
1695 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
1697 * net/tramp*.el: Suppress byte-compiler warnings where possible.
1699 * net/tramp.el (tramp-out-of-band-prompt-regexp)
1700 (tramp-actions-copy-out-of-band): New defcustoms.
1701 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1702 used instead of a synchronous one. Allows password entering.
1703 (tramp-action-out-of-band): New defun.
1704 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1705 Remove restriction with password from doc string.
1706 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1707 `tramp-out-of-band-prompt-regexp',
1708 `tramp-actions-copy-out-of-band', `password-cache' and
1709 `password-cache-expiry'.
1710 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
1712 (tramp-touch): FILE can be a local file, too.
1713 (TODO): Remove items done.
1714 (tramp-handle-insert-directory): Properly quote file name also if
1715 not full-directory-p. Handle wildcard case. Reported by Andreas
1716 Schwab <schwab@suse.de>.
1717 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1719 (tramp-handle-file-local-copy, tramp-handle-write-region):
1720 The permissions of the temporary file are set if filename exists.
1721 Reported by Ted Stern <stern@cray.com>.
1722 (tramp-backup-directory-alist)
1723 (tramp-bkup-backup-directory-info): New defcustoms.
1724 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1725 (tramp-handle-find-backup-file-name): New function.
1726 Implements Tramp's find-backup-file-name.
1728 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1729 for `find-backup-file-name'.
1731 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1732 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
1734 2004-05-07 Lars Hansen <larsh@math.ku.dk>
1736 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1738 2004-05-07 Juanma Barranquero <lektu@terra.es>
1740 * subr.el (lambda): Add arglist description to docstring.
1741 (declare): Fix typo in docstring.
1742 (open-network-stream): Fix docstring.
1743 (process-kill-without-query): Fix docstring and add obsolescence info.
1744 (last, butlast, nbutlast): Make arguments match their use in docstring.
1745 (insert-buffer-substring-no-properties): Likewise.
1746 (insert-buffer-substring-as-yank): Likewise.
1747 (split-string): Fix docstring.
1749 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1750 Make argument names match their use in docstring.
1752 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1754 2004-05-06 Nick Roberts <nickrob@gnu.org>
1756 * progmodes/gdb-ui.el: Improve/extend documentation strings.
1757 Fit first sentence on one line for apropos-command.
1759 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1761 Changes largely merged in from Dave Love's code.
1762 * progmodes/python.el: Doc fixes.
1763 (python-mode-map): Add python-complete-symbol.
1764 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1765 (python-comment-indent, python-complete-symbol)
1766 (python-symbol-completions, python-partial-symbol)
1767 (python-try-complete): New.
1768 (python-indent-line): Remove optional arg. Use python-block-end-p.
1769 (python-check): Bind compilation-error-regexp-alist.
1770 (inferior-python-mode): Use rx. Move keybindings to top level.
1771 Set comint-input-filter.
1772 (python-preoutput-filter): Use rx.
1773 (python-input-filter): Re-introduce.
1774 (python-proc): Start new process if necessary.
1775 Check python-buffer non-nil.
1776 (view-return-to-alist): Defvar.
1777 (python-send-receive): New.
1778 (python-eldoc-function): Use it.
1779 (python-mode-running): Don't defvar.
1780 (python-mode): Set comment-indent-function.
1781 Maybe update hippie-expand-try-functions-list.
1782 (python-indentation-levels): Initialize differently.
1783 (python-block-end-p): New.
1784 (python-indent-line): Use it.
1785 (python-compilation-regexp-alist): Augment.
1786 (run-python): Import `emacs' module to Python rather than loading
1787 code directly. Set python-buffer differently.
1788 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
1790 (python-send-command): Go to end of comint buffer.
1791 (python-load-file): Use python-proc, emacs.eimport.
1792 (python-describe-symbol): Simplify interactive form.
1793 Use emacs.help. Do use temp-buffer-show-hook.
1794 Call print-help-return-message.
1795 (hippie-exp): Require when compiling.
1796 (python-preoutput-continuation): Use rx.
1798 * diff-mode.el (diff-make-unified): Fix regexp.
1800 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
1802 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1803 filter groups from the buffer when rebuilding the Ibuffer buffer
1804 and `ibuffer-show-empty-filter-groups' is nil.
1806 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1808 * ps-print.el (ps-print-quote): Call ps-value-string.
1809 (ps-setup): Call ps-comment-string.
1810 (ps-value-string, ps-comment-string): New funs.
1812 2004-05-06 Juanma Barranquero <lektu@terra.es>
1814 * ehelp.el (electric-help-command-loop): Check whether the last
1815 character is visible, not (point-max).
1817 * help-fns.el (help-argument-name): Default to bold; don't inherit
1818 from font-lock-variable-name-face.
1819 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1821 2004-05-05 Kenichi Handa <handa@m17n.org>
1823 * descr-text.el (describe-char): Copy the character with text
1824 properties and overlays into the first line, and call
1825 describe-text-properties on it.
1827 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
1829 * iswitchb.el (iswitchb-global-map): Fix typo.
1830 Remove unwanted ###autoloads from source file.
1832 2004-05-05 Lars Hansen <larsh@math.ku.dk>
1834 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1835 in run-hooks. Use substitute-command-keys in message.
1836 (wdired-abort-changes): Add message.
1838 2004-05-03 Michael Mauger <mmaug@yahoo.com>
1840 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1841 (sql-emacs20-p): Remove.
1842 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1843 (sql-builtin-face, sql-doc-face): Remove.
1844 (sql-mode-ansi-font-lock-keywords)
1845 (sql-mode-oracle-font-lock-keywords)
1846 (sql-mode-postgres-font-lock-keywords)
1847 (sql-mode-linter-font-lock-keywords)
1848 (sql-mode-ms-font-lock-keywords)
1849 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1850 (sql-product-font-lock): Fix font-lock reset when font rules change.
1851 (sql-highlight-product): Remove incorrect font-lock reset logic.
1853 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
1855 * ses.el (ses-set-parameter): Fix typo.
1857 2004-05-04 Kim F. Storm <storm@cua.dk>
1859 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1860 Must expand directory for completion to work; and don't mess with
1861 process-environment.
1862 (ido-read-file-name): If command has ido property, don't use ido
1863 if value is ignore, or read as directory if value is dir.
1864 Set ido ignore property for dired-do-rename command.
1866 2004-05-04 Juanma Barranquero <lektu@terra.es>
1868 * ehelp.el (electric-help-command-loop, electric-help-undefined)
1869 (electric-help-help): Check against unmapped commands.
1871 * help-fns.el (help-argument-name): New face, inheriting from
1872 font-lock-variable-name-face, to highlight function arguments in
1873 `describe-function' and `describe-key'.
1874 (help-do-arg-highlight): Auxiliary function to highlight a given
1875 list of arguments in a string.
1876 (help-highlight-arguments): Highlight the function arguments and
1877 all uses of them in the docstring.
1878 (describe-function-1): Use it. Do docstring output via `insert',
1879 not 'princ', so text attributes are preserved.
1881 * winner.el (winner-mode-map): Move `winner-undo' and
1882 `winner-redo' to C-c <left> and C-c <right>, respectively (the
1883 previous bindings conflict with `prev-buffer', `next-buffer').
1885 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1887 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1888 (bibtex-entry-update): New command bound to C-c C-u.
1889 (bibtex-text-in-string): Fix regexp.
1890 (bibtex-assoc-of-regexp): Remove.
1891 (bibtex-progress-message): Fix docstring.
1892 (bibtex-inside-field): Use if.
1893 (bibtex-assoc-regexp): New function.
1894 (bibtex-format-entry): Make code more robust so that it formats
1896 (bibtex-autokey-demangle-title): Merge with obsolete function
1897 bibtex-assoc-of-regexp.
1898 (bibtex-field-list): New function.
1899 (bibtex-entry): Use bibtex-field-list.
1900 (bibtex-parse-entry): Fix docstring.
1901 (bibtex-print-help-message): Use bibtex-field-list.
1902 (bibtex-make-field): Use bibtex-field-list.
1903 (bibtex-entry-index): Bugfix. Return crossref key if required.
1904 (bibtex-lessp): Fix docstring.
1906 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
1908 * select.el (xselect-convert-to-string): Move comment to intended line.
1910 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1912 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1913 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1915 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1917 * term/x-win.el (x-clipboard-yank): Don't exit on error from
1920 2004-05-03 Jason Rumney <jasonr@gnu.org>
1922 * makefile.nt: Remove.
1924 2004-05-03 Kim F. Storm <storm@cua.dk>
1926 * emulation/cua-base.el (cua--update-indications): Fix last change.
1927 (cua-mode): Deactivate mark when cua-mode is enabled.
1929 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
1931 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1933 2004-05-03 Nick Roberts <nickrob@gnu.org>
1935 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1936 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1937 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1938 window over visible frames.
1939 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1941 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1943 * progmodes/compile.el (compilation-gcpro): New var.
1944 (compilation-fake-loc): Use it.
1945 (compilation-forget-errors): Reset it.
1947 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1949 * diff-mode.el (diff-header-face, diff-file-header-face):
1952 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1954 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1955 (bibtex-clean-entry): Disentangle code.
1956 (bibtex-realign): New function.
1957 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
1958 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1959 Remove undocumented optional arg called-by-convert-alien.
1960 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
1961 for sorting instead of bibtex-sort-buffer.
1963 2004-05-02 Eli Zaretskii <eliz@gnu.org>
1965 * progmodes/compile.el (compilation-start): In the
1966 no-async-subprocesses branch, call sit-for to give redisplay a
1967 chance to show the updated process status in the mode line, and
1968 fontify the buffer explicitly after the process exits.
1970 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1972 * progmodes/python.el (python-compilation-line-number): Remove.
1973 (python-compilation-regexp-alist): Don't use it any more.
1974 (python-orig-start, python-input-filter): Remove.
1975 (inferior-python-mode): Don't set up comint-input-filter-functions.
1976 (python-send-region): Use compilation-fake-loc.
1978 * progmodes/compile.el (compilation-messages-start): New var.
1979 (compilation-mode): Don't setup next-error-function here.
1980 (compilation-setup): Set it up here instead (for minor modes as well).
1981 Make compilation-messages-start buffer local.
1982 (compilation-next-error-function): Use it.
1983 (compilation-forget-errors): Set compilation-messages-start.
1985 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
1987 * ielm.el (ielm-prompt-read-only): Update docstring.
1989 * comint.el (comint-prompt-read-only): Update docstring.
1990 (comint-update-fence, comint-kill-whole-line)
1991 (comint-kill-region): New functions.
1993 * simple.el (kill-whole-line): Use "p" instead of "P" in
1996 2004-05-01 Juanma Barranquero <lektu@terra.es>
1998 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1999 format arglist so default values in CL-style argument lists are
2002 2004-05-01 Jason Rumney <jasonr@gnu.org>
2004 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2006 2004-05-01 Kenichi Handa <handa@m17n.org>
2008 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2009 quail file if it is up to date.
2011 2004-04-30 Juri Linkov <juri@jurta.org>
2013 * cus-edit.el (custom-mode-map):
2014 Add key binding `C-x C-s' to `Custom-save'.
2016 * outline.el (outline-blank-line): New var.
2017 (outline-next-preface, outline-show-heading)
2018 (outline-end-of-subtree): Use it.
2020 * dired-aux.el (dired-touch-initial): New fun.
2021 (dired-do-chxxx): Call it for op-symbol `touch'.
2022 (dired-diff): Use `dired-dwim-target-directory'
2023 if current dired buffer has no buffer mark.
2025 * bindings.el (propertized-buffer-identification):
2026 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2027 Add C-M-arrow keys for consistency.
2029 * files.el (confirm-kill-emacs):
2030 Change group from top-level `emacs' to `convenience'.
2032 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2033 Push mark on the first call of successive command calls.
2034 (insert-pair): New fun created from `insert-parentheses' with
2035 `open' and `close' arguments added. Enclose active regions
2036 in paired characters. Compare adjacent characters syntax with
2037 inserted characters syntax before inserting a space.
2038 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2040 * delsel.el: Don't put `delete-selection' property
2041 on `insert-parentheses' symbol to take advantage of
2042 region handling in `insert-pair' function.
2043 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2045 2004-04-30 Kim F. Storm <storm@cua.dk>
2047 * emulation/cua-base.el: Add support for changing cursor types;
2048 based on patch from Michael Mauger.
2049 (cua-normal-cursor-color, cua-read-only-cursor-color)
2050 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2051 Customization cursor type and/or cursor color.
2052 (cua--update-indications): Handle cursor type changes.
2053 (cua-mode): Update cursor indications if enabled.
2055 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2057 * mouse.el (mouse-drag-copy-region): New defcustom.
2058 (mouse-set-region, mouse-drag-region-1): Use it.
2060 * simple.el (kill-ring-save): If region face background color is
2061 unspecified (if no highlighting), show extent of fully visible
2062 region even if transient-mark-mode is enabled.
2064 * emulation/cua-base.el (cua--standard-movement-commands):
2065 Add cua-scroll-up and cua-scroll-down.
2066 (cua-scroll-up, cua-scroll-down): New commands.
2067 (cua--init-keymaps): Remap scroll-up and scroll-down.
2069 * emulation/cua-rect.el (cua--convert-rectangle-as):
2071 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2072 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2073 New commands (suggested by Jordan Breeding).
2075 2004-04-30 Juanma Barranquero <lektu@terra.es>
2077 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2079 2004-04-30 Mario Lang <mlang@delysid.org>
2081 * diff.el (diff-switches): Fix typo in docstring.
2083 2004-04-30 Alex Schroeder <alex@gnu.org>
2085 * xml.el (xml-debug-print-internal): Don't add newline and
2086 indentation to text nodes and write empty elements as empty tags
2087 instead of opening and closing tags.
2088 (xml-debug-print): Take optional indent-string argument.
2089 (xml-print): Alias for xml-debug-print.
2091 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2093 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2094 than duplicate call to `line-beginning-position'.
2096 * progmodes/f90.el (f90-get-present-comment-type):
2097 Return whitespace, as well as comment chars, for consistent filling
2098 of comment blocks. Use `match-string-no-properties'.
2099 (f90-break-line): Trim trailing whitespace when filling comments.
2101 2004-04-30 Dave Love <fx@gnu.org>
2103 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2104 (diary-from-outlook-internal, diary-from-outlook)
2105 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2106 New functions to import diary entries from Outlook-format
2107 appointments in mail messages.
2109 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2111 * progmodes/python.el (python-send-command): New fun.
2112 (python-send-region, python-load-file): Use it.
2114 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2116 * help-fns.el (help-C-file-name): Use new subr-name.
2117 Prepend `src/' to the file name.
2118 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2119 (describe-function-1, describe-variable): Only find a C source file
2120 name if DOC is already loaded.
2122 * help-mode.el (help-function-def, help-variable-def):
2123 Use the new find-function-search-for-symbol functionality.
2124 Allow FILE to be `C-source'.
2126 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2127 (find-function-C-source): New fun.
2128 (find-function-search-for-symbol): Use it.
2130 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2132 * progmodes/sql.el (sql-product-alist): Rename variable
2133 `sql-product-support'. Add Postgres login parameters.
2134 (sql-set-product, sql-product-feature): Update with renamed variable.
2135 (sql-connect-postgres): Add username prompt.
2136 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2137 Make patterns less product specific.
2138 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2139 (sql-mode-abbrev-table): Modify initialization.
2140 (sql-builtin-face): Add variable.
2141 (sql-keywords-re): Add macro.
2142 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2143 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2144 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2145 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2146 (sql-mode-linter-font-lock-keywords)
2147 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2148 (sql-mode-sybase-font-lock-keywords)
2149 (sql-mode-informix-font-lock-keywords)
2150 (sql-mode-interbase-font-lock-keywords)
2151 (sql-mode-ingres-font-lock-keywords)
2152 (sql-mode-solid-font-lock-keywords)
2153 (sql-mode-sqlite-font-lock-keywords)
2154 (sql-mode-db2-font-lock-keywords): Default to nil.
2155 (sql-product-font-lock): Always highlight ANSI keywords.
2156 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2157 (sql-send-string): Add function.
2159 2004-04-29 Dave Love <fx@gnu.org>
2161 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2162 (cfengine-end-of-defun): Ensure progress through buffer.
2164 * info-look.el (cfengine-mode): Accept a terminal ().
2166 2004-04-29 Juri Linkov <juri@jurta.org>
2168 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2169 instead of isearch-yank-word-or-char. Add new key bindings for
2170 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2171 (isearch-del-char): New fun.
2172 (isearch-forward, isearch-edit-string): Update docstring.
2173 (isearch-yank-char): Doc fix.
2174 (isearch-other-meta-char): Restore point after scrolling.
2176 * progmodes/compile.el (compilation-context-lines): Add nil option
2177 to disable compilation output window scrolling.
2178 (compilation-set-window): Use it.
2180 * outline.el (outline-next-preface, outline-show-heading):
2181 Don't leave unhidden blank line before heading.
2182 (outline-end-of-subtree): Include last newline into subtree.
2183 (hide-entry): Leave point at beginning of heading instead of end.
2184 (outline-up-heading): Push mark for the first call of successive
2187 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2189 * comint.el (comint-prompt-read-only): New variable.
2190 (comint-output-filter): Implement it.
2192 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2193 (ielm-prompt-internal): New variable.
2194 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2195 (ielm-send-input): Delete unused variable `buf'.
2196 (ielm-eval-input): Use `ielm-prompt-internal'.
2197 (inferior-emacs-lisp-mode): Use new variables
2198 `comint-prompt-read-only' and `ielm-prompt-internal'.
2199 Get rid of obsolete variable `directory-sep-char'.
2200 (ielm): Use `zerop'.
2202 2004-04-29 John Paul Wallington <jpw@gnu.org>
2204 * thumbs.el (toplevel): Require cl at compile time.
2205 Remove conditional definitions of `ignore-errors' and `caddar'
2206 because they occur at run time.
2208 2004-04-28 Nick Roberts <nickrob@gnu.org>
2210 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2211 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2212 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2213 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2215 * progmodes/gud.el (gud-common-init): Throw an error if program is
2216 already running under gdb.
2218 2004-04-28 John Paul Wallington <jpw@gnu.org>
2220 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2221 (thumbs-show-image-num): Move assignment of
2222 `thumbs-current-image-filename' within scope of `i'.
2223 (thumbs-emboss-image): Don't use `evenp'.
2225 2004-04-28 Richard M. Stallman <rms@gnu.org>
2227 * progmodes/compile.el (compilation-context-lines): Default now 0.
2229 2004-04-28 Juanma Barranquero <lektu@terra.es>
2231 Use `time-less-p' from calendar/time-date.el instead of defining
2232 custom versions of it.
2234 * pcomplete.el (pcomplete-time-less-p): Remove.
2236 * thumbs.el (time-less-p): Remove.
2238 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2239 (timeclock-generate-report): Use `time-less-p'.
2241 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2242 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2244 2004-04-28 Masatake YAMATO <jet@gyve.org>
2246 * subr.el (remove-overlays): Make arguments optional.
2248 * wid-edit.el (widget-specify-button): Put evaporate to the
2250 (widget-specify-sample): Put evaporate to the overlay for sample.
2251 (widget-specify-doc): Put evaporate to the overlay for documentation.
2253 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2255 * info.el (info-apropos): Make it an index node. Align node names
2258 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2260 * net/browse-url.el (browse-url-netscape-sentinel)
2261 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2262 (browse-url-epiphany-sentinel, browse-url-mosaic):
2263 Use browse-url-*-program instead of a literal program name.
2265 2004-04-27 Kevin Ryde <user42@zip.com.au>
2267 * eshell/em-alias.el:
2268 * eshell/em-dirs.el:
2269 * eshell/em-hist.el:
2270 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2271 features when M-x customize-group loads modules before the main
2274 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2276 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2277 either a character representation of an event or an event
2280 * type-break.el: Capitalise Emacs and Lisp.
2281 (type-break-good-break-interval, type-break-demo-boring-stats)
2282 (type-break-terse-messages, type-break-file-name): New defcustoms.
2283 (type-break-post-command-hook)
2284 (type-break-warning-countdown-string): Quote variable names in doc.
2285 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2286 (type-break-mode): Document type-break-good-break-interval and the
2287 "session" file. Schedule break according to the session file.
2288 Kill session file buffer on exit. Organise for save-some-buffers
2289 to always save the session file.
2290 (type-break-mode-line-message-mode, type-break-query-mode):
2291 Uppercase arguments.
2292 (type-break-file-time, type-break-file-keystroke-count, timep)
2293 (type-break-choose-file, type-break-get-previous-time)
2294 (type-break-get-previous-count): New defuns.
2295 (type-break): Avoid break querying after a completed break in the
2296 case where the query was initiated during user invocation of the
2297 break. Optional terse messages.
2298 Use type-break-good-break-interval if type-break-good-rest-interval is
2299 nil. File the break time.
2300 (type-break-schedule): New optional args for overriding the use of
2302 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2304 (type-break-check): File the keystroke count.
2305 (type-break-do-query): Prevent a second query when the break is
2306 interrupted. Optional terse message.
2307 (type-break-keystroke-reset): Record the start of a typing interval.
2308 (type-break-demo-boring): Optional terse messages. Display word
2309 per minute and keystroke counts according to
2310 type-break-demo-boring-stats.
2312 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2314 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2315 directories, make sure they exist under archive-tmpdir.
2317 2004-04-27 Juri Linkov <juri@jurta.org>
2319 * help.el (view-emacs-news): With argument, display info for the
2320 selected version by finding it among different NEWS files, and
2321 narrowing the buffer to the selected version.
2323 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2324 same-window-buffer-names.
2325 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2326 non-numeric prefix argument, append the number to the buffer name
2327 for numeric prefix argument.
2328 (info-other-window): Bind same-window-regexps to nil.
2329 (Info-reference-name): Rename to Info-point-loc.
2330 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2331 and Info-find-index-name for stringy Info-point-loc.
2332 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2333 without middle `.', but with final `.' and optional line number
2334 for it. Set Info-point-loc for index nodes.
2335 (Info-index): Remove middle `.' from index entry regexp.
2336 Modify line number regexp.
2337 (Info-index-next): Decrement line number.
2338 (info-apropos): Remove middle `.' from index entry regexp.
2339 Add optional line number regexp at the end. Add matched value
2340 for line number to the result list and insert it to the buffer.
2341 Replace match-string by match-string-no-properties.
2342 Reorder result list.
2343 (Info-fontify-node): Hide index line numbers.
2344 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2346 (Info-follow-reference): Use `str' instead of
2347 Info-following-node-name-re.
2348 (Info-toc): Use full file names. Set Info-current-node to "Top".
2349 (Info-fontify-node): Compare file names without directory name.
2350 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2351 Set second arg of Info-extract-menu-node-name for index nodes.
2352 (info-xref-visited): Use magenta3 instead of magenta4.
2353 (Info-mode): Add info-apropos to docstring.
2355 * log-view.el (log-view-diff): Replace interactive code "r"
2356 by a list to allow to call it even if region is not active.
2358 * paren.el (show-paren-highlight-openparen): New var.
2359 (show-paren-function): Turn on openparen highlighting when
2360 matching forward if show-paren-highlight-openparen is non-nil.
2362 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2363 the constant value 1.
2364 (completions-common-part): Expand docstring.
2366 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2368 2004-04-27 Kim F. Storm <storm@cua.dk>
2370 * image.el (insert-sliced-image): Use line-height instead of
2371 line-spacing property on newline.
2373 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2375 * desktop.el (desktop-buffer-misc-data-function): Rename to
2376 desktop-save-buffer and change docstring.
2377 (desktop-buffer-modes-to-save): Delete.
2378 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2379 desktop-buffer-modes-to-save.
2380 (desktop-save): Rename desktop-buffer-misc-data-function to
2381 desktop-save-buffer and allow non-function value.
2382 (desktop-missing-file-warning): Correct docstring.
2384 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2385 to desktop-save-buffer.
2387 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2388 desktop-save-buffer.
2390 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2392 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2394 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2396 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2398 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2400 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2401 (ielm): Only go to the end of the buffer when starting a new process.
2403 2004-04-25 Juanma Barranquero <lektu@terra.es>
2405 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2406 mode line. Bind `inhibit-read-only' to t before modifying
2407 properties of text in the buffer.
2408 (ielm): Force point to the end of buffer, even when running ielm
2411 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2413 * info.el (info-apropos): Reset Info-complete-cache.
2415 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2417 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2418 Also recognize severe Irix et al. messages.
2419 (compilation-normalize-filename, compile-abbreviate-directory):
2421 (compilation-get-file-structure): New function inherits
2422 functionality of the two preceding ones.
2423 (compilation-internal-error-properties, compilation-fake-loc):
2424 Use it so that different paths to the same file share the same
2425 markers. Also optimize finding adjacent marker slightly.
2427 2004-04-25 Kim F. Storm <storm@cua.dk>
2429 * image.el (insert-sliced-image): Add line-spacing t property
2430 to newlines separating image lines.
2432 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2434 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2436 * ielm.el (ielm-prompt-read-only): New user option.
2437 (ielm-prompt): Expand docstring to describe new behavior.
2438 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2439 mention it in the docstring.
2441 2004-04-24 Andreas Schwab <schwab@suse.de>
2443 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2445 * diff.el (diff): Set default-directory in diff buffer.
2447 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2449 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2450 mail was being composed if the terminal cannot display more than
2451 one frame; instead, switch to previous frame.
2453 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2454 (rmail-start-mail): Support rmail-mail-new-frame even on
2455 terminals that can display only one frame at a time.
2457 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2459 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2460 (checkdoc-output-font-lock-keywords): Remove error regexp.
2461 (checkdoc-output-mode-map): Remove.
2462 (checkdoc-output-mode): Derive from compilation-mode.
2463 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2465 * dired.el (dired-mode-map): Add a menu entry for wdired.
2467 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2468 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2470 * wdired.el: (wdired-mode-map): Move init into declaration.
2471 Fix `return' binding.
2472 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2473 Use force-mode-line-update.
2474 (wdired-get-filename): Use `unless'.
2475 (wdired-preprocess-files): Don't assume names have no \n and use / for
2477 (wdired-normalize-filename): Use replace-regexp-in-string.
2478 (wdired-load-hooks): Remove.
2479 (wdired-mode-hooks): Rename to wdired-mode-hook.
2481 * info-look.el: Add support for cfengine-mode.
2482 (info-lookup-setup-mode): Use dolist.
2484 2004-04-23 Juan Le
\e,As
\e(Bn Lahoz Garc
\e,Am
\e(Ba <juan-leon.lahoz@tecsidel.es>
2486 * wdired.el: New file.
2488 2004-04-23 Juanma Barranquero <lektu@terra.es>
2490 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2492 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2493 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2494 (pcomplete--help, pcomplete--here): Doc fixes.
2496 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2498 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2499 handles wrong-number-of-arguments in backend call.
2501 * vc.el (vc-print-log): Likewise.
2503 2004-04-20 Dave Love <fx@gnu.org>
2505 * emacs-lisp/rx.el: Doc fixes.
2506 (rx-constituents): Add/extend many forms.
2507 (rx-check): Check form is a list.
2509 (rx-check-any, rx-any, rx-check-not): Modify.
2511 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2512 (rx-kleene): Use rx-trans-forms.
2513 (rx-quote-for-set): Delete.
2514 (rx): Allow multiple args.
2516 2004-04-23 Kenichi Handa <handa@m17n.org>
2518 * international/mule-util.el (char-displayable-p): Simplify by
2519 using internal-char-font.
2521 2004-04-23 Juanma Barranquero <lektu@terra.es>
2523 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2525 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2527 * diff-mode.el (diff-next-error): New fun.
2528 (diff-mode): Use it.
2530 * simple.el (next-error): Change arg name.
2531 Add support for the documented C-u C-x ` usage.
2533 * frame.el (special-display-popup-frame, next-multiframe-window)
2534 (previous-multiframe-window): Only consider frames on same display.
2536 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2538 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2539 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2541 2004-04-22 Kim F. Storm <storm@cua.dk>
2543 * net/telnet.el (telnet): Add optional port arg.
2545 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2547 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2548 Minor sanity check on the `hyperlink' slot.
2550 * Makefile.in (recompile): Compile new files.
2552 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2553 Add byte-recompile-directory's optional `arg'.
2555 * cvs-status.el (cvs-tree-use-charset): New var.
2556 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2557 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2558 (cvs-status-cvstrees): Use it.
2560 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2561 Make it a normal major mode.
2562 (checkdoc-buffer-label): Make sure the file name is meaningful.
2563 (checkdoc-output-to-error-buffer): Remove.
2564 (checkdoc-error, checkdoc-start-section): Rewrite.
2566 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2567 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2568 (Info-title-4-face): Use new syntax.
2569 (info-xref-visited): Inherit from info-xref.
2571 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2573 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2575 * simple.el (next-error-last-buffer, next-error-function):
2576 New variables for the next-error framework.
2577 (next-error-buffer-p): New function.
2578 (next-error-find-buffer): Generalize compilation-find-buffer.
2579 (next-error, previous-error, first-error, next-error-no-select)
2580 (previous-error-no-select): Move from compile.el.
2582 * replace.el (occur-next-error, occur-1): Hook into the next-error
2585 * progmodes/compile.el (compilation-start):
2586 Set next-error-last-buffer so next-error knows where to jump.
2587 (compilation-setup): Set the buffer-local variable
2588 next-error-function to 'compilation-next-error-function.
2589 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2590 alternate way to find if a buffer is a compilation buffer, for
2591 next-error convenience.
2592 (next-error-no-select, previous-error-no-select, next-error)
2593 (previous-error, first-error): Move to simple.el.
2594 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2595 (compilation-last-buffer): Remove.
2596 (compilation-start, compilation-next-error, compilation-setup)
2597 (compilation-next-error-function, compilation-find-buffer):
2598 Remove compilation-last-buffer use.
2600 2004-04-21 Juanma Barranquero <lektu@terra.es>
2602 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2603 (font-lock-warning-face): Fix spacing.
2605 * makefile.w32-in (WINS): Add url/ directory.
2607 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2609 * desktop.el (desktop-buffer-mode-handlers): New variable.
2610 Alist of major mode specific functions to restore a desktop buffer.
2611 (desktop-buffer-handlers): Make variable obsolete.
2612 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2613 Catch errors signaled in handlers. Update buffer count.
2614 Evaluate desktop-buffer-point.
2615 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2617 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2619 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2620 move to mail/rmail.el.
2621 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2623 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2624 On fail, print message (to message buffer) even if
2625 desktop-missing-file-warning is nil.
2626 (desktop-buffer-misc-data-function): New buffer local variable.
2627 Function returning major mode specific data.
2628 (desktop-buffer-misc-functions): Make variable obsolete.
2629 (desktop-save): Use desktop-buffer-misc-data-function.
2630 (desktop-buffer-dired-misc-data): Rename to
2631 dired-desktop-buffer-misc-data and move to dired.el.
2632 (desktop-buffer-info-misc-data): Rename to
2633 Info-desktop-buffer-misc-data and move to info.el.
2634 (desktop-read): Add message about number of buffers restored/failed.
2636 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2637 Add parameters. Pause to display error only when
2638 desktop-missing-file-warning is non-nil.
2639 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2640 (dired-mode): Bind desktop-buffer-misc-data-function.
2642 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2644 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2645 (Info-mode): Bind desktop-buffer-misc-data-function.
2647 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2650 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2653 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
2655 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2656 the case of letters in case-insensitive expansions when the
2657 abbrev is preceded by characters with letter syntax.
2659 2004-04-21 Richard M. Stallman <rms@gnu.org>
2661 * progmodes/cperl-mode.el (cperl-putback-char):
2662 Delete Emacs 18 definition.
2664 * international/mule.el (ctext-post-read-conversion):
2665 Use assoc-string, not assoc-ignore-case.
2667 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2669 * emacs-lisp/easymenu.el (easy-menu-add):
2670 Do call x-popup-menu, but only if it's defined.
2672 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2674 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2675 Handle multiple args: compile like progn.
2677 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2678 take all args as &rest arg.
2680 * autoinsert.el (auto-insert-alist): Insert the user's name in
2681 copyright notice, rather than Free Software Foundation.
2683 2004-04-21 Kenichi Handa <handa@m17n.org>
2685 * descr-text.el (describe-char): Make it work on *Help* buffer.
2687 2004-04-21 Kim F. Storm <storm@cua.dk>
2689 * image.el (insert-image): Add optional SLICE arg.
2690 (insert-sliced-image): New defun.
2692 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
2694 * subr.el (read-number): Check whether `default' is nil.
2696 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2698 * progmodes/compile.el (compilation-error-properties):
2700 (compilation-internal-error-properties): New one.
2701 (compilation-compat-error-properties): Use it. Fix the non-marker case.
2703 2004-04-20 Richard M. Stallman <rms@gnu.org>
2705 * window.el (split-window-save-restore-data):
2706 Don't update the data if OLD-INFO is nil.
2708 * view.el (view-return-to-alist): Mark it permanent local.
2710 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2712 * recentf.el (recentf-save-list): Catch and warn about errors.
2714 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2715 so "Buffers" won't be pure.
2717 * help-mode.el (help-mode-finish): Set help-return-alist first
2718 thing, setting only the entry for the selected window.
2720 * help-fns.el (describe-function-1): If many non-control non-meta
2721 keys run the command, don't list all of them.
2723 2004-04-20 Juanma Barranquero <lektu@terra.es>
2725 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2726 arg. Copied from Andre Spiegel's patch of 2004-03-21.
2728 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2730 2004-04-20 Kenichi Handa <handa@m17n.org>
2732 * international/quail.el (quail-lookup-key): New optional arg
2734 (quail-get-translations): Call quail-lookup-key with
2735 NOT-RESET-INDICES t.
2736 (quail-completion): Likewise.
2737 (quail-lookup-map-and-concat): Likewise.
2739 2004-04-20 Kenichi Handa <handa@m17n.org>
2741 * international/quail.el (quail-update-translation): Don't insert
2742 such an unsupported multibyte char in a unibyte buffer.
2744 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
2746 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2747 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2748 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2749 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2750 (gdb-frame-assembler-buffer): Improve behaviour with
2752 (gdb-display-buffer): Extend search to all visible frames.
2754 2004-04-19 Eli Zaretskii <eliz@gnu.org>
2756 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2757 characters left after base64 decoding.
2758 (rmail-decode-region): Use -dos variety of `coding', to remove any
2759 ^M characters left after qp or base64 decoding.
2761 2004-04-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2763 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2766 2004-04-19 Stephen Eglen <stephen@gnu.org>
2768 * add-log.el (add-change-log-entry): Update doc string to mention
2769 add-log-full-name and add-log-mailing-address.
2771 2004-04-18 Juri Linkov <juri@jurta.org>
2773 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2774 (Info-find-node-2): Simplify error message.
2775 (Info-insert-dir): Use Info-following-node-name.
2776 (Info-goto-node): Remove *info-history* and *info-toc*.
2777 (Info-history): Create a node of the virtual history file.
2778 (Info-toc): Create a node of the virtual toc file.
2779 (Info-insert-toc): New arg `curr-file' for reference file names.
2780 (info-apropos): Remove redundant var binding for temp-file.
2781 (Info-index, Info-index-next, Info-mode): Doc fix.
2782 (Info-goto-emacs-command-node): Don't jump to *info* from
2783 non-*info* Info buffers.
2784 (Info-fontify-node): Don't show the file name of external
2785 references if `Info-hide-note-references' is `hide'. Don't hide
2786 newlines at the end of paragraphs.
2788 * international/mule-diag.el (list-input-methods):
2789 Fix args to help-xref-button.
2791 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2792 to put into effect local variables from TUTORIAL files.
2794 * textmodes/paragraphs.el (sentence-end) <function>: New fun
2795 with default value taken from the variable `sentence-end'.
2796 (sentence-end) <defcustom>: Set default to nil. Doc fix.
2797 Add nil const to :type.
2798 (sentence-end-without-period, sentence-end-double-space)
2799 (sentence-end-without-space): Doc fix.
2801 * textmodes/paragraphs.el (forward-sentence):
2802 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2803 (fill-delete-newlines):
2804 * progmodes/cc-cmds.el (c-beginning-of-statement):
2805 Use function `sentence-end' instead of variable `sentence-end'.
2807 2004-04-18 Andreas Schwab <schwab@suse.de>
2809 * progmodes/compile.el (compilation-start): Set window start to
2810 point-min if compilation-scroll-output is nil.
2812 2004-04-18 John Wiegley <johnw@newartisans.com>
2814 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2816 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
2818 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2819 (gdb-info-breakpoints-custom): Revert previous change.
2820 (gdb-view-assembler): Update assembler if necessary.
2821 (gdb-frame-handler): Parse correctly for gdb-current-frame.
2822 (gdb-display-source-buffer): Update properly when both source and
2823 assembler are visible.
2825 2004-04-17 John Wiegley <johnw@newartisans.com>
2827 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2828 which limits the number of names shown in the minibuffer. Off by
2830 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
2831 up iswitchb for users with a multitude of open buffers by showing
2832 only the first and last N/2 buffers in the completion list (which
2833 is enough to aid C-s/C-r, and to know that more characters are
2834 needed to refine the completion list).
2836 2004-04-17 Richard M. Stallman <rms@gnu.org>
2838 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2839 (file-truename): Expand all ~ constructs directly.
2840 (insert-directory): Delete any error msg output by the
2841 `insert-directory-program'.
2843 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2844 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2845 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2846 (allout-init): Use find-file-hook, not find-file-hooks.
2847 (allout-mode): Eliminate Emacs 18 support.
2848 Use write-contents-functions, not local-write-file-hooks.
2850 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
2852 * progmodes/compile.el (compilation-error-properties): Fix for
2853 adding messages when there are already markers for their file.
2854 (compilation-fake-loc): New function.
2856 2004-04-16 Dave Love <fx@gnu.org>
2858 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2859 (python-load-file): Fix python-orig-start setting.
2861 * progmodes/compile.el: Doc fixes.
2862 (compilation-error-regexp-alist-alist)
2863 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2864 (compilation-assq): Wrap in eval-when-compile.
2865 (compilation-mode-font-lock-keywords): Don't use list*.
2866 (compilation-start): Avoid warning.
2867 (compilation-compat-error-properties)
2868 (compilation-directory-properties): Add keymap property.
2869 (compilation-parsing-end): Make it a marker for better compatibility.
2871 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2873 2004-04-16 Mark A. Hershberger <mah@everybody.org>
2875 * xml.el: Doc fixes.
2876 (xml-get-children): Only looks at sub-tags and ignore strings.
2878 * xml.el (xml-parse-tag): Avoid overwriting node-name.
2880 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2882 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2884 2004-04-16 Andre Spiegel <spiegel@gnu.org>
2886 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2888 * vc.el (vc-print-log): Likewise.
2890 2004-04-16 Masatake YAMATO <jet@gyve.org>
2892 * simple.el (completion-setup-function): Set an initial value
2893 to `element-common-end' before entering loop. Set a value
2894 to `element-common-end' at the end of loop.
2895 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2896 (completions-common-part): Rename from completion-de-emphasis.
2897 (completions-first-difference): Rename from completion-emphasis.
2900 2004-04-16 Juanma Barranquero <lektu@terra.es>
2902 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2903 (bookmark-edit-annotation-mode): Add mode name.
2905 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2907 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2908 for nested conflict markers.
2909 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2911 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
2913 * progmodes/gdb-ui.el (gdb-goto-info): New function.
2915 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2917 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2919 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2920 Give a backtrace if requested.
2922 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2924 * progmodes/python.el (python-mouse-2-command, python-RET-command):
2925 Remove unused functions.
2926 (python-orig-start-line, python-orig-file): Remove.
2927 (python-orig-start): New var.
2928 (python-input-filter, python-compilation-line-number)
2929 (python-send-region, python-load-file): Use it.
2931 * info.el (info): Always jump to *info*.
2933 * subr.el (posn-set-point): New function.
2935 * mouse.el (mouse-set-point): Use it.
2937 * progmodes/compile.el (compile-goto-error): Use it.
2938 (compilation-button-map): New keymap.
2939 (compilation-error-properties): Use it.
2940 (compilation-shell-minor-mode-map): Don't bind mouse-2.
2942 * smerge-mode.el (smerge-popup-context-menu): Use it.
2944 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2945 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2946 mouse and non-mouse case.
2948 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2949 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2951 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2952 Make it work for non-mouse events.
2954 * pcvs-info.el (cvs-status-map): Update binding name.
2956 2004-04-14 Mark A. Hershberger <mah@everybody.org>
2958 * xml.el (xml-maybe-do-ns): New function to handle namespace
2959 parsing of both attribute and element names.
2960 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2961 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2962 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
2963 (xml-parse-attlist): Make it do its own namespace parsing.
2965 2004-04-14 Dave Love <fx@gnu.org>
2967 * progmodes/python.el (run-python): Fix use of \n.
2968 (python-load-file): Remove `try' from Python fragment.
2969 (python-describe-symbol): Fix message.
2971 * comint.el: Doc fixes.
2972 (comint-last-input-start, comint-last-input-end)
2973 (comint-last-output-start): Give them values.
2974 (comint-arguments): Avoid warning.
2975 (comint-skip-prompt): Use line-end-position.
2976 (comint-backward-matching-input): Rename arg to agree with doc.
2977 (comint-extract-string): Use syntax-ppss.
2978 (comint-dynamic-simple-complete): Delete useless list construction.
2979 (comint-redirect-subvert-readonly): New.
2980 (comint-redirect-preoutput-filter): Use it.
2982 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2983 Correctly handle negative arguments when calling hook functions.
2985 2004-04-14 Jesper Harder <harder@ifa.au.dk>
2987 * info.el (info-apropos): Don't clobber Info-history-list.
2989 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
2991 * progmodes/compile.el (compilation-setup):
2992 Localize overlay-arrow-position.
2993 (compilation-sentinel): Restructure code equivalently.
2994 (compilation-next-error): Find message on same line after point if
2995 not found before point.
2996 (compile-mouse-goto-error): Restore function so that compilation
2997 buffer need not be current and use compile-goto-error.
2998 (compile-goto-error): Restore function.
2999 (next-error): Set overlay-arrow-position.
3000 (compilation-forget-errors): Don't localize already local
3001 compilation-locs and remove FIXME about refontifying.
3003 2004-04-14 Kim F. Storm <storm@cua.dk>
3005 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3006 (command-line): New option -Q. Like -q --no-site-file, but
3007 in addition it also disables menu-bar, tool-bar, scroll-bars,
3008 tool-tips, and the blinking cursor.
3009 (command-line-1): Skip startup screen if -Q.
3010 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3012 * emulation/cua-base.el (cua-read-only-cursor-color)
3013 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3015 2004-04-13 Dave Love <fx@gnu.org>
3017 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3018 (syntax): Don't require.
3019 (python) <defgroup>: Add :version.
3020 (python-quote-syntax): Re-written.
3021 (inferior-python-mode): Move stuff here from run-python and add
3023 (python-preoutput-continuation, python-preoutput-result)
3024 (python-dotty-syntax-table): New.
3025 (python-describe-symbol): Use them.
3026 (run-python): Move stuff to inferior-python-mode. Modify code
3028 (python-send-region): Use python-proc, python-send-string.
3029 (python-send-string): Send newlines too. Callers changed.
3030 (python-load-file): Re-written.
3031 (python-eldoc-function): New.
3032 (info-look): Don't require.
3033 (python-after-info-look): New. A modified version of former
3034 top-level code for use with eval-after-load.
3035 (python-maybe-jython, python-guess-indent): Use widened buffer.
3036 (python-fill-paragraph): Re-written.
3037 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3038 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3040 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3042 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3043 Set compilation-error-regexp-alist earlier.
3045 * progmodes/compile.el (compilation-minor-mode-map)
3046 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3047 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3049 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3051 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3052 corresponding to the event.
3054 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3056 * loadup.el: Add cygwin to system-type list, for unexec() support.
3058 2004-04-12 John Paul Wallington <jpw@gnu.org>
3060 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3061 (ibuffer-restore-window-config-on-quit): New variable to replace
3062 `ibuffer-delete-window-on-quit'. Update all references.
3063 (ibuffer-prev-window-config): New variable.
3064 (ibuffer-quit): Restore previous window configuration instead of
3066 (ibuffer): Save window configuration before showing Ibuffer buffer.
3068 * help.el (describe-mode): Doc fix.
3070 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3072 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3073 not to treat nil as a function.
3075 * vc-arch.el (vc-arch-root): Be a bit more careful.
3076 (vc-arch-register): Save the buffer if we modified it.
3077 (vc-arch-delete-rej-if-obsolete): Save excursion.
3078 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3079 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3081 * net/ldap.el (ldap-search): Use list*.
3083 2004-04-12 Juri Linkov <juri@jurta.org>
3085 * info.el (Info-follow-reference): Allow multiline reference name.
3087 2004-04-11 Dave Love <fx@gnu.org>
3089 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3091 * progmodes/python.el: New file.
3093 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3095 * vc-hooks.el (vc-arg-list): Function removed.
3096 (vc-default-workfile-unchanged-p): Use condition-case to check for
3097 backward compatibility.
3099 * vc.el (vc-print-log): Use condition-case to check for backward
3102 2004-04-11 Juri Linkov <juri@jurta.org>
3104 * dired.el (dired-faces): New defgroup.
3105 (dired-header, dired-mark, dired-marked, dired-flagged)
3106 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3108 (dired-header-face, dired-mark-face, dired-marked-face)
3109 (dired-flagged-face, dired-warning-face, dired-directory-face)
3110 (dired-symlink-face, dired-ignored-face): New face variables.
3111 (dired-font-lock-keywords): Use them instead of font-lock faces.
3112 Split the rule for dired marks into 3 separate rules: for marks,
3113 marked file names and flagged file names.
3115 * help-mode.el (help-make-xrefs): Add a final newline to the
3118 2004-04-11 John Paul Wallington <jpw@gnu.org>
3120 * replace.el (occur-engine): Distinguish between one and several
3121 matches in the matches per buffer heading.
3123 2004-04-11 Kim F. Storm <storm@cua.dk>
3125 * ido.el (ido-confirm-unique-completion): New defcustom.
3126 (ido-complete): Use it.
3127 (ido-write-file): Set it to t unconditionally.
3129 2004-04-10 Miles Bader <miles@gnu.org>
3131 RCS keyword removal (only non-comment changes are enumerated here):
3133 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3134 (byte-compile-insert-header): Don't use `byte-compile-version'.
3135 * forms.el (forms-version): Variable removed.
3136 (forms-mode): Don't use `forms-version'.
3137 * recentf.el (recentf-version): Variable removed.
3138 * progmodes/delphi.el (delphi-version): Variable removed.
3139 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3141 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3143 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3145 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3147 * info.el (info-apropos): Improve menu item regexp.
3149 2004-04-09 Simon Josefsson <jas@extundo.com>
3151 * mail/smtpmail.el: Add comment, based on report by
3152 kdc@rcn.com (Kevin D. Clark).
3154 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3156 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3157 Redo one more thing that I didn't notice Daniel had undone.
3159 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3161 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3162 (gdb-goto-breakpoint, gdb-display-buffer)
3163 (gdb-display-source-buffer, gdb-view-source-function)
3164 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3165 (gdb-source-info, gdb-frame-handler): Don't specify a window
3167 (gdb-info-breakpoints-custom): Remove superfluous update of
3169 (gdb-many-windows): Make settable outside gdb.
3171 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3173 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3174 Derive from fundamental-mode rather than text-mode.
3176 2004-04-08 Juri Linkov <juri@jurta.org>
3178 * info.el (Info-history): Doc fix.
3179 (Info-history-list): New var.
3180 (info-xref): Change magenta4 to blue, remove bold for dark and
3181 light backgrounds, change bold to underline for non-color classes.
3182 (info-xref-visited): New face.
3183 (Info-fontify-visited-nodes): New custom.
3184 (Info-hide-note-references): Add new value `hide'. Doc fix.
3185 (Info-reference-name): New var.
3186 (Info-selection-hook): New custom.
3187 (Info-edit-mode-hook): New var.
3188 (Info-find-file): New fun.
3189 (Info-find-node): Move part of code to Info-find-file.
3190 (Info-find-node-2): Add anchors to Info-history-list. Move point
3191 to the place with the reference name if name is defined.
3192 (Info-select-node): Add current node to Info-history-list.
3193 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3194 (Info-search-whitespace-regexp): New custom.
3195 (Info-search-case-fold): New var.
3196 (Info-search): Add "case-sensitively" to the prompt.
3197 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3198 (Info-search-case-sensitively, Info-search-next): New fun.
3199 (Info-up): Move point to the menu item of the current node.
3200 (Info-history): New fun. Add *info-history* to
3201 same-window-buffer-names.
3202 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3203 (Info-insert-toc): New fun.
3204 (Info-build-toc): New fun.
3205 (Info-follow-reference): Add new arg `fork'. Doc fix.
3206 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3207 with the same name prefer the reference closest to point.
3208 (Info-next-reference): Replace * by + in the *Note regexp.
3209 Add regexp for http:// and ftp://. Skip the *Note prefix.
3210 (Info-prev-reference): Replace * by + in the *Note regexp.
3211 Add regexp for http:// and ftp://. Skip the *Note prefix.
3212 (Info-follow-nearest-node): Add new arg `fork'.
3213 (Info-try-follow-nearest-node): Add new arg `fork'.
3214 Call browse-url for http:// and ftp:// references.
3215 Set Info-reference-name for index entries.
3216 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3217 Info-search-next, Info-history, Info-toc, clone-buffer.
3218 (Info-menu-update): Replace * by + in the *Note regexp.
3219 (Info-mode): Add documentation for Info-history, Info-toc,
3220 Info-search-case-sensitively, Info-search-next, clone-buffer.
3221 (Info-fontify-menu-headers): Remove fun. Move code to
3223 (Info-fontify-node): Add docstring. Add local vars
3224 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3225 then fontify header line, titles, menu headers, http and ftp
3226 references, refill paragraphs. If not-fontified-p is t or
3227 fontify-visited-p is t then fontify cross references, menu items.
3228 Fontify menu headers. Fontify http and ftp references.
3229 Change regexp for cross references to require whitespace after *Note,
3230 add matching groups for file and node names. Remove hack for quote.
3231 Use display property for Info-hide-note-references=t. Use fifth
3232 or fourth match for help-echo. Display visited nodes in a
3233 different face. Unhide file names of external references.
3234 Unhide newlines. Display visited menu items in a different face.
3236 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3238 * progmodes/compile.el: Require CL.
3239 (compilation-mode-font-lock-keywords): Re-install the "line as
3242 * help-fns.el (help-C-source-directory): New var.
3243 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3244 (describe-function-1, describe-variable): Use them.
3246 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3247 to C source files specially.
3249 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3251 * info.el (Info-hide-cookies-node): New function.
3252 (Info-select-node): Use it.
3253 (Info-display-images-node): Remove message with image file name.
3255 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3257 * progmodes/compile.el (compilation-warning-face)
3258 (compilation-info-face, compilation-skip-threshold)
3259 (compilation-skip-visited, compilation-context-lines):
3260 Declare :version when added to Emacs.
3261 (compilation-error-regexp-alist-alist): Extend caml and irix.
3262 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3263 (compilation-mode-font-lock-keywords): Temporarily undo line as
3264 function patch, which wasn't ready.
3266 2004-04-07 Kenichi Handa <handa@m17n.org>
3268 * international/latin1-disp.el (latin1-display-setup): Check each
3269 character is displayable or not instead of calling
3270 latin1-display-check-font.
3272 2004-04-06 Kenichi Handa <handa@m17n.org>
3274 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3276 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3277 instead of sera-being-called-by-w3.
3278 (ethio-fidel-to-sera-buffer): Likewise.
3279 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3280 instead of sera-being-called-by-w3.
3281 (ethio-write-file): Likewise.
3283 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3285 * printing.el: Doc fix.
3287 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3289 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3290 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3291 (gdb-setup-windows): Only use separate IO buffer if required.
3293 2004-04-06 Kim F. Storm <storm@cua.dk>
3295 * term.el (term-is-xemacs): Remove.
3296 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3297 (term-window-width): New function.
3298 (term-mode, term-check-size): Use it.
3299 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3301 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3303 * cus-edit.el (custom-add-parent-links): Change unbound variable
3306 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3307 * info.el (info-apropos): New function.
3308 (Info-mode-menu): Add it.
3309 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3311 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3312 inherited docstring.
3314 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3316 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3318 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3320 * progmodes/compile.el (font-lock): Don't require any more.
3321 (compilation-error-properties, compilation-start, compilation-sentinel)
3322 (compilation-filter, next-error): Use with-current-buffer.
3323 (compilation-skip-to-next-location, compilation-skip-threshold)
3324 (compilation-skip-visited): Move to silence the byte-compiler.
3325 (compilation-setup): Simplify.
3326 (compilation-next-error): Use line-(beginning|end)-position.
3327 Make sure `pt' is non-nil before using compilation-loop.
3328 (compile-goto-error): Add optional event arg. Use it.
3329 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3330 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3331 Update the binding for mouse-2.
3332 (first-error): Set compilation-current-error to nil rather than bob.
3333 (compilation-parsing-end, compilation-parse-errors-function)
3334 (compilation-error-list, compilation-old-error-list):
3335 "New" compatibility variables.
3336 (compile-buffer-substring, compilation-compat-error-properties)
3337 (compilation-compat-parse-errors, compilation-forget-errors):
3338 New compatibility functions.
3339 (compilation-mode-font-lock-keywords): Use them.
3341 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3343 * autorevert.el (auto-revert-handler): If point (or a window
3344 point) is at the end of the buffer, keep it there after
3345 reverting. This allows to tail a file.
3346 Mention this in the `Commentary'.
3348 * format.el (format-write-file): Add optional argument CONFIRM
3349 and make it behave like the analogous argument to `write-file'.
3351 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3353 * progmodes/ebnf2ps.el: Doc fix.
3354 (ebnf-version): New version number (4.2).
3355 (ebnf-syntax): Customization and docstring fix.
3356 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3357 Put autoloaded funs before first use.
3358 (ebnf-style-database): Add dtd entry.
3359 (ebnf-syntax-alist): Add dtd initialization.
3360 (ebnf-token-sequence): New fun.
3361 (ebnf-comment-table): Add new comment action character.
3362 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3364 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3365 Type Definition for XML).
3367 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3368 * progmodes/ebnf-bnf.el (ebnf-sequence):
3369 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3370 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3371 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3372 Code simplification: call ebnf-token-sequence.
3374 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3376 * calendar/timeclock.el (timeclock-relative)
3377 (timeclock-get-project-function, timeclock-get-workday-function)
3378 (timeclock-query-out, timeclock-when-to-leave)
3379 (timeclock-when-to-leave-string, timeclock-log-data)
3380 (timeclock-generate-report, timeclock-in): Doc fixes.
3382 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3384 * url/: New dir. Import the URL package from its repository.
3386 2004-04-03 Andreas Schwab <schwab@suse.de>
3388 * diff-mode.el (diff-mode): Fix missing quote.
3390 2004-04-03 Juri Linkov <juri@jurta.org>
3392 * descr-text.el (describe-property-list): Add `font-lock-face'.
3394 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3396 2004-04-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3398 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3399 Use utf-16le on little endian machines and utf-16be otherwise.
3401 2004-04-02 David Kastrup <dak@gnu.org>
3403 * net/browse-url.el (browse-url-generic): Use call-process
3404 instead of start-process to allow browsers that fork and detach.
3406 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3408 * compile.el (compilation-current-error): New var.
3409 (compilation-setup, compile-mouse-goto-error)
3410 (compile-goto-error, next-error): Use it.
3411 (compilation-skip-to-next-location): Default to t, which gives
3412 contiguous skipping like old compile (where this was redundant).
3413 (compilation-next-error): Prevent previous-* commands from moving
3414 back to message at or just before point.
3416 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3418 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3419 (gdb-source-info): Don't display source at startup, if required.
3420 (gdb-show-main): New option.
3421 (gdba): Update documentation.
3422 (gdb-source): Cover case of auto-display output.
3424 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3426 * autorevert.el: Delete obsolete autoload's and defvar's.
3427 (auto-revert-check-vc-info): New user option.
3428 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3429 (auto-revert-handler-vc): Delete.
3430 (auto-revert-handler): Treat return value `fast' of
3431 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3433 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3436 * files.el (buffer-stale-function): Doc change.
3438 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3440 * printing.el: New tip on Tips section.
3441 (pr-version): New version number (6.7.4).
3442 (pr-shell-file-name): Initialization fix.
3444 2004-03-31 Juri Linkov <juri@jurta.org>
3446 * dired.el: Add autoload for `dired-do-touch'.
3447 (dired-touch-program): New var.
3448 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3449 (dired-no-confirm): Add `touch' to docstring.
3451 * dired-aux.el (dired-do-touch): New fun.
3452 (dired-do-chxxx): Add argument -t for touch operation.
3454 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3455 `dired-move-to-filename-regexp'.
3457 2004-03-31 H
\e,Ae
\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3459 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3461 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3463 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3464 and only if the buffer was modified.
3466 2004-03-30 Kenichi Handa <handa@m17n.org>
3468 * international/characters.el: Delete pairs for U+2308..U+230B.
3470 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3472 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3473 to detect the beginning of a level 2 or 3 annotation.
3475 2004-03-29 Kenichi Handa <handa@m17n.org>
3477 * international/ucs-tables.el (ucs-insert): Fix the error message.
3479 2004-03-29 Kenichi Handa <handa@m17n.org>
3481 * international/mule-util.el (char-displayable-p): Fix generation
3484 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3485 before finding directories by `find'.
3487 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3489 * subr.el (interactive-form): Delete. Now implemented in C.
3491 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3493 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3494 (vc-diff-label): New fun.
3495 (vc-diff-internal): Use it.
3497 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3499 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3501 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3503 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3504 specify XML (EBNFX).
3506 * progmodes/ebnf2ps.el: Doc fix.
3507 (ebnf-version): New version number (4.1).
3508 (ebnf-syntax): Adjust customization.
3509 (ebnf-style-database): Add ebnfx entry.
3510 (ebnf-syntax-alist): Add ebnfx initialization.
3511 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3513 * printing.el: Doc fix.
3514 (pr-version): New version number (6.7.3).
3515 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3516 returns nil for mouse position. Reported by Drew Adams
3517 <drew.adams@oracle.com>.
3518 (pr-update-menus): Modify interactive declaration. Reported by Drew
3519 Adams <drew.adams@oracle.com>.
3521 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3523 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3524 (gud-gdba-marker-filter): Log the process input and output, if
3525 required. From Stefan Monnier.
3526 (gdb-debug-log, gdb-enable-debug-log): New variables.
3527 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3529 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3531 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3532 From lorentey@elte.hu (L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly).
3534 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3536 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3537 Call vc-find-file-hook here instead of in auto-revert-buffers.
3538 (auto-revert-buffers): Delete call to vc-find-file-hook.
3539 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3540 (global-auto-revert-mode, auto-revert-set-timer)
3541 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3543 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3545 * woman.el (woman-change-fonts): Rename local variable
3546 woman-font-alist to font-alist to avoid a compiler warning.
3548 2004-03-27 Dave Love <fx@gnu.org>
3550 * emacs-lisp/rx.el (rx): Doc fix.
3551 Fix copyright years.
3553 * strokes.el (strokes-global-set-stroke-string): New function.
3554 (strokes-list-strokes): Cope with strings, not just commands.
3555 Set foreground colour of image.
3556 (strokes-global-set-stroke): Doc fix.
3558 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3560 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3562 (Buffer-menu-files-only): New variable.
3563 (Buffer-menu-toggle-files-only): New function.
3564 (Buffer-menu-mode-map): Bind it to `T'.
3565 (Buffer-menu-mode): Mention `T' in docstring.
3566 Set buffer-stale-function.
3567 (list-buffers-noselect): Mark buffer non-modified and set
3568 Buffer-menu-files-only.
3570 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3572 * autorevert.el (auto-revert-handler): Print revert message
3573 before, rather than after, reverting.
3574 (buffer-stale-function): Move to files.el.
3576 * files.el (buffer-stale-function): Move here from autorevert.el.
3578 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3580 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3582 * calc/calc.el (calc-mode-map): Use mapc.
3584 * apropos.el (apropos-mode): Don't autoload.
3585 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3587 (apropos-print): Add optional `text' argument.
3588 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3589 Don't assume point-min == 1.
3591 * bs.el (bs-buffer-list): Use buffer-local-value.
3592 (bs--set-toggle-to-show): Use with-current-buffer.
3594 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3596 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3598 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3600 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3601 (dabbrev--find-expansion): Use pop.
3602 (dabbrev--search): Use match-string-no-properties.
3604 * dired.el (dired-mode): Use run-mode-hooks.
3605 (dired-move-to-end-of-filename): Use match-string.
3607 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3608 is bound before using it.
3609 (ediff-verbose-p): Make it into a var since it's not constant.
3611 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3613 * faces.el (read-face-font): Don't cons up unnecessarily.
3614 (header-line, tool-bar): Share common parts.
3616 * files.el (file-relative-name): Use compare-strings.
3618 * finder.el (finder-mode): Follow coding convention.
3620 * subr.el (read-number): New function.
3622 * ses.el (ses-read-number): Move to subr.el.
3623 (ses-set-header-row): Use read-number.
3625 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3627 * vc-hooks.el (vc-arg-list): New function, which handles both
3628 compiled and uncompiled code.
3629 (vc-default-workfile-unchanged-p): Use it.
3631 * vc.el (vc-print-log): Undo prev change, use new function
3632 vc-arg-list from vc-hooks.el.
3634 2004-03-26 Masatake YAMATO <jet@gyve.org>
3636 * simple.el (completion-setup-function): Emphasize the
3637 first uncommon characters in the completions; and de-emphasize
3638 the common prefix substrings.
3639 (completion-emphasis): New face.
3640 (completion-de-emphasis): New face.
3642 2004-03-25 Juanma Barranquero <lektu@terra.es>
3644 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3645 Comment out (it's unused and unfinished code).
3647 2004-03-25 Sam Steingold <sds@gnu.org>
3649 * vc.el (vc-print-log): Fix a bug in the last patch:
3650 backend-function may be a byte-compiled object, not a lambda.
3652 2004-03-25 Juri Linkov <juri@jurta.org>
3654 * descr-text.el (describe-property-list): Add a button
3655 for `face' property that calls `describe-face'.
3656 Suggested by luis fernandes <elf@ee.ryerson.ca>
3658 * international/mule.el (keyboard-coding-system):
3659 * kmacro.el (kmacro-call-macro): Fix docstring.
3661 * dired.el: Fix comments.
3663 * textmodes/fill.el (fill): Fix Info link.
3665 * font-lock.el (fast-lock, lazy-lock):
3666 * jit-lock.el (jit-lock): Remove links to removed Support Modes
3669 * eshell/eshell.el (eshell): Fix broken info-link.
3671 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3672 * eshell/em-banner.el (eshell-banner):
3673 * eshell/em-smart.el (eshell-smart):
3674 * eshell/esh-cmd.el (eshell-cmd):
3675 Comment out broken info-links to incomplete Info manual.
3677 * info-xref.el: Fix commentary.
3679 2004-03-25 Kevin Ryde <user42@zip.com.au>
3681 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3682 Remove spurious node duplicate suppression, doesn't work, not wanted.
3683 (info-xref-output): Take format style args, add "sit-for 0" to let
3684 user see the results as they progress.
3685 (info-xref-check-all-custom): New function.
3687 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
3689 * gdb-ui.el: Moved to progmodes.
3691 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3693 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3695 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3697 * calendar/appt.el (appt-check): Remove superfluous progn.
3698 When finished with diary buffer: if it was not being displayed
3699 before, kill it; otherwise restore its original state.
3700 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3702 * calendar/calendar.el (calendar-set-mode-line): Use total
3703 available mode-line width, rather than frame-width.
3705 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3706 after mode change so effect not lost.
3708 2004-03-23 Dave Love <fx@gnu.org>
3710 * dired.el (dired) <defgroup>: Add link to manual.
3711 (dired-font-lock-keywords): Add highlighting on unusual permissions.
3712 (dired-revert): Use dolist.
3713 (dired-mode-map): Add U binding.
3714 (dired-mode): Add font-lock-beginning-of-syntax-function.
3715 (dired-garbage-files-regexp): Make it a defcustom.
3717 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3719 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3720 is equivalent to nil.
3721 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3722 (vc-arch-mode-line-string): Accept `added' state.
3723 (vc-arch-state): Use inode-sigs if available.
3724 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3725 Copy&delete existing id file if any. Fallback if uuidgen is absent.
3726 (vc-arch-tagline-re): New var.
3727 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3729 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3730 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3732 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3733 (vc-file-not-found-hook): Use it.
3735 * diff-mode.el (diff-default-read-only): Change default.
3736 (diff-mode-hook): Make it a defcustom. Add some options.
3737 (diff-mode-map): Bind diff-refine-hook.
3738 (diff-yank-handler): New var.
3739 (diff-yank-function): New fun.
3740 (diff-font-lock-keywords): Use them.
3741 (diff-end-of-file): Handle case where file-header looks like diff text.
3742 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3743 (diff-file-kill): Delete a subsequent empty line, if applicable.
3744 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3745 (diff-find-file-name): Use it.
3746 (diff-tell-file-name): New command.
3747 (diff-mode): Be careful with view-mode.
3748 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3749 New functions, for use in diff-mode-hook.
3750 (diff-find-source-location): Catch "regex too large" errors.
3751 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3752 (diff-refine-hunk): New command.
3754 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3755 (smerge-context-menu-map): Remove unused var.
3756 (smerge-keep-all): Preserve markers.
3757 (smerge-keep-n): New fun.
3758 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3759 (smerge-keep-current, smerge-ediff): Use it.
3760 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
3761 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3762 (smerge-resolve): Resolve trivial 3-part conflicts.
3764 2004-03-23 Juri Linkov <juri@jurta.org>
3766 * man.el (Man-width): New var.
3767 (Man-getpage-in-background): Use it.
3768 (Man-support-local-filenames): New var and fun.
3769 (Man-build-man-command): Don't add a second %s.
3770 (Man-fontify-manpage): Clean up message.
3771 (Man-mode): Set outline-regexp, outline-level,
3772 imenu-generic-expression.
3774 * woman.el (woman-fill-frame): Doc fix.
3775 (woman-decode-region): Use window-width instead of frame-width.
3777 * abbrevlist.el (list-one-abbrev-table):
3778 * descr-text.el (describe-char):
3779 * international/mule-diag.el (describe-current-coding-system):
3780 * international/quail.el (quail-insert-decode-map):
3781 Use window-width instead of frame-width.
3783 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3784 (jka-compr-mode-alist-additions): Add tbz.
3785 (jka-compr-write-region, jka-compr-insert-file-contents):
3786 Add message for undefined compress-program.
3787 (jka-compr-write-region): Remove redundant var bindings.
3789 * dired-x.el (dired-guess-shell-alist-default): Add choices for
3790 extracting files into subdirectory. Add tbz and dz. Fix regexps.
3791 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3792 (dired-man): Use dired-guess-shell-command.
3793 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3794 Change default nil to t.
3796 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3797 (dired-compare-directories): Add default value for empty input.
3799 * help-at-pt.el: Move suggestions for key bindings to Commentary.
3801 * time.el (display-time-string-forms): Fix help-echo date format.
3803 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
3805 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3806 (buffer-stale-function): New variable.
3807 (auto-revert-list-diff, auto-revert-dired-file-list)
3808 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3809 (auto-revert-handler): Take over some functionality of deleted
3811 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3813 * dired.el (dired-directory-changed-p): New fun, extracted from
3814 dired-internal-noselect.
3815 (dired-buffer-stale-p): New fun.
3816 (dired-internal-noselect): Use dired-directory-changed-p.
3817 Eliminate revert messages.
3818 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3820 2004-03-23 Kenichi Handa <handa@m17n.org>
3822 * international/characters.el: Setup syntaxes for more parentheses
3825 * international/mule-cmds.el (select-safe-coding-system):
3826 Merge coding-system and auto-cs before comparing them.
3828 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3830 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3832 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3833 normal-auto-fill-function and comment-indent-function.
3834 The default values now work just as well.
3835 Don't set font-lock-beginning-of-syntax-function since we already set
3836 syntax-begin-function.
3837 (lisp-outline-level): Put ;;;###autoload at same level as (.
3838 (prin1-char): Quote special chars.
3840 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3841 than with-no-warnings.
3843 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3844 if the source location can't be found.
3845 (edebug-compute-previous-result): Use prin1-char.
3847 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3848 (debug-ignored-errors): Add an entry.
3850 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3851 (byte-compile-file): Output warning when deleting a file.
3853 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3854 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3856 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3857 (byte-compile-inline-expand): Use backquote.
3858 (byte-optimize-pure-func): Rename from byte-optimize-concat.
3859 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3861 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3863 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3865 2004-03-22 Juri Linkov <juri@jurta.org>
3867 * finder.el (finder-known-keywords): Fix data, tex, unix.
3869 * play/landmark.el: Fix keywords.
3871 * language/ethio-util.el (ethio-find-file): Doc fix.
3873 * emacs-lisp/warnings.el: Doc fix.
3875 * textmodes/ispell.el (ispell-help): Doc fix.
3877 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
3879 * format.el (format-insert-file): Always return a list of two
3880 elements, like insert-file-contents does.
3882 2004-03-21 Andre Spiegel <spiegel@gnu.org>
3884 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3885 and vc-BACKEND-diff.
3886 (vc-print-log): If the print-log implementation supports it, use
3887 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3888 (vc-version-diff, vc-diff-internal): Doc fixes.
3890 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3891 implementation supports it, let diff output go to *vc*,
3892 not *vc-diff*, since this is an internal call.
3894 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3896 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3898 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3900 2004-03-21 Dave Love <fx@gnu.org>
3902 * progmodes/cfengine.el (cfengine-mode):
3903 Set parse-sexp-ignore-comments.
3905 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3907 2004-03-21 Juanma Barranquero <lektu@terra.es>
3909 * allout.el (allout-mode): Fix docstring.
3911 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
3913 * files.el (insert-directory): Fix bug if SWITCHES is a list.
3915 * autorevert.el (auto-revert-interval): Make new value take
3916 effect immediately when set through Custom.
3917 (auto-revert-set-timer): Add interactive declaration.
3919 2004-03-19 David Ponce <david@dponce.com>
3921 * ruler-mode.el (ruler-mode-header-line-format-old):
3922 Don't `make-variable-buffer-local'.
3923 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3924 (ruler-mode-header-line-format): Simply funcall the above.
3925 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3926 to save/restore a previous header line format.
3927 (ruler-mode-space): Don't depend on a numeric WIDTH value.
3928 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3929 fringes and margins width.
3930 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3932 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3934 * log-edit.el (log-edit-font-lock-keywords): Typo.
3936 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3937 (tex-send-tex-command): Rather than here.
3938 (tex-compilation-parse-errors): Simplify.
3940 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3942 * time.el (display-time-string-forms): Add help-echo with date on time.
3944 * composite.el (compose-region): Use restore-buffer-modified-p.
3946 * disp-table.el (standard-display-8bit): Simplify.
3948 * server.el (server-process-filter): Delete temp frame.
3950 * add-log.el (add-change-log-entry): Simplify.
3952 2004-03-19 Kim F. Storm <storm@cua.dk>
3954 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3955 (hexl-follow-line): Don't require 'fringe.
3957 * progmodes/compile.el (compilation-start): Always set
3958 compilation-last-buffer and return it.
3960 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
3962 * simple.el (clone-buffer): Doc fix.
3964 2004-03-18 Juanma Barranquero <lektu@terra.es>
3966 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3968 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3970 * log-edit.el (log-edit-font-lock-keywords): New var.
3971 (log-edit-mode): Use it.
3973 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
3975 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3976 properly for watching in speedbar.
3978 2004-03-17 Masatake YAMATO <jet@gyve.org>
3980 * smerge-mode.el (smerge-popup-context-menu):
3981 Put `unwind-protect' around `overlay-put' and `popup-menu'.
3983 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3985 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3986 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3987 Take sealed revisions into account.
3988 (vc-arch-checkin): Extract a summary line from the message.
3990 2004-03-16 Masatake YAMATO <jet@gyve.org>
3992 * register.el (register): Provide `register' feature.
3994 2004-03-15 Masatake YAMATO <jet@gyve.org>
3996 Added context menu support in smerge mode.
3997 Most of the part is written by Stefan Monnier.
3999 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4000 New keymap and menu.
4001 (smerge-text-properties): New function.
4002 (smerge-remove-props): New function.
4003 (smerge-popup-context-menu): New function.
4004 (smerge-resolve): Call `smerge-remove-props'.
4005 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4006 (smerge-keep-current): Ditto.
4007 (smerge-kill-current): New function.
4008 (smerge-match-conflict): Put text properties.
4009 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4011 2004-03-15 David Ponce <david@dponce.com>
4013 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4014 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4015 (ruler-mode-right-scroll-bar-cols): Remove.
4016 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4017 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4018 Use fringe-columns and scroll-bar-columns.
4020 2004-03-15 Masatake YAMATO <jet@gyve.org>
4022 * hl-line.el (hl-line-range-function): New variable.
4023 (hl-line-move): New function.
4024 (global-hl-line-highlight): Use `hl-line-move'.
4025 (hl-line-highlight): Ditto.
4027 * scroll-bar.el (scroll-bar-columns):
4028 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4030 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4031 (ruler-mode-left-fringe-cols)
4032 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4033 (ruler-mode-right-scroll-bar-cols)
4034 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4035 (ruler-mode-ruler-function): New variable.
4036 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4037 if the value for `ruler-mode-ruler-function'is given.
4039 * hexl.el (hexl-mode-hook): Make the hook customizable.
4040 (hexl-address-area, hexl-ascii-area): New customize variables.
4041 (hexlify-buffer): Put font-lock-faces on the address area and
4043 (hexl-activate-ruler): New function.
4044 (hexl-follow-line): New function.
4045 (hexl-highlight-line-range): New function.
4046 (hexl-mode-ruler): New function.
4048 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4050 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4051 (vc-default-find-file-hook): New fun.
4052 (vc-find-file-hook): Call new find-file-hook operation.
4054 * vc-arch.el: New file.
4056 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4058 * info-look.el (info-lookup): Reuse an existing Info window.
4060 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4062 * woman.el (woman-preserve-ascii): Default value changed to t and
4065 2004-03-12 Richard M. Stallman <rms@gnu.org>
4067 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4070 * replace.el (occur-engine): Change message for count of matches.
4072 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4073 For strings, do compare text properties.
4075 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4077 * progmodes/compile.el (compile-auto-highlight)
4078 (compilation-error-list, compilation-old-error-list)
4079 (compilation-parse-errors-function, compilation-parsing-end)
4080 (compilation-error-message, compilation-directory-stack)
4081 (compilation-enter-directory-regexp-alist)
4082 (compilation-leave-directory-regexp-alist)
4083 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4084 (compilation-current-file, compilation-regexps): Remove vars.
4086 (compile-error-at-point, compilation-error-filedata)
4087 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4088 (compilation-next-error-locus, compilation-forget-errors)
4089 (count-regexp-groupings, compilation-parse-errors)
4090 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4092 (compile-internal): Make obsolete.
4094 (compilation-first-column, compilation-error)
4095 (compilation-directory-matcher, compilation-page-delimiter)
4096 (compilation-mode-font-lock-keywords, compilation-debug)
4097 (compilation-error-face, compilation-warning-face)
4098 (compilation-info-face, compilation-line-face)
4099 (compilation-column-face, compilation-enter-directory-face)
4100 (compilation-leave-directory-face, compilation-skip-threshold)
4101 (compilation-skip-visited, compilation-context-lines): New vars.
4103 (compilation-warning-face, compilation-info-face)
4104 (compilation-message-face): New faces.
4106 (compilation-error-regexp-alist-alist): New constant.
4108 (compilation-face, compilation-directory-properties)
4109 (compilation-assq, compilation-error-properties, compilation-start)
4110 (define-compilation-mode, compilation-loop)
4111 (compilation-set-window): New functions.
4113 (compile): Additional argument for interactive compiles like TeX.
4115 * progmodes/grep.el (kill-grep): Move here from compile.el
4116 (grep-error, grep-hit-face, grep-error-face)
4117 (grep-mode-font-lock-keywords): New variables.
4118 (grep-regexp-alist): Simplify regexp and add `binary' case.
4119 (grep-mode): New mode.
4120 (grep-process-setup): Simplify.
4122 2004-03-11 Jason Rumney <jasonr@gnu.org>
4124 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4125 letters on DOS/Windows.
4127 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4129 * server.el (server-name): New var.
4130 (server-socket-dir): New var to replace server-socket-name.
4131 (server-start): Use them.
4133 2004-03-11 Simon Josefsson <jas@extundo.com>
4135 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4136 died to avoid infloop. Reported by Jonathan Glauner
4137 <jglauner@sbum.org>.
4139 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4141 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4142 (smerge-mode-menu): Use it to deactivate menu entries.
4143 (smerge-keep-current): New fun.
4144 (smerge-keep-current): Use it.
4146 2004-03-10 John Paul Wallington <jpw@gnu.org>
4148 * foldout.el (foldout-fold-list, foldout-modeline-string):
4149 Declare them as variables, not constants.
4151 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4153 * ps-print.el: Modification to print *Messages* buffer.
4154 (ps-print-version): New version 6.6.4.
4155 (ps-message-log-max): New fun.
4156 (ps-spool-without-faces, ps-spool-with-faces)
4157 (ps-count-lines-preprint): Code fix.
4159 * printing.el: New tips in Tips section.
4161 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4163 * delim-col.el: Doc fix.
4165 * printing.el: Doc fix. New doc section (Tips).
4167 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4169 * type-break.el (type-break-emacs-variant): Remove.
4170 (type-break-run-at-time, type-break-cancel-function-timers):
4171 Use fboundp rather than version name and number.
4173 2004-03-09 Masatake YAMATO <jet@gyve.org>
4175 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4176 `make-variable-buffer-local'.
4178 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4180 * find-dired.el (find-dired): Call `shell-command' instead of
4181 `start-process-shell-command'. By this, Tramp takes over
4182 handling of remote directories.
4184 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4186 * newcomment.el (comment-use-global-state): New var.
4187 (comment-search-forward): Use it.
4189 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4191 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4193 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4194 (enable-kinsoku): Make it a defcustom.
4195 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4196 paragraph to same-comment-start-marker.
4198 2004-03-07 Dave Love <fx@gnu.org>
4200 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4201 (browse-url-mail): Use it.
4203 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4204 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4206 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4208 * woman.el (woman-man.conf-path): Doc fix.
4209 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4211 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4213 * sort.el (sort-columns): Remove ms-dos from the list of systems
4214 where the external `sort' command is not used.
4216 2004-03-07 Kim F. Storm <storm@cua.dk>
4218 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4219 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4220 from overlay-arrow-variable-list.
4221 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4223 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4225 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4226 overlay arrow string properly for the assembler buffer.
4228 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4230 * mail/sendmail.el (mail-mode): Fix last change.
4232 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4234 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4235 for the assembler buffer.
4236 (gdb-assembler-custom): Position the overlay arrow.
4237 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4239 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4241 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4243 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4244 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4246 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4248 * newcomment.el (uncomment-region): Allow non-terminated comment.
4249 (comment-normalize-vars): Check the user-specified comstart marker.
4251 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4253 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4254 Otherwise, do use it if the region only contains font-lock text
4257 2004-03-04 Masatake YAMATO <jet@gyve.org>
4259 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4260 as the callback function for eldoc.
4261 (hexl-print-current-point-info): New function.
4262 (hexl-current-address): Print the address in both decimal
4263 and hexadecimal format.
4265 2004-03-04 Richard M. Stallman <rms@gnu.org>
4267 * mail/rmail.el (rmail-convert-to-babyl-format):
4268 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4270 * mail/mail-utils.el (mail-unquote-printable-region):
4273 * startup.el (command-switch-alist): Doc fix.
4275 * simple.el (undo): Temporarily set this-command to `undo-start',
4276 then set it to `undo' once undo-start returns without error.
4278 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4280 * simple.el (kill-line): Don't disregard trailing whitespace
4281 in eol condition, if show-trailing-whitespace is set.
4283 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4284 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4285 When disabling, restore old values only if mouse-sel-has-been-enabled.
4287 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4288 (isearch-{-char): New function.
4289 (isearch-mode-map): Bind { to isearch-{-char.
4291 * font-lock.el (lisp-font-lock-keywords-2):
4292 Turn off the CL with-... and do-... general patterns.
4293 Instead, recognize several specific with... and do... constructs.
4295 * files.el (switch-to-buffer-other-window):
4296 Bind same-window-buffer-names and same-window-regexps to nil.
4297 (switch-to-buffer-other-frame): Likewise.
4299 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4301 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4302 recognizing leading comment on code line.
4304 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4306 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4307 hidden files/directories.
4309 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4311 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4312 only comment-start (in case the mode hasn't set it).
4314 * Makefile.in (AUTOGENEL): New var.
4315 (bootstrap-prepare): Rename from bootstrap-clean.
4316 Don't remove elc files.
4317 (maintainer-clean): New target.
4319 * xml.el (xml-get-attribute-or-nil): Simplify.
4321 2004-03-02 Juri Linkov <juri@jurta.org>
4323 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4324 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4325 URL to prevent their substitution with the environment variable
4328 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4330 * ps-print.el: Doc fix.
4331 (ps-print-version): New version number (6.6.3).
4332 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4334 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4336 (ps-time-stamp-yyyy-mm-dd): New fun.
4337 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4339 2004-03-02 Kim F. Storm <storm@cua.dk>
4341 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4343 2004-03-01 Juanma Barranquero <lektu@terra.es>
4345 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4347 * desktop.el (desktop-file-version)
4348 (desktop-after-read-hook): Fix typos.
4349 (desktop-clear-preserve-buffers): Remove redundant info in
4350 docstring already shown by the obsolescence message.
4351 (desktop-truncate, desktop-internal-v2s)
4352 (desktop-value-to-string): Change argument name to match docstring.
4354 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4356 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4359 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4361 * printing.el: Replace "As Is..." in PostScript file print/preview by
4362 "No Preprocessing...". Suggested by Colin Marquardt
4363 <_marquardt_@zmd.de>.
4364 (pr-insert-section-4): Adjust buffer interface.
4366 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4368 Version 2.0.39 of Tramp released.
4370 * net/tramp.el (tramp-handle-file-local-copy)
4371 (tramp-handle-write-region, tramp-open-connection-rsh):
4372 Variable name typo. Small change. From Patrick Tullmann
4373 <tullmann@flux.utah.edu>.
4374 (tramp-process-connection-type): New variable.
4375 (tramp-maybe-open-connection): Use it.
4376 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4377 (tramp-touch): Set last-modified time of a remote file.
4378 (tramp-handle-write-region): Say which function is used when encoding.
4380 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4382 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4383 case of non-existing filename, too. Reported by Christoph Bauer
4384 <c_bauer@informatik.uni-kl.de>.
4385 (tramp-smb-get-file-entries): The directory in question should
4386 have permissions "drwxrwxrwx". Just virtual, because we don't
4387 know the real permissions. Don't we know?
4388 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4389 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4390 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4391 output. If it was received chunkwise, there have been problems.
4392 Remove the "prompt not found" error message; it is obvious.
4394 (tramp-smb-process-running): Remove. Since we acknowledge the
4395 virtual prompt for shares, there's no need for distinction of
4396 reading shares (process ends afterwards) and interactive mode of
4398 (tramp-smb-open-connection): Setting process sentinel removed.
4399 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4400 "NT_STATUS_NETWORK_ACCESS_DENIED".
4401 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4402 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4403 (top-level): Setting default value in `tramp-default-method-alist'
4404 corrected. Order of USER and HOST have been wrong.
4405 Nobody complained for months ...
4406 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4407 (tramp-smb-open-connection): Clear password cache if login has failed.
4409 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4410 `tramp-unified-filenames'.
4411 (tramp-completion-mode): Make test for XEmacs explicitely.
4412 `event-to-character' can exists in Emacs packages too.
4413 Reported by Matt Swift <swift@alum.mit.edu>.
4414 (tramp-buffer-name): Buffer name must contain the user if exists.
4415 Reported by Adrian Phillips <a.phillips@met.no>.
4416 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4417 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4418 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4419 `tramp-do-copy-or-rename-file-one-local', because it handles also
4420 the case both files use the same out-of-band method.
4421 Implementation added.
4422 (tramp-handle-file-local-copy, tramp-handle-write-region):
4423 Out-of-band handling removed. `copy-file' called instead, which
4424 calls `tramp-do-copy-or-rename-file-out-of-band'.
4425 (tramp-action-password): Check for out-of-band method removed.
4426 This function is used for 'login-program.
4427 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4429 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4430 and `tramp-parse-sknownhosts'.
4431 (tramp-completion-function-alist): It's a defvar now, because we
4432 want to apply the optimized `tramp-set-completion-function'
4433 instead of a static list.
4434 (tramp-set-completion-function): Implementation tuned.
4435 Avoid double entries, and entries where the function or the
4436 file/directory doesn't exist.
4437 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4439 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4440 (tramp-handle-dired-compress-file): New function.
4441 (tramp-async-proc): New variable.
4442 (tramp-handle-shell-command): Adding asynchronous processes.
4443 They are far from being perfect, but it works at least for
4444 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4445 (top-level): Require password.el if visible. Should be mandatory
4446 once No Gnus has found its way into (X)Emacs.
4447 (tramp-read-passwd): Invoke `password-read' if available,
4448 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4449 fallback any longer.
4450 (tramp-clear-passwd): New function.
4451 (tramp-process-actions, tramp-process-multi-actions):
4452 Clear password cache if login has failed.
4454 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4456 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4457 `ange-ftp-ftp-name-res'. There could be incorrect values from
4458 previous calls in case the "ftp" method is used in the Tramp file
4459 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4461 2004-02-28 Richard M. Stallman <rms@gnu.org>
4463 * term.el (term-mouse-paste): Call mouse-set-point.
4465 * thumbs.el: New file.
4467 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4469 * progmodes/ebnf-abn.el: Doc fix.
4471 * progmodes/ebnf-bnf.el: Doc fix.
4472 (ebnf-repeat): Code fix.
4474 * progmodes/ebnf2ps.el: Doc fix.
4475 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4477 2004-02-28 Juri Linkov <juri@jurta.org>
4479 * ffap.el (dired-at-point): Additional writability test for
4480 relative directory names.
4481 (dired-at-point-prompter): Treat directories as a directory, get
4482 the directory component from files.
4483 (ffap-string-at-point): Return string from region if region is active.
4484 (ffap-file-at-point): Remove redundant code.
4486 2004-02-28 Kim F. Storm <storm@cua.dk>
4488 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4489 Initialize margin area images to nil.
4490 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4491 (breakpoint-enabled-bitmap-face)
4492 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4493 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4494 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4495 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4496 (gdb-reset): Use gdb-remove-breakpoint-icons.
4497 (gdb-put-string): Add dprop arg to specify alternative display
4498 property (for setting fringe bitmap).
4499 (gdb-remove-strings): Doc fix.
4500 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4501 icon in fringe (if available), or else as icon or text in display
4502 margin. Creates necessary icons in breakpoint-bitmap,
4503 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4504 Also make left window margin if required.
4505 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4506 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4508 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4509 gdb-put-breakpoint-icon.
4510 (gdb-assembler-mode): Don't set left-margin-width here.
4512 2004-02-27 Kevin Ryde <user42@zip.com.au>
4514 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4515 comma, so that it DTRT in macros.
4517 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4519 * progmodes/sh-script.el (sh-shell-arg)
4520 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4521 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4523 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4525 * faces.el (face-spec-set-match-display): Add a new attribute,
4527 (region, highlight, secondary-selection): Use `min-colors'.
4529 * custom.el (defface): Add documentation for `min-colors'.
4531 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4532 (font-lock-keyword-face, font-lock-function-name-face)
4533 (font-lock-variable-name-face, font-lock-constant-face):
4536 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4538 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4540 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4541 define assq-delete-all if it's not defined.
4542 (ebnf-generate-region): Code fix.
4544 * printing.el: Doc fix.
4545 (pr-version): New version number (6.7.2).
4546 (pr-command): Return empty string if command is an empty string.
4548 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4550 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4552 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4553 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4554 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4555 "tt" ["test"] ). Reported by Markus Dreyer
4556 <mdreyer@ix.urz.uni-heidelberg.de>.
4557 (ebnf-version): New version number (4.0).
4558 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4559 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4560 (ebnf-delete-style): New commands.
4561 (ebnf-directory, ebnf-file): New funs.
4562 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4563 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4564 (ebnf-syntax-alist): New var.
4565 (ebnf-element-width): New fun replacing ebnf-list-width.
4566 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4567 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4568 (ebnf-prologue): Adjust vars.
4569 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4570 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4571 (ebnf-check-style-values, ebnf-generate-production)
4572 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4573 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4574 (ebnf-token-repeat): Code fix.
4576 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4577 %right, %left and %prec. Suggested by Matthew K. Junker
4578 <junker@alum.mit.edu>.
4579 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4581 * progmodes/ebnf-iso.el: Doc fix.
4582 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4583 (ebnf-iso-lex): Code fix.
4585 * progmodes/ebnf-bnf.el: Doc fix.
4586 (ebnf-bnf-lex): Code fix.
4588 * progmodes/ebnf-otz.el: Doc fix.
4590 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4592 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4593 (abbrev-prefix-mark): Doc fix.
4595 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4597 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4598 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4599 (gdb-var-delete): Make interactive (really).
4600 (gdb-edit-value): Make non-interactive.
4602 * progmodes/gud.el (gud-speedbar-menu-items):
4603 Add gdb-var-delete and, indirectly, gdb-edit-value.
4604 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4605 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4606 (gud-gdb-marker-filter): Add comment for annotations.
4608 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4610 * calendar/calendar.el (generate-calendar)
4611 (calendar-read-date): Prevent display of BC calendars once more -
4612 reverts 2003-10-01 change.
4613 (generate-calendar-month): Doc fix.
4615 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4617 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4618 return value of increment-calendar-month.
4620 2004-02-21 Stephen Compall <s11@member.fsf.org>
4622 * saveplace.el (save-place-forget-unreadable-files)
4623 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4624 (save-place-forget-unreadable-files): New function.
4625 (save-place-alist-to-file): Use it to filter out files that are
4628 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4629 current Texinfo environment, using the same method as in
4630 `texinfo-insert-@end', and insert a space rather than a newline if
4631 point in a @table environment.
4633 2004-02-21 Juri Linkov <juri@jurta.org>
4635 * ffap.el (ffap-file-at-point): Try parent directories.
4637 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4639 * vcursor.el (vcursor-modifiers): New defcustom.
4640 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4643 2004-02-21 Masatake YAMATO <jet@gyve.org>
4645 * play/animate.el (animate-birthday-present): Accept names other
4648 2004-02-21 Juri Linkov <juri@jurta.org>
4650 * startup.el: Remove table of command line arguments from the
4653 2004-02-20 John Wiegley <johnw@newartisans.com>
4655 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4656 again" modifier from 'e' to 'E', since 'e' is also used by the
4657 "file extension" modifier.
4659 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
4661 * help-fns.el (describe-categories): Doc fix.
4663 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4665 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4666 temporary file for buffer already visiting one. This change makes
4667 output likely to be directly usable by patch program.
4668 Suggested by Adrian Aichner <adrian@xemacs.org>
4670 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
4672 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4673 case of variables defined in compound statements.
4674 (gdb-setup-windows, gdb-source-info, gdb-source-info):
4675 Simplify constructions using switch-to-buffer.
4677 2004-02-19 Simon Josefsson <jas@extundo.com>
4679 * play/morse.el: Fix typo.
4680 (morse-code): Add @.
4682 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4684 * calendar/appt.el (appt-display-format): Change default to
4685 'ignore, for backwards compatibility.
4686 (appt-display-message): If appt-display-format is 'ignore,
4687 respect old vars appt-msg-window and appt-visible.
4688 (appt-activate): Don't depend on return value of cancel-timer.
4690 * calendar/calendar.el (calendar-holidays): Doc fix.
4692 * calendar/cal-coptic.el (coptic-prompt-for-date):
4693 Use assoc-string instead of assoc-ignore-case.
4694 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4695 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4696 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4697 * calendar/cal-islam.el (calendar-goto-islamic-date)
4698 (mark-islamic-diary-entries): Ditto.
4699 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4700 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4701 (calendar-read-mayan-tzolkin-date): Ditto.
4702 * calendar/calendar.el (calendar-read-date): Ditto.
4703 * calendar/diary-lib.el (mark-diary-entries): Ditto.
4705 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
4707 * progmodes/executable.el (executable-command-find-posix-p):
4708 Fix choice of the directory.
4710 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4712 * simple.el (interprogram-cut-function)
4713 (interprogram-paste-function, kill-new, kill-append):
4715 (kill-region): Make it return nil. Doc fix.
4716 (yank-pop): Make its argument optional.
4717 (yank): Make ARG `-' equivalent to `-1'.
4719 2004-02-17 Eli Zaretskii <eliz@gnu.org>
4721 * mail/rmail.el (rmail-get-new-mail): Don't reference
4722 rmail-use-spam-filter if rmail-spam-filter is not loaded.
4724 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4726 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4727 if one of global-auto-revert-non-file-buffers or autorevert-mode
4730 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4732 * subr.el (delete-dups): A better implementation from Karl Heuer
4735 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4737 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4739 * progmodes/icon.el (icon-indent-command): Ditto.
4740 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4742 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4744 * progmodes/grep.el (grep-compute-defaults): Undo change from
4745 2004-01-29: don't use executable-command-find-posix-p.
4747 2004-02-16 Richard Sharman <rsharman@pobox.com>
4749 * hilit-chg.el: Use require instead of eval-and-compile.
4750 (highlight-compare-buffers): New function.
4752 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
4754 * man.el (Man-fontify-manpage): Render section headings in
4755 `Man-overstrike-face' even when overstrike was not used by man
4756 formatter for section headings.
4758 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
4760 * rmail-spam-filter.el: (vm-use-spam-filter)
4761 (rsf-min-region-length-added-to-spam-list): New variables.
4762 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4763 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
4764 spam testing. Don't delete spam message if automatic deletion
4765 after output via variable rmail-delete-after-output is turned on.
4766 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4767 rsf-bbdb-dont-create-entries-for-spam.
4768 (check-field): New function, extracted from code in
4769 rmail-spam-filter to ease addition of header fields like content-type.
4770 (message-content-type): New variable to check the content-type:
4771 field added, also in defcustom of rsf-definitions-alist.
4772 (rmail-spam-filter): Replace repeated test code for header fields
4773 by calls to check-field; change the call to
4774 rmail-output-to-rmail-file such that rmail-current-message stays
4775 the same to avoid wrong deletion of unseen flags.
4776 (rsf-add-contents-type): New function to convert old format
4777 of rmail-spam-definitions-alist into new one.
4778 Change prefixes of all variables and functions from
4779 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4781 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4783 * loadhist.el (unload-hook-features-list): New defvar.
4785 2004-02-16 Dave Love <fx@gnu.org>
4787 * loadhist.el (unload-feature): Doc fix. Rename flist to
4788 unload-hook-features-list.
4790 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
4792 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4793 cookie. Don't check if we are looking-at open-formula.
4795 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4797 * subr.el (match-string-no-properties): Use substring-no-properties.
4799 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4801 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4802 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4803 Use lower-case "rx" in all error message.
4805 2004-02-16 Dave Love <fx@gnu.org>
4807 * emacs-lisp/rx.el (rx-or): Put group around result.
4808 (rx-constituents): Add backref.
4809 (rx-syntax): Add string-delimiter, comment-delimiter.
4810 (rx-categories): Add combining-diacritic.
4811 (rx-check-not, rx-greedy, rx): Doc fix.
4812 (rx-backref, rx-check-backref): New.
4814 2004-02-16 Jesper Harder <harder@ifa.au.dk>
4816 * newcomment.el (uncomment-region): Allow eob as comment end.
4818 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
4820 * filecache.el: All message and error commands now use prefix
4821 "Filecache:" to make it easy to read *Messages* buffer.
4823 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
4825 * autorevert.el: Add support to detect changed dired and VC buffers.
4826 (auto-revert-active-p, auto-revert-list-diff)
4827 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4828 (auto-revert-handler, auto-revert-active-p): New functions.
4829 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4830 and `auto-revert-active-p'.
4831 (eval-when-compile): Defvar dired-directory and vc-mode.
4832 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4833 (auto-revert-handler-vc): New functions.
4835 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
4837 * progmodes/compile.el (compilation-directory): New defvar.
4838 (compile): Save current directory in compilation-directory.
4839 (recompile): Bind default-directory to compilation-directory if
4842 2004-02-16 Dave Love <fx@gnu.org>
4844 * newcomment.el (comment-insert-comment-function)
4845 (comment-region-function, uncomment-region-function): New.
4846 (comment-indent): Use comment-insert-comment-function.
4847 (uncomment-region): Use uncomment-region-function.
4848 (comment-region): Use comment-region-function.
4850 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4852 2004-02-16 Richard Stallman <rms@gnu.org>
4854 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4855 loaddefs* and ldefs-boot*.
4857 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4859 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4860 and email address at the beginning and end of the address.
4862 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4863 anchored at the beginning of the email address.
4865 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
4867 * international/ccl.el (ccl-compile-write): Pass `left' to
4868 ccl-embed-code to generate correct code of write-expr-register.
4870 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
4872 * progmodes/grep.el (grep-compute-defaults): Fix typos.
4874 2004-02-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4876 * x-dnd.el: Mention support for Motif in commentary.
4877 (x-dnd-handle-drag-n-drop-event): Ditto.
4879 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4881 * ses.el: Use "ses--" prefixes for buffer-local variables.
4882 Use (point-min) instead of 1, even when we know the buffer
4884 (ses-build-load-map): Delete. Distribute its content to defconst's for
4886 (ses-menu, ses-header-line-menu): New menus.
4887 (ses-mode-map): Use them.
4888 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
4890 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
4892 * Makefile.in: Fix the CC Mode recompile kludge so it works
4893 when building in a different directory.
4895 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
4897 * simple.el (kill-new): Put yank-handler property on the entire string.
4899 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4901 * diff.el: Don't use compile any more, use diff-mode instead.
4902 (diff-regexp-alist, diff-old-file, diff-new-file)
4903 (diff-parse-differences, diff-process-setup): Remove.
4904 (diff-sentinel): New fun.
4905 (diff): Use it. Run the process ourselves.
4906 Use diff-mode for the rest of the processing.
4908 * diff.el (diff): Simplify code handling `switch'.
4910 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4912 * pcvs-defs.el (cvs-menu): Add `tag'.
4914 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4916 * simple.el (kill-append): Doc fix.
4918 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4919 Adapt outline-regexp to the new conventions for commenting out code.
4921 2004-02-11 John Paul Wallington <jpw@gnu.org>
4923 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4925 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4927 * diff.el (diff-switches): New fun.
4928 (diff, diff-backup): Use it.
4929 (diff): Clean up the args construction. Use backquote.
4930 Use listp instead of consp to avoid putting a nil arg.
4931 (diff): Add a revert-buffer function.
4933 2004-02-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4935 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
4936 handled by x-dnd-handle-file-name.
4937 (x-dnd-known-types): Add COMPOUND_TEXT.
4938 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4939 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4941 (x-dnd-forget-drop): Ditto.
4942 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4943 (x-dnd-handle-one-url): Return private when inserting text.
4944 (x-dnd-insert-ctext): New function.
4945 (x-dnd-handle-file-name): New function for FILE_NAME.
4946 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4947 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4948 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4950 2004-02-10 Kenichi Handa <handa@m17n.org>
4952 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4953 instead of while loop.
4955 2004-02-10 Miles Bader <miles@gnu.org>
4957 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4959 2004-02-09 Kenichi Handa <handa@m17n.org>
4961 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4964 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4966 * Makefile.in: Added extra dependencies in the recompile target
4967 needed to cope with the compile time macro expansions in CC Mode.
4969 2004-02-09 Kim F. Storm <storm@cua.dk>
4971 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4972 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4973 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4974 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4975 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4976 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4977 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4978 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4979 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4980 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4981 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4983 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4985 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4986 Don't allow shrink if there's a window on our right.
4988 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4989 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4990 Bring together declaration and initialization.
4991 (prolog-mode-variables): Don't set the syntax table.
4992 Don't set paragraph-start and comment-indent-function.
4993 Add /*..*/ to the comment regexps.
4994 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
4995 (prolog-mode-map): Don't bind TAB.
4996 (prolog-mode): Set the syntax table.
4997 (prolog-comment-indent): Remove.
4998 (inferior-prolog-mode-map): Initialize in the declaration.
4999 (inferior-prolog-mode-syntax-table)
5000 (inferior-prolog-mode-abbrev-table): New vars.
5001 (inferior-prolog-mode): Derive from comint-mode.
5002 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5005 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5006 in file names, as long as it is unabmiguous.
5008 2004-02-08 Andreas Schwab <schwab@suse.de>
5010 * textmodes/reftex-toc.el
5011 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5014 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5015 format string arguments.
5017 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5020 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5022 * play/zone.el (zone-call): Fix format string.
5024 * net/webjump.el (webjump-builtin): Add missing format string argument.
5026 * midnight.el (midnight-delay-set): Remove extra format string argument.
5028 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5030 * hexl.el (hexl-insert-char): Add missing format string argument.
5032 * format.el (format-decode): Fix format string.
5034 * emulation/vi.el (vi-mode): Remove extra format string argument.
5035 (vi-repeat-last-search): Likewise.
5036 (vi-reverse-last-search): Likewise.
5037 (vi-goto-mark): Likewise.
5038 (vi-reverse-last-find-char): Likewise.
5039 (vi-repeat-last-find-char): Likewise.
5040 (vi-locate-def): Likewise.
5042 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5044 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5046 (ediff-toggle-regexp-match): Likewise.
5048 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5049 format string argument.
5051 * calc/calc-map.el (calc-get-operator): Remove extra format
5054 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5056 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5059 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5061 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5063 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5065 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5066 (cl-struct-setf-expander): Likewise.
5068 * vc.el (with-vc-file): Fix unsafe uses of error.
5069 (vc-cancel-version): Likewise.
5071 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5073 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5074 thousands separator; fixes <class>:<line-number> regexp for
5075 non-english locales.
5077 2004-02-08 Andreas Schwab <schwab@suse.de>
5079 * view.el (view-mode-enable): Revert previous change.
5081 2004-02-07 Kim F. Storm <storm@cua.dk>
5083 * simple.el (line-number-at-pos): Rename from line-at-pos.
5084 Uses changed (what-line and vc-annotate-warp-version).
5086 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5088 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5089 (diff-mode): Remove aborted attempt at support for compile.el.
5090 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5092 2004-02-06 Andreas Schwab <schwab@suse.de>
5094 * view.el (view-mode-enable): Add view-mode-map to
5095 minor-mode-overriding-map-alist.
5097 2004-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5099 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5101 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5103 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5104 with point inside rather than after the paragraph.
5106 2004-02-04 Sam Steingold <sds@gnu.org>
5108 * mail/smtpmail.el (smtpmail-try-auth-methods):
5109 Do not try authentication when no mechanism is available.
5110 Pass port-name as defaultport to `netrc-machine'.
5112 2004-02-04 Stephen Eglen <stephen@gnu.org>
5114 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5115 to show how minibuffer height can be constrained.
5117 2004-02-04 John Paul Wallington <jpw@gnu.org>
5119 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5121 2004-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5123 * x-dnd.el: New file for drag and drop.
5125 * term/x-win.el: require x-dnd, set after-make-frame-functions
5126 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5129 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5130 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5131 (dired-dnd-handle-file): New functions for drag and drop support.
5132 (dired-mode): Initialize drag and drop if x-dnd present.
5134 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5136 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5137 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5138 (cperl-mode): Set fill-paragraph-function.
5139 (cperl-fill-paragraph): Make it non-interactive.
5141 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5143 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5145 2004-02-02 David Kastrup <dak@gnu.org>
5147 * replace.el (perform-replace): Allow 'literal argument in
5148 regexp-flag to indicate literal replacement.
5149 (query-replace-regexp-eval): Use it.
5151 2004-02-01 Andreas Schwab <schwab@suse.de>
5153 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5155 2004-02-01 Stephen Eglen <stephen@gnu.org>
5157 * info-look.el: Add support for maxima-mode. Update commentary
5158 because info-lookup-symbol is now bound to C-h S.
5160 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5162 * simple.el (edit-and-eval-command): Bind print-level and
5163 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5164 Correct initial position in command-history.
5166 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5168 * files.el (read-directory-name): Adapt the docstring to recent
5169 change in Fread_file_name.
5171 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5173 * ses.el (ses-print-cell): If print format too wide for column
5174 width, truncate decimal places if that helps to avoid "#####" fill.
5175 * ses.el (ses-initial-column-width): Revert previous change.
5177 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5179 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5180 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5182 (jit-lock-mode): Setup/cancel the new timer.
5183 (jit-lock-context-fontify): New fun. Extracted from
5184 context fontification code of jit-lock-stealth-fontify.
5185 (jit-lock-stealth-fontify): Don't do context fontification any more.
5187 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5188 (jit-lock-fontify-now): Handle the `quit' case.
5189 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5191 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5193 * progmodes/executable.el (executable-command-find-posix-p):
5194 New. Check if find handles arguments Posix-style.
5196 * progmodes/grep.el (grep-compute-defaults):
5197 Use executable-command-find-posix-p.
5198 (grep-find): Check `grep-find-command'.
5200 * filecache.el (file-cache-find-posix-p): Delete.
5201 (file-cache-add-directory-using-find):
5202 Use `executable-command-find-posix-p'.
5204 2004-01-29 Dave Love <fx@gnu.org>
5206 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5207 Iterate the hook function if arg is given.
5208 (mark-defun, narrow-to-defun): Change order of finding the limits.
5210 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5211 (byte-compile-format-warn): New.
5212 (byte-compile-callargs-warn): Use it.
5213 (Format, message, error): Add byte-compile-format-like property.
5214 (byte-compile-maybe-guarded): New.
5215 (byte-compile-if, byte-compile-cond): Use it.
5216 (byte-compile-lambda): Compile interactive forms,
5217 just to make warnings about them.
5219 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5221 * ses.el (ses-initial-column-width): Increase to 14, so it will
5222 work well with the default printer of "%.7g" for extreme values
5223 like "-1.234567e+07".
5225 2004-01-29 Kenichi Handa <handa@m17n.org>
5227 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5229 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5231 * dos-w32.el: Added support for the `default-printer-name' function.
5233 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5235 * server.el (server-socket-name): Don't use the hostname in the
5236 socket name since /tmp is local to the host anyway.
5238 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5239 robust check of widening and fix var-naming.
5241 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5243 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5244 or rmail-spam- to rsf- in all function and variable names.
5245 (rsf-min-region-to-spam-list): New variable.
5246 (rsf-bbdb-auto-delete-spam-entries): Rename from
5247 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5248 scanned together with the recipients field for spam testing; Don't
5249 delete spam message if rmail-delete-after-output is non-nil;
5250 (rsf-check-field): New function, extracted from code in
5251 rmail-spam-filter to ease addition of header fields like
5253 (message-content-type): New variable. The content-type: field was
5254 added also in defcustom of rsf-definitions-alist;
5255 (rmail-spam-filter): Replace repeated test code for header fields
5256 by calls to check-field; change the call to
5257 rmail-output-to-rmail-file such that rmail-current-message stays
5258 the same to avoid wrong deletion of unseen flags.
5259 (rmail-use-spam-filter): Add autoload cookie.
5261 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5263 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5264 (file-cache-add-directory-using-find): Add Cygwin support.
5265 (file-cache-find-command-posix-flag): New user variable.
5267 * filecache.el (file-cache-add-directory): Check for
5268 directories an remove them from dir-files.
5270 2004-01-27 Richard M. Stallman <rms@gnu.org>
5272 * man.el (Man-fontify-manpage): Clean up message.
5274 2004-01-27 Kenichi Handa <handa@m17n.org>
5276 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5277 (sentence-end): Define using sentence-end-without-space.
5279 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5280 a sentence ends with one of a character in sentence-end-without-space.
5282 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5284 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5285 (jit-lock): Group declaration moved to jit-lock.el.
5286 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5289 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5290 (jit-lock-context-unfontify-pos): Rename from
5291 jit-lock-first-unfontify-pos.
5292 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5294 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5296 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5297 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5298 (fortran-fill): When filling a string, adjust re-search-backward
5299 argument for special case of string just on fill-column.
5300 When filling non-string, allow one extra char if
5301 fortran-break-before-delimiters is non-nil.
5302 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5303 Use fortran-break-delimiters-re and fortran-no-break-re to
5304 correctly handle cases such as "**".
5306 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5307 (f90-no-break-re): Add some extra tokens. Doc fix.
5309 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5311 * mail/rmail-spam-filter.el:
5312 Use two semicolons as Commentary line prefix.
5313 Add ";;; Code:" stylized comment.
5314 Delete end-of-line whitespace.
5315 Wrap (require 'cl) with `eval-when-compile'.
5317 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5319 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5320 at the top level of vc.el.
5322 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5324 * vc.el (vc-current-line): Function removed. This is now done by
5325 the new function line-at-pos in simple.el.
5326 (vc-annotate-warp-version): Use line-at-pos instead of
5329 2004-01-22 Kim F. Storm <storm@cua.dk>
5331 * simple.el (line-at-pos): New defun.
5332 (what-line): Use it. Optimize by only counting lines in narrowed
5335 2004-01-22 Kenichi Handa <handa@m17n.org>
5337 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5338 point (register r1) only for charset mule-unicode-0100-24ff.
5340 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5342 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5343 trailing white space and ensure a final newline.
5345 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5346 Add autoload cookie.
5348 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5350 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5351 activate view-mode explicitly.
5353 2004-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5355 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5356 use clipboard first.
5358 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5360 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5361 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5362 (vc-mcvs-cvs): Remove.
5363 (vc-mcvs-command): Remove use of assert.
5365 * outline.el (outline-insert-heading): Tighten up match.
5366 (outline-demote, outline-move-subtree-down): Don't assume anything
5367 about outline-regexp.
5369 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5370 (texinfo-show-structure): Explicitly add ^, and simplify.
5372 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5374 * calendar/appt.el (appt-check): Restore usage of
5375 appt-issue-message deleted in previous change.
5376 (top-level): Activate package when loaded (needed for backwards
5379 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5381 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5382 following previous change to smtpmail-send-data.
5384 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5386 * vc.el (vc-default-previous-version): Doc enhancement.
5387 (vc-default-next-version): New function.
5388 (vc-print-log): New arg FOCUS-REV.
5389 (vc-annotate-mode): Derive from view-mode.
5390 (vc-annotate): New args REVISION, DISPLAY-MODE.
5391 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5392 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5393 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5394 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5395 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5397 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5399 2004-01-19 Karl Berry <karl@gnu.org>
5401 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5404 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5406 * subr.el (delete-dups): New function.
5408 2004-01-19 Karl Berry <karl@gnu.org>
5410 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5411 with ^, since that's what texinfo-show-structure
5412 documentation says (plus it works much better in texinfo.txi).
5414 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5416 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5418 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5420 * progmodes/which-func.el (which-function-mode): Don't cancel
5421 which-func-update-timer if not set.
5423 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5425 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5426 Remove spurious left square bracket in XX:XXam regexp.
5428 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5430 * progmodes/cc-defs.el: Do not require cl at run time.
5432 2004-01-16 Richard M. Stallman <rms@gnu.org>
5434 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5435 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5437 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5438 Call rmail-spam-filter. Delete and expunge spam.
5439 Print number of spam messages deleted.
5440 Save and restore the deletion status of old messages when reading
5441 new mail with spam filter, so that expunging spam does not expunge
5442 msgs deleted by the user.
5443 (rmail-only-expunge): Add an optional argument dont-show to
5444 prevent showing message after expunge.
5446 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5448 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5449 * subr.el (declare): New macro.
5451 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5453 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5455 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5457 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5458 Test window-system rather than system-type (for X11/Mac).
5460 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5462 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5464 2004-01-12 Richard M. Stallman <rms@gnu.org>
5466 * mail/rmail.el (rmail-convert-to-babyl-format):
5467 Use mail-unquote-printable-region.
5468 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5469 (rmail-hex-char-to-integer): Functions deleted.
5471 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5472 (mail-unquote-printable-region): New arg NOERROR.
5473 For invalid encoding, either signal an error to just return nil.
5475 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5477 * calendar/appt.el: Update copyright and commentary.
5478 (appt-issue-message): Make obsolete.
5479 (appt-visible, appt-msg-window): Make obsolete, in favour of
5480 appt-display-format.
5481 (appt-display-mode-line, appt-display-duration)
5482 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5483 (appt-prev-comp-time, appt-display-count, appt-timer)
5484 (appt-convert-time): Doc change.
5485 (appt-disp-window-function, appt-delete-window-function):
5486 Use defcustom rather than defvar.
5487 (appt-display-format): New variable.
5488 (appt-display-message): New function with display code from appt-check.
5489 (appt-check): Add optional FORCE argument. Doc change.
5490 Add appt-make-list to diary-hook if displaying diary.
5491 Remove checking of view-diary-entries-initially.
5492 Message display section removed to new function appt-display-message.
5493 (appt-display-window): Doc change. Remove unused internal var
5494 this-buffer. Do not beep, since appt-display-message does that.
5495 (appt-make-list): Doc change. Use caar.
5496 (appt-sort-list): Simplify by using builtin sort function.
5497 (appt-update-list): New function for updating appts when diary is
5499 (appt-activate): New autoloaded function to toggle package
5502 * calendar/cal-x.el: (calendar-one-frame-setup)
5503 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5505 * calendar/calendar.el: Update copyright.
5506 (view-diary-entries-initially, european-calendar-style): Doc change.
5507 (calendar-setup): Make defcustom rather than defvar.
5508 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5509 in let binding so local to function.
5511 * calendar/diary-lib.el: Update copyright.
5512 (diary, diary-entry-time): Doc change.
5513 (list-diary-entries): Doc change. Trivial logic change.
5514 (fancy-diary-display): Restore make-face command mistakenly
5516 (show-all-diary-entries): Allow to pop-up frame if needed.
5518 2004-01-09 John Paul Wallington <jpw@gnu.org>
5520 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5521 Temporarily select EVENT's window for changing eol type.
5523 2004-01-09 Deepak Goel <deego@gnufans.org>
5525 * calendar/diary-lib.el (diary-entry-time):
5526 Also accept time in the form XX[.XX][am/pm/AM/PM].
5527 (fancy-diary-font-lock-keywords): Likewise.
5528 (diary-font-lock-keywords): Likewise.
5529 * calendar/appt.el (appt-add): Likewise.
5530 (appt-make-list): Likewise.
5531 (appt-convert-time): Likewise.
5533 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5535 * gdb-ui.el (gdb-ann3): Revert previous change.
5536 (gdb-source-info): Allow for case of where compilation directory
5539 2004-01-08 John Paul Wallington <jpw@gnu.org>
5541 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5543 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5545 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5547 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5548 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5550 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5552 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5554 * files.el (write-file-functions, write-contents-functions):
5557 2004-01-07 Kenichi Handa <handa@m17n.org>
5559 * international/mule.el (set-auto-coding): Fix for the case that
5560 end-of-line is only CR.
5562 2004-01-07 Kim F. Storm <storm@cua.dk>
5564 * subr.el (event-start, event-end): Doc fix.
5565 (posn-string, posn-image): New defuns.
5566 (posn-object): Return either image or string object.
5567 (posn-object-x-y): Return 8th element of position.
5568 (posn-object-width-height): New defun.
5570 2004-01-06 Andreas Schwab <schwab@suse.de>
5572 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5575 2004-01-05 Karl Berry <karl@gnu.org>
5577 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5580 2003-12-31 Simon Josefsson <jas@extundo.com>
5582 * files.el (before-save-hook): Add.
5583 (basic-save-buffer): Use before-save-hook.
5585 * emacs-lisp/copyright.el: Fix comment to recommend
5586 before-save-hook instead of write-file-functions.
5588 2004-01-05 Richard M. Stallman <rms@gnu.org>
5590 * finder.el (finder-commentary): Call delete-other-windows.
5592 * net/ange-ftp.el (ange-ftp-file-attributes):
5593 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5595 2004-01-04 Karl Berry <karl@gnu.org>
5597 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5598 comment characters % and # in the copyright year notice,
5601 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5603 * wid-edit.el (default): Define dummy :value-delete.
5604 Reported by Jesper Harder <harder@ifa.au.dk>.
5606 2004-01-03 Richard M. Stallman <rms@gnu.org>
5608 * progmodes/compile.el (compile-internal): Use point, not point-min,
5609 for set-window-point.
5611 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5613 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5615 * progmodes/grep.el (grep-mode-map):
5616 Don't remap next-line, previous-line.
5618 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5620 * speedbar.el (speedbar-edit-line): Change regexp to position
5621 the cursor on the first character of this line's button.
5623 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5625 * subr.el (functionp): Doc fix.
5627 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5629 * progmodes/idlwave.el (idlwave-make-tags):
5630 * textmodes/flyspell.el (flyspell-large-region):.
5631 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5632 * emulation/viper-util.el (viper-glob-unix-files):
5633 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5634 * man.el (Man-init-defvars):
5635 * jka-compr.el (jka-compr-call-process):
5636 * files.el (get-free-disk-space,insert-directory):
5637 * ediff-ptch.el (ediff-test-patch-utility):
5638 * ediff-diff.el (ediff-test-utility):
5639 * dired-aux.el (dired-check-process):
5640 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5641 test the return value of call-process, because it can be a string.
5643 2003-12-31 John Paul Wallington <jpw@gnu.org>
5645 * bindings.el (completion-ignored-extensions): Add .pfsl.
5647 2003-12-31 Kim F. Storm <storm@cua.dk>
5649 * ido.el (ido-nonreadable-directory-p): New defun to check for
5650 nonreadable directory without activating tramp (to avoid problems
5651 with checking incomplete tramp paths).
5652 (ido-set-current-directory, ido-file-internal)
5653 (ido-file-name-all-completions1): Use it.
5655 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5657 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5658 documentation if the anchor (or node) name is preceded by `info
5659 anchor' or `Info anchor' in addition to earlier `info node' and
5661 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5663 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5665 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5666 error in arguments to base64-decode-region. Remove ^M characters
5667 after decoding base64.
5669 2003-12-30 Simon Josefsson <jas@extundo.com>
5671 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
5672 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5673 have only been distributed with Emacs for some years.
5674 (texinfo-mode-hook): Customize.
5676 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5678 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5679 cleaner (suggested by Richard Stallman).
5681 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5682 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5683 file-name clashes on 8+3 DOS filesystems.
5685 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5686 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5687 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5688 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5689 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5690 file-name clashes on 8+3 filesystems.
5692 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5693 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5694 file-name clashes on 8+3 DOS filesystems.
5696 2003-12-29 Richard M. Stallman <rms@gnu.org>
5698 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5699 Upcase the character.
5701 * textmodes/flyspell.el (mail-mode-flyspell-verify):
5702 Search for header separator alone on a line, literally,
5703 and search for it backward, not forward.
5704 (flyspell-abbrev-table): Always use global-abbrev-table
5705 if there is no local one.
5707 * progmodes/sh-script.el (sh-get-indent-info):
5708 Don't move point back if at bob.
5710 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5712 * play/handwrite.el (handwrite): Make the handwrite credit message
5713 a comment rather than an output command.
5715 * obsolete/sc.el: Display message that this file is obsolete.
5717 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5719 * mail/rfc822.el (rfc822-address-start): Declare variable.
5720 Renamed from address-start. All uses changed.
5722 * term.el (term-exec): Set up sentinel.
5723 (term-sentinel): New function.
5724 (term-handle-exit): New function.
5726 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5727 Use assoc-string, and mark them obsolete.
5728 (delay-mode-hooks): Mark as permanent local.
5730 * simple.el (sendmail-user-agent-compose): Use assoc-string.
5732 * register.el (copy-rectangle-to-register): Doc fix.
5734 * info.el (Info-insert-dir): Use assoc-string.
5736 * info-look.el (info-lookup): Use assoc-string.
5738 * frame.el (pop-up-frame-function): Use quote, not `function'.
5739 (frame-notice-user-settings): Calculate ADJUSTED-TOP
5740 copying with lists as coordinate values.
5742 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5744 * find-dired.el (kill-find): New command.
5745 (find-dired): Make buffer read-only.
5746 Set up a keymap with C-c C-k running kill-find.
5747 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5749 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5751 * filecache.el (file-cache-ignore-case): New variable.
5752 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
5754 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5755 (comint-dynamic-complete-as-filename): Rename local vars.
5756 (comint-dynamic-list-filename-completions): Likewise.
5758 * comint.el (comint-dynamic-list-completions-config): New var.
5759 (comint-dynamic-list-completions): Handle both SPC and TAB right.
5761 * comint.el (comint-file-name-chars): Add [].
5762 (comint-word): Use skip-chars-backward, not search.
5764 * shell.el (shell-file-name-chars): Add [].
5766 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5768 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5770 * generic.el (define-generic-mode): Doc fix.
5772 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5774 * files.el (kill-some-buffers): Doc fix.
5776 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
5778 * comint.el (comint-watch-for-password-prompt): Pass `string' as
5779 arg to send-invisible
5780 (send-invisible): Doc fix. The argument is now a prompt, not the
5782 (comint-read-noecho): Doc fix.
5784 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
5786 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5787 "@", as required by some ISP hosting service. Fix defcustom
5788 argument syntax errors that prevented use of customization.
5790 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5792 * xml.el (xml-get-attribute-or-nil): Doc fix.
5794 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
5796 * net/zone-mode.el (zone-mode): Use write-file-functions, not
5799 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
5801 * autorevert.el (auto-revert-interval): Doc fix.
5803 2003-12-29 Mark A. Hershberger <mah@everybody.org>
5805 * xml.el (xml-get-attribute-or-nil): New function, like
5806 xml-get-attribute, but returns nil if the attribute was not found.
5807 (xml-get-attribute): Convert to defsubst, uses
5808 xml-get-attribute-or-nil.
5810 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5812 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5814 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
5816 * custom.el (custom-declare-theme): Use `value' when putting
5817 properties on `theme'.
5819 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
5821 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5822 for each yank-handler segment.
5823 (insert-for-yank-1): New function, with the body of the previous
5826 * textmodes/table.el (table-yank-handler): New defcustom.
5827 (table--put-cell-indicator-property): Put yank-handler property
5828 that indicates the yank handler for the table cell.
5830 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
5832 * generic-x.el (etc-modules-conf-generic-mode): A more complete
5835 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5837 * international/mule-cmds.el (reset-language-environment)
5838 (set-language-environment): Don't invoke fontset-related functions
5839 if fontset-list is not fboundp.
5841 2003-12-29 Kenichi Handa <handa@m17n.org>
5843 * international/mule-cmds.el (reset-language-environment):
5844 Call set-overriding-fontspec-internal with nil.
5845 (set-language-environment): Call set-overriding-fontspec-internal
5846 if the language environment specify `overriding-fontspec'.
5847 (language-info-alist): Doc added.
5849 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5850 characters of mule-unicode-0100-24ff.
5851 (ccl-encode-windows-1251-font): New CCL program.
5852 ("Bulgarian"): Specify overriding-fontspec.
5853 ("Belarusian"): Likewise.
5855 2003-12-28 Sam Steingold <sds@gnu.org>
5857 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5858 parameter ID-FORMAT to conform with the 2003-11-30 patch.
5860 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
5862 * progmodes/gud.el (gud-gdb-command-name): Set default to
5864 (gud-gdb-marker-filter): Look out for annotations.
5865 (gdb-first-pre-prompt): New variable.
5866 Remove trailing white space.
5868 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5870 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
5871 annotations are detected.
5872 (gud-gdba-marker-filter): Use global variable gud-marker-acc
5873 instead of a local one to allow transition from
5874 gud-gdb-marker-filter.
5875 Remove trailing white space.
5877 2003-12-27 Kim F. Storm <storm@cua.dk>
5879 * ido.el: Handle non-readable directories.
5880 (ido-decorations): Add 9th element for non-readable directory.
5881 (ido-directory-nonreadable): New dynamic var.
5882 (ido-set-current-directory): Set it.
5883 (ido-read-buffer, ido-file-internal):
5884 (ido-read-file-name, ido-read-directory-name): Let-bind it.
5885 (ido-file-name-all-completions1): Return empty list for
5886 non-readable directory.
5887 (ido-exhibit): Print [Not readable] if directory is not readable.
5888 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5889 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5892 2003-12-27 Lars Hansen <larsh@math.ku.dk>
5894 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5895 calls to directory-files-and-attributes and file-attributes.
5896 (ls-lisp-format): Remove system dependent handling of user and
5899 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
5901 * ffap.el (ffap-read-file-or-url): Revert previous change.
5903 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
5905 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5906 new list of included files called `files-with-node-lines', that
5907 only have node lines. This way @include commands can include any
5908 file, such as version and update files without node lines, not
5909 just files that are chapters.
5911 2003-12-25 Andreas Schwab <schwab@suse.de>
5913 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5916 2003-12-08 Miles Bader <miles@gnu.org>
5918 * dired.el (dired-between-files): Always use dired-move-to-filename,
5919 which is more robust in non-english locales.
5921 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
5923 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5925 2003-12-24 Andreas Schwab <schwab@suse.de>
5927 * shell.el (shell-file-name-quote-list): Add backslash.
5929 * comint.el (comint-quote-filename): Correctly handle backslash
5930 in comint-file-name-quote-list.
5932 2003-12-24 Kenichi Handa <handa@m17n.org>
5934 * international/mule-cmds.el (set-default-coding-systems):
5935 Call ucs-set-table-for-input for all buffers that don't have local
5936 value of buffer-file-coding-system.
5938 * international/ucs-tables.el (ucs-set-table-for-input):
5939 If translation-table-for-encode is a symbol, get its
5940 translation-table property.
5942 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
5944 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5945 to `completing-read' on a recently fixed bug.
5947 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5948 instead of SPACE, to get the list of possible fringe modes.
5949 SPACE only works if both `partial-completion-mode' and
5950 `completion-auto-help' are nil.
5952 * complete.el (PC-is-complete-p): Delete.
5953 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5954 calls to `test-completion'.
5956 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
5958 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5959 to edit values when there are no children.
5961 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5962 a mode called "Assembler" already exists.
5963 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5964 (gud-watch): Use format option. Remove font properties from string.
5965 (gdb-var-create-handler, gdb-var-list-children-handler):
5966 Don't bother about properties as there are none.
5967 (gdb-var-create-handler, gdb-var-list-children-handler)
5968 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5970 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5971 Let speedbar show value changes with a different font.
5972 (gdb-edit-value): New defun.
5973 (gdb-clear-partial-output, gdb-clear-inferior-io)
5974 (def-gdb-auto-update-handler): Use erase-buffer.
5975 (gdb-frame-handler): Display watch expressions in
5976 FUNCTION::VARIABLE format if required.
5978 2003-12-23 John Paul Wallington <jpw@gnu.org>
5980 * info.el (Info-unescape-quotes, Info-split-parameter-string)
5981 (Info-goto-emacs-command-node): Doc fixes.
5983 2003-12-12 Jesper Harder <harder@ifa.au.dk>
5985 * cus-edit.el (custom-add-parent-links): Define "many".
5987 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
5989 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5990 (widget-child-validate, widget-type-value-create)
5991 (widget-type-default-get, widget-type-match): New functions.
5993 (menu-choice, checklist, radio-button-choice, editable-list)
5994 (group, documentation-string): Remove redundant (per 2003-10-25
5995 change) calls to `widget-children-value-delete'.
5996 (widget-choice-value-get, widget-choice-value-inline): Remove.
5997 (menu-choice): Update widget.
5999 2003-12-03 Kenichi Handa <handa@m17n.org>
6001 * language/cyrillic.el: Register "microsoft-cp1251" in
6002 ctext-non-standard-encodings-alist.
6003 ("Bulgarian"): Add ctext-non-standard-encodings.
6004 ("Belarusian"): Likewise.
6006 * international/mule-conf.el (compound-text-with-extensions):
6007 Change the type to 2 (iso-2022 base).
6009 * international/mule.el (ctext-non-standard-encodings-alist):
6011 (ctext-non-standard-encodings): New variable.
6012 (ctext-post-read-conversion): Fully re-written.
6013 (ctext-non-standard-designations-alist): Delete it.
6014 (ctext-non-standard-encodings-table): New function.
6015 (ctext-pre-write-conversion): Fully re-written.
6017 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6019 * cus-edit.el (custom-add-parent-links): Add documentation links
6020 for parent, if the item has none of its own.
6022 2003-11-30 Richard M. Stallman <rms@gnu.org>
6024 * dired-aux.el (dired-do-query-replace-regexp):
6025 Report files visited read-only.
6027 2003-11-30 Juri Linkov <juri@jurta.org>
6029 * dired-aux.el (dired-compare-directories): New command.
6030 (dired-file-set-difference, dired-files-attributes): New functions.
6032 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6033 Version 2.0.38 of Tramp released.
6035 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6036 Charles Curley <charlescurley@charlescurley.com>.
6037 (tramp-multi-connection-function-alist): Add ssht entry which adds
6038 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6040 (tramp-get-method-parameter): New function to retrieve a method
6041 parameter. This allows for omission of method parameters.
6044 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6046 * net/tramp.el: Add new optional parameter ID-FORMAT to
6047 `file-attributes'. Calls of `file-attributes' won't use this
6048 parameter for backward compatibility reasons.
6049 (tramp-perl-file-attributes): Add a new parameter to Perl script
6050 in order to handle uid/gid as strings, if desired.
6051 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6052 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6053 order to make the function more general.
6054 (tramp-handle-file-attributes): Replace proprietary optional
6055 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6056 (tramp-handle-file-attributes-with-perl): Handle parameter
6057 NONNUMERIC if set. This wasn't done in the past.
6058 (tramp-post-connection): Apply second parameter "$2" if
6059 `tramp-remote-perl' is called.
6061 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6062 Correct cut'n'waste error (`filename' instead of `directory').
6063 (tramp-smb-handle-directory-files-and-attributes)
6064 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6065 introduced parameter ID-FORMAT.
6066 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6067 error (`directory' instead of `ldir').
6069 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6070 `file-attributes' has a second parameter. If yes, apply it with
6071 value "'integer". Otherwise, don't use that parameter (default is
6074 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6076 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6077 (help-for-help): Add `C-h .' to the listed Help options.
6078 Remove trailing whitespace.
6080 * help-at-pt.el: New file.
6082 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6084 * subr.el (noreturn, 1value): New macros for test coverage.
6087 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6089 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6091 (testcover-1value): New function. Checks that a 1value form
6092 actually returns only one value. Requested by RMS.
6094 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6096 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6097 (gdb-var-list-children, gdb-var-list-children-handler)
6098 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6099 gdb commands that use mi to keep them out of the command history.
6101 2003-11-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6103 * cus-start.el (all): Add use-file-dialog.
6105 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6107 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6109 2003-11-27 Kim F. Storm <storm@cua.dk>
6111 * subr.el (posn-object-x-y): New defun.
6113 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6115 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6116 Don't use `space' for \\\n.
6117 Be more selective as to which # are comment-starters.
6119 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6121 * subr.el (number-sequence): Improve handling of floating point
6122 arguments (suggested by Kim Storm). Allow negative arguments.
6124 2003-11-26 Kenichi Handa <handa@m17n.org>
6126 * international/mule-cmds.el (standard-display-european-internal):
6127 Cancel the standard-display-table setting for ` and '.
6129 2003-11-26 Kim F. Storm <storm@cua.dk>
6131 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6132 New defcustoms to add ffap-like functionality to ido.
6133 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6134 (ido-no-final-slash): New defun.
6135 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6136 (ido-read-file-name): ): Toggle VC checking via
6137 vc-handled-backends instead of vc-master-templates.
6138 (ido-file-internal): Handle ido-use-url-at-point and
6139 ido-use-filename-at-point via code borrowed from ffap-guesser.
6140 Handle new ido-exit code ffap.
6141 (ido-sort-list): Ignore final slash when sorting file names.
6143 2003-11-25 Kim F. Storm <storm@cua.dk>
6145 * emulation/cua-base.el (cua--standard-movement-commands):
6146 Add forward-sentence and backward-sentence.
6148 2003-11-25 Stephen Eglen <stephen@gnu.org>
6150 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6151 iswitchb-exit is set to 'usefirst when user selects buffer at head
6152 of list using RET. (Selecting buffers at the head of the list was
6153 broken if the substring was also a complete buffername.)
6155 2003-11-23 Kim F. Storm <storm@cua.dk>
6157 * progmodes/compile.el (grep-command, grep-use-null-device)
6158 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6159 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6160 (grep-regexp-alist, grep-program, find-program)
6161 (grep-find-use-xargs, grep-history, grep-find-history)
6162 (grep-process-setup, grep-compute-defaults)
6163 (grep-default-command, grep, grep-tag-default, grep-find)
6164 (grep-expand-command-macros, grep-tree-last-regexp)
6165 (grep-tree-last-files, grep-tree): Move grep variables, functions
6166 and commands to new file grep.el.
6167 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6168 (compilation-process-setup-function): Doc fix.
6169 (compilation-highlight-regexp, compilation-highlight-overlay): New
6170 defvars used for highlighting current compile error in source buffer.
6171 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6172 LOCAL-MAP which overrides compilation-highlight-regexp and
6173 compilation-mode-map for this compilation.
6174 Delay calling compilation-set-window-height until after running
6175 compilation-process-setup-function so it can buffer-local override
6176 compilation-window-height.
6177 Check buffer-local value of compilation-scroll-output.
6178 (compilation-set-window-height): Use buffer-local value of
6179 compilation-window-height.
6180 (compilation-revert-buffer): Don't pass (undefined)
6181 preserve-modes arg to revert-buffer.
6182 (next-error-no-select, previous-error-no-select): New commands.
6183 (compilation-goto-locus): Temporarily highlight current match in
6184 source buffer using compilation-highlight-regexp.
6186 * progmodes/grep.el: New file with grep code from compile.el.
6187 (grep): New defcustom group.
6188 (grep-window-height): New defcustom, like compilation-window-height.
6189 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6190 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6191 (grep-command, grep-use-null-device, grep-find-command)
6192 (grep-tree-files-aliases, grep-tree-ignore-case)
6193 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6194 (grep-setup-hook): New hook variable.
6195 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6196 (grep-last-buffer): New defvar, override compilation-last-buffer.
6197 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6198 Call compile-internal with args highlight-regexp and grep-mode-map.
6200 2003-11-23 Kim F. Storm <storm@cua.dk>
6202 * subr.el (event-start, event-end): Doc fix.
6203 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6204 (posn-area, posn-actual-col-row, posn-object): New defuns.
6205 (posn-col-row): Simplify doc. Rewrite to use cond.
6206 (posn-point): Also return buffer position for events outside text
6207 area (that info is now present in the event position).
6209 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6210 mouse-set-point so that hscroll still works now that clicks on
6211 fringes generate specific mouse events.
6212 (mouse-set-point): Note that it now works in fringes and margins
6213 too due to new semantics of posn-point in fringes and margins.
6215 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6216 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6218 2003-11-20 Kim F. Storm <storm@cua.dk>
6220 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6221 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6222 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6223 to 100 for icons to avoid increasing line height when shown.
6225 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6227 * newcomment.el (comment-normalize-vars): Initialize properly if
6228 comment-start was nil.
6230 2003-11-19 Andreas Schwab <schwab@suse.de>
6232 * simple.el (set-variable): Fix indentation.
6234 2003-11-17 Kenichi Handa <handa@m17n.org>
6236 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6239 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6241 * international/latin1-disp.el (latin1-display): Fix docstring.
6243 2003-11-16 John Wiegley <johnw@newartisans.com>
6245 * eshell/em-ls.el (eshell-ls-file): There are times with
6246 size-width is nil and uncomputed (when directories are created in
6247 dired, for example); in this case, 4 is reasonable default value,
6248 although it may caused skewed new entries (which could be avoided
6249 by returning the original value of 8 in all cases, but 99% of the
6250 time this is a waste of whitespace).
6252 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6254 * cc-engine.el (c-guess-continued-construct)
6255 (c-guess-basic-syntax): Check a little more carefully if it's a
6256 function declaration when an unknown construct followed by a block
6257 is found inside a statement context. This avoids macros followed
6258 by blocks to be taken as function declarations.
6260 (c-guess-continued-construct): Change the analysis of a statement
6261 continuation with a brace open to `substatement-block', for
6262 consistency with recognized statements.
6264 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6265 start is in a position so that `c-beginning-of-statement-1' jumped
6266 to the beginning of the same statement.
6268 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6269 Don't accept binary operators in the arglist if we're in a function
6270 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6271 template recognition in cases like "if (a < b || c > d)".
6273 (c-restricted-<>-arglists): New more appropriate name for
6274 `c-disallow-comma-in-<>-arglists'.
6276 Accessing functions updated for the variable name change.
6278 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6279 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6281 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6284 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6285 instead of duplicating parts of it. This fixes bogus label
6288 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6289 of checking the context in which to apply the minimum indentation,
6290 so that it isn't enforced in e.g. namespace blocks.
6292 * cc-vars.el (c-inside-block-syms): New constant used by
6293 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6294 to somewhat reduce the risk of becoming stale.
6296 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6297 cc-cmds to cc-engine to allow use from cc-align.
6299 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6300 qualified identifiers containing "::".
6302 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6303 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6305 * cc-vars.el (c-emacs-features): Use a space in front of the name
6306 of the temporary buffer. That also avoids dumping problems in
6307 XEmacs due to undo info being left around after the buffer is killed.
6309 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6310 arglist to see if it's a K&R style declaration.
6312 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6313 before returning `knr-argdecl-intro'.
6315 2003-11-16 John Wiegley <johnw@newartisans.com>
6317 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6318 field in a long-listing always 8 characters, use `size-width',
6319 which has already been computed.
6321 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6323 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6325 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6327 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6328 Support operation while narrowed, with `diff-restrict-view'.
6330 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6332 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6333 Take additional optional arg NARROWFUN. For the generated functions:
6334 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6335 include frags that arrange to check for and save narrowing state before
6336 the move and then conditionally call NARROWFUN after the move.
6338 2003-11-14 John Wiegley <johnw@newartisans.com>
6340 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6341 that was optional, but obviously missing based on surrounding code.
6343 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6344 string arguments to numbers unless the whole argument was seen as
6347 2003-11-14 Kenichi Handa <handa@m17n.org>
6349 * international/mule.el (ctext-non-standard-encodings-alist):
6352 2003-11-10 Kenichi Handa <handa@m17n.org>
6354 * language/kannada.el ("Kannada"): Add sample-text.
6356 * language/knd-util.el (kannada-compose-region)
6357 (kannada-compose-string, kannada-post-read-conversion):
6358 Add autoload cookie.
6360 * international/quail.el (quail-completion): Change the message
6361 "corresponding translations" to "corresponding characters".
6363 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6365 * descr-text.el (describe-char): Fix typo.
6367 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6369 These changes are to support Kannada language/script.
6371 * Makefile.in (DONTCOMPILE): Add kannada.el.
6373 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6375 * loadup.el: Preload kannada.el.
6377 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6378 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6381 * language/kannada.el: New file.
6383 * language/knd-util.el: New file.
6385 2003-11-07 Andreas Schwab <schwab@suse.de>
6387 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6388 Also highlight AH_*.
6390 * xml.el (xml-parse-dtd): Fix misplaced paren.
6392 2003-11-07 Kenichi Handa <handa@m17n.org>
6394 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6396 2003-11-05 Juri Linkov <juri@jurta.org>
6398 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6399 (desktop-buffer-file): Use saved buffer-file-coding-system
6400 for file reading. Set auto-insert to nil to prevent automatic
6401 insertion into restored empty files.
6403 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6405 * files.el (risky-local-variable-p): Make second argument optional.
6407 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6409 * subr.el (add-hook): Fix last change.
6411 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6413 * mail/rmail.el (rmail-convert-to-babyl-format):
6414 If base64-decode-region signals an error, catch it and silently
6417 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6419 * xml.el (xml-parse-region): Allow comments to appear after the
6420 topmost element has closed.
6421 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6422 (xml-ns-expand-attr): New functions to do namespace handling.
6423 (xml-intern-attrlist): Back-compatible handling of attribute names.
6424 (xml-parse-tag): Move namespace handling to separate functions.
6425 Now produces elements in the form ((:ns . "element") (attr-list)
6426 children) instead of ('ns:element (attr-list) children).
6427 (xml-parse-attlist): Fix attribute parsing.
6428 (xml-parse-dtd): Change parsing so that it produces strings
6429 instead of interned symbols.
6431 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6433 * dired.el (dired-ls-sorting-switches): Doc fix.
6435 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6437 * emacs-lisp/rx.el (rx-or): Fix the case of
6438 "(rx (and ?a (or ?b ?c) ?d))".
6440 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6442 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6443 (texinfo-format-region): Use it.
6444 (texinfo-format-buffer-1): Ditto.
6446 2003-11-01 Alan Mackenzie <acm@muc.de>
6448 Changes to allow scrolling whilst in isearch mode:
6449 * isearch.el (isearch-unread-key-sequence): New function,
6450 extracted from isearch-other-meta-char.
6451 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6452 "scrollable" standard functions.
6453 (isearch-allow-scroll): New customizable variable.
6454 (isearch-string-out-of-window, isearch-back-into-window)
6455 (isearch-reread-key-sequence-naturally)
6456 (isearch-lookup-scroll-key): New functions.
6457 (isearch-other-meta-char): Doc string and functionality enhanced.
6458 Now accepts a prefix argument.
6459 (isearch-lazy-highlight-window-end): New variable.
6460 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6461 end (thru isearch-lazy-highlight-window-end), not only its start.
6463 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6464 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6465 (universal-argument, universal-argument-more, negative-argument)
6466 (digit-argument, universal-argument-other-key): Minor changes.
6468 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6470 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6471 recursively if the last message is deleted, thus avoiding an
6474 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6476 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6477 (tex-main-file): Don't add .tex if the extension is already present.
6478 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6480 2003-10-29 Lute Kamstra <lute@gnu.org>
6482 * progmodes/octave-inf.el (inferior-octave-prompt):
6483 Recognize version number in prompt.
6485 2003-10-28 Dave Love <fx@gnu.org>
6487 * international/characters.el: Fix some Unicode ranges.
6489 2003-10-28 Kenichi Handa <handa@m17n.org>
6491 * disp-table.el (standard-display-8bit)
6492 (standard-display-default, standard-display-ascii)
6493 (standard-display-g1, standard-display-graphic)
6494 (standard-display-underline): Assure that standard-display-table
6497 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6499 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6500 reindenting the first line.
6502 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6504 * wid-edit.el (widget-default-delete): Always delete child widgets.
6506 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6508 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6509 if the line has code.
6510 Don't try to line up with something that's too far left.
6512 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6513 (octave-mode-syntax-table): Add % as a comment starter.
6514 (octave-point): Remove.
6515 (octave-in-comment-p, octave-in-string-p)
6516 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6517 (octave-blink-matching-block-open, octave-auto-fill):
6518 Use line-(beginning|end)-position instead.
6520 2003-10-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
6522 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6523 for Francesco Potort
\e,Al
\e(B.
6525 2003-10-23 Dave Love <fx@gnu.org>
6527 * international/mule-cmds.el (locale-charset-to-coding-system):
6528 Don't rely on nil being a coding system.
6530 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6531 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6532 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6534 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6536 * gdb-ui.el (gdb-current-language): New variable.
6537 (gdb-update-flag): Remove variable.
6538 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6539 (gdb-take-last-elt): Remove function.
6540 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6541 (gdb-post-prompt): Check for variable object changes here.
6543 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6544 object changes in gdb-ui.el.
6546 2003-10-21 Richard M. Stallman <rms@gnu.org>
6548 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6550 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6551 Don't check for foo*/ wildcard form here.
6552 (insert-directory): Recognize foo*/ as a wildcard.
6553 Separate wildcard-regexp variable from the arg, wildcard.
6555 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6556 (remove-hook): Correctly handle strange cases about local hooks.
6558 2003-10-21 David Ponce <david@dponce.com>
6560 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6561 argument REAL, to return a real number instead of a rounded
6562 integer value. Define as inline function.
6563 (ruler-mode-right-fringe-cols): Likewise.
6564 (ruler-mode-scroll-bar-cols): New function.
6565 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6566 (ruler-mode-right-scroll-bar-cols): Likewise.
6567 (ruler-mode-space): New function.
6568 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6569 scroll bar mode and margins in a more robust way.
6571 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6573 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6574 (antlr-c-init-language-vars): New function.
6575 (antlr-mode): Use it with cc-mode before v5.29.
6576 (antlr-c-common-init): Don't set some local vars here.
6577 (antlr-mode): Set them here.
6578 (antlr-c-forward-sws): New function alias.
6579 (antlr-mode): Redefine with cc-mode before v5.30.
6580 (antlr-skip-sexps): Use it.
6581 (antlr-skip-exception-part): Ditto.
6582 (antlr-skip-file-prelude): Ditto.
6583 (antlr-outside-rule-p): Ditto.
6584 (antlr-end-of-body): Ditto.
6585 (antlr-option-kind): Ditto.
6586 (antlr-insert-option-area): Ditto.
6587 (antlr-file-dependencies): Ditto.
6589 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6591 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6592 Move backward only if point was not inside an entry.
6594 2003-10-21 Richard M. Stallman <rms@gnu.org>
6596 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6598 2003-10-21 Juri Linkov <juri@jurta.org>
6600 * compare-w.el: Automatically skip non-matching text to resync.
6601 (compare-windows-whitespace): Doc fix.
6602 (compare-windows-sync, compare-windows-sync-string-size)
6603 (compare-windows-recenter, compare-ignore-whitespace)
6604 (compare-windows-highlight, compare-windows-face): New variables.
6605 (compare-windows): Use compare-windows-sync.
6606 (compare-windows-highlight, compare-windows-dehighlight)
6607 (compare-windows-sync-regexp)
6608 (compare-windows-sync-default-function): New functions.
6610 2003-10-21 Juri Linkov <juri@jurta.org>
6612 * diff.el (diff-parse-differences): Don't visit the files now;
6613 instead, just record the error locus.
6615 2003-10-21 Dave Love <fx@gnu.org>
6617 * progmodes/cfengine.el: New file.
6619 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6621 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6622 default-directory when completing file names.
6624 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6626 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6627 followed by the word `face', it gets treated as a face, even if
6628 it is also defined as a variable or a function.
6630 2003-10-20 Dave Love <fx@gnu.org>
6632 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6633 Avoid incf in macro expansion.
6635 2003-10-20 John Paul Wallington <jpw@gnu.org>
6637 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6638 `evenp' so we don't implicitly require cl library at runtime.
6640 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6642 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6643 (help-make-xrefs): Only make cross-references for faces if
6644 preceded or followed by the word `face'. Do not make a
6645 cross-reference for variables without variable documentation,
6646 unless preceded by the word `variable' or `option'. Update doc
6649 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
6651 * progmodes/hideshow.el: Rewrite one-armed `if'
6652 constructs using either `when' or `unless'.
6653 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6655 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
6657 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6658 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6661 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6663 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6664 message while converting to Babyl.
6666 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
6668 * allout.el (allout-mode): Doc fix.
6670 2003-10-16 Lute Kamstra <lute@gnu.org>
6672 * subr.el (force-mode-line-update): Fix docstring.
6674 2003-10-14 Dave Love <fx@gnu.org>
6676 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6677 (default-input-method): Add :link, improve :type.
6678 (locale-charset-language-names): Fix utf-8 pattern.
6679 (locale-charset-match-p, locale-charset-alist)
6680 (locale-charset-to-coding-system): New.
6681 (set-locale-environment): Deal with codeset part of locale specs.
6683 2003-10-14 Lute Kamstra <lute@gnu.org>
6685 * fringe.el (fringe-mode): Use active voice in docstring.
6686 (set-fringe-style): Ditto.
6688 2003-10-13 Lute Kamstra <lute@gnu.org>
6690 * fringe.el (fringe-mode): Fix docstring.
6691 (set-fringe-style): Ditto.
6693 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6695 * ediff-mult.el (ediff-filegroup-action):
6696 Use ediff-default-filtering-regexp.
6698 * ediff-util.el (ediff-recenter): Don't call
6699 ediff-restore-highlighting twice.
6700 (ediff-select-difference): Set current difference.
6701 (ediff-unselect-and-select-difference): Add comment.
6703 * ediff.el (ediff-directories,ediff-directory-revisions)
6704 (ediff-directories3,ediff-merge-directories)
6705 (ediff-merge-directories-with-ancestor)
6706 (ediff-merge-directory-revisions)
6707 (ediff-merge-directory-revisions-with-ancestor):
6708 Use ediff-default-filtering-regexp.
6710 2003-10-12 Andreas Schwab <schwab@suse.de>
6712 * international/mule-cmds.el (locale-charset-language-names):
6713 Simplify regex by removing unused grouping.
6715 2003-10-10 Dave Love <fx@gnu.org>
6717 * bindings.el: Don't bind stop.
6719 2003-10-08 Miles Bader <miles@gnu.org>
6721 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6722 face instead of attempting to emulate it.
6724 2003-10-07 Kenichi Handa <handa@m17n.org>
6726 * international/mule-diag.el (list-coding-systems-1): List coding
6727 systems that are loaded automatically.
6729 * international/code-pages.el (iso-8859-11): Add autoload cookie.
6731 * international/mule.el (autoload-coding-system): New function.
6733 2003-10-07 Andreas Schwab <schwab@suse.de>
6735 * log-edit.el (log-edit-changelog-entries): Prefer local value of
6736 change-log-default-name in the buffer visiting the file.
6738 2003-10-06 Dave Love <fx@gnu.org>
6740 * files.el (find-file-hook): Customize.
6741 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6743 * bindings.el (completion-ignored-extensions): Remove .log.
6744 (global-map): Add again, open, stop keys.
6746 2003-10-05 Richard M. Stallman <rms@gnu.org>
6748 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6749 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6750 Use sh-modify directly.
6751 (sh-select): Use sh-append, not eval.
6753 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6755 * info.el (Info-following-node-name): New function.
6757 * loadhist.el (unload-feature-special-hooks):
6758 Rename from loadhist-hook-functions.
6759 (loadhist-hook-functions): Now an alias.
6761 2003-10-04 Eli Zaretskii <eliz@gnu.org>
6763 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6764 file-name clashes on 8+3 filesystems.
6766 * Makefile.in (DONTCOMPILE, bootstrap-clean):
6767 Rename loaddefs-boot.el to ldefs-boot.el
6769 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6770 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6772 2003-10-03 Lute Kamstra <lute@gnu.org>
6774 * info.el (Info-mode): Revert previous change.
6775 (Info-escape-percent): New function.
6776 (Info-fontify-node): Use it.
6778 2003-10-02 Andreas Schwab <schwab@suse.de>
6780 * loaddefs-boot.el: Regenerated.
6782 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
6784 * ffap.el: Remove defadvice related code from CVS since `complete'
6785 provides a `PC-completion-as-file-name-predicate' variable that
6788 2003-10-02 Kenichi Handa <handa@m17n.org>
6790 * international/utf-8.el (ccl-decode-mule-utf-8):
6791 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6793 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6794 * international/subst-big5.el: Likewise.
6795 * international/subst-gb2312.el: Likewise.
6796 * international/subst-ksc.el: Likewise.
6798 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6800 * calendar/calendar.el (increment-calendar-month)
6801 (calendar-leap-year-p, calendar-absolute-from-gregorian)
6802 (generate-calendar, calendar-read-date, calendar-interval)
6803 (calendar-day-of-week): Handle years BC.
6804 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6806 2003-10-01 Dave Love <fx@gnu.org>
6808 * language/cyrillic.el (cp1251): Alias for windows-1251.
6810 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6813 2003-10-01 Lute Kamstra <lute@gnu.org>
6815 * files.el: Fix typo.
6816 * imenu.el (imenu--generic-function): Docstring fix.
6818 2003-09-30 Richard M. Stallman <rms@gnu.org>
6820 * dired.el (dired-mode): Handle dired-directory as a list.
6822 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
6824 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6826 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6828 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6829 Replace gud-display with gud-watch.
6830 (gud-speedbar-buttons): Add stuff for watching expressions
6831 in the speedbar when using M-x gdba. Use dolist on old part
6834 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6835 (gdb-update-flag): New variables.
6836 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6837 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6838 (gud-watch, gdb-var-create-handler) : New functions.
6839 (gdb-var-list-children, gdb-var-list-children-handler)
6840 (gdb-var-create-regexp, gdb-var-update-regexp)
6841 (gdb-var-list-children-regexp): New constants.
6842 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6843 (gdb-annotation-rules): Reduce annotation set (level 3).
6844 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6845 (gdb-post-prompt): Don't update GDB buffers every time speedbar
6847 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6848 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6849 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6850 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6851 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6852 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6853 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6854 (gud-display, gud-display1)
6855 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6856 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6857 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6858 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6859 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6860 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6861 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6862 (gdb-display-display-buffer, gdb-toggle-display)
6863 (gdb-delete-display, gdb-expressions-popup-menu)
6864 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6865 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6868 2003-09-30 Richard M. Stallman <rms@gnu.org>
6870 * progmodes/ada-mode.el (ada-mode): Don't use advice.
6871 Instead, set which-func-functions.
6873 * progmodes/which-func.el (which-func-modes): Add ada-mode.
6874 (which-func-functions): New variable.
6875 (which-function): Use that.
6877 * info.el (Info-mode): Double each `%' in header line.
6879 * emacs-lisp/lisp-mnt.el (lm-with-file):
6880 When FILE is nil, run BODY in current buffer.
6882 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6884 * help.el (describe-mode): Start with a brief list of minor modes.
6885 Find them thru minor-mode-list so as to find them all.
6886 Show them in alphabetical order.
6888 * mail/sendmail.el (mail-aliases): Doc fix.
6890 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6892 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6894 * mail/rmailsum.el (rmail-make-summary-line-1):
6895 Change comma after last label to a space.
6896 (rmail-summary-font-lock-keywords): Adapt to that change.
6898 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
6900 * progmodes/scheme.el (scheme-mode-variables): When setting
6901 `font-lock-defaults', also specify that "#" should
6902 be interpreted with `word' syntax.
6903 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6905 2003-09-30 Lars Hansen <larsh@math.ku.dk>
6907 * desktop.el: A lot of comments updated.
6908 (desktop-save-mode): Minor mode introduced.
6909 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6910 (desktop-load-default): Function made obsolete.
6911 (desktop-locals-to-save): Variable made customizable.
6912 (desktop-read): Optional parameter `dirname' added.
6913 (desktop-change-dir, desktop-revert): Parameter `dirname' in
6914 `desktop-read' used.
6915 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6917 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
6919 * whitespace.el (whitespace-clean-msg): Add user customizable message
6920 for displaying ``clean'' output.
6921 (whitespace-buffer): Use `whitespace-clean-msg'.
6922 (whitespace-global-mode): Fix typo.
6924 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
6926 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6928 2003-09-29 Lute Kamstra <lute@gnu.org>
6930 * bindings.el (mode-line-modes): Remove superfluous :propertize
6931 construct in initialization.
6932 (mode-line-position): Change cons cell into proper list in
6935 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6937 * international/mule.el (decode-coding-inserted-region): Use car
6938 of the return value of find-operation-coding-system.
6940 2003-09-29 Kenichi Handa <handa@m17n.org>
6942 * descr-text.el (describe-char): Fix previous change.
6944 2003-09-28 Kenichi Handa <handa@m17n.org>
6946 * descr-text.el (describe-char-display): New function.
6947 (describe-char): Pay attention to display table on describing how
6948 a character is displayed.
6950 * international/mule-cmds.el (encoded-string-description):
6951 Prepend "0x" to each encoded byte.
6953 2003-09-28 Andreas Schwab <schwab@suse.de>
6955 * find-file.el (ff-special-constructs): Add autoload cookie.
6957 2003-09-28 Kevin Ryde <user42@zip.com.au>
6959 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6960 makeinfo appends to duplicate index entries.
6962 2003-09-28 Eli Zaretskii <eliz@gnu.org>
6964 * dired-x.el (dired-clean-tex): Doc fix.
6966 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6967 using a Chinese tutorial.
6969 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
6971 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6972 between "MAIL FROM:" and "RCPT TO:" and the following address.
6974 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
6976 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6978 2003-09-28 David Ponce <david@dponce.com>
6980 * recentf.el (recentf-initialize-file-name-history): New defcustom.
6981 (recentf-load-list): When `recentf-initialize-file-name-history'
6982 is non-nil, initialize an empty `file-name-history' with the
6985 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
6987 * man.el (Man-default-man-entry): Remove the leading `*' from the
6990 2003-09-26 Lute Kamstra <lute@gnu.org>
6992 * bindings.el (mode-line-position): Mention size indication in
6995 2003-09-26 Andre Spiegel <spiegel@gnu.org>
6997 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6999 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7000 because it's autoloaded now.
7002 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7004 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7005 (sh-font-lock-keywords, sh-feature): Fix previous change of
7006 sh-feature to avoid infloop with sh-font-lock-keywords.
7008 2003-09-25 Kim F. Storm <storm@cua.dk>
7010 * frame.el (frame-current-scroll-bars): New defun.
7012 * window.el (window-current-scroll-bars): New defun.
7014 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7016 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7017 cause errors when the state cache contains info on parts that have
7020 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7022 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7023 `c-setup-paragraph-variables' has to be used when this variable is
7024 changed; it doesn't work to reinitialize the mode since that
7025 typically clobbers the variable.
7027 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7028 Make it interactive.
7030 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7032 * progmodes/cc-fonts.el (c-font-lock-declarations):
7033 Fix recognition of constructors and destructors for classes whose
7034 names are matched by `*-font-lock-extra-types'.
7036 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7037 followed by an identifier in C++ then it's a type.
7039 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7041 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7042 problem that primarily affected XEmacs. Don't use faces to find
7043 unterminated strings since Emacs and XEmacs fontify strings
7044 differently - this function should now work better in XEmacs.
7046 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7048 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7049 `expand-abbrev' workaround which caused braces to misbehave inside
7052 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7053 handling. This bug could cause interactive font locking to bail out.
7055 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7057 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7058 Handle paren-style types in Pike. Also fixed some cases of
7059 insufficient handling of unbalanced parens.
7061 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7063 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7064 common shell prompts that are not common filename or URL characters.
7065 (ffap-file-at-point): Use the new regexp to strip the prompts from
7066 the file names. This is an issue mostly for user prompts that
7067 don't have a trailing space and find-file-at-point is invoked from
7068 within a shell inside Emacs.
7070 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7072 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7073 stamps numerically, rather than textually.
7075 2003-09-24 Kenichi Handa <handa@m17n.org>
7077 * language/devan-util.el (devanagari-post-read-conversion):
7078 * language/mlm-util.el (malayalam-post-read-conversion):
7079 * language/tml-util.el (tamil-post-read-conversion):
7080 Add autoload cookie.
7082 * international/utf-8.el (utf-8-post-read-conversion):
7083 Call post-read-conversion functions for Devanagari, Malayalam,
7086 2003-09-23 Dave Love <fx@gnu.org>
7088 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7090 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7092 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7095 2003-09-22 Richard M. Stallman <rms@gnu.org>
7097 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7098 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7099 (sh-mode-syntax-table-input): New variable.
7100 (sh-require-final-newline): Don't use eval.
7101 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7102 (sh-variables, sh-font-lock-keywords): Don't use eval.
7103 (sh-set-shell): When setting require-final-newline,
7104 treat value = `require-final-newline' as don't change it.
7105 Set sh-mode-syntax-table locally based on
7106 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7108 * progmodes/compile.el (compile-internal):
7109 Call compilation-set-window-height before setting window start.
7111 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7113 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7114 Clear out byte-compile-last-warned-form.
7116 2003-09-22 Richard M. Stallman <rms@gnu.org>
7118 * woman.el (woman-file-name, woman-follow-word):
7119 If current-word returns nil, use "".
7121 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7123 2003-09-22 Richard M. Stallman <rms@gnu.org>
7125 * emacs-lisp/lisp-mnt.el (lm-with-file):
7126 Don't visit the file, just use insert-file-contents in temp buffer.
7128 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7130 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7131 Add surrounding \\( and \\) around the header, as in
7132 for lm-history-header 'Change Log\\|History'.
7134 2003-09-22 John Paul Wallington <jpw@gnu.org>
7136 * progmodes/ld-script.el: Add Commentary section,
7137 minor cleanup of file header.
7138 (ld-script-font-lock-keywords): Doc fix.
7139 (toplevel): Provide `ld-script' feature.
7141 2003-09-21 Kim F. Storm <storm@cua.dk>
7143 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7144 new built-in variable default-frame-scroll-bars.
7145 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7146 scroll-bar-mode; notably, use it instead of t when we toggle
7148 (toggle-scroll-bar): Use default-frame-scroll-bars.
7150 2003-09-19 Masatake YAMATO <jet@gyve.org>
7152 * pcvs.el (cvs-do-removal): Change the prompt depending on
7155 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7157 * startup.el (command-line-1): Stop startup-echo-area-message
7158 being hidden by "Loading image..." message.
7159 (use-fancy-splash-screens-p, display-splash-screen):
7160 Move display-graphic-p test from latter to former.
7162 * progmodes/sh-script.el (sh-font-lock-keywords):
7163 Highlight escaped EOLs differently from other backslash constructs.
7165 2003-09-19 Richard M. Stallman <rms@gnu.org>
7167 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7169 (edebug-enter, edebug-outside-excursion): Use them.
7171 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7172 Fix the condition for whether to print "In WHERE".
7174 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7176 * finder.el (finder-mode-hook): New variable.
7177 (finder-mode): Run hook finder-mode-hook
7179 2003-09-18 Masatake YAMATO <jet@gyve.org>
7181 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7183 2003-09-17 Mario Lang <mlang@delysid.org>
7185 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7186 "p %e" to actually print the value in the GUD buffer.
7188 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7190 From David Ponce <david.ponce@wanadoo.fr>:
7191 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7192 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7193 from loaddefs-boot.el if necessary.
7195 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7197 * progmodes/gud.el (gud-find-class): Make jdb work again since
7198 cc-mode changed the syntactic information.
7200 2003-09-15 David Ponce <david@dponce.com>
7202 * recentf.el: (recentf-exclude): Accept predicates too.
7203 (recentf-file-readable-p): New function.
7204 (recentf-include-p): Handle predicates in recentf-exclude.
7205 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7206 (recentf-cleanup): Likewise.
7207 (recentf-save-list): Use write-file to handle backup of
7210 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7212 * loaddefs-boot.el: Renamed from `loaddefs.el'
7213 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7214 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7217 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7219 * electric.el (Electric-pop-up-window): For the `one-window' case,
7220 no longer disconcertingly move point in the original buffer.
7222 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7224 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7226 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7228 * dired.el (dired-mode-map): Fix typo.
7230 2003-09-11 Richard M. Stallman <rms@gnu.org>
7232 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7234 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7236 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7237 the function is less noisy. Now only `kill-buffer' can ask questions.
7239 2003-09-10 Mario Lang <mlang@delysid.org>
7241 * battery.el: Update Commentary and Copyright.
7242 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7243 appear due to wrong ordering of the expressions in `or'.
7245 2003-09-09 Lute Kamstra <lute@gnu.org>
7247 * misc.el (upcase-char): Fix docstring.
7248 (zap-up-to-char): New command.
7250 2003-09-08 David Ponce <david@dponce.com>
7252 Ensure that recentf correctly updates the menu bar.
7253 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7254 (recentf-menu-bar): New function.
7255 (recentf-clear-data): Use it
7256 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7257 of easy-menu-change.
7259 2003-09-08 Lute Kamstra <lute@gnu.org>
7261 * simple.el (size-indication-mode): New.
7262 * bindings.el (mode-line-position): Add buffer size indicator.
7264 2003-09-04 Mario Lang <mlang@delysid.org>
7266 * battery.el (battery-linux-proc-acpi): New function.
7267 (battery-status-function): Modify default value calculation to also
7268 check for availability of ACPI.
7269 (battery-echo-area-format): Ditto.
7270 (battery-mode-line-format): Ditto.
7272 2003-09-06 Dave Love <fx@gnu.org>
7274 * ielm.el (ielm-mode-hook): Add :options.
7276 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7277 (eldoc-print-current-symbol-info): Use it.
7279 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7281 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7282 being displayed in GUD buffer.
7283 (gdb-idle-input-queue): Remove var. Use just one queue.
7284 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7285 Remove functions. Use just one queue.
7286 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7287 (gdb-invalidate-assembler, gdb-get-current-frame):
7288 Modify functions. Use just one queue.
7290 2003-09-04 Dave Love <fx@gnu.org>
7292 * cus-start.el: Add blink-cursor-alist.
7294 * ruler-mode.el (ruler-mode-fill-column-char)
7295 (ruler-mode-current-column-char): Use char-displayable-p,
7298 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7300 * language/european.el (windows-1252): Move from code-pages.
7302 * language/cyrillic.el ("Windows-1251"): Delete.
7303 ("Bulgarian", "Belarusian"): Remove `features'.
7304 (windows-1251): Move from code-pages.
7306 * international/mule-diag.el (non-iso-charset-alist):
7307 Remove `codepage' stuff.
7308 (print-designation, list-coding-systems-1): Output fixes.
7310 * international/code-pages.el (cp-make-translation-table)
7311 (cp-valid-codes): Made defsubsts.
7312 (cp-fix-safe-chars): Delete.
7313 (mule-diag): Don't require.
7314 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7315 (top-level): Check for defined coding system when defining
7316 cp... aliases. Change w32-add-charset-info test to avoid warning.
7317 (non-iso-charset-alist): Defvar when compiling.
7318 (cp-make-coding-system): Doc fix.
7320 2003-09-02 Jason Rumney <jasonr@gnu.org>
7322 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7323 line-ends from CVS before doing conversion.
7325 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7327 * calendar/diary-lib.el (diary-header-line-flag)
7328 (diary-header-line-format): New variables.
7329 (list-diary-entries): Use them to set header line in simple diary.
7331 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7332 other than font-lock-string-face to highlight backslashes.
7334 2003-09-01 Jason Rumney <jasonr@gnu.org>
7336 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7339 2003-09-01 Dave Love <fx@gnu.org>
7341 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7343 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7344 and :help; also line and column numbers labels.
7346 * international/mule-util.el (char-displayable-p): Move from
7347 latin1-disp, rename and autoload.
7349 * international/latin1-disp.el (latin1-char-displayable-p):
7350 Now obsolete alias. Replace uses with char-displayable-p.
7351 (latin1-display-ucs-per-lynx): Fix last change.
7353 * international/mule-cmds.el (standard-display-european-internal):
7354 Don't use char code for Latin-1 NBSP.
7355 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7356 U+2018, U+2019 for `'.
7357 (select-safe-coding-system): Message fix.
7359 2003-09-01 Kenichi Handa <handa@m17n.org>
7361 * international/fontset.el (setup-default-fontset): For Thai
7362 font, specify "*" family.
7364 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7366 * progmodes/compile.el (previous-error): Accept a prefix
7367 argument, similarly to next-error.
7369 2003-08-31 Masatake YAMATO <jet@gyve.org>
7371 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7372 the number of files. Bind the number of files to a local
7373 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7375 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7377 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7378 2003-07-26: msdos-long-file-names is a function, not a variable.
7380 2003-08-29 Richard M. Stallman <rms@gnu.org>
7382 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7383 Do nothing with mail-personal-alias-file if it is nil.
7385 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7386 Do nothing if mail-personal-alias-file is nil.
7388 * term.el (term-exec-1): Bind coding-system-for-read.
7390 * dired.el (dired-mouse-find-file-other-window):
7391 Use dired-view-command-alist here, as in dired-view-file.
7392 (dired-view-command-alist): Use %s to substitute file name.
7393 Handle .ps_pages, .eps, .jpg, .gif, .png.
7395 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7397 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7398 `Info-prev-reference', instead of M-tab.
7400 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7402 * simple.el (blink-matching-open): Work correctly on chars that
7403 are designated as parens through the syntax-table text property.
7405 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7407 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7408 line break position in the middle of a non-kinsoku (e.g. latin)
7409 word, making it skip until either a space or a character with
7411 (kinsoku-longer): Test for end of buffer.
7413 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7415 * mail/rmail.el (rmail-convert-to-babyl-format):
7416 Detect quoted-printable- and base64-encoded messages and decode them
7417 automatically. Set the message's encoding from the charset=
7418 header, if any. Decode base64-encoded messages in Mail format as well.
7420 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7422 * mail/smtpmail.el: Fix previous change.
7423 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7424 calling smtpmail-via-smtp.
7425 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7427 2003-08-26 John Paul Wallington <jpw@gnu.org>
7429 * image.el (image-jpeg-p): Don't search beyond length of data.
7431 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7433 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7434 misfeature in `expand-abbrev' which caused electric keywords like
7435 "else" to disappear if an open brace was typed directly afterwards.
7437 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7439 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7440 mandatory in `define-widget'.
7442 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7443 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7445 (c-assignment-operators): New language constant that only contains
7446 the assignment operators.
7448 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7450 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7452 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7453 Safeguard against unbalanced sexps.
7455 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7457 * version.el (emacs-version): Check for gtk. Include gtk version info.
7459 2003-08-25 John Paul Wallington <jpw@gnu.org>
7461 * man.el (Man-default-man-entry): Don't whizz past the section
7462 number before looking for it.
7464 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7466 * progmodes/gud.el (gud-display-line): Don't set window-point if
7467 source buffer is not visible. (Only happens with M-x gdba.)
7469 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7471 (gdb-source, gdb-source-info): Update to assembler unnecessary
7472 as its done after each GDB command anyway.
7473 (gdb-pre-prompt): Use with-current-buffer.
7474 (gdb-insert-field): Add help-echo text.
7475 (gdb-invalidate-assembler): Re-display of assembler now done in
7476 gdb-info-breakpoints-custom.
7477 (gdb-info-breakpoints-custom): Force re-display of assembler to
7478 happen *after* update of breakpoints buffer.
7479 (gdb-display-source-buffer): Don't choke if gdb-source-window
7481 (gdb-put-string, gdb-put-arrow): Remove free variables.
7483 2003-08-24 John Paul Wallington <jpw@gnu.org>
7485 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7487 * man.el (Man-default-man-entry): Strip text properties when
7488 snarfing parts of entry because `format' preserves properties.
7490 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7492 * files.el (file-newest-backup): Use `expand-file-name'.
7494 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7495 Allow the diary to pop up a new frame, if needed.
7497 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7498 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7499 (smtpmail-send-it): Make treatment of envelope-from consistent with
7502 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7503 (sh-leading-keywords): Add the bash `time' reserved word.
7504 (sh-variables): Add some bash variables.
7505 (sh-add-completer): Fix nil branch of case statement.
7507 2003-08-24 Masatake YAMATO <jet@gyve.org>
7509 * progmodes/ld-script.el: New file.
7511 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7513 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7515 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7517 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7518 Better explain obsolescence, and what to use instead.
7520 2003-08-23 Masatake YAMATO <jet@gyve.org>
7522 * pcvs.el (cvs-do-removal): Show the deleted file name
7525 2003-08-20 Dave Love <fx@gnu.org>
7527 * international/mule.el (make-coding-system)
7528 (set-buffer-file-coding-system): Doc fix.
7530 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7532 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7534 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7536 * international/utf-16.el: Add mime-text-unsuitable coding system
7539 * international/latin1-disp.el (latin1-display): Add ?
\e$,1s"
\e(B.
7541 * cus-edit.el: Add some :links.
7544 * textmodes/bib-mode.el (bib): Add :group external.
7546 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7548 * wid-edit.el (widget-echo-help): Make it handle expressions that
7549 evaluate to strings.
7551 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7553 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7555 Simplify selection of SQL products to define highlighting and
7556 interactive mode. Includes detailed instructions on adding
7557 support for new products.
7559 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7560 product for use in highlighting and interactive mode.
7561 (sql-interactive-product): New variable. SQL product for
7562 sql-interactive-mode.
7563 (sql-product-support): New variable. Specifies product-specific
7564 parameters to drive highlighting and interactive mode.
7565 (sql-imenu-generic-expression): Add more object types.
7566 (sql-sqlite-options): Correct comment.
7567 (sql-ms-program): Use "osql" rather than "isql".
7568 (sql-prompt-regexp, sql-prompt-length): Update comment.
7569 (sql-mode-menu): Add "Start SQLi session" entry.
7570 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7571 (sql-mode-abbrev-table): Add abbreviations. Support of
7572 SYSTEM-FLAG on define-abbrev. Support was removed with last
7573 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7574 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7576 (sql-mode-ansi-font-lock-keywords): Set as default value.
7577 (sql-mode-oracle-font-lock-keywords): Set as default value.
7578 Support Oracle 9i keywords.
7579 (sql-mode-postgres-font-lock-keywords): Set as default value.
7580 (sql-mode-linter-font-lock-keywords): Set as default value.
7581 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7583 (sql-mode-sybase-font-lock-keywords)
7584 (sql-mode-interbase-font-lock-keywords)
7585 (sql-mode-sqlite-font-lock-keywords)
7586 (sql-mode-strong-font-lock-keywords)
7587 (sql-mode-mysql-font-lock-keywords)
7588 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7590 (sql-mode-font-lock-defaults): Update comment.
7591 (sql-product-feature): New function. Returns feature associated
7592 with a product from `sql-product-support' alist.
7593 (sql-product-font-lock): New function. Set font-lock support
7594 based on `sql-product'.
7595 (sql-add-product-keywords): New function. Add font-lock rules to
7596 product-specific keyword variables.
7597 (sql-set-product): New function. Set `sql-product' and apply
7598 appropriate font-lock highlighting.
7599 (sql-highlight-product): New function. Set font-lock support
7600 based on a product. Also set mode name to include product name.
7601 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7602 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7603 Use `sql-set-product'.
7604 (sql-highlight-ms-keywords)
7605 (sql-highlight-sybase-keywords)
7606 (sql-highlight-interbase-keywords)
7607 (sql-highlight-strong-keywords)
7608 (sql-highlight-mysql-keywords)
7609 (sql-highlight-sqlite-keywords)
7610 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7611 (sql-get-login): Prompt in the same order as the tokens.
7612 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7613 (sql-product-interactive): New function. Common portions of
7614 product-specific interactive mode wrappers.
7615 (sql-interactive-mode): Rewritten to use product features.
7616 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7617 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7618 (sql-db2, sql-linter): Use `sql-product-interactive'.
7619 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7620 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7621 (sql-connect-ingres, sql-connect-postgres)
7622 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7623 New functions. Format command line parameters and invoke comint on
7624 the appropriate interpreter. Code was in the corresponding
7625 `sql-xyz' function before.
7626 (sql-connect-ms): New function. Support -E argument to use
7627 operating system credentials for authentication.
7629 2003-08-18 Kenichi Handa <handa@m17n.org>
7631 * international/mule.el (encode-char): Fix for the ASCII case.
7633 2003-08-15 Kenichi Handa <handa@m17n.org>
7635 * international/fontset.el (setup-default-fontset): Change "*" to
7636 nil in the specifications of font family.
7638 2003-08-18 Kim F. Storm <storm@cua.dk>
7640 * kmacro.el (kmacro-keymap): Group related bindings in
7641 initialization for clarity. Bind C-s to start macro.
7643 (kmacro-initial-counter-value): New defvar to hold initial counter
7644 value in case we set the value before defining a macro.
7645 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7646 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7647 not defining or executing macro. Doc fix.
7648 (kmacro-add-counter): Clear kmacro-initial-counter-value.
7649 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7650 temporarily view older elements on the macro ring without cycling
7652 (kmacro-display): Doc fix.
7653 (kmacro-exec-ring-item): New helper function.
7654 (kmacro-call-ring-2nd): Use it.
7655 (kmacro-call-ring-2nd-repeat): Doc fix.
7656 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7657 (kmacro-end-or-call-macro): Execute last viewed macro (using
7658 kmacro-exec-ring-item) from ring if this follows
7659 kmacro-view-macro. This allows us to find a macro on the ring
7660 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7661 the ring to bring it to the head of the ring.
7662 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7663 Allow binding to reserved keys without specifying C-x C-k prefix.
7664 Ask for confirmation if entered key sequence is already bound to
7665 a non-macro command.
7666 (kmacro-view-macro): Repeating command will show older elements
7667 on the macro ring; C-k will execute the last viewed macro.
7668 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
7669 property from 'ring to 'head.
7671 2003-08-17 Alan Shutko <ats@acm.org>
7673 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7674 keeping December out of the alist.
7676 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7678 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7679 * calendar/calendar.el (calendar-mode-map): Bind it to key.
7680 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7681 (calendar-flatten): New function.
7682 (calendar-mouse-view-other-diary-entries)
7683 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7684 in the menu title and to show multi-line diary entries correctly
7687 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
7689 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7690 defcustom, because the default was recently changed.
7692 2003-08-16 Richard M. Stallman <rms@gnu.org>
7694 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7696 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7697 New subroutine, broken out of eval-last-sexp-1.
7698 (eval-last-sexp-1): Use eval-last-sexp-print-value.
7700 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7702 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7704 * simple.el (eval-expression): Use eval-last-sexp-print-value.
7706 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
7708 * progmodes/compile.el (compilation-error-regexp-alist):
7709 Add Java ANt error detection as described in document
7710 http://ant.apache.org/faq.html
7712 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
7714 * simple.el (backward-word, forward-to-indentation)
7715 (backward-to-indentation): Argument changed to optional.
7716 (next-line, previous-line): Use `or' instead of `unless'.
7718 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7720 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7721 instead of a constant.
7723 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
7725 * shell.el (shell): With prefix-arg, suggest a new buffer name.
7727 2003-08-12 Andre Spiegel <spiegel@gnu.org>
7729 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7730 (vc-sccs-workfile-version): Search the entire delta table, rather
7731 than just the first entry, because that might be a deleted version.
7733 2003-08-11 Karl Fogel <kfogel@red-bean.com>
7735 * menu-bar.el (menu-bar-options-menu): Supply a body for the
7736 [save-place] binding in the Options menu. Have it require
7737 'saveplace' and then toggle the variable manually, to avoid an an
7738 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
7741 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
7743 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7744 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7745 (gdb-info-threads-custom): Add help-echo text.
7746 (gdb-display-back): Don't use purecopy.
7747 (gdb-info-breakpoints-custom, gdb-reset)
7748 (gdb-assembler-custom): Use display-images-p to test if breakpoint
7749 icons can be displayed.
7751 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
7753 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7755 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
7757 * bookmark.el (bookmark-completing-read):
7758 Return a string, instead of a list of one string.
7759 Use a popup menu if activated from the mouse.
7760 (bookmark-edit-annotation): Remove unused vars.
7761 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7762 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7763 to bookmark-completing-read.
7764 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7765 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7766 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7768 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7769 (bookmark-menu-jump, bookmark-menu-insert)
7770 (bookmark-popup-menu-and-apply-function)
7771 (bookmark-menu-popup-paned-bookmark-menu): Remove.
7772 (bookmark-menu-build-paned-menu): Remove by folding it into
7773 bookmark-menu-popup-paned-menu.
7774 (menu-bar-bookmark-map): Move the define-key statements here.
7775 Use the "non-menu" commands since they now pop up a menu if needed.
7776 (bookmark-exit-hook-internal): Simplify.
7778 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
7780 * reftex-toc.el (reftex-toc-rename-label): New function.
7781 (reftex-toc-check-docstruct): New function.
7783 * reftex.el (reftex-region-active-p): New function.
7785 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7786 regexp to find the \bibliography macro.
7788 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7789 which does not exist in LaTeX.
7790 (reftex-cite-format-builtin): Added amsrefs support.
7791 (reftex-toc-confirm-promotion): New option
7794 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7795 (reftex-toc-demote, reftex-toc-promote)
7796 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7797 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7798 (reftex-toc-newhead-from-alist)
7799 (reftex-toc-load-all-files-for-promotion): New functions.
7800 (reftex-toc-help): Added description of new keys.
7801 (reftex-toc-split-windows-fraction): New option.
7802 (reftex-recenter-toc-when-idle): Search *toc* window on all
7804 (reftex-toc): Additional parameter REUSE
7805 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
7806 with REUSE argument.
7807 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7808 the call of `reftex-toc'.
7809 (reftex-make-separate-toc-frame): New function .
7810 (reftex-toc-recenter): When called with triple prefix arg, call
7811 `reftex-make-separate-toc-frame' first.
7812 (reftex-toc-toggle-dedicated-frame): New command.
7813 (reftex-toc-quit): Adapted to delete frame when called in
7816 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7817 all enclosing macros.
7820 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7822 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7825 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7827 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7829 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7831 * calendar/calendar.el (list-diary-entries-hook)
7832 (diary-display-hook, nongregorian-diary-listing-hook)
7833 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7834 Add some customize options for these hooks.
7835 (calendar-abbrev-construct): Don't try to take a substring longer
7836 than the original string.
7838 2003-08-05 Richard M. Stallman <rms@gnu.org>
7840 * emacs-lisp/testcover.el (noreturn): Report error if does return.
7841 (testcover-reinstrument-clauses): Doc fix.
7843 * emacs-lisp/warnings.el: Doc fixes, args renamed.
7844 (warning-type-format): Rename from warning-group-format.
7846 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7847 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7848 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7849 to prevent warnings about defvar for an obsolete variable.
7851 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7852 warning-group-format renamed to warning-type-format.
7854 * subr.el (read-passwd): Use clear-string instead of fillarray.
7856 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7857 Use vconcat instead of concat.
7858 (edmacro-sanitize-for-string): New function.
7860 2003-08-05 Dave Love <fx@gnu.org>
7862 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7863 line-number-display-limit-width.
7865 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7867 2003-08-05 Kenichi Handa <handa@m17n.org>
7869 * international/code-pages.el: Don't require mule-diag.
7871 * international/mule-diag.el (non-iso-charset-alist):
7872 Add autoload cookie.
7874 * language/devan-util.el (dev-glyph-order): Add an entry for the
7877 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7879 * calendar/calendar.el (diary-file, diary-file-name-prefix)
7880 (european-calendar-style, diary-date-forms)
7881 (calendar-day-name-array, calendar-month-name-array): Doc change.
7882 (generate-calendar-month): Adapt for new behaviour of
7883 `calendar-day-name' function.
7884 (calendar-abbrev-length, calendar-day-abbrev-array)
7885 (calendar-month-abbrev-array): New variables.
7886 (calendar-abbrev-construct): New function.
7887 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7888 rather than fixing abbrevs at some width. Calling syntax change.
7889 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
7890 (calendar-date-string): Adapt for new behaviours of
7891 `calendar-day-name' and `calendar-month-name' functions.
7893 * calendar/diary-lib.el (list-diary-entries): Adapt for new
7894 behaviour of `calendar-day-name' and `calendar-month-name' functions.
7895 (diary-name-pattern): Use abbrev arrays, rather than fixing
7896 abbrevs at three chars. Calling syntax change.
7897 (mark-diary-entries): Adapt for new behaviours of
7898 `diary-name-pattern' and `calendar-make-alist' functions.
7899 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7900 `diary-name-pattern' function.
7901 (font-lock-diary-date-forms): Use abbrev arrays, rather than
7902 fixing abbrevs at three chars. Calling syntax change.
7903 (cal-hebrew, cal-islam): Require when compiling.
7904 (diary-font-lock-keywords): Adapt for new behaviour of
7905 `font-lock-diary-date-forms' function.
7907 * calendar/cal-hebrew.el: Reposition some code so defined before used.
7908 (calendar-hebrew-month-name-array-common-year)
7909 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7910 (list-hebrew-diary-entries): Adapt for new behaviours of
7911 `calendar-day-name' and `add-to-diary-list' functions.
7912 (mark-hebrew-diary-entries): Adapt for new behaviours of
7913 `diary-name-pattern' and `calendar-make-alist' functions.
7915 * calendar/cal-islam.el (calendar-islamic-month-name-array):
7917 (list-islamic-diary-entries): Adapt for new behaviours of
7918 `calendar-day-name' and `add-to-diary-list' functions.
7919 (mark-islamic-diary-entries): Adapt for new behaviours of
7920 `diary-name-pattern' and `calendar-make-alist' functions.
7922 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7923 `calendar-month-name' function.
7925 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7927 * calendar/solar.el (solar-seasons-data): Move definition before use.
7929 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7930 (cal-tex-LaTeX-hourbox): Move definition before use.
7932 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7933 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7935 (displayed-month, displayed-year): Define for compiler.
7937 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
7939 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7940 MODE. Renamed from c-init-c-language-vars'.
7941 (c-initialize-cc-mode): Change accordingly.
7942 (c-common-init): Ditto.
7944 (c++-mode): Use `c-init-language-vars-for'.
7951 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
7953 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7954 or not the point moved.
7956 (c-search-decl-header-end): Don't trip up on operator identifiers
7957 in C++ and operators like == in all languages.
7959 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7960 Detect leading labels correctly.
7962 2003-08-02 Andreas Schwab <schwab@suse.de>
7964 * textmodes/ispell.el: Don't redo key bindings on loading, put
7965 them only in loaddefs.el.
7966 * bookmark.el: Likewise.
7967 * dabbrev.el: Likewise.
7968 * emerge.el: Likewise.
7970 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7971 has more than one member.
7973 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7975 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7977 * lpr.el (printify-region): It was ending conversion before the
7978 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
7980 2003-07-31 John Paul Wallington <jpw@gnu.org>
7982 * net/browse-url.el (browse-url-epiphany): Doc fix.
7984 2003-07-30 Kenichi Handa <handa@m17n.org>
7986 * international/fontset.el (setup-default-fontset):
7987 Change registry names of Akurti fonts.
7989 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7991 * comint.el (comint-read-noecho): Use `clear-string' instead of
7994 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
7996 * outline.el (outline-mode-hook): Add defvar.
7998 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8000 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8001 Restore assembler in source window if that is what has been selected.
8002 (menu): Add gdb-restore-windows to menu. Make gdba
8003 specific menus only visible from gdba.
8005 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8007 * progmodes/compile.el (compilation-environment): New user variable.
8008 (compile-internal): Respect it.
8010 2003-07-23 Masatake YAMATO <jet@gyve.org>
8012 * progmodes/gud.el (gdb-script-font-lock-keywords):
8013 Put `font-lock-function-name-face' on a symbol which includes
8014 `-' like `hook-run'. Put font-lock-variable-name-face
8015 on a symbol starting with $.
8017 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8019 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8021 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8023 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8025 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8027 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8028 Use with-no-warnings.
8029 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8030 rather than to find-file-not-found-hook, which doesn't exist.
8032 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8034 * international/quail.el (quail-translate-key): Fix previous change.
8036 2003-07-25 John Paul Wallington <jpw@gnu.org>
8038 * server.el (server-start): Check `server-process' is non-nil
8039 before killing it to avoid killing current buffer's process.
8041 * simple.el (choose-completion-string): Use `minibufferp';
8042 test `completion-reference-buffer' if `buffer' arg is nil.
8043 (push-mark): Use `when' and `unless'.
8044 (pop-mark): Use `when'.
8046 * mouse-sel.el (mouse-sel-get-selection-function):
8047 Check `x-last-selected-text-primary'. Don't barf if it or
8048 `x-last-selected-text' aren't bound.
8050 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8052 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8054 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8056 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8058 2003-07-23 John Paul Wallington <jpw@gnu.org>
8060 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8062 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8064 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8065 string. Defvar the derived hook.
8067 * macros.el (insert-kbd-macro): Escape double quote character.
8068 From Thomas W Murphy <twm@andrew.cmu.edu>.
8070 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8072 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8073 to match the specific mark rather than reusing comment-start-skip.
8075 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8077 * progmodes/hideshow.el (hs-special-modes-alist):
8078 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8080 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8082 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8085 2003-07-21 John Paul Wallington <jpw@gnu.org>
8087 * subr.el (with-selected-window): Add closing paren.
8089 2003-07-21 Richard M. Stallman <rms@gnu.org>
8091 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8092 (lisp-mode): Likewise.
8094 * subr.el (with-selected-window): Copy code form save-selected-window
8095 so as to call select-window with norecord arg.
8096 (dynamic-completion-table): Doc fix.
8097 (lazy-completion-table): Doc fix.
8099 * international/mule-cmds.el (set-locale-environment):
8100 langinfo renamed to locale-info.
8102 * international/mule.el (auto-coding-functions): Doc fix.
8104 2003-07-21 Kenichi Handa <handa@m17n.org>
8106 * international/quail.el (quail-translate-key):
8107 Update quail-current-str correctly.
8109 2003-07-21 Andreas Schwab <schwab@suse.de>
8111 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8114 2003-07-20 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
8115 Version 2.0.36 of Tramp released.
8117 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8118 tramp-password-end-of-line.
8119 (tramp-password-end-of-line): New method parameter.
8120 (tramp-get-password-end-of-line): Function to access method
8121 parameter `tramp-password-end-of-line', or variable
8122 `tramp-default-password-end-of-line' (default value).
8123 (tramp-methods): Add entries for new parameter
8124 tramp-password-end-of-line.
8125 (tramp-enter-password): Use new function
8126 `tramp-get-password-end-of-line'.
8127 (tramp-handle-insert-file-contents): Do not
8128 unconditionally inhibit the file operation file-local-copy, only
8129 do that when the inhibit-file-name-operation is currently
8130 insert-file-contents. This fixes finding remote CVS-controlled
8131 files. (It would barf on inserting the CVS/Entries file
8132 literally, because the file-local-copy handler wasn't called.)
8133 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8134 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8135 (tramp-initial-commands): New variable.
8136 (tramp-process-initial-commands): New function, using the variable.
8137 (tramp-open-connection-setup-interactive-shell): Call the new function.
8138 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8139 method into the buffer name, never use nil. Reported by Hanak
8140 David <dhanak@inf.bme.hu>.
8141 (tramp-open-connection-setup-interactive-shell): Erase buffer
8142 before sending "stty -onlcr".
8144 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8146 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8148 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8150 2003-07-19 John Paul Wallington <jpw@gnu.org>
8152 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8153 (artist-draw-rect, artist-draw-square): Doc fixes.
8155 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8157 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8159 2003-07-19 Kenichi Handa <handa@m17n.org>
8161 * international/kkc.el (kkc-show-conversion-list-update):
8162 Highlight the correct candidate in the message.
8164 2003-07-18 John Paul Wallington <jpw@gnu.org>
8166 * simple.el (current-word): Don't include punctuation char when
8167 `really-word' arg is non-nil.
8169 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8171 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8172 moved to the directory obsolete.
8174 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8176 * info.el (Info-menu-entry-name-re): Allow newlines in
8179 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8180 syntax-ppss-after-change-function.
8181 (syntax-ppss-after-change-function): New alias. Update uses.
8182 (syntax-ppss): Catch the case where the buffer is narrowed.
8184 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8186 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8187 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8189 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8191 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8192 since it might be modified.
8194 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8195 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8196 names to these language constants.
8198 2003-07-15 Kim F. Storm <storm@cua.dk>
8200 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8203 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8205 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8208 2003-07-13 Juanma Barranquero <lektu@terra.es>
8210 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8213 2003-07-13 Karl Eichwalder <ke@suse.de>
8215 * textmodes/po.el (po-find-charset): White space at the start of the
8216 Content-Type field body is non-mandatory.
8218 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8220 * textmodes/texinfo.el (texinfo-section-list):
8221 Append appendixsection; a synonym for appendixsec.
8223 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8225 * man.el (Man-translate-cleanup): New.
8226 (Man-translate-references): Call `Man-translate-cleanup' to clean
8227 leading, trailing and middle spaces.
8229 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8231 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8232 Handle `dired-directory' being a list.
8234 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8236 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8239 2003-07-12 Richard M. Stallman <rms@gnu.org>
8241 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8243 * progmodes/cc-defs.el (c-make-keywords-re):
8244 Don't use delete-duplicates.
8245 (c-lang-const): Don't use mapcan.
8247 * apropos.el (apropos-show-scores): Make it customizable.
8248 Document new meaning.
8249 (apropos): Compute scores from symbols.
8250 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8252 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8254 * ps-bdf.el: Fix copyright line.
8255 (bdf-directory-list): Fix initialization code.
8257 2003-07-11 John Paul Wallington <jpw@gnu.org>
8259 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8260 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8261 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8263 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8265 * emacs-lisp/ring.el (ring-elements): Doc fix.
8267 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8269 * calendar/timeclock.el (timeclock-relative)
8270 (timeclock-ask-before-exiting, timeclock-use-display-time):
8272 (timeclock-modeline-display): Give a message if
8273 `timeclock-use-display-time' is non-nil but `display-time-mode'
8276 2003-07-11 Kenichi Handa <handa@m17n.org>
8278 * international/mule-cmds.el (set-language-environment):
8279 Set current-language-environment to the correct string.
8281 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8283 * ps-print.el: Print line number correctly in a region. Reported by
8284 Tim Allen <timallen@ls83.fsnet.co.uk>.
8285 (ps-print-version): New version number (6.6.2).
8286 (ps-printing-region): Code fix.
8288 2003-07-10 John Paul Wallington <jpw@gnu.org>
8290 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8291 this function can be called from `add-completions-from-tags-table'.
8293 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8295 * calendar/timeclock.el (timeclock-use-display-time)
8296 (timeclock-day-over-hook, timeclock-workday-remaining)
8297 (timeclock-status-string, timeclock-when-to-leave)
8298 (timeclock-when-to-leave-string, timeclock-log-data)
8299 (timeclock-find-discrep, timeclock-day-base)
8300 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8301 (timeclock-modeline-display): Set the variable
8302 `timeclock-modeline-display'.
8303 (timeclock-update-modeline): Doc fix. Respect value of
8304 `timeclock-relative'.
8306 2003-07-09 Richard M. Stallman <rms@gnu.org>
8308 * textmodes/reftex-parse.el (reftex-all-document-files):
8309 Add autoload cookie.
8311 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8312 (reftex-scanning-info-available-p): Add autoload cookie.
8314 * international/mule-cmds.el
8315 (set-display-table-and-terminal-coding-system): Delete duplicate
8316 aset on standard-display-table.
8318 * view.el (view-file): If existing buffer's major mode is special,
8319 don't go into view mode.
8321 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8323 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8325 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8326 buffer changes; there's third party code that calls this function
8329 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8331 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8332 (autodoc-font-lock-keywords): Don't byte compile on font lock
8333 initialization when running from byte compiled files.
8335 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8337 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8338 statement ends with auto-increment "++".
8340 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8342 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8343 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8344 these are changed, so declare them as variables and not constants.
8346 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8348 * subr.el (dolist, dotimes): Doc fix.
8350 2003-07-08 Kim F. Storm <storm@cua.dk>
8352 * international/mule-cmds.el
8353 (set-display-table-and-terminal-coding-system): Don't break
8354 bootstrap if standard-display-table isn't setup yet.
8356 2003-07-07 Richard M. Stallman <rms@gnu.org>
8358 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8359 Give it a doc string, and autoload it.
8361 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8362 Use with-no-warnings.
8364 * info.el (Info-search): If find invisible text, search again.
8366 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8368 * man.el (Man-name-regexp): Match + as part of name.
8370 * simple.el (visible-mode): Rename from vis-mode.
8371 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8373 * simple.el (current-word): New arg REALLY-WORD specifies
8374 don't include punctuation chars.
8376 * emacs-lisp/debug.el (debug, debugger-env-macro):
8377 Use with-no-warnings while accessing and binding unread-command-char.
8379 * international/mule-cmds.el
8380 (set-display-table-and-terminal-coding-system): Use explicit loop
8381 instead of calling standard-display-default.
8383 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8384 Use condition-case to catch error in ange-ftp-get-files.
8386 * net/browse-url.el (browse-url-browser-function):
8387 Add alternative for Epiphany.
8388 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8389 (browse-url-epiphany-startup-arguments)
8390 (browse-url-epiphany-new-window-is-tab): New variables.
8391 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8393 * progmodes/compile.el (compile-auto-highlight): Default now t.
8395 (compilation-next-error): Fix previous change.
8397 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8399 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8401 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8403 * gdb-ui.el (gdb-source-info): Display current frame when
8404 attaching to an existing process.
8405 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8406 while laying out windows when attaching to an existing process.
8408 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8410 * info.el (Info-menu): Use Info-menu-entry-name-re.
8412 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8414 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8415 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8417 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8418 to match the same text.
8420 2003-07-06 John Paul Wallington <jpw@gnu.org>
8422 * vc.el (vc-annotate-offset): Move defvar up.
8424 2003-07-06 Kim F. Storm <storm@cua.dk>
8426 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8427 This should fix the infinite loop when extracting menu names.
8429 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8431 * files.el (auto-mode-alist, interpreter-mode-alist):
8432 Remove entries to CC Mode modes to avoid duplicates; they are now added
8433 with autoload directives in cc-mode.el.
8435 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8437 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8438 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8439 these are changed, so declare them as variables and not constants.
8441 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8442 ensure that the entry for ".c" extension comes before the one for
8443 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8444 Fix incorrect entries that were added to `interpreter-mode-alist'.
8445 Move the autoload directives for AWK to the top level since they
8446 aren't recognized anywhere else. Do not use the new AWK mode doc
8447 in the autoload form for the old AWK mode.
8449 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8451 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8452 (bibtex-sort-ignore-string-entries): Default value t.
8453 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8454 erroneously in previous version.
8455 (bibtex-string-files): Docstring reflects new parsing scheme.
8456 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8457 docstring, add # as one of the chars to crush
8458 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8459 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8460 (bibtex-autokey-name-change-strings)
8461 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8462 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8463 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8464 (bibtex-autokey-title-terminators)
8465 (bibtex-autokey-titlewords-stretch)
8466 (bibtex-autokey-titleword-ignore)
8467 (bibtex-autokey-titleword-case-convert)
8468 (bibtex-autokey-titleword-abbrevs)
8469 (bibtex-autokey-titleword-abbrevs)
8470 (bibtex-autokey-titleword-change-strings)
8471 (bibtex-autokey-titleword-length)
8472 (bibtex-autokey-titleword-separator)
8473 (bibtex-autokey-name-year-separator)
8474 (bibtex-autokey-year-title-separator)
8475 (bibtex-autokey-before-presentation-function)
8476 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8478 (bibtex-strings, bibtex-reference-keys):
8479 Use lazy-completion-table and make-variable-buffer-local.
8480 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8481 (bibtex-braced-string-syntax-table)
8482 (bibtex-quoted-string-syntax-table): New variables.
8483 (bibtex-parse-nested-braces): Remove.
8484 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8485 (bibtex-parse-association): Simplify.
8486 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8487 (bibtex-parse-field-text): Simplify.
8488 (bibtex-search-forward-field, bibtex-search-backward-field):
8489 argument BOUND can take value t.
8490 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8491 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8492 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8493 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8494 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8495 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8496 and ending of entry. Update for changes of bibtex-search-entry.
8498 (bibtex-map-entries): FUN is called with three arguments.
8499 (bibtex-search-entry): Return a cons pair with buffer positions of
8500 beginning and end of entry.
8501 (bibtex-enclosing-field): Simplify.
8502 (bibtex-format-entry): Use booktitle to set a missing title.
8503 (bibtex-autokey-get-names): Fiddle with regexps.
8504 (bibtex-generate-autokey): Use identity.
8505 (bibtex-parse-keys): Use simplified parsing algorithm if
8506 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8507 arguments. Return alist of keys.
8508 (bibtex-parse-strings): Simplify. Return alist of strings.
8509 (bibtex-complete-string-cleanup): Fix docstring.
8510 (bibtex-read-key): New function.
8511 (bibtex-mode): Fix docstring. Do not parse for keys and
8512 strings when the mode is entered. Set fill-paragraph-function to
8513 bibtex-fill-field. Setup font-lock-mark-block-function the way
8515 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8516 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8517 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8518 (bibtex-Preamble): Avoid hard coded constants.
8519 (bibtex-make-field): Fix docstring. Simplify.
8520 (bibtex-beginning-of-entry): Always return new position of point.
8521 (bibtex-end-of-entry): Rearrange cond clauses.
8522 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8523 Update for changes of bibtex-map-entries.
8524 (bibtex-ispell-abstract): Do not move point.
8525 (bibtex-entry-index): Use downcase. Simplify.
8526 (bibtex-lessp): Handle catch-all.
8527 (bibtex-find-crossref): Turn into a command.
8528 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8529 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8531 (bibtex-fill-field-bounds): New function.
8532 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8533 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8534 (bibtex-String): Use bibtex-strings. Always obey
8535 bibtex-sort-ignore-string-entries.
8537 2003-07-05 John Paul Wallington <jpw@gnu.org>
8539 * cus-theme.el (customize-create-theme):
8540 Call `customize-create-theme' in Reset widget's notify function.
8542 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8543 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8544 (define-ibuffer-column name): Add summarizer.
8545 (define-ibuffer-column size): Likewise.
8546 (define-ibuffer-column filename): Likewise.
8547 (define-ibuffer-column process): Likewise. Change BODY's output too.
8548 (define-ibuffer-column filename-and-process): Likewise, likewise.
8549 (ibuffer): Remove local vars `already-in' and `need-update'.
8551 * ibuf-ext.el: Don't require `derived' at compile-time.
8553 2003-07-05 Kim F. Storm <storm@cua.dk>
8555 * info.el: Disable paragraph refilling.
8556 (Info-refill-paragraphs): New defcustom.
8557 (Info-fontify-node): Use it.
8559 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8561 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8562 thingies from constructors created by defstruct.
8564 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8565 the default value of the variable.
8566 (byte-code-meter): Move declaration to top level.
8568 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8570 * info.el (Info-following-node-name-re): New fun.
8571 (Info-following-node-name): Remove.
8572 (Info-insert-dir): Use the new fun.
8573 (Info-extract-pointer): Don't save restriction; use new fun.
8574 (Info-menu-entry-name-re): New const.
8575 (Info-menu-entry-name-re): Use it along with new fun.
8576 (Info-node-spec-re): Use new fun.
8577 (Info-complete-menu-item, Info-fontify-node): Use new const.
8578 (Info-goto-node, Info-follow-reference, Info-menu-update):
8580 (Info-follow-reference): Use assoc-string.
8581 Use a list of strings for the completion table.
8582 (Info-fontify-node): Use match-string, line-end-position.
8583 Limit the search for `node:' to the first line.
8585 * newcomment.el (uncomment-region): Remove padding coming from
8586 comment-start rather than just from comment-padding.
8588 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8589 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8590 (vc-cvs-rename-file): Remove (use the default).
8591 (vc-cvs-register): Register parent dir if needed.
8592 (vc-cvs-could-register): Return non-nil if parent can be registered.
8593 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8594 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8596 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8597 (vc-svn-update): Fix the arguments to `svn'.
8598 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8599 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8600 Simple implementations, assuming `name' is a URL.
8602 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8603 set of chars allowed unquoted in a case pattern.
8605 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8607 * font-lock.el (font-lock-extra-types-widget)
8608 (c-font-lock-extra-types, c++-font-lock-extra-types)
8609 (objc-font-lock-extra-types, java-font-lock-extra-types)
8610 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8611 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8612 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8613 (font-lock-match-c++-structor-declaration)
8614 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8615 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8616 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8617 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8618 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8619 (java-font-lock-keywords-3, java-font-lock-keywords)
8620 (java-font-lock-syntactic-face-function): Remove obsolete code
8621 and constants. It's all in cc-fonts.el now.
8623 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8625 * mail/sendmail.el (mail-specify-envelope-from)
8626 (mail-envelope-from): Doc fix.
8628 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8630 * generic-x.el: Do away with the dependency on `c-emacs-features'
8631 when populating `rul-generic-mode-syntax-table'; we already know
8634 See ChangeLog.10 for earlier changes.
8637 ;; coding: iso-2022-7bit
8640 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8641 Copying and distribution of this file, with or without modification,
8642 are permitted provided the copyright notice and this notice are preserved.
8644 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1