(Input Focus): Add documentation for `select-frame-set-input-focus'.
[emacs.git] / lisp / ChangeLog
blob7dc899bd6055b9e9e2808cd7c79874cde70b14e7
1 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
3         * progmodes/grep.el (grep-compute-defaults, grep-command)
4         (grep-program, find-program, grep-find-use-xargs, grep-history)
5         (grep-find-history, grep-tag-default, grep-find-command)
6         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7         Add autoload cookies, for unbundled packages that load `compile'
8         and expect all grep-related symbols to become defined.
10 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
12         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload
13         cookies.
14         (iimage-mode-image-search-path): New user option to search the
15         image file.
16         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
17         have locate-file.
18         (iimage-mode-buffer): Use it.
20 2004-07-03  Nick Roberts  <nickrob@gnu.org>
22         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
23         carefully.
24         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
26 2004-07-03  Juri Linkov  <juri@jurta.org>
28         * replace.el (query-replace-read-args): Swallow space after 'foo,
29         not after (quote foo).  Match space only immediately after symbol,
30         not anywhere in the whole string.
32 2004-07-02  Richard M. Stallman  <rms@gnu.org>
34         * replace.el (query-replace-read-args): Swallow space after
35         symbols, not after closeparens.  But avoid error if string ends there.
37         * progmodes/python.el (python-beginning-of-statement):
38         Exit the loop if backward-up-list gets error.
40         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
42 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
44         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
45         only if vc-consult-headers is non-nil.
47 2004-07-02  Juri Linkov  <juri@jurta.org>
49         * pcvs.el (cvs-mode-diff-repository): New command.
51         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
53 2004-07-01  Juri Linkov  <juri@jurta.org>
55         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
56         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
57         C-M-% to isearch-query-replace-regexp.
58         (minibuffer-local-isearch-map): Add arrow key bindings.
59         Bind C-f to isearch-yank-char-in-minibuffer.
60         (isearch-forward): Doc fix.
61         (isearch-edit-string): Doc fix.
62         (isearch-query-replace, isearch-query-replace-regexp): New funs.
63         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
64         (isearch-yank-char): Add optional arg.
65         (isearch-yank-char-in-minibuffer): New fun.
67         * replace.el (query-replace-interactive): Change type from boolean
68         to choice.  Add value `initial'.
69         (query-replace-read-args): Handle value `initial' of
70         query-replace-interactive.
72 2004-06-29  Kim F. Storm  <storm@cua.dk>
74         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
75         (breakpoint-disabled-bitmap-face): Add :group 'gud.
77         * progmodes/ada-xref.el (ada-tight-gvd-integration):
78         Add :group 'ada.
80         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
82 2004-06-29  Juri Linkov  <juri@jurta.org>
84         * replace.el (query-replace-read-args): Swallow a space after
85         everything except )]" which in most cases means after a symbol.
87         * emacs-lisp/pp.el (pp-buffer): Add autoload.
89 2004-06-28  Richard M. Stallman  <rms@gnu.org>
91         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
92         More changes to go with previous change in font-lock.el.
94 2004-06-26  David Kastrup  <dak@gnu.org>
96         * replace.el (perform-replace): Highlight the match even in
97         non-query mode if there is potential replace string editing.
99 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
101         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
102         agree with new return value of `file-remote-p'.
103         This syncs with Tramp 2.0.42.
105         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
106         according to new documentation of `file-remote-p'.
108         * files.el (file-remote-p): Fix doc to say that return value is
109         identification of remote system, if not nil.
110         (file-relative-name): Use new return value of `file-remote-p'.
112 2004-06-26  Nick Roberts  <nickrob@gnu.org>
114         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
115         (gdb-goto-breakpoint): Fix breakage.
117 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
119         * man.el (Man-getpage-in-background): Add windows-nt to the list
120         of systems where shell-file-name should be used instead of
121         literal "sh".
123 2004-06-25  Sam Steingold  <sds@gnu.org>
125         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
126         function names `(setf symbol)'.
128 2004-06-24  Richard M. Stallman  <rms@gnu.org>
130         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
132         * font-lock.el (font-lock-keywords): Change format of compiled values.
133         Document it.
134         (font-lock-add-keywords): If font-lock-keywords is compiled,
135         extract the uncompiled version, modify, then recompile.
136         (font-lock-remove-keywords): Likewise.
137         (font-lock-fontify-keywords-region): Handle changed format.
138         (font-lock-compile-keywords): Handle changed format.
139         (font-lock-set-defaults): Compile the keywords explicitly here.
141 2004-06-24  David Kastrup  <dak@gnu.org>
143         * replace.el (query-replace-read-args): Implement `\,' and `\#'
144         replacements here.
145         (query-replace-regexp): Doc string explaining this and the new
146         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
147         is better placed in `query-replace-read-args'.
148         (replace-regexp): Explain `\,', `\#' and `\?'.
149         (replace-match-data): New function for thorough reuse/destruction
150         of old match-data.
151         (replace-match-maybe-edit): Function for implementing `\?' editing.
152         (perform-replace): Fix maintaining of the match stack including
153         already matched regions, implement `\?', fix various problems
154         with regions while editing and other stuff.
155         (replace-highlight): Simplify.
157 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
159         * progmodes/grep.el (grep-error-screen-columns): New variable.
160         (grep-regexp-alist): Give it the full functionality of gnu style
161         compilation messages with line and column ranges.  Ask me for the
162         perl script I'm working on, that uses these.
164 2004-06-23  Nick Roberts  <nickrob@gnu.org>
166         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
167         Remove.
168         (comint-insert-input, comint-mouse-insert-input): New functions
169         based on comint-insert-clicked-input for two bindings but just
170         one functionality.
172 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
174         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
176 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
178         * files.el (write-contents-functions): Doc fix.
180 2004-06-21  Juanma Barranquero  <lektu@terra.es>
182         * image.el (image-library-alist): Rewrite docstring in active voice.
184 2004-06-20  Richard M. Stallman  <rms@gnu.org>
186         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
188         * isearch.el (isearch-repeat): Avoid testing old match data.
189         (isearch-message): Display trailing space in special font
190         when search is failing.
191         (isearch-search-fun-function): Doc fix.
193         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
195 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
197         * frame.el (show-trailing-whitespace): Doc fix.
199         * cus-edit.el (custom-variable-documentation): New function.
200         (custom-variable): Use it.
202 2004-06-19  Nick Roberts  <nickrob@gnu.org>
204         * man.el (Man-getpage-in-background): Revert previous change but
205         make cygwin a special case.
207 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
209         * autorevert.el (global-auto-revert-non-file-buffers):
210         Update docstring.
212 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
214         * progmodes/compile.el (compilation-error-properties): Store one
215         more than end-col, if present, so that transient-mark-mode will
216         highlight last char too.
217         * progmodes/grep.el (grep-regexp-alist): Match columns and column
218         ranges, if present.
220 2004-06-18  Jason Rumney  <jasonr@gnu.org>
222         * makefile.w32-in: Double percent signs in for loops.
224 2004-06-17  David Kastrup  <dak@gnu.org>
226         * replace.el (query-replace-read-args): Only warn about use of \n
227         and \t when we are doing a regexp replacement and the actual
228         escaped character is n or t.
229         (query-replace-regexp): Add \, and \# interpretation to
230         interactive call and document it.
231         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
232         as shortkey for replace-count.
233         (replace-quote): New function for doubling backslashes.
235 2004-06-17  Juanma Barranquero  <lektu@terra.es>
237         * files.el (parse-colon-path, cd): Mention in docstring that the
238         path separator is colon in GNU-like systems.
240         * newcomment.el (comment-region-internal): Fix docstring.
242         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
243         (ewoc-invalidate, ewoc-collect): Doc fixes.
244         (ewoc--create-node, ewoc--delete-node-internal):
245         Fix typos in docstring.
247 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
249         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
250         manual to docstring.
252 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
254         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
256 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
258         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
259         Add hyperlink to emacs-xtra manual to docstring.
261         * autorevert.el (global-auto-revert-non-file-buffers):
262         Add hyperlink to emacs-xtra manual to docstring, as well as an
263         info-link.
265 2004-06-14  Juanma Barranquero  <lektu@terra.es>
267         * image.el (image-library-alist): New variable to map image types
268         to external libraries.  Initialized to nil, unless system-specific
269         configs change it.
270         (image-type-available-p): Determine whether an image type is
271         available by calling `init-image-library'.
273         * term/w32-win.el (image-library-alist): Initialize to a known set
274         of probable library names.
276 2004-06-14  Kenichi Handa  <handa@m17n.org>
278         * international/code-pages.el (windows-1256, cp1125): Fix tables
279         for several characters.
281         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
283 2004-06-13  Richard M. Stallman  <rms@gnu.org>
285         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
287         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
288         not "`pc-selection-mode'".
290         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
292         * simple.el (previous-matching-history-element): Specify a default.
294         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
296         * cus-face.el (custom-declare-face): Simplify code.
298         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
300 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
302         * files.el (before-save-hook): Add `time-stamp' to the options.
304         * time-stamp.el (time-stamp): Recommend adding it to
305         `before-save-hook', rather than `write-file-functions'.
306         Make a similar change in `Commentary' section.
308 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
310         * diff-mode.el (diff-current-defun): If at start of hunk, use
311         position of first change.
313 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
315         * dired-x.el (dired-mark-omitted): Bind to "*O".
317 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
319         * bookmark.el (bookmark-bmenu-relocate): New function, as
320         suggested by David J. Biesack <David.Biesack@sas.com>.
321         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
322         (bookmark-bmenu-mode): Describe binding in doc string.
323         (bookmark-set-filename): Save the bookmark list if it's time.
325 2004-06-13  Kenichi Handa  <handa@m17n.org>
327         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
328         (ccl-untranslated-to-ucs): Fix typo.
330 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
332         * progmodes/python.el (python-open-block-statement-p):
333         Fix indentation after a block opening that contains a comment.
335 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
337         * bindings.el (completion-ignored-extensions): Add file extensions
338         of Python byte-compiled files.
340 2004-06-12  Juri Linkov  <juri@jurta.org>
342         * info.el (Info-goto-node): Add autoload.
343         (Info-toc): Add substring-no-properties on Info file name.
344         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
345         (Info-mode-map): Bind L to Info-history, T to Info-toc.
347 2004-06-12  Kenichi Handa  <handa@m17n.org>
349         * international/mule-cmds.el (set-language-environment):
350         Load subst tables if necessary.
352         * international/mule.el (decode-char): Load subst tables if necessary.
353         (encode-char): Likewise.
355         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
356         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
357         (utf-16le-decode-loop): Set r5 to -1 before loop.
358         (utf-16be-decode-loop): Likewise.
359         (ccl-decode-mule-utf-16le): Add EOF processing block.
360         (ccl-decode-mule-utf-16be): Likewise.
361         (ccl-decode-mule-utf-16le-with-signature): Likewise.
362         (ccl-decode-mule-utf-16be-with-signature): Likewise.
363         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
364         (ccl-mule-utf-16-encode-untrans): New CCL.
365         (utf-16-decode-to-ucs): Handle pre-read character.
366         (utf-16le-encode-loop): Handle surrogate pair.
367         (utf-16be-encode-loop): Likewise.
368         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
369         of utf-16le-encode-loop.
370         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
371         of utf-16be-encode-loop.
372         (mule-utf-16-post-read-conversion):
373         Call utf-8-post-read-conversion at first.
374         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
375         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
376         Add post-read-conversion and pre-write-conversion.
378         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
379         (utf-translate-cjk-unicode-range): New variable.
380         (utf-translate-cjk-load-tables): New function.
381         (utf-lookup-subst-table-for-decode): New function.
382         (utf-lookup-subst-table-for-encode): New function.
383         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
384         tables here.  Update safe-charsets of utf-* coding systems.
385         (ccl-mule-utf-untrans): New CCL.
386         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
387         at end of each branch.
388         (ccl-mule-utf-8-encode-untrans): New CCL.
389         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
390         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
391         length of encoding.  Don't return r0.
392         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
393         (utf-8-post-read-conversion): Narrow to region properly.
394         If utf-translate-cjk-mode is on, load tables if necessary.
395         Call utf-8-compose with hash-table arg if necessary.
396         Call XXX-compose-region instead of XXX-post-read-convesion.
397         (utf-8-pre-write-conversion): New function.
398         (mule-utf-8): Include CJK charsets in safe-charsets if
399         utf-translate-cjk-mode is on.  Add pre-write-conversion.
401         * international/characters.el: Temporarily set
402         utf-translate-cjk-mode to nil.
404         * language/devan-util.el (devanagari-compose-region):
405         Add autoload cookie.
407         * international/ccl.el (ccl-dump-call): Fix printing the
408         subroutine name.
410 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
412         * dired.el (dired-revert): If buffer is marked unmodified before
413         reverting, keep it marked unmodified.
414         Adapt to new conventions for commenting out code.
415         (dired-make-relative): Adapt to new conventions for commenting out code.
417 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
419         * eshell/esh-module.el (eshell-load-defgroups):
420         Bind `vc-handled-backends' to nil when opening files.
422 2004-06-11  Juanma Barranquero  <lektu@terra.es>
424         * files.el (parse-colon-path, cd): Doc fixes (refer to
425         `path-separator', not colon).
427 2004-06-10  Juanma Barranquero  <lektu@terra.es>
429         * newcomment.el (comment-search-forward)
430         (comment-search-backward): Fix typos in docstring.
431         (comment-region): Doc fix.
433 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
435         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
436         switch is no longer stored in `dired-switches-alist'.
438         * dired-aux.el (dired-insert-subdir): Do not store R switch in
439         `dired-switches-alist'.
441 2004-06-10  Kim F. Storm  <storm@cua.dk>
443         * pcvs.el (cvs-mode-diff-yesterday): New command.
445         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
447 2004-06-10  Juri Linkov  <juri@jurta.org>
449         * emacs-lisp/edebug.el (edebug-eval-defun):
450         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
451         Fix docstring.
453         * simple.el (eval-expression-print-format): Don't print additional
454         information on the first call to `eval-print-last-sexp'.
455         (next-error-find-buffer): Fix punctuation.
456         (killing) <defgroup>: Fix punctuation.
457         (yank-excluded-properties): Change group from editing to killing.
459         * replace.el (perform-replace): Use `limit' to terminate the
460         while-loop explicitly.
462 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
464         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
465         Use lc-*.xpm as prefix instead of *-locol.xpm.
467         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
468         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
469         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
470         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
471         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
472         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
473         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
474         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
475         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
476         * toolbar/lc-up_arrow.xpm:
477         Renamed from *-locol.xpm.
479 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
481         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
482         include forms like &<str>; as valid url patterns.
484 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
486         * dired.el (dired-diff, dired-backup-diff)
487         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
488         (dired-do-chown, dired-do-touch, dired-do-print)
489         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
490         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
491         (dired-create-directory, dired-do-copy, dired-do-symlink)
492         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
493         (dired-do-copy-regexp, dired-do-hardlink-regexp)
494         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
495         (dired-maybe-insert-subdir, dired-next-subdir)
496         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
497         (dired-kill-subdir, dired-tree-up, dired-tree-down)
498         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
499         (dired-run-shell-command, dired-query): Remove redundant,
500         or incorrect, autoloads.
502         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
503         does not end in a slash.  Add optional argument KILL-ROOT.
504         Update docstring.
505         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
506         (dired-query): Add autoloads.
508 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
510         * progmodes/compile.el (compilation-set-window-height):
511         Rearrange the save-* functions because a buffer can have several current
512         point in different windows.
513         (compilation-error-regexp-alist-alist): Recognize {standard input}
514         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
516 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
518         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
519         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
520         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
521         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
522         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
523         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
524         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
525         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
526         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
527         * toolbar/up_arrow-locol.xpm:
528         New versions of icons that uses fewer colors.
530         * toolbar/tool-bar.el (tool-bar-local-item)
531         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
532         if display-color-cells is 256 or less.
534 2004-06-08  Kim F. Storm  <storm@cua.dk>
536         * wid-edit.el (widget-specify-button): Use hand pointer rather
537         than mouse-face as visible mouse-over effect.
539 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
541         * saveplace.el (save-place-alist-to-file): Bind `print-length'
542         and `print-level' to nil when writing out `save-place-alist'.
543         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
545 2004-06-07  Juanma Barranquero  <lektu@terra.es>
547         * completion.el (completion-kill-region): Doc fix.
549         * format.el (format-insert-annotations)
550         (format-annotate-location): Doc fixes.
551         (format-subtract-regions): Make arguments match their use in docstring.
553         * simple.el (kill-region): Doc fix.
555         * subr.el (insert-buffer-substring-no-properties)
556         (insert-buffer-substring-as-yank): Doc fixes.
558 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
560         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
561         Update docstring.
562         (dired-reset-subdir-switches): New function.
564         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
565         Limit scope of `buffer-read-only' binding.
567 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
569         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
570         eshell-explicit-command-char.
572 2004-06-06  Juanma Barranquero  <lektu@terra.es>
574         * help-fns.el (help-argument-name): Inherit from italic face only
575         if the frame supports it.
577 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
579         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
580         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
581         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
582         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
583         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
584         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
585         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
586         New conversions from xpm files.
588         * toolbar/README: New file.
590 2004-06-06  Richard M. Stallman  <rms@gnu.org>
592         * isearch.el (isearch-mode-map): Undo previous change.
594 2004-06-05  Juri Linkov  <juri@jurta.org>
596         * bindings.el (debug-ignored-errors): Add regexps for history
597         related messages.  Remove $ from "No further undo information".
598         Move Ediff's messages to ediff.el.
600         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
602         * cus-edit.el (custom-display): Add `min-colors'.
604         * custom.el (defface): Add `supports' to docstring.
606         * help-fns.el (help-argument-name): Add :group 'help.
608 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
610         * find-dired.el (find-ls-subdir-switches): New user option.
611         (find-dired): No longer call `abbreviate-file-name' on DIR.
612         Set `dired-subdir-switches' buffer-locally.
614         * locate.el: Merge the two `Commentary' sections.
615         (locate-ls-subdir-switches): New user option.
616         (locate): Update for other changes.
617         (locate-mode-map): Restore Dired binding for mouse-2.
618         Bind `locate-mouse-view-file' to M-mouse-2.
619         Bind `l' to `locate-do-redisplay'.
620         (locate-main-listing-line-p, locate-do-redisplay): New functions.
621         (locate-mouse-view-file, locate-tags, locate-find-directory):
622         Print message if used outside main listing.
623         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
624         Various changes to support inserted subdirectories.
625         (locate-insert-header): Change header of *Locate* buffer.
627         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
628         Change interactive default switches.
629         (dired-rename-subdir-2): Update `dired-switches-alist'.
630         (dired-insert-subdir, dired-kill-subdir):
631         Handle `dired-switches-alist'.  Do not mark buffer modified.
632         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
633         (dired-insert-subdir-doinsert): Omit messages.
634         Handle `dired-subdir-switches'.
635         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
637         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
638         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
639         subdirs if -R switch is used for a subdir.
640         (dired-mode): Set `dired-switches-alist'.
641         (dired-build-subdir-alist): Only print number of directories in
642         echo area when invoked interactively.
644 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
646         * dired-x.el (dired-omit-mode): Rename from
647         dired-omit-files-p.  Use define-minor-mode to define it.
648         (dired-omit-files-p): Add as alias for dired-omit-mode.
649         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
650         dired-mark-omitted.
651         (dired-mark-omitted): Add.  Bind to M-O.
653 2004-06-05  Kenichi Handa  <handa@m17n.org>
655         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
657 2004-06-05  Juanma Barranquero  <lektu@terra.es>
659         * help-fns.el (help-argument-name): Reintroduce face.
660         (help-default-arg-highlight): Use it, now that
661         `face-differs-from-default-p' can be trusted.
663 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
665         * textmodes/table.el: Sentence commands added to Point Motion
666         group; kill and backward-kill commands added to Extraction group.
668 2004-06-04  Mario Lang  <mlang@delysid.org>
670         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
671         systems appear to use mW, make the code handle this.  Fix a
672         division-by-zero bug while at it, and handle kernels with
673         a slightly different layout in /proc/acpi.
675 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
677         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
678         because the latter is a CL-ism.  This fixes the bug reported by
679         Shawn Boyette <mdxi@collapsar.net> in
680         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
682 2004-06-04  Miles Bader  <miles@gnu.org>
684         * faces.el (display-supports-face-attributes-p): Function moved to
685         C code.  Previously only the tty-related portion of this function
686         was done in C; however the previous attempt to do a halfway-proper
687         job for non-tty displays in lisp didn't work properly because of
688         funny conditions during Emacs startup.
689         (face-differs-from-default-p): Simplify, now that
690         display-supports-face-attributes-p works properly on all display
691         types.  Remove :stipple from comparison; it doesn't really work
692         in emacs anyway.
694 2004-06-04  Miles Bader  <miles@gnu.org>
696         * faces.el (face-differs-from-default-p): Use a different
697         implementation, so we can really check whether FACE displays
698         differently or not.
700 2004-06-04  Miles Bader  <miles@gnu.org>
702         * faces.el (display-supports-face-attributes-p): Implement a
703         `different from default' check for non-tty displays.
705 2004-06-03  David Kastrup  <dak@gnu.org>
707         * woman.el (woman-mapcan): More concise code.
708         (woman-topic-all-completions, woman-topic-all-completions-1)
709         (woman-topic-all-completions-merge): Replace by a simpler and
710         much faster implementation based on O(n log n) sort/merge instead
711         of the old O(n^2) behavior.
713 2004-06-03  Miles Bader  <miles@gnu.org>
715         * subr.el (read-number): Use canonical format for default in prompt.
717         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
718         Add regexp for " [...]" style defaults.
720 2004-06-02  Romain Francoise  <romain@orebokech.com>
722         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
723         groups: if the user asks for a hidden buffer, open the
724         corresponding filter group to expose it.
726         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
727         `ibuffer-jump-to-buffer'.
728         (ibuffer-jump-offer-only-visible-buffers): New user option.
730 2004-06-02  Juanma Barranquero  <lektu@terra.es>
732         * faces.el (frame-update-faces): Add empty docstring so the one
733         for `ignore' doesn't show through.
735         * subr.el (process-kill-without-query): Remove spurious "\n" on
736         obsolescence string.
737         (focus-frame, unfocus-frame): Add obsolescence declaration and
738         empty docstring.
740         * international/mule.el (register-char-codings): Make alias for
741         `ignore'.  Move docstring to obsolescence info and remove redundancy.
743 2004-06-02  Kim F. Storm  <storm@cua.dk>
745         * frame.el (blink-cursor-start): Turn cursor off initially so blink
746         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
748 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
750         * comint.el (comint-replace-by-expanded-history-before-point):
751         Obey `start' as the docstring says.
752         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
753         (comint-update-fence): Prevent font-lock from running unnecessarily.
754         (comint-dynamic-list-completions): Use with-current-buffer.
756 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
758         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
759         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
760         (bibtex-entry-update): Handle alternatives and optional fields.
761         (bibtex-parse-entry): Bugfix, handle empty key.
763 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * vc-arch.el (vc-arch-state): Don't assume the file exists.
767 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
769         * desktop.el (desktop-save): Don't save minor modes without a
770         known mode initialization function.
772 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
774         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
776         * autorevert.el: Update `Commentary' section.
778 2004-05-30  Juanma Barranquero  <lektu@terra.es>
780         * dos-fns.el (convert-standard-filename):
781         * files.el (convert-standard-filename):
782         * w32-fns.el (convert-standard-filename):
783         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
785 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
787         Sync with Tramp.
789         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
790         (tramp-let-maybe): Move to an earlier spot in the file.
791         Patch by Andreas Schwab.
793 2004-05-30  Andreas Schwab  <schwab@suse.de>
795         * dired.el (dired-get-filename): Don't use dired-re-dot.
797 2004-05-30  Richard M. Stallman  <rms@gnu.org>
799         * files.el (find-file): Doc fix.
801         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
803 2004-05-30  Nick Roberts  <nickrob@gnu.org>
805         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
806         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
807         modeline of the locals buffer.
808         (gdb-goto-breakpoint): Handle gdbmi.
809         (gdb-get-frame-number): Change for gdbmi.
811 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
813         * files.el (file-remote-p): Apply file name handler for operation
814         `file-remote-p'.  It isn' a property any longer.
815         (file-relative-name): `fh' and `fd' get the required value via
816         `find-file-name-handler' already.
818         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
819         (top): Remove setting of `file-remote-p' property for
820         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
822 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
824         Version 2.0.41 of Tramp released.
826         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
827         Throw away if process has died.
828         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
829         (tramp-out-of-band-prompt-regexp): Rename to
830         `tramp-process-alive-regexp', because its usage is widen.
831         (tramp-actions-copy-out-of-band): Apply it.
832         (tramp-actions-before-shell, tramp-multi-actions):
833         Add `tramp-action-process-alive' action.
834         (tramp-action-process-alive): New defun.
835         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
836         Add entry for `file-remote-p'.
837         (tramp-handle-file-remote-p): New defun.
838         (top): Remove setting of `file-remote-p'.  Don't set
839         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
841         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
842         `file-remote-p'.
844         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
845         counted for (last) line.  [They should or they shouldn't?  --Stef]
846         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
848 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
850         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
851         not really necessary but seems to keep the shell history smaller
852         in some cases.  It is no substitute for setting HISTFILE and
853         HISTSIZE from tramp-open-connection-setup-interactive-shell,
854         though.  Suggested by Luc Teirlinck.
855         (tramp-open-connection-setup-interactive-shell): Export variables
856         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
857         (tramp-set-process-query-on-exit-flag): New compat function.
858         (tramp-open-connection-multi, tramp-open-connection-su)
859         (tramp-open-connection-rsh, tramp-open-connection-telnet)
860         (tramp-do-copy-or-rename-file-out-of-band): Use it.
861         (tramp-let-maybe): New macro, let-binds a variable only if it
862         isn't obsolete.
863         (tramp-check-ls-commands, tramp-handle-expand-file-name)
864         (tramp-handle-file-truename): Use it.
865         (tramp-completion-file-name-regexp-unified): Avoid matching
866         filenames starting with "/:" -- those are reserved for
867         file-name-non-special.
869         * tramp-smb.el (tramp-smb-open-connection):
870         Use tramp-set-process-query-on-exit-flag compat function.
872 2004-05-29  Richard M. Stallman  <rms@gnu.org>
874         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
876         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
877         (eval-last-sexp-print-value): Print char equivalent regardless
878         of standard-output value.
880         * thumbs.el (thumbs-subst-char-in-string): Delete.
881         (thumbs-thumbname): Use subst-char-in-string.
882         (thumbs-resize-image): Use condition-case, not ignore-errors.
883         (thumbs-kill-buffer): Likewise.
885         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
886         (thumbs-mode): Make buffer read-only.
887         (thumbs-make-thumb): Unconditionally accept an existing file.
888         (thumbs-insert-thumb): Add thumb-image-file property to the image.
889         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
890         (thumbs-show-thumbs-list): Error if images not supported.
891         (thumbs-save-current-image): Improve prompt string.
892         (thumbs-mode-map): Define u, R, x.
893         (thumbs-unmark): New command.
894         (thumbs-emboss-image): Minor cleanup.
895         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
896         (thumbs-rename-images): New command.
897         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
899         * thumbs.el (thumbs-current-image): New function.
900         (thumbs-file-list, thumbs-file-alist): New functions.
901         (thumbs-find-image): Delete arg L.
902         Don't set up thumbs-fileL as buffer-local global var.
903         (thumbs-find-image-at-point): Use thumbs-current-image.
904         (thumbs-set-image-at-point-to-root-window): Likewise.
905         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
906         Record and warn about errors.  Update thumbs-markedL for deletions.
907         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
908         (thumbs-redraw-buffer): Use thumbs-file-list.
909         (thumbs-mark): Use thumbs-current-image.
910         (thumbs-show-name): Use thumbs-current-image.
912         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
913         and imenu--last-menubar-index-alist.
915         * subr.el (with-selected-window): Undo previous change.
917 2004-05-29  John Paul Wallington  <jpw@gnu.org>
919         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
920         (thumbs-mouse-find-image): New command.
921         (thumbs-mode-map): Bind it to mouse-2.
922         (thumbs-mode): Make mode-class special.
923         (thumbs-view-image-mode): Likewise.
925 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
927         * flymake.el: New file.
929 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
931         * files.el (find-file-noselect-1): Do not bind
932         `inhibit-read-only' to t during execution of
933         `find-file-not-found-functions'.
935 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
938         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
940 2004-05-28  Juri Linkov  <juri@jurta.org>
942         * simple.el (eval-expression-print-format): New fun.
944         * simple.el (eval-expression):
945         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
946         * emacs-lisp/edebug.el (edebug-compute-previous-result)
947         (edebug-eval-expression): Print additionally the value returned by
948         `eval-expression-print-format'.
950         * emacs-lisp/lisp.el (insert-pair-alist): New var.
951         (insert-pair): Make arguments optional.  Find character pair
952         from `insert-pair-alist' according to the last input event.
953         (insert-parentheses): Make arguments optional.
954         (raise-sexp, delete-pair): New funs.
956         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
957         (emacs-lisp-mode-map, lisp-interaction-mode-map):
958         Bind C-M-q to `indent-pp-sexp'.
960         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
961         `pp-to-string' modified to be able to format text with newlines.
962         (pp-to-string): Move the buffer-formatting part of the code to
963         `pp-buffer'.  Call `pp-buffer'.
965         * info.el (Info-desktop-buffer-misc-data): Don't save information
966         about virtual files.
967         (Info-restore-desktop-buffer): Restore Info buffers in prepared
968         buffers with names obtained from the desktop file instead of the
969         default *info* buffer.
971 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * subr.el (with-selected-window): Only save/restore the selected window.
975         * progmodes/compile.el (compilation-error-regexp-alist):
976         Use expand-file-name and data-directory.
978         * progmodes/grep.el (grep-tree): Rework previous fix.
980         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
981         after the user marked text with the mouse.
983         * startup.el (command-line): Keep the first regexp of
984         auto-save-file-name-transforms intact.
986 2004-05-28  Juanma Barranquero  <lektu@terra.es>
988         * cus-edit.el (customize-face, customize-face-other-window)
989         (custom-face-edit-delete): Make arguments match their use in
990         docstring.
991         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
992         docstring.
994         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
995         not `cvs-butlast'.
997         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
998         `nbutlast' are in subr.el).
1000         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1001         (set-w32-system-coding-system): Doc fixes.
1003         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1004         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1005         Make arguments match their use in docstring.
1006         (artist-draw-region-trim-line-endings)
1007         (artist-mouse-choose-operation): Fix typo in docstring.
1008         (artist-key-set-point-common): Doc fix.
1010 2004-05-28  Simon Josefsson  <jas@extundo.com>
1012         * mail/smtpmail.el (smtpmail-open-stream):
1013         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1015 2004-05-26  Simon Josefsson  <jas@extundo.com>
1017         * starttls.el: Merge with my GNUTLS based starttls.el.
1018         (starttls-gnutls-program, starttls-use-gnutls)
1019         (starttls-extra-arguments, starttls-process-connection-type)
1020         (starttls-connect, starttls-failure, starttls-success): New variables.
1021         (starttls-program, starttls-extra-args): Doc fix.
1022         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1023         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1024         and pass on to corresponding *-gnutls function if it is set.
1026 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
1028         * autorevert.el (auto-revert-handler): Disable auto-reverting of
1029         remote files.
1031 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
1033         * files.el (file-name-non-special): There are more operations
1034         which need handling: `find-backup-file-name',
1035         `insert-file-contents', `verify-visited-file-modtime',
1036         `write-region'.  Rename t value of method to `add'.  Add new
1037         methods `quote' and `unquote-then-quote' to file-arg-indices.
1039 2004-05-25  Juri Linkov  <juri@jurta.org>
1041         * info.el (Info-toc): Call Info-mode on intermediate buffer.
1042         (Info-index-nodes): Enclose code in condition-case to catch errors.
1043         (Info-index-node): Don't search all index nodes if request is only
1044         for the current node and file is not in the cache of index nodes.
1045         (Info-mode-map): Bind Info-copy-current-node-name to `w'
1046         for consistency with dired-copy-filename-as-kill.
1047         Bind `S' to Info-search-case-sensitively.
1048         (Info-copy-current-node-name): New arg.  With zero prefix arg put
1049         the name inside a function call to `info'.  Display copied text in
1050         the echo area.
1052 2004-05-25  Sam Steingold  <sds@gnu.org>
1054         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1055         strip the package prefix from the symbol name, if any.
1056         Make it the `find-tag-default-function' for `lisp-mode'.
1058 2004-05-25  John Paul Wallington  <jpw@gnu.org>
1060         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1061         instead of obsolete `process-kill-without-query'.
1063         * textmodes/texinfmt.el (texinfo-indexvar-alist):
1064         Declare as variable, not constant.
1066 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
1068         * files.el (find-file-noselect-1): Fix bug introduced by
1069         Revision 1.694.  As a side effect, `inhibit-read-only'
1070         is again, by default, t during execution of
1071         `find-file-not-found-functions'.
1072         (insert-directory): Check that lines were really inserted by
1073         the --dired switch, before erasing them.
1075 2004-05-24  Nick Roberts  <nickrob@gnu.org>
1077         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1078         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1079         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1080         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1081         gud-minor-mode (gdbmi).
1083 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1085         * net/browse-url.el (browse-url-interactive-arg): Enable user to
1086         explicitly select the text to be taken as URL.
1088 2004-05-23  Juri Linkov  <juri@jurta.org>
1090         * info.el (Info-index-nodes): New var and fun.
1091         (Info-goto-index, Info-index, info-apropos)
1092         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1093         (Info-index): Fix docstring.  Store and restore Info-history-list.
1094         (Info-complete-nodes): New var.
1095         (Info-complete-menu-item): Use it.
1096         (Info-index-node): New fun.
1097         (Info-final-node, Info-forward-node, Info-backward-node)
1098         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1099         Use Info-index-node.
1100         (Info-extract-menu-item, Info-extract-menu-counting): Set second
1101         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1102         (Info-find-node-2): If a node with period in its name not found,
1103         try to find a node without the name part after period.
1104         (Info-select-node): Call Info-fontify-node only if
1105         Info-fontify-maximum-menu-size is not nil.
1106         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1107         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1108         Preserve Info-history-list.
1109         (Info-toc): Set Info-current-file.
1110         (Info-build-toc): Move point to the beginning of the buffer.
1111         Add main-file variable.
1112         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1113         Use backslashed representation of the control character ^_.
1115         * textmodes/texinfmt.el (texinfo-print-index): Print index line
1116         numbers in the new Texinfo 4.7 format.
1118         * add-log.el (change-log-font-lock-keywords): Remove `:' from
1119         regexps for function and variable names.
1121         * descr-text.el (describe-property-list): Add [show] button for
1122         `syntax-table' property with action to pp to a separate buffer.
1123         (describe-char): Replace search-forward by re-search-forward with
1124         whitespace regexp after "character:" to not fail in too narrow windows.
1126         * simple.el (next-error-find-buffer): Add a rule to return
1127         next-error capable buffer if one window on the selected frame
1128         displays such buffer.
1130 2004-05-23  Nick Roberts  <nickrob@gnu.org>
1132         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1133         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1134         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1135         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1136         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1137         Handle new value for gud-minor-mode (gdbmi).
1138         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1139         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1140         Change from local to global gdb variable set.
1141         (gdb-ann3): Initialise above gdb variable set.
1142         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1143         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1144         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1145         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1146         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1147         (gdb-info-locals-handler, gdb-invalidate-assembler)
1148         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1149         set as global variables.
1150         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1151         Handle gdbmi.
1152         (gdb-info-breakpoints-custom): Fix regexp.
1153         (def-gdb-var): Delete.
1155         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1156         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1157         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1158         a new mode.  The file (gdb-mi.el) for this mode will be included
1159         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1160         primary interface.
1162 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
1164         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1165         interpreted as a directory.
1167 2004-05-22  Richard M. Stallman  <rms@gnu.org>
1169         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1170         as a close quote.
1172         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1174         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1175         Use assoc-string, not assoc-ignore-case.
1177         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1179         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1180         If moving back then fwd gets a defun that ends before point,
1181         try again moving fwd then back.
1183         * files.el (file-name-non-special): Allow t in file-arg-indices
1184         to mean requote the return value.  Use `identity' as an element
1185         rather than as the whole value.
1187         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
1189 2004-05-22  Juanma Barranquero  <lektu@terra.es>
1191         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1192         `help-make-usage'.
1193         (help-highlight-arguments): Skip function name before searching
1194         for arguments.
1196 2004-05-21  Juanma Barranquero  <lektu@terra.es>
1198         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1199         Don't mention in the docstring these arguments meant for
1200         internal (recursive) use only.
1201         (allout-char-spec): Comment out (it's not implemented).
1202         (allout-old-expose-topic, allout-exposure): Fix docstring and add
1203         obsolescence declaration.
1204         (allout-flatten-exposed-to-buffer)
1205         (allout-indented-exposed-to-buffer): Fix typos in docstring.
1206         (my-mark-marker): Doc fix.
1207         (produce-allout-mode-map, allout-sibling-index)
1208         (allout-isearch-expose, allout-distinctive-bullet)
1209         (allout-open-topic, allout-reindent-body)
1210         (allout-rebullet-heading, allout-process-exposed)
1211         (allout-insert-listified, allout-latex-verb-quote)
1212         (allout-insert-latex-header, allout-insert-latex-trailer):
1213         Make arguments match their use in docstring.
1214         (allout-primary-bullet, allout-old-style-prefixes)
1215         (allout-inhibit-protection, allout-init, allout-mode)
1216         (allout-before-change-protect, allout-flag-region):
1217         Use "Emacs" instead of "emacs" in docstrings.
1219 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1221         * international/characters.el: Modify syntax of more characters.
1223 2004-05-21  Masatake YAMATO  <jet@gyve.org>
1225         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1226         (etags-tags-completion-table): Show parsing progress.
1228 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
1230         * locate.el (locate-prompt-for-command): Shorten first line of
1231         docstring.
1232         (locate-mode): Expand docstring and include keymap summary.
1234         * files.el (find-file-noselect-1): Limit the scope of the
1235         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
1236         is, by default, nil during the execution of
1237         `find-file-not-found-functions' and `find-file-hook'.
1239 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
1241         * facemenu.el (facemenu-color-name-equal): New function.
1242         (list-colors-display): Use it to compare colors instead of
1243         facemenu-color-equal.
1245 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
1247         * compare-w.el (compare-windows-face): Use min-colors instead of
1248         checking for tty or pc types.
1250 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1253         (completion-setup-function): Use with-current-buffer.
1254         Properly save excursion.  Simplify.
1255         Don't assume there is necessarily a `mouse-face' property somewhere.
1257         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1259         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
1261         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1262         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1263         Use with-current-buffer.
1264         (byte-goto-log-buffer): Delete.
1265         (byte-compile-log-file): Call compilation-forget-errors.
1267 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1269         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1270         output messages into the search result.
1272 2004-05-19  Masatake YAMATO  <jet@gyve.org>
1274         * wid-edit.el (widget-radio-button-notify): Revert my last
1275         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1277 2004-05-19  Kenichi Handa  <handa@m17n.org>
1279         * international/characters.el: Fix syntax (open/close) of CJK chars.
1281 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
1283         * help-mode.el (help-go-back): Don't depend on position of back button.
1285 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1288         files files don't contain an accidental additional /.
1290         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1291         in source buffer.
1293 2004-05-18  Masatake YAMATO  <jet@gyve.org>
1295         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1296         to widget-apply.  :action method assumes 2 arguments, not 3.
1298 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
1300         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1301         New constants.
1302         (hs-special-modes-alist): Add an f90-mode entry.
1304 2004-05-17  Sam Steingold  <sds@gnu.org>
1306         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1307         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
1309 2004-05-16  Kim F. Storm  <storm@cua.dk>
1311         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1313 2004-05-15  John Wiegley  <johnw@newartisans.com>
1315         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1316         (eshell-output-object-to-target): Improve output speed 20% by not
1317         calling `eshell-stringify' if something is already known to be a string.
1319 2004-05-15  Alex Ott  <ott@jet.msk.su>
1321         * textmodes/ispell.el (ispell-local-dictionary-alist):
1322         Add windows-1251 to the choice of coding systems.
1323         (ispell-dictionary-alist-6): Add support for "russianw.aff",
1324         encoded in cp1251.
1326 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
1328         * progmodes/compile.el (compilation-warning-face)
1329         (compilation-info-face): Use min-colors.
1331 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1333         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1334         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1335         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1336         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1337         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1338         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1339         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1340         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1341         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1342         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1343         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1344         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1345         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1346         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1348 2004-05-15  Kim F. Storm  <storm@cua.dk>
1350         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1351         Use it to set triggered-p element of timer.
1352         (timer-event-handler): Set triggered-p element non-nil while running
1353         the timer function.
1355 2004-05-14  David Ponce  <david@dponce.com>
1357         * tree-widget.el: New file.
1359 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
1361         * language/european.el ("Brazilian Portuguese"): Add support for
1362         Brazilian Portuguese.
1364 2004-05-13  John Wiegley  <johnw@newartisans.com>
1366         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1367         `recentf-mode' if this variable has been customized to t.
1369         * eshell/esh-test.el (eshell-test): Call the function
1370         `emacs-version' rather than trying to build a custom version string.
1372 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * net/telnet.el (telnet-mode): Use define-derived-mode.
1375         Don't modify the global value of comint-prompt-regexp.
1377 2004-05-13  John Paul Wallington  <jpw@gnu.org>
1379         * version.el (emacs-version): Check for `gtk' feature before
1380         `x-toolkit' feature.
1382 2004-05-13  Juanma Barranquero  <lektu@terra.es>
1384         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1385         arguments in the docstring, they're used only in recursive calls.
1387         * help-fns.el (help-arg-highlighting-function)
1388         (help-argument-name): Delete.
1389         (help-default-arg-highlight): New function.
1390         (help-do-arg-highlighting): Use it.
1392 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1394         * calendar/appt.el (appt-disp-window):
1395         Use `calendar-set-mode-line' for a centered mode-line.
1397 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1399         * calendar/appt.el (appt-disp-window): Do not split window
1400         excessively when `split-height-threshold' is low.
1402 2004-05-12  Nick Roberts  <nickrob@gnu.org>
1404         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1405         kill-buffer-hook here and make it local.
1406         (gud-kill-buffer-hook): Use kill-process for a sure kill.
1408 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
1410         * progmodes/compile.el (compilation-set-window-height):
1411         Use save-excursion to protect against misplaced marker.
1413 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1415         * custom.el (defface): Document that type can have value gtk.
1417         * faces.el (face-spec-set-match-display): Handle type gtk in display.
1419 2004-05-12  Kenichi Handa  <handa@m17n.org>
1421         * descr-text.el: Require quail at comile time.
1422         (describe-char): If an input method is on and it supports the
1423         character, show how to input it.
1425         * international/quail.el (quail-install-decode-map): Accept a
1426         char-table whose subtype is `quail-decode-map'.
1427         (quail-store-decode-map-key, quail-gen-decode-map1)
1428         (quail-gen-decode-map, quail-find-key1, quail-find-key)
1429         (quail-show-key): New functions.
1431 2004-05-12  Juanma Barranquero  <lektu@terra.es>
1433         * generic.el (define-generic-mode): Remove redundant arglist info.
1435         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1436         Make arguments match their use in docstring.
1437         (help-arg-highlighting-function): New variable.
1438         (help-argument-name): Mention it in the docstring.
1439         (help-do-arg-highlight): Use it.  Expand regexp to accept also
1440         ARG-xxx and xxx-ARG references.
1442 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1444         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1445         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1446         and "mailto:addr1?to=addr2" equal.
1448 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1450         * man.el (Man-getpage-in-background): Use shell-file-name
1451         and shell-command-switch variables instead of hard-coded values.
1453 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
1455         * iimage.el: New file.
1457 2004-05-11  Juanma Barranquero  <lektu@terra.es>
1459         * custom.el (custom-initialize-default, defcustom):
1460         Fix typo in docstring.
1462         * files.el (set-visited-file-name, file-expand-wildcards):
1463         Fix docstring.
1465 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1469         * subr.el (eventp): Be more discriminating with integers.
1471 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
1473         * progmodes/compile.el (compile): Add universal prefix arg.
1474         (compilation-error-regexp-alist-alist): Add edg patterns.
1476 2004-05-10  Sam Steingold  <sds@gnu.org>
1478         * textmodes/ispell.el (ispell-message):
1479         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1481 2004-05-10  Dave Love  <fx@gnu.org>
1483         * progmodes/python.el (help-buffer): Autoload when compiling.
1484         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1485         (run-python): Prepend to any existing PYTHONPATH.
1487 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
1489         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1490         for pending breakpoints.
1492 2004-05-10  Richard M. Stallman  <rms@gnu.org>
1494         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
1495         directly without calling any functions in Rmail.
1496         (unrmail-unprune): Function deleted.
1498 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1501         C-c C-z binding.
1503 2004-05-10  Kenichi Handa  <handa@m17n.org>
1505         * descr-text.el (describe-char): Fix previous change.  Don't make
1506         a unibyte character to multibyte in the *Help* buffer.
1508 2004-05-10  Miles Bader  <miles@gnu.org>
1510         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1511         buffer an error if the debugger process is actually running.
1513 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1515         * help-fns.el (help-argument-name): Default to italic.
1516         (help-highlight-arguments): Return always (usage . doc), even when
1517         usage is nil.
1519         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1520         (define-ibuffer-filter): Add usage info.
1521         (define-ibuffer-op): Add usage info (but CL-style defaults for
1522         keyword args are not shown).
1524         * subr.el (remove-overlays, read-passwd): Fix docstring.
1525         (start-process-shell-command): Fix docstring.  Put usage info in a
1526         format usable by `describe-function'.
1527         (open-network-stream, open-network-stream-nowait)
1528         (open-network-stream-server): Fix docstring.
1530 2004-05-09  Jason Rumney  <jasonr@gnu.org>
1532         * international/code-pages (cp932, cp936, cp949, c950): Remove.
1533         Only define cp125* if windows-125* is already defined.
1535         * language/korean.el (cp949): Add alias.
1537         * language/chinese.el (cp936, cp950): Add aliases.
1539         * language/japanese.el (cp932): Add alias.
1541         * term/w32-win.el: Require code-pages.
1543         * international/mule-cmds.el (set-locale-environment):
1544         On MS-Windows use ansi code-page for default coding-systems.
1545         Set up paper sizes for Windows 3 letter languages.
1547         * international/code-pages.el (cp932, cp936, cp949, cp950):
1548         Add aliases.  Also add cp125* if not already defined.
1550 2004-05-09  Juanma Barranquero  <lektu@terra.es>
1552         * help-fns.el (help-highlight-arguments): Don't try to highlight
1553         missing or autoloaded arglists.  Accept structured arguments, like
1554         the first ones of `do' and `flet'.
1556         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1557         (cvs-get-marked): Remove redundant arglist info.
1559         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1560         Don't use CL-style default args.
1562 2004-05-08  Andreas Schwab  <schwab@suse.de>
1564         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1566         * international/subst-ksc.el: Fix references to utf-translate-cjk
1567         into utf-translate-cjk-mode.
1568         * international/subst-big5.el: Likewise.
1569         * international/subst-gb2312.el: Likewise.
1570         * international/subst-jis.el: Likewise.
1571         * international/utf-16.el: Likewise.
1572         * international/utf-8.el: Likewise.
1574 2004-05-08  John Wiegley  <johnw@newartisans.com>
1576         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1577         "virtual buffers" (off by default), which makes it possible to
1578         switch to the "virtual" buffers of recently visited files.  When a
1579         buffer name search fails, and this option is on, iswitchb will
1580         look at the list of recently visited files, and permit matching
1581         against those names.  When the user hits RET on a match, it will
1582         revisit that file.
1583         (iswitchb-read-buffer): Add two optional arguments, which makes
1584         isearchb.el possible.
1585         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1586         (iswitchb-next-match): Add support for virtual buffers.
1588         * isearchb.el: This module extends iswitchb to provide "as you
1589         type" buffer selection.
1591         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1592         Ignore the read-only property when flyspell highlighting is on.
1593         Not ignoring it leads to a series of confusing errors.
1594         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1595         but also make sure to call flyspell-incorrect-hook.
1596         (flyspell-maybe-correct-transposition): Perform transposition test
1597         by bit twiddling a string, rather than using a temp buffer.
1598         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1599         buffer.  This is also the original version of the code, which
1600         could not be checked in before due to a previous lack of
1601         assignment papers.  This version has seen heavy usage on my system
1602         for several years now.
1604         * calendar/cal-bahai.el: New file, which adds support for the
1605         Baha'i calendar to Emacs.  This calendar is based on a solar year
1606         of 19 months of 19 days, with 4 intercalary days.  Each year
1607         begins on March 21, with the calendar starting in 1844.
1609         * calendar/cal-menu.el, calendar/calendar.el,
1610         calendar/diary-lib.el, calendar/holidays.el: Added support for
1611         using cal-bahai.el.
1613         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1614         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1615         function can be used outside of eshell buffers.
1616         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1618 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1620         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1621         word constituent so FOO-ARG is not recognized as an arg.
1622         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1624         * simple.el (next-error): Fix typo in docstring.
1625         (open-line): Make argument names match their use in docstring.
1626         (split-line): Fix docstring.
1628         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1629         usable by `describe-function'.
1630         (gensym, gentemp, typep, ignore-errors): Make argument names match
1631         their use in docstring.
1633         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1634         argument to `help-setup-xref'.
1636 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1638         Version 2.0.40 of Tramp released.
1640         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1641         Use symbol-function to invoke functions only known on some Emacs
1642         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1643         Scaldeferri <kevin@scaldeferri.com>.
1644         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1645         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1646         consistent with the other tramp-do-* functions.
1647         (tramp-do-copy-or-rename-file): Calls adjusted.
1648         (tramp-process-initial-commands): Avoid liveness check on shell --
1649         we know that it must be alive since we're opening a connection at
1650         this moment.
1651         (tramp-last-cmd): New internal variable.
1652         (tramp-process-echoes): New tunable.
1653         (tramp-send-command): Set tramp-last-cmd.
1654         (tramp-wait-for-output): Delete echo, if applicable.
1655         (tramp-read-passwd): Construct the key for the password cache in a
1656         way that works for multi methods, too.
1657         (tramp-bug): Add backup-directory-alist and
1658         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1660 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1662         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1664         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1665         (tramp-actions-copy-out-of-band): New defcustoms.
1666         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1667         used instead of a synchronous one.  Allows password entering.
1668         (tramp-action-out-of-band): New defun.
1669         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1670         Remove restriction with password from doc string.
1671         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1672         `tramp-out-of-band-prompt-regexp',
1673         `tramp-actions-copy-out-of-band', `password-cache' and
1674         `password-cache-expiry'.
1675         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1676         password caching.
1677         (tramp-touch): FILE can be a local file, too.
1678         (TODO): Remove items done.
1679         (tramp-handle-insert-directory): Properly quote file name also if
1680         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1681         Schwab <schwab@suse.de>.
1682         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1683         new file.
1684         (tramp-handle-file-local-copy, tramp-handle-write-region):
1685         The permissions of the temporary file are set if filename exists.
1686         Reported by Ted Stern <stern@cray.com>.
1687         (tramp-backup-directory-alist)
1688         (tramp-bkup-backup-directory-info): New defcustoms.
1689         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1690         (tramp-handle-find-backup-file-name): New function.
1691         Implements Tramp's find-backup-file-name.
1693         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1694         for `find-backup-file-name'.
1696         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1697         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1699 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1701         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1703 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1705         * subr.el (lambda): Add arglist description to docstring.
1706         (declare): Fix typo in docstring.
1707         (open-network-stream): Fix docstring.
1708         (process-kill-without-query): Fix docstring and add obsolescence info.
1709         (last, butlast, nbutlast): Make arguments match their use in docstring.
1710         (insert-buffer-substring-no-properties): Likewise.
1711         (insert-buffer-substring-as-yank): Likewise.
1712         (split-string): Fix docstring.
1714         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1715         Make argument names match their use in docstring.
1717         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1719 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1721         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1722         Fit first sentence on one line for apropos-command.
1724 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         Changes largely merged in from Dave Love's code.
1727         * progmodes/python.el: Doc fixes.
1728         (python-mode-map): Add python-complete-symbol.
1729         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1730         (python-comment-indent, python-complete-symbol)
1731         (python-symbol-completions, python-partial-symbol)
1732         (python-try-complete): New.
1733         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1734         (python-check): Bind compilation-error-regexp-alist.
1735         (inferior-python-mode): Use rx.  Move keybindings to top level.
1736         Set comint-input-filter.
1737         (python-preoutput-filter): Use rx.
1738         (python-input-filter): Re-introduce.
1739         (python-proc): Start new process if necessary.
1740         Check python-buffer non-nil.
1741         (view-return-to-alist): Defvar.
1742         (python-send-receive): New.
1743         (python-eldoc-function): Use it.
1744         (python-mode-running): Don't defvar.
1745         (python-mode): Set comment-indent-function.
1746         Maybe update hippie-expand-try-functions-list.
1747         (python-indentation-levels): Initialize differently.
1748         (python-block-end-p): New.
1749         (python-indent-line): Use it.
1750         (python-compilation-regexp-alist): Augment.
1751         (run-python): Import `emacs' module to Python rather than loading
1752         code directly.  Set python-buffer differently.
1753         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
1754         Use python-proc.
1755         (python-send-command): Go to end of comint buffer.
1756         (python-load-file): Use python-proc, emacs.eimport.
1757         (python-describe-symbol): Simplify interactive form.
1758         Use emacs.help.  Do use temp-buffer-show-hook.
1759         Call print-help-return-message.
1760         (hippie-exp): Require when compiling.
1761         (python-preoutput-continuation): Use rx.
1763         * diff-mode.el (diff-make-unified): Fix regexp.
1765 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
1767         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
1768         filter groups from the buffer when rebuilding the Ibuffer buffer
1769         and `ibuffer-show-empty-filter-groups' is nil.
1771 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1773         * ps-print.el (ps-print-quote): Call ps-value-string.
1774         (ps-setup): Call ps-comment-string.
1775         (ps-value-string, ps-comment-string): New funs.
1777 2004-05-06  Juanma Barranquero  <lektu@terra.es>
1779         * ehelp.el (electric-help-command-loop): Check whether the last
1780         character is visible, not (point-max).
1782         * help-fns.el (help-argument-name): Default to bold; don't inherit
1783         from font-lock-variable-name-face.
1784         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
1786 2004-05-05  Kenichi Handa  <handa@m17n.org>
1788         * descr-text.el (describe-char): Copy the character with text
1789         properties and overlays into the first line, and call
1790         describe-text-properties on it.
1792 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
1794         * iswitchb.el (iswitchb-global-map): Fix typo.
1795         Remove unwanted ###autoloads from source file.
1797 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
1799         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1800         in run-hooks.  Use substitute-command-keys in message.
1801         (wdired-abort-changes): Add message.
1803 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
1805         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1806         (sql-emacs20-p): Remove.
1807         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1808         (sql-builtin-face, sql-doc-face): Remove.
1809         (sql-mode-ansi-font-lock-keywords)
1810         (sql-mode-oracle-font-lock-keywords)
1811         (sql-mode-postgres-font-lock-keywords)
1812         (sql-mode-linter-font-lock-keywords)
1813         (sql-mode-ms-font-lock-keywords)
1814         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1815         (sql-product-font-lock): Fix font-lock reset when font rules change.
1816         (sql-highlight-product): Remove incorrect font-lock reset logic.
1818 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
1820         * ses.el (ses-set-parameter): Fix typo.
1822 2004-05-04  Kim F. Storm  <storm@cua.dk>
1824         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1825         Must expand directory for completion to work; and don't mess with
1826         process-environment.
1827         (ido-read-file-name): If command has ido property, don't use ido
1828         if value is ignore, or read as directory if value is dir.
1829         Set ido ignore property for dired-do-rename command.
1831 2004-05-04  Juanma Barranquero  <lektu@terra.es>
1833         * ehelp.el (electric-help-command-loop, electric-help-undefined)
1834         (electric-help-help): Check against unmapped commands.
1836         * help-fns.el (help-argument-name): New face, inheriting from
1837         font-lock-variable-name-face, to highlight function arguments in
1838         `describe-function' and `describe-key'.
1839         (help-do-arg-highlight): Auxiliary function to highlight a given
1840         list of arguments in a string.
1841         (help-highlight-arguments): Highlight the function arguments and
1842         all uses of them in the docstring.
1843         (describe-function-1): Use it.  Do docstring output via `insert',
1844         not 'princ', so text attributes are preserved.
1846         * winner.el (winner-mode-map): Move `winner-undo' and
1847         `winner-redo' to C-c <left> and C-c <right>, respectively (the
1848         previous bindings conflict with `prev-buffer', `next-buffer').
1850 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1852         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1853         (bibtex-entry-update): New command bound to C-c C-u.
1854         (bibtex-text-in-string): Fix regexp.
1855         (bibtex-assoc-of-regexp): Remove.
1856         (bibtex-progress-message): Fix docstring.
1857         (bibtex-inside-field): Use if.
1858         (bibtex-assoc-regexp): New function.
1859         (bibtex-format-entry): Make code more robust so that it formats
1860         also old entries.
1861         (bibtex-autokey-demangle-title): Merge with obsolete function
1862         bibtex-assoc-of-regexp.
1863         (bibtex-field-list): New function.
1864         (bibtex-entry): Use bibtex-field-list.
1865         (bibtex-parse-entry): Fix docstring.
1866         (bibtex-print-help-message): Use bibtex-field-list.
1867         (bibtex-make-field): Use bibtex-field-list.
1868         (bibtex-entry-index): Bugfix.  Return crossref key if required.
1869         (bibtex-lessp): Fix docstring.
1871 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
1873         * select.el (xselect-convert-to-string): Move comment to intended line.
1875 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1877         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1878         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1880 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1882         * term/x-win.el (x-clipboard-yank): Don't exit on error from
1883         x-get-selection.
1885 2004-05-03  Jason Rumney  <jasonr@gnu.org>
1887         * makefile.nt: Remove.
1889 2004-05-03  Kim F. Storm  <storm@cua.dk>
1891         * emulation/cua-base.el (cua--update-indications): Fix last change.
1892         (cua-mode): Deactivate mark when cua-mode is enabled.
1894 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
1896         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1898 2004-05-03  Nick Roberts  <nickrob@gnu.org>
1900         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1901         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1902         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1903         window over visible frames.
1904         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1906 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * progmodes/compile.el (compilation-gcpro): New var.
1909         (compilation-fake-loc): Use it.
1910         (compilation-forget-errors): Reset it.
1912 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1914         * diff-mode.el (diff-header-face, diff-file-header-face):
1915         Use min-colors.
1917 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1919         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1920         (bibtex-clean-entry): Disentangle code.
1921         (bibtex-realign): New function.
1922         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
1923         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1924         Remove undocumented optional arg called-by-convert-alien.
1925         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
1926         for sorting instead of bibtex-sort-buffer.
1928 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
1930         * progmodes/compile.el (compilation-start): In the
1931         no-async-subprocesses branch, call sit-for to give redisplay a
1932         chance to show the updated process status in the mode line, and
1933         fontify the buffer explicitly after the process exits.
1935 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * progmodes/python.el (python-compilation-line-number): Remove.
1938         (python-compilation-regexp-alist): Don't use it any more.
1939         (python-orig-start, python-input-filter): Remove.
1940         (inferior-python-mode): Don't set up comint-input-filter-functions.
1941         (python-send-region): Use compilation-fake-loc.
1943         * progmodes/compile.el (compilation-messages-start): New var.
1944         (compilation-mode): Don't setup next-error-function here.
1945         (compilation-setup): Set it up here instead (for minor modes as well).
1946         Make compilation-messages-start buffer local.
1947         (compilation-next-error-function): Use it.
1948         (compilation-forget-errors): Set compilation-messages-start.
1950 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1952         * ielm.el (ielm-prompt-read-only): Update docstring.
1954         * comint.el (comint-prompt-read-only): Update docstring.
1955         (comint-update-fence, comint-kill-whole-line)
1956         (comint-kill-region): New functions.
1958         * simple.el (kill-whole-line): Use "p" instead of "P" in
1959         interactive form.
1961 2004-05-01  Juanma Barranquero  <lektu@terra.es>
1963         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1964         format arglist so default values in CL-style argument lists are
1965         correctly shown.
1967 2004-05-01  Jason Rumney  <jasonr@gnu.org>
1969         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1971 2004-05-01  Kenichi Handa  <handa@m17n.org>
1973         * international/titdic-cnv.el (miscdic-convert): Don't generate a
1974         quail file if it is up to date.
1976 2004-04-30  Juri Linkov  <juri@jurta.org>
1978         * cus-edit.el (custom-mode-map):
1979         Add key binding `C-x C-s' to `Custom-save'.
1981         * outline.el (outline-blank-line): New var.
1982         (outline-next-preface, outline-show-heading)
1983         (outline-end-of-subtree): Use it.
1985         * dired-aux.el (dired-touch-initial): New fun.
1986         (dired-do-chxxx): Call it for op-symbol `touch'.
1987         (dired-diff): Use `dired-dwim-target-directory'
1988         if current dired buffer has no buffer mark.
1990         * bindings.el (propertized-buffer-identification):
1991         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1992         Add C-M-arrow keys for consistency.
1994         * files.el (confirm-kill-emacs):
1995         Change group from top-level `emacs' to `convenience'.
1997         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1998         Push mark on the first call of successive command calls.
1999         (insert-pair): New fun created from `insert-parentheses' with
2000         `open' and `close' arguments added.  Enclose active regions
2001         in paired characters.  Compare adjacent characters syntax with
2002         inserted characters syntax before inserting a space.
2003         (insert-parentheses): Call `insert-pair' with ?\( ?\).
2005         * delsel.el: Don't put `delete-selection' property
2006         on `insert-parentheses' symbol to take advantage of
2007         region handling in `insert-pair' function.
2008         Suggested by Stephan Stahl <stahl@eos.franken.de>.
2010 2004-04-30  Kim F. Storm  <storm@cua.dk>
2012         * emulation/cua-base.el: Add support for changing cursor types;
2013         based on patch from Michael Mauger.
2014         (cua-normal-cursor-color, cua-read-only-cursor-color)
2015         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2016         Customization cursor type and/or cursor color.
2017         (cua--update-indications): Handle cursor type changes.
2018         (cua-mode): Update cursor indications if enabled.
2020         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2022         * mouse.el (mouse-drag-copy-region): New defcustom.
2023         (mouse-set-region, mouse-drag-region-1): Use it.
2025         * simple.el (kill-ring-save): If region face background color is
2026         unspecified (if no highlighting), show extent of fully visible
2027         region even if transient-mark-mode is enabled.
2029         * emulation/cua-base.el (cua--standard-movement-commands):
2030         Add cua-scroll-up and cua-scroll-down.
2031         (cua-scroll-up, cua-scroll-down): New commands.
2032         (cua--init-keymaps): Remap scroll-up and scroll-down.
2034         * emulation/cua-rect.el (cua--convert-rectangle-as):
2035         New defmacro.
2036         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2037         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2038         New commands (suggested by Jordan Breeding).
2040 2004-04-30  Juanma Barranquero  <lektu@terra.es>
2042         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2044 2004-04-30  Mario Lang  <mlang@delysid.org>
2046         * diff.el (diff-switches): Fix typo in docstring.
2048 2004-04-30  Alex Schroeder  <alex@gnu.org>
2050         * xml.el (xml-debug-print-internal): Don't add newline and
2051         indentation to text nodes and write empty elements as empty tags
2052         instead of opening and closing tags.
2053         (xml-debug-print): Take optional indent-string argument.
2054         (xml-print): Alias for xml-debug-print.
2056 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2058         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2059         than duplicate call to `line-beginning-position'.
2061         * progmodes/f90.el (f90-get-present-comment-type):
2062         Return whitespace, as well as comment chars, for consistent filling
2063         of comment blocks.  Use `match-string-no-properties'.
2064         (f90-break-line): Trim trailing whitespace when filling comments.
2066 2004-04-30  Dave Love  <fx@gnu.org>
2068         * calendar/diary-lib.el (diary-outlook-formats): New variable.
2069         (diary-from-outlook-internal, diary-from-outlook)
2070         (diary-from-outlook-gnus, diary-from-outlook-rmail):
2071         New functions to import diary entries from Outlook-format
2072         appointments in mail messages.
2074 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2076         * progmodes/python.el (python-send-command): New fun.
2077         (python-send-region, python-load-file): Use it.
2079         * progmodes/compile.el (compilation-last-buffer): Add var alias.
2081         * help-fns.el (help-C-file-name): Use new subr-name.
2082         Prepend `src/' to the file name.
2083         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2084         (describe-function-1, describe-variable): Only find a C source file
2085         name if DOC is already loaded.
2087         * help-mode.el (help-function-def, help-variable-def):
2088         Use the new find-function-search-for-symbol functionality.
2089         Allow FILE to be `C-source'.
2091         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2092         (find-function-C-source): New fun.
2093         (find-function-search-for-symbol): Use it.
2095 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
2097         * progmodes/sql.el (sql-product-alist): Rename variable
2098         `sql-product-support'.  Add Postgres login parameters.
2099         (sql-set-product, sql-product-feature): Update with renamed variable.
2100         (sql-connect-postgres): Add username prompt.
2101         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2102         Make patterns less product specific.
2103         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2104         (sql-mode-abbrev-table): Modify initialization.
2105         (sql-builtin-face): Add variable.
2106         (sql-keywords-re): Add macro.
2107         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2108         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2109         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2110         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2111         (sql-mode-linter-font-lock-keywords)
2112         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2113         (sql-mode-sybase-font-lock-keywords)
2114         (sql-mode-informix-font-lock-keywords)
2115         (sql-mode-interbase-font-lock-keywords)
2116         (sql-mode-ingres-font-lock-keywords)
2117         (sql-mode-solid-font-lock-keywords)
2118         (sql-mode-sqlite-font-lock-keywords)
2119         (sql-mode-db2-font-lock-keywords): Default to nil.
2120         (sql-product-font-lock): Always highlight ANSI keywords.
2121         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2122         (sql-send-string): Add function.
2124 2004-04-29  Dave Love  <fx@gnu.org>
2126         * progmodes/cfengine.el (cfengine-beginning-of-defun)
2127         (cfengine-end-of-defun): Ensure progress through buffer.
2129         * info-look.el (cfengine-mode): Accept a terminal ().
2131 2004-04-29  Juri Linkov  <juri@jurta.org>
2133         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2134         instead of isearch-yank-word-or-char.  Add new key bindings for
2135         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2136         (isearch-del-char): New fun.
2137         (isearch-forward, isearch-edit-string): Update docstring.
2138         (isearch-yank-char): Doc fix.
2139         (isearch-other-meta-char): Restore point after scrolling.
2141         * progmodes/compile.el (compilation-context-lines): Add nil option
2142         to disable compilation output window scrolling.
2143         (compilation-set-window): Use it.
2145         * outline.el (outline-next-preface, outline-show-heading):
2146         Don't leave unhidden blank line before heading.
2147         (outline-end-of-subtree): Include last newline into subtree.
2148         (hide-entry): Leave point at beginning of heading instead of end.
2149         (outline-up-heading): Push mark for the first call of successive
2150         command calls.
2152 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
2154         * comint.el (comint-prompt-read-only): New variable.
2155         (comint-output-filter): Implement it.
2157         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2158         (ielm-prompt-internal): New variable.
2159         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2160         (ielm-send-input): Delete unused variable `buf'.
2161         (ielm-eval-input): Use `ielm-prompt-internal'.
2162         (inferior-emacs-lisp-mode): Use new variables
2163         `comint-prompt-read-only' and `ielm-prompt-internal'.
2164         Get rid of obsolete variable `directory-sep-char'.
2165         (ielm): Use `zerop'.
2167 2004-04-29  John Paul Wallington  <jpw@gnu.org>
2169         * thumbs.el (toplevel): Require cl at compile time.
2170         Remove conditional definitions of `ignore-errors' and `caddar'
2171         because they occur at run time.
2173 2004-04-28  Nick Roberts  <nickrob@gnu.org>
2175         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2176         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2177         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2178         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2180         * progmodes/gud.el (gud-common-init): Throw an error if program is
2181         already running under gdb.
2183 2004-04-28  John Paul Wallington  <jpw@gnu.org>
2185         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2186         (thumbs-show-image-num): Move assignment of
2187         `thumbs-current-image-filename' within scope of `i'.
2188         (thumbs-emboss-image): Don't use `evenp'.
2190 2004-04-28  Richard M. Stallman  <rms@gnu.org>
2192         * progmodes/compile.el (compilation-context-lines): Default now 0.
2194 2004-04-28  Juanma Barranquero  <lektu@terra.es>
2196         Use `time-less-p' from calendar/time-date.el instead of defining
2197         custom versions of it.
2199         * pcomplete.el (pcomplete-time-less-p): Remove.
2201         * thumbs.el (time-less-p): Remove.
2203         * calendar/timeclock.el (timeclock-time-less-p): Remove.
2204         (timeclock-generate-report): Use `time-less-p'.
2206         * emacs-lisp/autoload.el (autoload-before-p): Remove.
2207         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2209 2004-04-28  Masatake YAMATO  <jet@gyve.org>
2211         * subr.el (remove-overlays): Make arguments optional.
2213         * wid-edit.el (widget-specify-button): Put evaporate to the
2214         overlay for sample.
2215         (widget-specify-sample): Put evaporate to the overlay for sample.
2216         (widget-specify-doc): Put evaporate to the overlay for documentation.
2218 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
2220         * info.el (info-apropos): Make it an index node.  Align node names
2221         like makeinfo.
2223 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
2225         * net/browse-url.el (browse-url-netscape-sentinel)
2226         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2227         (browse-url-epiphany-sentinel, browse-url-mosaic):
2228         Use browse-url-*-program instead of a literal program name.
2230 2004-04-27  Kevin Ryde  <user42@zip.com.au>
2232         * eshell/em-alias.el:
2233         * eshell/em-dirs.el:
2234         * eshell/em-hist.el:
2235         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2236         features when M-x customize-group loads modules before the main
2237         eshell.el.
2239 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
2241         * subr.el (momentary-string-display): Support EXIT-CHAR that is
2242         either a character representation of an event or an event
2243         description list.
2245         * type-break.el: Capitalise Emacs and Lisp.
2246         (type-break-good-break-interval, type-break-demo-boring-stats)
2247         (type-break-terse-messages, type-break-file-name): New defcustoms.
2248         (type-break-post-command-hook)
2249         (type-break-warning-countdown-string): Quote variable names in doc.
2250         (type-break-interval-start, type-break-auto-save-file-name): New vars.
2251         (type-break-mode): Document type-break-good-break-interval and the
2252         "session" file.  Schedule break according to the session file.
2253         Kill session file buffer on exit.  Organise for save-some-buffers
2254         to always save the session file.
2255         (type-break-mode-line-message-mode, type-break-query-mode):
2256         Uppercase arguments.
2257         (type-break-file-time, type-break-file-keystroke-count, timep)
2258         (type-break-choose-file, type-break-get-previous-time)
2259         (type-break-get-previous-count): New defuns.
2260         (type-break): Avoid break querying after a completed break in the
2261         case where the query was initiated during user invocation of the
2262         break.  Optional terse messages.
2263         Use type-break-good-break-interval if type-break-good-rest-interval is
2264         nil.  File the break time.
2265         (type-break-schedule): New optional args for overriding the use of
2266         the current time.
2267         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2268         after a break.
2269         (type-break-check): File the keystroke count.
2270         (type-break-do-query): Prevent a second query when the break is
2271         interrupted.  Optional terse message.
2272         (type-break-keystroke-reset): Record the start of a typing interval.
2273         (type-break-demo-boring): Optional terse messages.  Display word
2274         per minute and keystroke counts according to
2275         type-break-demo-boring-stats.
2277 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
2279         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2280         directories, make sure they exist under archive-tmpdir.
2282 2004-04-27  Juri Linkov  <juri@jurta.org>
2284         * help.el (view-emacs-news): With argument, display info for the
2285         selected version by finding it among different NEWS files, and
2286         narrowing the buffer to the selected version.
2288         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2289         same-window-buffer-names.
2290         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
2291         non-numeric prefix argument, append the number to the buffer name
2292         for numeric prefix argument.
2293         (info-other-window): Bind same-window-regexps to nil.
2294         (Info-reference-name): Rename to Info-point-loc.
2295         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2296         and Info-find-index-name for stringy Info-point-loc.
2297         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
2298         without middle `.', but with final `.' and optional line number
2299         for it.  Set Info-point-loc for index nodes.
2300         (Info-index): Remove middle `.' from index entry regexp.
2301         Modify line number regexp.
2302         (Info-index-next): Decrement line number.
2303         (info-apropos): Remove middle `.' from index entry regexp.
2304         Add optional line number regexp at the end.  Add matched value
2305         for line number to the result list and insert it to the buffer.
2306         Replace match-string by match-string-no-properties.
2307         Reorder result list.
2308         (Info-fontify-node): Hide index line numbers.
2309         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2310         empty matches.
2311         (Info-follow-reference): Use `str' instead of
2312         Info-following-node-name-re.
2313         (Info-toc): Use full file names.  Set Info-current-node to "Top".
2314         (Info-fontify-node): Compare file names without directory name.
2315         (Info-try-follow-nearest-node): Don't set Info-reference-name.
2316         Set second arg of Info-extract-menu-node-name for index nodes.
2317         (info-xref-visited): Use magenta3 instead of magenta4.
2318         (Info-mode): Add info-apropos to docstring.
2320         * log-view.el (log-view-diff): Replace interactive code "r"
2321         by a list to allow to call it even if region is not active.
2323         * paren.el (show-paren-highlight-openparen): New var.
2324         (show-paren-function): Turn on openparen highlighting when
2325         matching forward if show-paren-highlight-openparen is non-nil.
2327         * simple.el (kill-ring-save): Use blink-matching-delay instead of
2328         the constant value 1.
2329         (completions-common-part): Expand docstring.
2331         * textmodes/picture.el (picture-mode-map): Add arrow keys.
2333 2004-04-27  Kim F. Storm  <storm@cua.dk>
2335         * image.el (insert-sliced-image): Use line-height instead of
2336         line-spacing property on newline.
2338 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
2340         * desktop.el (desktop-buffer-misc-data-function): Rename to
2341         desktop-save-buffer and change docstring.
2342         (desktop-buffer-modes-to-save): Delete.
2343         (desktop-save-buffer-p): Use desktop-save-buffer instead of
2344         desktop-buffer-modes-to-save.
2345         (desktop-save): Rename desktop-buffer-misc-data-function to
2346         desktop-save-buffer and allow non-function value.
2347         (desktop-missing-file-warning): Correct docstring.
2349         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2350         to desktop-save-buffer.
2352         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2353         desktop-save-buffer.
2355         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2357         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2359 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
2361         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2363 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2365         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2366         (ielm): Only go to the end of the buffer when starting a new process.
2368 2004-04-25  Juanma Barranquero  <lektu@terra.es>
2370         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2371         mode line.  Bind `inhibit-read-only' to t before modifying
2372         properties of text in the buffer.
2373         (ielm): Force point to the end of buffer, even when running ielm
2374         from inside itself.
2376 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
2378         * info.el (info-apropos): Reset Info-complete-cache.
2380 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
2382         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2383         Also recognize severe Irix et al. messages.
2384         (compilation-normalize-filename, compile-abbreviate-directory):
2385         Delete functions.
2386         (compilation-get-file-structure): New function inherits
2387         functionality of the two preceding ones.
2388         (compilation-internal-error-properties, compilation-fake-loc):
2389         Use it so that different paths to the same file share the same
2390         markers.  Also optimize finding adjacent marker slightly.
2392 2004-04-25  Kim F. Storm  <storm@cua.dk>
2394         * image.el (insert-sliced-image): Add line-spacing t property
2395         to newlines separating image lines.
2397 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2399         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2401         * ielm.el (ielm-prompt-read-only): New user option.
2402         (ielm-prompt): Expand docstring to describe new behavior.
2403         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2404         mention it in the docstring.
2406 2004-04-24  Andreas Schwab  <schwab@suse.de>
2408         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2410         * diff.el (diff): Set default-directory in diff buffer.
2412 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
2414         * mail/sendmail.el (mail-bury): Don't delete the frame where the
2415         mail was being composed if the terminal cannot display more than
2416         one frame; instead, switch to previous frame.
2418         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2419         (rmail-start-mail): Support rmail-mail-new-frame even on
2420         terminals that can display only one frame at a time.
2422 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2425         (checkdoc-output-font-lock-keywords): Remove error regexp.
2426         (checkdoc-output-mode-map): Remove.
2427         (checkdoc-output-mode): Derive from compilation-mode.
2428         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2430         * dired.el (dired-mode-map): Add a menu entry for wdired.
2432         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2433         (rx-bracket, rx-check-any, rx-any): Clean up name space.
2435         * wdired.el: (wdired-mode-map): Move init into declaration.
2436         Fix `return' binding.
2437         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2438         Use force-mode-line-update.
2439         (wdired-get-filename): Use `unless'.
2440         (wdired-preprocess-files): Don't assume names have no \n and use / for
2441         dir separator.
2442         (wdired-normalize-filename): Use replace-regexp-in-string.
2443         (wdired-load-hooks): Remove.
2444         (wdired-mode-hooks): Rename to wdired-mode-hook.
2446         * info-look.el: Add support for cfengine-mode.
2447         (info-lookup-setup-mode): Use dolist.
2449 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
2451         * wdired.el: New file.
2453 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2455         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2457         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2458         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2459         (pcomplete--help, pcomplete--here): Doc fixes.
2461 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
2463         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2464         handles wrong-number-of-arguments in backend call.
2466         * vc.el (vc-print-log): Likewise.
2468 2004-04-20  Dave Love  <fx@gnu.org>
2470         * emacs-lisp/rx.el: Doc fixes.
2471         (rx-constituents): Add/extend many forms.
2472         (rx-check): Check form is a list.
2473         (bracket): Defvar.
2474         (rx-check-any, rx-any, rx-check-not): Modify.
2475         (rx-not): Simplify.
2476         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2477         (rx-kleene): Use rx-trans-forms.
2478         (rx-quote-for-set): Delete.
2479         (rx): Allow multiple args.
2481 2004-04-23  Kenichi Handa  <handa@m17n.org>
2483         * international/mule-util.el (char-displayable-p): Simplify by
2484         using internal-char-font.
2486 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2488         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2490 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2492         * diff-mode.el (diff-next-error): New fun.
2493         (diff-mode): Use it.
2495         * simple.el (next-error): Change arg name.
2496         Add support for the documented C-u C-x ` usage.
2498         * frame.el (special-display-popup-frame, next-multiframe-window)
2499         (previous-multiframe-window): Only consider frames on same display.
2501 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
2503         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2504         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2506 2004-04-22  Kim F. Storm  <storm@cua.dk>
2508         * net/telnet.el (telnet): Add optional port arg.
2510 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2512         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2513         Minor sanity check on the `hyperlink' slot.
2515         * Makefile.in (recompile): Compile new files.
2517         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2518         Add byte-recompile-directory's optional `arg'.
2520         * cvs-status.el (cvs-tree-use-charset): New var.
2521         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2522         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2523         (cvs-status-cvstrees): Use it.
2525         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2526         Make it a normal major mode.
2527         (checkdoc-buffer-label): Make sure the file name is meaningful.
2528         (checkdoc-output-to-error-buffer): Remove.
2529         (checkdoc-error, checkdoc-start-section): Rewrite.
2531         * info.el (info-node, info-menu-5, info-xref, info-header-node)
2532         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2533         (Info-title-4-face): Use new syntax.
2534         (info-xref-visited): Inherit from info-xref.
2536         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2538 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2540         * simple.el (next-error-last-buffer, next-error-function):
2541         New variables for the next-error framework.
2542         (next-error-buffer-p): New function.
2543         (next-error-find-buffer): Generalize compilation-find-buffer.
2544         (next-error, previous-error, first-error, next-error-no-select)
2545         (previous-error-no-select): Move from compile.el.
2547         * replace.el (occur-next-error, occur-1): Hook into the next-error
2548         framework.
2550         * progmodes/compile.el (compilation-start):
2551         Set next-error-last-buffer so next-error knows where to jump.
2552         (compilation-setup): Set the buffer-local variable
2553         next-error-function to 'compilation-next-error-function.
2554         (compilation-buffer-p, compilation-buffer-internal-p): Use an
2555         alternate way to find if a buffer is a compilation buffer, for
2556         next-error convenience.
2557         (next-error-no-select, previous-error-no-select, next-error)
2558         (previous-error, first-error): Move to simple.el.
2559         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2560         (compilation-last-buffer): Remove.
2561         (compilation-start, compilation-next-error, compilation-setup)
2562         (compilation-next-error-function, compilation-find-buffer):
2563         Remove compilation-last-buffer use.
2565 2004-04-21  Juanma Barranquero  <lektu@terra.es>
2567         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2568         (font-lock-warning-face): Fix spacing.
2570         * makefile.w32-in (WINS): Add url/ directory.
2572 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
2574         * desktop.el (desktop-buffer-mode-handlers): New variable.
2575         Alist of major mode specific functions to restore a desktop buffer.
2576         (desktop-buffer-handlers): Make variable obsolete.
2577         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2578         Catch errors signaled in handlers.  Update buffer count.
2579         Evaluate desktop-buffer-point.
2580         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2581         move to dired.el.
2582         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2583         move to info.el.
2584         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2585         move to mail/rmail.el.
2586         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2587         to mh-e/mh-e.el.
2588         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2589         On fail, print message (to message buffer) even if
2590         desktop-missing-file-warning is nil.
2591         (desktop-buffer-misc-data-function): New buffer local variable.
2592         Function returning major mode specific data.
2593         (desktop-buffer-misc-functions): Make variable obsolete.
2594         (desktop-save): Use desktop-buffer-misc-data-function.
2595         (desktop-buffer-dired-misc-data): Rename to
2596         dired-desktop-buffer-misc-data and move to dired.el.
2597         (desktop-buffer-info-misc-data): Rename to
2598         Info-desktop-buffer-misc-data and move to info.el.
2599         (desktop-read): Add message about number of buffers restored/failed.
2601         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2602         Add parameters.  Pause to display error only when
2603         desktop-missing-file-warning is non-nil.
2604         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2605         (dired-mode): Bind desktop-buffer-misc-data-function.
2607         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2608         Add Parameters.
2609         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2610         (Info-mode): Bind desktop-buffer-misc-data-function.
2612         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2613         Add Parameters.
2615         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2616         Add Parameters.
2618 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2620         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2621         the case of letters in case-insensitive expansions when the
2622         abbrev is preceded by characters with letter syntax.
2624 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2626         * progmodes/cperl-mode.el (cperl-putback-char):
2627         Delete Emacs 18 definition.
2629         * international/mule.el (ctext-post-read-conversion):
2630         Use assoc-string, not assoc-ignore-case.
2632         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2634         * emacs-lisp/easymenu.el (easy-menu-add):
2635         Do call x-popup-menu, but only if it's defined.
2637         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2639         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2640         Handle multiple args: compile like progn.
2642         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2643         take all args as &rest arg.
2645         * autoinsert.el (auto-insert-alist): Insert the user's name in
2646         copyright notice, rather than Free Software Foundation.
2648 2004-04-21  Kenichi Handa  <handa@m17n.org>
2650         * descr-text.el (describe-char): Make it work on *Help* buffer.
2652 2004-04-21  Kim F. Storm  <storm@cua.dk>
2654         * image.el (insert-image): Add optional SLICE arg.
2655         (insert-sliced-image): New defun.
2657 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2659         * subr.el (read-number): Check whether `default' is nil.
2661 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * progmodes/compile.el (compilation-error-properties):
2664         Split into two.
2665         (compilation-internal-error-properties): New one.
2666         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2668 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2670         * window.el (split-window-save-restore-data):
2671         Don't update the data if OLD-INFO is nil.
2673         * view.el (view-return-to-alist): Mark it permanent local.
2675         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2677         * recentf.el (recentf-save-list): Catch and warn about errors.
2679         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2680         so "Buffers" won't be pure.
2682         * help-mode.el (help-mode-finish): Set help-return-alist first
2683         thing, setting only the entry for the selected window.
2685         * help-fns.el (describe-function-1): If many non-control non-meta
2686         keys run the command, don't list all of them.
2688 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2690         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2691         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2693         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2695 2004-04-20  Kenichi Handa  <handa@m17n.org>
2697         * international/quail.el (quail-lookup-key): New optional arg
2698         NOT-RESET-INDICES.
2699         (quail-get-translations): Call quail-lookup-key with
2700         NOT-RESET-INDICES t.
2701         (quail-completion): Likewise.
2702         (quail-lookup-map-and-concat): Likewise.
2704 2004-04-20  Kenichi Handa  <handa@m17n.org>
2706         * international/quail.el (quail-update-translation): Don't insert
2707         such an unsupported multibyte char in a unibyte buffer.
2709 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2711         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2712         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2713         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2714         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2715         (gdb-frame-assembler-buffer): Improve behaviour with
2716         multiple frames.
2717         (gdb-display-buffer): Extend search to all visible frames.
2719 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2721         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2722         characters left after base64 decoding.
2723         (rmail-decode-region): Use -dos variety of `coding', to remove any
2724         ^M characters left after qp or base64 decoding.
2726 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2728         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2729         messages.
2731 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2733         * add-log.el (add-change-log-entry): Update doc string to mention
2734         add-log-full-name and add-log-mailing-address.
2736 2004-04-18  Juri Linkov  <juri@jurta.org>
2738         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2739         (Info-find-node-2): Simplify error message.
2740         (Info-insert-dir): Use Info-following-node-name.
2741         (Info-goto-node): Remove *info-history* and *info-toc*.
2742         (Info-history): Create a node of the virtual history file.
2743         (Info-toc): Create a node of the virtual toc file.
2744         (Info-insert-toc): New arg `curr-file' for reference file names.
2745         (info-apropos): Remove redundant var binding for temp-file.
2746         (Info-index, Info-index-next, Info-mode): Doc fix.
2747         (Info-goto-emacs-command-node): Don't jump to *info* from
2748         non-*info* Info buffers.
2749         (Info-fontify-node): Don't show the file name of external
2750         references if `Info-hide-note-references' is `hide'.  Don't hide
2751         newlines at the end of paragraphs.
2753         * international/mule-diag.el (list-input-methods):
2754         Fix args to help-xref-button.
2756         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
2757         to put into effect local variables from TUTORIAL files.
2759         * textmodes/paragraphs.el (sentence-end) <function>: New fun
2760         with default value taken from the variable `sentence-end'.
2761         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
2762         Add nil const to :type.
2763         (sentence-end-without-period, sentence-end-double-space)
2764         (sentence-end-without-space): Doc fix.
2766         * textmodes/paragraphs.el (forward-sentence):
2767         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
2768         (fill-delete-newlines):
2769         * progmodes/cc-cmds.el (c-beginning-of-statement):
2770         Use function `sentence-end' instead of variable `sentence-end'.
2772 2004-04-18  Andreas Schwab  <schwab@suse.de>
2774         * progmodes/compile.el (compilation-start): Set window start to
2775         point-min if compilation-scroll-output is nil.
2777 2004-04-18  John Wiegley  <johnw@newartisans.com>
2779         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
2781 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
2783         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
2784         (gdb-info-breakpoints-custom): Revert previous change.
2785         (gdb-view-assembler): Update assembler if necessary.
2786         (gdb-frame-handler): Parse correctly for gdb-current-frame.
2787         (gdb-display-source-buffer): Update properly when both source and
2788         assembler are visible.
2790 2004-04-17  John Wiegley  <johnw@newartisans.com>
2792         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
2793         which limits the number of names shown in the minibuffer.  Off by
2794         default.
2795         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
2796         up iswitchb for users with a multitude of open buffers by showing
2797         only the first and last N/2 buffers in the completion list (which
2798         is enough to aid C-s/C-r, and to know that more characters are
2799         needed to refine the completion list).
2801 2004-04-17  Richard M. Stallman  <rms@gnu.org>
2803         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2804         (file-truename): Expand all ~ constructs directly.
2805         (insert-directory): Delete any error msg output by the
2806         `insert-directory-program'.
2808         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2809         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2810         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2811         (allout-init): Use find-file-hook, not find-file-hooks.
2812         (allout-mode): Eliminate Emacs 18 support.
2813         Use write-contents-functions, not local-write-file-hooks.
2815 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
2817         * progmodes/compile.el (compilation-error-properties): Fix for
2818         adding messages when there are already markers for their file.
2819         (compilation-fake-loc): New function.
2821 2004-04-16  Dave Love  <fx@gnu.org>
2823         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2824         (python-load-file): Fix python-orig-start setting.
2826         * progmodes/compile.el: Doc fixes.
2827         (compilation-error-regexp-alist-alist)
2828         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2829         (compilation-assq): Wrap in eval-when-compile.
2830         (compilation-mode-font-lock-keywords): Don't use list*.
2831         (compilation-start): Avoid warning.
2832         (compilation-compat-error-properties)
2833         (compilation-directory-properties): Add keymap property.
2834         (compilation-parsing-end): Make it a marker for better compatibility.
2836         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2838 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
2840         * xml.el: Doc fixes.
2841         (xml-get-children): Only looks at sub-tags and ignore strings.
2843         * xml.el (xml-parse-tag): Avoid overwriting node-name.
2845 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2847         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2849 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
2851         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2853         * vc.el (vc-print-log): Likewise.
2855 2004-04-16  Masatake YAMATO  <jet@gyve.org>
2857         * simple.el (completion-setup-function): Set an initial value
2858         to `element-common-end' before entering loop.  Set a value
2859         to `element-common-end' at the end of loop.
2860         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2861         (completions-common-part): Rename from completion-de-emphasis.
2862         (completions-first-difference): Rename from completion-emphasis.
2863         Suggested by RMS.
2865 2004-04-16  Juanma Barranquero  <lektu@terra.es>
2867         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2868         (bookmark-edit-annotation-mode): Add mode name.
2870 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2873         for nested conflict markers.
2874         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2876 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
2878         * progmodes/gdb-ui.el (gdb-goto-info): New function.
2880         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2882 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2885         Give a backtrace if requested.
2887         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2889         * progmodes/python.el (python-mouse-2-command, python-RET-command):
2890         Remove unused functions.
2891         (python-orig-start-line, python-orig-file): Remove.
2892         (python-orig-start): New var.
2893         (python-input-filter, python-compilation-line-number)
2894         (python-send-region, python-load-file): Use it.
2896         * info.el (info): Always jump to *info*.
2898         * subr.el (posn-set-point): New function.
2900         * mouse.el (mouse-set-point): Use it.
2902         * progmodes/compile.el (compile-goto-error): Use it.
2903         (compilation-button-map): New keymap.
2904         (compilation-error-properties): Use it.
2905         (compilation-shell-minor-mode-map): Don't bind mouse-2.
2907         * smerge-mode.el (smerge-popup-context-menu): Use it.
2909         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2910         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2911         mouse and non-mouse case.
2913         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2914         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2916         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2917         Make it work for non-mouse events.
2919         * pcvs-info.el (cvs-status-map): Update binding name.
2921 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
2923         * xml.el (xml-maybe-do-ns): New function to handle namespace
2924         parsing of both attribute and element names.
2925         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2926         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2927         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
2928         (xml-parse-attlist): Make it do its own namespace parsing.
2930 2004-04-14  Dave Love  <fx@gnu.org>
2932         * progmodes/python.el (run-python): Fix use of \n.
2933         (python-load-file): Remove `try' from Python fragment.
2934         (python-describe-symbol): Fix message.
2936         * comint.el: Doc fixes.
2937         (comint-last-input-start, comint-last-input-end)
2938         (comint-last-output-start): Give them values.
2939         (comint-arguments): Avoid warning.
2940         (comint-skip-prompt): Use line-end-position.
2941         (comint-backward-matching-input): Rename arg to agree with doc.
2942         (comint-extract-string): Use syntax-ppss.
2943         (comint-dynamic-simple-complete): Delete useless list construction.
2944         (comint-redirect-subvert-readonly): New.
2945         (comint-redirect-preoutput-filter): Use it.
2947         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2948         Correctly handle negative arguments when calling hook functions.
2950 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
2952         * info.el (info-apropos): Don't clobber Info-history-list.
2954 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
2956         * progmodes/compile.el (compilation-setup):
2957         Localize overlay-arrow-position.
2958         (compilation-sentinel): Restructure code equivalently.
2959         (compilation-next-error): Find message on same line after point if
2960         not found before point.
2961         (compile-mouse-goto-error): Restore function so that compilation
2962         buffer need not be current and use compile-goto-error.
2963         (compile-goto-error): Restore function.
2964         (next-error): Set overlay-arrow-position.
2965         (compilation-forget-errors): Don't localize already local
2966         compilation-locs and remove FIXME about refontifying.
2968 2004-04-14  Kim F. Storm  <storm@cua.dk>
2970         * startup.el (emacs-quick-startup): New defvar (set by -Q).
2971         (command-line): New option -Q.  Like -q --no-site-file, but
2972         in addition it also disables menu-bar, tool-bar, scroll-bars,
2973         tool-tips, and the blinking cursor.
2974         (command-line-1): Skip startup screen if -Q.
2975         (fancy-splash-head): Use ":align-to center" prop to center splash image.
2977         * emulation/cua-base.el (cua-read-only-cursor-color)
2978         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2980 2004-04-13  Dave Love  <fx@gnu.org>
2982         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
2983         (syntax): Don't require.
2984         (python) <defgroup>: Add :version.
2985         (python-quote-syntax): Re-written.
2986         (inferior-python-mode): Move stuff here from run-python and add
2987         some more.
2988         (python-preoutput-continuation, python-preoutput-result)
2989         (python-dotty-syntax-table): New.
2990         (python-describe-symbol): Use them.
2991         (run-python): Move stuff to inferior-python-mode.  Modify code
2992         loaded into Python.
2993         (python-send-region): Use python-proc, python-send-string.
2994         (python-send-string): Send newlines too.  Callers changed.
2995         (python-load-file): Re-written.
2996         (python-eldoc-function): New.
2997         (info-look): Don't require.
2998         (python-after-info-look): New.  A modified version of former
2999         top-level code for use with eval-after-load.
3000         (python-maybe-jython, python-guess-indent): Use widened buffer.
3001         (python-fill-paragraph): Re-written.
3002         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
3003         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
3005 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3008         Set compilation-error-regexp-alist earlier.
3010         * progmodes/compile.el (compilation-minor-mode-map)
3011         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3012         (compile-goto-error): Re-merge the mouse and non-mouse commands.
3014 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * progmodes/compile.el (compile-goto-error): Select the buffer/window
3017         corresponding to the event.
3019 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
3021         * loadup.el: Add cygwin to system-type list, for unexec() support.
3023 2004-04-12  John Paul Wallington  <jpw@gnu.org>
3025         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3026         (ibuffer-restore-window-config-on-quit): New variable to replace
3027         `ibuffer-delete-window-on-quit'.  Update all references.
3028         (ibuffer-prev-window-config): New variable.
3029         (ibuffer-quit): Restore previous window configuration instead of
3030         deleting window.
3031         (ibuffer): Save window configuration before showing Ibuffer buffer.
3033         * help.el (describe-mode): Doc fix.
3035 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3038         not to treat nil as a function.
3040         * vc-arch.el (vc-arch-root): Be a bit more careful.
3041         (vc-arch-register): Save the buffer if we modified it.
3042         (vc-arch-delete-rej-if-obsolete): Save excursion.
3043         (vc-arch-find-file-hook): Use the simpler after-save-hook.
3044         (vc-arch-responsible-p, vc-arch-init-version): New functions.
3046         * net/ldap.el (ldap-search): Use list*.
3048 2004-04-12  Juri Linkov  <juri@jurta.org>
3050         * info.el (Info-follow-reference): Allow multiline reference name.
3052 2004-04-11  Dave Love  <fx@gnu.org>
3054         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3056         * progmodes/python.el: New file.
3058 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
3060         * vc-hooks.el (vc-arg-list): Function removed.
3061         (vc-default-workfile-unchanged-p): Use condition-case to check for
3062         backward compatibility.
3064         * vc.el (vc-print-log): Use condition-case to check for backward
3065         compatibility.
3067 2004-04-11  Juri Linkov  <juri@jurta.org>
3069         * dired.el (dired-faces): New defgroup.
3070         (dired-header, dired-mark, dired-marked, dired-flagged)
3071         (dired-warning, dired-directory, dired-symlink, dired-ignored):
3072         New faces.
3073         (dired-header-face, dired-mark-face, dired-marked-face)
3074         (dired-flagged-face, dired-warning-face, dired-directory-face)
3075         (dired-symlink-face, dired-ignored-face): New face variables.
3076         (dired-font-lock-keywords): Use them instead of font-lock faces.
3077         Split the rule for dired marks into 3 separate rules: for marks,
3078         marked file names and flagged file names.
3080         * help-mode.el (help-make-xrefs): Add a final newline to the
3081         *Help* buffer.
3083 2004-04-11  John Paul Wallington  <jpw@gnu.org>
3085         * replace.el (occur-engine): Distinguish between one and several
3086         matches in the matches per buffer heading.
3088 2004-04-11  Kim F. Storm  <storm@cua.dk>
3090         * ido.el (ido-confirm-unique-completion): New defcustom.
3091         (ido-complete): Use it.
3092         (ido-write-file): Set it to t unconditionally.
3094 2004-04-10  Miles Bader  <miles@gnu.org>
3096         RCS keyword removal (only non-comment changes are enumerated here):
3098         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3099         (byte-compile-insert-header): Don't use `byte-compile-version'.
3100         * forms.el (forms-version): Variable removed.
3101         (forms-mode): Don't use `forms-version'.
3102         * recentf.el (recentf-version): Variable removed.
3103         * progmodes/delphi.el (delphi-version): Variable removed.
3104         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3106 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3110 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
3112         * info.el (info-apropos): Improve menu item regexp.
3114 2004-04-09  Simon Josefsson  <jas@extundo.com>
3116         * mail/smtpmail.el: Add comment, based on report by
3117         kdc@rcn.com (Kevin D. Clark).
3119 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3122         Redo one more thing that I didn't notice Daniel had undone.
3124 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
3126         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3127         (gdb-goto-breakpoint, gdb-display-buffer)
3128         (gdb-display-source-buffer, gdb-view-source-function)
3129         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3130         (gdb-source-info, gdb-frame-handler): Don't specify a window
3131         for display.
3132         (gdb-info-breakpoints-custom): Remove superfluous update of
3133         assembler buffer.
3134         (gdb-many-windows): Make settable outside gdb.
3136 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
3138         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3139         Derive from fundamental-mode rather than text-mode.
3141 2004-04-08  Juri Linkov  <juri@jurta.org>
3143         * info.el (Info-history): Doc fix.
3144         (Info-history-list): New var.
3145         (info-xref): Change magenta4 to blue, remove bold for dark and
3146         light backgrounds, change bold to underline for non-color classes.
3147         (info-xref-visited): New face.
3148         (Info-fontify-visited-nodes): New custom.
3149         (Info-hide-note-references): Add new value `hide'.  Doc fix.
3150         (Info-reference-name): New var.
3151         (Info-selection-hook): New custom.
3152         (Info-edit-mode-hook): New var.
3153         (Info-find-file): New fun.
3154         (Info-find-node): Move part of code to Info-find-file.
3155         (Info-find-node-2): Add anchors to Info-history-list.  Move point
3156         to the place with the reference name if name is defined.
3157         (Info-select-node): Add current node to Info-history-list.
3158         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3159         (Info-search-whitespace-regexp): New custom.
3160         (Info-search-case-fold): New var.
3161         (Info-search): Add "case-sensitively" to the prompt.
3162         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
3163         (Info-search-case-sensitively, Info-search-next): New fun.
3164         (Info-up): Move point to the menu item of the current node.
3165         (Info-history): New fun.  Add *info-history* to
3166         same-window-buffer-names.
3167         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
3168         (Info-insert-toc): New fun.
3169         (Info-build-toc): New fun.
3170         (Info-follow-reference): Add new arg `fork'.  Doc fix.
3171         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
3172         with the same name prefer the reference closest to point.
3173         (Info-next-reference): Replace * by + in the *Note regexp.
3174         Add regexp for http:// and ftp://.  Skip the *Note prefix.
3175         (Info-prev-reference): Replace * by + in the *Note regexp.
3176         Add regexp for http:// and ftp://.  Skip the *Note prefix.
3177         (Info-follow-nearest-node): Add new arg `fork'.
3178         (Info-try-follow-nearest-node): Add new arg `fork'.
3179         Call browse-url for http:// and ftp:// references.
3180         Set Info-reference-name for index entries.
3181         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3182         Info-search-next, Info-history, Info-toc, clone-buffer.
3183         (Info-menu-update): Replace * by + in the *Note regexp.
3184         (Info-mode): Add documentation for Info-history, Info-toc,
3185         Info-search-case-sensitively, Info-search-next, clone-buffer.
3186         (Info-fontify-menu-headers): Remove fun.  Move code to
3187         Info-fontify-node.
3188         (Info-fontify-node): Add docstring.  Add local vars
3189         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
3190         then fontify header line, titles, menu headers, http and ftp
3191         references, refill paragraphs.  If not-fontified-p is t or
3192         fontify-visited-p is t then fontify cross references, menu items.
3193         Fontify menu headers.  Fontify http and ftp references.
3194         Change regexp for cross references to require whitespace after *Note,
3195         add matching groups for file and node names.  Remove hack for quote.
3196         Use display property for Info-hide-note-references=t.  Use fifth
3197         or fourth match for help-echo.  Display visited nodes in a
3198         different face.  Unhide file names of external references.
3199         Unhide newlines.  Display visited menu items in a different face.
3201 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3203         * progmodes/compile.el: Require CL.
3204         (compilation-mode-font-lock-keywords): Re-install the "line as
3205         function" patch.
3207         * help-fns.el (help-C-source-directory): New var.
3208         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3209         (describe-function-1, describe-variable): Use them.
3211         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3212         to C source files specially.
3214 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3216         * info.el (Info-hide-cookies-node): New function.
3217         (Info-select-node): Use it.
3218         (Info-display-images-node): Remove message with image file name.
3220 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
3222         * progmodes/compile.el (compilation-warning-face)
3223         (compilation-info-face, compilation-skip-threshold)
3224         (compilation-skip-visited, compilation-context-lines):
3225         Declare :version when added to Emacs.
3226         (compilation-error-regexp-alist-alist): Extend caml and irix.
3227         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3228         (compilation-mode-font-lock-keywords): Temporarily undo line as
3229         function patch, which wasn't ready.
3231 2004-04-07  Kenichi Handa  <handa@m17n.org>
3233         * international/latin1-disp.el (latin1-display-setup): Check each
3234         character is displayable or not instead of calling
3235         latin1-display-check-font.
3237 2004-04-06  Kenichi Handa  <handa@m17n.org>
3239         * language/ethio-util.el (ethio-sera-being-called-by-w3):
3240         New variable.
3241         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3242         instead of sera-being-called-by-w3.
3243         (ethio-fidel-to-sera-buffer): Likewise.
3244         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3245         instead of sera-being-called-by-w3.
3246         (ethio-write-file): Likewise.
3248 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3250         * printing.el: Doc fix.
3252 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
3254         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3255         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3256         (gdb-setup-windows): Only use separate IO buffer if required.
3258 2004-04-06  Kim F. Storm  <storm@cua.dk>
3260         * term.el (term-is-xemacs): Remove.
3261         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3262         (term-window-width): New function.
3263         (term-mode, term-check-size): Use it.
3264         (term-mode): Disable overflow-newline-into-fringe in term buffer.
3266 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3268         * cus-edit.el (custom-add-parent-links): Change unbound variable
3269         `symbol' to `name'.
3271 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3272         * info.el (info-apropos): New function.
3273         (Info-mode-menu): Add it.
3274         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3276         * help-mode.el (help-make-xrefs): Recognize aliased variable with
3277         inherited docstring.
3279         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3281 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3285         * progmodes/compile.el (font-lock): Don't require any more.
3286         (compilation-error-properties, compilation-start, compilation-sentinel)
3287         (compilation-filter, next-error): Use with-current-buffer.
3288         (compilation-skip-to-next-location, compilation-skip-threshold)
3289         (compilation-skip-visited): Move to silence the byte-compiler.
3290         (compilation-setup): Simplify.
3291         (compilation-next-error): Use line-(beginning|end)-position.
3292         Make sure `pt' is non-nil before using compilation-loop.
3293         (compile-goto-error): Add optional event arg.  Use it.
3294         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3295         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3296         Update the binding for mouse-2.
3297         (first-error): Set compilation-current-error to nil rather than bob.
3298         (compilation-parsing-end, compilation-parse-errors-function)
3299         (compilation-error-list, compilation-old-error-list):
3300         "New" compatibility variables.
3301         (compile-buffer-substring, compilation-compat-error-properties)
3302         (compilation-compat-parse-errors, compilation-forget-errors):
3303         New compatibility functions.
3304         (compilation-mode-font-lock-keywords): Use them.
3306 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3308         * autorevert.el (auto-revert-handler): If point (or a window
3309         point) is at the end of the buffer, keep it there after
3310         reverting.  This allows to tail a file.
3311         Mention this in the `Commentary'.
3313         * format.el (format-write-file): Add optional argument CONFIRM
3314         and make it behave like the analogous argument to `write-file'.
3316 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3318         * progmodes/ebnf2ps.el: Doc fix.
3319         (ebnf-version): New version number (4.2).
3320         (ebnf-syntax): Customization and docstring fix.
3321         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3322         Put autoloaded funs before first use.
3323         (ebnf-style-database): Add dtd entry.
3324         (ebnf-syntax-alist): Add dtd initialization.
3325         (ebnf-token-sequence): New fun.
3326         (ebnf-comment-table): Add new comment action character.
3327         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3329         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3330         Type Definition for XML).
3332         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3333         * progmodes/ebnf-bnf.el (ebnf-sequence):
3334         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3335         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3336         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3337         Code simplification: call ebnf-token-sequence.
3339 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
3341         * calendar/timeclock.el (timeclock-relative)
3342         (timeclock-get-project-function, timeclock-get-workday-function)
3343         (timeclock-query-out, timeclock-when-to-leave)
3344         (timeclock-when-to-leave-string, timeclock-log-data)
3345         (timeclock-generate-report, timeclock-in): Doc fixes.
3347 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * url/: New dir.  Import the URL package from its repository.
3351 2004-04-03  Andreas Schwab  <schwab@suse.de>
3353         * diff-mode.el (diff-mode): Fix missing quote.
3355 2004-04-03  Juri Linkov  <juri@jurta.org>
3357         * descr-text.el (describe-property-list): Add `font-lock-face'.
3359         * dired.el (dired-font-lock-keywords): Fix permission regexps.
3361 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3363         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3364         Use utf-16le on little endian machines and utf-16be otherwise.
3366 2004-04-02  David Kastrup  <dak@gnu.org>
3368         * net/browse-url.el (browse-url-generic): Use call-process
3369         instead of start-process to allow browsers that fork and detach.
3371 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
3373         * compile.el (compilation-current-error): New var.
3374         (compilation-setup, compile-mouse-goto-error)
3375         (compile-goto-error, next-error): Use it.
3376         (compilation-skip-to-next-location): Default to t, which gives
3377         contiguous skipping like old compile (where this was redundant).
3378         (compilation-next-error): Prevent previous-* commands from moving
3379         back to message at or just before point.
3381 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
3383         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3384         (gdb-source-info): Don't display source at startup, if required.
3385         (gdb-show-main): New option.
3386         (gdba): Update documentation.
3387         (gdb-source): Cover case of auto-display output.
3389 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3391         * autorevert.el: Delete obsolete autoload's and defvar's.
3392         (auto-revert-check-vc-info): New user option.
3393         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3394         (auto-revert-handler-vc): Delete.
3395         (auto-revert-handler): Treat return value `fast' of
3396         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
3398         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3399         return `fast'.
3401         * files.el (buffer-stale-function): Doc change.
3403 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3405         * printing.el: New tip on Tips section.
3406         (pr-version): New version number (6.7.4).
3407         (pr-shell-file-name): Initialization fix.
3409 2004-03-31  Juri Linkov  <juri@jurta.org>
3411         * dired.el: Add autoload for `dired-do-touch'.
3412         (dired-touch-program): New var.
3413         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3414         (dired-no-confirm): Add `touch' to docstring.
3416         * dired-aux.el (dired-do-touch): New fun.
3417         (dired-do-chxxx): Add argument -t for touch operation.
3419         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3420         `dired-move-to-filename-regexp'.
3422 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
3424         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3426 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3428         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3429         and only if the buffer was modified.
3431 2004-03-30  Kenichi Handa  <handa@m17n.org>
3433         * international/characters.el: Delete pairs for U+2308..U+230B.
3435 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
3437         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3438         to detect the beginning of a level 2 or 3 annotation.
3440 2004-03-29  Kenichi Handa  <handa@m17n.org>
3442         * international/ucs-tables.el (ucs-insert): Fix the error message.
3444 2004-03-29  Kenichi Handa  <handa@m17n.org>
3446         * international/mule-util.el (char-displayable-p): Fix generation
3447         of XLFD file name.
3449         * Makefile.in (setwins, setwins_almost): Change directory to $wd
3450         before finding directories by `find'.
3452 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3454         * subr.el (interactive-form): Delete.  Now implemented in C.
3456         * pcvs.el (cvs-parse-process): Workaround for Darwin.
3458         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3459         (vc-diff-label): New fun.
3460         (vc-diff-internal): Use it.
3462         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3464 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3466         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3468         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3469         specify XML (EBNFX).
3471         * progmodes/ebnf2ps.el: Doc fix.
3472         (ebnf-version): New version number (4.1).
3473         (ebnf-syntax): Adjust customization.
3474         (ebnf-style-database): Add ebnfx entry.
3475         (ebnf-syntax-alist): Add ebnfx initialization.
3476         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3478         * printing.el: Doc fix.
3479         (pr-version): New version number (6.7.3).
3480         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3481         returns nil for mouse position.  Reported by Drew Adams
3482         <drew.adams@oracle.com>.
3483         (pr-update-menus): Modify interactive declaration.  Reported by Drew
3484         Adams <drew.adams@oracle.com>.
3486 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
3488         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3489         (gud-gdba-marker-filter): Log the process input and output, if
3490         required.  From Stefan Monnier.
3491         (gdb-debug-log, gdb-enable-debug-log): New variables.
3492         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3494 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3497         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3499 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3501         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3502         Call vc-find-file-hook here instead of in auto-revert-buffers.
3503         (auto-revert-buffers): Delete call to vc-find-file-hook.
3504         (auto-revert-verbose, global-auto-revert-non-file-buffers)
3505         (global-auto-revert-mode, auto-revert-set-timer)
3506         (auto-revert-handler, auto-revert-buffers): Doc fixes.
3508 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3510         * woman.el (woman-change-fonts): Rename local variable
3511         woman-font-alist to font-alist to avoid a compiler warning.
3513 2004-03-27  Dave Love  <fx@gnu.org>
3515         * emacs-lisp/rx.el (rx): Doc fix.
3516         Fix copyright years.
3518         * strokes.el (strokes-global-set-stroke-string): New function.
3519         (strokes-list-strokes): Cope with strings, not just commands.
3520         Set foreground colour of image.
3521         (strokes-global-set-stroke): Doc fix.
3523 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3525         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3526         Auto Revert mode.
3527         (Buffer-menu-files-only): New variable.
3528         (Buffer-menu-toggle-files-only): New function.
3529         (Buffer-menu-mode-map): Bind it to `T'.
3530         (Buffer-menu-mode): Mention `T' in docstring.
3531         Set buffer-stale-function.
3532         (list-buffers-noselect): Mark buffer non-modified and set
3533         Buffer-menu-files-only.
3535         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3537         * autorevert.el (auto-revert-handler): Print revert message
3538         before, rather than after, reverting.
3539         (buffer-stale-function): Move to files.el.
3541         * files.el (buffer-stale-function): Move here from autorevert.el.
3543 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3547         * calc/calc.el (calc-mode-map): Use mapc.
3549         * apropos.el (apropos-mode): Don't autoload.
3550         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3551         (apropos): Use it.
3552         (apropos-print): Add optional `text' argument.
3553         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3554         Don't assume point-min == 1.
3556         * bs.el (bs-buffer-list): Use buffer-local-value.
3557         (bs--set-toggle-to-show): Use with-current-buffer.
3559         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3560         New funs.
3561         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3563         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3565         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3566         (dabbrev--find-expansion): Use pop.
3567         (dabbrev--search): Use match-string-no-properties.
3569         * dired.el (dired-mode): Use run-mode-hooks.
3570         (dired-move-to-end-of-filename): Use match-string.
3572         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3573         is bound before using it.
3574         (ediff-verbose-p): Make it into a var since it's not constant.
3576         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3578         * faces.el (read-face-font): Don't cons up unnecessarily.
3579         (header-line, tool-bar): Share common parts.
3581         * files.el (file-relative-name): Use compare-strings.
3583         * finder.el (finder-mode): Follow coding convention.
3585         * subr.el (read-number): New function.
3587         * ses.el (ses-read-number): Move to subr.el.
3588         (ses-set-header-row): Use read-number.
3590 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3592         * vc-hooks.el (vc-arg-list): New function, which handles both
3593         compiled and uncompiled code.
3594         (vc-default-workfile-unchanged-p): Use it.
3596         * vc.el (vc-print-log): Undo prev change, use new function
3597         vc-arg-list from vc-hooks.el.
3599 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3601         * simple.el (completion-setup-function): Emphasize the
3602         first uncommon characters in the completions; and de-emphasize
3603         the common prefix substrings.
3604         (completion-emphasis): New face.
3605         (completion-de-emphasis): New face.
3607 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3609         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3610         Comment out (it's unused and unfinished code).
3612 2004-03-25  Sam Steingold  <sds@gnu.org>
3614         * vc.el (vc-print-log): Fix a bug in the last patch:
3615         backend-function may be a byte-compiled object, not a lambda.
3617 2004-03-25  Juri Linkov  <juri@jurta.org>
3619         * descr-text.el (describe-property-list): Add a button
3620         for `face' property that calls `describe-face'.
3621         Suggested by luis fernandes <elf@ee.ryerson.ca>
3623         * international/mule.el (keyboard-coding-system):
3624         * kmacro.el (kmacro-call-macro): Fix docstring.
3626         * dired.el: Fix comments.
3628         * textmodes/fill.el (fill): Fix Info link.
3630         * font-lock.el (fast-lock, lazy-lock):
3631         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3632         Info node.
3634         * eshell/eshell.el (eshell): Fix broken info-link.
3636         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3637         * eshell/em-banner.el (eshell-banner):
3638         * eshell/em-smart.el (eshell-smart):
3639         * eshell/esh-cmd.el (eshell-cmd):
3640         Comment out broken info-links to incomplete Info manual.
3642         * info-xref.el: Fix commentary.
3644 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3646         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3647         Remove spurious node duplicate suppression, doesn't work, not wanted.
3648         (info-xref-output): Take format style args, add "sit-for 0" to let
3649         user see the results as they progress.
3650         (info-xref-check-all-custom): New function.
3652 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3654         * gdb-ui.el: Moved to progmodes.
3656 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3658         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3660 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3662         * calendar/appt.el (appt-check): Remove superfluous progn.
3663         When finished with diary buffer: if it was not being displayed
3664         before, kill it; otherwise restore its original state.
3665         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3667         * calendar/calendar.el (calendar-set-mode-line): Use total
3668         available mode-line width, rather than frame-width.
3670         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3671         after mode change so effect not lost.
3673 2004-03-23  Dave Love  <fx@gnu.org>
3675         * dired.el (dired) <defgroup>: Add link to manual.
3676         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3677         (dired-revert): Use dolist.
3678         (dired-mode-map): Add U binding.
3679         (dired-mode): Add font-lock-beginning-of-syntax-function.
3680         (dired-garbage-files-regexp): Make it a defcustom.
3682 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3685         is equivalent to nil.
3686         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3687         (vc-arch-mode-line-string): Accept `added' state.
3688         (vc-arch-state): Use inode-sigs if available.
3689         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3690         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3691         (vc-arch-tagline-re): New var.
3692         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3693         New functions.
3694         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3695         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3697         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3698         (vc-file-not-found-hook): Use it.
3700         * diff-mode.el (diff-default-read-only): Change default.
3701         (diff-mode-hook): Make it a defcustom.  Add some options.
3702         (diff-mode-map): Bind diff-refine-hook.
3703         (diff-yank-handler): New var.
3704         (diff-yank-function): New fun.
3705         (diff-font-lock-keywords): Use them.
3706         (diff-end-of-file): Handle case where file-header looks like diff text.
3707         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3708         (diff-file-kill): Delete a subsequent empty line, if applicable.
3709         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3710         (diff-find-file-name): Use it.
3711         (diff-tell-file-name): New command.
3712         (diff-mode): Be careful with view-mode.
3713         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3714         New functions, for use in diff-mode-hook.
3715         (diff-find-source-location): Catch "regex too large" errors.
3716         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3717         (diff-refine-hunk): New command.
3719         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3720         (smerge-context-menu-map): Remove unused var.
3721         (smerge-keep-all): Preserve markers.
3722         (smerge-keep-n): New fun.
3723         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3724         (smerge-keep-current, smerge-ediff): Use it.
3725         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3726         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3727         (smerge-resolve): Resolve trivial 3-part conflicts.
3729 2004-03-23  Juri Linkov  <juri@jurta.org>
3731         * man.el (Man-width): New var.
3732         (Man-getpage-in-background): Use it.
3733         (Man-support-local-filenames): New var and fun.
3734         (Man-build-man-command): Don't add a second %s.
3735         (Man-fontify-manpage): Clean up message.
3736         (Man-mode): Set outline-regexp, outline-level,
3737         imenu-generic-expression.
3739         * woman.el (woman-fill-frame): Doc fix.
3740         (woman-decode-region): Use window-width instead of frame-width.
3742         * abbrevlist.el (list-one-abbrev-table):
3743         * descr-text.el (describe-char):
3744         * international/mule-diag.el (describe-current-coding-system):
3745         * international/quail.el (quail-insert-decode-map):
3746         Use window-width instead of frame-width.
3748         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3749         (jka-compr-mode-alist-additions): Add tbz.
3750         (jka-compr-write-region, jka-compr-insert-file-contents):
3751         Add message for undefined compress-program.
3752         (jka-compr-write-region): Remove redundant var bindings.
3754         * dired-x.el (dired-guess-shell-alist-default): Add choices for
3755         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
3756         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3757         (dired-man): Use dired-guess-shell-command.
3758         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3759         Change default nil to t.
3761         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3762         (dired-compare-directories): Add default value for empty input.
3764         * help-at-pt.el: Move suggestions for key bindings to Commentary.
3766         * time.el (display-time-string-forms): Fix help-echo date format.
3768 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
3770         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3771         (buffer-stale-function): New variable.
3772         (auto-revert-list-diff, auto-revert-dired-file-list)
3773         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3774         (auto-revert-handler): Take over some functionality of deleted
3775         functions.
3776         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3778         * dired.el (dired-directory-changed-p): New fun, extracted from
3779         dired-internal-noselect.
3780         (dired-buffer-stale-p): New fun.
3781         (dired-internal-noselect): Use dired-directory-changed-p.
3782         Eliminate revert messages.
3783         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3785 2004-03-23  Kenichi Handa  <handa@m17n.org>
3787         * international/characters.el: Setup syntaxes for more parentheses
3788         Unicode characters.
3790         * international/mule-cmds.el (select-safe-coding-system):
3791         Merge coding-system and auto-cs before comparing them.
3793 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3797         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3798         normal-auto-fill-function and comment-indent-function.
3799         The default values now work just as well.
3800         Don't set font-lock-beginning-of-syntax-function since we already set
3801         syntax-begin-function.
3802         (lisp-outline-level): Put ;;;###autoload at same level as (.
3803         (prin1-char): Quote special chars.
3805         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3806         than with-no-warnings.
3808         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3809         if the source location can't be found.
3810         (edebug-compute-previous-result): Use prin1-char.
3812         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3813         (debug-ignored-errors): Add an entry.
3815         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3816         (byte-compile-file): Output warning when deleting a file.
3818         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3819         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3821         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3822         (byte-compile-inline-expand): Use backquote.
3823         (byte-optimize-pure-func): Rename from byte-optimize-concat.
3824         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3826         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3828         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3830 2004-03-22  Juri Linkov  <juri@jurta.org>
3832         * finder.el (finder-known-keywords): Fix data, tex, unix.
3834         * play/landmark.el: Fix keywords.
3836         * language/ethio-util.el (ethio-find-file): Doc fix.
3838         * emacs-lisp/warnings.el: Doc fix.
3840         * textmodes/ispell.el (ispell-help): Doc fix.
3842 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
3844         * format.el (format-insert-file): Always return a list of two
3845         elements, like insert-file-contents does.
3847 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
3849         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3850         and vc-BACKEND-diff.
3851         (vc-print-log): If the print-log implementation supports it, use
3852         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3853         (vc-version-diff, vc-diff-internal): Doc fixes.
3855         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3856         implementation supports it, let diff output go to *vc*,
3857         not *vc-diff*, since this is an internal call.
3859         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3861         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3863         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3865 2004-03-21  Dave Love  <fx@gnu.org>
3867         * progmodes/cfengine.el (cfengine-mode):
3868         Set parse-sexp-ignore-comments.
3870         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3872 2004-03-21  Juanma Barranquero  <lektu@terra.es>
3874         * allout.el (allout-mode): Fix docstring.
3876 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
3878         * files.el (insert-directory): Fix bug if SWITCHES is a list.
3880         * autorevert.el (auto-revert-interval): Make new value take
3881         effect immediately when set through Custom.
3882         (auto-revert-set-timer): Add interactive declaration.
3884 2004-03-19  David Ponce  <david@dponce.com>
3886         * ruler-mode.el (ruler-mode-header-line-format-old):
3887         Don't `make-variable-buffer-local'.
3888         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3889         (ruler-mode-header-line-format): Simply funcall the above.
3890         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3891         to save/restore a previous header line format.
3892         (ruler-mode-space): Don't depend on a numeric WIDTH value.
3893         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3894         fringes and margins width.
3895         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3897 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * log-edit.el (log-edit-font-lock-keywords): Typo.
3901         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3902         (tex-send-tex-command): Rather than here.
3903         (tex-compilation-parse-errors): Simplify.
3905         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3907         * time.el (display-time-string-forms): Add help-echo with date on time.
3909         * composite.el (compose-region): Use restore-buffer-modified-p.
3911         * disp-table.el (standard-display-8bit): Simplify.
3913         * server.el (server-process-filter): Delete temp frame.
3915         * add-log.el (add-change-log-entry): Simplify.
3917 2004-03-19  Kim F. Storm  <storm@cua.dk>
3919         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3920         (hexl-follow-line): Don't require 'fringe.
3922         * progmodes/compile.el (compilation-start): Always set
3923         compilation-last-buffer and return it.
3925 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3927         * simple.el (clone-buffer): Doc fix.
3929 2004-03-18  Juanma Barranquero  <lektu@terra.es>
3931         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3933 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3935         * log-edit.el (log-edit-font-lock-keywords): New var.
3936         (log-edit-mode): Use it.
3938 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
3940         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3941         properly for watching in speedbar.
3943 2004-03-17  Masatake YAMATO  <jet@gyve.org>
3945         * smerge-mode.el (smerge-popup-context-menu):
3946         Put `unwind-protect' around `overlay-put' and `popup-menu'.
3948 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3950         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3951         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3952         Take sealed revisions into account.
3953         (vc-arch-checkin): Extract a summary line from the message.
3955 2004-03-16  Masatake YAMATO  <jet@gyve.org>
3957         * register.el (register): Provide `register' feature.
3959 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3961         Added context menu support in smerge mode.
3962         Most of the part is written by Stefan Monnier.
3964         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3965         New keymap and menu.
3966         (smerge-text-properties): New function.
3967         (smerge-remove-props): New function.
3968         (smerge-popup-context-menu): New function.
3969         (smerge-resolve): Call `smerge-remove-props'.
3970         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3971         (smerge-keep-current): Ditto.
3972         (smerge-kill-current): New function.
3973         (smerge-match-conflict): Put text properties.
3974         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3976 2004-03-15  David Ponce  <david@dponce.com>
3978         * ruler-mode.el: (ruler-mode-left-fringe-cols)
3979         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3980         (ruler-mode-right-scroll-bar-cols): Remove.
3981         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3982         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3983         Use fringe-columns and scroll-bar-columns.
3985 2004-03-15  Masatake YAMATO  <jet@gyve.org>
3987         * hl-line.el (hl-line-range-function): New variable.
3988         (hl-line-move): New function.
3989         (global-hl-line-highlight): Use `hl-line-move'.
3990         (hl-line-highlight): Ditto.
3992         * scroll-bar.el (scroll-bar-columns):
3993         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3995         * ruler-mode.el (top-level): Require scroll-bar and fringe.
3996         (ruler-mode-left-fringe-cols)
3997         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3998         (ruler-mode-right-scroll-bar-cols)
3999         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4000         (ruler-mode-ruler-function): New variable.
4001         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4002         if the value for `ruler-mode-ruler-function'is given.
4004         * hexl.el (hexl-mode-hook): Make the hook customizable.
4005         (hexl-address-area, hexl-ascii-area): New customize variables.
4006         (hexlify-buffer): Put font-lock-faces on the address area and
4007         the ascii area.
4008         (hexl-activate-ruler): New function.
4009         (hexl-follow-line): New function.
4010         (hexl-highlight-line-range): New function.
4011         (hexl-mode-ruler): New function.
4013 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4015         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
4016         (vc-default-find-file-hook): New fun.
4017         (vc-find-file-hook): Call new find-file-hook operation.
4019         * vc-arch.el: New file.
4021 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
4023         * info-look.el (info-lookup): Reuse an existing Info window.
4025 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4027         * woman.el (woman-preserve-ascii): Default value changed to t and
4028         doc string revised.
4030 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4032         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4033         Fix minor bug.
4035         * replace.el (occur-engine): Change message for count of matches.
4037         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4038         For strings, do compare text properties.
4040 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
4042         * progmodes/compile.el (compile-auto-highlight)
4043         (compilation-error-list, compilation-old-error-list)
4044         (compilation-parse-errors-function, compilation-parsing-end)
4045         (compilation-error-message, compilation-directory-stack)
4046         (compilation-enter-directory-regexp-alist)
4047         (compilation-leave-directory-regexp-alist)
4048         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4049         (compilation-current-file, compilation-regexps): Remove vars.
4051         (compile-error-at-point, compilation-error-filedata)
4052         (compilation-error-filedata-file-name, compile-reinitialize-errors)
4053         (compilation-next-error-locus, compilation-forget-errors)
4054         (count-regexp-groupings, compilation-parse-errors)
4055         (compile-collect-regexps, compile-buffer-substring): Remove funs.
4057         (compile-internal): Make obsolete.
4059         (compilation-first-column, compilation-error)
4060         (compilation-directory-matcher, compilation-page-delimiter)
4061         (compilation-mode-font-lock-keywords, compilation-debug)
4062         (compilation-error-face, compilation-warning-face)
4063         (compilation-info-face, compilation-line-face)
4064         (compilation-column-face, compilation-enter-directory-face)
4065         (compilation-leave-directory-face, compilation-skip-threshold)
4066         (compilation-skip-visited, compilation-context-lines): New vars.
4068         (compilation-warning-face, compilation-info-face)
4069         (compilation-message-face): New faces.
4071         (compilation-error-regexp-alist-alist): New constant.
4073         (compilation-face, compilation-directory-properties)
4074         (compilation-assq, compilation-error-properties, compilation-start)
4075         (define-compilation-mode, compilation-loop)
4076         (compilation-set-window): New functions.
4078         (compile): Additional argument for interactive compiles like TeX.
4080         * progmodes/grep.el (kill-grep): Move here from compile.el
4081         (grep-error, grep-hit-face, grep-error-face)
4082         (grep-mode-font-lock-keywords): New variables.
4083         (grep-regexp-alist): Simplify regexp and add `binary' case.
4084         (grep-mode): New mode.
4085         (grep-process-setup): Simplify.
4087 2004-03-11  Jason Rumney  <jasonr@gnu.org>
4089         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4090         letters on DOS/Windows.
4092 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4094         * server.el (server-name): New var.
4095         (server-socket-dir): New var to replace server-socket-name.
4096         (server-start): Use them.
4098 2004-03-11  Simon Josefsson  <jas@extundo.com>
4100         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4101         died to avoid infloop.  Reported by Jonathan Glauner
4102         <jglauner@sbum.org>.
4104 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4107         (smerge-mode-menu): Use it to deactivate menu entries.
4108         (smerge-keep-current): New fun.
4109         (smerge-keep-current): Use it.
4111 2004-03-10  John Paul Wallington  <jpw@gnu.org>
4113         * foldout.el (foldout-fold-list, foldout-modeline-string):
4114         Declare them as variables, not constants.
4116 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4118         * ps-print.el: Modification to print *Messages* buffer.
4119         (ps-print-version): New version 6.6.4.
4120         (ps-message-log-max): New fun.
4121         (ps-spool-without-faces, ps-spool-with-faces)
4122         (ps-count-lines-preprint): Code fix.
4124         * printing.el: New tips in Tips section.
4126 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4128         * delim-col.el: Doc fix.
4130         * printing.el: Doc fix.  New doc section (Tips).
4132 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * type-break.el (type-break-emacs-variant): Remove.
4135         (type-break-run-at-time, type-break-cancel-function-timers):
4136         Use fboundp rather than version name and number.
4138 2004-03-09  Masatake YAMATO  <jet@gyve.org>
4140         * hexl.el (hexl-mode): Use `make-local-variable' instead of
4141         `make-variable-buffer-local'.
4143 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
4145         * find-dired.el (find-dired): Call `shell-command' instead of
4146         `start-process-shell-command'.  By this, Tramp takes over
4147         handling of remote directories.
4149 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * newcomment.el (comment-use-global-state): New var.
4152         (comment-search-forward): Use it.
4154         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4156         * cus-edit.el (fill) <defgroup>: Move to fill.el.
4158         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4159         (enable-kinsoku): Make it a defcustom.
4160         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4161         paragraph to same-comment-start-marker.
4163 2004-03-07  Dave Love  <fx@gnu.org>
4165         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4166         (browse-url-mail): Use it.
4168         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4169         (rfc2368-unhexify-string): Use replace-regexp-in-string.
4171 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4173         * woman.el (woman-man.conf-path): Doc fix.
4174         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4176 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
4178         * sort.el (sort-columns): Remove ms-dos from the list of systems
4179         where the external `sort' command is not used.
4181 2004-03-07  Kim F. Storm  <storm@cua.dk>
4183         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4184         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4185         from overlay-arrow-variable-list.
4186         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4188 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
4190         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4191         overlay arrow string properly for the assembler buffer.
4193 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4195         * mail/sendmail.el (mail-mode): Fix last change.
4197 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
4199         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4200         for the assembler buffer.
4201         (gdb-assembler-custom): Position the overlay arrow.
4202         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4204 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4208         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4209         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4211         * mail/sendmail.el (mail-mode): Set comment-start-skip.
4213         * newcomment.el (uncomment-region): Allow non-terminated comment.
4214         (comment-normalize-vars): Check the user-specified comstart marker.
4216 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
4218         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4219         Otherwise, do use it if the region only contains font-lock text
4220         properties.
4222 2004-03-04  Masatake YAMATO  <jet@gyve.org>
4224         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4225         as the callback function for eldoc.
4226         (hexl-print-current-point-info): New function.
4227         (hexl-current-address): Print the address in both decimal
4228         and hexadecimal format.
4230 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4232         * mail/rmail.el (rmail-convert-to-babyl-format):
4233         Specify t for UNIBYTE when calling mail-unquote-printable-region.
4235         * mail/mail-utils.el (mail-unquote-printable-region):
4236         New arg UNIBYTE.
4238         * startup.el (command-switch-alist): Doc fix.
4240         * simple.el (undo): Temporarily set this-command to `undo-start',
4241         then set it to `undo' once undo-start returns without error.
4243         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4245         * simple.el (kill-line): Don't disregard trailing whitespace
4246         in eol condition, if show-trailing-whitespace is set.
4248         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4249         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4250         When disabling, restore old values only if mouse-sel-has-been-enabled.
4252         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4253         (isearch-{-char): New function.
4254         (isearch-mode-map): Bind { to isearch-{-char.
4256         * font-lock.el (lisp-font-lock-keywords-2):
4257         Turn off the CL with-... and do-... general patterns.
4258         Instead, recognize several specific with... and do... constructs.
4260         * files.el (switch-to-buffer-other-window):
4261         Bind same-window-buffer-names and same-window-regexps to nil.
4262         (switch-to-buffer-other-frame): Likewise.
4264 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4266         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4267         recognizing leading comment on code line.
4269 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4271         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4272         hidden files/directories.
4274 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4277         only comment-start (in case the mode hasn't set it).
4279         * Makefile.in (AUTOGENEL): New var.
4280         (bootstrap-prepare): Rename from bootstrap-clean.
4281         Don't remove elc files.
4282         (maintainer-clean): New target.
4284         * xml.el (xml-get-attribute-or-nil): Simplify.
4286 2004-03-02  Juri Linkov  <juri@jurta.org>
4288         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4289         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4290         URL to prevent their substitution with the environment variable
4291         values by browsers.
4293 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4295         * ps-print.el: Doc fix.
4296         (ps-print-version): New version number (6.6.3).
4297         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4298         Docstring fix.
4299         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4300         before printing.
4301         (ps-time-stamp-yyyy-mm-dd): New fun.
4302         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4304 2004-03-02  Kim F. Storm  <storm@cua.dk>
4306         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4308 2004-03-01  Juanma Barranquero  <lektu@terra.es>
4310         * allout.el (allout-rebullet-heading): Fix typo in docstring.
4312         * desktop.el (desktop-file-version)
4313         (desktop-after-read-hook): Fix typos.
4314         (desktop-clear-preserve-buffers): Remove redundant info in
4315         docstring already shown by the obsolescence message.
4316         (desktop-truncate, desktop-internal-v2s)
4317         (desktop-value-to-string): Change argument name to match docstring.
4319         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4321         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4322         docstring.
4324 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4326         * printing.el: Replace "As Is..." in PostScript file print/preview by
4327         "No Preprocessing...".  Suggested by Colin Marquardt
4328         <_marquardt_@zmd.de>.
4329         (pr-insert-section-4): Adjust buffer interface.
4331 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4333         Version 2.0.39 of Tramp released.
4335         * net/tramp.el (tramp-handle-file-local-copy)
4336         (tramp-handle-write-region, tramp-open-connection-rsh):
4337         Variable name typo.  Small change.  From Patrick Tullmann
4338         <tullmann@flux.utah.edu>.
4339         (tramp-process-connection-type): New variable.
4340         (tramp-maybe-open-connection): Use it.
4341         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4342         (tramp-touch): Set last-modified time of a remote file.
4343         (tramp-handle-write-region): Say which function is used when encoding.
4345 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
4347         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4348         case of non-existing filename, too.  Reported by Christoph Bauer
4349         <c_bauer@informatik.uni-kl.de>.
4350         (tramp-smb-get-file-entries): The directory in question should
4351         have permissions "drwxrwxrwx".  Just virtual, because we don't
4352         know the real permissions.  Don't we know?
4353         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4354         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4355         (tramp-smb-wait-for-output): Optimize algorithm getting pending
4356         output.  If it was received chunkwise, there have been problems.
4357         Remove the "prompt not found" error message; it is obvious.
4358         Simplify algorithm.
4359         (tramp-smb-process-running): Remove.  Since we acknowledge the
4360         virtual prompt for shares, there's no need for distinction of
4361         reading shares (process ends afterwards) and interactive mode of
4362         smblient.
4363         (tramp-smb-open-connection): Setting process sentinel removed.
4364         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4365         "NT_STATUS_NETWORK_ACCESS_DENIED".
4366         (tramp-smb-maybe-open-connection): Set `process-connection-type'
4367         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4368         (top-level): Setting default value in `tramp-default-method-alist'
4369         corrected.  Order of USER and HOST have been wrong.
4370         Nobody complained for months ...
4371         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4372         (tramp-smb-open-connection): Clear password cache if login has failed.
4374         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4375         `tramp-unified-filenames'.
4376         (tramp-completion-mode): Make test for XEmacs explicitely.
4377         `event-to-character' can exists in Emacs packages too.
4378         Reported by Matt Swift <swift@alum.mit.edu>.
4379         (tramp-buffer-name): Buffer name must contain the user if exists.
4380         Reported by Adrian Phillips <a.phillips@met.no>.
4381         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4382         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4383         (tramp-do-copy-or-rename-file-out-of-band): Rename from
4384         `tramp-do-copy-or-rename-file-one-local', because it handles also
4385         the case both files use the same out-of-band method.
4386         Implementation added.
4387         (tramp-handle-file-local-copy, tramp-handle-write-region):
4388         Out-of-band handling removed.  `copy-file' called instead, which
4389         calls `tramp-do-copy-or-rename-file-out-of-band'.
4390         (tramp-action-password): Check for out-of-band method removed.
4391         This function is used for 'login-program.
4392         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4393         appropriate.
4394         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4395         and `tramp-parse-sknownhosts'.
4396         (tramp-completion-function-alist): It's a defvar now, because we
4397         want to apply the optimized `tramp-set-completion-function'
4398         instead of a static list.
4399         (tramp-set-completion-function): Implementation tuned.
4400         Avoid double entries, and entries where the function or the
4401         file/directory doesn't exist.
4402         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4403         for SSH2.
4404         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4405         (tramp-handle-dired-compress-file): New function.
4406         (tramp-async-proc): New variable.
4407         (tramp-handle-shell-command): Adding asynchronous processes.
4408         They are far from being perfect, but it works at least for
4409         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4410         (top-level): Require password.el if visible.  Should be mandatory
4411         once No Gnus has found its way into (X)Emacs.
4412         (tramp-read-passwd): Invoke `password-read' if available,
4413         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
4414         fallback any longer.
4415         (tramp-clear-passwd): New function.
4416         (tramp-process-actions, tramp-process-multi-actions):
4417         Clear password cache if login has failed.
4419         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
4420         its own module.
4421         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4422         `ange-ftp-ftp-name-res'.  There could be incorrect values from
4423         previous calls in case the "ftp" method is used in the Tramp file
4424         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4426 2004-02-28  Richard M. Stallman  <rms@gnu.org>
4428         * term.el (term-mouse-paste): Call mouse-set-point.
4430         * thumbs.el: New file.
4432 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4434         * progmodes/ebnf-abn.el: Doc fix.
4436         * progmodes/ebnf-bnf.el: Doc fix.
4437         (ebnf-repeat): Code fix.
4439         * progmodes/ebnf2ps.el: Doc fix.
4440         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4442 2004-02-28  Juri Linkov  <juri@jurta.org>
4444         * ffap.el (dired-at-point): Additional writability test for
4445         relative directory names.
4446         (dired-at-point-prompter): Treat directories as a directory, get
4447         the directory component from files.
4448         (ffap-string-at-point): Return string from region if region is active.
4449         (ffap-file-at-point): Remove redundant code.
4451 2004-02-28  Kim F. Storm  <storm@cua.dk>
4453         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4454         Initialize margin area images to nil.
4455         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4456         (breakpoint-enabled-bitmap-face)
4457         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4458         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4459         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4460         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4461         (gdb-reset): Use gdb-remove-breakpoint-icons.
4462         (gdb-put-string): Add dprop arg to specify alternative display
4463         property (for setting fringe bitmap).
4464         (gdb-remove-strings): Doc fix.
4465         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4466         icon in fringe (if available), or else as icon or text in display
4467         margin.  Creates necessary icons in breakpoint-bitmap,
4468         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4469         Also make left window margin if required.
4470         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4471         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
4472         no longer needed.
4473         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4474         gdb-put-breakpoint-icon.
4475         (gdb-assembler-mode): Don't set left-margin-width here.
4477 2004-02-27  Kevin Ryde  <user42@zip.com.au>
4479         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4480         comma, so that it DTRT in macros.
4482 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4484         * progmodes/sh-script.el (sh-shell-arg)
4485         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4486         (sh-leading-keywords, sh-other-keywords): Fix custom type.
4488 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4490         * faces.el (face-spec-set-match-display): Add a new attribute,
4491         `min-colors'.
4492         (region, highlight, secondary-selection): Use `min-colors'.
4494         * custom.el (defface): Add documentation for `min-colors'.
4496         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4497         (font-lock-keyword-face, font-lock-function-name-face)
4498         (font-lock-variable-name-face, font-lock-constant-face):
4499         Use `min-colors'.
4501         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4503 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4505         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
4506         define assq-delete-all if it's not defined.
4507         (ebnf-generate-region): Code fix.
4509         * printing.el: Doc fix.
4510         (pr-version): New version number (6.7.2).
4511         (pr-command): Return empty string if command is an empty string.
4513 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4515         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4517         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
4518         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4519         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
4520         "tt" ["test"] ).  Reported by Markus Dreyer
4521         <mdreyer@ix.urz.uni-heidelberg.de>.
4522         (ebnf-version): New version number (4.0).
4523         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4524         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4525         (ebnf-delete-style): New commands.
4526         (ebnf-directory, ebnf-file): New funs.
4527         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4528         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4529         (ebnf-syntax-alist): New var.
4530         (ebnf-element-width): New fun replacing ebnf-list-width.
4531         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4532         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4533         (ebnf-prologue): Adjust vars.
4534         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4535         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4536         (ebnf-check-style-values, ebnf-generate-production)
4537         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4538         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4539         (ebnf-token-repeat): Code fix.
4541         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4542         %right, %left and %prec.  Suggested by Matthew K. Junker
4543         <junker@alum.mit.edu>.
4544         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4546         * progmodes/ebnf-iso.el: Doc fix.
4547         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4548         (ebnf-iso-lex): Code fix.
4550         * progmodes/ebnf-bnf.el: Doc fix.
4551         (ebnf-bnf-lex): Code fix.
4553         * progmodes/ebnf-otz.el: Doc fix.
4555 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4557         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4558         (abbrev-prefix-mark): Doc fix.
4560 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4562         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4563         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4564         (gdb-var-delete): Make interactive (really).
4565         (gdb-edit-value): Make non-interactive.
4567         * progmodes/gud.el (gud-speedbar-menu-items):
4568         Add gdb-var-delete and, indirectly, gdb-edit-value.
4569         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4570         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4571         (gud-gdb-marker-filter): Add comment for annotations.
4573 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4575         * calendar/calendar.el (generate-calendar)
4576         (calendar-read-date): Prevent display of BC calendars once more -
4577         reverts 2003-10-01 change.
4578         (generate-calendar-month): Doc fix.
4580 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4582         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4583         return value of increment-calendar-month.
4585 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4587         * saveplace.el (save-place-forget-unreadable-files)
4588         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4589         (save-place-forget-unreadable-files): New function.
4590         (save-place-alist-to-file): Use it to filter out files that are
4591         no longer readable.
4593         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4594         current Texinfo environment, using the same method as in
4595         `texinfo-insert-@end', and insert a space rather than a newline if
4596         point in a @table environment.
4598 2004-02-21  Juri Linkov  <juri@jurta.org>
4600         * ffap.el (ffap-file-at-point): Try parent directories.
4602 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4604         * vcursor.el (vcursor-modifiers): New defcustom.
4605         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4606         hard-coded list.
4608 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4610         * play/animate.el (animate-birthday-present): Accept names other
4611         than `Sarah', too.
4613 2004-02-21  Juri Linkov  <juri@jurta.org>
4615         * startup.el: Remove table of command line arguments from the
4616         Commentary section.
4618 2004-02-20  John Wiegley  <johnw@newartisans.com>
4620         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4621         again" modifier from 'e' to 'E', since 'e' is also used by the
4622         "file extension" modifier.
4624 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4626         * help-fns.el (describe-categories): Doc fix.
4628 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4630         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4631         temporary file for buffer already visiting one.  This change makes
4632         output likely to be directly usable by patch program.
4633         Suggested by Adrian Aichner  <adrian@xemacs.org>
4635 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4637         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4638         case of variables defined in compound statements.
4639         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4640         Simplify constructions using switch-to-buffer.
4642 2004-02-19  Simon Josefsson  <jas@extundo.com>
4644         * play/morse.el: Fix typo.
4645         (morse-code): Add @.
4647 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4649         * calendar/appt.el (appt-display-format): Change default to
4650         'ignore, for backwards compatibility.
4651         (appt-display-message): If appt-display-format is 'ignore,
4652         respect old vars appt-msg-window and appt-visible.
4653         (appt-activate): Don't depend on return value of cancel-timer.
4655         * calendar/calendar.el (calendar-holidays): Doc fix.
4657         * calendar/cal-coptic.el (coptic-prompt-for-date):
4658         Use assoc-string instead of assoc-ignore-case.
4659         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4660         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4661         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4662         * calendar/cal-islam.el (calendar-goto-islamic-date)
4663         (mark-islamic-diary-entries): Ditto.
4664         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4665         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4666         (calendar-read-mayan-tzolkin-date): Ditto.
4667         * calendar/calendar.el (calendar-read-date): Ditto.
4668         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4670 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4672         * progmodes/executable.el (executable-command-find-posix-p):
4673         Fix choice of the directory.
4675 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4677         * simple.el (interprogram-cut-function)
4678         (interprogram-paste-function, kill-new, kill-append):
4679         Doc fixes.
4680         (kill-region): Make it return nil.  Doc fix.
4681         (yank-pop): Make its argument optional.
4682         (yank): Make ARG `-' equivalent to `-1'.
4684 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4686         * mail/rmail.el (rmail-get-new-mail): Don't reference
4687         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4689 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4691         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4692         if one of global-auto-revert-non-file-buffers or autorevert-mode
4693         is non-nil.
4695 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4697         * subr.el (delete-dups): A better implementation from Karl Heuer
4698         <kwzh@gnu.org>.
4700 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4702         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4703         correct place.
4704         * progmodes/icon.el (icon-indent-command): Ditto.
4705         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4707 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4709         * progmodes/grep.el (grep-compute-defaults): Undo change from
4710         2004-01-29: don't use executable-command-find-posix-p.
4712 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4714         * hilit-chg.el: Use require instead of eval-and-compile.
4715         (highlight-compare-buffers): New function.
4717 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4719         * man.el (Man-fontify-manpage): Render section headings in
4720         `Man-overstrike-face' even when overstrike was not used by man
4721         formatter for section headings.
4723 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4725         * rmail-spam-filter.el: (vm-use-spam-filter)
4726         (rsf-min-region-length-added-to-spam-list): New variables.
4727         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4728         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4729         spam testing.  Don't delete spam message if automatic deletion
4730         after output via variable rmail-delete-after-output is turned on.
4731         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4732         rsf-bbdb-dont-create-entries-for-spam.
4733         (check-field): New function, extracted from code in
4734         rmail-spam-filter to ease addition of header fields like content-type.
4735         (message-content-type): New variable to check the content-type:
4736         field added, also in defcustom of rsf-definitions-alist.
4737         (rmail-spam-filter): Replace repeated test code for header fields
4738         by calls to check-field; change the call to
4739         rmail-output-to-rmail-file such that rmail-current-message stays
4740         the same to avoid wrong deletion of unseen flags.
4741         (rsf-add-contents-type): New function to convert old format
4742         of rmail-spam-definitions-alist into new one.
4743         Change prefixes of all variables and functions from
4744         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4746 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4748         * loadhist.el (unload-hook-features-list): New defvar.
4750 2004-02-16  Dave Love  <fx@gnu.org>
4752         * loadhist.el (unload-feature): Doc fix.  Rename flist to
4753         unload-hook-features-list.
4755 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
4757         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4758         cookie.  Don't check if we are looking-at open-formula.
4760 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4762         * subr.el (match-string-no-properties): Use substring-no-properties.
4764 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4766         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4767         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4768         Use lower-case "rx" in all error message.
4770 2004-02-16  Dave Love  <fx@gnu.org>
4772         * emacs-lisp/rx.el (rx-or): Put group around result.
4773         (rx-constituents): Add backref.
4774         (rx-syntax): Add string-delimiter, comment-delimiter.
4775         (rx-categories): Add combining-diacritic.
4776         (rx-check-not, rx-greedy, rx): Doc fix.
4777         (rx-backref, rx-check-backref): New.
4779 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
4781         * newcomment.el (uncomment-region): Allow eob as comment end.
4783 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4785         * filecache.el: All message and error commands now use prefix
4786         "Filecache:" to make it easy to read *Messages* buffer.
4788 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
4790         * autorevert.el: Add support to detect changed dired and VC buffers.
4791         (auto-revert-active-p, auto-revert-list-diff)
4792         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4793         (auto-revert-handler, auto-revert-active-p): New functions.
4794         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4795         and `auto-revert-active-p'.
4796         (eval-when-compile): Defvar dired-directory and vc-mode.
4797         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4798         (auto-revert-handler-vc): New functions.
4800 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
4802         * progmodes/compile.el (compilation-directory): New defvar.
4803         (compile): Save current directory in compilation-directory.
4804         (recompile): Bind default-directory to compilation-directory if
4805         that is non-nil.
4807 2004-02-16  Dave Love  <fx@gnu.org>
4809         * newcomment.el (comment-insert-comment-function)
4810         (comment-region-function, uncomment-region-function): New.
4811         (comment-indent): Use comment-insert-comment-function.
4812         (uncomment-region): Use uncomment-region-function.
4813         (comment-region): Use comment-region-function.
4815         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4817 2004-02-16  Richard Stallman  <rms@gnu.org>
4819         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4820         loaddefs* and ldefs-boot*.
4822 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4824         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4825         and email address at the beginning and end of the address.
4827         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4828         anchored at the beginning of the email address.
4830 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
4832         * international/ccl.el (ccl-compile-write): Pass `left' to
4833         ccl-embed-code to generate correct code of write-expr-register.
4835 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
4837         * progmodes/grep.el (grep-compute-defaults): Fix typos.
4839 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4841         * x-dnd.el: Mention support for Motif in commentary.
4842         (x-dnd-handle-drag-n-drop-event): Ditto.
4844 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4846         * ses.el: Use "ses--" prefixes for buffer-local variables.
4847         Use (point-min) instead of 1, even when we know the buffer
4848         is unnarrowed.
4849         (ses-build-load-map): Delete.  Distribute its content to defconst's for
4850         the three maps.
4851         (ses-menu, ses-header-line-menu): New menus.
4852         (ses-mode-map): Use them.
4853         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
4855 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
4857         * Makefile.in: Fix the CC Mode recompile kludge so it works
4858         when building in a different directory.
4860 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
4862         * simple.el (kill-new): Put yank-handler property on the entire string.
4864 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * diff.el: Don't use compile any more, use diff-mode instead.
4867         (diff-regexp-alist, diff-old-file, diff-new-file)
4868         (diff-parse-differences, diff-process-setup): Remove.
4869         (diff-sentinel): New fun.
4870         (diff): Use it.  Run the process ourselves.
4871         Use diff-mode for the rest of the processing.
4873         * diff.el (diff): Simplify code handling `switch'.
4875 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4877         * pcvs-defs.el (cvs-menu): Add `tag'.
4879 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
4881         * simple.el (kill-append): Doc fix.
4883         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4884         Adapt outline-regexp to the new conventions for commenting out code.
4886 2004-02-11  John Paul Wallington  <jpw@gnu.org>
4888         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4890 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4892         * diff.el (diff-switches): New fun.
4893         (diff, diff-backup): Use it.
4894         (diff): Clean up the args construction.  Use backquote.
4895         Use listp instead of consp to avoid putting a nil arg.
4896         (diff): Add a revert-buffer function.
4898 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4900         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
4901         handled by x-dnd-handle-file-name.
4902         (x-dnd-known-types): Add COMPOUND_TEXT.
4903         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4904         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4905         x-dnd-empty-state.
4906         (x-dnd-forget-drop): Ditto.
4907         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4908         (x-dnd-handle-one-url): Return private when inserting text.
4909         (x-dnd-insert-ctext): New function.
4910         (x-dnd-handle-file-name): New function for FILE_NAME.
4911         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4912         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4913         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4915 2004-02-10  Kenichi Handa  <handa@m17n.org>
4917         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4918         instead of while loop.
4920 2004-02-10  Miles Bader  <miles@gnu.org>
4922         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4924 2004-02-09  Kenichi Handa  <handa@m17n.org>
4926         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4927         have end-of-line.
4929 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
4931         * Makefile.in: Added extra dependencies in the recompile target
4932         needed to cope with the compile time macro expansions in CC Mode.
4934 2004-02-09  Kim F. Storm  <storm@cua.dk>
4936         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4937         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4938         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4939         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4940         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4941         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4942         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4943         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4944         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4945         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4946         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4948 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4950         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4951         Don't allow shrink if there's a window on our right.
4953         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4954         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4955         Bring together declaration and initialization.
4956         (prolog-mode-variables): Don't set the syntax table.
4957         Don't set paragraph-start and comment-indent-function.
4958         Add /*..*/ to the comment regexps.
4959         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
4960         (prolog-mode-map): Don't bind TAB.
4961         (prolog-mode): Set the syntax table.
4962         (prolog-comment-indent): Remove.
4963         (inferior-prolog-mode-map): Initialize in the declaration.
4964         (inferior-prolog-mode-syntax-table)
4965         (inferior-prolog-mode-abbrev-table): New vars.
4966         (inferior-prolog-mode): Derive from comint-mode.
4967         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4968         minibuffer windows.
4970         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4971         in file names, as long as it is unabmiguous.
4973 2004-02-08  Andreas Schwab  <schwab@suse.de>
4975         * textmodes/reftex-toc.el
4976         (reftex-toc-load-all-files-for-promotion): Remove useless use of
4977         format.  Doc fix.
4979         * textmodes/refer.el (refer-find-entry-internal): Remove extra
4980         format string arguments.
4982         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4983         string argument.
4985         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4987         * play/zone.el (zone-call): Fix format string.
4989         * net/webjump.el (webjump-builtin): Add missing format string argument.
4991         * midnight.el (midnight-delay-set): Remove extra format string argument.
4993         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4995         * hexl.el (hexl-insert-char): Add missing format string argument.
4997         * format.el (format-decode): Fix format string.
4999         * emulation/vi.el (vi-mode): Remove extra format string argument.
5000         (vi-repeat-last-search): Likewise.
5001         (vi-reverse-last-search): Likewise.
5002         (vi-goto-mark): Likewise.
5003         (vi-reverse-last-find-char): Likewise.
5004         (vi-repeat-last-find-char): Likewise.
5005         (vi-locate-def): Likewise.
5007         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5009         * ediff-util.el (ediff-toggle-read-only): Remove extra format
5010         string argument.
5011         (ediff-toggle-regexp-match): Likewise.
5013         * dired-aux.el (dired-do-query-replace-regexp): Add missing
5014         format string argument.
5016         * calc/calc-map.el (calc-get-operator): Remove extra format
5017         string argument.
5019         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5021         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5022         string argument.
5024         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5026         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5028         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5030         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5031         (cl-struct-setf-expander): Likewise.
5033         * vc.el (with-vc-file): Fix unsafe uses of error.
5034         (vc-cancel-version): Likewise.
5036 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
5038         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5039         thousands separator; fixes <class>:<line-number> regexp for
5040         non-english locales.
5042 2004-02-08  Andreas Schwab  <schwab@suse.de>
5044         * view.el (view-mode-enable): Revert previous change.
5046 2004-02-07  Kim F. Storm  <storm@cua.dk>
5048         * simple.el (line-number-at-pos): Rename from line-at-pos.
5049         Uses changed (what-line and vc-annotate-warp-version).
5051 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5054         (diff-mode): Remove aborted attempt at support for compile.el.
5055         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5057 2004-02-06  Andreas Schwab  <schwab@suse.de>
5059         * view.el (view-mode-enable): Add view-mode-map to
5060         minor-mode-overriding-map-alist.
5062 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5064         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5066 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5069         with point inside rather than after the paragraph.
5071 2004-02-04  Sam Steingold  <sds@gnu.org>
5073         * mail/smtpmail.el (smtpmail-try-auth-methods):
5074         Do not try authentication when no mechanism is available.
5075         Pass port-name as defaultport to `netrc-machine'.
5077 2004-02-04  Stephen Eglen  <stephen@gnu.org>
5079         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5080         to show how minibuffer height can be constrained.
5082 2004-02-04  John Paul Wallington  <jpw@gnu.org>
5084         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5086 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5088         * x-dnd.el: New file for drag and drop.
5090         * term/x-win.el: require x-dnd, set after-make-frame-functions
5091         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5092         drag-n-drop event.
5094         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5095         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5096         (dired-dnd-handle-file): New functions for drag and drop support.
5097         (dired-mode): Initialize drag and drop if x-dnd present.
5099 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5102         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5103         (cperl-mode): Set fill-paragraph-function.
5104         (cperl-fill-paragraph): Make it non-interactive.
5106 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
5108         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5110 2004-02-02  David Kastrup  <dak@gnu.org>
5112         * replace.el (perform-replace): Allow 'literal argument in
5113         regexp-flag to indicate literal replacement.
5114         (query-replace-regexp-eval): Use it.
5116 2004-02-01  Andreas Schwab  <schwab@suse.de>
5118         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5120 2004-02-01  Stephen Eglen  <stephen@gnu.org>
5122         * info-look.el: Add support for maxima-mode.  Update commentary
5123         because info-lookup-symbol is now bound to C-h S.
5125 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
5127         * simple.el (edit-and-eval-command): Bind print-level and
5128         minibuffer-history-sexp-flag around call to read-from-minibuffer.
5129         Correct initial position in command-history.
5131 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
5133         * files.el (read-directory-name): Adapt the docstring to recent
5134         change in Fread_file_name.
5136 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
5138         * ses.el (ses-print-cell): If print format too wide for column
5139         width, truncate decimal places if that helps to avoid "#####" fill.
5140         * ses.el (ses-initial-column-width): Revert previous change.
5142 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5145         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5146         Add edebug info.
5147         (jit-lock-mode): Setup/cancel the new timer.
5148         (jit-lock-context-fontify): New fun.  Extracted from
5149         context fontification code of jit-lock-stealth-fontify.
5150         (jit-lock-stealth-fontify): Don't do context fontification any more.
5152         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5153         (jit-lock-fontify-now): Handle the `quit' case.
5154         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5156 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
5158         * progmodes/executable.el (executable-command-find-posix-p):
5159         New.  Check if find handles arguments Posix-style.
5161         * progmodes/grep.el (grep-compute-defaults):
5162         Use executable-command-find-posix-p.
5163         (grep-find): Check `grep-find-command'.
5165         * filecache.el (file-cache-find-posix-p): Delete.
5166         (file-cache-add-directory-using-find):
5167         Use `executable-command-find-posix-p'.
5169 2004-01-29  Dave Love  <fx@gnu.org>
5171         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5172         Iterate the hook function if arg is given.
5173         (mark-defun, narrow-to-defun): Change order of finding the limits.
5175         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5176         (byte-compile-format-warn): New.
5177         (byte-compile-callargs-warn): Use it.
5178         (Format, message, error): Add byte-compile-format-like property.
5179         (byte-compile-maybe-guarded): New.
5180         (byte-compile-if, byte-compile-cond): Use it.
5181         (byte-compile-lambda): Compile interactive forms,
5182         just to make warnings about them.
5184 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
5186         * ses.el (ses-initial-column-width): Increase to 14, so it will
5187         work well with the default printer of "%.7g" for extreme values
5188         like "-1.234567e+07".
5190 2004-01-29  Kenichi Handa  <handa@m17n.org>
5192         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5194 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
5196         * dos-w32.el: Added support for the `default-printer-name' function.
5198 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5200         * server.el (server-socket-name): Don't use the hostname in the
5201         socket name since /tmp is local to the host anyway.
5203         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5204         robust check of widening and fix var-naming.
5206 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
5208         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5209         or rmail-spam- to rsf- in all function and variable names.
5210         (rsf-min-region-to-spam-list): New variable.
5211         (rsf-bbdb-auto-delete-spam-entries): Rename from
5212         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
5213         scanned together with the recipients field for spam testing; Don't
5214         delete spam message if rmail-delete-after-output is non-nil;
5215         (rsf-check-field): New function, extracted from code in
5216         rmail-spam-filter to ease addition of header fields like
5217         content-type:;
5218         (message-content-type): New variable.  The content-type: field was
5219         added also in defcustom of rsf-definitions-alist;
5220         (rmail-spam-filter): Replace repeated test code for header fields
5221         by calls to check-field; change the call to
5222         rmail-output-to-rmail-file such that rmail-current-message stays
5223         the same to avoid wrong deletion of unseen flags.
5224         (rmail-use-spam-filter): Add autoload cookie.
5226 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
5228         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
5229         (file-cache-add-directory-using-find): Add Cygwin support.
5230         (file-cache-find-command-posix-flag): New user variable.
5232         * filecache.el (file-cache-add-directory): Check for
5233         directories an remove them from dir-files.
5235 2004-01-27  Richard M. Stallman  <rms@gnu.org>
5237         * man.el (Man-fontify-manpage): Clean up message.
5239 2004-01-27  Kenichi Handa  <handa@m17n.org>
5241         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5242         (sentence-end): Define using sentence-end-without-space.
5244         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5245         a sentence ends with one of a character in sentence-end-without-space.
5247 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * font-lock.el (font-lock): Add jit-lock as explicit group member.
5250         (jit-lock): Group declaration moved to jit-lock.el.
5251         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5252         when necessary.
5254         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5255         (jit-lock-context-unfontify-pos): Rename from
5256         jit-lock-first-unfontify-pos.
5257         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5259 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5261         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5262         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5263         (fortran-fill): When filling a string, adjust re-search-backward
5264         argument for special case of string just on fill-column.
5265         When filling non-string, allow one extra char if
5266         fortran-break-before-delimiters is non-nil.
5267         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5268         Use fortran-break-delimiters-re and fortran-no-break-re to
5269         correctly handle cases such as "**".
5271         * progmodes/f90.el (f90-break-delimiters): Doc fix.
5272         (f90-no-break-re): Add some extra tokens.  Doc fix.
5274 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
5276         * mail/rmail-spam-filter.el:
5277         Use two semicolons as Commentary line prefix.
5278         Add ";;; Code:" stylized comment.
5279         Delete end-of-line whitespace.
5280         Wrap (require 'cl) with `eval-when-compile'.
5282 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
5284         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5285         at the top level of vc.el.
5287 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
5289         * vc.el (vc-current-line): Function removed.  This is now done by
5290         the new function line-at-pos in simple.el.
5291         (vc-annotate-warp-version): Use line-at-pos instead of
5292         vc-current-line.
5294 2004-01-22  Kim F. Storm  <storm@cua.dk>
5296         * simple.el (line-at-pos): New defun.
5297         (what-line): Use it.  Optimize by only counting lines in narrowed
5298         region once.
5300 2004-01-22  Kenichi Handa  <handa@m17n.org>
5302         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5303         point (register r1) only for charset mule-unicode-0100-24ff.
5305 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5307         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5308         trailing white space and ensure a final newline.
5310         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5311         Add autoload cookie.
5313 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
5315         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5316         activate view-mode explicitly.
5318 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5320         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5321         use clipboard first.
5323 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
5326         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5327         (vc-mcvs-cvs): Remove.
5328         (vc-mcvs-command): Remove use of assert.
5330         * outline.el (outline-insert-heading): Tighten up match.
5331         (outline-demote, outline-move-subtree-down): Don't assume anything
5332         about outline-regexp.
5334         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5335         (texinfo-show-structure): Explicitly add ^, and simplify.
5337 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5339         * calendar/appt.el (appt-check): Restore usage of
5340         appt-issue-message deleted in previous change.
5341         (top-level): Activate package when loaded (needed for backwards
5342         compatibility).
5344 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5346         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5347         following previous change to smtpmail-send-data.
5349 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
5351         * vc.el (vc-default-previous-version): Doc enhancement.
5352         (vc-default-next-version): New function.
5353         (vc-print-log): New arg FOCUS-REV.
5354         (vc-annotate-mode): Derive from view-mode.
5355         (vc-annotate): New args REVISION, DISPLAY-MODE.
5356         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5357         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5358         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5359         (vc-annotate-show-diff-revision-at-line, vc-current-line)
5360         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5362         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5364 2004-01-19  Karl Berry  <karl@gnu.org>
5366         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5367         or "TexInfo".
5369 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5371         * subr.el (delete-dups): New function.
5373 2004-01-19  Karl Berry  <karl@gnu.org>
5375         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5376         with ^, since that's what texinfo-show-structure
5377         documentation says (plus it works much better in texinfo.txi).
5379 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
5381         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5383 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
5385         * progmodes/which-func.el (which-function-mode): Don't cancel
5386         which-func-update-timer if not set.
5388 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
5390         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5391         Remove spurious left square bracket in XX:XXam regexp.
5393 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5395         * progmodes/cc-defs.el: Do not require cl at run time.
5397 2004-01-16  Richard M. Stallman  <rms@gnu.org>
5399         * emacs-lisp/cl.el (cl-cannot-unload): New function.
5400         (cl-unload-hook): Defvar this to run cl-cannot-unload.
5402         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5403         Call rmail-spam-filter.  Delete and expunge spam.
5404         Print number of spam messages deleted.
5405         Save and restore the deletion status of old messages when reading
5406         new mail with spam filter, so that expunging spam does not expunge
5407         msgs deleted by the user.
5408         (rmail-only-expunge): Add an optional argument dont-show to
5409         prevent showing message after expunge.
5411 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5413         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5414         * subr.el (declare): New macro.
5416 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
5418         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5420 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5423         Test window-system rather than system-type (for X11/Mac).
5425 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
5427         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5429 2004-01-12  Richard M. Stallman  <rms@gnu.org>
5431         * mail/rmail.el (rmail-convert-to-babyl-format):
5432         Use mail-unquote-printable-region.
5433         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5434         (rmail-hex-char-to-integer): Functions deleted.
5436         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5437         (mail-unquote-printable-region): New arg NOERROR.
5438         For invalid encoding, either signal an error to just return nil.
5440 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5442         * calendar/appt.el: Update copyright and commentary.
5443         (appt-issue-message): Make obsolete.
5444         (appt-visible, appt-msg-window): Make obsolete, in favour of
5445         appt-display-format.
5446         (appt-display-mode-line, appt-display-duration)
5447         (appt-display-diary, appt-time-msg-list, appt-mode-string)
5448         (appt-prev-comp-time, appt-display-count, appt-timer)
5449         (appt-convert-time): Doc change.
5450         (appt-disp-window-function, appt-delete-window-function):
5451         Use defcustom rather than defvar.
5452         (appt-display-format): New variable.
5453         (appt-display-message): New function with display code from appt-check.
5454         (appt-check): Add optional FORCE argument.  Doc change.
5455         Add appt-make-list to diary-hook if displaying diary.
5456         Remove checking of view-diary-entries-initially.
5457         Message display section removed to new function appt-display-message.
5458         (appt-display-window): Doc change.  Remove unused internal var
5459         this-buffer.  Do not beep, since appt-display-message does that.
5460         (appt-make-list): Doc change.  Use caar.
5461         (appt-sort-list): Simplify by using builtin sort function.
5462         (appt-update-list): New function for updating appts when diary is
5463         saved.
5464         (appt-activate): New autoloaded function to toggle package
5465         functionality.
5467         * calendar/cal-x.el: (calendar-one-frame-setup)
5468         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5470         * calendar/calendar.el: Update copyright.
5471         (view-diary-entries-initially, european-calendar-style): Doc change.
5472         (calendar-setup): Make defcustom rather than defvar.
5473         (mark-visible-calendar-date): Initialize temp-face and faceinfo
5474         in let binding so local to function.
5476         * calendar/diary-lib.el: Update copyright.
5477         (diary, diary-entry-time): Doc change.
5478         (list-diary-entries): Doc change.  Trivial logic change.
5479         (fancy-diary-display): Restore make-face command mistakenly
5480         deleted 2003-05-08.
5481         (show-all-diary-entries): Allow to pop-up frame if needed.
5483 2004-01-09  John Paul Wallington  <jpw@gnu.org>
5485         * bindings.el (mode-line-change-eol): Add EVENT parameter.
5486         Temporarily select EVENT's window for changing eol type.
5488 2004-01-09  Deepak Goel  <deego@gnufans.org>
5490         * calendar/diary-lib.el (diary-entry-time):
5491         Also accept time in the form XX[.XX][am/pm/AM/PM].
5492         (fancy-diary-font-lock-keywords): Likewise.
5493         (diary-font-lock-keywords): Likewise.
5494         * calendar/appt.el (appt-add): Likewise.
5495         (appt-make-list): Likewise.
5496         (appt-convert-time): Likewise.
5498 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
5500         * gdb-ui.el (gdb-ann3): Revert previous change.
5501         (gdb-source-info): Allow for case of where compilation directory
5502         is not recorded.
5504 2004-01-08  John Paul Wallington  <jpw@gnu.org>
5506         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5508 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
5510         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5512         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5513         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5514         problems.
5515         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5517 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5519         * files.el (write-file-functions, write-contents-functions):
5520         Clarify docstrings.
5522 2004-01-07  Kenichi Handa  <handa@m17n.org>
5524         * international/mule.el (set-auto-coding): Fix for the case that
5525         end-of-line is only CR.
5527 2004-01-07  Kim F. Storm  <storm@cua.dk>
5529         * subr.el (event-start, event-end): Doc fix.
5530         (posn-string, posn-image): New defuns.
5531         (posn-object): Return either image or string object.
5532         (posn-object-x-y): Return 8th element of position.
5533         (posn-object-width-height): New defun.
5535 2004-01-06  Andreas Schwab  <schwab@suse.de>
5537         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5538         output.
5540 2004-01-05  Karl Berry  <karl@gnu.org>
5542         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5543         / and *, too.
5545 2003-12-31  Simon Josefsson  <jas@extundo.com>
5547         * files.el (before-save-hook): Add.
5548         (basic-save-buffer): Use before-save-hook.
5550         * emacs-lisp/copyright.el: Fix comment to recommend
5551         before-save-hook instead of write-file-functions.
5553 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5555         * finder.el (finder-commentary): Call delete-other-windows.
5557         * net/ange-ftp.el (ange-ftp-file-attributes):
5558         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5560 2004-01-04  Karl Berry  <karl@gnu.org>
5562         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5563         comment characters % and # in the copyright year notice,
5564         as well as ;.
5566 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5568         * wid-edit.el (default): Define dummy :value-delete.
5569         Reported by Jesper Harder <harder@ifa.au.dk>.
5571 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5573         * progmodes/compile.el (compile-internal): Use point, not point-min,
5574         for set-window-point.
5576         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5578         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5580         * progmodes/grep.el (grep-mode-map):
5581         Don't remap next-line, previous-line.
5583 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5585         * speedbar.el (speedbar-edit-line): Change regexp to position
5586         the cursor on the first character of this line's button.
5588 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5590         * subr.el (functionp): Doc fix.
5592 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5594         * progmodes/idlwave.el (idlwave-make-tags):
5595         * textmodes/flyspell.el (flyspell-large-region):.
5596         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5597         * emulation/viper-util.el (viper-glob-unix-files):
5598         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5599         * man.el (Man-init-defvars):
5600         * jka-compr.el (jka-compr-call-process):
5601         * files.el (get-free-disk-space,insert-directory):
5602         * ediff-ptch.el (ediff-test-patch-utility):
5603         * ediff-diff.el (ediff-test-utility):
5604         * dired-aux.el (dired-check-process):
5605         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5606         test the return value of call-process, because it can be a string.
5608 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5610         * bindings.el (completion-ignored-extensions): Add .pfsl.
5612 2003-12-31  Kim F. Storm  <storm@cua.dk>
5614         * ido.el (ido-nonreadable-directory-p): New defun to check for
5615         nonreadable directory without activating tramp (to avoid problems
5616         with checking incomplete tramp paths).
5617         (ido-set-current-directory, ido-file-internal)
5618         (ido-file-name-all-completions1): Use it.
5620 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5622         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5623         documentation if the anchor (or node) name is preceded by `info
5624         anchor' or `Info anchor' in addition to earlier `info node' and
5625         `Info node'.
5626         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5628 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5630         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5631         error in arguments to base64-decode-region.  Remove ^M characters
5632         after decoding base64.
5634 2003-12-30  Simon Josefsson  <jas@extundo.com>
5636         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5637         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5638         have only been distributed with Emacs for some years.
5639         (texinfo-mode-hook): Customize.
5641 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5643         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5644         cleaner (suggested by Richard Stallman).
5646         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5647         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5648         file-name clashes on 8+3 DOS filesystems.
5650         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5651         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5652         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5653         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5654         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5655         file-name clashes on 8+3 filesystems.
5657         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5658         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5659         file-name clashes on 8+3 DOS filesystems.
5661 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5663         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5664         Upcase the character.
5666         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5667         Search for header separator alone on a line, literally,
5668         and search for it backward, not forward.
5669         (flyspell-abbrev-table): Always use global-abbrev-table
5670         if there is no local one.
5672         * progmodes/sh-script.el (sh-get-indent-info):
5673         Don't move point back if at bob.
5675         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5677         * play/handwrite.el (handwrite): Make the handwrite credit message
5678         a comment rather than an output command.
5680         * obsolete/sc.el: Display message that this file is obsolete.
5682         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5684         * mail/rfc822.el (rfc822-address-start): Declare variable.
5685         Renamed from address-start.  All uses changed.
5687         * term.el (term-exec): Set up sentinel.
5688         (term-sentinel): New function.
5689         (term-handle-exit): New function.
5691         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5692         Use assoc-string, and mark them obsolete.
5693         (delay-mode-hooks): Mark as permanent local.
5695         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5697         * register.el (copy-rectangle-to-register): Doc fix.
5699         * info.el (Info-insert-dir): Use assoc-string.
5701         * info-look.el (info-lookup): Use assoc-string.
5703         * frame.el (pop-up-frame-function): Use quote, not `function'.
5704         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5705         copying with lists as coordinate values.
5707         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5709         * find-dired.el (kill-find): New command.
5710         (find-dired): Make buffer read-only.
5711         Set up a keymap with C-c C-k running kill-find.
5712         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5714         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5716         * filecache.el (file-cache-ignore-case): New variable.
5717         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5719         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5720         (comint-dynamic-complete-as-filename): Rename local vars.
5721         (comint-dynamic-list-filename-completions): Likewise.
5723         * comint.el (comint-dynamic-list-completions-config): New var.
5724         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5726         * comint.el (comint-file-name-chars): Add [].
5727         (comint-word): Use skip-chars-backward, not search.
5729         * shell.el (shell-file-name-chars): Add [].
5731         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5733         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5735         * generic.el (define-generic-mode): Doc fix.
5737 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5739         * files.el (kill-some-buffers): Doc fix.
5741 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
5743         * comint.el (comint-watch-for-password-prompt): Pass `string' as
5744         arg to send-invisible
5745         (send-invisible): Doc fix.  The argument is now a prompt, not the
5746         string to send.
5747         (comint-read-noecho): Doc fix.
5749 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
5751         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5752         "@", as required by some ISP hosting service.  Fix defcustom
5753         argument syntax errors that prevented use of customization.
5755 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5757         * xml.el (xml-get-attribute-or-nil): Doc fix.
5759 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
5761         * net/zone-mode.el (zone-mode): Use write-file-functions, not
5762         write-file-hooks.
5764 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5766         * autorevert.el (auto-revert-interval): Doc fix.
5768 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
5770         * xml.el (xml-get-attribute-or-nil): New function, like
5771         xml-get-attribute, but returns nil if the attribute was not found.
5772         (xml-get-attribute): Convert to defsubst, uses
5773         xml-get-attribute-or-nil.
5775 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5777         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5779 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
5781         * custom.el (custom-declare-theme): Use `value' when putting
5782         properties on `theme'.
5784 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5786         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5787         for each yank-handler segment.
5788         (insert-for-yank-1): New function, with the body of the previous
5789         insert-for-yank.
5791         * textmodes/table.el (table-yank-handler): New defcustom.
5792         (table--put-cell-indicator-property): Put yank-handler property
5793         that indicates the yank handler for the table cell.
5795 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5797         * generic-x.el (etc-modules-conf-generic-mode): A more complete
5798         set of keywords.
5800 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5802         * international/mule-cmds.el (reset-language-environment)
5803         (set-language-environment): Don't invoke fontset-related functions
5804         if fontset-list is not fboundp.
5806 2003-12-29  Kenichi Handa  <handa@m17n.org>
5808         * international/mule-cmds.el (reset-language-environment):
5809         Call set-overriding-fontspec-internal with nil.
5810         (set-language-environment): Call set-overriding-fontspec-internal
5811         if the language environment specify `overriding-fontspec'.
5812         (language-info-alist): Doc added.
5814         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5815         characters of mule-unicode-0100-24ff.
5816         (ccl-encode-windows-1251-font): New CCL program.
5817         ("Bulgarian"): Specify overriding-fontspec.
5818         ("Belarusian"): Likewise.
5820 2003-12-28  Sam Steingold  <sds@gnu.org>
5822         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5823         parameter ID-FORMAT to conform with the 2003-11-30 patch.
5825 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
5827         * progmodes/gud.el (gud-gdb-command-name): Set default to
5828         "gdb --annotate=3".
5829         (gud-gdb-marker-filter): Look out for annotations.
5830         (gdb-first-pre-prompt): New variable.
5831         Remove trailing white space.
5833         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5834         if necessary.
5835         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
5836         annotations are detected.
5837         (gud-gdba-marker-filter): Use global variable gud-marker-acc
5838         instead of a local one to allow transition from
5839         gud-gdb-marker-filter.
5840         Remove trailing white space.
5842 2003-12-27  Kim F. Storm  <storm@cua.dk>
5844         * ido.el: Handle non-readable directories.
5845         (ido-decorations): Add 9th element for non-readable directory.
5846         (ido-directory-nonreadable): New dynamic var.
5847         (ido-set-current-directory): Set it.
5848         (ido-read-buffer, ido-file-internal):
5849         (ido-read-file-name, ido-read-directory-name): Let-bind it.
5850         (ido-file-name-all-completions1): Return empty list for
5851         non-readable directory.
5852         (ido-exhibit): Print [Not readable] if directory is not readable.
5853         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5854         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5855         Use it.
5857 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
5859         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5860         calls to directory-files-and-attributes and file-attributes.
5861         (ls-lisp-format): Remove system dependent handling of user and
5862         group id's.
5864 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
5866         * ffap.el (ffap-read-file-or-url): Revert previous change.
5868 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
5870         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5871         new list of included files called `files-with-node-lines', that
5872         only have node lines.  This way @include commands can include any
5873         file, such as version and update files without node lines, not
5874         just files that are chapters.
5876 2003-12-25  Andreas Schwab  <schwab@suse.de>
5878         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5879         file not found.
5881 2003-12-08  Miles Bader  <miles@gnu.org>
5883         * dired.el (dired-between-files): Always use dired-move-to-filename,
5884         which is more robust in non-english locales.
5886 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5888         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5890 2003-12-24  Andreas Schwab  <schwab@suse.de>
5892         * shell.el (shell-file-name-quote-list): Add backslash.
5894         * comint.el (comint-quote-filename): Correctly handle backslash
5895         in comint-file-name-quote-list.
5897 2003-12-24  Kenichi Handa  <handa@m17n.org>
5899         * international/mule-cmds.el (set-default-coding-systems):
5900         Call ucs-set-table-for-input for all buffers that don't have local
5901         value of buffer-file-coding-system.
5903         * international/ucs-tables.el (ucs-set-table-for-input):
5904         If translation-table-for-encode is a symbol, get its
5905         translation-table property.
5907 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
5909         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5910         to `completing-read' on a recently fixed bug.
5912         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5913         instead of SPACE, to get the list of possible fringe modes.
5914         SPACE only works if both `partial-completion-mode' and
5915         `completion-auto-help' are nil.
5917         * complete.el (PC-is-complete-p): Delete.
5918         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5919         calls to `test-completion'.
5921 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
5923         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5924         to edit values when there are no children.
5926         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5927         a mode called "Assembler" already exists.
5928         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5929         (gud-watch): Use format option.  Remove font properties from string.
5930         (gdb-var-create-handler, gdb-var-list-children-handler):
5931         Don't bother about properties as there are none.
5932         (gdb-var-create-handler, gdb-var-list-children-handler)
5933         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5934         with two arguments.
5935         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5936         Let speedbar show value changes with a different font.
5937         (gdb-edit-value): New defun.
5938         (gdb-clear-partial-output, gdb-clear-inferior-io)
5939         (def-gdb-auto-update-handler): Use erase-buffer.
5940         (gdb-frame-handler): Display watch expressions in
5941         FUNCTION::VARIABLE format if required.
5943 2003-12-23  John Paul Wallington  <jpw@gnu.org>
5945         * info.el (Info-unescape-quotes, Info-split-parameter-string)
5946         (Info-goto-emacs-command-node): Doc fixes.
5948 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
5950         * cus-edit.el (custom-add-parent-links): Define "many".
5952 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
5954         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5955         (widget-child-validate, widget-type-value-create)
5956         (widget-type-default-get, widget-type-match): New functions.
5957         (lazy): New widget.
5958         (menu-choice, checklist, radio-button-choice, editable-list)
5959         (group, documentation-string): Remove redundant (per 2003-10-25
5960         change) calls to `widget-children-value-delete'.
5961         (widget-choice-value-get, widget-choice-value-inline): Remove.
5962         (menu-choice): Update widget.
5964 2003-12-03  Kenichi Handa  <handa@m17n.org>
5966         * language/cyrillic.el: Register "microsoft-cp1251" in
5967         ctext-non-standard-encodings-alist.
5968         ("Bulgarian"): Add ctext-non-standard-encodings.
5969         ("Belarusian"): Likewise.
5971         * international/mule-conf.el (compound-text-with-extensions):
5972         Change the type to 2 (iso-2022 base).
5974         * international/mule.el (ctext-non-standard-encodings-alist):
5975         Change the format.
5976         (ctext-non-standard-encodings): New variable.
5977         (ctext-post-read-conversion): Fully re-written.
5978         (ctext-non-standard-designations-alist): Delete it.
5979         (ctext-non-standard-encodings-table): New function.
5980         (ctext-pre-write-conversion): Fully re-written.
5982 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
5984         * cus-edit.el (custom-add-parent-links): Add documentation links
5985         for parent, if the item has none of its own.
5987 2003-11-30  Richard M. Stallman  <rms@gnu.org>
5989         * dired-aux.el (dired-do-query-replace-regexp):
5990         Report files visited read-only.
5992 2003-11-30  Juri Linkov  <juri@jurta.org>
5994         * dired-aux.el (dired-compare-directories): New command.
5995         (dired-file-set-difference, dired-files-attributes): New functions.
5997 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5998         Version 2.0.38 of Tramp released.
6000         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
6001         Charles Curley <charlescurley@charlescurley.com>.
6002         (tramp-multi-connection-function-alist): Add ssht entry which adds
6003         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
6004         Aichner.
6005         (tramp-get-method-parameter): New function to retrieve a method
6006         parameter.  This allows for omission of method parameters.
6007         Callers adjusted.
6009 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
6011         * net/tramp.el: Add new optional parameter ID-FORMAT to
6012         `file-attributes'.  Calls of `file-attributes' won't use this
6013         parameter for backward compatibility reasons.
6014         (tramp-perl-file-attributes): Add a new parameter to Perl script
6015         in order to handle uid/gid as strings, if desired.
6016         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6017         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6018         order to make the function more general.
6019         (tramp-handle-file-attributes): Replace proprietary optional
6020         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6021         (tramp-handle-file-attributes-with-perl): Handle parameter
6022         NONNUMERIC if set.  This wasn't done in the past.
6023         (tramp-post-connection): Apply second parameter "$2" if
6024         `tramp-remote-perl' is called.
6026         * net/tramp-smb.el (tramp-smb-handle-delete-file):
6027         Correct cut'n'waste error (`filename' instead of `directory').
6028         (tramp-smb-handle-directory-files-and-attributes)
6029         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6030         introduced parameter ID-FORMAT.
6031         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6032         error (`directory' instead of `ldir').
6034         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6035         `file-attributes' has a second parameter.  If yes, apply it with
6036         value "'integer".  Otherwise, don't use that parameter (default is
6037         integer format).
6039 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
6041         * help.el (help-map): Bind `display-local-help' to `C-h .'.
6042         (help-for-help): Add `C-h .' to the listed Help options.
6043         Remove trailing whitespace.
6045         * help-at-pt.el: New file.
6047 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
6049         * subr.el (noreturn, 1value): New macros for test coverage.
6050         See `testcover.el'.
6052         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6054         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6055         for macro `1value'.
6056         (testcover-1value): New function.  Checks that a 1value form
6057         actually returns only one value.  Requested by RMS.
6059 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
6061         * gdb-ui.el (gud-watch, gdb-var-create-handler)
6062         (gdb-var-list-children, gdb-var-list-children-handler)
6063         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6064         gdb commands that use mi to keep them out of the command history.
6066 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6068         * cus-start.el (all): Add use-file-dialog.
6070 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6074 2003-11-27  Kim F. Storm  <storm@cua.dk>
6076         * subr.el (posn-object-x-y): New defun.
6078 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6080         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6081         Don't use `space' for \\\n.
6082         Be more selective as to which # are comment-starters.
6084 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
6086         * subr.el (number-sequence): Improve handling of floating point
6087         arguments (suggested by Kim Storm).  Allow negative arguments.
6089 2003-11-26  Kenichi Handa  <handa@m17n.org>
6091         * international/mule-cmds.el (standard-display-european-internal):
6092         Cancel the standard-display-table setting for ` and '.
6094 2003-11-26  Kim F. Storm  <storm@cua.dk>
6096         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6097         New defcustoms to add ffap-like functionality to ido.
6098         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
6099         (ido-no-final-slash): New defun.
6100         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6101         (ido-read-file-name): ): Toggle VC checking via
6102         vc-handled-backends instead of vc-master-templates.
6103         (ido-file-internal): Handle ido-use-url-at-point and
6104         ido-use-filename-at-point via code borrowed from ffap-guesser.
6105         Handle new ido-exit code ffap.
6106         (ido-sort-list): Ignore final slash when sorting file names.
6108 2003-11-25  Kim F. Storm  <storm@cua.dk>
6110         * emulation/cua-base.el (cua--standard-movement-commands):
6111         Add forward-sentence and backward-sentence.
6113 2003-11-25  Stephen Eglen  <stephen@gnu.org>
6115         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6116         iswitchb-exit is set to 'usefirst when user selects buffer at head
6117         of list using RET.  (Selecting buffers at the head of the list was
6118         broken if the substring was also a complete buffername.)
6120 2003-11-23  Kim F. Storm  <storm@cua.dk>
6122         * progmodes/compile.el (grep-command, grep-use-null-device)
6123         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6124         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6125         (grep-regexp-alist, grep-program, find-program)
6126         (grep-find-use-xargs, grep-history, grep-find-history)
6127         (grep-process-setup, grep-compute-defaults)
6128         (grep-default-command, grep, grep-tag-default, grep-find)
6129         (grep-expand-command-macros, grep-tree-last-regexp)
6130         (grep-tree-last-files, grep-tree): Move grep variables, functions
6131         and commands to new file grep.el.
6132         (compilation-mode-map): Remove grep commands from Compile sub-menu.
6133         (compilation-process-setup-function): Doc fix.
6134         (compilation-highlight-regexp, compilation-highlight-overlay): New
6135         defvars used for highlighting current compile error in source buffer.
6136         (compile-internal): New optional args HIGHLIGHT-REGEXP and
6137         LOCAL-MAP which overrides compilation-highlight-regexp and
6138         compilation-mode-map for this compilation.
6139         Delay calling compilation-set-window-height until after running
6140         compilation-process-setup-function so it can buffer-local override
6141         compilation-window-height.
6142         Check buffer-local value of compilation-scroll-output.
6143         (compilation-set-window-height): Use buffer-local value of
6144         compilation-window-height.
6145         (compilation-revert-buffer): Don't pass (undefined)
6146         preserve-modes arg to revert-buffer.
6147         (next-error-no-select, previous-error-no-select): New commands.
6148         (compilation-goto-locus): Temporarily highlight current match in
6149         source buffer using compilation-highlight-regexp.
6151         * progmodes/grep.el: New file with grep code from compile.el.
6152         (grep): New defcustom group.
6153         (grep-window-height): New defcustom, like compilation-window-height.
6154         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6155         (grep-scroll-output): New defcustom, like compilation-scroll-output.
6156         (grep-command, grep-use-null-device, grep-find-command)
6157         (grep-tree-files-aliases, grep-tree-ignore-case)
6158         (grep-tree-ignore-CVS-directories): Move to grep custom group.
6159         (grep-setup-hook): New hook variable.
6160         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
6161         (grep-last-buffer): New defvar, override compilation-last-buffer.
6162         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
6163         Call compile-internal with args highlight-regexp and grep-mode-map.
6165 2003-11-23  Kim F. Storm  <storm@cua.dk>
6167         * subr.el (event-start, event-end): Doc fix.
6168         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6169         (posn-area, posn-actual-col-row, posn-object): New defuns.
6170         (posn-col-row): Simplify doc.  Rewrite to use cond.
6171         (posn-point): Also return buffer position for events outside text
6172         area (that info is now present in the event position).
6174         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6175         mouse-set-point so that hscroll still works now that clicks on
6176         fringes generate specific mouse events.
6177         (mouse-set-point): Note that it now works in fringes and margins
6178         too due to new semantics of posn-point in fringes and margins.
6180         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6181         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6183 2003-11-20  Kim F. Storm  <storm@cua.dk>
6185         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6186         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6187         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6188         to 100 for icons to avoid increasing line height when shown.
6190 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6192         * newcomment.el (comment-normalize-vars): Initialize properly if
6193         comment-start was nil.
6195 2003-11-19  Andreas Schwab  <schwab@suse.de>
6197         * simple.el (set-variable): Fix indentation.
6199 2003-11-17  Kenichi Handa  <handa@m17n.org>
6201         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6202         Fix docstring.
6204 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6206         * international/latin1-disp.el (latin1-display): Fix docstring.
6208 2003-11-16  John Wiegley  <johnw@newartisans.com>
6210         * eshell/em-ls.el (eshell-ls-file): There are times with
6211         size-width is nil and uncomputed (when directories are created in
6212         dired, for example); in this case, 4 is reasonable default value,
6213         although it may caused skewed new entries (which could be avoided
6214         by returning the original value of 8 in all cases, but 99% of the
6215         time this is a waste of whitespace).
6217 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6219         * cc-engine.el (c-guess-continued-construct)
6220         (c-guess-basic-syntax): Check a little more carefully if it's a
6221         function declaration when an unknown construct followed by a block
6222         is found inside a statement context.  This avoids macros followed
6223         by blocks to be taken as function declarations.
6225         (c-guess-continued-construct): Change the analysis of a statement
6226         continuation with a brace open to `substatement-block', for
6227         consistency with recognized statements.
6229         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6230         start is in a position so that `c-beginning-of-statement-1' jumped
6231         to the beginning of the same statement.
6233         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6234         Don't accept binary operators in the arglist if we're in a function
6235         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
6236         template recognition in cases like "if (a < b || c > d)".
6238         (c-restricted-<>-arglists): New more appropriate name for
6239         `c-disallow-comma-in-<>-arglists'.
6241         Accessing functions updated for the variable name change.
6243         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6244         match data could get clobbered if NOT-INSIDE-TOKEN is used.
6246         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6247         labels.
6249         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6250         instead of duplicating parts of it.  This fixes bogus label
6251         recognition.
6253         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6254         of checking the context in which to apply the minimum indentation,
6255         so that it isn't enforced in e.g. namespace blocks.
6257         * cc-vars.el (c-inside-block-syms): New constant used by
6258         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
6259         to somewhat reduce the risk of becoming stale.
6261         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6262         cc-cmds to cc-engine to allow use from cc-align.
6264         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6265         qualified identifiers containing "::".
6267         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6268         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6270         * cc-vars.el (c-emacs-features): Use a space in front of the name
6271         of the temporary buffer.  That also avoids dumping problems in
6272         XEmacs due to undo info being left around after the buffer is killed.
6274         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6275         arglist to see if it's a K&R style declaration.
6277         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6278         before returning `knr-argdecl-intro'.
6280 2003-11-16  John Wiegley  <johnw@newartisans.com>
6282         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6283         field in a long-listing always 8 characters, use `size-width',
6284         which has already been computed.
6286 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6288         * subr.el (minor-mode-list): Add `hs-minor-mode'.
6290 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6292         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6293         Support operation while narrowed, with `diff-restrict-view'.
6295 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6297         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6298         Take additional optional arg NARROWFUN.  For the generated functions:
6299         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
6300         include frags that arrange to check for and save narrowing state before
6301         the move and then conditionally call NARROWFUN after the move.
6303 2003-11-14  John Wiegley  <johnw@newartisans.com>
6305         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6306         that was optional, but obviously missing based on surrounding code.
6308         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6309         string arguments to numbers unless the whole argument was seen as
6310         a number.
6312 2003-11-14  Kenichi Handa  <handa@m17n.org>
6314         * international/mule.el (ctext-non-standard-encodings-alist):
6315         Fix coding systems.
6317 2003-11-10  Kenichi Handa  <handa@m17n.org>
6319         * language/kannada.el ("Kannada"): Add sample-text.
6321         * language/knd-util.el (kannada-compose-region)
6322         (kannada-compose-string, kannada-post-read-conversion):
6323         Add autoload cookie.
6325         * international/quail.el (quail-completion): Change the message
6326         "corresponding translations" to "corresponding characters".
6328 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6330         * descr-text.el (describe-char): Fix typo.
6332 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
6334         These changes are to support Kannada language/script.
6336         * Makefile.in (DONTCOMPILE): Add kannada.el.
6338         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6340         * loadup.el: Preload kannada.el.
6342         * language/ind-util.el (ucs-kannada-to-is13194-alist)
6343         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6344         New variables.
6346         * language/kannada.el: New file.
6348         * language/knd-util.el: New file.
6350 2003-11-07  Andreas Schwab  <schwab@suse.de>
6352         * progmodes/autoconf.el (autoconf-font-lock-keywords):
6353         Also highlight AH_*.
6355         * xml.el (xml-parse-dtd): Fix misplaced paren.
6357 2003-11-07  Kenichi Handa  <handa@m17n.org>
6359         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6361 2003-11-05  Juri Linkov  <juri@jurta.org>
6363         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6364         (desktop-buffer-file): Use saved buffer-file-coding-system
6365         for file reading.  Set auto-insert to nil to prevent automatic
6366         insertion into restored empty files.
6368 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6370         * files.el (risky-local-variable-p): Make second argument optional.
6372 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * subr.el (add-hook): Fix last change.
6376 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
6378         * mail/rmail.el (rmail-convert-to-babyl-format):
6379         If base64-decode-region signals an error, catch it and silently
6380         ignore it.
6382 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
6384         * xml.el (xml-parse-region): Allow comments to appear after the
6385         topmost element has closed.
6386         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6387         (xml-ns-expand-attr): New functions to do namespace handling.
6388         (xml-intern-attrlist): Back-compatible handling of attribute names.
6389         (xml-parse-tag): Move namespace handling to separate functions.
6390         Now produces elements in the form ((:ns . "element") (attr-list)
6391         children) instead of ('ns:element (attr-list) children).
6392         (xml-parse-attlist): Fix attribute parsing.
6393         (xml-parse-dtd): Change parsing so that it produces strings
6394         instead of interned symbols.
6396 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
6398         * dired.el (dired-ls-sorting-switches): Doc fix.
6400 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
6402         * emacs-lisp/rx.el (rx-or): Fix the case of
6403         "(rx (and ?a (or ?b ?c) ?d))".
6405 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
6407         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6408         (texinfo-format-region): Use it.
6409         (texinfo-format-buffer-1): Ditto.
6411 2003-11-01  Alan Mackenzie  <acm@muc.de>
6413         Changes to allow scrolling whilst in isearch mode:
6414         * isearch.el (isearch-unread-key-sequence): New function,
6415         extracted from isearch-other-meta-char.
6416         (top level): (put 'foo 'isearch-scroll) on all Emacs's
6417         "scrollable" standard functions.
6418         (isearch-allow-scroll): New customizable variable.
6419         (isearch-string-out-of-window, isearch-back-into-window)
6420         (isearch-reread-key-sequence-naturally)
6421         (isearch-lookup-scroll-key): New functions.
6422         (isearch-other-meta-char): Doc string and functionality enhanced.
6423         Now accepts a prefix argument.
6424         (isearch-lazy-highlight-window-end): New variable.
6425         (isearch-lazy-highlight-new-loop): Pay attention to the window's
6426         end (thru isearch-lazy-highlight-window-end), not only its start.
6428         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6429         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6430         (universal-argument, universal-argument-more, negative-argument)
6431         (digit-argument, universal-argument-other-key): Minor changes.
6433 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6435         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6436         recursively if the last message is deleted, thus avoiding an
6437         infinite loop.
6439 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6442         (tex-main-file): Don't add .tex if the extension is already present.
6443         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6445 2003-10-29  Lute Kamstra  <lute@gnu.org>
6447         * progmodes/octave-inf.el (inferior-octave-prompt):
6448         Recognize version number in prompt.
6450 2003-10-28  Dave Love  <fx@gnu.org>
6452         * international/characters.el: Fix some Unicode ranges.
6454 2003-10-28  Kenichi Handa  <handa@m17n.org>
6456         * disp-table.el (standard-display-8bit)
6457         (standard-display-default, standard-display-ascii)
6458         (standard-display-g1, standard-display-graphic)
6459         (standard-display-underline): Assure that standard-display-table
6460         is a display table.
6462 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * simple.el (reindent-then-newline-and-indent): Delete space *after*
6465         reindenting the first line.
6467 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6469         * wid-edit.el (widget-default-delete): Always delete child widgets.
6471 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6473         * newcomment.el (comment-indent): Don't call indent-according-to-mode
6474         if the line has code.
6475         Don't try to line up with something that's too far left.
6477         * progmodes/octave-mod.el (octave-comment-start): Simplify.
6478         (octave-mode-syntax-table): Add % as a comment starter.
6479         (octave-point): Remove.
6480         (octave-in-comment-p, octave-in-string-p)
6481         (octave-not-in-string-or-comment-p, calculate-octave-indent)
6482         (octave-blink-matching-block-open, octave-auto-fill):
6483         Use line-(beginning|end)-position instead.
6485 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6487         * emacs-lisp/authors.el (authors-aliases): Add correct realname
6488         for Francesco Potort\e,Al\e(B.
6490 2003-10-23  Dave Love  <fx@gnu.org>
6492         * international/mule-cmds.el (locale-charset-to-coding-system):
6493         Don't rely on nil being a coding system.
6495         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6496         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6497         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6499 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
6501         * gdb-ui.el (gdb-current-language): New variable.
6502         (gdb-update-flag): Remove variable.
6503         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6504         (gdb-take-last-elt): Remove function.
6505         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6506         (gdb-post-prompt): Check for variable object changes here.
6508         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6509         object changes in gdb-ui.el.
6511 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6513         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6515         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6516         Don't check for foo*/ wildcard form here.
6517         (insert-directory): Recognize foo*/ as a wildcard.
6518         Separate wildcard-regexp variable from the arg, wildcard.
6520         * subr.el (add-hook): Correctly detect when make-local-hook was used.
6521         (remove-hook): Correctly handle strange cases about local hooks.
6523 2003-10-21  David Ponce  <david@dponce.com>
6525         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6526         argument REAL, to return a real number instead of a rounded
6527         integer value.  Define as inline function.
6528         (ruler-mode-right-fringe-cols): Likewise.
6529         (ruler-mode-scroll-bar-cols): New function.
6530         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6531         (ruler-mode-right-scroll-bar-cols): Likewise.
6532         (ruler-mode-space): New function.
6533         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6534         scroll bar mode and margins in a more robust way.
6536 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6538         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6539         (antlr-c-init-language-vars): New function.
6540         (antlr-mode): Use it with cc-mode before v5.29.
6541         (antlr-c-common-init): Don't set some local vars here.
6542         (antlr-mode): Set them here.
6543         (antlr-c-forward-sws): New function alias.
6544         (antlr-mode): Redefine with cc-mode before v5.30.
6545         (antlr-skip-sexps): Use it.
6546         (antlr-skip-exception-part): Ditto.
6547         (antlr-skip-file-prelude): Ditto.
6548         (antlr-outside-rule-p): Ditto.
6549         (antlr-end-of-body): Ditto.
6550         (antlr-option-kind): Ditto.
6551         (antlr-insert-option-area): Ditto.
6552         (antlr-file-dependencies): Ditto.
6554 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6556         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6557         Move backward only if point was not inside an entry.
6559 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6561         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6563 2003-10-21  Juri Linkov  <juri@jurta.org>
6565         * compare-w.el: Automatically skip non-matching text to resync.
6566         (compare-windows-whitespace): Doc fix.
6567         (compare-windows-sync, compare-windows-sync-string-size)
6568         (compare-windows-recenter, compare-ignore-whitespace)
6569         (compare-windows-highlight, compare-windows-face): New variables.
6570         (compare-windows): Use compare-windows-sync.
6571         (compare-windows-highlight, compare-windows-dehighlight)
6572         (compare-windows-sync-regexp)
6573         (compare-windows-sync-default-function): New functions.
6575 2003-10-21  Juri Linkov  <juri@jurta.org>
6577         * diff.el (diff-parse-differences): Don't visit the files now;
6578         instead, just record the error locus.
6580 2003-10-21  Dave Love  <fx@gnu.org>
6582         * progmodes/cfengine.el: New file.
6584 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6587         default-directory when completing file names.
6589 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6591         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6592         followed by the word `face', it gets treated as a face, even if
6593         it is also defined as a variable or a function.
6595 2003-10-20  Dave Love  <fx@gnu.org>
6597         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6598         Avoid incf in macro expansion.
6600 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6602         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6603         `evenp' so we don't implicitly require cl library at runtime.
6605 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6607         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6608         (help-make-xrefs): Only make cross-references for faces if
6609         preceded or followed by the word `face'.  Do not make a
6610         cross-reference for variables without variable documentation,
6611         unless preceded by the word `variable' or `option'.  Update doc
6612         string accordingly.
6614 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6616         * progmodes/hideshow.el: Rewrite one-armed `if'
6617         constructs using either `when' or `unless'.
6618         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6620 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6622         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6623         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6624         instead of 12x12.
6626 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6628         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6629         message while converting to Babyl.
6631 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6633         * allout.el (allout-mode): Doc fix.
6635 2003-10-16  Lute Kamstra  <lute@gnu.org>
6637         * subr.el (force-mode-line-update): Fix docstring.
6639 2003-10-14  Dave Love  <fx@gnu.org>
6641         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6642         (default-input-method): Add :link, improve :type.
6643         (locale-charset-language-names): Fix utf-8 pattern.
6644         (locale-charset-match-p, locale-charset-alist)
6645         (locale-charset-to-coding-system): New.
6646         (set-locale-environment): Deal with codeset part of locale specs.
6648 2003-10-14  Lute Kamstra  <lute@gnu.org>
6650         * fringe.el (fringe-mode): Use active voice in docstring.
6651         (set-fringe-style): Ditto.
6653 2003-10-13  Lute Kamstra  <lute@gnu.org>
6655         * fringe.el (fringe-mode): Fix docstring.
6656         (set-fringe-style): Ditto.
6658 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6660         * ediff-mult.el (ediff-filegroup-action):
6661         Use ediff-default-filtering-regexp.
6663         * ediff-util.el (ediff-recenter): Don't call
6664         ediff-restore-highlighting twice.
6665         (ediff-select-difference): Set current difference.
6666         (ediff-unselect-and-select-difference): Add comment.
6668         * ediff.el (ediff-directories,ediff-directory-revisions)
6669         (ediff-directories3,ediff-merge-directories)
6670         (ediff-merge-directories-with-ancestor)
6671         (ediff-merge-directory-revisions)
6672         (ediff-merge-directory-revisions-with-ancestor):
6673         Use ediff-default-filtering-regexp.
6675 2003-10-12  Andreas Schwab  <schwab@suse.de>
6677         * international/mule-cmds.el (locale-charset-language-names):
6678         Simplify regex by removing unused grouping.
6680 2003-10-10  Dave Love  <fx@gnu.org>
6682         * bindings.el: Don't bind stop.
6684 2003-10-08  Miles Bader  <miles@gnu.org>
6686         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6687         face instead of attempting to emulate it.
6689 2003-10-07  Kenichi Handa  <handa@m17n.org>
6691         * international/mule-diag.el (list-coding-systems-1): List coding
6692         systems that are loaded automatically.
6694         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6696         * international/mule.el (autoload-coding-system): New function.
6698 2003-10-07  Andreas Schwab  <schwab@suse.de>
6700         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6701         change-log-default-name in the buffer visiting the file.
6703 2003-10-06  Dave Love  <fx@gnu.org>
6705         * files.el (find-file-hook): Customize.
6706         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6708         * bindings.el (completion-ignored-extensions): Remove .log.
6709         (global-map): Add again, open, stop keys.
6711 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6713         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6714         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6715         Use sh-modify directly.
6716         (sh-select): Use sh-append, not eval.
6718         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6720         * info.el (Info-following-node-name): New function.
6722         * loadhist.el (unload-feature-special-hooks):
6723         Rename from loadhist-hook-functions.
6724         (loadhist-hook-functions): Now an alias.
6726 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6728         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6729         file-name clashes on 8+3 filesystems.
6731         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6732         Rename loaddefs-boot.el to ldefs-boot.el
6734         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6735         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6737 2003-10-03  Lute Kamstra  <lute@gnu.org>
6739         * info.el (Info-mode): Revert previous change.
6740         (Info-escape-percent): New function.
6741         (Info-fontify-node): Use it.
6743 2003-10-02  Andreas Schwab  <schwab@suse.de>
6745         * loaddefs-boot.el: Regenerated.
6747 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
6749         * ffap.el: Remove defadvice related code from CVS since `complete'
6750         provides a `PC-completion-as-file-name-predicate' variable that
6751         ffap can override.
6753 2003-10-02  Kenichi Handa  <handa@m17n.org>
6755         * international/utf-8.el (ccl-decode-mule-utf-8):
6756         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6758         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6759         * international/subst-big5.el: Likewise.
6760         * international/subst-gb2312.el: Likewise.
6761         * international/subst-ksc.el: Likewise.
6763 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6765         * calendar/calendar.el (increment-calendar-month)
6766         (calendar-leap-year-p, calendar-absolute-from-gregorian)
6767         (generate-calendar, calendar-read-date, calendar-interval)
6768         (calendar-day-of-week): Handle years BC.
6769         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6771 2003-10-01  Dave Love  <fx@gnu.org>
6773         * language/cyrillic.el (cp1251): Alias for windows-1251.
6775         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6776         bootstrap.
6778 2003-10-01  Lute Kamstra  <lute@gnu.org>
6780         * files.el: Fix typo.
6781         * imenu.el (imenu--generic-function): Docstring fix.
6783 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6785         * dired.el (dired-mode): Handle dired-directory as a list.
6787 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
6789         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6791         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6793         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6794         Replace gud-display with gud-watch.
6795         (gud-speedbar-buttons): Add stuff for watching expressions
6796         in the speedbar when using M-x gdba.  Use dolist on old part
6797         of this function.
6799         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6800         (gdb-update-flag): New variables.
6801         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6802         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6803         (gud-watch, gdb-var-create-handler) : New functions.
6804         (gdb-var-list-children, gdb-var-list-children-handler)
6805         (gdb-var-create-regexp, gdb-var-update-regexp)
6806         (gdb-var-list-children-regexp): New constants.
6807         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6808         (gdb-annotation-rules): Reduce annotation set (level 3).
6809         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6810         (gdb-post-prompt): Don't update GDB buffers every time speedbar
6811         updates.
6812         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6813         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6814         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6815         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6816         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6817         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6818         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6819         (gud-display, gud-display1)
6820         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6821         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6822         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6823         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6824         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6825         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6826         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6827         (gdb-display-display-buffer, gdb-toggle-display)
6828         (gdb-delete-display, gdb-expressions-popup-menu)
6829         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6830         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6831         to display buffer.
6833 2003-09-30  Richard M. Stallman  <rms@gnu.org>
6835         * progmodes/ada-mode.el (ada-mode): Don't use advice.
6836         Instead, set which-func-functions.
6838         * progmodes/which-func.el (which-func-modes): Add ada-mode.
6839         (which-func-functions): New variable.
6840         (which-function): Use that.
6842         * info.el (Info-mode): Double each `%' in header line.
6844         * emacs-lisp/lisp-mnt.el (lm-with-file):
6845         When FILE is nil, run BODY in current buffer.
6847         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6849         * help.el (describe-mode): Start with a brief list of minor modes.
6850         Find them thru minor-mode-list so as to find them all.
6851         Show them in alphabetical order.
6853         * mail/sendmail.el (mail-aliases): Doc fix.
6855         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6857 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6859         * mail/rmailsum.el (rmail-make-summary-line-1):
6860         Change comma after last label to a space.
6861         (rmail-summary-font-lock-keywords): Adapt to that change.
6863 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
6865         * progmodes/scheme.el (scheme-mode-variables): When setting
6866         `font-lock-defaults', also specify that "#" should
6867         be interpreted with `word' syntax.
6868         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6870 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
6872         * desktop.el: A lot of comments updated.
6873         (desktop-save-mode): Minor mode introduced.
6874         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6875         (desktop-load-default): Function made obsolete.
6876         (desktop-locals-to-save): Variable made customizable.
6877         (desktop-read): Optional parameter `dirname' added.
6878         (desktop-change-dir, desktop-revert): Parameter `dirname' in
6879         `desktop-read' used.
6880         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6882 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
6884         * whitespace.el (whitespace-clean-msg): Add user customizable message
6885         for displaying ``clean'' output.
6886         (whitespace-buffer): Use `whitespace-clean-msg'.
6887         (whitespace-global-mode): Fix typo.
6889 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
6891         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6893 2003-09-29  Lute Kamstra  <lute@gnu.org>
6895         * bindings.el (mode-line-modes): Remove superfluous :propertize
6896         construct in initialization.
6897         (mode-line-position): Change cons cell into proper list in
6898         initialization.
6900 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
6902         * international/mule.el (decode-coding-inserted-region): Use car
6903         of the return value of find-operation-coding-system.
6905 2003-09-29  Kenichi Handa  <handa@m17n.org>
6907         * descr-text.el (describe-char): Fix previous change.
6909 2003-09-28  Kenichi Handa  <handa@m17n.org>
6911         * descr-text.el (describe-char-display): New function.
6912         (describe-char): Pay attention to display table on describing how
6913         a character is displayed.
6915         * international/mule-cmds.el (encoded-string-description):
6916         Prepend "0x" to each encoded byte.
6918 2003-09-28  Andreas Schwab  <schwab@suse.de>
6920         * find-file.el (ff-special-constructs): Add autoload cookie.
6922 2003-09-28  Kevin Ryde  <user42@zip.com.au>
6924         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6925         makeinfo appends to duplicate index entries.
6927 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
6929         * dired-x.el (dired-clean-tex): Doc fix.
6931         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6932         using a Chinese tutorial.
6934 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6936         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6937         between "MAIL FROM:" and "RCPT TO:" and the following address.
6939 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6941         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6943 2003-09-28  David Ponce  <david@dponce.com>
6945         * recentf.el (recentf-initialize-file-name-history): New defcustom.
6946         (recentf-load-list): When `recentf-initialize-file-name-history'
6947         is non-nil, initialize an empty `file-name-history' with the
6948         recent list.
6950 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
6952         * man.el (Man-default-man-entry): Remove the leading `*' from the
6953         word at point.
6955 2003-09-26  Lute Kamstra  <lute@gnu.org>
6957         * bindings.el (mode-line-position): Mention size indication in
6958         docstring.
6960 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
6962         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6964         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6965         because it's autoloaded now.
6967 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6969         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6970         (sh-font-lock-keywords, sh-feature): Fix previous change of
6971         sh-feature to avoid infloop with sh-font-lock-keywords.
6973 2003-09-25  Kim F. Storm  <storm@cua.dk>
6975         * frame.el (frame-current-scroll-bars): New defun.
6977         * window.el (window-current-scroll-bars): New defun.
6979 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6981         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6982         cause errors when the state cache contains info on parts that have
6983         been narrowed out.
6985 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6987         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6988         `c-setup-paragraph-variables' has to be used when this variable is
6989         changed; it doesn't work to reinitialize the mode since that
6990         typically clobbers the variable.
6992         * progmodes/cc-styles.el (c-setup-paragraph-variables):
6993         Make it interactive.
6995 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6997         * progmodes/cc-fonts.el (c-font-lock-declarations):
6998         Fix recognition of constructors and destructors for classes whose
6999         names are matched by `*-font-lock-extra-types'.
7001         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7002         followed by an identifier in C++ then it's a type.
7004 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7006         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7007         problem that primarily affected XEmacs.  Don't use faces to find
7008         unterminated strings since Emacs and XEmacs fontify strings
7009         differently - this function should now work better in XEmacs.
7011 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7013         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7014         `expand-abbrev' workaround which caused braces to misbehave inside
7015         macros.
7017         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7018         handling.  This bug could cause interactive font locking to bail out.
7020 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7022         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7023         Handle paren-style types in Pike.  Also fixed some cases of
7024         insufficient handling of unbalanced parens.
7026 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
7028         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7029         common shell prompts that are not common filename or URL characters.
7030         (ffap-file-at-point): Use the new regexp to strip the prompts from
7031         the file names.  This is an issue mostly for user prompts that
7032         don't have a trailing space and find-file-at-point is invoked from
7033         within a shell inside Emacs.
7035 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
7037         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7038         stamps numerically, rather than textually.
7040 2003-09-24  Kenichi Handa  <handa@m17n.org>
7042         * language/devan-util.el (devanagari-post-read-conversion):
7043         * language/mlm-util.el (malayalam-post-read-conversion):
7044         * language/tml-util.el (tamil-post-read-conversion):
7045         Add autoload cookie.
7047         * international/utf-8.el (utf-8-post-read-conversion):
7048         Call post-read-conversion functions for Devanagari, Malayalam,
7049         and Tamil.
7051 2003-09-23  Dave Love  <fx@gnu.org>
7053         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7055 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
7057         * progmodes/gud.el (perldb): Add gud-until to list of commands.
7058         Update gud-remove.
7060 2003-09-22  Richard M. Stallman  <rms@gnu.org>
7062         * progmodes/sh-script.el (sh-mode-default-syntax-table):
7063         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
7064         (sh-mode-syntax-table-input): New variable.
7065         (sh-require-final-newline): Don't use eval.
7066         (sh-builtins, sh-leading-keywords, sh-other-keywords)
7067         (sh-variables, sh-font-lock-keywords): Don't use eval.
7068         (sh-set-shell): When setting require-final-newline,
7069         treat value = `require-final-newline' as don't change it.
7070         Set sh-mode-syntax-table locally based on
7071         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7073         * progmodes/compile.el (compile-internal):
7074         Call compilation-set-window-height before setting window start.
7076 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
7078         * emacs-lisp/bytecomp.el (byte-compile-log-file):
7079         Clear out byte-compile-last-warned-form.
7081 2003-09-22  Richard M. Stallman  <rms@gnu.org>
7083         * woman.el (woman-file-name, woman-follow-word):
7084         If current-word returns nil, use "".
7086         * simple.el (eval-expression): Bind standard-output in to-buffer case.
7088 2003-09-22  Richard M. Stallman  <rms@gnu.org>
7090         * emacs-lisp/lisp-mnt.el (lm-with-file):
7091         Don't visit the file, just use insert-file-contents in temp buffer.
7093 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
7095         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7096         Add surrounding \\( and \\) around the header, as in
7097         for lm-history-header 'Change Log\\|History'.
7099 2003-09-22  John Paul Wallington  <jpw@gnu.org>
7101         * progmodes/ld-script.el: Add Commentary section,
7102         minor cleanup of file header.
7103         (ld-script-font-lock-keywords): Doc fix.
7104         (toplevel): Provide `ld-script' feature.
7106 2003-09-21  Kim F. Storm  <storm@cua.dk>
7108         * scroll-bar.el (set-scroll-bar-mode): Initialize to
7109         new built-in variable default-frame-scroll-bars.
7110         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7111         scroll-bar-mode; notably, use it instead of t when we toggle
7112         scroll-bars on.
7113         (toggle-scroll-bar): Use default-frame-scroll-bars.
7115 2003-09-19  Masatake YAMATO  <jet@gyve.org>
7117         * pcvs.el (cvs-do-removal): Change the prompt depending on
7118         `filter' value.
7120 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7122         * startup.el (command-line-1): Stop startup-echo-area-message
7123         being hidden by "Loading image..." message.
7124         (use-fancy-splash-screens-p, display-splash-screen):
7125         Move display-graphic-p test from latter to former.
7127         * progmodes/sh-script.el (sh-font-lock-keywords):
7128         Highlight escaped EOLs differently from other backslash constructs.
7130 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7132         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7133         New functions.
7134         (edebug-enter, edebug-outside-excursion): Use them.
7136         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7137         Fix the condition for whether to print "In WHERE".
7139 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
7141         * finder.el (finder-mode-hook): New variable.
7142         (finder-mode): Run hook finder-mode-hook
7144 2003-09-18  Masatake YAMATO  <jet@gyve.org>
7146         * progmodes/ebrowse.el: Fix broken magic autoload comments.
7148 2003-09-17  Mario Lang  <mlang@delysid.org>
7150         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7151         "p %e" to actually print the value in the GUD buffer.
7153 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
7155         From David Ponce <david.ponce@wanadoo.fr>:
7156         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7157         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7158         from loaddefs-boot.el if necessary.
7160 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
7162         * progmodes/gud.el (gud-find-class): Make jdb work again since
7163         cc-mode changed the syntactic information.
7165 2003-09-15  David Ponce  <david@dponce.com>
7167         * recentf.el: (recentf-exclude): Accept predicates too.
7168         (recentf-file-readable-p): New function.
7169         (recentf-include-p): Handle predicates in recentf-exclude.
7170         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
7171         (recentf-cleanup): Likewise.
7172         (recentf-save-list): Use write-file to handle backup of
7173         recentf-save-file.
7175 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
7177         * loaddefs-boot.el: Renamed from `loaddefs.el'
7178         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7179         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7180         necessary.
7182 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
7184         * electric.el (Electric-pop-up-window): For the `one-window' case,
7185         no longer disconcertingly move point in the original buffer.
7187 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7189         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7191 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7193         * dired.el (dired-mode-map): Fix typo.
7195 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7197         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7199 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7201         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7202         the function is less noisy.  Now only `kill-buffer' can ask questions.
7204 2003-09-10  Mario Lang  <mlang@delysid.org>
7206         * battery.el: Update Commentary and Copyright.
7207         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7208         appear due to wrong ordering of the expressions in `or'.
7210 2003-09-09  Lute Kamstra  <lute@gnu.org>
7212         * misc.el (upcase-char): Fix docstring.
7213         (zap-up-to-char): New command.
7215 2003-09-08  David Ponce  <david@dponce.com>
7217         Ensure that recentf correctly updates the menu bar.
7218         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7219         (recentf-menu-bar): New function.
7220         (recentf-clear-data): Use it
7221         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
7222         of easy-menu-change.
7224 2003-09-08  Lute Kamstra  <lute@gnu.org>
7226         * simple.el (size-indication-mode): New.
7227         * bindings.el (mode-line-position): Add buffer size indicator.
7229 2003-09-04  Mario Lang  <mlang@delysid.org>
7231         * battery.el (battery-linux-proc-acpi): New function.
7232         (battery-status-function): Modify default value calculation to also
7233         check for availability of ACPI.
7234         (battery-echo-area-format): Ditto.
7235         (battery-mode-line-format): Ditto.
7237 2003-09-06  Dave Love  <fx@gnu.org>
7239         * ielm.el (ielm-mode-hook): Add :options.
7241         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7242         (eldoc-print-current-symbol-info): Use it.
7244 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
7246         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7247         being displayed in GUD buffer.
7248         (gdb-idle-input-queue): Remove var.  Use just one queue.
7249         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7250         Remove functions.  Use just one queue.
7251         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7252         (gdb-invalidate-assembler, gdb-get-current-frame):
7253         Modify functions.  Use just one queue.
7255 2003-09-04  Dave Love  <fx@gnu.org>
7257         * cus-start.el: Add blink-cursor-alist.
7259         * ruler-mode.el (ruler-mode-fill-column-char)
7260         (ruler-mode-current-column-char): Use char-displayable-p,
7261         not window-system.
7263         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7265         * language/european.el (windows-1252): Move from code-pages.
7267         * language/cyrillic.el ("Windows-1251"): Delete.
7268         ("Bulgarian", "Belarusian"): Remove `features'.
7269         (windows-1251): Move from code-pages.
7271         * international/mule-diag.el (non-iso-charset-alist):
7272         Remove `codepage' stuff.
7273         (print-designation, list-coding-systems-1): Output fixes.
7275         * international/code-pages.el (cp-make-translation-table)
7276         (cp-valid-codes): Made defsubsts.
7277         (cp-fix-safe-chars): Delete.
7278         (mule-diag): Don't require.
7279         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7280         (top-level): Check for defined coding system when defining
7281         cp... aliases.  Change w32-add-charset-info test to avoid warning.
7282         (non-iso-charset-alist): Defvar when compiling.
7283         (cp-make-coding-system): Doc fix.
7285 2003-09-02  Jason Rumney  <jasonr@gnu.org>
7287         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7288         line-ends from CVS before doing conversion.
7290 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
7292         * calendar/diary-lib.el (diary-header-line-flag)
7293         (diary-header-line-format): New variables.
7294         (list-diary-entries): Use them to set header line in simple diary.
7296         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7297         other than font-lock-string-face to highlight backslashes.
7299 2003-09-01  Jason Rumney  <jasonr@gnu.org>
7301         * international/titdic-cnv.el (tit-read-key-value): Include \r in
7302         regexp.
7304 2003-09-01  Dave Love  <fx@gnu.org>
7306         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7308         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7309         and :help; also line and column numbers labels.
7311         * international/mule-util.el (char-displayable-p): Move from
7312         latin1-disp, rename and autoload.
7314         * international/latin1-disp.el (latin1-char-displayable-p):
7315         Now obsolete alias.  Replace uses with char-displayable-p.
7316         (latin1-display-ucs-per-lynx): Fix last change.
7318         * international/mule-cmds.el (standard-display-european-internal):
7319         Don't use char code for Latin-1 NBSP.
7320         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
7321         U+2018, U+2019 for `'.
7322         (select-safe-coding-system): Message fix.
7324 2003-09-01  Kenichi Handa  <handa@m17n.org>
7326         * international/fontset.el (setup-default-fontset): For Thai
7327         font, specify "*" family.
7329 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7331         * progmodes/compile.el (previous-error): Accept a prefix
7332         argument, similarly to next-error.
7334 2003-08-31  Masatake YAMATO  <jet@gyve.org>
7336         * pcvs.el (cvs-do-removal): Use = instead of eq to check
7337         the number of files.  Bind the number of files to a local
7338         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7340 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
7342         * vc-hooks.el (vc-make-version-backup): Fix the change made on
7343         2003-07-26: msdos-long-file-names is a function, not a variable.
7345 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7347         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7348         Do nothing with mail-personal-alias-file if it is nil.
7350         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7351         Do nothing if mail-personal-alias-file is nil.
7353         * term.el (term-exec-1): Bind coding-system-for-read.
7355         * dired.el (dired-mouse-find-file-other-window):
7356         Use dired-view-command-alist here, as in dired-view-file.
7357         (dired-view-command-alist): Use %s to substitute file name.
7358         Handle .ps_pages, .eps, .jpg, .gif, .png.
7360 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7362         * info.el (Info-mode-map): Bind S-tab and <backtab> to
7363         `Info-prev-reference', instead of M-tab.
7365 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
7367         * simple.el (blink-matching-open): Work correctly on chars that
7368         are designated as parens through the syntax-table text property.
7370 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
7372         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7373         line break position in the middle of a non-kinsoku (e.g. latin)
7374         word, making it skip until either a space or a character with
7375         category "|".
7376         (kinsoku-longer): Test for end of buffer.
7378 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
7380         * mail/rmail.el (rmail-convert-to-babyl-format):
7381         Detect quoted-printable- and base64-encoded messages and decode them
7382         automatically.  Set the message's encoding from the charset=
7383         header, if any.  Decode base64-encoded messages in Mail format as well.
7385 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7387         * mail/smtpmail.el: Fix previous change.
7388         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7389         calling smtpmail-via-smtp.
7390         (smtpmail-via-smtp): Add fall-back values for envelope-from.
7392 2003-08-26  John Paul Wallington  <jpw@gnu.org>
7394         * image.el (image-jpeg-p): Don't search beyond length of data.
7396 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7398         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7399         misfeature in `expand-abbrev' which caused electric keywords like
7400         "else" to disappear if an open brace was typed directly afterwards.
7402 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7404         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7405         mandatory in `define-widget'.
7407         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7408         Don't align the operators "!=", "<=" and ">=" as assignment operators.
7410         (c-assignment-operators): New language constant that only contains
7411         the assignment operators.
7413         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7415 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7417         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7418         Safeguard against unbalanced sexps.
7420 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
7422         * version.el (emacs-version): Check for gtk.  Include gtk version info.
7424 2003-08-25  John Paul Wallington  <jpw@gnu.org>
7426         * man.el (Man-default-man-entry): Don't whizz past the section
7427         number before looking for it.
7429 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
7431         * progmodes/gud.el (gud-display-line): Don't set window-point if
7432         source buffer is not visible.  (Only happens with M-x gdba.)
7434         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7435         documentation.
7436         (gdb-source, gdb-source-info): Update to assembler unnecessary
7437         as its done after each GDB command anyway.
7438         (gdb-pre-prompt): Use with-current-buffer.
7439         (gdb-insert-field): Add help-echo text.
7440         (gdb-invalidate-assembler): Re-display of assembler now done in
7441         gdb-info-breakpoints-custom.
7442         (gdb-info-breakpoints-custom): Force re-display of assembler to
7443         happen *after* update of breakpoints buffer.
7444         (gdb-display-source-buffer): Don't choke if gdb-source-window
7445         isn't visible.
7446         (gdb-put-string, gdb-put-arrow): Remove free variables.
7448 2003-08-24  John Paul Wallington  <jpw@gnu.org>
7450         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7452         * man.el (Man-default-man-entry): Strip text properties when
7453         snarfing parts of entry because `format' preserves properties.
7455 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7457         * files.el (file-newest-backup): Use `expand-file-name'.
7459         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7460         Allow the diary to pop up a new frame, if needed.
7462         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7463         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7464         (smtpmail-send-it): Make treatment of envelope-from consistent with
7465         sendmail.el.
7467         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7468         (sh-leading-keywords): Add the bash `time' reserved word.
7469         (sh-variables): Add some bash variables.
7470         (sh-add-completer): Fix nil branch of case statement.
7472 2003-08-24  Masatake YAMATO  <jet@gyve.org>
7474         * progmodes/ld-script.el: New file.
7476 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
7478         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7480 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
7482         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7483         Better explain obsolescence, and what to use instead.
7485 2003-08-23  Masatake YAMATO  <jet@gyve.org>
7487         * pcvs.el (cvs-do-removal): Show the deleted file name
7488         on the prompt.
7490 2003-08-20  Dave Love  <fx@gnu.org>
7492         * international/mule.el (make-coding-system)
7493         (set-buffer-file-coding-system): Doc fix.
7495         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7497         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7499         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7501         * international/utf-16.el: Add mime-text-unsuitable coding system
7502         properties.
7504         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7506         * cus-edit.el: Add some :links.
7507         (bib): Remove.
7509         * textmodes/bib-mode.el (bib): Add :group external.
7511 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7513         * wid-edit.el (widget-echo-help): Make it handle expressions that
7514         evaluate to strings.
7516 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
7518         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
7520         Simplify selection of SQL products to define highlighting and
7521         interactive mode.  Includes detailed instructions on adding
7522         support for new products.
7524         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
7525         product for use in highlighting and interactive mode.
7526         (sql-interactive-product): New variable.  SQL product for
7527         sql-interactive-mode.
7528         (sql-product-support): New variable.  Specifies product-specific
7529         parameters to drive highlighting and interactive mode.
7530         (sql-imenu-generic-expression): Add more object types.
7531         (sql-sqlite-options): Correct comment.
7532         (sql-ms-program): Use "osql" rather than "isql".
7533         (sql-prompt-regexp, sql-prompt-length): Update comment.
7534         (sql-mode-menu): Add "Start SQLi session" entry.
7535         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7536         (sql-mode-abbrev-table): Add abbreviations.  Support of
7537         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7538         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7539         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7540         names.
7541         (sql-mode-ansi-font-lock-keywords): Set as default value.
7542         (sql-mode-oracle-font-lock-keywords): Set as default value.
7543         Support Oracle 9i keywords.
7544         (sql-mode-postgres-font-lock-keywords): Set as default value.
7545         (sql-mode-linter-font-lock-keywords): Set as default value.
7546         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7547         SQLServer 2000.
7548         (sql-mode-sybase-font-lock-keywords)
7549         (sql-mode-interbase-font-lock-keywords)
7550         (sql-mode-sqlite-font-lock-keywords)
7551         (sql-mode-strong-font-lock-keywords)
7552         (sql-mode-mysql-font-lock-keywords)
7553         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7554         keywords.
7555         (sql-mode-font-lock-defaults): Update comment.
7556         (sql-product-feature): New function.  Returns feature associated
7557         with a product from `sql-product-support' alist.
7558         (sql-product-font-lock): New function.  Set font-lock support
7559         based on `sql-product'.
7560         (sql-add-product-keywords): New function.  Add font-lock rules to
7561         product-specific keyword variables.
7562         (sql-set-product): New function.  Set `sql-product' and apply
7563         appropriate font-lock highlighting.
7564         (sql-highlight-product): New function.  Set font-lock support
7565         based on a product.  Also set mode name to include product name.
7566         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7567         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7568         Use `sql-set-product'.
7569         (sql-highlight-ms-keywords)
7570         (sql-highlight-sybase-keywords)
7571         (sql-highlight-interbase-keywords)
7572         (sql-highlight-strong-keywords)
7573         (sql-highlight-mysql-keywords)
7574         (sql-highlight-sqlite-keywords)
7575         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7576         (sql-get-login): Prompt in the same order as the tokens.
7577         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7578         (sql-product-interactive): New function.  Common portions of
7579         product-specific interactive mode wrappers.
7580         (sql-interactive-mode): Rewritten to use product features.
7581         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7582         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7583         (sql-db2, sql-linter): Use `sql-product-interactive'.
7584         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7585         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7586         (sql-connect-ingres, sql-connect-postgres)
7587         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7588         New functions.  Format command line parameters and invoke comint on
7589         the appropriate interpreter.  Code was in the corresponding
7590         `sql-xyz' function before.
7591         (sql-connect-ms): New function.  Support -E argument to use
7592         operating system credentials for authentication.
7594 2003-08-18  Kenichi Handa  <handa@m17n.org>
7596         * international/mule.el (encode-char): Fix for the ASCII case.
7598 2003-08-15  Kenichi Handa  <handa@m17n.org>
7600         * international/fontset.el (setup-default-fontset): Change "*" to
7601         nil in the specifications of font family.
7603 2003-08-18  Kim F. Storm  <storm@cua.dk>
7605         * kmacro.el (kmacro-keymap): Group related bindings in
7606         initialization for clarity.  Bind C-s to start macro.
7607         Remove C-r binding.
7608         (kmacro-initial-counter-value): New defvar to hold initial counter
7609         value in case we set the value before defining a macro.
7610         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7611         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7612         not defining or executing macro.  Doc fix.
7613         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7614         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7615         temporarily view older elements on the macro ring without cycling
7616         the ring.
7617         (kmacro-display): Doc fix.
7618         (kmacro-exec-ring-item): New helper function.
7619         (kmacro-call-ring-2nd): Use it.
7620         (kmacro-call-ring-2nd-repeat): Doc fix.
7621         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7622         (kmacro-end-or-call-macro): Execute last viewed macro (using
7623         kmacro-exec-ring-item) from ring if this follows
7624         kmacro-view-macro.  This allows us to find a macro on the ring
7625         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7626         the ring to bring it to the head of the ring.
7627         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7628         Allow binding to reserved keys without specifying C-x C-k prefix.
7629         Ask for confirmation if entered key sequence is already bound to
7630         a non-macro command.
7631         (kmacro-view-macro): Repeating command will show older elements
7632         on the macro ring; C-k will execute the last viewed macro.
7633         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7634         property from 'ring to 'head.
7636 2003-08-17  Alan Shutko  <ats@acm.org>
7638         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7639         keeping December out of the alist.
7641 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7643         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7644         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7645         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7646         (calendar-flatten): New function.
7647         (calendar-mouse-view-other-diary-entries)
7648         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7649         in the menu title and to show multi-line diary entries correctly
7650         in the menu.
7652 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7654         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7655         defcustom, because the default was recently changed.
7657 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7659         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7661         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7662         New subroutine, broken out of eval-last-sexp-1.
7663         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7665         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7667         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7669         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7671 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7673         * progmodes/compile.el (compilation-error-regexp-alist):
7674         Add Java ANt error detection as described in document
7675         http://ant.apache.org/faq.html
7677 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7679         * simple.el (backward-word, forward-to-indentation)
7680         (backward-to-indentation): Argument changed to optional.
7681         (next-line, previous-line): Use `or' instead of `unless'.
7683 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7685         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7686         instead of a constant.
7688 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7690         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7692 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7694         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7695         (vc-sccs-workfile-version): Search the entire delta table, rather
7696         than just the first entry, because that might be a deleted version.
7698 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7700         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7701         [save-place] binding in the Options menu.  Have it require
7702         'saveplace' and then toggle the variable manually, to avoid an an
7703         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7704         for the bug report.
7706 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7708         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7709         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7710         (gdb-info-threads-custom): Add help-echo text.
7711         (gdb-display-back): Don't use purecopy.
7712         (gdb-info-breakpoints-custom, gdb-reset)
7713         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7714         icons can be displayed.
7716 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7718         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7720 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7722         * bookmark.el (bookmark-completing-read):
7723         Return a string, instead of a list of one string.
7724         Use a popup menu if activated from the mouse.
7725         (bookmark-edit-annotation): Remove unused vars.
7726         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7727         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7728         to bookmark-completing-read.
7729         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7730         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7731         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7732         and erase-buffer.
7733         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7734         (bookmark-menu-jump, bookmark-menu-insert)
7735         (bookmark-popup-menu-and-apply-function)
7736         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7737         (bookmark-menu-build-paned-menu): Remove by folding it into
7738         bookmark-menu-popup-paned-menu.
7739         (menu-bar-bookmark-map): Move the define-key statements here.
7740         Use the "non-menu" commands since they now pop up a menu if needed.
7741         (bookmark-exit-hook-internal): Simplify.
7743 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
7745         * reftex-toc.el (reftex-toc-rename-label): New function.
7746         (reftex-toc-check-docstruct): New function.
7748         * reftex.el (reftex-region-active-p): New function.
7750         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7751         regexp to find the \bibliography macro.
7753         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7754         which does not exist in LaTeX.
7755         (reftex-cite-format-builtin): Added amsrefs support.
7756         (reftex-toc-confirm-promotion): New option
7758         * reftex-toc.el
7759         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7760         (reftex-toc-demote, reftex-toc-promote)
7761         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7762         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7763         (reftex-toc-newhead-from-alist)
7764         (reftex-toc-load-all-files-for-promotion): New functions.
7765         (reftex-toc-help): Added description of new keys.
7766         (reftex-toc-split-windows-fraction): New option.
7767         (reftex-recenter-toc-when-idle): Search *toc* window on all
7768         visible frames.
7769         (reftex-toc): Additional parameter REUSE
7770         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
7771         with REUSE argument.
7772         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7773         the call of `reftex-toc'.
7774         (reftex-make-separate-toc-frame): New function .
7775         (reftex-toc-recenter): When called with triple prefix arg, call
7776         `reftex-make-separate-toc-frame' first.
7777         (reftex-toc-toggle-dedicated-frame): New command.
7778         (reftex-toc-quit): Adapted to delete frame when called in
7779         dedicated frame.
7781         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7782         all enclosing macros.
7785 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7787         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7788         first use.
7790 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7792         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7794 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7796         * calendar/calendar.el (list-diary-entries-hook)
7797         (diary-display-hook, nongregorian-diary-listing-hook)
7798         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7799         Add some customize options for these hooks.
7800         (calendar-abbrev-construct): Don't try to take a substring longer
7801         than the original string.
7803 2003-08-05  Richard M. Stallman  <rms@gnu.org>
7805         * emacs-lisp/testcover.el (noreturn): Report error if does return.
7806         (testcover-reinstrument-clauses): Doc fix.
7808         * emacs-lisp/warnings.el: Doc fixes, args renamed.
7809         (warning-type-format): Rename from warning-group-format.
7811         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7812         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7813         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7814         to prevent warnings about defvar for an obsolete variable.
7816         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7817         warning-group-format renamed to warning-type-format.
7819         * subr.el (read-passwd): Use clear-string instead of fillarray.
7821         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7822         Use vconcat instead of concat.
7823         (edmacro-sanitize-for-string): New function.
7825 2003-08-05  Dave Love  <fx@gnu.org>
7827         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7828         line-number-display-limit-width.
7830         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7832 2003-08-05  Kenichi Handa  <handa@m17n.org>
7834         * international/code-pages.el: Don't require mule-diag.
7836         * international/mule-diag.el (non-iso-charset-alist):
7837         Add autoload cookie.
7839         * language/devan-util.el (dev-glyph-order): Add an entry for the
7840         glyph code #xC4.
7842 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7844         * calendar/calendar.el (diary-file, diary-file-name-prefix)
7845         (european-calendar-style, diary-date-forms)
7846         (calendar-day-name-array, calendar-month-name-array): Doc change.
7847         (generate-calendar-month): Adapt for new behaviour of
7848         `calendar-day-name' function.
7849         (calendar-abbrev-length, calendar-day-abbrev-array)
7850         (calendar-month-abbrev-array): New variables.
7851         (calendar-abbrev-construct): New function.
7852         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7853         rather than fixing abbrevs at some width.  Calling syntax change.
7854         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
7855         (calendar-date-string): Adapt for new behaviours of
7856         `calendar-day-name' and `calendar-month-name' functions.
7858         * calendar/diary-lib.el (list-diary-entries): Adapt for new
7859         behaviour of `calendar-day-name' and `calendar-month-name' functions.
7860         (diary-name-pattern): Use abbrev arrays, rather than fixing
7861         abbrevs at three chars.  Calling syntax change.
7862         (mark-diary-entries): Adapt for new behaviours of
7863         `diary-name-pattern' and `calendar-make-alist' functions.
7864         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7865         `diary-name-pattern' function.
7866         (font-lock-diary-date-forms): Use abbrev arrays, rather than
7867         fixing abbrevs at three chars.  Calling syntax change.
7868         (cal-hebrew, cal-islam): Require when compiling.
7869         (diary-font-lock-keywords): Adapt for new behaviour of
7870         `font-lock-diary-date-forms' function.
7872         * calendar/cal-hebrew.el: Reposition some code so defined before used.
7873         (calendar-hebrew-month-name-array-common-year)
7874         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7875         (list-hebrew-diary-entries): Adapt for new behaviours of
7876         `calendar-day-name' and `add-to-diary-list' functions.
7877         (mark-hebrew-diary-entries): Adapt for new behaviours of
7878         `diary-name-pattern' and `calendar-make-alist' functions.
7880         * calendar/cal-islam.el (calendar-islamic-month-name-array):
7881         Add doc string.
7882         (list-islamic-diary-entries): Adapt for new behaviours of
7883         `calendar-day-name' and `add-to-diary-list' functions.
7884         (mark-islamic-diary-entries): Adapt for new behaviours of
7885         `diary-name-pattern' and `calendar-make-alist' functions.
7887         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7888         `calendar-month-name' function.
7890         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7892         * calendar/solar.el (solar-seasons-data): Move definition before use.
7894         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7895         (cal-tex-LaTeX-hourbox): Move definition before use.
7897         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7898         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7899         lunar.el, solar.el
7900         (displayed-month, displayed-year): Define for compiler.
7902 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7904         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7905         MODE.  Renamed from c-init-c-language-vars'.
7906         (c-initialize-cc-mode): Change accordingly.
7907         (c-common-init): Ditto.
7908         (c-mode): Ditto.
7909         (c++-mode): Use `c-init-language-vars-for'.
7910         (objc-mode): Ditto.
7911         (java-mode): Ditto.
7912         (idl-mode): Ditto.
7913         (pike-mode): Ditto.
7914         (awk-mode): Ditto.
7916 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
7918         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7919         or not the point moved.
7921         (c-search-decl-header-end): Don't trip up on operator identifiers
7922         in C++ and operators like == in all languages.
7924         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7925         Detect leading labels correctly.
7927 2003-08-02  Andreas Schwab  <schwab@suse.de>
7929         * textmodes/ispell.el: Don't redo key bindings on loading, put
7930         them only in loaddefs.el.
7931         * bookmark.el: Likewise.
7932         * dabbrev.el: Likewise.
7933         * emerge.el: Likewise.
7935         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7936         has more than one member.
7938         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7940 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7942         * lpr.el (printify-region): It was ending conversion before the
7943         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
7945 2003-07-31  John Paul Wallington  <jpw@gnu.org>
7947         * net/browse-url.el (browse-url-epiphany): Doc fix.
7949 2003-07-30  Kenichi Handa  <handa@m17n.org>
7951         * international/fontset.el (setup-default-fontset):
7952         Change registry names of Akurti fonts.
7954 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7956         * comint.el (comint-read-noecho): Use `clear-string' instead of
7957         `fillarray'.
7959 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
7961         * outline.el (outline-mode-hook): Add defvar.
7963 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
7965         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7966         Restore assembler in source window if that is what has been selected.
7967         (menu): Add gdb-restore-windows to menu.  Make gdba
7968         specific menus only visible from gdba.
7970 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7972         * progmodes/compile.el (compilation-environment): New user variable.
7973         (compile-internal): Respect it.
7975 2003-07-23  Masatake YAMATO  <jet@gyve.org>
7977         * progmodes/gud.el (gdb-script-font-lock-keywords):
7978         Put `font-lock-function-name-face' on a symbol which includes
7979         `-' like `hook-run'.  Put font-lock-variable-name-face
7980         on a symbol starting with $.
7982 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
7984         * files.el (set-visited-file-name): Use truename for buffer-file-name.
7986 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7988         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7990 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
7992         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7993         Use with-no-warnings.
7994         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7995         rather than to find-file-not-found-hook, which doesn't exist.
7997 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
7999         * international/quail.el (quail-translate-key): Fix previous change.
8001 2003-07-25  John Paul Wallington  <jpw@gnu.org>
8003         * server.el (server-start): Check `server-process' is non-nil
8004         before killing it to avoid killing current buffer's process.
8006         * simple.el (choose-completion-string): Use `minibufferp';
8007         test `completion-reference-buffer' if `buffer' arg is nil.
8008         (push-mark): Use `when' and `unless'.
8009         (pop-mark): Use `when'.
8011         * mouse-sel.el (mouse-sel-get-selection-function):
8012         Check `x-last-selected-text-primary'.  Don't barf if it or
8013         `x-last-selected-text' aren't bound.
8015 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8017         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8019 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
8021         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8023 2003-07-23  John Paul Wallington  <jpw@gnu.org>
8025         * tooltip.el (defface tooltip): Inherit from variable-pitch.
8027 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
8029         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8030         string.  Defvar the derived hook.
8032         * macros.el (insert-kbd-macro): Escape double quote character.
8033         From Thomas W Murphy <twm@andrew.cmu.edu>.
8035 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
8037         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8038         to match the specific mark rather than reusing comment-start-skip.
8040 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
8042         * progmodes/hideshow.el (hs-special-modes-alist):
8043         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
8045 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
8047         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8048         value using ?\s.
8050 2003-07-21  John Paul Wallington  <jpw@gnu.org>
8052         * subr.el (with-selected-window): Add closing paren.
8054 2003-07-21  Richard M. Stallman  <rms@gnu.org>
8056         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8057         (lisp-mode): Likewise.
8059         * subr.el (with-selected-window): Copy code form save-selected-window
8060         so as to call select-window with norecord arg.
8061         (dynamic-completion-table): Doc fix.
8062         (lazy-completion-table): Doc fix.
8064         * international/mule-cmds.el (set-locale-environment):
8065         langinfo renamed to locale-info.
8067         * international/mule.el (auto-coding-functions): Doc fix.
8069 2003-07-21  Kenichi Handa  <handa@m17n.org>
8071         * international/quail.el (quail-translate-key):
8072         Update quail-current-str correctly.
8074 2003-07-21  Andreas Schwab  <schwab@suse.de>
8076         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8077         ?, to "_".
8079 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
8080         Version 2.0.36 of Tramp released.
8082         * net/tramp.el (tramp-default-password-end-of-line): Rename from
8083         tramp-password-end-of-line.
8084         (tramp-password-end-of-line): New method parameter.
8085         (tramp-get-password-end-of-line): Function to access method
8086         parameter `tramp-password-end-of-line', or variable
8087         `tramp-default-password-end-of-line' (default value).
8088         (tramp-methods): Add entries for new parameter
8089         tramp-password-end-of-line.
8090         (tramp-enter-password): Use new function
8091         `tramp-get-password-end-of-line'.
8092         (tramp-handle-insert-file-contents): Do not
8093         unconditionally inhibit the file operation file-local-copy, only
8094         do that when the inhibit-file-name-operation is currently
8095         insert-file-contents.  This fixes finding remote CVS-controlled
8096         files.  (It would barf on inserting the CVS/Entries file
8097         literally, because the file-local-copy handler wasn't called.)
8098         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8099         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8100         (tramp-initial-commands): New variable.
8101         (tramp-process-initial-commands): New function, using the variable.
8102         (tramp-open-connection-setup-interactive-shell): Call the new function.
8103         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8104         method into the buffer name, never use nil.  Reported by Hanak
8105         David <dhanak@inf.bme.hu>.
8106         (tramp-open-connection-setup-interactive-shell): Erase buffer
8107         before sending "stty -onlcr".
8109         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8111 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
8113         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8115 2003-07-19  John Paul Wallington  <jpw@gnu.org>
8117         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8118         (artist-draw-rect, artist-draw-square): Doc fixes.
8120         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8122         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8124 2003-07-19  Kenichi Handa  <handa@m17n.org>
8126         * international/kkc.el (kkc-show-conversion-list-update):
8127         Highlight the correct candidate in the message.
8129 2003-07-18  John Paul Wallington  <jpw@gnu.org>
8131         * simple.el (current-word): Don't include punctuation char when
8132         `really-word' arg is non-nil.
8134 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
8136         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8137         moved to the directory obsolete.
8139 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
8141         * info.el (Info-menu-entry-name-re): Allow newlines in
8142         menu entry names.
8144         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8145         syntax-ppss-after-change-function.
8146         (syntax-ppss-after-change-function): New alias.  Update uses.
8147         (syntax-ppss): Catch the case where the buffer is narrowed.
8149 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
8151         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8152         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8154 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
8156         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8157         since it might be modified.
8159         * progmodes/cc-langs.el (c++-make-template-syntax-table)
8160         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8161         names to these language constants.
8163 2003-07-15  Kim F. Storm  <storm@cua.dk>
8165         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8166         All uses changed.
8168 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
8170         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8171         Namespace support.
8173 2003-07-13  Juanma Barranquero  <lektu@terra.es>
8175         * frame.el (modify-all-frames-parameters): Reinstall (copyright
8176         papers received).
8178 2003-07-13  Karl Eichwalder  <ke@suse.de>
8180         * textmodes/po.el (po-find-charset): White space at the start of the
8181         Content-Type field body is non-mandatory.
8183 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8185         * textmodes/texinfo.el (texinfo-section-list):
8186         Append appendixsection; a synonym for appendixsec.
8188 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
8190         * man.el (Man-translate-cleanup): New.
8191         (Man-translate-references): Call `Man-translate-cleanup' to clean
8192         leading, trailing and middle spaces.
8194 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
8196         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8197         Handle `dired-directory' being a list.
8199 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8201         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8202         it doesn't exist.
8204 2003-07-12  Richard M. Stallman  <rms@gnu.org>
8206         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8208         * progmodes/cc-defs.el (c-make-keywords-re):
8209         Don't use delete-duplicates.
8210         (c-lang-const): Don't use mapcan.
8212         * apropos.el (apropos-show-scores): Make it customizable.
8213         Document new meaning.
8214         (apropos): Compute scores from symbols.
8215         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8217 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8219         * ps-bdf.el: Fix copyright line.
8220         (bdf-directory-list): Fix initialization code.
8222 2003-07-11  John Paul Wallington  <jpw@gnu.org>
8224         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8225         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8226         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8228 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
8230         * emacs-lisp/ring.el (ring-elements): Doc fix.
8232 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8234         * calendar/timeclock.el (timeclock-relative)
8235         (timeclock-ask-before-exiting, timeclock-use-display-time):
8236         Doc changes.
8237         (timeclock-modeline-display): Give a message if
8238         `timeclock-use-display-time' is non-nil but `display-time-mode'
8239         is not active.
8241 2003-07-11  Kenichi Handa  <handa@m17n.org>
8243         * international/mule-cmds.el (set-language-environment):
8244         Set current-language-environment to the correct string.
8246 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8248         * ps-print.el: Print line number correctly in a region.  Reported by
8249         Tim Allen <timallen@ls83.fsnet.co.uk>.
8250         (ps-print-version): New version number (6.6.2).
8251         (ps-printing-region): Code fix.
8253 2003-07-10  John Paul Wallington  <jpw@gnu.org>
8255         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8256         this function can be called from `add-completions-from-tags-table'.
8258 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
8260         * calendar/timeclock.el (timeclock-use-display-time)
8261         (timeclock-day-over-hook, timeclock-workday-remaining)
8262         (timeclock-status-string, timeclock-when-to-leave)
8263         (timeclock-when-to-leave-string, timeclock-log-data)
8264         (timeclock-find-discrep, timeclock-day-base)
8265         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8266         (timeclock-modeline-display): Set the variable
8267         `timeclock-modeline-display'.
8268         (timeclock-update-modeline): Doc fix.  Respect value of
8269         `timeclock-relative'.
8271 2003-07-09  Richard M. Stallman  <rms@gnu.org>
8273         * textmodes/reftex-parse.el (reftex-all-document-files):
8274         Add autoload cookie.
8276         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8277         (reftex-scanning-info-available-p): Add autoload cookie.
8279         * international/mule-cmds.el
8280         (set-display-table-and-terminal-coding-system): Delete duplicate
8281         aset on standard-display-table.
8283         * view.el (view-file): If existing buffer's major mode is special,
8284         don't go into view mode.
8286         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8288 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8290         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8291         buffer changes; there's third party code that calls this function
8292         directly.
8294 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8296         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8297         (autodoc-font-lock-keywords): Don't byte compile on font lock
8298         initialization when running from byte compiled files.
8300 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8302         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8303         statement ends with auto-increment "++".
8305 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8307         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8308         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8309         these are changed, so declare them as variables and not constants.
8311 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
8313         * subr.el (dolist, dotimes): Doc fix.
8315 2003-07-08  Kim F. Storm  <storm@cua.dk>
8317         * international/mule-cmds.el
8318         (set-display-table-and-terminal-coding-system): Don't break
8319         bootstrap if standard-display-table isn't setup yet.
8321 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8323         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8324         Give it a doc string, and autoload it.
8326         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8327         Use with-no-warnings.
8329         * info.el (Info-search): If find invisible text, search again.
8331         * isearch.el (search-whitespace-regexp): Add a shy group around it.
8333         * man.el (Man-name-regexp): Match + as part of name.
8335         * simple.el (visible-mode): Rename from vis-mode.
8336         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8338         * simple.el (current-word): New arg REALLY-WORD specifies
8339         don't include punctuation chars.
8341         * emacs-lisp/debug.el (debug, debugger-env-macro):
8342         Use with-no-warnings while accessing and binding unread-command-char.
8344         * international/mule-cmds.el
8345         (set-display-table-and-terminal-coding-system): Use explicit loop
8346         instead of calling standard-display-default.
8348         * net/ange-ftp.el (ange-ftp-file-symlink-p):
8349         Use condition-case to catch error in ange-ftp-get-files.
8351         * net/browse-url.el (browse-url-browser-function):
8352         Add alternative for Epiphany.
8353         (browse-url-epiphany-program, browse-url-epiphany-arguments)
8354         (browse-url-epiphany-startup-arguments)
8355         (browse-url-epiphany-new-window-is-tab): New variables.
8356         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8358         * progmodes/compile.el (compile-auto-highlight): Default now t.
8359         (compile): Doc fix.
8360         (compilation-next-error): Fix previous change.
8362         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8364         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8366 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
8368         * gdb-ui.el (gdb-source-info): Display current frame when
8369         attaching to an existing process.
8370         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8371         while laying out windows when attaching to an existing process.
8373 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
8375         * info.el (Info-menu): Use Info-menu-entry-name-re.
8377 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8379         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8380         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8382         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8383         to match the same text.
8385 2003-07-06  John Paul Wallington  <jpw@gnu.org>
8387         * vc.el (vc-annotate-offset): Move defvar up.
8389 2003-07-06  Kim F. Storm  <storm@cua.dk>
8391         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8392         This should fix the infinite loop when extracting menu names.
8394 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8396         * files.el (auto-mode-alist, interpreter-mode-alist):
8397         Remove entries to CC Mode modes to avoid duplicates; they are now added
8398         with autoload directives in cc-mode.el.
8400 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8402         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8403         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8404         these are changed, so declare them as variables and not constants.
8406         * progmodes/cc-mode.el: Fix some autoload problems: Try to
8407         ensure that the entry for ".c" extension comes before the one for
8408         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8409         Fix incorrect entries that were added to `interpreter-mode-alist'.
8410         Move the autoload directives for AWK to the top level since they
8411         aren't recognized anywhere else.  Do not use the new AWK mode doc
8412         in the autoload form for the old AWK mode.
8414 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8416         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8417         (bibtex-sort-ignore-string-entries): Default value t.
8418         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8419         erroneously in previous version.
8420         (bibtex-string-files): Docstring reflects new parsing scheme.
8421         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8422         docstring, add # as one of the chars to crush
8423         (bibtex-autokey-prefix-string, bibtex-autokey-names)
8424         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8425         (bibtex-autokey-name-change-strings)
8426         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8427         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8428         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8429         (bibtex-autokey-title-terminators)
8430         (bibtex-autokey-titlewords-stretch)
8431         (bibtex-autokey-titleword-ignore)
8432         (bibtex-autokey-titleword-case-convert)
8433         (bibtex-autokey-titleword-abbrevs)
8434         (bibtex-autokey-titleword-abbrevs)
8435         (bibtex-autokey-titleword-change-strings)
8436         (bibtex-autokey-titleword-length)
8437         (bibtex-autokey-titleword-separator)
8438         (bibtex-autokey-name-year-separator)
8439         (bibtex-autokey-year-title-separator)
8440         (bibtex-autokey-before-presentation-function)
8441         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8442         Fix docstring.
8443         (bibtex-strings, bibtex-reference-keys):
8444         Use lazy-completion-table and make-variable-buffer-local.
8445         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8446         (bibtex-braced-string-syntax-table)
8447         (bibtex-quoted-string-syntax-table): New variables.
8448         (bibtex-parse-nested-braces): Remove.
8449         (bibtex-parse-field-string): Use syntax table and forward-sexp.
8450         (bibtex-parse-association): Simplify.
8451         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8452         (bibtex-parse-field-text): Simplify.
8453         (bibtex-search-forward-field, bibtex-search-backward-field):
8454         argument BOUND can take value t.
8455         (bibtex-start-of-field, bibtex-start-of-name-in-field)
8456         (bibtex-end-of-name-in-field, bibtex-end-of-field)
8457         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8458         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8459         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8460         (bibtex-skip-to-valid-entry): Return buffer position of beginning
8461         and ending of entry.  Update for changes of bibtex-search-entry.
8462         Simplify.
8463         (bibtex-map-entries): FUN is called with three arguments.
8464         (bibtex-search-entry): Return a cons pair with buffer positions of
8465         beginning and end of entry.
8466         (bibtex-enclosing-field): Simplify.
8467         (bibtex-format-entry): Use booktitle to set a missing title.
8468         (bibtex-autokey-get-names): Fiddle with regexps.
8469         (bibtex-generate-autokey): Use identity.
8470         (bibtex-parse-keys): Use simplified parsing algorithm if
8471         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
8472         arguments.  Return alist of keys.
8473         (bibtex-parse-strings): Simplify.  Return alist of strings.
8474         (bibtex-complete-string-cleanup): Fix docstring.
8475         (bibtex-read-key): New function.
8476         (bibtex-mode): Fix docstring.  Do not parse for keys and
8477         strings when the mode is entered.  Set fill-paragraph-function to
8478         bibtex-fill-field.  Setup font-lock-mark-block-function the way
8479         font-lock intended.
8480         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
8481         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8482         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8483         (bibtex-Preamble): Avoid hard coded constants.
8484         (bibtex-make-field): Fix docstring.  Simplify.
8485         (bibtex-beginning-of-entry): Always return new position of point.
8486         (bibtex-end-of-entry): Rearrange cond clauses.
8487         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8488         Update for changes of bibtex-map-entries.
8489         (bibtex-ispell-abstract): Do not move point.
8490         (bibtex-entry-index): Use downcase.  Simplify.
8491         (bibtex-lessp): Handle catch-all.
8492         (bibtex-find-crossref): Turn into a command.
8493         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
8494         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
8495         preamble entries.
8496         (bibtex-fill-field-bounds): New function.
8497         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
8498         (bibtex-fill-entry): Use bibtex-fill-field-bounds
8499         (bibtex-String): Use bibtex-strings.  Always obey
8500         bibtex-sort-ignore-string-entries.
8502 2003-07-05  John Paul Wallington  <jpw@gnu.org>
8504         * cus-theme.el (customize-create-theme):
8505         Call `customize-create-theme' in Reset widget's notify function.
8507         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8508         (ibuffer-mark-interactive): Use `or' instead of `unless'.
8509         (define-ibuffer-column name): Add summarizer.
8510         (define-ibuffer-column size): Likewise.
8511         (define-ibuffer-column filename): Likewise.
8512         (define-ibuffer-column process): Likewise.  Change BODY's output too.
8513         (define-ibuffer-column filename-and-process): Likewise, likewise.
8514         (ibuffer): Remove local vars `already-in' and `need-update'.
8516         * ibuf-ext.el: Don't require `derived' at compile-time.
8518 2003-07-05  Kim F. Storm  <storm@cua.dk>
8520         * info.el: Disable paragraph refilling.
8521         (Info-refill-paragraphs): New defcustom.
8522         (Info-fontify-node): Use it.
8524 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8526         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8527         thingies from constructors created by defstruct.
8529         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8530         the default value of the variable.
8531         (byte-code-meter): Move declaration to top level.
8533         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8535         * info.el (Info-following-node-name-re): New fun.
8536         (Info-following-node-name): Remove.
8537         (Info-insert-dir): Use the new fun.
8538         (Info-extract-pointer): Don't save restriction; use new fun.
8539         (Info-menu-entry-name-re): New const.
8540         (Info-menu-entry-name-re): Use it along with new fun.
8541         (Info-node-spec-re): Use new fun.
8542         (Info-complete-menu-item, Info-fontify-node): Use new const.
8543         (Info-goto-node, Info-follow-reference, Info-menu-update):
8544         Use match-string.
8545         (Info-follow-reference): Use assoc-string.
8546         Use a list of strings for the completion table.
8547         (Info-fontify-node): Use match-string, line-end-position.
8548         Limit the search for `node:' to the first line.
8550         * newcomment.el (uncomment-region): Remove padding coming from
8551         comment-start rather than just from comment-padding.
8553         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8554         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8555         (vc-cvs-rename-file): Remove (use the default).
8556         (vc-cvs-register): Register parent dir if needed.
8557         (vc-cvs-could-register): Return non-nil if parent can be registered.
8558         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8559         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8561         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8562         (vc-svn-update): Fix the arguments to `svn'.
8563         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8564         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8565         Simple implementations, assuming `name' is a URL.
8567         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8568         set of chars allowed unquoted in a case pattern.
8570         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8572         * font-lock.el (font-lock-extra-types-widget)
8573         (c-font-lock-extra-types, c++-font-lock-extra-types)
8574         (objc-font-lock-extra-types, java-font-lock-extra-types)
8575         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8576         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8577         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8578         (font-lock-match-c++-structor-declaration)
8579         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8580         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8581         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8582         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8583         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8584         (java-font-lock-keywords-3, java-font-lock-keywords)
8585         (java-font-lock-syntactic-face-function): Remove obsolete code
8586         and constants.  It's all in cc-fonts.el now.
8588 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8590         * mail/sendmail.el (mail-specify-envelope-from)
8591         (mail-envelope-from): Doc fix.
8593 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8595         * generic-x.el: Do away with the dependency on `c-emacs-features'
8596         when populating `rul-generic-mode-syntax-table'; we already know
8597         this isn't XEmacs.
8599 See ChangeLog.10 for earlier changes.
8601 ;; Local Variables:
8602 ;; coding: iso-2022-7bit
8603 ;; End:
8605     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8606   Copying and distribution of this file, with or without modification,
8607   are permitted provided the copyright notice and this notice are preserved.
8609 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1