*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob8bd6dda2edf8b8899a41bf414b98f36a3abd4091
1 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
3         * dired-aux.el (dired-do-kill-lines): Expand docstring.
4         Delete irrelevant code.
6 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
8         * net/tramp.el (tramp-handle-verify-visited-file-modtime): New
9         docstring.  From Luc Teirlinck.
11 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
13         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14         section.
15         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16         non-file buffers.  We know it is nil.
18 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
20         Sync with Tramp 2.0.43.
22         * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
23         outdated comment.
24         (tramp-locked, tramp-locker): New variables for implementing a
25         global lock.
26         (tramp-sh-file-name-handler): Use them to implement the global
27         lock.
29 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
31         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
32         calls to respective `xxx` calls.
33         (tramp-process-alive-regexp): Precise doc string.
34         (tramp-multi-action-process-alive): New defun.
35         (tramp-multi-actions): Use it.
36         (tramp-handle-find-backup-file-name): `copy-tree' is available
37         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
38         in order to avoid this function.
39         (tramp-handle-write-region): Set current buffer.  If connection
40         wasn't open, `file-modes' has changed it accidently.  Reported by
41         David Kastrup <dak@gnu.org>.
42         (tramp-enter-password, tramp-read-passwd): New arguments USER and
43         HOST.
44         (tramp-action-password, tramp-multi-action-password): Apply it.
45         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
46         name must still contain the port number.  Otherwise, we have two
47         Tramp buffers, with all the confusion.  Reported by Myron Selby
48         <myron@xytech.com> and Rolf Dubitzky
49         <Dubitzky@physi.uni-heidelberg.de>.
51         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
52         HOST to `tramp-enter-passwd'.
54         * net/tramp-vc.el (all): Code cleanup.  Change all
55         `tramp-handle-xxx' calls to respective `xxx` calls.
57 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
59         * emacs-lisp/testcover.el: New category "potentially-1valued" for
60         functions that are not erroneous if either 1-valued or
61         multi-valued.  Detect functions in this class.
62         (testcover-1value-functions, testcover-compose-functions,
63         testcover-progn-functions) Added some additional functions to lists.
64         (testcover-mark): Bugfix when marking up the definition for an
65         empty function.
67 2004-07-17  Richard M. Stallman  <rms@gnu.org>
69         * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
71         * mail/footnote.el (footnote-section-tag): Use defcustom.
73         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
74         Compile font-lock-keywords, not KEYWORDS.
75         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
76         Add warn, check-type.  Handle cerror like error.
78 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
80         * progmodes/which-func.el (which-func-keymap): New var.
81         (which-func-face): New face.
82         (which-func-format): Use them.
84 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
86         * buff-menu.el (list-buffers-noselect): Append the buffer's
87         process status to its mode name.
89 2004-07-16  Kim F. Storm  <storm@cua.dk>
91         * simple.el (inhibit-mark-movement): New defvar.
92         (beginning-of-buffer, end-of-buffer): Do not push mark if
93         inhibit-mark-movement is non-nil or C-u prefix is given.
95         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
96         Init to beginning-of-buffer and end-of-buffer.
97         (cua--undo-push-mark): New defvar.
98         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
99         already active and command is in cua--preserve-mark-commands.
100         Also fix check for shift modifier on non-window systems.
101         (cua--post-command-handler): Clear inhibit-mark-movement if set.
103 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
105         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
106         of two integers, instead of a cons.
108         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
109         `visited-file-modtime' now returns a list of two integers, instead
110         of a cons.
112         * dired.el (dired-directory-changed-p): Ditto.
114         * progmodes/grep.el (grep): Doc fix.
116 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
118         * autorevert.el (auto-revert-tail-mode)
119         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
120         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
121         in both at the same time.
122         (auto-revert-tail-mode): New command.
123         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
124         (auto-revert-handler): Revert only either tail or whole file.
126         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
127         add auto-revert-tail-mode.
129 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
131         * printing.el: Doc fix.  Change name of some funs.
132         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
133         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
134         (pr-standard-file-name): New fun.  Replace pr-standard-path.
135         (pr-call-process): Code fix.
137 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
139         * subr.el (with-selected-window): Doc fix.
141 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
143         * subr.el (get-buffer-window-list): Doc fix.
145 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
147         * files.el (switch-to-buffer-other-window): Doc fix.
149         * window.el (save-selected-window, one-window-p)
150         (split-window-keep-point, split-window-vertically)
151         (split-window-horizontally): Doc fixes.
153 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
155         * printing.el: Doc fix.  Now it uses call-process instead of
156         shell-command for low command execution.
157         (pr-version): New version number (6.8).
158         (pr-shell-file-name): Option removed.
159         (pr-shell-command): Fun removed.
160         (pr-call-process): New fun.  Replace pr-shell-command.
161         (pr-standard-path, pr-remove-nil-from-list): New funs.
162         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
163         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
164         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
165         (pr-ps-utility-process, pr-txt-print): Code fix.
167 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
169         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
170         boolean.
172 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
174         * wid-edit.el (widget-field-buffer): Doc fix.
176 2004-07-09  John Paul Wallington  <jpw@gnu.org>
178         * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
179         between one and several matches in message.
181 2004-07-09  Richard M. Stallman  <rms@gnu.org>
183         * mouse.el (mouse-set-region-1): If transient-mark-mode
184         is `identity', change it to `only'.
186         * simple.el (current-word): Doc fix.
188 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
190         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
191         so that it is more understanding of whitespace.
193         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
194         form
195         (("ns" . "element") (attr-list) children) instead of
196         ((:ns . "element") (attr-list) children) in order to reduce the
197         number of symbols used.
198         (xml-skip-dtd): Change to use xml-parse-dtd but set
199         xml-validating-parsing to nil.
200         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
201         (xml-substitute-entity): Remove in favor of new entity substitution.
202         (xml-substitute-special): Rewrite in to substitute complex
203         entities from DOCTYPE declarations.
204         (xml-parse-fragment): Parse fragments from entity deleclarations.
205         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
206         (xml-parse-dtd, xml-substitute-special): Make validity checks
207         conditioned on xml-validating-parser.  Add "Not Well Formed" to
208         error messages about well-formedness.
210 2004-07-08  Steven Tamm  <steventamm@mac.com>
212         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
213         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
214         Do not treat double clicks and triple clicks specially in the
215         scroll bar (preventing strange repositioning problems)
217 2004-07-06  Stefan  <monnier@iro.umontreal.ca>
219         * replace.el (query-replace-regexp-eval): Fix last change.
221 2004-07-05  Stefan  <monnier@iro.umontreal.ca>
223         * replace.el (query-replace-descr): New fun.
224         (query-replace-read-from, query-replace-read-args): Default to the
225         previous from&to.
226         (query-replace-read-to): Quote the `from' string when displaying it.
227         (query-replace-regexp-eval): Immediately check read-only status.
228         Use query-replace-read-from to get the \n checking.
229         Quote the `from' string when displaying it.
230         (map-query-replace-regexp, occur-read-primary-args):
231         Quote the `from' string when displaying it.
233         * isearch.el (isearch-query-replace): Pass the regexp-ness and
234         delimited-ness of the search to query-replace.
236         * replace.el (query-replace-read-from, query-replace-read-to):
237         New funs extracted from query-replace-read-args.
238         (query-replace-read-args): Use them.
240         * replace.el (query-replace-interactive, query-replace-read-args):
241         Remove the `initial' special value.
242         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
243         (occur-engine): Remove unused var `matchend'.
245         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
246         Use the search string without prompting.
248 2004-07-05  Kenichi Handa  <handa@m17n.org>
250         * international/mule.el (decode-coding-inserted-region):
251         Set last-coding-system-used only when coding is nil.
253 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
255         * progmodes/grep.el (grep-compute-defaults, grep-command)
256         (grep-program, find-program, grep-find-use-xargs, grep-history)
257         (grep-find-history, grep-tag-default, grep-find-command)
258         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
259         Add autoload cookies, for unbundled packages that load `compile'
260         and expect all grep-related symbols to become defined.
262 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
264         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
265         (iimage-mode-image-search-path): New user option to search the
266         image file.
267         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
268         have locate-file.
269         (iimage-mode-buffer): Use it.
271 2004-07-03  Nick Roberts  <nickrob@gnu.org>
273         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
274         carefully.
275         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
277 2004-07-03  Juri Linkov  <juri@jurta.org>
279         * replace.el (query-replace-read-args): Swallow space after 'foo,
280         not after (quote foo).  Match space only immediately after symbol,
281         not anywhere in the whole string.
283 2004-07-02  Richard M. Stallman  <rms@gnu.org>
285         * replace.el (query-replace-read-args): Swallow space after
286         symbols, not after closeparens.  But avoid error if string ends there.
288         * progmodes/python.el (python-beginning-of-statement):
289         Exit the loop if backward-up-list gets error.
291         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
293 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
295         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
296         only if vc-consult-headers is non-nil.
298 2004-07-02  Juri Linkov  <juri@jurta.org>
300         * pcvs.el (cvs-mode-diff-repository): New command.
302         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
304 2004-07-01  Juri Linkov  <juri@jurta.org>
306         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
307         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
308         C-M-% to isearch-query-replace-regexp.
309         (minibuffer-local-isearch-map): Add arrow key bindings.
310         Bind C-f to isearch-yank-char-in-minibuffer.
311         (isearch-forward): Doc fix.
312         (isearch-edit-string): Doc fix.
313         (isearch-query-replace, isearch-query-replace-regexp): New funs.
314         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
315         (isearch-yank-char): Add optional arg.
316         (isearch-yank-char-in-minibuffer): New fun.
318         * replace.el (query-replace-interactive): Change type from boolean
319         to choice.  Add value `initial'.
320         (query-replace-read-args): Handle value `initial' of
321         query-replace-interactive.
323 2004-06-29  Kim F. Storm  <storm@cua.dk>
325         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
326         (breakpoint-disabled-bitmap-face): Add :group 'gud.
328         * progmodes/ada-xref.el (ada-tight-gvd-integration):
329         Add :group 'ada.
331         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
333 2004-06-29  Juri Linkov  <juri@jurta.org>
335         * replace.el (query-replace-read-args): Swallow a space after
336         everything except )]" which in most cases means after a symbol.
338         * emacs-lisp/pp.el (pp-buffer): Add autoload.
340 2004-06-28  Richard M. Stallman  <rms@gnu.org>
342         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
343         More changes to go with previous change in font-lock.el.
345 2004-06-26  David Kastrup  <dak@gnu.org>
347         * replace.el (perform-replace): Highlight the match even in
348         non-query mode if there is potential replace string editing.
350 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
352         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
353         agree with new return value of `file-remote-p'.
354         This syncs with Tramp 2.0.42.
356         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
357         according to new documentation of `file-remote-p'.
359         * files.el (file-remote-p): Fix doc to say that return value is
360         identification of remote system, if not nil.
361         (file-relative-name): Use new return value of `file-remote-p'.
363 2004-06-26  Nick Roberts  <nickrob@gnu.org>
365         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
366         (gdb-goto-breakpoint): Fix breakage.
368 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
370         * man.el (Man-getpage-in-background): Add windows-nt to the list
371         of systems where shell-file-name should be used instead of
372         literal "sh".
374 2004-06-25  Sam Steingold  <sds@gnu.org>
376         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
377         function names `(setf symbol)'.
379 2004-06-24  Richard M. Stallman  <rms@gnu.org>
381         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
383         * font-lock.el (font-lock-keywords): Change format of compiled values.
384         Document it.
385         (font-lock-add-keywords): If font-lock-keywords is compiled,
386         extract the uncompiled version, modify, then recompile.
387         (font-lock-remove-keywords): Likewise.
388         (font-lock-fontify-keywords-region): Handle changed format.
389         (font-lock-compile-keywords): Handle changed format.
390         (font-lock-set-defaults): Compile the keywords explicitly here.
392 2004-06-24  David Kastrup  <dak@gnu.org>
394         * replace.el (query-replace-read-args): Implement `\,' and `\#'
395         replacements here.
396         (query-replace-regexp): Doc string explaining this and the new
397         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
398         is better placed in `query-replace-read-args'.
399         (replace-regexp): Explain `\,', `\#' and `\?'.
400         (replace-match-data): New function for thorough reuse/destruction
401         of old match-data.
402         (replace-match-maybe-edit): Function for implementing `\?' editing.
403         (perform-replace): Fix maintaining of the match stack including
404         already matched regions, implement `\?', fix various problems
405         with regions while editing and other stuff.
406         (replace-highlight): Simplify.
408 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
410         * progmodes/grep.el (grep-error-screen-columns): New variable.
411         (grep-regexp-alist): Give it the full functionality of gnu style
412         compilation messages with line and column ranges.  Ask me for the
413         perl script I'm working on, that uses these.
415 2004-06-23  Nick Roberts  <nickrob@gnu.org>
417         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
418         Remove.
419         (comint-insert-input, comint-mouse-insert-input): New functions
420         based on comint-insert-clicked-input for two bindings but just
421         one functionality.
423 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
425         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
427 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
429         * files.el (write-contents-functions): Doc fix.
431 2004-06-21  Juanma Barranquero  <lektu@terra.es>
433         * image.el (image-library-alist): Rewrite docstring in active voice.
435 2004-06-20  Richard M. Stallman  <rms@gnu.org>
437         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
439         * isearch.el (isearch-repeat): Avoid testing old match data.
440         (isearch-message): Display trailing space in special font
441         when search is failing.
442         (isearch-search-fun-function): Doc fix.
444         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
446 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
448         * frame.el (show-trailing-whitespace): Doc fix.
450         * cus-edit.el (custom-variable-documentation): New function.
451         (custom-variable): Use it.
453 2004-06-19  Nick Roberts  <nickrob@gnu.org>
455         * man.el (Man-getpage-in-background): Revert previous change but
456         make cygwin a special case.
458 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
460         * autorevert.el (global-auto-revert-non-file-buffers):
461         Update docstring.
463 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
465         * progmodes/compile.el (compilation-error-properties): Store one
466         more than end-col, if present, so that transient-mark-mode will
467         highlight last char too.
468         * progmodes/grep.el (grep-regexp-alist): Match columns and column
469         ranges, if present.
471 2004-06-18  Jason Rumney  <jasonr@gnu.org>
473         * makefile.w32-in: Double percent signs in for loops.
475 2004-06-17  David Kastrup  <dak@gnu.org>
477         * replace.el (query-replace-read-args): Only warn about use of \n
478         and \t when we are doing a regexp replacement and the actual
479         escaped character is n or t.
480         (query-replace-regexp): Add \, and \# interpretation to
481         interactive call and document it.
482         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
483         as shortkey for replace-count.
484         (replace-quote): New function for doubling backslashes.
486 2004-06-17  Juanma Barranquero  <lektu@terra.es>
488         * files.el (parse-colon-path, cd): Mention in docstring that the
489         path separator is colon in GNU-like systems.
491         * newcomment.el (comment-region-internal): Fix docstring.
493         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
494         (ewoc-invalidate, ewoc-collect): Doc fixes.
495         (ewoc--create-node, ewoc--delete-node-internal):
496         Fix typos in docstring.
498 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
500         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
501         manual to docstring.
503 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
505         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
507 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
509         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
510         Add hyperlink to emacs-xtra manual to docstring.
512         * autorevert.el (global-auto-revert-non-file-buffers):
513         Add hyperlink to emacs-xtra manual to docstring, as well as an
514         info-link.
516 2004-06-14  Juanma Barranquero  <lektu@terra.es>
518         * image.el (image-library-alist): New variable to map image types
519         to external libraries.  Initialized to nil, unless system-specific
520         configs change it.
521         (image-type-available-p): Determine whether an image type is
522         available by calling `init-image-library'.
524         * term/w32-win.el (image-library-alist): Initialize to a known set
525         of probable library names.
527 2004-06-14  Kenichi Handa  <handa@m17n.org>
529         * international/code-pages.el (windows-1256, cp1125): Fix tables
530         for several characters.
532         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
534 2004-06-13  Richard M. Stallman  <rms@gnu.org>
536         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
538         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
539         not "`pc-selection-mode'".
541         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
543         * simple.el (previous-matching-history-element): Specify a default.
545         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
547         * cus-face.el (custom-declare-face): Simplify code.
549         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
551 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
553         * files.el (before-save-hook): Add `time-stamp' to the options.
555         * time-stamp.el (time-stamp): Recommend adding it to
556         `before-save-hook', rather than `write-file-functions'.
557         Make a similar change in `Commentary' section.
559 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
561         * diff-mode.el (diff-current-defun): If at start of hunk, use
562         position of first change.
564 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
566         * dired-x.el (dired-mark-omitted): Bind to "*O".
568 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
570         * bookmark.el (bookmark-bmenu-relocate): New function, as
571         suggested by David J. Biesack <David.Biesack@sas.com>.
572         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
573         (bookmark-bmenu-mode): Describe binding in doc string.
574         (bookmark-set-filename): Save the bookmark list if it's time.
576 2004-06-13  Kenichi Handa  <handa@m17n.org>
578         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
579         (ccl-untranslated-to-ucs): Fix typo.
581 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
583         * progmodes/python.el (python-open-block-statement-p):
584         Fix indentation after a block opening that contains a comment.
586 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
588         * bindings.el (completion-ignored-extensions): Add file extensions
589         of Python byte-compiled files.
591 2004-06-12  Juri Linkov  <juri@jurta.org>
593         * info.el (Info-goto-node): Add autoload.
594         (Info-toc): Add substring-no-properties on Info file name.
595         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
596         (Info-mode-map): Bind L to Info-history, T to Info-toc.
598 2004-06-12  Kenichi Handa  <handa@m17n.org>
600         * international/mule-cmds.el (set-language-environment):
601         Load subst tables if necessary.
603         * international/mule.el (decode-char): Load subst tables if necessary.
604         (encode-char): Likewise.
606         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
607         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
608         (utf-16le-decode-loop): Set r5 to -1 before loop.
609         (utf-16be-decode-loop): Likewise.
610         (ccl-decode-mule-utf-16le): Add EOF processing block.
611         (ccl-decode-mule-utf-16be): Likewise.
612         (ccl-decode-mule-utf-16le-with-signature): Likewise.
613         (ccl-decode-mule-utf-16be-with-signature): Likewise.
614         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
615         (ccl-mule-utf-16-encode-untrans): New CCL.
616         (utf-16-decode-to-ucs): Handle pre-read character.
617         (utf-16le-encode-loop): Handle surrogate pair.
618         (utf-16be-encode-loop): Likewise.
619         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
620         of utf-16le-encode-loop.
621         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
622         of utf-16be-encode-loop.
623         (mule-utf-16-post-read-conversion):
624         Call utf-8-post-read-conversion at first.
625         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
626         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
627         Add post-read-conversion and pre-write-conversion.
629         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
630         (utf-translate-cjk-unicode-range): New variable.
631         (utf-translate-cjk-load-tables): New function.
632         (utf-lookup-subst-table-for-decode): New function.
633         (utf-lookup-subst-table-for-encode): New function.
634         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
635         tables here.  Update safe-charsets of utf-* coding systems.
636         (ccl-mule-utf-untrans): New CCL.
637         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
638         at end of each branch.
639         (ccl-mule-utf-8-encode-untrans): New CCL.
640         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
641         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
642         length of encoding.  Don't return r0.
643         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
644         (utf-8-post-read-conversion): Narrow to region properly.
645         If utf-translate-cjk-mode is on, load tables if necessary.
646         Call utf-8-compose with hash-table arg if necessary.
647         Call XXX-compose-region instead of XXX-post-read-convesion.
648         (utf-8-pre-write-conversion): New function.
649         (mule-utf-8): Include CJK charsets in safe-charsets if
650         utf-translate-cjk-mode is on.  Add pre-write-conversion.
652         * international/characters.el: Temporarily set
653         utf-translate-cjk-mode to nil.
655         * language/devan-util.el (devanagari-compose-region):
656         Add autoload cookie.
658         * international/ccl.el (ccl-dump-call): Fix printing the
659         subroutine name.
661 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
663         * dired.el (dired-revert): If buffer is marked unmodified before
664         reverting, keep it marked unmodified.
665         Adapt to new conventions for commenting out code.
666         (dired-make-relative): Adapt to new conventions for commenting out code.
668 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
670         * eshell/esh-module.el (eshell-load-defgroups):
671         Bind `vc-handled-backends' to nil when opening files.
673 2004-06-11  Juanma Barranquero  <lektu@terra.es>
675         * files.el (parse-colon-path, cd): Doc fixes (refer to
676         `path-separator', not colon).
678 2004-06-10  Juanma Barranquero  <lektu@terra.es>
680         * newcomment.el (comment-search-forward)
681         (comment-search-backward): Fix typos in docstring.
682         (comment-region): Doc fix.
684 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
686         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
687         switch is no longer stored in `dired-switches-alist'.
689         * dired-aux.el (dired-insert-subdir): Do not store R switch in
690         `dired-switches-alist'.
692 2004-06-10  Kim F. Storm  <storm@cua.dk>
694         * pcvs.el (cvs-mode-diff-yesterday): New command.
696         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
698 2004-06-10  Juri Linkov  <juri@jurta.org>
700         * emacs-lisp/edebug.el (edebug-eval-defun):
701         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
702         Fix docstring.
704         * simple.el (eval-expression-print-format): Don't print additional
705         information on the first call to `eval-print-last-sexp'.
706         (next-error-find-buffer): Fix punctuation.
707         (killing) <defgroup>: Fix punctuation.
708         (yank-excluded-properties): Change group from editing to killing.
710         * replace.el (perform-replace): Use `limit' to terminate the
711         while-loop explicitly.
713 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
715         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
716         Use lc-*.xpm as prefix instead of *-locol.xpm.
718         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
719         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
720         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
721         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
722         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
723         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
724         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
725         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
726         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
727         * toolbar/lc-up_arrow.xpm:
728         Renamed from *-locol.xpm.
730 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
732         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
733         include forms like &<str>; as valid url patterns.
735 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
737         * dired.el (dired-diff, dired-backup-diff)
738         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
739         (dired-do-chown, dired-do-touch, dired-do-print)
740         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
741         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
742         (dired-create-directory, dired-do-copy, dired-do-symlink)
743         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
744         (dired-do-copy-regexp, dired-do-hardlink-regexp)
745         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
746         (dired-maybe-insert-subdir, dired-next-subdir)
747         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
748         (dired-kill-subdir, dired-tree-up, dired-tree-down)
749         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
750         (dired-run-shell-command, dired-query): Remove redundant,
751         or incorrect, autoloads.
753         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
754         does not end in a slash.  Add optional argument KILL-ROOT.
755         Update docstring.
756         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
757         (dired-query): Add autoloads.
759 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
761         * progmodes/compile.el (compilation-set-window-height):
762         Rearrange the save-* functions because a buffer can have several current
763         point in different windows.
764         (compilation-error-regexp-alist-alist): Recognize {standard input}
765         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
767 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
769         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
770         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
771         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
772         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
773         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
774         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
775         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
776         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
777         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
778         * toolbar/up_arrow-locol.xpm:
779         New versions of icons that uses fewer colors.
781         * toolbar/tool-bar.el (tool-bar-local-item)
782         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
783         if display-color-cells is 256 or less.
785 2004-06-08  Kim F. Storm  <storm@cua.dk>
787         * wid-edit.el (widget-specify-button): Use hand pointer rather
788         than mouse-face as visible mouse-over effect.
790 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
792         * saveplace.el (save-place-alist-to-file): Bind `print-length'
793         and `print-level' to nil when writing out `save-place-alist'.
794         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
796 2004-06-07  Juanma Barranquero  <lektu@terra.es>
798         * completion.el (completion-kill-region): Doc fix.
800         * format.el (format-insert-annotations)
801         (format-annotate-location): Doc fixes.
802         (format-subtract-regions): Make arguments match their use in docstring.
804         * simple.el (kill-region): Doc fix.
806         * subr.el (insert-buffer-substring-no-properties)
807         (insert-buffer-substring-as-yank): Doc fixes.
809 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
811         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
812         Update docstring.
813         (dired-reset-subdir-switches): New function.
815         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
816         Limit scope of `buffer-read-only' binding.
818 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
820         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
821         eshell-explicit-command-char.
823 2004-06-06  Juanma Barranquero  <lektu@terra.es>
825         * help-fns.el (help-argument-name): Inherit from italic face only
826         if the frame supports it.
828 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
830         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
831         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
832         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
833         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
834         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
835         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
836         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
837         New conversions from xpm files.
839         * toolbar/README: New file.
841 2004-06-06  Richard M. Stallman  <rms@gnu.org>
843         * isearch.el (isearch-mode-map): Undo previous change.
845 2004-06-05  Juri Linkov  <juri@jurta.org>
847         * bindings.el (debug-ignored-errors): Add regexps for history
848         related messages.  Remove $ from "No further undo information".
849         Move Ediff's messages to ediff.el.
851         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
853         * cus-edit.el (custom-display): Add `min-colors'.
855         * custom.el (defface): Add `supports' to docstring.
857         * help-fns.el (help-argument-name): Add :group 'help.
859 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
861         * find-dired.el (find-ls-subdir-switches): New user option.
862         (find-dired): No longer call `abbreviate-file-name' on DIR.
863         Set `dired-subdir-switches' buffer-locally.
865         * locate.el: Merge the two `Commentary' sections.
866         (locate-ls-subdir-switches): New user option.
867         (locate): Update for other changes.
868         (locate-mode-map): Restore Dired binding for mouse-2.
869         Bind `locate-mouse-view-file' to M-mouse-2.
870         Bind `l' to `locate-do-redisplay'.
871         (locate-main-listing-line-p, locate-do-redisplay): New functions.
872         (locate-mouse-view-file, locate-tags, locate-find-directory):
873         Print message if used outside main listing.
874         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
875         Various changes to support inserted subdirectories.
876         (locate-insert-header): Change header of *Locate* buffer.
878         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
879         Change interactive default switches.
880         (dired-rename-subdir-2): Update `dired-switches-alist'.
881         (dired-insert-subdir, dired-kill-subdir):
882         Handle `dired-switches-alist'.  Do not mark buffer modified.
883         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
884         (dired-insert-subdir-doinsert): Omit messages.
885         Handle `dired-subdir-switches'.
886         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
888         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
889         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
890         subdirs if -R switch is used for a subdir.
891         (dired-mode): Set `dired-switches-alist'.
892         (dired-build-subdir-alist): Only print number of directories in
893         echo area when invoked interactively.
895 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
897         * dired-x.el (dired-omit-mode): Rename from
898         dired-omit-files-p.  Use define-minor-mode to define it.
899         (dired-omit-files-p): Add as alias for dired-omit-mode.
900         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
901         dired-mark-omitted.
902         (dired-mark-omitted): Add.  Bind to M-O.
904 2004-06-05  Kenichi Handa  <handa@m17n.org>
906         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
908 2004-06-05  Juanma Barranquero  <lektu@terra.es>
910         * help-fns.el (help-argument-name): Reintroduce face.
911         (help-default-arg-highlight): Use it, now that
912         `face-differs-from-default-p' can be trusted.
914 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
916         * textmodes/table.el: Sentence commands added to Point Motion
917         group; kill and backward-kill commands added to Extraction group.
919 2004-06-04  Mario Lang  <mlang@delysid.org>
921         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
922         systems appear to use mW, make the code handle this.  Fix a
923         division-by-zero bug while at it, and handle kernels with
924         a slightly different layout in /proc/acpi.
926 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
928         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
929         because the latter is a CL-ism.  This fixes the bug reported by
930         Shawn Boyette <mdxi@collapsar.net> in
931         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
933 2004-06-04  Miles Bader  <miles@gnu.org>
935         * faces.el (display-supports-face-attributes-p): Function moved to
936         C code.  Previously only the tty-related portion of this function
937         was done in C; however the previous attempt to do a halfway-proper
938         job for non-tty displays in lisp didn't work properly because of
939         funny conditions during Emacs startup.
940         (face-differs-from-default-p): Simplify, now that
941         display-supports-face-attributes-p works properly on all display
942         types.  Remove :stipple from comparison; it doesn't really work
943         in emacs anyway.
945 2004-06-04  Miles Bader  <miles@gnu.org>
947         * faces.el (face-differs-from-default-p): Use a different
948         implementation, so we can really check whether FACE displays
949         differently or not.
951 2004-06-04  Miles Bader  <miles@gnu.org>
953         * faces.el (display-supports-face-attributes-p): Implement a
954         `different from default' check for non-tty displays.
956 2004-06-03  David Kastrup  <dak@gnu.org>
958         * woman.el (woman-mapcan): More concise code.
959         (woman-topic-all-completions, woman-topic-all-completions-1)
960         (woman-topic-all-completions-merge): Replace by a simpler and
961         much faster implementation based on O(n log n) sort/merge instead
962         of the old O(n^2) behavior.
964 2004-06-03  Miles Bader  <miles@gnu.org>
966         * subr.el (read-number): Use canonical format for default in prompt.
968         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
969         Add regexp for " [...]" style defaults.
971 2004-06-02  Romain Francoise  <romain@orebokech.com>
973         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
974         groups: if the user asks for a hidden buffer, open the
975         corresponding filter group to expose it.
977         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
978         `ibuffer-jump-to-buffer'.
979         (ibuffer-jump-offer-only-visible-buffers): New user option.
981 2004-06-02  Juanma Barranquero  <lektu@terra.es>
983         * faces.el (frame-update-faces): Add empty docstring so the one
984         for `ignore' doesn't show through.
986         * subr.el (process-kill-without-query): Remove spurious "\n" on
987         obsolescence string.
988         (focus-frame, unfocus-frame): Add obsolescence declaration and
989         empty docstring.
991         * international/mule.el (register-char-codings): Make alias for
992         `ignore'.  Move docstring to obsolescence info and remove redundancy.
994 2004-06-02  Kim F. Storm  <storm@cua.dk>
996         * frame.el (blink-cursor-start): Turn cursor off initially so blink
997         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
999 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * comint.el (comint-replace-by-expanded-history-before-point):
1002         Obey `start' as the docstring says.
1003         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1004         (comint-update-fence): Prevent font-lock from running unnecessarily.
1005         (comint-dynamic-list-completions): Use with-current-buffer.
1007 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1009         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1010         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1011         (bibtex-entry-update): Handle alternatives and optional fields.
1012         (bibtex-parse-entry): Bugfix, handle empty key.
1014 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * vc-arch.el (vc-arch-state): Don't assume the file exists.
1018 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
1020         * desktop.el (desktop-save): Don't save minor modes without a
1021         known mode initialization function.
1023 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
1025         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1027         * autorevert.el: Update `Commentary' section.
1029 2004-05-30  Juanma Barranquero  <lektu@terra.es>
1031         * dos-fns.el (convert-standard-filename):
1032         * files.el (convert-standard-filename):
1033         * w32-fns.el (convert-standard-filename):
1034         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1036 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
1038         Sync with Tramp.
1040         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1041         (tramp-let-maybe): Move to an earlier spot in the file.
1042         Patch by Andreas Schwab.
1044 2004-05-30  Andreas Schwab  <schwab@suse.de>
1046         * dired.el (dired-get-filename): Don't use dired-re-dot.
1048 2004-05-30  Richard M. Stallman  <rms@gnu.org>
1050         * files.el (find-file): Doc fix.
1052         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1054 2004-05-30  Nick Roberts  <nickrob@gnu.org>
1056         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1057         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1058         modeline of the locals buffer.
1059         (gdb-goto-breakpoint): Handle gdbmi.
1060         (gdb-get-frame-number): Change for gdbmi.
1062 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
1064         * files.el (file-remote-p): Apply file name handler for operation
1065         `file-remote-p'.  It isn' a property any longer.
1066         (file-relative-name): `fh' and `fd' get the required value via
1067         `find-file-name-handler' already.
1069         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1070         (top): Remove setting of `file-remote-p' property for
1071         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
1073 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
1075         Version 2.0.41 of Tramp released.
1077         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1078         Throw away if process has died.
1079         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1080         (tramp-out-of-band-prompt-regexp): Rename to
1081         `tramp-process-alive-regexp', because its usage is widen.
1082         (tramp-actions-copy-out-of-band): Apply it.
1083         (tramp-actions-before-shell, tramp-multi-actions):
1084         Add `tramp-action-process-alive' action.
1085         (tramp-action-process-alive): New defun.
1086         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1087         Add entry for `file-remote-p'.
1088         (tramp-handle-file-remote-p): New defun.
1089         (top): Remove setting of `file-remote-p'.  Don't set
1090         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1092         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1093         `file-remote-p'.
1095         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1096         counted for (last) line.  [They should or they shouldn't?  --Stef]
1097         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1099 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
1101         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1102         not really necessary but seems to keep the shell history smaller
1103         in some cases.  It is no substitute for setting HISTFILE and
1104         HISTSIZE from tramp-open-connection-setup-interactive-shell,
1105         though.  Suggested by Luc Teirlinck.
1106         (tramp-open-connection-setup-interactive-shell): Export variables
1107         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
1108         (tramp-set-process-query-on-exit-flag): New compat function.
1109         (tramp-open-connection-multi, tramp-open-connection-su)
1110         (tramp-open-connection-rsh, tramp-open-connection-telnet)
1111         (tramp-do-copy-or-rename-file-out-of-band): Use it.
1112         (tramp-let-maybe): New macro, let-binds a variable only if it
1113         isn't obsolete.
1114         (tramp-check-ls-commands, tramp-handle-expand-file-name)
1115         (tramp-handle-file-truename): Use it.
1116         (tramp-completion-file-name-regexp-unified): Avoid matching
1117         filenames starting with "/:" -- those are reserved for
1118         file-name-non-special.
1120         * tramp-smb.el (tramp-smb-open-connection):
1121         Use tramp-set-process-query-on-exit-flag compat function.
1123 2004-05-29  Richard M. Stallman  <rms@gnu.org>
1125         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1127         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1128         (eval-last-sexp-print-value): Print char equivalent regardless
1129         of standard-output value.
1131         * thumbs.el (thumbs-subst-char-in-string): Delete.
1132         (thumbs-thumbname): Use subst-char-in-string.
1133         (thumbs-resize-image): Use condition-case, not ignore-errors.
1134         (thumbs-kill-buffer): Likewise.
1136         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
1137         (thumbs-mode): Make buffer read-only.
1138         (thumbs-make-thumb): Unconditionally accept an existing file.
1139         (thumbs-insert-thumb): Add thumb-image-file property to the image.
1140         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1141         (thumbs-show-thumbs-list): Error if images not supported.
1142         (thumbs-save-current-image): Improve prompt string.
1143         (thumbs-mode-map): Define u, R, x.
1144         (thumbs-unmark): New command.
1145         (thumbs-emboss-image): Minor cleanup.
1146         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1147         (thumbs-rename-images): New command.
1148         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
1150         * thumbs.el (thumbs-current-image): New function.
1151         (thumbs-file-list, thumbs-file-alist): New functions.
1152         (thumbs-find-image): Delete arg L.
1153         Don't set up thumbs-fileL as buffer-local global var.
1154         (thumbs-find-image-at-point): Use thumbs-current-image.
1155         (thumbs-set-image-at-point-to-root-window): Likewise.
1156         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1157         Record and warn about errors.  Update thumbs-markedL for deletions.
1158         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1159         (thumbs-redraw-buffer): Use thumbs-file-list.
1160         (thumbs-mark): Use thumbs-current-image.
1161         (thumbs-show-name): Use thumbs-current-image.
1163         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1164         and imenu--last-menubar-index-alist.
1166         * subr.el (with-selected-window): Undo previous change.
1168 2004-05-29  John Paul Wallington  <jpw@gnu.org>
1170         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1171         (thumbs-mouse-find-image): New command.
1172         (thumbs-mode-map): Bind it to mouse-2.
1173         (thumbs-mode): Make mode-class special.
1174         (thumbs-view-image-mode): Likewise.
1176 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
1178         * flymake.el: New file.
1180 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
1182         * files.el (find-file-noselect-1): Do not bind
1183         `inhibit-read-only' to t during execution of
1184         `find-file-not-found-functions'.
1186 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1189         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1191 2004-05-28  Juri Linkov  <juri@jurta.org>
1193         * simple.el (eval-expression-print-format): New fun.
1195         * simple.el (eval-expression):
1196         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1197         * emacs-lisp/edebug.el (edebug-compute-previous-result)
1198         (edebug-eval-expression): Print additionally the value returned by
1199         `eval-expression-print-format'.
1201         * emacs-lisp/lisp.el (insert-pair-alist): New var.
1202         (insert-pair): Make arguments optional.  Find character pair
1203         from `insert-pair-alist' according to the last input event.
1204         (insert-parentheses): Make arguments optional.
1205         (raise-sexp, delete-pair): New funs.
1207         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1208         (emacs-lisp-mode-map, lisp-interaction-mode-map):
1209         Bind C-M-q to `indent-pp-sexp'.
1211         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1212         `pp-to-string' modified to be able to format text with newlines.
1213         (pp-to-string): Move the buffer-formatting part of the code to
1214         `pp-buffer'.  Call `pp-buffer'.
1216         * info.el (Info-desktop-buffer-misc-data): Don't save information
1217         about virtual files.
1218         (Info-restore-desktop-buffer): Restore Info buffers in prepared
1219         buffers with names obtained from the desktop file instead of the
1220         default *info* buffer.
1222 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * subr.el (with-selected-window): Only save/restore the selected window.
1226         * progmodes/compile.el (compilation-error-regexp-alist):
1227         Use expand-file-name and data-directory.
1229         * progmodes/grep.el (grep-tree): Rework previous fix.
1231         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1232         after the user marked text with the mouse.
1234         * startup.el (command-line): Keep the first regexp of
1235         auto-save-file-name-transforms intact.
1237 2004-05-28  Juanma Barranquero  <lektu@terra.es>
1239         * cus-edit.el (customize-face, customize-face-other-window)
1240         (custom-face-edit-delete): Make arguments match their use in
1241         docstring.
1242         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1243         docstring.
1245         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1246         not `cvs-butlast'.
1248         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1249         `nbutlast' are in subr.el).
1251         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1252         (set-w32-system-coding-system): Doc fixes.
1254         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1255         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1256         Make arguments match their use in docstring.
1257         (artist-draw-region-trim-line-endings)
1258         (artist-mouse-choose-operation): Fix typo in docstring.
1259         (artist-key-set-point-common): Doc fix.
1261 2004-05-28  Simon Josefsson  <jas@extundo.com>
1263         * mail/smtpmail.el (smtpmail-open-stream):
1264         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1266 2004-05-26  Simon Josefsson  <jas@extundo.com>
1268         * starttls.el: Merge with my GNUTLS based starttls.el.
1269         (starttls-gnutls-program, starttls-use-gnutls)
1270         (starttls-extra-arguments, starttls-process-connection-type)
1271         (starttls-connect, starttls-failure, starttls-success): New variables.
1272         (starttls-program, starttls-extra-args): Doc fix.
1273         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1274         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1275         and pass on to corresponding *-gnutls function if it is set.
1277 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
1279         * autorevert.el (auto-revert-handler): Disable auto-reverting of
1280         remote files.
1282 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
1284         * files.el (file-name-non-special): There are more operations
1285         which need handling: `find-backup-file-name',
1286         `insert-file-contents', `verify-visited-file-modtime',
1287         `write-region'.  Rename t value of method to `add'.  Add new
1288         methods `quote' and `unquote-then-quote' to file-arg-indices.
1290 2004-05-25  Juri Linkov  <juri@jurta.org>
1292         * info.el (Info-toc): Call Info-mode on intermediate buffer.
1293         (Info-index-nodes): Enclose code in condition-case to catch errors.
1294         (Info-index-node): Don't search all index nodes if request is only
1295         for the current node and file is not in the cache of index nodes.
1296         (Info-mode-map): Bind Info-copy-current-node-name to `w'
1297         for consistency with dired-copy-filename-as-kill.
1298         Bind `S' to Info-search-case-sensitively.
1299         (Info-copy-current-node-name): New arg.  With zero prefix arg put
1300         the name inside a function call to `info'.  Display copied text in
1301         the echo area.
1303 2004-05-25  Sam Steingold  <sds@gnu.org>
1305         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1306         strip the package prefix from the symbol name, if any.
1307         Make it the `find-tag-default-function' for `lisp-mode'.
1309 2004-05-25  John Paul Wallington  <jpw@gnu.org>
1311         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1312         instead of obsolete `process-kill-without-query'.
1314         * textmodes/texinfmt.el (texinfo-indexvar-alist):
1315         Declare as variable, not constant.
1317 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
1319         * files.el (find-file-noselect-1): Fix bug introduced by
1320         Revision 1.694.  As a side effect, `inhibit-read-only'
1321         is again, by default, t during execution of
1322         `find-file-not-found-functions'.
1323         (insert-directory): Check that lines were really inserted by
1324         the --dired switch, before erasing them.
1326 2004-05-24  Nick Roberts  <nickrob@gnu.org>
1328         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1329         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1330         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1331         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1332         gud-minor-mode (gdbmi).
1334 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1336         * net/browse-url.el (browse-url-interactive-arg): Enable user to
1337         explicitly select the text to be taken as URL.
1339 2004-05-23  Juri Linkov  <juri@jurta.org>
1341         * info.el (Info-index-nodes): New var and fun.
1342         (Info-goto-index, Info-index, info-apropos)
1343         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1344         (Info-index): Fix docstring.  Store and restore Info-history-list.
1345         (Info-complete-nodes): New var.
1346         (Info-complete-menu-item): Use it.
1347         (Info-index-node): New fun.
1348         (Info-final-node, Info-forward-node, Info-backward-node)
1349         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1350         Use Info-index-node.
1351         (Info-extract-menu-item, Info-extract-menu-counting): Set second
1352         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1353         (Info-find-node-2): If a node with period in its name not found,
1354         try to find a node without the name part after period.
1355         (Info-select-node): Call Info-fontify-node only if
1356         Info-fontify-maximum-menu-size is not nil.
1357         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1358         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1359         Preserve Info-history-list.
1360         (Info-toc): Set Info-current-file.
1361         (Info-build-toc): Move point to the beginning of the buffer.
1362         Add main-file variable.
1363         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1364         Use backslashed representation of the control character ^_.
1366         * textmodes/texinfmt.el (texinfo-print-index): Print index line
1367         numbers in the new Texinfo 4.7 format.
1369         * add-log.el (change-log-font-lock-keywords): Remove `:' from
1370         regexps for function and variable names.
1372         * descr-text.el (describe-property-list): Add [show] button for
1373         `syntax-table' property with action to pp to a separate buffer.
1374         (describe-char): Replace search-forward by re-search-forward with
1375         whitespace regexp after "character:" to not fail in too narrow windows.
1377         * simple.el (next-error-find-buffer): Add a rule to return
1378         next-error capable buffer if one window on the selected frame
1379         displays such buffer.
1381 2004-05-23  Nick Roberts  <nickrob@gnu.org>
1383         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1384         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1385         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1386         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1387         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1388         Handle new value for gud-minor-mode (gdbmi).
1389         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1390         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1391         Change from local to global gdb variable set.
1392         (gdb-ann3): Initialise above gdb variable set.
1393         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1394         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1395         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1396         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1397         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1398         (gdb-info-locals-handler, gdb-invalidate-assembler)
1399         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1400         set as global variables.
1401         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1402         Handle gdbmi.
1403         (gdb-info-breakpoints-custom): Fix regexp.
1404         (def-gdb-var): Delete.
1406         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1407         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1408         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1409         a new mode.  The file (gdb-mi.el) for this mode will be included
1410         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1411         primary interface.
1413 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
1415         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1416         interpreted as a directory.
1418 2004-05-22  Richard M. Stallman  <rms@gnu.org>
1420         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1421         as a close quote.
1423         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1425         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1426         Use assoc-string, not assoc-ignore-case.
1428         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1430         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1431         If moving back then fwd gets a defun that ends before point,
1432         try again moving fwd then back.
1434         * files.el (file-name-non-special): Allow t in file-arg-indices
1435         to mean requote the return value.  Use `identity' as an element
1436         rather than as the whole value.
1438         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
1440 2004-05-22  Juanma Barranquero  <lektu@terra.es>
1442         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1443         `help-make-usage'.
1444         (help-highlight-arguments): Skip function name before searching
1445         for arguments.
1447 2004-05-21  Juanma Barranquero  <lektu@terra.es>
1449         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1450         Don't mention in the docstring these arguments meant for
1451         internal (recursive) use only.
1452         (allout-char-spec): Comment out (it's not implemented).
1453         (allout-old-expose-topic, allout-exposure): Fix docstring and add
1454         obsolescence declaration.
1455         (allout-flatten-exposed-to-buffer)
1456         (allout-indented-exposed-to-buffer): Fix typos in docstring.
1457         (my-mark-marker): Doc fix.
1458         (produce-allout-mode-map, allout-sibling-index)
1459         (allout-isearch-expose, allout-distinctive-bullet)
1460         (allout-open-topic, allout-reindent-body)
1461         (allout-rebullet-heading, allout-process-exposed)
1462         (allout-insert-listified, allout-latex-verb-quote)
1463         (allout-insert-latex-header, allout-insert-latex-trailer):
1464         Make arguments match their use in docstring.
1465         (allout-primary-bullet, allout-old-style-prefixes)
1466         (allout-inhibit-protection, allout-init, allout-mode)
1467         (allout-before-change-protect, allout-flag-region):
1468         Use "Emacs" instead of "emacs" in docstrings.
1470 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1472         * international/characters.el: Modify syntax of more characters.
1474 2004-05-21  Masatake YAMATO  <jet@gyve.org>
1476         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1477         (etags-tags-completion-table): Show parsing progress.
1479 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
1481         * locate.el (locate-prompt-for-command): Shorten first line of
1482         docstring.
1483         (locate-mode): Expand docstring and include keymap summary.
1485         * files.el (find-file-noselect-1): Limit the scope of the
1486         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
1487         is, by default, nil during the execution of
1488         `find-file-not-found-functions' and `find-file-hook'.
1490 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
1492         * facemenu.el (facemenu-color-name-equal): New function.
1493         (list-colors-display): Use it to compare colors instead of
1494         facemenu-color-equal.
1496 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
1498         * compare-w.el (compare-windows-face): Use min-colors instead of
1499         checking for tty or pc types.
1501 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1503         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1504         (completion-setup-function): Use with-current-buffer.
1505         Properly save excursion.  Simplify.
1506         Don't assume there is necessarily a `mouse-face' property somewhere.
1508         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1510         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
1512         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1513         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1514         Use with-current-buffer.
1515         (byte-goto-log-buffer): Delete.
1516         (byte-compile-log-file): Call compilation-forget-errors.
1518 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1520         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1521         output messages into the search result.
1523 2004-05-19  Masatake YAMATO  <jet@gyve.org>
1525         * wid-edit.el (widget-radio-button-notify): Revert my last
1526         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1528 2004-05-19  Kenichi Handa  <handa@m17n.org>
1530         * international/characters.el: Fix syntax (open/close) of CJK chars.
1532 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
1534         * help-mode.el (help-go-back): Don't depend on position of back button.
1536 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1538         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1539         files files don't contain an accidental additional /.
1541         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1542         in source buffer.
1544 2004-05-18  Masatake YAMATO  <jet@gyve.org>
1546         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1547         to widget-apply.  :action method assumes 2 arguments, not 3.
1549 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
1551         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1552         New constants.
1553         (hs-special-modes-alist): Add an f90-mode entry.
1555 2004-05-17  Sam Steingold  <sds@gnu.org>
1557         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1558         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
1560 2004-05-16  Kim F. Storm  <storm@cua.dk>
1562         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1564 2004-05-15  John Wiegley  <johnw@newartisans.com>
1566         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1567         (eshell-output-object-to-target): Improve output speed 20% by not
1568         calling `eshell-stringify' if something is already known to be a string.
1570 2004-05-15  Alex Ott  <ott@jet.msk.su>
1572         * textmodes/ispell.el (ispell-local-dictionary-alist):
1573         Add windows-1251 to the choice of coding systems.
1574         (ispell-dictionary-alist-6): Add support for "russianw.aff",
1575         encoded in cp1251.
1577 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
1579         * progmodes/compile.el (compilation-warning-face)
1580         (compilation-info-face): Use min-colors.
1582 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1584         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1585         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1586         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1587         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1588         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1589         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1590         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1591         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1592         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1593         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1594         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1595         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1596         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1597         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1599 2004-05-15  Kim F. Storm  <storm@cua.dk>
1601         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1602         Use it to set triggered-p element of timer.
1603         (timer-event-handler): Set triggered-p element non-nil while running
1604         the timer function.
1606 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * descr-text.el (describe-char-unicode-data)
1609         (describe-char-unicodedata-file): Re-enable the unicode code now that
1610         the licensing issues have been cleared in the unicode-4 license.
1611         (describe-text-properties-1): Remove unused `overlay' var.
1612         (describe-char): Remove unused var `buffer'.
1614 2004-05-14  David Ponce  <david@dponce.com>
1616         * tree-widget.el: New file.
1618 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
1620         * language/european.el ("Brazilian Portuguese"): Add support for
1621         Brazilian Portuguese.
1623 2004-05-13  John Wiegley  <johnw@newartisans.com>
1625         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1626         `recentf-mode' if this variable has been customized to t.
1628         * eshell/esh-test.el (eshell-test): Call the function
1629         `emacs-version' rather than trying to build a custom version string.
1631 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * net/telnet.el (telnet-mode): Use define-derived-mode.
1634         Don't modify the global value of comint-prompt-regexp.
1636 2004-05-13  John Paul Wallington  <jpw@gnu.org>
1638         * version.el (emacs-version): Check for `gtk' feature before
1639         `x-toolkit' feature.
1641 2004-05-13  Juanma Barranquero  <lektu@terra.es>
1643         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1644         arguments in the docstring, they're used only in recursive calls.
1646         * help-fns.el (help-arg-highlighting-function)
1647         (help-argument-name): Delete.
1648         (help-default-arg-highlight): New function.
1649         (help-do-arg-highlighting): Use it.
1651 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1653         * calendar/appt.el (appt-disp-window):
1654         Use `calendar-set-mode-line' for a centered mode-line.
1656 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1658         * calendar/appt.el (appt-disp-window): Do not split window
1659         excessively when `split-height-threshold' is low.
1661 2004-05-12  Nick Roberts  <nickrob@gnu.org>
1663         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1664         kill-buffer-hook here and make it local.
1665         (gud-kill-buffer-hook): Use kill-process for a sure kill.
1667 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
1669         * progmodes/compile.el (compilation-set-window-height):
1670         Use save-excursion to protect against misplaced marker.
1672 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1674         * custom.el (defface): Document that type can have value gtk.
1676         * faces.el (face-spec-set-match-display): Handle type gtk in display.
1678 2004-05-12  Kenichi Handa  <handa@m17n.org>
1680         * descr-text.el: Require quail at comile time.
1681         (describe-char): If an input method is on and it supports the
1682         character, show how to input it.
1684         * international/quail.el (quail-install-decode-map): Accept a
1685         char-table whose subtype is `quail-decode-map'.
1686         (quail-store-decode-map-key, quail-gen-decode-map1)
1687         (quail-gen-decode-map, quail-find-key1, quail-find-key)
1688         (quail-show-key): New functions.
1690 2004-05-12  Juanma Barranquero  <lektu@terra.es>
1692         * generic.el (define-generic-mode): Remove redundant arglist info.
1694         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1695         Make arguments match their use in docstring.
1696         (help-arg-highlighting-function): New variable.
1697         (help-argument-name): Mention it in the docstring.
1698         (help-do-arg-highlight): Use it.  Expand regexp to accept also
1699         ARG-xxx and xxx-ARG references.
1701 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
1703         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1704         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1705         and "mailto:addr1?to=addr2" equal.
1707 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1709         * man.el (Man-getpage-in-background): Use shell-file-name
1710         and shell-command-switch variables instead of hard-coded values.
1712 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
1714         * iimage.el: New file.
1716 2004-05-11  Juanma Barranquero  <lektu@terra.es>
1718         * custom.el (custom-initialize-default, defcustom):
1719         Fix typo in docstring.
1721         * files.el (set-visited-file-name, file-expand-wildcards):
1722         Fix docstring.
1724 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1728         * subr.el (eventp): Be more discriminating with integers.
1730 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
1732         * progmodes/compile.el (compile): Add universal prefix arg.
1733         (compilation-error-regexp-alist-alist): Add edg patterns.
1735 2004-05-10  Sam Steingold  <sds@gnu.org>
1737         * textmodes/ispell.el (ispell-message):
1738         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1740 2004-05-10  Dave Love  <fx@gnu.org>
1742         * progmodes/python.el (help-buffer): Autoload when compiling.
1743         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1744         (run-python): Prepend to any existing PYTHONPATH.
1746 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
1748         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1749         for pending breakpoints.
1751 2004-05-10  Richard M. Stallman  <rms@gnu.org>
1753         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
1754         directly without calling any functions in Rmail.
1755         (unrmail-unprune): Function deleted.
1757 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1760         C-c C-z binding.
1762 2004-05-10  Kenichi Handa  <handa@m17n.org>
1764         * descr-text.el (describe-char): Fix previous change.  Don't make
1765         a unibyte character to multibyte in the *Help* buffer.
1767 2004-05-10  Miles Bader  <miles@gnu.org>
1769         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1770         buffer an error if the debugger process is actually running.
1772 2004-05-10  Juanma Barranquero  <lektu@terra.es>
1774         * help-fns.el (help-argument-name): Default to italic.
1775         (help-highlight-arguments): Return always (usage . doc), even when
1776         usage is nil.
1778         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1779         (define-ibuffer-filter): Add usage info.
1780         (define-ibuffer-op): Add usage info (but CL-style defaults for
1781         keyword args are not shown).
1783         * subr.el (remove-overlays, read-passwd): Fix docstring.
1784         (start-process-shell-command): Fix docstring.  Put usage info in a
1785         format usable by `describe-function'.
1786         (open-network-stream, open-network-stream-nowait)
1787         (open-network-stream-server): Fix docstring.
1789 2004-05-09  Jason Rumney  <jasonr@gnu.org>
1791         * international/code-pages (cp932, cp936, cp949, c950): Remove.
1792         Only define cp125* if windows-125* is already defined.
1794         * language/korean.el (cp949): Add alias.
1796         * language/chinese.el (cp936, cp950): Add aliases.
1798         * language/japanese.el (cp932): Add alias.
1800         * term/w32-win.el: Require code-pages.
1802         * international/mule-cmds.el (set-locale-environment):
1803         On MS-Windows use ansi code-page for default coding-systems.
1804         Set up paper sizes for Windows 3 letter languages.
1806         * international/code-pages.el (cp932, cp936, cp949, cp950):
1807         Add aliases.  Also add cp125* if not already defined.
1809 2004-05-09  Juanma Barranquero  <lektu@terra.es>
1811         * help-fns.el (help-highlight-arguments): Don't try to highlight
1812         missing or autoloaded arglists.  Accept structured arguments, like
1813         the first ones of `do' and `flet'.
1815         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1816         (cvs-get-marked): Remove redundant arglist info.
1818         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1819         Don't use CL-style default args.
1821 2004-05-08  Andreas Schwab  <schwab@suse.de>
1823         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1825         * international/subst-ksc.el: Fix references to utf-translate-cjk
1826         into utf-translate-cjk-mode.
1827         * international/subst-big5.el: Likewise.
1828         * international/subst-gb2312.el: Likewise.
1829         * international/subst-jis.el: Likewise.
1830         * international/utf-16.el: Likewise.
1831         * international/utf-8.el: Likewise.
1833 2004-05-08  John Wiegley  <johnw@newartisans.com>
1835         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1836         "virtual buffers" (off by default), which makes it possible to
1837         switch to the "virtual" buffers of recently visited files.  When a
1838         buffer name search fails, and this option is on, iswitchb will
1839         look at the list of recently visited files, and permit matching
1840         against those names.  When the user hits RET on a match, it will
1841         revisit that file.
1842         (iswitchb-read-buffer): Add two optional arguments, which makes
1843         isearchb.el possible.
1844         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1845         (iswitchb-next-match): Add support for virtual buffers.
1847         * isearchb.el: This module extends iswitchb to provide "as you
1848         type" buffer selection.
1850         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1851         Ignore the read-only property when flyspell highlighting is on.
1852         Not ignoring it leads to a series of confusing errors.
1853         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1854         but also make sure to call flyspell-incorrect-hook.
1855         (flyspell-maybe-correct-transposition): Perform transposition test
1856         by bit twiddling a string, rather than using a temp buffer.
1857         (flyspell-maybe-correct-doubling): Use a string rather than a temp
1858         buffer.  This is also the original version of the code, which
1859         could not be checked in before due to a previous lack of
1860         assignment papers.  This version has seen heavy usage on my system
1861         for several years now.
1863         * calendar/cal-bahai.el: New file, which adds support for the
1864         Baha'i calendar to Emacs.  This calendar is based on a solar year
1865         of 19 months of 19 days, with 4 intercalary days.  Each year
1866         begins on March 21, with the calendar starting in 1844.
1868         * calendar/cal-menu.el, calendar/calendar.el,
1869         calendar/diary-lib.el, calendar/holidays.el: Added support for
1870         using cal-bahai.el.
1872         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1873         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1874         function can be used outside of eshell buffers.
1875         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1877 2004-05-08  Juanma Barranquero  <lektu@terra.es>
1879         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1880         word constituent so FOO-ARG is not recognized as an arg.
1881         (help-highlight-arguments): Don't skip lists in mandatory arguments.
1883         * simple.el (next-error): Fix typo in docstring.
1884         (open-line): Make argument names match their use in docstring.
1885         (split-line): Fix docstring.
1887         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1888         usable by `describe-function'.
1889         (gensym, gentemp, typep, ignore-errors): Make argument names match
1890         their use in docstring.
1892         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1893         argument to `help-setup-xref'.
1895 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
1897         Version 2.0.40 of Tramp released.
1899         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1900         Use symbol-function to invoke functions only known on some Emacs
1901         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
1902         Scaldeferri <kevin@scaldeferri.com>.
1903         (tramp-do-copy-or-rename-file-via-buffer): Rename from
1904         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1905         consistent with the other tramp-do-* functions.
1906         (tramp-do-copy-or-rename-file): Calls adjusted.
1907         (tramp-process-initial-commands): Avoid liveness check on shell --
1908         we know that it must be alive since we're opening a connection at
1909         this moment.
1910         (tramp-last-cmd): New internal variable.
1911         (tramp-process-echoes): New tunable.
1912         (tramp-send-command): Set tramp-last-cmd.
1913         (tramp-wait-for-output): Delete echo, if applicable.
1914         (tramp-read-passwd): Construct the key for the password cache in a
1915         way that works for multi methods, too.
1916         (tramp-bug): Add backup-directory-alist and
1917         bkup-backup-directory-info to bug reports, with Tramp counterparts.
1919 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
1921         * net/tramp*.el: Suppress byte-compiler warnings where possible.
1923         * net/tramp.el (tramp-out-of-band-prompt-regexp)
1924         (tramp-actions-copy-out-of-band): New defcustoms.
1925         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
1926         used instead of a synchronous one.  Allows password entering.
1927         (tramp-action-out-of-band): New defun.
1928         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
1929         Remove restriction with password from doc string.
1930         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
1931         `tramp-out-of-band-prompt-regexp',
1932         `tramp-actions-copy-out-of-band', `password-cache' and
1933         `password-cache-expiry'.
1934         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
1935         password caching.
1936         (tramp-touch): FILE can be a local file, too.
1937         (TODO): Remove items done.
1938         (tramp-handle-insert-directory): Properly quote file name also if
1939         not full-directory-p.  Handle wildcard case.  Reported by Andreas
1940         Schwab <schwab@suse.de>.
1941         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
1942         new file.
1943         (tramp-handle-file-local-copy, tramp-handle-write-region):
1944         The permissions of the temporary file are set if filename exists.
1945         Reported by Ted Stern <stern@cray.com>.
1946         (tramp-backup-directory-alist)
1947         (tramp-bkup-backup-directory-info): New defcustoms.
1948         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
1949         (tramp-handle-find-backup-file-name): New function.
1950         Implements Tramp's find-backup-file-name.
1952         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
1953         for `find-backup-file-name'.
1955         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
1956         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
1958 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
1960         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
1962 2004-05-07  Juanma Barranquero  <lektu@terra.es>
1964         * subr.el (lambda): Add arglist description to docstring.
1965         (declare): Fix typo in docstring.
1966         (open-network-stream): Fix docstring.
1967         (process-kill-without-query): Fix docstring and add obsolescence info.
1968         (last, butlast, nbutlast): Make arguments match their use in docstring.
1969         (insert-buffer-substring-no-properties): Likewise.
1970         (insert-buffer-substring-as-yank): Likewise.
1971         (split-string): Fix docstring.
1973         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1974         Make argument names match their use in docstring.
1976         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
1978 2004-05-06  Nick Roberts  <nickrob@gnu.org>
1980         * progmodes/gdb-ui.el: Improve/extend documentation strings.
1981         Fit first sentence on one line for apropos-command.
1983 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1985         Changes largely merged in from Dave Love's code.
1986         * progmodes/python.el: Doc fixes.
1987         (python-mode-map): Add python-complete-symbol.
1988         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
1989         (python-comment-indent, python-complete-symbol)
1990         (python-symbol-completions, python-partial-symbol)
1991         (python-try-complete): New.
1992         (python-indent-line): Remove optional arg.  Use python-block-end-p.
1993         (python-check): Bind compilation-error-regexp-alist.
1994         (inferior-python-mode): Use rx.  Move keybindings to top level.
1995         Set comint-input-filter.
1996         (python-preoutput-filter): Use rx.
1997         (python-input-filter): Re-introduce.
1998         (python-proc): Start new process if necessary.
1999         Check python-buffer non-nil.
2000         (view-return-to-alist): Defvar.
2001         (python-send-receive): New.
2002         (python-eldoc-function): Use it.
2003         (python-mode-running): Don't defvar.
2004         (python-mode): Set comment-indent-function.
2005         Maybe update hippie-expand-try-functions-list.
2006         (python-indentation-levels): Initialize differently.
2007         (python-block-end-p): New.
2008         (python-indent-line): Use it.
2009         (python-compilation-regexp-alist): Augment.
2010         (run-python): Import `emacs' module to Python rather than loading
2011         code directly.  Set python-buffer differently.
2012         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
2013         Use python-proc.
2014         (python-send-command): Go to end of comint buffer.
2015         (python-load-file): Use python-proc, emacs.eimport.
2016         (python-describe-symbol): Simplify interactive form.
2017         Use emacs.help.  Do use temp-buffer-show-hook.
2018         Call print-help-return-message.
2019         (hippie-exp): Require when compiling.
2020         (python-preoutput-continuation): Use rx.
2022         * diff-mode.el (diff-make-unified): Fix regexp.
2024 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
2026         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2027         filter groups from the buffer when rebuilding the Ibuffer buffer
2028         and `ibuffer-show-empty-filter-groups' is nil.
2030 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2032         * ps-print.el (ps-print-quote): Call ps-value-string.
2033         (ps-setup): Call ps-comment-string.
2034         (ps-value-string, ps-comment-string): New funs.
2036 2004-05-06  Juanma Barranquero  <lektu@terra.es>
2038         * ehelp.el (electric-help-command-loop): Check whether the last
2039         character is visible, not (point-max).
2041         * help-fns.el (help-argument-name): Default to bold; don't inherit
2042         from font-lock-variable-name-face.
2043         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2045 2004-05-05  Kenichi Handa  <handa@m17n.org>
2047         * descr-text.el (describe-char): Copy the character with text
2048         properties and overlays into the first line, and call
2049         describe-text-properties on it.
2051 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
2053         * iswitchb.el (iswitchb-global-map): Fix typo.
2054         Remove unwanted ###autoloads from source file.
2056 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
2058         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2059         in run-hooks.  Use substitute-command-keys in message.
2060         (wdired-abort-changes): Add message.
2062 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
2064         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2065         (sql-emacs20-p): Remove.
2066         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2067         (sql-builtin-face, sql-doc-face): Remove.
2068         (sql-mode-ansi-font-lock-keywords)
2069         (sql-mode-oracle-font-lock-keywords)
2070         (sql-mode-postgres-font-lock-keywords)
2071         (sql-mode-linter-font-lock-keywords)
2072         (sql-mode-ms-font-lock-keywords)
2073         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2074         (sql-product-font-lock): Fix font-lock reset when font rules change.
2075         (sql-highlight-product): Remove incorrect font-lock reset logic.
2077 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
2079         * ses.el (ses-set-parameter): Fix typo.
2081 2004-05-04  Kim F. Storm  <storm@cua.dk>
2083         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2084         Must expand directory for completion to work; and don't mess with
2085         process-environment.
2086         (ido-read-file-name): If command has ido property, don't use ido
2087         if value is ignore, or read as directory if value is dir.
2088         Set ido ignore property for dired-do-rename command.
2090 2004-05-04  Juanma Barranquero  <lektu@terra.es>
2092         * ehelp.el (electric-help-command-loop, electric-help-undefined)
2093         (electric-help-help): Check against unmapped commands.
2095         * help-fns.el (help-argument-name): New face, inheriting from
2096         font-lock-variable-name-face, to highlight function arguments in
2097         `describe-function' and `describe-key'.
2098         (help-do-arg-highlight): Auxiliary function to highlight a given
2099         list of arguments in a string.
2100         (help-highlight-arguments): Highlight the function arguments and
2101         all uses of them in the docstring.
2102         (describe-function-1): Use it.  Do docstring output via `insert',
2103         not 'princ', so text attributes are preserved.
2105         * winner.el (winner-mode-map): Move `winner-undo' and
2106         `winner-redo' to C-c <left> and C-c <right>, respectively (the
2107         previous bindings conflict with `prev-buffer', `next-buffer').
2109 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2111         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2112         (bibtex-entry-update): New command bound to C-c C-u.
2113         (bibtex-text-in-string): Fix regexp.
2114         (bibtex-assoc-of-regexp): Remove.
2115         (bibtex-progress-message): Fix docstring.
2116         (bibtex-inside-field): Use if.
2117         (bibtex-assoc-regexp): New function.
2118         (bibtex-format-entry): Make code more robust so that it formats
2119         also old entries.
2120         (bibtex-autokey-demangle-title): Merge with obsolete function
2121         bibtex-assoc-of-regexp.
2122         (bibtex-field-list): New function.
2123         (bibtex-entry): Use bibtex-field-list.
2124         (bibtex-parse-entry): Fix docstring.
2125         (bibtex-print-help-message): Use bibtex-field-list.
2126         (bibtex-make-field): Use bibtex-field-list.
2127         (bibtex-entry-index): Bugfix.  Return crossref key if required.
2128         (bibtex-lessp): Fix docstring.
2130 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
2132         * select.el (xselect-convert-to-string): Move comment to intended line.
2134 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2136         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2137         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2139 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2141         * term/x-win.el (x-clipboard-yank): Don't exit on error from
2142         x-get-selection.
2144 2004-05-03  Jason Rumney  <jasonr@gnu.org>
2146         * makefile.nt: Remove.
2148 2004-05-03  Kim F. Storm  <storm@cua.dk>
2150         * emulation/cua-base.el (cua--update-indications): Fix last change.
2151         (cua-mode): Deactivate mark when cua-mode is enabled.
2153 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
2155         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2157 2004-05-03  Nick Roberts  <nickrob@gnu.org>
2159         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2160         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2161         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2162         window over visible frames.
2163         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2165 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * progmodes/compile.el (compilation-gcpro): New var.
2168         (compilation-fake-loc): Use it.
2169         (compilation-forget-errors): Reset it.
2171 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
2173         * diff-mode.el (diff-header-face, diff-file-header-face):
2174         Use min-colors.
2176 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2178         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2179         (bibtex-clean-entry): Disentangle code.
2180         (bibtex-realign): New function.
2181         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
2182         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2183         Remove undocumented optional arg called-by-convert-alien.
2184         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
2185         for sorting instead of bibtex-sort-buffer.
2187 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
2189         * progmodes/compile.el (compilation-start): In the
2190         no-async-subprocesses branch, call sit-for to give redisplay a
2191         chance to show the updated process status in the mode line, and
2192         fontify the buffer explicitly after the process exits.
2194 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2196         * progmodes/python.el (python-compilation-line-number): Remove.
2197         (python-compilation-regexp-alist): Don't use it any more.
2198         (python-orig-start, python-input-filter): Remove.
2199         (inferior-python-mode): Don't set up comint-input-filter-functions.
2200         (python-send-region): Use compilation-fake-loc.
2202         * progmodes/compile.el (compilation-messages-start): New var.
2203         (compilation-mode): Don't setup next-error-function here.
2204         (compilation-setup): Set it up here instead (for minor modes as well).
2205         Make compilation-messages-start buffer local.
2206         (compilation-next-error-function): Use it.
2207         (compilation-forget-errors): Set compilation-messages-start.
2209 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2211         * ielm.el (ielm-prompt-read-only): Update docstring.
2213         * comint.el (comint-prompt-read-only): Update docstring.
2214         (comint-update-fence, comint-kill-whole-line)
2215         (comint-kill-region): New functions.
2217         * simple.el (kill-whole-line): Use "p" instead of "P" in
2218         interactive form.
2220 2004-05-01  Juanma Barranquero  <lektu@terra.es>
2222         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2223         format arglist so default values in CL-style argument lists are
2224         correctly shown.
2226 2004-05-01  Jason Rumney  <jasonr@gnu.org>
2228         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2230 2004-05-01  Kenichi Handa  <handa@m17n.org>
2232         * international/titdic-cnv.el (miscdic-convert): Don't generate a
2233         quail file if it is up to date.
2235 2004-04-30  Juri Linkov  <juri@jurta.org>
2237         * cus-edit.el (custom-mode-map):
2238         Add key binding `C-x C-s' to `Custom-save'.
2240         * outline.el (outline-blank-line): New var.
2241         (outline-next-preface, outline-show-heading)
2242         (outline-end-of-subtree): Use it.
2244         * dired-aux.el (dired-touch-initial): New fun.
2245         (dired-do-chxxx): Call it for op-symbol `touch'.
2246         (dired-diff): Use `dired-dwim-target-directory'
2247         if current dired buffer has no buffer mark.
2249         * bindings.el (propertized-buffer-identification):
2250         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2251         Add C-M-arrow keys for consistency.
2253         * files.el (confirm-kill-emacs):
2254         Change group from top-level `emacs' to `convenience'.
2256         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2257         Push mark on the first call of successive command calls.
2258         (insert-pair): New fun created from `insert-parentheses' with
2259         `open' and `close' arguments added.  Enclose active regions
2260         in paired characters.  Compare adjacent characters syntax with
2261         inserted characters syntax before inserting a space.
2262         (insert-parentheses): Call `insert-pair' with ?\( ?\).
2264         * delsel.el: Don't put `delete-selection' property
2265         on `insert-parentheses' symbol to take advantage of
2266         region handling in `insert-pair' function.
2267         Suggested by Stephan Stahl <stahl@eos.franken.de>.
2269 2004-04-30  Kim F. Storm  <storm@cua.dk>
2271         * emulation/cua-base.el: Add support for changing cursor types;
2272         based on patch from Michael Mauger.
2273         (cua-normal-cursor-color, cua-read-only-cursor-color)
2274         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2275         Customization cursor type and/or cursor color.
2276         (cua--update-indications): Handle cursor type changes.
2277         (cua-mode): Update cursor indications if enabled.
2279         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2281         * mouse.el (mouse-drag-copy-region): New defcustom.
2282         (mouse-set-region, mouse-drag-region-1): Use it.
2284         * simple.el (kill-ring-save): If region face background color is
2285         unspecified (if no highlighting), show extent of fully visible
2286         region even if transient-mark-mode is enabled.
2288         * emulation/cua-base.el (cua--standard-movement-commands):
2289         Add cua-scroll-up and cua-scroll-down.
2290         (cua-scroll-up, cua-scroll-down): New commands.
2291         (cua--init-keymaps): Remap scroll-up and scroll-down.
2293         * emulation/cua-rect.el (cua--convert-rectangle-as):
2294         New defmacro.
2295         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2296         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2297         New commands (suggested by Jordan Breeding).
2299 2004-04-30  Juanma Barranquero  <lektu@terra.es>
2301         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2303 2004-04-30  Mario Lang  <mlang@delysid.org>
2305         * diff.el (diff-switches): Fix typo in docstring.
2307 2004-04-30  Alex Schroeder  <alex@gnu.org>
2309         * xml.el (xml-debug-print-internal): Don't add newline and
2310         indentation to text nodes and write empty elements as empty tags
2311         instead of opening and closing tags.
2312         (xml-debug-print): Take optional indent-string argument.
2313         (xml-print): Alias for xml-debug-print.
2315 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2317         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2318         than duplicate call to `line-beginning-position'.
2320         * progmodes/f90.el (f90-get-present-comment-type):
2321         Return whitespace, as well as comment chars, for consistent filling
2322         of comment blocks.  Use `match-string-no-properties'.
2323         (f90-break-line): Trim trailing whitespace when filling comments.
2325 2004-04-30  Dave Love  <fx@gnu.org>
2327         * calendar/diary-lib.el (diary-outlook-formats): New variable.
2328         (diary-from-outlook-internal, diary-from-outlook)
2329         (diary-from-outlook-gnus, diary-from-outlook-rmail):
2330         New functions to import diary entries from Outlook-format
2331         appointments in mail messages.
2333 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * progmodes/python.el (python-send-command): New fun.
2336         (python-send-region, python-load-file): Use it.
2338         * progmodes/compile.el (compilation-last-buffer): Add var alias.
2340         * help-fns.el (help-C-file-name): Use new subr-name.
2341         Prepend `src/' to the file name.
2342         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2343         (describe-function-1, describe-variable): Only find a C source file
2344         name if DOC is already loaded.
2346         * help-mode.el (help-function-def, help-variable-def):
2347         Use the new find-function-search-for-symbol functionality.
2348         Allow FILE to be `C-source'.
2350         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2351         (find-function-C-source): New fun.
2352         (find-function-search-for-symbol): Use it.
2354 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
2356         * progmodes/sql.el (sql-product-alist): Rename variable
2357         `sql-product-support'.  Add Postgres login parameters.
2358         (sql-set-product, sql-product-feature): Update with renamed variable.
2359         (sql-connect-postgres): Add username prompt.
2360         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2361         Make patterns less product specific.
2362         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2363         (sql-mode-abbrev-table): Modify initialization.
2364         (sql-builtin-face): Add variable.
2365         (sql-keywords-re): Add macro.
2366         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2367         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2368         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2369         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2370         (sql-mode-linter-font-lock-keywords)
2371         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2372         (sql-mode-sybase-font-lock-keywords)
2373         (sql-mode-informix-font-lock-keywords)
2374         (sql-mode-interbase-font-lock-keywords)
2375         (sql-mode-ingres-font-lock-keywords)
2376         (sql-mode-solid-font-lock-keywords)
2377         (sql-mode-sqlite-font-lock-keywords)
2378         (sql-mode-db2-font-lock-keywords): Default to nil.
2379         (sql-product-font-lock): Always highlight ANSI keywords.
2380         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2381         (sql-send-string): Add function.
2383 2004-04-29  Dave Love  <fx@gnu.org>
2385         * progmodes/cfengine.el (cfengine-beginning-of-defun)
2386         (cfengine-end-of-defun): Ensure progress through buffer.
2388         * info-look.el (cfengine-mode): Accept a terminal ().
2390 2004-04-29  Juri Linkov  <juri@jurta.org>
2392         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2393         instead of isearch-yank-word-or-char.  Add new key bindings for
2394         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2395         (isearch-del-char): New fun.
2396         (isearch-forward, isearch-edit-string): Update docstring.
2397         (isearch-yank-char): Doc fix.
2398         (isearch-other-meta-char): Restore point after scrolling.
2400         * progmodes/compile.el (compilation-context-lines): Add nil option
2401         to disable compilation output window scrolling.
2402         (compilation-set-window): Use it.
2404         * outline.el (outline-next-preface, outline-show-heading):
2405         Don't leave unhidden blank line before heading.
2406         (outline-end-of-subtree): Include last newline into subtree.
2407         (hide-entry): Leave point at beginning of heading instead of end.
2408         (outline-up-heading): Push mark for the first call of successive
2409         command calls.
2411 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
2413         * comint.el (comint-prompt-read-only): New variable.
2414         (comint-output-filter): Implement it.
2416         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2417         (ielm-prompt-internal): New variable.
2418         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2419         (ielm-send-input): Delete unused variable `buf'.
2420         (ielm-eval-input): Use `ielm-prompt-internal'.
2421         (inferior-emacs-lisp-mode): Use new variables
2422         `comint-prompt-read-only' and `ielm-prompt-internal'.
2423         Get rid of obsolete variable `directory-sep-char'.
2424         (ielm): Use `zerop'.
2426 2004-04-29  John Paul Wallington  <jpw@gnu.org>
2428         * thumbs.el (toplevel): Require cl at compile time.
2429         Remove conditional definitions of `ignore-errors' and `caddar'
2430         because they occur at run time.
2432 2004-04-28  Nick Roberts  <nickrob@gnu.org>
2434         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2435         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2436         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2437         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2439         * progmodes/gud.el (gud-common-init): Throw an error if program is
2440         already running under gdb.
2442 2004-04-28  John Paul Wallington  <jpw@gnu.org>
2444         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2445         (thumbs-show-image-num): Move assignment of
2446         `thumbs-current-image-filename' within scope of `i'.
2447         (thumbs-emboss-image): Don't use `evenp'.
2449 2004-04-28  Richard M. Stallman  <rms@gnu.org>
2451         * progmodes/compile.el (compilation-context-lines): Default now 0.
2453 2004-04-28  Juanma Barranquero  <lektu@terra.es>
2455         Use `time-less-p' from calendar/time-date.el instead of defining
2456         custom versions of it.
2458         * pcomplete.el (pcomplete-time-less-p): Remove.
2460         * thumbs.el (time-less-p): Remove.
2462         * calendar/timeclock.el (timeclock-time-less-p): Remove.
2463         (timeclock-generate-report): Use `time-less-p'.
2465         * emacs-lisp/autoload.el (autoload-before-p): Remove.
2466         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2468 2004-04-28  Masatake YAMATO  <jet@gyve.org>
2470         * subr.el (remove-overlays): Make arguments optional.
2472         * wid-edit.el (widget-specify-button): Put evaporate to the
2473         overlay for sample.
2474         (widget-specify-sample): Put evaporate to the overlay for sample.
2475         (widget-specify-doc): Put evaporate to the overlay for documentation.
2477 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
2479         * info.el (info-apropos): Make it an index node.  Align node names
2480         like makeinfo.
2482 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
2484         * net/browse-url.el (browse-url-netscape-sentinel)
2485         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2486         (browse-url-epiphany-sentinel, browse-url-mosaic):
2487         Use browse-url-*-program instead of a literal program name.
2489 2004-04-27  Kevin Ryde  <user42@zip.com.au>
2491         * eshell/em-alias.el:
2492         * eshell/em-dirs.el:
2493         * eshell/em-hist.el:
2494         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2495         features when M-x customize-group loads modules before the main
2496         eshell.el.
2498 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
2500         * subr.el (momentary-string-display): Support EXIT-CHAR that is
2501         either a character representation of an event or an event
2502         description list.
2504         * type-break.el: Capitalise Emacs and Lisp.
2505         (type-break-good-break-interval, type-break-demo-boring-stats)
2506         (type-break-terse-messages, type-break-file-name): New defcustoms.
2507         (type-break-post-command-hook)
2508         (type-break-warning-countdown-string): Quote variable names in doc.
2509         (type-break-interval-start, type-break-auto-save-file-name): New vars.
2510         (type-break-mode): Document type-break-good-break-interval and the
2511         "session" file.  Schedule break according to the session file.
2512         Kill session file buffer on exit.  Organise for save-some-buffers
2513         to always save the session file.
2514         (type-break-mode-line-message-mode, type-break-query-mode):
2515         Uppercase arguments.
2516         (type-break-file-time, type-break-file-keystroke-count, timep)
2517         (type-break-choose-file, type-break-get-previous-time)
2518         (type-break-get-previous-count): New defuns.
2519         (type-break): Avoid break querying after a completed break in the
2520         case where the query was initiated during user invocation of the
2521         break.  Optional terse messages.
2522         Use type-break-good-break-interval if type-break-good-rest-interval is
2523         nil.  File the break time.
2524         (type-break-schedule): New optional args for overriding the use of
2525         the current time.
2526         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2527         after a break.
2528         (type-break-check): File the keystroke count.
2529         (type-break-do-query): Prevent a second query when the break is
2530         interrupted.  Optional terse message.
2531         (type-break-keystroke-reset): Record the start of a typing interval.
2532         (type-break-demo-boring): Optional terse messages.  Display word
2533         per minute and keystroke counts according to
2534         type-break-demo-boring-stats.
2536 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
2538         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2539         directories, make sure they exist under archive-tmpdir.
2541 2004-04-27  Juri Linkov  <juri@jurta.org>
2543         * help.el (view-emacs-news): With argument, display info for the
2544         selected version by finding it among different NEWS files, and
2545         narrowing the buffer to the selected version.
2547         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2548         same-window-buffer-names.
2549         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
2550         non-numeric prefix argument, append the number to the buffer name
2551         for numeric prefix argument.
2552         (info-other-window): Bind same-window-regexps to nil.
2553         (Info-reference-name): Rename to Info-point-loc.
2554         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2555         and Info-find-index-name for stringy Info-point-loc.
2556         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
2557         without middle `.', but with final `.' and optional line number
2558         for it.  Set Info-point-loc for index nodes.
2559         (Info-index): Remove middle `.' from index entry regexp.
2560         Modify line number regexp.
2561         (Info-index-next): Decrement line number.
2562         (info-apropos): Remove middle `.' from index entry regexp.
2563         Add optional line number regexp at the end.  Add matched value
2564         for line number to the result list and insert it to the buffer.
2565         Replace match-string by match-string-no-properties.
2566         Reorder result list.
2567         (Info-fontify-node): Hide index line numbers.
2568         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2569         empty matches.
2570         (Info-follow-reference): Use `str' instead of
2571         Info-following-node-name-re.
2572         (Info-toc): Use full file names.  Set Info-current-node to "Top".
2573         (Info-fontify-node): Compare file names without directory name.
2574         (Info-try-follow-nearest-node): Don't set Info-reference-name.
2575         Set second arg of Info-extract-menu-node-name for index nodes.
2576         (info-xref-visited): Use magenta3 instead of magenta4.
2577         (Info-mode): Add info-apropos to docstring.
2579         * log-view.el (log-view-diff): Replace interactive code "r"
2580         by a list to allow to call it even if region is not active.
2582         * paren.el (show-paren-highlight-openparen): New var.
2583         (show-paren-function): Turn on openparen highlighting when
2584         matching forward if show-paren-highlight-openparen is non-nil.
2586         * simple.el (kill-ring-save): Use blink-matching-delay instead of
2587         the constant value 1.
2588         (completions-common-part): Expand docstring.
2590         * textmodes/picture.el (picture-mode-map): Add arrow keys.
2592 2004-04-27  Kim F. Storm  <storm@cua.dk>
2594         * image.el (insert-sliced-image): Use line-height instead of
2595         line-spacing property on newline.
2597 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
2599         * desktop.el (desktop-buffer-misc-data-function): Rename to
2600         desktop-save-buffer and change docstring.
2601         (desktop-buffer-modes-to-save): Delete.
2602         (desktop-save-buffer-p): Use desktop-save-buffer instead of
2603         desktop-buffer-modes-to-save.
2604         (desktop-save): Rename desktop-buffer-misc-data-function to
2605         desktop-save-buffer and allow non-function value.
2606         (desktop-missing-file-warning): Correct docstring.
2608         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2609         to desktop-save-buffer.
2611         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2612         desktop-save-buffer.
2614         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2616         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2618 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
2620         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2622 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
2624         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2625         (ielm): Only go to the end of the buffer when starting a new process.
2627 2004-04-25  Juanma Barranquero  <lektu@terra.es>
2629         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2630         mode line.  Bind `inhibit-read-only' to t before modifying
2631         properties of text in the buffer.
2632         (ielm): Force point to the end of buffer, even when running ielm
2633         from inside itself.
2635 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
2637         * info.el (info-apropos): Reset Info-complete-cache.
2639 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
2641         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2642         Also recognize severe Irix et al. messages.
2643         (compilation-normalize-filename, compile-abbreviate-directory):
2644         Delete functions.
2645         (compilation-get-file-structure): New function inherits
2646         functionality of the two preceding ones.
2647         (compilation-internal-error-properties, compilation-fake-loc):
2648         Use it so that different paths to the same file share the same
2649         markers.  Also optimize finding adjacent marker slightly.
2651 2004-04-25  Kim F. Storm  <storm@cua.dk>
2653         * image.el (insert-sliced-image): Add line-spacing t property
2654         to newlines separating image lines.
2656 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2658         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2660         * ielm.el (ielm-prompt-read-only): New user option.
2661         (ielm-prompt): Expand docstring to describe new behavior.
2662         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2663         mention it in the docstring.
2665 2004-04-24  Andreas Schwab  <schwab@suse.de>
2667         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2669         * diff.el (diff): Set default-directory in diff buffer.
2671 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
2673         * mail/sendmail.el (mail-bury): Don't delete the frame where the
2674         mail was being composed if the terminal cannot display more than
2675         one frame; instead, switch to previous frame.
2677         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2678         (rmail-start-mail): Support rmail-mail-new-frame even on
2679         terminals that can display only one frame at a time.
2681 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2683         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2684         (checkdoc-output-font-lock-keywords): Remove error regexp.
2685         (checkdoc-output-mode-map): Remove.
2686         (checkdoc-output-mode): Derive from compilation-mode.
2687         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2689         * dired.el (dired-mode-map): Add a menu entry for wdired.
2691         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2692         (rx-bracket, rx-check-any, rx-any): Clean up name space.
2694         * wdired.el: (wdired-mode-map): Move init into declaration.
2695         Fix `return' binding.
2696         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2697         Use force-mode-line-update.
2698         (wdired-get-filename): Use `unless'.
2699         (wdired-preprocess-files): Don't assume names have no \n and use / for
2700         dir separator.
2701         (wdired-normalize-filename): Use replace-regexp-in-string.
2702         (wdired-load-hooks): Remove.
2703         (wdired-mode-hooks): Rename to wdired-mode-hook.
2705         * info-look.el: Add support for cfengine-mode.
2706         (info-lookup-setup-mode): Use dolist.
2708 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
2710         * wdired.el: New file.
2712 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2714         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2716         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2717         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2718         (pcomplete--help, pcomplete--here): Doc fixes.
2720 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
2722         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2723         handles wrong-number-of-arguments in backend call.
2725         * vc.el (vc-print-log): Likewise.
2727 2004-04-20  Dave Love  <fx@gnu.org>
2729         * emacs-lisp/rx.el: Doc fixes.
2730         (rx-constituents): Add/extend many forms.
2731         (rx-check): Check form is a list.
2732         (bracket): Defvar.
2733         (rx-check-any, rx-any, rx-check-not): Modify.
2734         (rx-not): Simplify.
2735         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2736         (rx-kleene): Use rx-trans-forms.
2737         (rx-quote-for-set): Delete.
2738         (rx): Allow multiple args.
2740 2004-04-23  Kenichi Handa  <handa@m17n.org>
2742         * international/mule-util.el (char-displayable-p): Simplify by
2743         using internal-char-font.
2745 2004-04-23  Juanma Barranquero  <lektu@terra.es>
2747         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2749 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2751         * diff-mode.el (diff-next-error): New fun.
2752         (diff-mode): Use it.
2754         * simple.el (next-error): Change arg name.
2755         Add support for the documented C-u C-x ` usage.
2757         * frame.el (special-display-popup-frame, next-multiframe-window)
2758         (previous-multiframe-window): Only consider frames on same display.
2760 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
2762         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2763         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2765 2004-04-22  Kim F. Storm  <storm@cua.dk>
2767         * net/telnet.el (telnet): Add optional port arg.
2769 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2771         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2772         Minor sanity check on the `hyperlink' slot.
2774         * Makefile.in (recompile): Compile new files.
2776         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2777         Add byte-recompile-directory's optional `arg'.
2779         * cvs-status.el (cvs-tree-use-charset): New var.
2780         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2781         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2782         (cvs-status-cvstrees): Use it.
2784         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2785         Make it a normal major mode.
2786         (checkdoc-buffer-label): Make sure the file name is meaningful.
2787         (checkdoc-output-to-error-buffer): Remove.
2788         (checkdoc-error, checkdoc-start-section): Rewrite.
2790         * info.el (info-node, info-menu-5, info-xref, info-header-node)
2791         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2792         (Info-title-4-face): Use new syntax.
2793         (info-xref-visited): Inherit from info-xref.
2795         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2797 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2799         * simple.el (next-error-last-buffer, next-error-function):
2800         New variables for the next-error framework.
2801         (next-error-buffer-p): New function.
2802         (next-error-find-buffer): Generalize compilation-find-buffer.
2803         (next-error, previous-error, first-error, next-error-no-select)
2804         (previous-error-no-select): Move from compile.el.
2806         * replace.el (occur-next-error, occur-1): Hook into the next-error
2807         framework.
2809         * progmodes/compile.el (compilation-start):
2810         Set next-error-last-buffer so next-error knows where to jump.
2811         (compilation-setup): Set the buffer-local variable
2812         next-error-function to 'compilation-next-error-function.
2813         (compilation-buffer-p, compilation-buffer-internal-p): Use an
2814         alternate way to find if a buffer is a compilation buffer, for
2815         next-error convenience.
2816         (next-error-no-select, previous-error-no-select, next-error)
2817         (previous-error, first-error): Move to simple.el.
2818         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2819         (compilation-last-buffer): Remove.
2820         (compilation-start, compilation-next-error, compilation-setup)
2821         (compilation-next-error-function, compilation-find-buffer):
2822         Remove compilation-last-buffer use.
2824 2004-04-21  Juanma Barranquero  <lektu@terra.es>
2826         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2827         (font-lock-warning-face): Fix spacing.
2829         * makefile.w32-in (WINS): Add url/ directory.
2831 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
2833         * desktop.el (desktop-buffer-mode-handlers): New variable.
2834         Alist of major mode specific functions to restore a desktop buffer.
2835         (desktop-buffer-handlers): Make variable obsolete.
2836         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2837         Catch errors signaled in handlers.  Update buffer count.
2838         Evaluate desktop-buffer-point.
2839         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2840         move to dired.el.
2841         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2842         move to info.el.
2843         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2844         move to mail/rmail.el.
2845         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2846         to mh-e/mh-e.el.
2847         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2848         On fail, print message (to message buffer) even if
2849         desktop-missing-file-warning is nil.
2850         (desktop-buffer-misc-data-function): New buffer local variable.
2851         Function returning major mode specific data.
2852         (desktop-buffer-misc-functions): Make variable obsolete.
2853         (desktop-save): Use desktop-buffer-misc-data-function.
2854         (desktop-buffer-dired-misc-data): Rename to
2855         dired-desktop-buffer-misc-data and move to dired.el.
2856         (desktop-buffer-info-misc-data): Rename to
2857         Info-desktop-buffer-misc-data and move to info.el.
2858         (desktop-read): Add message about number of buffers restored/failed.
2860         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2861         Add parameters.  Pause to display error only when
2862         desktop-missing-file-warning is non-nil.
2863         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2864         (dired-mode): Bind desktop-buffer-misc-data-function.
2866         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2867         Add Parameters.
2868         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
2869         (Info-mode): Bind desktop-buffer-misc-data-function.
2871         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2872         Add Parameters.
2874         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2875         Add Parameters.
2877 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
2879         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2880         the case of letters in case-insensitive expansions when the
2881         abbrev is preceded by characters with letter syntax.
2883 2004-04-21  Richard M. Stallman  <rms@gnu.org>
2885         * progmodes/cperl-mode.el (cperl-putback-char):
2886         Delete Emacs 18 definition.
2888         * international/mule.el (ctext-post-read-conversion):
2889         Use assoc-string, not assoc-ignore-case.
2891         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2893         * emacs-lisp/easymenu.el (easy-menu-add):
2894         Do call x-popup-menu, but only if it's defined.
2896         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2898         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2899         Handle multiple args: compile like progn.
2901         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2902         take all args as &rest arg.
2904         * autoinsert.el (auto-insert-alist): Insert the user's name in
2905         copyright notice, rather than Free Software Foundation.
2907 2004-04-21  Kenichi Handa  <handa@m17n.org>
2909         * descr-text.el (describe-char): Make it work on *Help* buffer.
2911 2004-04-21  Kim F. Storm  <storm@cua.dk>
2913         * image.el (insert-image): Add optional SLICE arg.
2914         (insert-sliced-image): New defun.
2916 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2918         * subr.el (read-number): Check whether `default' is nil.
2920 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * progmodes/compile.el (compilation-error-properties):
2923         Split into two.
2924         (compilation-internal-error-properties): New one.
2925         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
2927 2004-04-20  Richard M. Stallman  <rms@gnu.org>
2929         * window.el (split-window-save-restore-data):
2930         Don't update the data if OLD-INFO is nil.
2932         * view.el (view-return-to-alist): Mark it permanent local.
2934         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
2936         * recentf.el (recentf-save-list): Catch and warn about errors.
2938         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
2939         so "Buffers" won't be pure.
2941         * help-mode.el (help-mode-finish): Set help-return-alist first
2942         thing, setting only the entry for the selected window.
2944         * help-fns.el (describe-function-1): If many non-control non-meta
2945         keys run the command, don't list all of them.
2947 2004-04-20  Juanma Barranquero  <lektu@terra.es>
2949         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
2950         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
2952         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
2954 2004-04-20  Kenichi Handa  <handa@m17n.org>
2956         * international/quail.el (quail-lookup-key): New optional arg
2957         NOT-RESET-INDICES.
2958         (quail-get-translations): Call quail-lookup-key with
2959         NOT-RESET-INDICES t.
2960         (quail-completion): Likewise.
2961         (quail-lookup-map-and-concat): Likewise.
2963 2004-04-20  Kenichi Handa  <handa@m17n.org>
2965         * international/quail.el (quail-update-translation): Don't insert
2966         such an unsupported multibyte char in a unibyte buffer.
2968 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
2970         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
2971         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
2972         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
2973         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
2974         (gdb-frame-assembler-buffer): Improve behaviour with
2975         multiple frames.
2976         (gdb-display-buffer): Extend search to all visible frames.
2978 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
2980         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
2981         characters left after base64 decoding.
2982         (rmail-decode-region): Use -dos variety of `coding', to remove any
2983         ^M characters left after qp or base64 decoding.
2985 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2987         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
2988         messages.
2990 2004-04-19  Stephen Eglen  <stephen@gnu.org>
2992         * add-log.el (add-change-log-entry): Update doc string to mention
2993         add-log-full-name and add-log-mailing-address.
2995 2004-04-18  Juri Linkov  <juri@jurta.org>
2997         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
2998         (Info-find-node-2): Simplify error message.
2999         (Info-insert-dir): Use Info-following-node-name.
3000         (Info-goto-node): Remove *info-history* and *info-toc*.
3001         (Info-history): Create a node of the virtual history file.
3002         (Info-toc): Create a node of the virtual toc file.
3003         (Info-insert-toc): New arg `curr-file' for reference file names.
3004         (info-apropos): Remove redundant var binding for temp-file.
3005         (Info-index, Info-index-next, Info-mode): Doc fix.
3006         (Info-goto-emacs-command-node): Don't jump to *info* from
3007         non-*info* Info buffers.
3008         (Info-fontify-node): Don't show the file name of external
3009         references if `Info-hide-note-references' is `hide'.  Don't hide
3010         newlines at the end of paragraphs.
3012         * international/mule-diag.el (list-input-methods):
3013         Fix args to help-xref-button.
3015         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3016         to put into effect local variables from TUTORIAL files.
3018         * textmodes/paragraphs.el (sentence-end) <function>: New fun
3019         with default value taken from the variable `sentence-end'.
3020         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
3021         Add nil const to :type.
3022         (sentence-end-without-period, sentence-end-double-space)
3023         (sentence-end-without-space): Doc fix.
3025         * textmodes/paragraphs.el (forward-sentence):
3026         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3027         (fill-delete-newlines):
3028         * progmodes/cc-cmds.el (c-beginning-of-statement):
3029         Use function `sentence-end' instead of variable `sentence-end'.
3031 2004-04-18  Andreas Schwab  <schwab@suse.de>
3033         * progmodes/compile.el (compilation-start): Set window start to
3034         point-min if compilation-scroll-output is nil.
3036 2004-04-18  John Wiegley  <johnw@newartisans.com>
3038         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3040 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
3042         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3043         (gdb-info-breakpoints-custom): Revert previous change.
3044         (gdb-view-assembler): Update assembler if necessary.
3045         (gdb-frame-handler): Parse correctly for gdb-current-frame.
3046         (gdb-display-source-buffer): Update properly when both source and
3047         assembler are visible.
3049 2004-04-17  John Wiegley  <johnw@newartisans.com>
3051         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3052         which limits the number of names shown in the minibuffer.  Off by
3053         default.
3054         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
3055         up iswitchb for users with a multitude of open buffers by showing
3056         only the first and last N/2 buffers in the completion list (which
3057         is enough to aid C-s/C-r, and to know that more characters are
3058         needed to refine the completion list).
3060 2004-04-17  Richard M. Stallman  <rms@gnu.org>
3062         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3063         (file-truename): Expand all ~ constructs directly.
3064         (insert-directory): Delete any error msg output by the
3065         `insert-directory-program'.
3067         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3068         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3069         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3070         (allout-init): Use find-file-hook, not find-file-hooks.
3071         (allout-mode): Eliminate Emacs 18 support.
3072         Use write-contents-functions, not local-write-file-hooks.
3074 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
3076         * progmodes/compile.el (compilation-error-properties): Fix for
3077         adding messages when there are already markers for their file.
3078         (compilation-fake-loc): New function.
3080 2004-04-16  Dave Love  <fx@gnu.org>
3082         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3083         (python-load-file): Fix python-orig-start setting.
3085         * progmodes/compile.el: Doc fixes.
3086         (compilation-error-regexp-alist-alist)
3087         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3088         (compilation-assq): Wrap in eval-when-compile.
3089         (compilation-mode-font-lock-keywords): Don't use list*.
3090         (compilation-start): Avoid warning.
3091         (compilation-compat-error-properties)
3092         (compilation-directory-properties): Add keymap property.
3093         (compilation-parsing-end): Make it a marker for better compatibility.
3095         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3097 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
3099         * xml.el: Doc fixes.
3100         (xml-get-children): Only looks at sub-tags and ignore strings.
3102         * xml.el (xml-parse-tag): Avoid overwriting node-name.
3104 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3108 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
3110         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3112         * vc.el (vc-print-log): Likewise.
3114 2004-04-16  Masatake YAMATO  <jet@gyve.org>
3116         * simple.el (completion-setup-function): Set an initial value
3117         to `element-common-end' before entering loop.  Set a value
3118         to `element-common-end' at the end of loop.
3119         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3120         (completions-common-part): Rename from completion-de-emphasis.
3121         (completions-first-difference): Rename from completion-emphasis.
3122         Suggested by RMS.
3124 2004-04-16  Juanma Barranquero  <lektu@terra.es>
3126         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3127         (bookmark-edit-annotation-mode): Add mode name.
3129 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3131         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3132         for nested conflict markers.
3133         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3135 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
3137         * progmodes/gdb-ui.el (gdb-goto-info): New function.
3139         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3141 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3143         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3144         Give a backtrace if requested.
3146         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3148         * progmodes/python.el (python-mouse-2-command, python-RET-command):
3149         Remove unused functions.
3150         (python-orig-start-line, python-orig-file): Remove.
3151         (python-orig-start): New var.
3152         (python-input-filter, python-compilation-line-number)
3153         (python-send-region, python-load-file): Use it.
3155         * info.el (info): Always jump to *info*.
3157         * subr.el (posn-set-point): New function.
3159         * mouse.el (mouse-set-point): Use it.
3161         * progmodes/compile.el (compile-goto-error): Use it.
3162         (compilation-button-map): New keymap.
3163         (compilation-error-properties): Use it.
3164         (compilation-shell-minor-mode-map): Don't bind mouse-2.
3166         * smerge-mode.el (smerge-popup-context-menu): Use it.
3168         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3169         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3170         mouse and non-mouse case.
3172         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3173         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3175         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3176         Make it work for non-mouse events.
3178         * pcvs-info.el (cvs-status-map): Update binding name.
3180 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
3182         * xml.el (xml-maybe-do-ns): New function to handle namespace
3183         parsing of both attribute and element names.
3184         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3185         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3186         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
3187         (xml-parse-attlist): Make it do its own namespace parsing.
3189 2004-04-14  Dave Love  <fx@gnu.org>
3191         * progmodes/python.el (run-python): Fix use of \n.
3192         (python-load-file): Remove `try' from Python fragment.
3193         (python-describe-symbol): Fix message.
3195         * comint.el: Doc fixes.
3196         (comint-last-input-start, comint-last-input-end)
3197         (comint-last-output-start): Give them values.
3198         (comint-arguments): Avoid warning.
3199         (comint-skip-prompt): Use line-end-position.
3200         (comint-backward-matching-input): Rename arg to agree with doc.
3201         (comint-extract-string): Use syntax-ppss.
3202         (comint-dynamic-simple-complete): Delete useless list construction.
3203         (comint-redirect-subvert-readonly): New.
3204         (comint-redirect-preoutput-filter): Use it.
3206         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3207         Correctly handle negative arguments when calling hook functions.
3209 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
3211         * info.el (info-apropos): Don't clobber Info-history-list.
3213 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
3215         * progmodes/compile.el (compilation-setup):
3216         Localize overlay-arrow-position.
3217         (compilation-sentinel): Restructure code equivalently.
3218         (compilation-next-error): Find message on same line after point if
3219         not found before point.
3220         (compile-mouse-goto-error): Restore function so that compilation
3221         buffer need not be current and use compile-goto-error.
3222         (compile-goto-error): Restore function.
3223         (next-error): Set overlay-arrow-position.
3224         (compilation-forget-errors): Don't localize already local
3225         compilation-locs and remove FIXME about refontifying.
3227 2004-04-14  Kim F. Storm  <storm@cua.dk>
3229         * startup.el (emacs-quick-startup): New defvar (set by -Q).
3230         (command-line): New option -Q.  Like -q --no-site-file, but
3231         in addition it also disables menu-bar, tool-bar, scroll-bars,
3232         tool-tips, and the blinking cursor.
3233         (command-line-1): Skip startup screen if -Q.
3234         (fancy-splash-head): Use ":align-to center" prop to center splash image.
3236         * emulation/cua-base.el (cua-read-only-cursor-color)
3237         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3239 2004-04-13  Dave Love  <fx@gnu.org>
3241         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
3242         (syntax): Don't require.
3243         (python) <defgroup>: Add :version.
3244         (python-quote-syntax): Re-written.
3245         (inferior-python-mode): Move stuff here from run-python and add
3246         some more.
3247         (python-preoutput-continuation, python-preoutput-result)
3248         (python-dotty-syntax-table): New.
3249         (python-describe-symbol): Use them.
3250         (run-python): Move stuff to inferior-python-mode.  Modify code
3251         loaded into Python.
3252         (python-send-region): Use python-proc, python-send-string.
3253         (python-send-string): Send newlines too.  Callers changed.
3254         (python-load-file): Re-written.
3255         (python-eldoc-function): New.
3256         (info-look): Don't require.
3257         (python-after-info-look): New.  A modified version of former
3258         top-level code for use with eval-after-load.
3259         (python-maybe-jython, python-guess-indent): Use widened buffer.
3260         (python-fill-paragraph): Re-written.
3261         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
3262         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
3264 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3267         Set compilation-error-regexp-alist earlier.
3269         * progmodes/compile.el (compilation-minor-mode-map)
3270         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3271         (compile-goto-error): Re-merge the mouse and non-mouse commands.
3273 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * progmodes/compile.el (compile-goto-error): Select the buffer/window
3276         corresponding to the event.
3278 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
3280         * loadup.el: Add cygwin to system-type list, for unexec() support.
3282 2004-04-12  John Paul Wallington  <jpw@gnu.org>
3284         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3285         (ibuffer-restore-window-config-on-quit): New variable to replace
3286         `ibuffer-delete-window-on-quit'.  Update all references.
3287         (ibuffer-prev-window-config): New variable.
3288         (ibuffer-quit): Restore previous window configuration instead of
3289         deleting window.
3290         (ibuffer): Save window configuration before showing Ibuffer buffer.
3292         * help.el (describe-mode): Doc fix.
3294 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3296         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3297         not to treat nil as a function.
3299         * vc-arch.el (vc-arch-root): Be a bit more careful.
3300         (vc-arch-register): Save the buffer if we modified it.
3301         (vc-arch-delete-rej-if-obsolete): Save excursion.
3302         (vc-arch-find-file-hook): Use the simpler after-save-hook.
3303         (vc-arch-responsible-p, vc-arch-init-version): New functions.
3305         * net/ldap.el (ldap-search): Use list*.
3307 2004-04-12  Juri Linkov  <juri@jurta.org>
3309         * info.el (Info-follow-reference): Allow multiline reference name.
3311 2004-04-11  Dave Love  <fx@gnu.org>
3313         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3315         * progmodes/python.el: New file.
3317 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
3319         * vc-hooks.el (vc-arg-list): Function removed.
3320         (vc-default-workfile-unchanged-p): Use condition-case to check for
3321         backward compatibility.
3323         * vc.el (vc-print-log): Use condition-case to check for backward
3324         compatibility.
3326 2004-04-11  Juri Linkov  <juri@jurta.org>
3328         * dired.el (dired-faces): New defgroup.
3329         (dired-header, dired-mark, dired-marked, dired-flagged)
3330         (dired-warning, dired-directory, dired-symlink, dired-ignored):
3331         New faces.
3332         (dired-header-face, dired-mark-face, dired-marked-face)
3333         (dired-flagged-face, dired-warning-face, dired-directory-face)
3334         (dired-symlink-face, dired-ignored-face): New face variables.
3335         (dired-font-lock-keywords): Use them instead of font-lock faces.
3336         Split the rule for dired marks into 3 separate rules: for marks,
3337         marked file names and flagged file names.
3339         * help-mode.el (help-make-xrefs): Add a final newline to the
3340         *Help* buffer.
3342 2004-04-11  John Paul Wallington  <jpw@gnu.org>
3344         * replace.el (occur-engine): Distinguish between one and several
3345         matches in the matches per buffer heading.
3347 2004-04-11  Kim F. Storm  <storm@cua.dk>
3349         * ido.el (ido-confirm-unique-completion): New defcustom.
3350         (ido-complete): Use it.
3351         (ido-write-file): Set it to t unconditionally.
3353 2004-04-10  Miles Bader  <miles@gnu.org>
3355         RCS keyword removal (only non-comment changes are enumerated here):
3357         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3358         (byte-compile-insert-header): Don't use `byte-compile-version'.
3359         * forms.el (forms-version): Variable removed.
3360         (forms-mode): Don't use `forms-version'.
3361         * recentf.el (recentf-version): Variable removed.
3362         * progmodes/delphi.el (delphi-version): Variable removed.
3363         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3365 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3367         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3369 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
3371         * info.el (info-apropos): Improve menu item regexp.
3373 2004-04-09  Simon Josefsson  <jas@extundo.com>
3375         * mail/smtpmail.el: Add comment, based on report by
3376         kdc@rcn.com (Kevin D. Clark).
3378 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3381         Redo one more thing that I didn't notice Daniel had undone.
3383 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
3385         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3386         (gdb-goto-breakpoint, gdb-display-buffer)
3387         (gdb-display-source-buffer, gdb-view-source-function)
3388         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3389         (gdb-source-info, gdb-frame-handler): Don't specify a window
3390         for display.
3391         (gdb-info-breakpoints-custom): Remove superfluous update of
3392         assembler buffer.
3393         (gdb-many-windows): Make settable outside gdb.
3395 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
3397         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3398         Derive from fundamental-mode rather than text-mode.
3400 2004-04-08  Juri Linkov  <juri@jurta.org>
3402         * info.el (Info-history): Doc fix.
3403         (Info-history-list): New var.
3404         (info-xref): Change magenta4 to blue, remove bold for dark and
3405         light backgrounds, change bold to underline for non-color classes.
3406         (info-xref-visited): New face.
3407         (Info-fontify-visited-nodes): New custom.
3408         (Info-hide-note-references): Add new value `hide'.  Doc fix.
3409         (Info-reference-name): New var.
3410         (Info-selection-hook): New custom.
3411         (Info-edit-mode-hook): New var.
3412         (Info-find-file): New fun.
3413         (Info-find-node): Move part of code to Info-find-file.
3414         (Info-find-node-2): Add anchors to Info-history-list.  Move point
3415         to the place with the reference name if name is defined.
3416         (Info-select-node): Add current node to Info-history-list.
3417         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3418         (Info-search-whitespace-regexp): New custom.
3419         (Info-search-case-fold): New var.
3420         (Info-search): Add "case-sensitively" to the prompt.
3421         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
3422         (Info-search-case-sensitively, Info-search-next): New fun.
3423         (Info-up): Move point to the menu item of the current node.
3424         (Info-history): New fun.  Add *info-history* to
3425         same-window-buffer-names.
3426         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
3427         (Info-insert-toc): New fun.
3428         (Info-build-toc): New fun.
3429         (Info-follow-reference): Add new arg `fork'.  Doc fix.
3430         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
3431         with the same name prefer the reference closest to point.
3432         (Info-next-reference): Replace * by + in the *Note regexp.
3433         Add regexp for http:// and ftp://.  Skip the *Note prefix.
3434         (Info-prev-reference): Replace * by + in the *Note regexp.
3435         Add regexp for http:// and ftp://.  Skip the *Note prefix.
3436         (Info-follow-nearest-node): Add new arg `fork'.
3437         (Info-try-follow-nearest-node): Add new arg `fork'.
3438         Call browse-url for http:// and ftp:// references.
3439         Set Info-reference-name for index entries.
3440         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3441         Info-search-next, Info-history, Info-toc, clone-buffer.
3442         (Info-menu-update): Replace * by + in the *Note regexp.
3443         (Info-mode): Add documentation for Info-history, Info-toc,
3444         Info-search-case-sensitively, Info-search-next, clone-buffer.
3445         (Info-fontify-menu-headers): Remove fun.  Move code to
3446         Info-fontify-node.
3447         (Info-fontify-node): Add docstring.  Add local vars
3448         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
3449         then fontify header line, titles, menu headers, http and ftp
3450         references, refill paragraphs.  If not-fontified-p is t or
3451         fontify-visited-p is t then fontify cross references, menu items.
3452         Fontify menu headers.  Fontify http and ftp references.
3453         Change regexp for cross references to require whitespace after *Note,
3454         add matching groups for file and node names.  Remove hack for quote.
3455         Use display property for Info-hide-note-references=t.  Use fifth
3456         or fourth match for help-echo.  Display visited nodes in a
3457         different face.  Unhide file names of external references.
3458         Unhide newlines.  Display visited menu items in a different face.
3460 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * progmodes/compile.el: Require CL.
3463         (compilation-mode-font-lock-keywords): Re-install the "line as
3464         function" patch.
3466         * help-fns.el (help-C-source-directory): New var.
3467         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3468         (describe-function-1, describe-variable): Use them.
3470         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3471         to C source files specially.
3473 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3475         * info.el (Info-hide-cookies-node): New function.
3476         (Info-select-node): Use it.
3477         (Info-display-images-node): Remove message with image file name.
3479 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
3481         * progmodes/compile.el (compilation-warning-face)
3482         (compilation-info-face, compilation-skip-threshold)
3483         (compilation-skip-visited, compilation-context-lines):
3484         Declare :version when added to Emacs.
3485         (compilation-error-regexp-alist-alist): Extend caml and irix.
3486         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3487         (compilation-mode-font-lock-keywords): Temporarily undo line as
3488         function patch, which wasn't ready.
3490 2004-04-07  Kenichi Handa  <handa@m17n.org>
3492         * international/latin1-disp.el (latin1-display-setup): Check each
3493         character is displayable or not instead of calling
3494         latin1-display-check-font.
3496 2004-04-06  Kenichi Handa  <handa@m17n.org>
3498         * language/ethio-util.el (ethio-sera-being-called-by-w3):
3499         New variable.
3500         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3501         instead of sera-being-called-by-w3.
3502         (ethio-fidel-to-sera-buffer): Likewise.
3503         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3504         instead of sera-being-called-by-w3.
3505         (ethio-write-file): Likewise.
3507 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3509         * printing.el: Doc fix.
3511 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
3513         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3514         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3515         (gdb-setup-windows): Only use separate IO buffer if required.
3517 2004-04-06  Kim F. Storm  <storm@cua.dk>
3519         * term.el (term-is-xemacs): Remove.
3520         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3521         (term-window-width): New function.
3522         (term-mode, term-check-size): Use it.
3523         (term-mode): Disable overflow-newline-into-fringe in term buffer.
3525 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3527         * cus-edit.el (custom-add-parent-links): Change unbound variable
3528         `symbol' to `name'.
3530 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3531         * info.el (info-apropos): New function.
3532         (Info-mode-menu): Add it.
3533         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3535         * help-mode.el (help-make-xrefs): Recognize aliased variable with
3536         inherited docstring.
3538         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3540 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3544         * progmodes/compile.el (font-lock): Don't require any more.
3545         (compilation-error-properties, compilation-start, compilation-sentinel)
3546         (compilation-filter, next-error): Use with-current-buffer.
3547         (compilation-skip-to-next-location, compilation-skip-threshold)
3548         (compilation-skip-visited): Move to silence the byte-compiler.
3549         (compilation-setup): Simplify.
3550         (compilation-next-error): Use line-(beginning|end)-position.
3551         Make sure `pt' is non-nil before using compilation-loop.
3552         (compile-goto-error): Add optional event arg.  Use it.
3553         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3554         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3555         Update the binding for mouse-2.
3556         (first-error): Set compilation-current-error to nil rather than bob.
3557         (compilation-parsing-end, compilation-parse-errors-function)
3558         (compilation-error-list, compilation-old-error-list):
3559         "New" compatibility variables.
3560         (compile-buffer-substring, compilation-compat-error-properties)
3561         (compilation-compat-parse-errors, compilation-forget-errors):
3562         New compatibility functions.
3563         (compilation-mode-font-lock-keywords): Use them.
3565 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3567         * autorevert.el (auto-revert-handler): If point (or a window
3568         point) is at the end of the buffer, keep it there after
3569         reverting.  This allows to tail a file.
3570         Mention this in the `Commentary'.
3572         * format.el (format-write-file): Add optional argument CONFIRM
3573         and make it behave like the analogous argument to `write-file'.
3575 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3577         * progmodes/ebnf2ps.el: Doc fix.
3578         (ebnf-version): New version number (4.2).
3579         (ebnf-syntax): Customization and docstring fix.
3580         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3581         Put autoloaded funs before first use.
3582         (ebnf-style-database): Add dtd entry.
3583         (ebnf-syntax-alist): Add dtd initialization.
3584         (ebnf-token-sequence): New fun.
3585         (ebnf-comment-table): Add new comment action character.
3586         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3588         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3589         Type Definition for XML).
3591         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3592         * progmodes/ebnf-bnf.el (ebnf-sequence):
3593         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3594         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3595         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3596         Code simplification: call ebnf-token-sequence.
3598 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
3600         * calendar/timeclock.el (timeclock-relative)
3601         (timeclock-get-project-function, timeclock-get-workday-function)
3602         (timeclock-query-out, timeclock-when-to-leave)
3603         (timeclock-when-to-leave-string, timeclock-log-data)
3604         (timeclock-generate-report, timeclock-in): Doc fixes.
3606 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * url/: New dir.  Import the URL package from its repository.
3610 2004-04-03  Andreas Schwab  <schwab@suse.de>
3612         * diff-mode.el (diff-mode): Fix missing quote.
3614 2004-04-03  Juri Linkov  <juri@jurta.org>
3616         * descr-text.el (describe-property-list): Add `font-lock-face'.
3618         * dired.el (dired-font-lock-keywords): Fix permission regexps.
3620 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3622         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3623         Use utf-16le on little endian machines and utf-16be otherwise.
3625 2004-04-02  David Kastrup  <dak@gnu.org>
3627         * net/browse-url.el (browse-url-generic): Use call-process
3628         instead of start-process to allow browsers that fork and detach.
3630 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
3632         * compile.el (compilation-current-error): New var.
3633         (compilation-setup, compile-mouse-goto-error)
3634         (compile-goto-error, next-error): Use it.
3635         (compilation-skip-to-next-location): Default to t, which gives
3636         contiguous skipping like old compile (where this was redundant).
3637         (compilation-next-error): Prevent previous-* commands from moving
3638         back to message at or just before point.
3640 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
3642         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3643         (gdb-source-info): Don't display source at startup, if required.
3644         (gdb-show-main): New option.
3645         (gdba): Update documentation.
3646         (gdb-source): Cover case of auto-display output.
3648 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3650         * autorevert.el: Delete obsolete autoload's and defvar's.
3651         (auto-revert-check-vc-info): New user option.
3652         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3653         (auto-revert-handler-vc): Delete.
3654         (auto-revert-handler): Treat return value `fast' of
3655         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
3657         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3658         return `fast'.
3660         * files.el (buffer-stale-function): Doc change.
3662 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3664         * printing.el: New tip on Tips section.
3665         (pr-version): New version number (6.7.4).
3666         (pr-shell-file-name): Initialization fix.
3668 2004-03-31  Juri Linkov  <juri@jurta.org>
3670         * dired.el: Add autoload for `dired-do-touch'.
3671         (dired-touch-program): New var.
3672         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3673         (dired-no-confirm): Add `touch' to docstring.
3675         * dired-aux.el (dired-do-touch): New fun.
3676         (dired-do-chxxx): Add argument -t for touch operation.
3678         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3679         `dired-move-to-filename-regexp'.
3681 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
3683         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3685 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3687         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3688         and only if the buffer was modified.
3690 2004-03-30  Kenichi Handa  <handa@m17n.org>
3692         * international/characters.el: Delete pairs for U+2308..U+230B.
3694 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
3696         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3697         to detect the beginning of a level 2 or 3 annotation.
3699 2004-03-29  Kenichi Handa  <handa@m17n.org>
3701         * international/ucs-tables.el (ucs-insert): Fix the error message.
3703 2004-03-29  Kenichi Handa  <handa@m17n.org>
3705         * international/mule-util.el (char-displayable-p): Fix generation
3706         of XLFD file name.
3708         * Makefile.in (setwins, setwins_almost): Change directory to $wd
3709         before finding directories by `find'.
3711 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3713         * subr.el (interactive-form): Delete.  Now implemented in C.
3715         * pcvs.el (cvs-parse-process): Workaround for Darwin.
3717         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3718         (vc-diff-label): New fun.
3719         (vc-diff-internal): Use it.
3721         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3723 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3725         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3727         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3728         specify XML (EBNFX).
3730         * progmodes/ebnf2ps.el: Doc fix.
3731         (ebnf-version): New version number (4.1).
3732         (ebnf-syntax): Adjust customization.
3733         (ebnf-style-database): Add ebnfx entry.
3734         (ebnf-syntax-alist): Add ebnfx initialization.
3735         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3737         * printing.el: Doc fix.
3738         (pr-version): New version number (6.7.3).
3739         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3740         returns nil for mouse position.  Reported by Drew Adams
3741         <drew.adams@oracle.com>.
3742         (pr-update-menus): Modify interactive declaration.  Reported by Drew
3743         Adams <drew.adams@oracle.com>.
3745 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
3747         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3748         (gud-gdba-marker-filter): Log the process input and output, if
3749         required.  From Stefan Monnier.
3750         (gdb-debug-log, gdb-enable-debug-log): New variables.
3751         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3753 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3755         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3756         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3758 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
3760         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3761         Call vc-find-file-hook here instead of in auto-revert-buffers.
3762         (auto-revert-buffers): Delete call to vc-find-file-hook.
3763         (auto-revert-verbose, global-auto-revert-non-file-buffers)
3764         (global-auto-revert-mode, auto-revert-set-timer)
3765         (auto-revert-handler, auto-revert-buffers): Doc fixes.
3767 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3769         * woman.el (woman-change-fonts): Rename local variable
3770         woman-font-alist to font-alist to avoid a compiler warning.
3772 2004-03-27  Dave Love  <fx@gnu.org>
3774         * emacs-lisp/rx.el (rx): Doc fix.
3775         Fix copyright years.
3777         * strokes.el (strokes-global-set-stroke-string): New function.
3778         (strokes-list-strokes): Cope with strings, not just commands.
3779         Set foreground colour of image.
3780         (strokes-global-set-stroke): Doc fix.
3782 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3784         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3785         Auto Revert mode.
3786         (Buffer-menu-files-only): New variable.
3787         (Buffer-menu-toggle-files-only): New function.
3788         (Buffer-menu-mode-map): Bind it to `T'.
3789         (Buffer-menu-mode): Mention `T' in docstring.
3790         Set buffer-stale-function.
3791         (list-buffers-noselect): Mark buffer non-modified and set
3792         Buffer-menu-files-only.
3794         * dired.el (buffer-stale-function): Remove no longer needed defvar.
3796         * autorevert.el (auto-revert-handler): Print revert message
3797         before, rather than after, reverting.
3798         (buffer-stale-function): Move to files.el.
3800         * files.el (buffer-stale-function): Move here from autorevert.el.
3802 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3806         * calc/calc.el (calc-mode-map): Use mapc.
3808         * apropos.el (apropos-mode): Don't autoload.
3809         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
3810         (apropos): Use it.
3811         (apropos-print): Add optional `text' argument.
3812         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3813         Don't assume point-min == 1.
3815         * bs.el (bs-buffer-list): Use buffer-local-value.
3816         (bs--set-toggle-to-show): Use with-current-buffer.
3818         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3819         New funs.
3820         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
3822         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3824         * dabbrev.el (dabbrev-expand): Fix regexp construction.
3825         (dabbrev--find-expansion): Use pop.
3826         (dabbrev--search): Use match-string-no-properties.
3828         * dired.el (dired-mode): Use run-mode-hooks.
3829         (dired-move-to-end-of-filename): Use match-string.
3831         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3832         is bound before using it.
3833         (ediff-verbose-p): Make it into a var since it's not constant.
3835         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3837         * faces.el (read-face-font): Don't cons up unnecessarily.
3838         (header-line, tool-bar): Share common parts.
3840         * files.el (file-relative-name): Use compare-strings.
3842         * finder.el (finder-mode): Follow coding convention.
3844         * subr.el (read-number): New function.
3846         * ses.el (ses-read-number): Move to subr.el.
3847         (ses-set-header-row): Use read-number.
3849 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
3851         * vc-hooks.el (vc-arg-list): New function, which handles both
3852         compiled and uncompiled code.
3853         (vc-default-workfile-unchanged-p): Use it.
3855         * vc.el (vc-print-log): Undo prev change, use new function
3856         vc-arg-list from vc-hooks.el.
3858 2004-03-26  Masatake YAMATO  <jet@gyve.org>
3860         * simple.el (completion-setup-function): Emphasize the
3861         first uncommon characters in the completions; and de-emphasize
3862         the common prefix substrings.
3863         (completion-emphasis): New face.
3864         (completion-de-emphasis): New face.
3866 2004-03-25  Juanma Barranquero  <lektu@terra.es>
3868         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3869         Comment out (it's unused and unfinished code).
3871 2004-03-25  Sam Steingold  <sds@gnu.org>
3873         * vc.el (vc-print-log): Fix a bug in the last patch:
3874         backend-function may be a byte-compiled object, not a lambda.
3876 2004-03-25  Juri Linkov  <juri@jurta.org>
3878         * descr-text.el (describe-property-list): Add a button
3879         for `face' property that calls `describe-face'.
3880         Suggested by luis fernandes <elf@ee.ryerson.ca>
3882         * international/mule.el (keyboard-coding-system):
3883         * kmacro.el (kmacro-call-macro): Fix docstring.
3885         * dired.el: Fix comments.
3887         * textmodes/fill.el (fill): Fix Info link.
3889         * font-lock.el (fast-lock, lazy-lock):
3890         * jit-lock.el (jit-lock): Remove links to removed Support Modes
3891         Info node.
3893         * eshell/eshell.el (eshell): Fix broken info-link.
3895         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3896         * eshell/em-banner.el (eshell-banner):
3897         * eshell/em-smart.el (eshell-smart):
3898         * eshell/esh-cmd.el (eshell-cmd):
3899         Comment out broken info-links to incomplete Info manual.
3901         * info-xref.el: Fix commentary.
3903 2004-03-25  Kevin Ryde  <user42@zip.com.au>
3905         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3906         Remove spurious node duplicate suppression, doesn't work, not wanted.
3907         (info-xref-output): Take format style args, add "sit-for 0" to let
3908         user see the results as they progress.
3909         (info-xref-check-all-custom): New function.
3911 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
3913         * gdb-ui.el: Moved to progmodes.
3915 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3919 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3921         * calendar/appt.el (appt-check): Remove superfluous progn.
3922         When finished with diary buffer: if it was not being displayed
3923         before, kill it; otherwise restore its original state.
3924         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
3926         * calendar/calendar.el (calendar-set-mode-line): Use total
3927         available mode-line width, rather than frame-width.
3929         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
3930         after mode change so effect not lost.
3932 2004-03-23  Dave Love  <fx@gnu.org>
3934         * dired.el (dired) <defgroup>: Add link to manual.
3935         (dired-font-lock-keywords): Add highlighting on unusual permissions.
3936         (dired-revert): Use dolist.
3937         (dired-mode-map): Add U binding.
3938         (dired-mode): Add font-lock-beginning-of-syntax-function.
3939         (dired-garbage-files-regexp): Make it a defcustom.
3941 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3943         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
3944         is equivalent to nil.
3945         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
3946         (vc-arch-mode-line-string): Accept `added' state.
3947         (vc-arch-state): Use inode-sigs if available.
3948         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
3949         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
3950         (vc-arch-tagline-re): New var.
3951         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
3952         New functions.
3953         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
3954         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
3956         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
3957         (vc-file-not-found-hook): Use it.
3959         * diff-mode.el (diff-default-read-only): Change default.
3960         (diff-mode-hook): Make it a defcustom.  Add some options.
3961         (diff-mode-map): Bind diff-refine-hook.
3962         (diff-yank-handler): New var.
3963         (diff-yank-function): New fun.
3964         (diff-font-lock-keywords): Use them.
3965         (diff-end-of-file): Handle case where file-header looks like diff text.
3966         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
3967         (diff-file-kill): Delete a subsequent empty line, if applicable.
3968         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
3969         (diff-find-file-name): Use it.
3970         (diff-tell-file-name): New command.
3971         (diff-mode): Be careful with view-mode.
3972         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
3973         New functions, for use in diff-mode-hook.
3974         (diff-find-source-location): Catch "regex too large" errors.
3975         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
3976         (diff-refine-hunk): New command.
3978         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
3979         (smerge-context-menu-map): Remove unused var.
3980         (smerge-keep-all): Preserve markers.
3981         (smerge-keep-n): New fun.
3982         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3983         (smerge-keep-current, smerge-ediff): Use it.
3984         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
3985         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3986         (smerge-resolve): Resolve trivial 3-part conflicts.
3988 2004-03-23  Juri Linkov  <juri@jurta.org>
3990         * man.el (Man-width): New var.
3991         (Man-getpage-in-background): Use it.
3992         (Man-support-local-filenames): New var and fun.
3993         (Man-build-man-command): Don't add a second %s.
3994         (Man-fontify-manpage): Clean up message.
3995         (Man-mode): Set outline-regexp, outline-level,
3996         imenu-generic-expression.
3998         * woman.el (woman-fill-frame): Doc fix.
3999         (woman-decode-region): Use window-width instead of frame-width.
4001         * abbrevlist.el (list-one-abbrev-table):
4002         * descr-text.el (describe-char):
4003         * international/mule-diag.el (describe-current-coding-system):
4004         * international/quail.el (quail-insert-decode-map):
4005         Use window-width instead of frame-width.
4007         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4008         (jka-compr-mode-alist-additions): Add tbz.
4009         (jka-compr-write-region, jka-compr-insert-file-contents):
4010         Add message for undefined compress-program.
4011         (jka-compr-write-region): Remove redundant var bindings.
4013         * dired-x.el (dired-guess-shell-alist-default): Add choices for
4014         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
4015         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4016         (dired-man): Use dired-guess-shell-command.
4017         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4018         Change default nil to t.
4020         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4021         (dired-compare-directories): Add default value for empty input.
4023         * help-at-pt.el: Move suggestions for key bindings to Commentary.
4025         * time.el (display-time-string-forms): Fix help-echo date format.
4027 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
4029         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4030         (buffer-stale-function): New variable.
4031         (auto-revert-list-diff, auto-revert-dired-file-list)
4032         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4033         (auto-revert-handler): Take over some functionality of deleted
4034         functions.
4035         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4037         * dired.el (dired-directory-changed-p): New fun, extracted from
4038         dired-internal-noselect.
4039         (dired-buffer-stale-p): New fun.
4040         (dired-internal-noselect): Use dired-directory-changed-p.
4041         Eliminate revert messages.
4042         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4044 2004-03-23  Kenichi Handa  <handa@m17n.org>
4046         * international/characters.el: Setup syntaxes for more parentheses
4047         Unicode characters.
4049         * international/mule-cmds.el (select-safe-coding-system):
4050         Merge coding-system and auto-cs before comparing them.
4052 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4056         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4057         normal-auto-fill-function and comment-indent-function.
4058         The default values now work just as well.
4059         Don't set font-lock-beginning-of-syntax-function since we already set
4060         syntax-begin-function.
4061         (lisp-outline-level): Put ;;;###autoload at same level as (.
4062         (prin1-char): Quote special chars.
4064         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4065         than with-no-warnings.
4067         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4068         if the source location can't be found.
4069         (edebug-compute-previous-result): Use prin1-char.
4071         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4072         (debug-ignored-errors): Add an entry.
4074         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4075         (byte-compile-file): Output warning when deleting a file.
4077         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4078         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4080         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4081         (byte-compile-inline-expand): Use backquote.
4082         (byte-optimize-pure-func): Rename from byte-optimize-concat.
4083         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4085         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4087         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4089 2004-03-22  Juri Linkov  <juri@jurta.org>
4091         * finder.el (finder-known-keywords): Fix data, tex, unix.
4093         * play/landmark.el: Fix keywords.
4095         * language/ethio-util.el (ethio-find-file): Doc fix.
4097         * emacs-lisp/warnings.el: Doc fix.
4099         * textmodes/ispell.el (ispell-help): Doc fix.
4101 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
4103         * format.el (format-insert-file): Always return a list of two
4104         elements, like insert-file-contents does.
4106 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
4108         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4109         and vc-BACKEND-diff.
4110         (vc-print-log): If the print-log implementation supports it, use
4111         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4112         (vc-version-diff, vc-diff-internal): Doc fixes.
4114         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4115         implementation supports it, let diff output go to *vc*,
4116         not *vc-diff*, since this is an internal call.
4118         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4120         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4122         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4124 2004-03-21  Dave Love  <fx@gnu.org>
4126         * progmodes/cfengine.el (cfengine-mode):
4127         Set parse-sexp-ignore-comments.
4129         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4131 2004-03-21  Juanma Barranquero  <lektu@terra.es>
4133         * allout.el (allout-mode): Fix docstring.
4135 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
4137         * files.el (insert-directory): Fix bug if SWITCHES is a list.
4139         * autorevert.el (auto-revert-interval): Make new value take
4140         effect immediately when set through Custom.
4141         (auto-revert-set-timer): Add interactive declaration.
4143 2004-03-19  David Ponce  <david@dponce.com>
4145         * ruler-mode.el (ruler-mode-header-line-format-old):
4146         Don't `make-variable-buffer-local'.
4147         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4148         (ruler-mode-header-line-format): Simply funcall the above.
4149         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4150         to save/restore a previous header line format.
4151         (ruler-mode-space): Don't depend on a numeric WIDTH value.
4152         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4153         fringes and margins width.
4154         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4156 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * log-edit.el (log-edit-font-lock-keywords): Typo.
4160         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4161         (tex-send-tex-command): Rather than here.
4162         (tex-compilation-parse-errors): Simplify.
4164         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4166         * time.el (display-time-string-forms): Add help-echo with date on time.
4168         * composite.el (compose-region): Use restore-buffer-modified-p.
4170         * disp-table.el (standard-display-8bit): Simplify.
4172         * server.el (server-process-filter): Delete temp frame.
4174         * add-log.el (add-change-log-entry): Simplify.
4176 2004-03-19  Kim F. Storm  <storm@cua.dk>
4178         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4179         (hexl-follow-line): Don't require 'fringe.
4181         * progmodes/compile.el (compilation-start): Always set
4182         compilation-last-buffer and return it.
4184 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
4186         * simple.el (clone-buffer): Doc fix.
4188 2004-03-18  Juanma Barranquero  <lektu@terra.es>
4190         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4192 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * log-edit.el (log-edit-font-lock-keywords): New var.
4195         (log-edit-mode): Use it.
4197 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
4199         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4200         properly for watching in speedbar.
4202 2004-03-17  Masatake YAMATO  <jet@gyve.org>
4204         * smerge-mode.el (smerge-popup-context-menu):
4205         Put `unwind-protect' around `overlay-put' and `popup-menu'.
4207 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4210         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4211         Take sealed revisions into account.
4212         (vc-arch-checkin): Extract a summary line from the message.
4214 2004-03-16  Masatake YAMATO  <jet@gyve.org>
4216         * register.el (register): Provide `register' feature.
4218 2004-03-15  Masatake YAMATO  <jet@gyve.org>
4220         Added context menu support in smerge mode.
4221         Most of the part is written by Stefan Monnier.
4223         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4224         New keymap and menu.
4225         (smerge-text-properties): New function.
4226         (smerge-remove-props): New function.
4227         (smerge-popup-context-menu): New function.
4228         (smerge-resolve): Call `smerge-remove-props'.
4229         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4230         (smerge-keep-current): Ditto.
4231         (smerge-kill-current): New function.
4232         (smerge-match-conflict): Put text properties.
4233         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4235 2004-03-15  David Ponce  <david@dponce.com>
4237         * ruler-mode.el: (ruler-mode-left-fringe-cols)
4238         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4239         (ruler-mode-right-scroll-bar-cols): Remove.
4240         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4241         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4242         Use fringe-columns and scroll-bar-columns.
4244 2004-03-15  Masatake YAMATO  <jet@gyve.org>
4246         * hl-line.el (hl-line-range-function): New variable.
4247         (hl-line-move): New function.
4248         (global-hl-line-highlight): Use `hl-line-move'.
4249         (hl-line-highlight): Ditto.
4251         * scroll-bar.el (scroll-bar-columns):
4252         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4254         * ruler-mode.el (top-level): Require scroll-bar and fringe.
4255         (ruler-mode-left-fringe-cols)
4256         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4257         (ruler-mode-right-scroll-bar-cols)
4258         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4259         (ruler-mode-ruler-function): New variable.
4260         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4261         if the value for `ruler-mode-ruler-function'is given.
4263         * hexl.el (hexl-mode-hook): Make the hook customizable.
4264         (hexl-address-area, hexl-ascii-area): New customize variables.
4265         (hexlify-buffer): Put font-lock-faces on the address area and
4266         the ascii area.
4267         (hexl-activate-ruler): New function.
4268         (hexl-follow-line): New function.
4269         (hexl-highlight-line-range): New function.
4270         (hexl-mode-ruler): New function.
4272 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
4275         (vc-default-find-file-hook): New fun.
4276         (vc-find-file-hook): Call new find-file-hook operation.
4278         * vc-arch.el: New file.
4280 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
4282         * info-look.el (info-lookup): Reuse an existing Info window.
4284 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4286         * woman.el (woman-preserve-ascii): Default value changed to t and
4287         doc string revised.
4289 2004-03-12  Richard M. Stallman  <rms@gnu.org>
4291         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4292         Fix minor bug.
4294         * replace.el (occur-engine): Change message for count of matches.
4296         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4297         For strings, do compare text properties.
4299 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
4301         * progmodes/compile.el (compile-auto-highlight)
4302         (compilation-error-list, compilation-old-error-list)
4303         (compilation-parse-errors-function, compilation-parsing-end)
4304         (compilation-error-message, compilation-directory-stack)
4305         (compilation-enter-directory-regexp-alist)
4306         (compilation-leave-directory-regexp-alist)
4307         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4308         (compilation-current-file, compilation-regexps): Remove vars.
4310         (compile-error-at-point, compilation-error-filedata)
4311         (compilation-error-filedata-file-name, compile-reinitialize-errors)
4312         (compilation-next-error-locus, compilation-forget-errors)
4313         (count-regexp-groupings, compilation-parse-errors)
4314         (compile-collect-regexps, compile-buffer-substring): Remove funs.
4316         (compile-internal): Make obsolete.
4318         (compilation-first-column, compilation-error)
4319         (compilation-directory-matcher, compilation-page-delimiter)
4320         (compilation-mode-font-lock-keywords, compilation-debug)
4321         (compilation-error-face, compilation-warning-face)
4322         (compilation-info-face, compilation-line-face)
4323         (compilation-column-face, compilation-enter-directory-face)
4324         (compilation-leave-directory-face, compilation-skip-threshold)
4325         (compilation-skip-visited, compilation-context-lines): New vars.
4327         (compilation-warning-face, compilation-info-face)
4328         (compilation-message-face): New faces.
4330         (compilation-error-regexp-alist-alist): New constant.
4332         (compilation-face, compilation-directory-properties)
4333         (compilation-assq, compilation-error-properties, compilation-start)
4334         (define-compilation-mode, compilation-loop)
4335         (compilation-set-window): New functions.
4337         (compile): Additional argument for interactive compiles like TeX.
4339         * progmodes/grep.el (kill-grep): Move here from compile.el
4340         (grep-error, grep-hit-face, grep-error-face)
4341         (grep-mode-font-lock-keywords): New variables.
4342         (grep-regexp-alist): Simplify regexp and add `binary' case.
4343         (grep-mode): New mode.
4344         (grep-process-setup): Simplify.
4346 2004-03-11  Jason Rumney  <jasonr@gnu.org>
4348         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4349         letters on DOS/Windows.
4351 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * server.el (server-name): New var.
4354         (server-socket-dir): New var to replace server-socket-name.
4355         (server-start): Use them.
4357 2004-03-11  Simon Josefsson  <jas@extundo.com>
4359         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4360         died to avoid infloop.  Reported by Jonathan Glauner
4361         <jglauner@sbum.org>.
4363 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4365         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4366         (smerge-mode-menu): Use it to deactivate menu entries.
4367         (smerge-keep-current): New fun.
4368         (smerge-keep-current): Use it.
4370 2004-03-10  John Paul Wallington  <jpw@gnu.org>
4372         * foldout.el (foldout-fold-list, foldout-modeline-string):
4373         Declare them as variables, not constants.
4375 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4377         * ps-print.el: Modification to print *Messages* buffer.
4378         (ps-print-version): New version 6.6.4.
4379         (ps-message-log-max): New fun.
4380         (ps-spool-without-faces, ps-spool-with-faces)
4381         (ps-count-lines-preprint): Code fix.
4383         * printing.el: New tips in Tips section.
4385 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4387         * delim-col.el: Doc fix.
4389         * printing.el: Doc fix.  New doc section (Tips).
4391 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * type-break.el (type-break-emacs-variant): Remove.
4394         (type-break-run-at-time, type-break-cancel-function-timers):
4395         Use fboundp rather than version name and number.
4397 2004-03-09  Masatake YAMATO  <jet@gyve.org>
4399         * hexl.el (hexl-mode): Use `make-local-variable' instead of
4400         `make-variable-buffer-local'.
4402 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
4404         * find-dired.el (find-dired): Call `shell-command' instead of
4405         `start-process-shell-command'.  By this, Tramp takes over
4406         handling of remote directories.
4408 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         * newcomment.el (comment-use-global-state): New var.
4411         (comment-search-forward): Use it.
4413         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4415         * cus-edit.el (fill) <defgroup>: Move to fill.el.
4417         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4418         (enable-kinsoku): Make it a defcustom.
4419         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4420         paragraph to same-comment-start-marker.
4422 2004-03-07  Dave Love  <fx@gnu.org>
4424         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4425         (browse-url-mail): Use it.
4427         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4428         (rfc2368-unhexify-string): Use replace-regexp-in-string.
4430 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4432         * woman.el (woman-man.conf-path): Doc fix.
4433         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4435 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
4437         * sort.el (sort-columns): Remove ms-dos from the list of systems
4438         where the external `sort' command is not used.
4440 2004-03-07  Kim F. Storm  <storm@cua.dk>
4442         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4443         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4444         from overlay-arrow-variable-list.
4445         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4447 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
4449         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4450         overlay arrow string properly for the assembler buffer.
4452 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * mail/sendmail.el (mail-mode): Fix last change.
4456 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
4458         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4459         for the assembler buffer.
4460         (gdb-assembler-custom): Position the overlay arrow.
4461         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4463 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4465         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4467         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4468         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4470         * mail/sendmail.el (mail-mode): Set comment-start-skip.
4472         * newcomment.el (uncomment-region): Allow non-terminated comment.
4473         (comment-normalize-vars): Check the user-specified comstart marker.
4475 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
4477         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4478         Otherwise, do use it if the region only contains font-lock text
4479         properties.
4481 2004-03-04  Masatake YAMATO  <jet@gyve.org>
4483         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4484         as the callback function for eldoc.
4485         (hexl-print-current-point-info): New function.
4486         (hexl-current-address): Print the address in both decimal
4487         and hexadecimal format.
4489 2004-03-04  Richard M. Stallman  <rms@gnu.org>
4491         * mail/rmail.el (rmail-convert-to-babyl-format):
4492         Specify t for UNIBYTE when calling mail-unquote-printable-region.
4494         * mail/mail-utils.el (mail-unquote-printable-region):
4495         New arg UNIBYTE.
4497         * startup.el (command-switch-alist): Doc fix.
4499         * simple.el (undo): Temporarily set this-command to `undo-start',
4500         then set it to `undo' once undo-start returns without error.
4502         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4504         * simple.el (kill-line): Don't disregard trailing whitespace
4505         in eol condition, if show-trailing-whitespace is set.
4507         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4508         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4509         When disabling, restore old values only if mouse-sel-has-been-enabled.
4511         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4512         (isearch-{-char): New function.
4513         (isearch-mode-map): Bind { to isearch-{-char.
4515         * font-lock.el (lisp-font-lock-keywords-2):
4516         Turn off the CL with-... and do-... general patterns.
4517         Instead, recognize several specific with... and do... constructs.
4519         * files.el (switch-to-buffer-other-window):
4520         Bind same-window-buffer-names and same-window-regexps to nil.
4521         (switch-to-buffer-other-frame): Likewise.
4523 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4526         recognizing leading comment on code line.
4528 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4530         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4531         hidden files/directories.
4533 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4536         only comment-start (in case the mode hasn't set it).
4538         * Makefile.in (AUTOGENEL): New var.
4539         (bootstrap-prepare): Rename from bootstrap-clean.
4540         Don't remove elc files.
4541         (maintainer-clean): New target.
4543         * xml.el (xml-get-attribute-or-nil): Simplify.
4545 2004-03-02  Juri Linkov  <juri@jurta.org>
4547         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4548         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4549         URL to prevent their substitution with the environment variable
4550         values by browsers.
4552 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4554         * ps-print.el: Doc fix.
4555         (ps-print-version): New version number (6.6.3).
4556         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4557         Docstring fix.
4558         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4559         before printing.
4560         (ps-time-stamp-yyyy-mm-dd): New fun.
4561         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4563 2004-03-02  Kim F. Storm  <storm@cua.dk>
4565         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4567 2004-03-01  Juanma Barranquero  <lektu@terra.es>
4569         * allout.el (allout-rebullet-heading): Fix typo in docstring.
4571         * desktop.el (desktop-file-version)
4572         (desktop-after-read-hook): Fix typos.
4573         (desktop-clear-preserve-buffers): Remove redundant info in
4574         docstring already shown by the obsolescence message.
4575         (desktop-truncate, desktop-internal-v2s)
4576         (desktop-value-to-string): Change argument name to match docstring.
4578         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4580         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4581         docstring.
4583 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4585         * printing.el: Replace "As Is..." in PostScript file print/preview by
4586         "No Preprocessing...".  Suggested by Colin Marquardt
4587         <_marquardt_@zmd.de>.
4588         (pr-insert-section-4): Adjust buffer interface.
4590 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4592         Version 2.0.39 of Tramp released.
4594         * net/tramp.el (tramp-handle-file-local-copy)
4595         (tramp-handle-write-region, tramp-open-connection-rsh):
4596         Variable name typo.  Small change.  From Patrick Tullmann
4597         <tullmann@flux.utah.edu>.
4598         (tramp-process-connection-type): New variable.
4599         (tramp-maybe-open-connection): Use it.
4600         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4601         (tramp-touch): Set last-modified time of a remote file.
4602         (tramp-handle-write-region): Say which function is used when encoding.
4604 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
4606         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4607         case of non-existing filename, too.  Reported by Christoph Bauer
4608         <c_bauer@informatik.uni-kl.de>.
4609         (tramp-smb-get-file-entries): The directory in question should
4610         have permissions "drwxrwxrwx".  Just virtual, because we don't
4611         know the real permissions.  Don't we know?
4612         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4613         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4614         (tramp-smb-wait-for-output): Optimize algorithm getting pending
4615         output.  If it was received chunkwise, there have been problems.
4616         Remove the "prompt not found" error message; it is obvious.
4617         Simplify algorithm.
4618         (tramp-smb-process-running): Remove.  Since we acknowledge the
4619         virtual prompt for shares, there's no need for distinction of
4620         reading shares (process ends afterwards) and interactive mode of
4621         smblient.
4622         (tramp-smb-open-connection): Setting process sentinel removed.
4623         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4624         "NT_STATUS_NETWORK_ACCESS_DENIED".
4625         (tramp-smb-maybe-open-connection): Set `process-connection-type'
4626         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4627         (top-level): Setting default value in `tramp-default-method-alist'
4628         corrected.  Order of USER and HOST have been wrong.
4629         Nobody complained for months ...
4630         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4631         (tramp-smb-open-connection): Clear password cache if login has failed.
4633         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4634         `tramp-unified-filenames'.
4635         (tramp-completion-mode): Make test for XEmacs explicitely.
4636         `event-to-character' can exists in Emacs packages too.
4637         Reported by Matt Swift <swift@alum.mit.edu>.
4638         (tramp-buffer-name): Buffer name must contain the user if exists.
4639         Reported by Adrian Phillips <a.phillips@met.no>.
4640         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4641         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4642         (tramp-do-copy-or-rename-file-out-of-band): Rename from
4643         `tramp-do-copy-or-rename-file-one-local', because it handles also
4644         the case both files use the same out-of-band method.
4645         Implementation added.
4646         (tramp-handle-file-local-copy, tramp-handle-write-region):
4647         Out-of-band handling removed.  `copy-file' called instead, which
4648         calls `tramp-do-copy-or-rename-file-out-of-band'.
4649         (tramp-action-password): Check for out-of-band method removed.
4650         This function is used for 'login-program.
4651         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4652         appropriate.
4653         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4654         and `tramp-parse-sknownhosts'.
4655         (tramp-completion-function-alist): It's a defvar now, because we
4656         want to apply the optimized `tramp-set-completion-function'
4657         instead of a static list.
4658         (tramp-set-completion-function): Implementation tuned.
4659         Avoid double entries, and entries where the function or the
4660         file/directory doesn't exist.
4661         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4662         for SSH2.
4663         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4664         (tramp-handle-dired-compress-file): New function.
4665         (tramp-async-proc): New variable.
4666         (tramp-handle-shell-command): Adding asynchronous processes.
4667         They are far from being perfect, but it works at least for
4668         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4669         (top-level): Require password.el if visible.  Should be mandatory
4670         once No Gnus has found its way into (X)Emacs.
4671         (tramp-read-passwd): Invoke `password-read' if available,
4672         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
4673         fallback any longer.
4674         (tramp-clear-passwd): New function.
4675         (tramp-process-actions, tramp-process-multi-actions):
4676         Clear password cache if login has failed.
4678         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
4679         its own module.
4680         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4681         `ange-ftp-ftp-name-res'.  There could be incorrect values from
4682         previous calls in case the "ftp" method is used in the Tramp file
4683         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4685 2004-02-28  Richard M. Stallman  <rms@gnu.org>
4687         * term.el (term-mouse-paste): Call mouse-set-point.
4689         * thumbs.el: New file.
4691 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4693         * progmodes/ebnf-abn.el: Doc fix.
4695         * progmodes/ebnf-bnf.el: Doc fix.
4696         (ebnf-repeat): Code fix.
4698         * progmodes/ebnf2ps.el: Doc fix.
4699         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4701 2004-02-28  Juri Linkov  <juri@jurta.org>
4703         * ffap.el (dired-at-point): Additional writability test for
4704         relative directory names.
4705         (dired-at-point-prompter): Treat directories as a directory, get
4706         the directory component from files.
4707         (ffap-string-at-point): Return string from region if region is active.
4708         (ffap-file-at-point): Remove redundant code.
4710 2004-02-28  Kim F. Storm  <storm@cua.dk>
4712         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4713         Initialize margin area images to nil.
4714         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4715         (breakpoint-enabled-bitmap-face)
4716         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4717         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4718         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4719         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4720         (gdb-reset): Use gdb-remove-breakpoint-icons.
4721         (gdb-put-string): Add dprop arg to specify alternative display
4722         property (for setting fringe bitmap).
4723         (gdb-remove-strings): Doc fix.
4724         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4725         icon in fringe (if available), or else as icon or text in display
4726         margin.  Creates necessary icons in breakpoint-bitmap,
4727         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4728         Also make left window margin if required.
4729         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4730         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
4731         no longer needed.
4732         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4733         gdb-put-breakpoint-icon.
4734         (gdb-assembler-mode): Don't set left-margin-width here.
4736 2004-02-27  Kevin Ryde  <user42@zip.com.au>
4738         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4739         comma, so that it DTRT in macros.
4741 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4743         * progmodes/sh-script.el (sh-shell-arg)
4744         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4745         (sh-leading-keywords, sh-other-keywords): Fix custom type.
4747 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
4749         * faces.el (face-spec-set-match-display): Add a new attribute,
4750         `min-colors'.
4751         (region, highlight, secondary-selection): Use `min-colors'.
4753         * custom.el (defface): Add documentation for `min-colors'.
4755         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4756         (font-lock-keyword-face, font-lock-function-name-face)
4757         (font-lock-variable-name-face, font-lock-constant-face):
4758         Use `min-colors'.
4760         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4762 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4764         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
4765         define assq-delete-all if it's not defined.
4766         (ebnf-generate-region): Code fix.
4768         * printing.el: Doc fix.
4769         (pr-version): New version number (6.7.2).
4770         (pr-command): Return empty string if command is an empty string.
4772 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4774         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4776         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
4777         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4778         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
4779         "tt" ["test"] ).  Reported by Markus Dreyer
4780         <mdreyer@ix.urz.uni-heidelberg.de>.
4781         (ebnf-version): New version number (4.0).
4782         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4783         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4784         (ebnf-delete-style): New commands.
4785         (ebnf-directory, ebnf-file): New funs.
4786         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4787         (ebnf-production-name-p, ebnf-stop-on-error): New options.
4788         (ebnf-syntax-alist): New var.
4789         (ebnf-element-width): New fun replacing ebnf-list-width.
4790         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4791         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4792         (ebnf-prologue): Adjust vars.
4793         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4794         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4795         (ebnf-check-style-values, ebnf-generate-production)
4796         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4797         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4798         (ebnf-token-repeat): Code fix.
4800         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
4801         %right, %left and %prec.  Suggested by Matthew K. Junker
4802         <junker@alum.mit.edu>.
4803         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4805         * progmodes/ebnf-iso.el: Doc fix.
4806         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4807         (ebnf-iso-lex): Code fix.
4809         * progmodes/ebnf-bnf.el: Doc fix.
4810         (ebnf-bnf-lex): Code fix.
4812         * progmodes/ebnf-otz.el: Doc fix.
4814 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
4816         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
4817         (abbrev-prefix-mark): Doc fix.
4819 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
4821         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4822         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4823         (gdb-var-delete): Make interactive (really).
4824         (gdb-edit-value): Make non-interactive.
4826         * progmodes/gud.el (gud-speedbar-menu-items):
4827         Add gdb-var-delete and, indirectly, gdb-edit-value.
4828         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4829         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4830         (gud-gdb-marker-filter): Add comment for annotations.
4832 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4834         * calendar/calendar.el (generate-calendar)
4835         (calendar-read-date): Prevent display of BC calendars once more -
4836         reverts 2003-10-01 change.
4837         (generate-calendar-month): Doc fix.
4839 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
4841         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4842         return value of increment-calendar-month.
4844 2004-02-21  Stephen Compall  <s11@member.fsf.org>
4846         * saveplace.el (save-place-forget-unreadable-files)
4847         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4848         (save-place-forget-unreadable-files): New function.
4849         (save-place-alist-to-file): Use it to filter out files that are
4850         no longer readable.
4852         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4853         current Texinfo environment, using the same method as in
4854         `texinfo-insert-@end', and insert a space rather than a newline if
4855         point in a @table environment.
4857 2004-02-21  Juri Linkov  <juri@jurta.org>
4859         * ffap.el (ffap-file-at-point): Try parent directories.
4861 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
4863         * vcursor.el (vcursor-modifiers): New defcustom.
4864         (vcursor-cs-binding): Use vcursor-modifiers instead of a
4865         hard-coded list.
4867 2004-02-21  Masatake YAMATO  <jet@gyve.org>
4869         * play/animate.el (animate-birthday-present): Accept names other
4870         than `Sarah', too.
4872 2004-02-21  Juri Linkov  <juri@jurta.org>
4874         * startup.el: Remove table of command line arguments from the
4875         Commentary section.
4877 2004-02-20  John Wiegley  <johnw@newartisans.com>
4879         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4880         again" modifier from 'e' to 'E', since 'e' is also used by the
4881         "file extension" modifier.
4883 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
4885         * help-fns.el (describe-categories): Doc fix.
4887 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4889         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4890         temporary file for buffer already visiting one.  This change makes
4891         output likely to be directly usable by patch program.
4892         Suggested by Adrian Aichner  <adrian@xemacs.org>
4894 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
4896         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4897         case of variables defined in compound statements.
4898         (gdb-setup-windows, gdb-source-info, gdb-source-info):
4899         Simplify constructions using switch-to-buffer.
4901 2004-02-19  Simon Josefsson  <jas@extundo.com>
4903         * play/morse.el: Fix typo.
4904         (morse-code): Add @.
4906 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4908         * calendar/appt.el (appt-display-format): Change default to
4909         'ignore, for backwards compatibility.
4910         (appt-display-message): If appt-display-format is 'ignore,
4911         respect old vars appt-msg-window and appt-visible.
4912         (appt-activate): Don't depend on return value of cancel-timer.
4914         * calendar/calendar.el (calendar-holidays): Doc fix.
4916         * calendar/cal-coptic.el (coptic-prompt-for-date):
4917         Use assoc-string instead of assoc-ignore-case.
4918         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4919         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4920         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4921         * calendar/cal-islam.el (calendar-goto-islamic-date)
4922         (mark-islamic-diary-entries): Ditto.
4923         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4924         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
4925         (calendar-read-mayan-tzolkin-date): Ditto.
4926         * calendar/calendar.el (calendar-read-date): Ditto.
4927         * calendar/diary-lib.el (mark-diary-entries): Ditto.
4929 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
4931         * progmodes/executable.el (executable-command-find-posix-p):
4932         Fix choice of the directory.
4934 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
4936         * simple.el (interprogram-cut-function)
4937         (interprogram-paste-function, kill-new, kill-append):
4938         Doc fixes.
4939         (kill-region): Make it return nil.  Doc fix.
4940         (yank-pop): Make its argument optional.
4941         (yank): Make ARG `-' equivalent to `-1'.
4943 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
4945         * mail/rmail.el (rmail-get-new-mail): Don't reference
4946         rmail-use-spam-filter if rmail-spam-filter is not loaded.
4948 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4950         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
4951         if one of global-auto-revert-non-file-buffers or autorevert-mode
4952         is non-nil.
4954 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4956         * subr.el (delete-dups): A better implementation from Karl Heuer
4957         <kwzh@gnu.org>.
4959 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4961         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
4962         correct place.
4963         * progmodes/icon.el (icon-indent-command): Ditto.
4964         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
4966 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4968         * progmodes/grep.el (grep-compute-defaults): Undo change from
4969         2004-01-29: don't use executable-command-find-posix-p.
4971 2004-02-16  Richard Sharman  <rsharman@pobox.com>
4973         * hilit-chg.el: Use require instead of eval-and-compile.
4974         (highlight-compare-buffers): New function.
4976 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
4978         * man.el (Man-fontify-manpage): Render section headings in
4979         `Man-overstrike-face' even when overstrike was not used by man
4980         formatter for section headings.
4982 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
4984         * rmail-spam-filter.el: (vm-use-spam-filter)
4985         (rsf-min-region-length-added-to-spam-list): New variables.
4986         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4987         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
4988         spam testing.  Don't delete spam message if automatic deletion
4989         after output via variable rmail-delete-after-output is turned on.
4990         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4991         rsf-bbdb-dont-create-entries-for-spam.
4992         (check-field): New function, extracted from code in
4993         rmail-spam-filter to ease addition of header fields like content-type.
4994         (message-content-type): New variable to check the content-type:
4995         field added, also in defcustom of rsf-definitions-alist.
4996         (rmail-spam-filter): Replace repeated test code for header fields
4997         by calls to check-field; change the call to
4998         rmail-output-to-rmail-file such that rmail-current-message stays
4999         the same to avoid wrong deletion of unseen flags.
5000         (rsf-add-contents-type): New function to convert old format
5001         of rmail-spam-definitions-alist into new one.
5002         Change prefixes of all variables and functions from
5003         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5005 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5007         * loadhist.el (unload-hook-features-list): New defvar.
5009 2004-02-16  Dave Love  <fx@gnu.org>
5011         * loadhist.el (unload-feature): Doc fix.  Rename flist to
5012         unload-hook-features-list.
5014 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
5016         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5017         cookie.  Don't check if we are looking-at open-formula.
5019 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5021         * subr.el (match-string-no-properties): Use substring-no-properties.
5023 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5025         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5026         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5027         Use lower-case "rx" in all error message.
5029 2004-02-16  Dave Love  <fx@gnu.org>
5031         * emacs-lisp/rx.el (rx-or): Put group around result.
5032         (rx-constituents): Add backref.
5033         (rx-syntax): Add string-delimiter, comment-delimiter.
5034         (rx-categories): Add combining-diacritic.
5035         (rx-check-not, rx-greedy, rx): Doc fix.
5036         (rx-backref, rx-check-backref): New.
5038 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
5040         * newcomment.el (uncomment-region): Allow eob as comment end.
5042 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
5044         * filecache.el: All message and error commands now use prefix
5045         "Filecache:" to make it easy to read *Messages* buffer.
5047 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
5049         * autorevert.el: Add support to detect changed dired and VC buffers.
5050         (auto-revert-active-p, auto-revert-list-diff)
5051         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5052         (auto-revert-handler, auto-revert-active-p): New functions.
5053         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5054         and `auto-revert-active-p'.
5055         (eval-when-compile): Defvar dired-directory and vc-mode.
5056         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5057         (auto-revert-handler-vc): New functions.
5059 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5061         * progmodes/compile.el (compilation-directory): New defvar.
5062         (compile): Save current directory in compilation-directory.
5063         (recompile): Bind default-directory to compilation-directory if
5064         that is non-nil.
5066 2004-02-16  Dave Love  <fx@gnu.org>
5068         * newcomment.el (comment-insert-comment-function)
5069         (comment-region-function, uncomment-region-function): New.
5070         (comment-indent): Use comment-insert-comment-function.
5071         (uncomment-region): Use uncomment-region-function.
5072         (comment-region): Use comment-region-function.
5074         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5076 2004-02-16  Richard Stallman  <rms@gnu.org>
5078         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5079         loaddefs* and ldefs-boot*.
5081 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5083         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5084         and email address at the beginning and end of the address.
5086         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5087         anchored at the beginning of the email address.
5089 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
5091         * international/ccl.el (ccl-compile-write): Pass `left' to
5092         ccl-embed-code to generate correct code of write-expr-register.
5094 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
5096         * progmodes/grep.el (grep-compute-defaults): Fix typos.
5098 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5100         * x-dnd.el: Mention support for Motif in commentary.
5101         (x-dnd-handle-drag-n-drop-event): Ditto.
5103 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
5105         * ses.el: Use "ses--" prefixes for buffer-local variables.
5106         Use (point-min) instead of 1, even when we know the buffer
5107         is unnarrowed.
5108         (ses-build-load-map): Delete.  Distribute its content to defconst's for
5109         the three maps.
5110         (ses-menu, ses-header-line-menu): New menus.
5111         (ses-mode-map): Use them.
5112         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
5114 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
5116         * Makefile.in: Fix the CC Mode recompile kludge so it works
5117         when building in a different directory.
5119 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
5121         * simple.el (kill-new): Put yank-handler property on the entire string.
5123 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * diff.el: Don't use compile any more, use diff-mode instead.
5126         (diff-regexp-alist, diff-old-file, diff-new-file)
5127         (diff-parse-differences, diff-process-setup): Remove.
5128         (diff-sentinel): New fun.
5129         (diff): Use it.  Run the process ourselves.
5130         Use diff-mode for the rest of the processing.
5132         * diff.el (diff): Simplify code handling `switch'.
5134 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * pcvs-defs.el (cvs-menu): Add `tag'.
5138 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
5140         * simple.el (kill-append): Doc fix.
5142         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5143         Adapt outline-regexp to the new conventions for commenting out code.
5145 2004-02-11  John Paul Wallington  <jpw@gnu.org>
5147         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5149 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5151         * diff.el (diff-switches): New fun.
5152         (diff, diff-backup): Use it.
5153         (diff): Clean up the args construction.  Use backquote.
5154         Use listp instead of consp to avoid putting a nil arg.
5155         (diff): Add a revert-buffer function.
5157 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5159         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
5160         handled by x-dnd-handle-file-name.
5161         (x-dnd-known-types): Add COMPOUND_TEXT.
5162         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5163         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5164         x-dnd-empty-state.
5165         (x-dnd-forget-drop): Ditto.
5166         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5167         (x-dnd-handle-one-url): Return private when inserting text.
5168         (x-dnd-insert-ctext): New function.
5169         (x-dnd-handle-file-name): New function for FILE_NAME.
5170         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5171         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5172         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5174 2004-02-10  Kenichi Handa  <handa@m17n.org>
5176         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5177         instead of while loop.
5179 2004-02-10  Miles Bader  <miles@gnu.org>
5181         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5183 2004-02-09  Kenichi Handa  <handa@m17n.org>
5185         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5186         have end-of-line.
5188 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
5190         * Makefile.in: Added extra dependencies in the recompile target
5191         needed to cope with the compile time macro expansions in CC Mode.
5193 2004-02-09  Kim F. Storm  <storm@cua.dk>
5195         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5196         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5197         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5198         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5199         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5200         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5201         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5202         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5203         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5204         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5205         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5207 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5210         Don't allow shrink if there's a window on our right.
5212         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5213         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5214         Bring together declaration and initialization.
5215         (prolog-mode-variables): Don't set the syntax table.
5216         Don't set paragraph-start and comment-indent-function.
5217         Add /*..*/ to the comment regexps.
5218         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
5219         (prolog-mode-map): Don't bind TAB.
5220         (prolog-mode): Set the syntax table.
5221         (prolog-comment-indent): Remove.
5222         (inferior-prolog-mode-map): Initialize in the declaration.
5223         (inferior-prolog-mode-syntax-table)
5224         (inferior-prolog-mode-abbrev-table): New vars.
5225         (inferior-prolog-mode): Derive from comint-mode.
5226         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5227         minibuffer windows.
5229         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5230         in file names, as long as it is unabmiguous.
5232 2004-02-08  Andreas Schwab  <schwab@suse.de>
5234         * textmodes/reftex-toc.el
5235         (reftex-toc-load-all-files-for-promotion): Remove useless use of
5236         format.  Doc fix.
5238         * textmodes/refer.el (refer-find-entry-internal): Remove extra
5239         format string arguments.
5241         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5242         string argument.
5244         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5246         * play/zone.el (zone-call): Fix format string.
5248         * net/webjump.el (webjump-builtin): Add missing format string argument.
5250         * midnight.el (midnight-delay-set): Remove extra format string argument.
5252         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5254         * hexl.el (hexl-insert-char): Add missing format string argument.
5256         * format.el (format-decode): Fix format string.
5258         * emulation/vi.el (vi-mode): Remove extra format string argument.
5259         (vi-repeat-last-search): Likewise.
5260         (vi-reverse-last-search): Likewise.
5261         (vi-goto-mark): Likewise.
5262         (vi-reverse-last-find-char): Likewise.
5263         (vi-repeat-last-find-char): Likewise.
5264         (vi-locate-def): Likewise.
5266         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5268         * ediff-util.el (ediff-toggle-read-only): Remove extra format
5269         string argument.
5270         (ediff-toggle-regexp-match): Likewise.
5272         * dired-aux.el (dired-do-query-replace-regexp): Add missing
5273         format string argument.
5275         * calc/calc-map.el (calc-get-operator): Remove extra format
5276         string argument.
5278         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5280         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5281         string argument.
5283         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5285         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5287         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5289         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5290         (cl-struct-setf-expander): Likewise.
5292         * vc.el (with-vc-file): Fix unsafe uses of error.
5293         (vc-cancel-version): Likewise.
5295 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
5297         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5298         thousands separator; fixes <class>:<line-number> regexp for
5299         non-english locales.
5301 2004-02-08  Andreas Schwab  <schwab@suse.de>
5303         * view.el (view-mode-enable): Revert previous change.
5305 2004-02-07  Kim F. Storm  <storm@cua.dk>
5307         * simple.el (line-number-at-pos): Rename from line-at-pos.
5308         Uses changed (what-line and vc-annotate-warp-version).
5310 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5312         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5313         (diff-mode): Remove aborted attempt at support for compile.el.
5314         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5316 2004-02-06  Andreas Schwab  <schwab@suse.de>
5318         * view.el (view-mode-enable): Add view-mode-map to
5319         minor-mode-overriding-map-alist.
5321 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5323         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5325 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5328         with point inside rather than after the paragraph.
5330 2004-02-04  Sam Steingold  <sds@gnu.org>
5332         * mail/smtpmail.el (smtpmail-try-auth-methods):
5333         Do not try authentication when no mechanism is available.
5334         Pass port-name as defaultport to `netrc-machine'.
5336 2004-02-04  Stephen Eglen  <stephen@gnu.org>
5338         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5339         to show how minibuffer height can be constrained.
5341 2004-02-04  John Paul Wallington  <jpw@gnu.org>
5343         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5345 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5347         * x-dnd.el: New file for drag and drop.
5349         * term/x-win.el: require x-dnd, set after-make-frame-functions
5350         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5351         drag-n-drop event.
5353         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5354         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5355         (dired-dnd-handle-file): New functions for drag and drop support.
5356         (dired-mode): Initialize drag and drop if x-dnd present.
5358 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5360         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5361         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5362         (cperl-mode): Set fill-paragraph-function.
5363         (cperl-fill-paragraph): Make it non-interactive.
5365 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
5367         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5369 2004-02-02  David Kastrup  <dak@gnu.org>
5371         * replace.el (perform-replace): Allow 'literal argument in
5372         regexp-flag to indicate literal replacement.
5373         (query-replace-regexp-eval): Use it.
5375 2004-02-01  Andreas Schwab  <schwab@suse.de>
5377         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5379 2004-02-01  Stephen Eglen  <stephen@gnu.org>
5381         * info-look.el: Add support for maxima-mode.  Update commentary
5382         because info-lookup-symbol is now bound to C-h S.
5384 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
5386         * simple.el (edit-and-eval-command): Bind print-level and
5387         minibuffer-history-sexp-flag around call to read-from-minibuffer.
5388         Correct initial position in command-history.
5390 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
5392         * files.el (read-directory-name): Adapt the docstring to recent
5393         change in Fread_file_name.
5395 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
5397         * ses.el (ses-print-cell): If print format too wide for column
5398         width, truncate decimal places if that helps to avoid "#####" fill.
5399         * ses.el (ses-initial-column-width): Revert previous change.
5401 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5404         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5405         Add edebug info.
5406         (jit-lock-mode): Setup/cancel the new timer.
5407         (jit-lock-context-fontify): New fun.  Extracted from
5408         context fontification code of jit-lock-stealth-fontify.
5409         (jit-lock-stealth-fontify): Don't do context fontification any more.
5411         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5412         (jit-lock-fontify-now): Handle the `quit' case.
5413         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5415 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
5417         * progmodes/executable.el (executable-command-find-posix-p):
5418         New.  Check if find handles arguments Posix-style.
5420         * progmodes/grep.el (grep-compute-defaults):
5421         Use executable-command-find-posix-p.
5422         (grep-find): Check `grep-find-command'.
5424         * filecache.el (file-cache-find-posix-p): Delete.
5425         (file-cache-add-directory-using-find):
5426         Use `executable-command-find-posix-p'.
5428 2004-01-29  Dave Love  <fx@gnu.org>
5430         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5431         Iterate the hook function if arg is given.
5432         (mark-defun, narrow-to-defun): Change order of finding the limits.
5434         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5435         (byte-compile-format-warn): New.
5436         (byte-compile-callargs-warn): Use it.
5437         (Format, message, error): Add byte-compile-format-like property.
5438         (byte-compile-maybe-guarded): New.
5439         (byte-compile-if, byte-compile-cond): Use it.
5440         (byte-compile-lambda): Compile interactive forms,
5441         just to make warnings about them.
5443 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
5445         * ses.el (ses-initial-column-width): Increase to 14, so it will
5446         work well with the default printer of "%.7g" for extreme values
5447         like "-1.234567e+07".
5449 2004-01-29  Kenichi Handa  <handa@m17n.org>
5451         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5453 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
5455         * dos-w32.el: Added support for the `default-printer-name' function.
5457 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5459         * server.el (server-socket-name): Don't use the hostname in the
5460         socket name since /tmp is local to the host anyway.
5462         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5463         robust check of widening and fix var-naming.
5465 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
5467         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5468         or rmail-spam- to rsf- in all function and variable names.
5469         (rsf-min-region-to-spam-list): New variable.
5470         (rsf-bbdb-auto-delete-spam-entries): Rename from
5471         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
5472         scanned together with the recipients field for spam testing; Don't
5473         delete spam message if rmail-delete-after-output is non-nil;
5474         (rsf-check-field): New function, extracted from code in
5475         rmail-spam-filter to ease addition of header fields like
5476         content-type:;
5477         (message-content-type): New variable.  The content-type: field was
5478         added also in defcustom of rsf-definitions-alist;
5479         (rmail-spam-filter): Replace repeated test code for header fields
5480         by calls to check-field; change the call to
5481         rmail-output-to-rmail-file such that rmail-current-message stays
5482         the same to avoid wrong deletion of unseen flags.
5483         (rmail-use-spam-filter): Add autoload cookie.
5485 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
5487         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
5488         (file-cache-add-directory-using-find): Add Cygwin support.
5489         (file-cache-find-command-posix-flag): New user variable.
5491         * filecache.el (file-cache-add-directory): Check for
5492         directories an remove them from dir-files.
5494 2004-01-27  Richard M. Stallman  <rms@gnu.org>
5496         * man.el (Man-fontify-manpage): Clean up message.
5498 2004-01-27  Kenichi Handa  <handa@m17n.org>
5500         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5501         (sentence-end): Define using sentence-end-without-space.
5503         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5504         a sentence ends with one of a character in sentence-end-without-space.
5506 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * font-lock.el (font-lock): Add jit-lock as explicit group member.
5509         (jit-lock): Group declaration moved to jit-lock.el.
5510         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5511         when necessary.
5513         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5514         (jit-lock-context-unfontify-pos): Rename from
5515         jit-lock-first-unfontify-pos.
5516         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5518 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
5520         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5521         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5522         (fortran-fill): When filling a string, adjust re-search-backward
5523         argument for special case of string just on fill-column.
5524         When filling non-string, allow one extra char if
5525         fortran-break-before-delimiters is non-nil.
5526         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5527         Use fortran-break-delimiters-re and fortran-no-break-re to
5528         correctly handle cases such as "**".
5530         * progmodes/f90.el (f90-break-delimiters): Doc fix.
5531         (f90-no-break-re): Add some extra tokens.  Doc fix.
5533 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
5535         * mail/rmail-spam-filter.el:
5536         Use two semicolons as Commentary line prefix.
5537         Add ";;; Code:" stylized comment.
5538         Delete end-of-line whitespace.
5539         Wrap (require 'cl) with `eval-when-compile'.
5541 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
5543         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5544         at the top level of vc.el.
5546 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
5548         * vc.el (vc-current-line): Function removed.  This is now done by
5549         the new function line-at-pos in simple.el.
5550         (vc-annotate-warp-version): Use line-at-pos instead of
5551         vc-current-line.
5553 2004-01-22  Kim F. Storm  <storm@cua.dk>
5555         * simple.el (line-at-pos): New defun.
5556         (what-line): Use it.  Optimize by only counting lines in narrowed
5557         region once.
5559 2004-01-22  Kenichi Handa  <handa@m17n.org>
5561         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5562         point (register r1) only for charset mule-unicode-0100-24ff.
5564 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5566         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5567         trailing white space and ensure a final newline.
5569         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5570         Add autoload cookie.
5572 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
5574         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5575         activate view-mode explicitly.
5577 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5579         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5580         use clipboard first.
5582 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
5585         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5586         (vc-mcvs-cvs): Remove.
5587         (vc-mcvs-command): Remove use of assert.
5589         * outline.el (outline-insert-heading): Tighten up match.
5590         (outline-demote, outline-move-subtree-down): Don't assume anything
5591         about outline-regexp.
5593         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5594         (texinfo-show-structure): Explicitly add ^, and simplify.
5596 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5598         * calendar/appt.el (appt-check): Restore usage of
5599         appt-issue-message deleted in previous change.
5600         (top-level): Activate package when loaded (needed for backwards
5601         compatibility).
5603 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5605         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5606         following previous change to smtpmail-send-data.
5608 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
5610         * vc.el (vc-default-previous-version): Doc enhancement.
5611         (vc-default-next-version): New function.
5612         (vc-print-log): New arg FOCUS-REV.
5613         (vc-annotate-mode): Derive from view-mode.
5614         (vc-annotate): New args REVISION, DISPLAY-MODE.
5615         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5616         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5617         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5618         (vc-annotate-show-diff-revision-at-line, vc-current-line)
5619         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5621         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5623 2004-01-19  Karl Berry  <karl@gnu.org>
5625         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5626         or "TexInfo".
5628 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5630         * subr.el (delete-dups): New function.
5632 2004-01-19  Karl Berry  <karl@gnu.org>
5634         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5635         with ^, since that's what texinfo-show-structure
5636         documentation says (plus it works much better in texinfo.txi).
5638 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
5640         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5642 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
5644         * progmodes/which-func.el (which-function-mode): Don't cancel
5645         which-func-update-timer if not set.
5647 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
5649         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5650         Remove spurious left square bracket in XX:XXam regexp.
5652 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5654         * progmodes/cc-defs.el: Do not require cl at run time.
5656 2004-01-16  Richard M. Stallman  <rms@gnu.org>
5658         * emacs-lisp/cl.el (cl-cannot-unload): New function.
5659         (cl-unload-hook): Defvar this to run cl-cannot-unload.
5661         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5662         Call rmail-spam-filter.  Delete and expunge spam.
5663         Print number of spam messages deleted.
5664         Save and restore the deletion status of old messages when reading
5665         new mail with spam filter, so that expunging spam does not expunge
5666         msgs deleted by the user.
5667         (rmail-only-expunge): Add an optional argument dont-show to
5668         prevent showing message after expunge.
5670 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
5672         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5673         * subr.el (declare): New macro.
5675 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
5677         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5679 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5682         Test window-system rather than system-type (for X11/Mac).
5684 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
5686         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5688 2004-01-12  Richard M. Stallman  <rms@gnu.org>
5690         * mail/rmail.el (rmail-convert-to-babyl-format):
5691         Use mail-unquote-printable-region.
5692         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5693         (rmail-hex-char-to-integer): Functions deleted.
5695         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5696         (mail-unquote-printable-region): New arg NOERROR.
5697         For invalid encoding, either signal an error to just return nil.
5699 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5701         * calendar/appt.el: Update copyright and commentary.
5702         (appt-issue-message): Make obsolete.
5703         (appt-visible, appt-msg-window): Make obsolete, in favour of
5704         appt-display-format.
5705         (appt-display-mode-line, appt-display-duration)
5706         (appt-display-diary, appt-time-msg-list, appt-mode-string)
5707         (appt-prev-comp-time, appt-display-count, appt-timer)
5708         (appt-convert-time): Doc change.
5709         (appt-disp-window-function, appt-delete-window-function):
5710         Use defcustom rather than defvar.
5711         (appt-display-format): New variable.
5712         (appt-display-message): New function with display code from appt-check.
5713         (appt-check): Add optional FORCE argument.  Doc change.
5714         Add appt-make-list to diary-hook if displaying diary.
5715         Remove checking of view-diary-entries-initially.
5716         Message display section removed to new function appt-display-message.
5717         (appt-display-window): Doc change.  Remove unused internal var
5718         this-buffer.  Do not beep, since appt-display-message does that.
5719         (appt-make-list): Doc change.  Use caar.
5720         (appt-sort-list): Simplify by using builtin sort function.
5721         (appt-update-list): New function for updating appts when diary is
5722         saved.
5723         (appt-activate): New autoloaded function to toggle package
5724         functionality.
5726         * calendar/cal-x.el: (calendar-one-frame-setup)
5727         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5729         * calendar/calendar.el: Update copyright.
5730         (view-diary-entries-initially, european-calendar-style): Doc change.
5731         (calendar-setup): Make defcustom rather than defvar.
5732         (mark-visible-calendar-date): Initialize temp-face and faceinfo
5733         in let binding so local to function.
5735         * calendar/diary-lib.el: Update copyright.
5736         (diary, diary-entry-time): Doc change.
5737         (list-diary-entries): Doc change.  Trivial logic change.
5738         (fancy-diary-display): Restore make-face command mistakenly
5739         deleted 2003-05-08.
5740         (show-all-diary-entries): Allow to pop-up frame if needed.
5742 2004-01-09  John Paul Wallington  <jpw@gnu.org>
5744         * bindings.el (mode-line-change-eol): Add EVENT parameter.
5745         Temporarily select EVENT's window for changing eol type.
5747 2004-01-09  Deepak Goel  <deego@gnufans.org>
5749         * calendar/diary-lib.el (diary-entry-time):
5750         Also accept time in the form XX[.XX][am/pm/AM/PM].
5751         (fancy-diary-font-lock-keywords): Likewise.
5752         (diary-font-lock-keywords): Likewise.
5753         * calendar/appt.el (appt-add): Likewise.
5754         (appt-make-list): Likewise.
5755         (appt-convert-time): Likewise.
5757 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
5759         * gdb-ui.el (gdb-ann3): Revert previous change.
5760         (gdb-source-info): Allow for case of where compilation directory
5761         is not recorded.
5763 2004-01-08  John Paul Wallington  <jpw@gnu.org>
5765         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5767 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
5769         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5771         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5772         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5773         problems.
5774         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5776 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
5778         * files.el (write-file-functions, write-contents-functions):
5779         Clarify docstrings.
5781 2004-01-07  Kenichi Handa  <handa@m17n.org>
5783         * international/mule.el (set-auto-coding): Fix for the case that
5784         end-of-line is only CR.
5786 2004-01-07  Kim F. Storm  <storm@cua.dk>
5788         * subr.el (event-start, event-end): Doc fix.
5789         (posn-string, posn-image): New defuns.
5790         (posn-object): Return either image or string object.
5791         (posn-object-x-y): Return 8th element of position.
5792         (posn-object-width-height): New defun.
5794 2004-01-06  Andreas Schwab  <schwab@suse.de>
5796         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5797         output.
5799 2004-01-05  Karl Berry  <karl@gnu.org>
5801         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5802         / and *, too.
5804 2003-12-31  Simon Josefsson  <jas@extundo.com>
5806         * files.el (before-save-hook): Add.
5807         (basic-save-buffer): Use before-save-hook.
5809         * emacs-lisp/copyright.el: Fix comment to recommend
5810         before-save-hook instead of write-file-functions.
5812 2004-01-05  Richard M. Stallman  <rms@gnu.org>
5814         * finder.el (finder-commentary): Call delete-other-windows.
5816         * net/ange-ftp.el (ange-ftp-file-attributes):
5817         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5819 2004-01-04  Karl Berry  <karl@gnu.org>
5821         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5822         comment characters % and # in the copyright year notice,
5823         as well as ;.
5825 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
5827         * wid-edit.el (default): Define dummy :value-delete.
5828         Reported by Jesper Harder <harder@ifa.au.dk>.
5830 2004-01-03  Richard M. Stallman  <rms@gnu.org>
5832         * progmodes/compile.el (compile-internal): Use point, not point-min,
5833         for set-window-point.
5835         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5837         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5839         * progmodes/grep.el (grep-mode-map):
5840         Don't remap next-line, previous-line.
5842 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
5844         * speedbar.el (speedbar-edit-line): Change regexp to position
5845         the cursor on the first character of this line's button.
5847 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5849         * subr.el (functionp): Doc fix.
5851 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5853         * progmodes/idlwave.el (idlwave-make-tags):
5854         * textmodes/flyspell.el (flyspell-large-region):.
5855         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5856         * emulation/viper-util.el (viper-glob-unix-files):
5857         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5858         * man.el (Man-init-defvars):
5859         * jka-compr.el (jka-compr-call-process):
5860         * files.el (get-free-disk-space,insert-directory):
5861         * ediff-ptch.el (ediff-test-patch-utility):
5862         * ediff-diff.el (ediff-test-utility):
5863         * dired-aux.el (dired-check-process):
5864         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5865         test the return value of call-process, because it can be a string.
5867 2003-12-31  John Paul Wallington  <jpw@gnu.org>
5869         * bindings.el (completion-ignored-extensions): Add .pfsl.
5871 2003-12-31  Kim F. Storm  <storm@cua.dk>
5873         * ido.el (ido-nonreadable-directory-p): New defun to check for
5874         nonreadable directory without activating tramp (to avoid problems
5875         with checking incomplete tramp paths).
5876         (ido-set-current-directory, ido-file-internal)
5877         (ido-file-name-all-completions1): Use it.
5879 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
5881         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5882         documentation if the anchor (or node) name is preceded by `info
5883         anchor' or `Info anchor' in addition to earlier `info node' and
5884         `Info node'.
5885         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5887 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5889         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5890         error in arguments to base64-decode-region.  Remove ^M characters
5891         after decoding base64.
5893 2003-12-30  Simon Josefsson  <jas@extundo.com>
5895         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
5896         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5897         have only been distributed with Emacs for some years.
5898         (texinfo-mode-hook): Customize.
5900 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
5902         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5903         cleaner (suggested by Richard Stallman).
5905         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5906         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5907         file-name clashes on 8+3 DOS filesystems.
5909         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5910         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5911         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5912         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5913         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5914         file-name clashes on 8+3 filesystems.
5916         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5917         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5918         file-name clashes on 8+3 DOS filesystems.
5920 2003-12-29  Richard M. Stallman  <rms@gnu.org>
5922         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5923         Upcase the character.
5925         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5926         Search for header separator alone on a line, literally,
5927         and search for it backward, not forward.
5928         (flyspell-abbrev-table): Always use global-abbrev-table
5929         if there is no local one.
5931         * progmodes/sh-script.el (sh-get-indent-info):
5932         Don't move point back if at bob.
5934         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
5936         * play/handwrite.el (handwrite): Make the handwrite credit message
5937         a comment rather than an output command.
5939         * obsolete/sc.el: Display message that this file is obsolete.
5941         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
5943         * mail/rfc822.el (rfc822-address-start): Declare variable.
5944         Renamed from address-start.  All uses changed.
5946         * term.el (term-exec): Set up sentinel.
5947         (term-sentinel): New function.
5948         (term-handle-exit): New function.
5950         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5951         Use assoc-string, and mark them obsolete.
5952         (delay-mode-hooks): Mark as permanent local.
5954         * simple.el (sendmail-user-agent-compose): Use assoc-string.
5956         * register.el (copy-rectangle-to-register): Doc fix.
5958         * info.el (Info-insert-dir): Use assoc-string.
5960         * info-look.el (info-lookup): Use assoc-string.
5962         * frame.el (pop-up-frame-function): Use quote, not `function'.
5963         (frame-notice-user-settings): Calculate ADJUSTED-TOP
5964         copying with lists as coordinate values.
5966         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
5968         * find-dired.el (kill-find): New command.
5969         (find-dired): Make buffer read-only.
5970         Set up a keymap with C-c C-k running kill-find.
5971         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
5973         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
5975         * filecache.el (file-cache-ignore-case): New variable.
5976         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
5978         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
5979         (comint-dynamic-complete-as-filename): Rename local vars.
5980         (comint-dynamic-list-filename-completions): Likewise.
5982         * comint.el (comint-dynamic-list-completions-config): New var.
5983         (comint-dynamic-list-completions): Handle both SPC and TAB right.
5985         * comint.el (comint-file-name-chars): Add [].
5986         (comint-word): Use skip-chars-backward, not search.
5988         * shell.el (shell-file-name-chars): Add [].
5990         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5992         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5994         * generic.el (define-generic-mode): Doc fix.
5996 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
5998         * files.el (kill-some-buffers): Doc fix.
6000 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
6002         * comint.el (comint-watch-for-password-prompt): Pass `string' as
6003         arg to send-invisible
6004         (send-invisible): Doc fix.  The argument is now a prompt, not the
6005         string to send.
6006         (comint-read-noecho): Doc fix.
6008 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
6010         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6011         "@", as required by some ISP hosting service.  Fix defcustom
6012         argument syntax errors that prevented use of customization.
6014 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
6016         * xml.el (xml-get-attribute-or-nil): Doc fix.
6018 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
6020         * net/zone-mode.el (zone-mode): Use write-file-functions, not
6021         write-file-hooks.
6023 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6025         * autorevert.el (auto-revert-interval): Doc fix.
6027 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
6029         * xml.el (xml-get-attribute-or-nil): New function, like
6030         xml-get-attribute, but returns nil if the attribute was not found.
6031         (xml-get-attribute): Convert to defsubst, uses
6032         xml-get-attribute-or-nil.
6034 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
6036         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6038 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
6040         * custom.el (custom-declare-theme): Use `value' when putting
6041         properties on `theme'.
6043 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6045         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6046         for each yank-handler segment.
6047         (insert-for-yank-1): New function, with the body of the previous
6048         insert-for-yank.
6050         * textmodes/table.el (table-yank-handler): New defcustom.
6051         (table--put-cell-indicator-property): Put yank-handler property
6052         that indicates the yank handler for the table cell.
6054 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6056         * generic-x.el (etc-modules-conf-generic-mode): A more complete
6057         set of keywords.
6059 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
6061         * international/mule-cmds.el (reset-language-environment)
6062         (set-language-environment): Don't invoke fontset-related functions
6063         if fontset-list is not fboundp.
6065 2003-12-29  Kenichi Handa  <handa@m17n.org>
6067         * international/mule-cmds.el (reset-language-environment):
6068         Call set-overriding-fontspec-internal with nil.
6069         (set-language-environment): Call set-overriding-fontspec-internal
6070         if the language environment specify `overriding-fontspec'.
6071         (language-info-alist): Doc added.
6073         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6074         characters of mule-unicode-0100-24ff.
6075         (ccl-encode-windows-1251-font): New CCL program.
6076         ("Bulgarian"): Specify overriding-fontspec.
6077         ("Belarusian"): Likewise.
6079 2003-12-28  Sam Steingold  <sds@gnu.org>
6081         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6082         parameter ID-FORMAT to conform with the 2003-11-30 patch.
6084 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
6086         * progmodes/gud.el (gud-gdb-command-name): Set default to
6087         "gdb --annotate=3".
6088         (gud-gdb-marker-filter): Look out for annotations.
6089         (gdb-first-pre-prompt): New variable.
6090         Remove trailing white space.
6092         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6093         if necessary.
6094         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
6095         annotations are detected.
6096         (gud-gdba-marker-filter): Use global variable gud-marker-acc
6097         instead of a local one to allow transition from
6098         gud-gdb-marker-filter.
6099         Remove trailing white space.
6101 2003-12-27  Kim F. Storm  <storm@cua.dk>
6103         * ido.el: Handle non-readable directories.
6104         (ido-decorations): Add 9th element for non-readable directory.
6105         (ido-directory-nonreadable): New dynamic var.
6106         (ido-set-current-directory): Set it.
6107         (ido-read-buffer, ido-file-internal):
6108         (ido-read-file-name, ido-read-directory-name): Let-bind it.
6109         (ido-file-name-all-completions1): Return empty list for
6110         non-readable directory.
6111         (ido-exhibit): Print [Not readable] if directory is not readable.
6112         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6113         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6114         Use it.
6116 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
6118         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6119         calls to directory-files-and-attributes and file-attributes.
6120         (ls-lisp-format): Remove system dependent handling of user and
6121         group id's.
6123 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
6125         * ffap.el (ffap-read-file-or-url): Revert previous change.
6127 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
6129         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6130         new list of included files called `files-with-node-lines', that
6131         only have node lines.  This way @include commands can include any
6132         file, such as version and update files without node lines, not
6133         just files that are chapters.
6135 2003-12-25  Andreas Schwab  <schwab@suse.de>
6137         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6138         file not found.
6140 2003-12-08  Miles Bader  <miles@gnu.org>
6142         * dired.el (dired-between-files): Always use dired-move-to-filename,
6143         which is more robust in non-english locales.
6145 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6147         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6149 2003-12-24  Andreas Schwab  <schwab@suse.de>
6151         * shell.el (shell-file-name-quote-list): Add backslash.
6153         * comint.el (comint-quote-filename): Correctly handle backslash
6154         in comint-file-name-quote-list.
6156 2003-12-24  Kenichi Handa  <handa@m17n.org>
6158         * international/mule-cmds.el (set-default-coding-systems):
6159         Call ucs-set-table-for-input for all buffers that don't have local
6160         value of buffer-file-coding-system.
6162         * international/ucs-tables.el (ucs-set-table-for-input):
6163         If translation-table-for-encode is a symbol, get its
6164         translation-table property.
6166 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
6168         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6169         to `completing-read' on a recently fixed bug.
6171         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6172         instead of SPACE, to get the list of possible fringe modes.
6173         SPACE only works if both `partial-completion-mode' and
6174         `completion-auto-help' are nil.
6176         * complete.el (PC-is-complete-p): Delete.
6177         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6178         calls to `test-completion'.
6180 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
6182         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6183         to edit values when there are no children.
6185         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6186         a mode called "Assembler" already exists.
6187         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6188         (gud-watch): Use format option.  Remove font properties from string.
6189         (gdb-var-create-handler, gdb-var-list-children-handler):
6190         Don't bother about properties as there are none.
6191         (gdb-var-create-handler, gdb-var-list-children-handler)
6192         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6193         with two arguments.
6194         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6195         Let speedbar show value changes with a different font.
6196         (gdb-edit-value): New defun.
6197         (gdb-clear-partial-output, gdb-clear-inferior-io)
6198         (def-gdb-auto-update-handler): Use erase-buffer.
6199         (gdb-frame-handler): Display watch expressions in
6200         FUNCTION::VARIABLE format if required.
6202 2003-12-23  John Paul Wallington  <jpw@gnu.org>
6204         * info.el (Info-unescape-quotes, Info-split-parameter-string)
6205         (Info-goto-emacs-command-node): Doc fixes.
6207 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
6209         * cus-edit.el (custom-add-parent-links): Define "many".
6211 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
6213         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6214         (widget-child-validate, widget-type-value-create)
6215         (widget-type-default-get, widget-type-match): New functions.
6216         (lazy): New widget.
6217         (menu-choice, checklist, radio-button-choice, editable-list)
6218         (group, documentation-string): Remove redundant (per 2003-10-25
6219         change) calls to `widget-children-value-delete'.
6220         (widget-choice-value-get, widget-choice-value-inline): Remove.
6221         (menu-choice): Update widget.
6223 2003-12-03  Kenichi Handa  <handa@m17n.org>
6225         * language/cyrillic.el: Register "microsoft-cp1251" in
6226         ctext-non-standard-encodings-alist.
6227         ("Bulgarian"): Add ctext-non-standard-encodings.
6228         ("Belarusian"): Likewise.
6230         * international/mule-conf.el (compound-text-with-extensions):
6231         Change the type to 2 (iso-2022 base).
6233         * international/mule.el (ctext-non-standard-encodings-alist):
6234         Change the format.
6235         (ctext-non-standard-encodings): New variable.
6236         (ctext-post-read-conversion): Fully re-written.
6237         (ctext-non-standard-designations-alist): Delete it.
6238         (ctext-non-standard-encodings-table): New function.
6239         (ctext-pre-write-conversion): Fully re-written.
6241 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6243         * cus-edit.el (custom-add-parent-links): Add documentation links
6244         for parent, if the item has none of its own.
6246 2003-11-30  Richard M. Stallman  <rms@gnu.org>
6248         * dired-aux.el (dired-do-query-replace-regexp):
6249         Report files visited read-only.
6251 2003-11-30  Juri Linkov  <juri@jurta.org>
6253         * dired-aux.el (dired-compare-directories): New command.
6254         (dired-file-set-difference, dired-files-attributes): New functions.
6256 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6257         Version 2.0.38 of Tramp released.
6259         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
6260         Charles Curley <charlescurley@charlescurley.com>.
6261         (tramp-multi-connection-function-alist): Add ssht entry which adds
6262         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
6263         Aichner.
6264         (tramp-get-method-parameter): New function to retrieve a method
6265         parameter.  This allows for omission of method parameters.
6266         Callers adjusted.
6268 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
6270         * net/tramp.el: Add new optional parameter ID-FORMAT to
6271         `file-attributes'.  Calls of `file-attributes' won't use this
6272         parameter for backward compatibility reasons.
6273         (tramp-perl-file-attributes): Add a new parameter to Perl script
6274         in order to handle uid/gid as strings, if desired.
6275         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6276         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6277         order to make the function more general.
6278         (tramp-handle-file-attributes): Replace proprietary optional
6279         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6280         (tramp-handle-file-attributes-with-perl): Handle parameter
6281         NONNUMERIC if set.  This wasn't done in the past.
6282         (tramp-post-connection): Apply second parameter "$2" if
6283         `tramp-remote-perl' is called.
6285         * net/tramp-smb.el (tramp-smb-handle-delete-file):
6286         Correct cut'n'waste error (`filename' instead of `directory').
6287         (tramp-smb-handle-directory-files-and-attributes)
6288         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6289         introduced parameter ID-FORMAT.
6290         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6291         error (`directory' instead of `ldir').
6293         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6294         `file-attributes' has a second parameter.  If yes, apply it with
6295         value "'integer".  Otherwise, don't use that parameter (default is
6296         integer format).
6298 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
6300         * help.el (help-map): Bind `display-local-help' to `C-h .'.
6301         (help-for-help): Add `C-h .' to the listed Help options.
6302         Remove trailing whitespace.
6304         * help-at-pt.el: New file.
6306 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
6308         * subr.el (noreturn, 1value): New macros for test coverage.
6309         See `testcover.el'.
6311         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6313         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6314         for macro `1value'.
6315         (testcover-1value): New function.  Checks that a 1value form
6316         actually returns only one value.  Requested by RMS.
6318 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
6320         * gdb-ui.el (gud-watch, gdb-var-create-handler)
6321         (gdb-var-list-children, gdb-var-list-children-handler)
6322         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6323         gdb commands that use mi to keep them out of the command history.
6325 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6327         * cus-start.el (all): Add use-file-dialog.
6329 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6333 2003-11-27  Kim F. Storm  <storm@cua.dk>
6335         * subr.el (posn-object-x-y): New defun.
6337 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6339         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6340         Don't use `space' for \\\n.
6341         Be more selective as to which # are comment-starters.
6343 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
6345         * subr.el (number-sequence): Improve handling of floating point
6346         arguments (suggested by Kim Storm).  Allow negative arguments.
6348 2003-11-26  Kenichi Handa  <handa@m17n.org>
6350         * international/mule-cmds.el (standard-display-european-internal):
6351         Cancel the standard-display-table setting for ` and '.
6353 2003-11-26  Kim F. Storm  <storm@cua.dk>
6355         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6356         New defcustoms to add ffap-like functionality to ido.
6357         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
6358         (ido-no-final-slash): New defun.
6359         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6360         (ido-read-file-name): ): Toggle VC checking via
6361         vc-handled-backends instead of vc-master-templates.
6362         (ido-file-internal): Handle ido-use-url-at-point and
6363         ido-use-filename-at-point via code borrowed from ffap-guesser.
6364         Handle new ido-exit code ffap.
6365         (ido-sort-list): Ignore final slash when sorting file names.
6367 2003-11-25  Kim F. Storm  <storm@cua.dk>
6369         * emulation/cua-base.el (cua--standard-movement-commands):
6370         Add forward-sentence and backward-sentence.
6372 2003-11-25  Stephen Eglen  <stephen@gnu.org>
6374         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6375         iswitchb-exit is set to 'usefirst when user selects buffer at head
6376         of list using RET.  (Selecting buffers at the head of the list was
6377         broken if the substring was also a complete buffername.)
6379 2003-11-23  Kim F. Storm  <storm@cua.dk>
6381         * progmodes/compile.el (grep-command, grep-use-null-device)
6382         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6383         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6384         (grep-regexp-alist, grep-program, find-program)
6385         (grep-find-use-xargs, grep-history, grep-find-history)
6386         (grep-process-setup, grep-compute-defaults)
6387         (grep-default-command, grep, grep-tag-default, grep-find)
6388         (grep-expand-command-macros, grep-tree-last-regexp)
6389         (grep-tree-last-files, grep-tree): Move grep variables, functions
6390         and commands to new file grep.el.
6391         (compilation-mode-map): Remove grep commands from Compile sub-menu.
6392         (compilation-process-setup-function): Doc fix.
6393         (compilation-highlight-regexp, compilation-highlight-overlay): New
6394         defvars used for highlighting current compile error in source buffer.
6395         (compile-internal): New optional args HIGHLIGHT-REGEXP and
6396         LOCAL-MAP which overrides compilation-highlight-regexp and
6397         compilation-mode-map for this compilation.
6398         Delay calling compilation-set-window-height until after running
6399         compilation-process-setup-function so it can buffer-local override
6400         compilation-window-height.
6401         Check buffer-local value of compilation-scroll-output.
6402         (compilation-set-window-height): Use buffer-local value of
6403         compilation-window-height.
6404         (compilation-revert-buffer): Don't pass (undefined)
6405         preserve-modes arg to revert-buffer.
6406         (next-error-no-select, previous-error-no-select): New commands.
6407         (compilation-goto-locus): Temporarily highlight current match in
6408         source buffer using compilation-highlight-regexp.
6410         * progmodes/grep.el: New file with grep code from compile.el.
6411         (grep): New defcustom group.
6412         (grep-window-height): New defcustom, like compilation-window-height.
6413         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6414         (grep-scroll-output): New defcustom, like compilation-scroll-output.
6415         (grep-command, grep-use-null-device, grep-find-command)
6416         (grep-tree-files-aliases, grep-tree-ignore-case)
6417         (grep-tree-ignore-CVS-directories): Move to grep custom group.
6418         (grep-setup-hook): New hook variable.
6419         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
6420         (grep-last-buffer): New defvar, override compilation-last-buffer.
6421         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
6422         Call compile-internal with args highlight-regexp and grep-mode-map.
6424 2003-11-23  Kim F. Storm  <storm@cua.dk>
6426         * subr.el (event-start, event-end): Doc fix.
6427         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6428         (posn-area, posn-actual-col-row, posn-object): New defuns.
6429         (posn-col-row): Simplify doc.  Rewrite to use cond.
6430         (posn-point): Also return buffer position for events outside text
6431         area (that info is now present in the event position).
6433         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6434         mouse-set-point so that hscroll still works now that clicks on
6435         fringes generate specific mouse events.
6436         (mouse-set-point): Note that it now works in fringes and margins
6437         too due to new semantics of posn-point in fringes and margins.
6439         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6440         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6442 2003-11-20  Kim F. Storm  <storm@cua.dk>
6444         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6445         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6446         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6447         to 100 for icons to avoid increasing line height when shown.
6449 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6451         * newcomment.el (comment-normalize-vars): Initialize properly if
6452         comment-start was nil.
6454 2003-11-19  Andreas Schwab  <schwab@suse.de>
6456         * simple.el (set-variable): Fix indentation.
6458 2003-11-17  Kenichi Handa  <handa@m17n.org>
6460         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6461         Fix docstring.
6463 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6465         * international/latin1-disp.el (latin1-display): Fix docstring.
6467 2003-11-16  John Wiegley  <johnw@newartisans.com>
6469         * eshell/em-ls.el (eshell-ls-file): There are times with
6470         size-width is nil and uncomputed (when directories are created in
6471         dired, for example); in this case, 4 is reasonable default value,
6472         although it may caused skewed new entries (which could be avoided
6473         by returning the original value of 8 in all cases, but 99% of the
6474         time this is a waste of whitespace).
6476 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
6478         * cc-engine.el (c-guess-continued-construct)
6479         (c-guess-basic-syntax): Check a little more carefully if it's a
6480         function declaration when an unknown construct followed by a block
6481         is found inside a statement context.  This avoids macros followed
6482         by blocks to be taken as function declarations.
6484         (c-guess-continued-construct): Change the analysis of a statement
6485         continuation with a brace open to `substatement-block', for
6486         consistency with recognized statements.
6488         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6489         start is in a position so that `c-beginning-of-statement-1' jumped
6490         to the beginning of the same statement.
6492         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6493         Don't accept binary operators in the arglist if we're in a function
6494         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
6495         template recognition in cases like "if (a < b || c > d)".
6497         (c-restricted-<>-arglists): New more appropriate name for
6498         `c-disallow-comma-in-<>-arglists'.
6500         Accessing functions updated for the variable name change.
6502         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6503         match data could get clobbered if NOT-INSIDE-TOKEN is used.
6505         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6506         labels.
6508         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6509         instead of duplicating parts of it.  This fixes bogus label
6510         recognition.
6512         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6513         of checking the context in which to apply the minimum indentation,
6514         so that it isn't enforced in e.g. namespace blocks.
6516         * cc-vars.el (c-inside-block-syms): New constant used by
6517         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
6518         to somewhat reduce the risk of becoming stale.
6520         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6521         cc-cmds to cc-engine to allow use from cc-align.
6523         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6524         qualified identifiers containing "::".
6526         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6527         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6529         * cc-vars.el (c-emacs-features): Use a space in front of the name
6530         of the temporary buffer.  That also avoids dumping problems in
6531         XEmacs due to undo info being left around after the buffer is killed.
6533         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6534         arglist to see if it's a K&R style declaration.
6536         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6537         before returning `knr-argdecl-intro'.
6539 2003-11-16  John Wiegley  <johnw@newartisans.com>
6541         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6542         field in a long-listing always 8 characters, use `size-width',
6543         which has already been computed.
6545 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
6547         * subr.el (minor-mode-list): Add `hs-minor-mode'.
6549 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6551         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6552         Support operation while narrowed, with `diff-restrict-view'.
6554 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
6556         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6557         Take additional optional arg NARROWFUN.  For the generated functions:
6558         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
6559         include frags that arrange to check for and save narrowing state before
6560         the move and then conditionally call NARROWFUN after the move.
6562 2003-11-14  John Wiegley  <johnw@newartisans.com>
6564         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6565         that was optional, but obviously missing based on surrounding code.
6567         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6568         string arguments to numbers unless the whole argument was seen as
6569         a number.
6571 2003-11-14  Kenichi Handa  <handa@m17n.org>
6573         * international/mule.el (ctext-non-standard-encodings-alist):
6574         Fix coding systems.
6576 2003-11-10  Kenichi Handa  <handa@m17n.org>
6578         * language/kannada.el ("Kannada"): Add sample-text.
6580         * language/knd-util.el (kannada-compose-region)
6581         (kannada-compose-string, kannada-post-read-conversion):
6582         Add autoload cookie.
6584         * international/quail.el (quail-completion): Change the message
6585         "corresponding translations" to "corresponding characters".
6587 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6589         * descr-text.el (describe-char): Fix typo.
6591 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
6593         These changes are to support Kannada language/script.
6595         * Makefile.in (DONTCOMPILE): Add kannada.el.
6597         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6599         * loadup.el: Preload kannada.el.
6601         * language/ind-util.el (ucs-kannada-to-is13194-alist)
6602         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6603         New variables.
6605         * language/kannada.el: New file.
6607         * language/knd-util.el: New file.
6609 2003-11-07  Andreas Schwab  <schwab@suse.de>
6611         * progmodes/autoconf.el (autoconf-font-lock-keywords):
6612         Also highlight AH_*.
6614         * xml.el (xml-parse-dtd): Fix misplaced paren.
6616 2003-11-07  Kenichi Handa  <handa@m17n.org>
6618         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6620 2003-11-05  Juri Linkov  <juri@jurta.org>
6622         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6623         (desktop-buffer-file): Use saved buffer-file-coding-system
6624         for file reading.  Set auto-insert to nil to prevent automatic
6625         insertion into restored empty files.
6627 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
6629         * files.el (risky-local-variable-p): Make second argument optional.
6631 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6633         * subr.el (add-hook): Fix last change.
6635 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
6637         * mail/rmail.el (rmail-convert-to-babyl-format):
6638         If base64-decode-region signals an error, catch it and silently
6639         ignore it.
6641 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
6643         * xml.el (xml-parse-region): Allow comments to appear after the
6644         topmost element has closed.
6645         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6646         (xml-ns-expand-attr): New functions to do namespace handling.
6647         (xml-intern-attrlist): Back-compatible handling of attribute names.
6648         (xml-parse-tag): Move namespace handling to separate functions.
6649         Now produces elements in the form ((:ns . "element") (attr-list)
6650         children) instead of ('ns:element (attr-list) children).
6651         (xml-parse-attlist): Fix attribute parsing.
6652         (xml-parse-dtd): Change parsing so that it produces strings
6653         instead of interned symbols.
6655 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
6657         * dired.el (dired-ls-sorting-switches): Doc fix.
6659 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
6661         * emacs-lisp/rx.el (rx-or): Fix the case of
6662         "(rx (and ?a (or ?b ?c) ?d))".
6664 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
6666         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6667         (texinfo-format-region): Use it.
6668         (texinfo-format-buffer-1): Ditto.
6670 2003-11-01  Alan Mackenzie  <acm@muc.de>
6672         Changes to allow scrolling whilst in isearch mode:
6673         * isearch.el (isearch-unread-key-sequence): New function,
6674         extracted from isearch-other-meta-char.
6675         (top level): (put 'foo 'isearch-scroll) on all Emacs's
6676         "scrollable" standard functions.
6677         (isearch-allow-scroll): New customizable variable.
6678         (isearch-string-out-of-window, isearch-back-into-window)
6679         (isearch-reread-key-sequence-naturally)
6680         (isearch-lookup-scroll-key): New functions.
6681         (isearch-other-meta-char): Doc string and functionality enhanced.
6682         Now accepts a prefix argument.
6683         (isearch-lazy-highlight-window-end): New variable.
6684         (isearch-lazy-highlight-new-loop): Pay attention to the window's
6685         end (thru isearch-lazy-highlight-window-end), not only its start.
6687         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6688         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6689         (universal-argument, universal-argument-more, negative-argument)
6690         (digit-argument, universal-argument-other-key): Minor changes.
6692 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6694         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6695         recursively if the last message is deleted, thus avoiding an
6696         infinite loop.
6698 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6701         (tex-main-file): Don't add .tex if the extension is already present.
6702         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6704 2003-10-29  Lute Kamstra  <lute@gnu.org>
6706         * progmodes/octave-inf.el (inferior-octave-prompt):
6707         Recognize version number in prompt.
6709 2003-10-28  Dave Love  <fx@gnu.org>
6711         * international/characters.el: Fix some Unicode ranges.
6713 2003-10-28  Kenichi Handa  <handa@m17n.org>
6715         * disp-table.el (standard-display-8bit)
6716         (standard-display-default, standard-display-ascii)
6717         (standard-display-g1, standard-display-graphic)
6718         (standard-display-underline): Assure that standard-display-table
6719         is a display table.
6721 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * simple.el (reindent-then-newline-and-indent): Delete space *after*
6724         reindenting the first line.
6726 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6728         * wid-edit.el (widget-default-delete): Always delete child widgets.
6730 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * newcomment.el (comment-indent): Don't call indent-according-to-mode
6733         if the line has code.
6734         Don't try to line up with something that's too far left.
6736         * progmodes/octave-mod.el (octave-comment-start): Simplify.
6737         (octave-mode-syntax-table): Add % as a comment starter.
6738         (octave-point): Remove.
6739         (octave-in-comment-p, octave-in-string-p)
6740         (octave-not-in-string-or-comment-p, calculate-octave-indent)
6741         (octave-blink-matching-block-open, octave-auto-fill):
6742         Use line-(beginning|end)-position instead.
6744 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6746         * emacs-lisp/authors.el (authors-aliases): Add correct realname
6747         for Francesco Potort\e,Al\e(B.
6749 2003-10-23  Dave Love  <fx@gnu.org>
6751         * international/mule-cmds.el (locale-charset-to-coding-system):
6752         Don't rely on nil being a coding system.
6754         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6755         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6756         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6758 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
6760         * gdb-ui.el (gdb-current-language): New variable.
6761         (gdb-update-flag): Remove variable.
6762         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6763         (gdb-take-last-elt): Remove function.
6764         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6765         (gdb-post-prompt): Check for variable object changes here.
6767         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6768         object changes in gdb-ui.el.
6770 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6772         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6774         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6775         Don't check for foo*/ wildcard form here.
6776         (insert-directory): Recognize foo*/ as a wildcard.
6777         Separate wildcard-regexp variable from the arg, wildcard.
6779         * subr.el (add-hook): Correctly detect when make-local-hook was used.
6780         (remove-hook): Correctly handle strange cases about local hooks.
6782 2003-10-21  David Ponce  <david@dponce.com>
6784         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6785         argument REAL, to return a real number instead of a rounded
6786         integer value.  Define as inline function.
6787         (ruler-mode-right-fringe-cols): Likewise.
6788         (ruler-mode-scroll-bar-cols): New function.
6789         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
6790         (ruler-mode-right-scroll-bar-cols): Likewise.
6791         (ruler-mode-space): New function.
6792         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
6793         scroll bar mode and margins in a more robust way.
6795 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
6797         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6798         (antlr-c-init-language-vars): New function.
6799         (antlr-mode): Use it with cc-mode before v5.29.
6800         (antlr-c-common-init): Don't set some local vars here.
6801         (antlr-mode): Set them here.
6802         (antlr-c-forward-sws): New function alias.
6803         (antlr-mode): Redefine with cc-mode before v5.30.
6804         (antlr-skip-sexps): Use it.
6805         (antlr-skip-exception-part): Ditto.
6806         (antlr-skip-file-prelude): Ditto.
6807         (antlr-outside-rule-p): Ditto.
6808         (antlr-end-of-body): Ditto.
6809         (antlr-option-kind): Ditto.
6810         (antlr-insert-option-area): Ditto.
6811         (antlr-file-dependencies): Ditto.
6813 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6815         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6816         Move backward only if point was not inside an entry.
6818 2003-10-21  Richard M. Stallman  <rms@gnu.org>
6820         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6822 2003-10-21  Juri Linkov  <juri@jurta.org>
6824         * compare-w.el: Automatically skip non-matching text to resync.
6825         (compare-windows-whitespace): Doc fix.
6826         (compare-windows-sync, compare-windows-sync-string-size)
6827         (compare-windows-recenter, compare-ignore-whitespace)
6828         (compare-windows-highlight, compare-windows-face): New variables.
6829         (compare-windows): Use compare-windows-sync.
6830         (compare-windows-highlight, compare-windows-dehighlight)
6831         (compare-windows-sync-regexp)
6832         (compare-windows-sync-default-function): New functions.
6834 2003-10-21  Juri Linkov  <juri@jurta.org>
6836         * diff.el (diff-parse-differences): Don't visit the files now;
6837         instead, just record the error locus.
6839 2003-10-21  Dave Love  <fx@gnu.org>
6841         * progmodes/cfengine.el: New file.
6843 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6845         * complete.el (PC-do-completion): Do not forget to use `pred' as the
6846         default-directory when completing file names.
6848 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
6850         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6851         followed by the word `face', it gets treated as a face, even if
6852         it is also defined as a variable or a function.
6854 2003-10-20  Dave Love  <fx@gnu.org>
6856         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6857         Avoid incf in macro expansion.
6859 2003-10-20  John Paul Wallington  <jpw@gnu.org>
6861         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6862         `evenp' so we don't implicitly require cl library at runtime.
6864 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
6866         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6867         (help-make-xrefs): Only make cross-references for faces if
6868         preceded or followed by the word `face'.  Do not make a
6869         cross-reference for variables without variable documentation,
6870         unless preceded by the word `variable' or `option'.  Update doc
6871         string accordingly.
6873 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
6875         * progmodes/hideshow.el: Rewrite one-armed `if'
6876         constructs using either `when' or `unless'.
6877         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6879 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
6881         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6882         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6883         instead of 12x12.
6885 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
6887         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6888         message while converting to Babyl.
6890 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
6892         * allout.el (allout-mode): Doc fix.
6894 2003-10-16  Lute Kamstra  <lute@gnu.org>
6896         * subr.el (force-mode-line-update): Fix docstring.
6898 2003-10-14  Dave Love  <fx@gnu.org>
6900         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6901         (default-input-method): Add :link, improve :type.
6902         (locale-charset-language-names): Fix utf-8 pattern.
6903         (locale-charset-match-p, locale-charset-alist)
6904         (locale-charset-to-coding-system): New.
6905         (set-locale-environment): Deal with codeset part of locale specs.
6907 2003-10-14  Lute Kamstra  <lute@gnu.org>
6909         * fringe.el (fringe-mode): Use active voice in docstring.
6910         (set-fringe-style): Ditto.
6912 2003-10-13  Lute Kamstra  <lute@gnu.org>
6914         * fringe.el (fringe-mode): Fix docstring.
6915         (set-fringe-style): Ditto.
6917 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6919         * ediff-mult.el (ediff-filegroup-action):
6920         Use ediff-default-filtering-regexp.
6922         * ediff-util.el (ediff-recenter): Don't call
6923         ediff-restore-highlighting twice.
6924         (ediff-select-difference): Set current difference.
6925         (ediff-unselect-and-select-difference): Add comment.
6927         * ediff.el (ediff-directories,ediff-directory-revisions)
6928         (ediff-directories3,ediff-merge-directories)
6929         (ediff-merge-directories-with-ancestor)
6930         (ediff-merge-directory-revisions)
6931         (ediff-merge-directory-revisions-with-ancestor):
6932         Use ediff-default-filtering-regexp.
6934 2003-10-12  Andreas Schwab  <schwab@suse.de>
6936         * international/mule-cmds.el (locale-charset-language-names):
6937         Simplify regex by removing unused grouping.
6939 2003-10-10  Dave Love  <fx@gnu.org>
6941         * bindings.el: Don't bind stop.
6943 2003-10-08  Miles Bader  <miles@gnu.org>
6945         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
6946         face instead of attempting to emulate it.
6948 2003-10-07  Kenichi Handa  <handa@m17n.org>
6950         * international/mule-diag.el (list-coding-systems-1): List coding
6951         systems that are loaded automatically.
6953         * international/code-pages.el (iso-8859-11): Add autoload cookie.
6955         * international/mule.el (autoload-coding-system): New function.
6957 2003-10-07  Andreas Schwab  <schwab@suse.de>
6959         * log-edit.el (log-edit-changelog-entries): Prefer local value of
6960         change-log-default-name in the buffer visiting the file.
6962 2003-10-06  Dave Love  <fx@gnu.org>
6964         * files.el (find-file-hook): Customize.
6965         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
6967         * bindings.el (completion-ignored-extensions): Remove .log.
6968         (global-map): Add again, open, stop keys.
6970 2003-10-05  Richard M. Stallman  <rms@gnu.org>
6972         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
6973         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
6974         Use sh-modify directly.
6975         (sh-select): Use sh-append, not eval.
6977         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
6979         * info.el (Info-following-node-name): New function.
6981         * loadhist.el (unload-feature-special-hooks):
6982         Rename from loadhist-hook-functions.
6983         (loadhist-hook-functions): Now an alias.
6985 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
6987         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6988         file-name clashes on 8+3 filesystems.
6990         * Makefile.in (DONTCOMPILE, bootstrap-clean):
6991         Rename loaddefs-boot.el to ldefs-boot.el
6993         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6994         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6996 2003-10-03  Lute Kamstra  <lute@gnu.org>
6998         * info.el (Info-mode): Revert previous change.
6999         (Info-escape-percent): New function.
7000         (Info-fontify-node): Use it.
7002 2003-10-02  Andreas Schwab  <schwab@suse.de>
7004         * loaddefs-boot.el: Regenerated.
7006 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
7008         * ffap.el: Remove defadvice related code from CVS since `complete'
7009         provides a `PC-completion-as-file-name-predicate' variable that
7010         ffap can override.
7012 2003-10-02  Kenichi Handa  <handa@m17n.org>
7014         * international/utf-8.el (ccl-decode-mule-utf-8):
7015         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7017         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7018         * international/subst-big5.el: Likewise.
7019         * international/subst-gb2312.el: Likewise.
7020         * international/subst-ksc.el: Likewise.
7022 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7024         * calendar/calendar.el (increment-calendar-month)
7025         (calendar-leap-year-p, calendar-absolute-from-gregorian)
7026         (generate-calendar, calendar-read-date, calendar-interval)
7027         (calendar-day-of-week): Handle years BC.
7028         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7030 2003-10-01  Dave Love  <fx@gnu.org>
7032         * language/cyrillic.el (cp1251): Alias for windows-1251.
7034         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7035         bootstrap.
7037 2003-10-01  Lute Kamstra  <lute@gnu.org>
7039         * files.el: Fix typo.
7040         * imenu.el (imenu--generic-function): Docstring fix.
7042 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7044         * dired.el (dired-mode): Handle dired-directory as a list.
7046 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
7048         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7050         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7052         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7053         Replace gud-display with gud-watch.
7054         (gud-speedbar-buttons): Add stuff for watching expressions
7055         in the speedbar when using M-x gdba.  Use dolist on old part
7056         of this function.
7058         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7059         (gdb-update-flag): New variables.
7060         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7061         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7062         (gud-watch, gdb-var-create-handler) : New functions.
7063         (gdb-var-list-children, gdb-var-list-children-handler)
7064         (gdb-var-create-regexp, gdb-var-update-regexp)
7065         (gdb-var-list-children-regexp): New constants.
7066         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7067         (gdb-annotation-rules): Reduce annotation set (level 3).
7068         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7069         (gdb-post-prompt): Don't update GDB buffers every time speedbar
7070         updates.
7071         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7072         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7073         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7074         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7075         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7076         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7077         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7078         (gud-display, gud-display1)
7079         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7080         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7081         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7082         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7083         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7084         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7085         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7086         (gdb-display-display-buffer, gdb-toggle-display)
7087         (gdb-delete-display, gdb-expressions-popup-menu)
7088         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7089         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7090         to display buffer.
7092 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7094         * progmodes/ada-mode.el (ada-mode): Don't use advice.
7095         Instead, set which-func-functions.
7097         * progmodes/which-func.el (which-func-modes): Add ada-mode.
7098         (which-func-functions): New variable.
7099         (which-function): Use that.
7101         * info.el (Info-mode): Double each `%' in header line.
7103         * emacs-lisp/lisp-mnt.el (lm-with-file):
7104         When FILE is nil, run BODY in current buffer.
7106         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7108         * help.el (describe-mode): Start with a brief list of minor modes.
7109         Find them thru minor-mode-list so as to find them all.
7110         Show them in alphabetical order.
7112         * mail/sendmail.el (mail-aliases): Doc fix.
7114         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7116 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7118         * mail/rmailsum.el (rmail-make-summary-line-1):
7119         Change comma after last label to a space.
7120         (rmail-summary-font-lock-keywords): Adapt to that change.
7122 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
7124         * progmodes/scheme.el (scheme-mode-variables): When setting
7125         `font-lock-defaults', also specify that "#" should
7126         be interpreted with `word' syntax.
7127         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7129 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
7131         * desktop.el: A lot of comments updated.
7132         (desktop-save-mode): Minor mode introduced.
7133         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7134         (desktop-load-default): Function made obsolete.
7135         (desktop-locals-to-save): Variable made customizable.
7136         (desktop-read): Optional parameter `dirname' added.
7137         (desktop-change-dir, desktop-revert): Parameter `dirname' in
7138         `desktop-read' used.
7139         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7141 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
7143         * whitespace.el (whitespace-clean-msg): Add user customizable message
7144         for displaying ``clean'' output.
7145         (whitespace-buffer): Use `whitespace-clean-msg'.
7146         (whitespace-global-mode): Fix typo.
7148 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
7150         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7152 2003-09-29  Lute Kamstra  <lute@gnu.org>
7154         * bindings.el (mode-line-modes): Remove superfluous :propertize
7155         construct in initialization.
7156         (mode-line-position): Change cons cell into proper list in
7157         initialization.
7159 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
7161         * international/mule.el (decode-coding-inserted-region): Use car
7162         of the return value of find-operation-coding-system.
7164 2003-09-29  Kenichi Handa  <handa@m17n.org>
7166         * descr-text.el (describe-char): Fix previous change.
7168 2003-09-28  Kenichi Handa  <handa@m17n.org>
7170         * descr-text.el (describe-char-display): New function.
7171         (describe-char): Pay attention to display table on describing how
7172         a character is displayed.
7174         * international/mule-cmds.el (encoded-string-description):
7175         Prepend "0x" to each encoded byte.
7177 2003-09-28  Andreas Schwab  <schwab@suse.de>
7179         * find-file.el (ff-special-constructs): Add autoload cookie.
7181 2003-09-28  Kevin Ryde  <user42@zip.com.au>
7183         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7184         makeinfo appends to duplicate index entries.
7186 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
7188         * dired-x.el (dired-clean-tex): Doc fix.
7190         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7191         using a Chinese tutorial.
7193 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7195         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7196         between "MAIL FROM:" and "RCPT TO:" and the following address.
7198 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7200         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7202 2003-09-28  David Ponce  <david@dponce.com>
7204         * recentf.el (recentf-initialize-file-name-history): New defcustom.
7205         (recentf-load-list): When `recentf-initialize-file-name-history'
7206         is non-nil, initialize an empty `file-name-history' with the
7207         recent list.
7209 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
7211         * man.el (Man-default-man-entry): Remove the leading `*' from the
7212         word at point.
7214 2003-09-26  Lute Kamstra  <lute@gnu.org>
7216         * bindings.el (mode-line-position): Mention size indication in
7217         docstring.
7219 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
7221         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7223         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7224         because it's autoloaded now.
7226 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
7228         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7229         (sh-font-lock-keywords, sh-feature): Fix previous change of
7230         sh-feature to avoid infloop with sh-font-lock-keywords.
7232 2003-09-25  Kim F. Storm  <storm@cua.dk>
7234         * frame.el (frame-current-scroll-bars): New defun.
7236         * window.el (window-current-scroll-bars): New defun.
7238 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7240         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7241         cause errors when the state cache contains info on parts that have
7242         been narrowed out.
7244 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7246         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7247         `c-setup-paragraph-variables' has to be used when this variable is
7248         changed; it doesn't work to reinitialize the mode since that
7249         typically clobbers the variable.
7251         * progmodes/cc-styles.el (c-setup-paragraph-variables):
7252         Make it interactive.
7254 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7256         * progmodes/cc-fonts.el (c-font-lock-declarations):
7257         Fix recognition of constructors and destructors for classes whose
7258         names are matched by `*-font-lock-extra-types'.
7260         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7261         followed by an identifier in C++ then it's a type.
7263 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7265         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7266         problem that primarily affected XEmacs.  Don't use faces to find
7267         unterminated strings since Emacs and XEmacs fontify strings
7268         differently - this function should now work better in XEmacs.
7270 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7272         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7273         `expand-abbrev' workaround which caused braces to misbehave inside
7274         macros.
7276         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7277         handling.  This bug could cause interactive font locking to bail out.
7279 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
7281         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7282         Handle paren-style types in Pike.  Also fixed some cases of
7283         insufficient handling of unbalanced parens.
7285 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
7287         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7288         common shell prompts that are not common filename or URL characters.
7289         (ffap-file-at-point): Use the new regexp to strip the prompts from
7290         the file names.  This is an issue mostly for user prompts that
7291         don't have a trailing space and find-file-at-point is invoked from
7292         within a shell inside Emacs.
7294 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
7296         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7297         stamps numerically, rather than textually.
7299 2003-09-24  Kenichi Handa  <handa@m17n.org>
7301         * language/devan-util.el (devanagari-post-read-conversion):
7302         * language/mlm-util.el (malayalam-post-read-conversion):
7303         * language/tml-util.el (tamil-post-read-conversion):
7304         Add autoload cookie.
7306         * international/utf-8.el (utf-8-post-read-conversion):
7307         Call post-read-conversion functions for Devanagari, Malayalam,
7308         and Tamil.
7310 2003-09-23  Dave Love  <fx@gnu.org>
7312         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7314 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
7316         * progmodes/gud.el (perldb): Add gud-until to list of commands.
7317         Update gud-remove.
7319 2003-09-22  Richard M. Stallman  <rms@gnu.org>
7321         * progmodes/sh-script.el (sh-mode-default-syntax-table):
7322         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
7323         (sh-mode-syntax-table-input): New variable.
7324         (sh-require-final-newline): Don't use eval.
7325         (sh-builtins, sh-leading-keywords, sh-other-keywords)
7326         (sh-variables, sh-font-lock-keywords): Don't use eval.
7327         (sh-set-shell): When setting require-final-newline,
7328         treat value = `require-final-newline' as don't change it.
7329         Set sh-mode-syntax-table locally based on
7330         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7332         * progmodes/compile.el (compile-internal):
7333         Call compilation-set-window-height before setting window start.
7335 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
7337         * emacs-lisp/bytecomp.el (byte-compile-log-file):
7338         Clear out byte-compile-last-warned-form.
7340 2003-09-22  Richard M. Stallman  <rms@gnu.org>
7342         * woman.el (woman-file-name, woman-follow-word):
7343         If current-word returns nil, use "".
7345         * simple.el (eval-expression): Bind standard-output in to-buffer case.
7347 2003-09-22  Richard M. Stallman  <rms@gnu.org>
7349         * emacs-lisp/lisp-mnt.el (lm-with-file):
7350         Don't visit the file, just use insert-file-contents in temp buffer.
7352 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
7354         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7355         Add surrounding \\( and \\) around the header, as in
7356         for lm-history-header 'Change Log\\|History'.
7358 2003-09-22  John Paul Wallington  <jpw@gnu.org>
7360         * progmodes/ld-script.el: Add Commentary section,
7361         minor cleanup of file header.
7362         (ld-script-font-lock-keywords): Doc fix.
7363         (toplevel): Provide `ld-script' feature.
7365 2003-09-21  Kim F. Storm  <storm@cua.dk>
7367         * scroll-bar.el (set-scroll-bar-mode): Initialize to
7368         new built-in variable default-frame-scroll-bars.
7369         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7370         scroll-bar-mode; notably, use it instead of t when we toggle
7371         scroll-bars on.
7372         (toggle-scroll-bar): Use default-frame-scroll-bars.
7374 2003-09-19  Masatake YAMATO  <jet@gyve.org>
7376         * pcvs.el (cvs-do-removal): Change the prompt depending on
7377         `filter' value.
7379 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7381         * startup.el (command-line-1): Stop startup-echo-area-message
7382         being hidden by "Loading image..." message.
7383         (use-fancy-splash-screens-p, display-splash-screen):
7384         Move display-graphic-p test from latter to former.
7386         * progmodes/sh-script.el (sh-font-lock-keywords):
7387         Highlight escaped EOLs differently from other backslash constructs.
7389 2003-09-19  Richard M. Stallman  <rms@gnu.org>
7391         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7392         New functions.
7393         (edebug-enter, edebug-outside-excursion): Use them.
7395         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7396         Fix the condition for whether to print "In WHERE".
7398 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
7400         * finder.el (finder-mode-hook): New variable.
7401         (finder-mode): Run hook finder-mode-hook
7403 2003-09-18  Masatake YAMATO  <jet@gyve.org>
7405         * progmodes/ebrowse.el: Fix broken magic autoload comments.
7407 2003-09-17  Mario Lang  <mlang@delysid.org>
7409         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7410         "p %e" to actually print the value in the GUD buffer.
7412 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
7414         From David Ponce <david.ponce@wanadoo.fr>:
7415         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7416         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7417         from loaddefs-boot.el if necessary.
7419 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
7421         * progmodes/gud.el (gud-find-class): Make jdb work again since
7422         cc-mode changed the syntactic information.
7424 2003-09-15  David Ponce  <david@dponce.com>
7426         * recentf.el: (recentf-exclude): Accept predicates too.
7427         (recentf-file-readable-p): New function.
7428         (recentf-include-p): Handle predicates in recentf-exclude.
7429         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
7430         (recentf-cleanup): Likewise.
7431         (recentf-save-list): Use write-file to handle backup of
7432         recentf-save-file.
7434 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
7436         * loaddefs-boot.el: Renamed from `loaddefs.el'
7437         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7438         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7439         necessary.
7441 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
7443         * electric.el (Electric-pop-up-window): For the `one-window' case,
7444         no longer disconcertingly move point in the original buffer.
7446 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7450 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7452         * dired.el (dired-mode-map): Fix typo.
7454 2003-09-11  Richard M. Stallman  <rms@gnu.org>
7456         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7458 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7460         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7461         the function is less noisy.  Now only `kill-buffer' can ask questions.
7463 2003-09-10  Mario Lang  <mlang@delysid.org>
7465         * battery.el: Update Commentary and Copyright.
7466         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7467         appear due to wrong ordering of the expressions in `or'.
7469 2003-09-09  Lute Kamstra  <lute@gnu.org>
7471         * misc.el (upcase-char): Fix docstring.
7472         (zap-up-to-char): New command.
7474 2003-09-08  David Ponce  <david@dponce.com>
7476         Ensure that recentf correctly updates the menu bar.
7477         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7478         (recentf-menu-bar): New function.
7479         (recentf-clear-data): Use it
7480         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
7481         of easy-menu-change.
7483 2003-09-08  Lute Kamstra  <lute@gnu.org>
7485         * simple.el (size-indication-mode): New.
7486         * bindings.el (mode-line-position): Add buffer size indicator.
7488 2003-09-04  Mario Lang  <mlang@delysid.org>
7490         * battery.el (battery-linux-proc-acpi): New function.
7491         (battery-status-function): Modify default value calculation to also
7492         check for availability of ACPI.
7493         (battery-echo-area-format): Ditto.
7494         (battery-mode-line-format): Ditto.
7496 2003-09-06  Dave Love  <fx@gnu.org>
7498         * ielm.el (ielm-mode-hook): Add :options.
7500         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7501         (eldoc-print-current-symbol-info): Use it.
7503 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
7505         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7506         being displayed in GUD buffer.
7507         (gdb-idle-input-queue): Remove var.  Use just one queue.
7508         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7509         Remove functions.  Use just one queue.
7510         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7511         (gdb-invalidate-assembler, gdb-get-current-frame):
7512         Modify functions.  Use just one queue.
7514 2003-09-04  Dave Love  <fx@gnu.org>
7516         * cus-start.el: Add blink-cursor-alist.
7518         * ruler-mode.el (ruler-mode-fill-column-char)
7519         (ruler-mode-current-column-char): Use char-displayable-p,
7520         not window-system.
7522         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7524         * language/european.el (windows-1252): Move from code-pages.
7526         * language/cyrillic.el ("Windows-1251"): Delete.
7527         ("Bulgarian", "Belarusian"): Remove `features'.
7528         (windows-1251): Move from code-pages.
7530         * international/mule-diag.el (non-iso-charset-alist):
7531         Remove `codepage' stuff.
7532         (print-designation, list-coding-systems-1): Output fixes.
7534         * international/code-pages.el (cp-make-translation-table)
7535         (cp-valid-codes): Made defsubsts.
7536         (cp-fix-safe-chars): Delete.
7537         (mule-diag): Don't require.
7538         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7539         (top-level): Check for defined coding system when defining
7540         cp... aliases.  Change w32-add-charset-info test to avoid warning.
7541         (non-iso-charset-alist): Defvar when compiling.
7542         (cp-make-coding-system): Doc fix.
7544 2003-09-02  Jason Rumney  <jasonr@gnu.org>
7546         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7547         line-ends from CVS before doing conversion.
7549 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
7551         * calendar/diary-lib.el (diary-header-line-flag)
7552         (diary-header-line-format): New variables.
7553         (list-diary-entries): Use them to set header line in simple diary.
7555         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7556         other than font-lock-string-face to highlight backslashes.
7558 2003-09-01  Jason Rumney  <jasonr@gnu.org>
7560         * international/titdic-cnv.el (tit-read-key-value): Include \r in
7561         regexp.
7563 2003-09-01  Dave Love  <fx@gnu.org>
7565         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7567         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7568         and :help; also line and column numbers labels.
7570         * international/mule-util.el (char-displayable-p): Move from
7571         latin1-disp, rename and autoload.
7573         * international/latin1-disp.el (latin1-char-displayable-p):
7574         Now obsolete alias.  Replace uses with char-displayable-p.
7575         (latin1-display-ucs-per-lynx): Fix last change.
7577         * international/mule-cmds.el (standard-display-european-internal):
7578         Don't use char code for Latin-1 NBSP.
7579         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
7580         U+2018, U+2019 for `'.
7581         (select-safe-coding-system): Message fix.
7583 2003-09-01  Kenichi Handa  <handa@m17n.org>
7585         * international/fontset.el (setup-default-fontset): For Thai
7586         font, specify "*" family.
7588 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
7590         * progmodes/compile.el (previous-error): Accept a prefix
7591         argument, similarly to next-error.
7593 2003-08-31  Masatake YAMATO  <jet@gyve.org>
7595         * pcvs.el (cvs-do-removal): Use = instead of eq to check
7596         the number of files.  Bind the number of files to a local
7597         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7599 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
7601         * vc-hooks.el (vc-make-version-backup): Fix the change made on
7602         2003-07-26: msdos-long-file-names is a function, not a variable.
7604 2003-08-29  Richard M. Stallman  <rms@gnu.org>
7606         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7607         Do nothing with mail-personal-alias-file if it is nil.
7609         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7610         Do nothing if mail-personal-alias-file is nil.
7612         * term.el (term-exec-1): Bind coding-system-for-read.
7614         * dired.el (dired-mouse-find-file-other-window):
7615         Use dired-view-command-alist here, as in dired-view-file.
7616         (dired-view-command-alist): Use %s to substitute file name.
7617         Handle .ps_pages, .eps, .jpg, .gif, .png.
7619 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
7621         * info.el (Info-mode-map): Bind S-tab and <backtab> to
7622         `Info-prev-reference', instead of M-tab.
7624 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
7626         * simple.el (blink-matching-open): Work correctly on chars that
7627         are designated as parens through the syntax-table text property.
7629 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
7631         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7632         line break position in the middle of a non-kinsoku (e.g. latin)
7633         word, making it skip until either a space or a character with
7634         category "|".
7635         (kinsoku-longer): Test for end of buffer.
7637 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
7639         * mail/rmail.el (rmail-convert-to-babyl-format):
7640         Detect quoted-printable- and base64-encoded messages and decode them
7641         automatically.  Set the message's encoding from the charset=
7642         header, if any.  Decode base64-encoded messages in Mail format as well.
7644 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7646         * mail/smtpmail.el: Fix previous change.
7647         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7648         calling smtpmail-via-smtp.
7649         (smtpmail-via-smtp): Add fall-back values for envelope-from.
7651 2003-08-26  John Paul Wallington  <jpw@gnu.org>
7653         * image.el (image-jpeg-p): Don't search beyond length of data.
7655 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7657         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7658         misfeature in `expand-abbrev' which caused electric keywords like
7659         "else" to disappear if an open brace was typed directly afterwards.
7661 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7663         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7664         mandatory in `define-widget'.
7666         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7667         Don't align the operators "!=", "<=" and ">=" as assignment operators.
7669         (c-assignment-operators): New language constant that only contains
7670         the assignment operators.
7672         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7674 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7676         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7677         Safeguard against unbalanced sexps.
7679 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
7681         * version.el (emacs-version): Check for gtk.  Include gtk version info.
7683 2003-08-25  John Paul Wallington  <jpw@gnu.org>
7685         * man.el (Man-default-man-entry): Don't whizz past the section
7686         number before looking for it.
7688 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
7690         * progmodes/gud.el (gud-display-line): Don't set window-point if
7691         source buffer is not visible.  (Only happens with M-x gdba.)
7693         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7694         documentation.
7695         (gdb-source, gdb-source-info): Update to assembler unnecessary
7696         as its done after each GDB command anyway.
7697         (gdb-pre-prompt): Use with-current-buffer.
7698         (gdb-insert-field): Add help-echo text.
7699         (gdb-invalidate-assembler): Re-display of assembler now done in
7700         gdb-info-breakpoints-custom.
7701         (gdb-info-breakpoints-custom): Force re-display of assembler to
7702         happen *after* update of breakpoints buffer.
7703         (gdb-display-source-buffer): Don't choke if gdb-source-window
7704         isn't visible.
7705         (gdb-put-string, gdb-put-arrow): Remove free variables.
7707 2003-08-24  John Paul Wallington  <jpw@gnu.org>
7709         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7711         * man.el (Man-default-man-entry): Strip text properties when
7712         snarfing parts of entry because `format' preserves properties.
7714 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7716         * files.el (file-newest-backup): Use `expand-file-name'.
7718         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7719         Allow the diary to pop up a new frame, if needed.
7721         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7722         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7723         (smtpmail-send-it): Make treatment of envelope-from consistent with
7724         sendmail.el.
7726         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7727         (sh-leading-keywords): Add the bash `time' reserved word.
7728         (sh-variables): Add some bash variables.
7729         (sh-add-completer): Fix nil branch of case statement.
7731 2003-08-24  Masatake YAMATO  <jet@gyve.org>
7733         * progmodes/ld-script.el: New file.
7735 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
7737         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7739 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
7741         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7742         Better explain obsolescence, and what to use instead.
7744 2003-08-23  Masatake YAMATO  <jet@gyve.org>
7746         * pcvs.el (cvs-do-removal): Show the deleted file name
7747         on the prompt.
7749 2003-08-20  Dave Love  <fx@gnu.org>
7751         * international/mule.el (make-coding-system)
7752         (set-buffer-file-coding-system): Doc fix.
7754         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7756         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7758         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7760         * international/utf-16.el: Add mime-text-unsuitable coding system
7761         properties.
7763         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7765         * cus-edit.el: Add some :links.
7766         (bib): Remove.
7768         * textmodes/bib-mode.el (bib): Add :group external.
7770 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
7772         * wid-edit.el (widget-echo-help): Make it handle expressions that
7773         evaluate to strings.
7775 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
7777         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
7779         Simplify selection of SQL products to define highlighting and
7780         interactive mode.  Includes detailed instructions on adding
7781         support for new products.
7783         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
7784         product for use in highlighting and interactive mode.
7785         (sql-interactive-product): New variable.  SQL product for
7786         sql-interactive-mode.
7787         (sql-product-support): New variable.  Specifies product-specific
7788         parameters to drive highlighting and interactive mode.
7789         (sql-imenu-generic-expression): Add more object types.
7790         (sql-sqlite-options): Correct comment.
7791         (sql-ms-program): Use "osql" rather than "isql".
7792         (sql-prompt-regexp, sql-prompt-length): Update comment.
7793         (sql-mode-menu): Add "Start SQLi session" entry.
7794         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
7795         (sql-mode-abbrev-table): Add abbreviations.  Support of
7796         SYSTEM-FLAG on define-abbrev.  Support was removed with last
7797         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7798         (sql-mode-font-lock-object-name): Add font-lock pattern for object
7799         names.
7800         (sql-mode-ansi-font-lock-keywords): Set as default value.
7801         (sql-mode-oracle-font-lock-keywords): Set as default value.
7802         Support Oracle 9i keywords.
7803         (sql-mode-postgres-font-lock-keywords): Set as default value.
7804         (sql-mode-linter-font-lock-keywords): Set as default value.
7805         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
7806         SQLServer 2000.
7807         (sql-mode-sybase-font-lock-keywords)
7808         (sql-mode-interbase-font-lock-keywords)
7809         (sql-mode-sqlite-font-lock-keywords)
7810         (sql-mode-strong-font-lock-keywords)
7811         (sql-mode-mysql-font-lock-keywords)
7812         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
7813         keywords.
7814         (sql-mode-font-lock-defaults): Update comment.
7815         (sql-product-feature): New function.  Returns feature associated
7816         with a product from `sql-product-support' alist.
7817         (sql-product-font-lock): New function.  Set font-lock support
7818         based on `sql-product'.
7819         (sql-add-product-keywords): New function.  Add font-lock rules to
7820         product-specific keyword variables.
7821         (sql-set-product): New function.  Set `sql-product' and apply
7822         appropriate font-lock highlighting.
7823         (sql-highlight-product): New function.  Set font-lock support
7824         based on a product.  Also set mode name to include product name.
7825         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7826         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7827         Use `sql-set-product'.
7828         (sql-highlight-ms-keywords)
7829         (sql-highlight-sybase-keywords)
7830         (sql-highlight-interbase-keywords)
7831         (sql-highlight-strong-keywords)
7832         (sql-highlight-mysql-keywords)
7833         (sql-highlight-sqlite-keywords)
7834         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
7835         (sql-get-login): Prompt in the same order as the tokens.
7836         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7837         (sql-product-interactive): New function.  Common portions of
7838         product-specific interactive mode wrappers.
7839         (sql-interactive-mode): Rewritten to use product features.
7840         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7841         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7842         (sql-db2, sql-linter): Use `sql-product-interactive'.
7843         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7844         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7845         (sql-connect-ingres, sql-connect-postgres)
7846         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7847         New functions.  Format command line parameters and invoke comint on
7848         the appropriate interpreter.  Code was in the corresponding
7849         `sql-xyz' function before.
7850         (sql-connect-ms): New function.  Support -E argument to use
7851         operating system credentials for authentication.
7853 2003-08-18  Kenichi Handa  <handa@m17n.org>
7855         * international/mule.el (encode-char): Fix for the ASCII case.
7857 2003-08-15  Kenichi Handa  <handa@m17n.org>
7859         * international/fontset.el (setup-default-fontset): Change "*" to
7860         nil in the specifications of font family.
7862 2003-08-18  Kim F. Storm  <storm@cua.dk>
7864         * kmacro.el (kmacro-keymap): Group related bindings in
7865         initialization for clarity.  Bind C-s to start macro.
7866         Remove C-r binding.
7867         (kmacro-initial-counter-value): New defvar to hold initial counter
7868         value in case we set the value before defining a macro.
7869         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7870         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7871         not defining or executing macro.  Doc fix.
7872         (kmacro-add-counter): Clear kmacro-initial-counter-value.
7873         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7874         temporarily view older elements on the macro ring without cycling
7875         the ring.
7876         (kmacro-display): Doc fix.
7877         (kmacro-exec-ring-item): New helper function.
7878         (kmacro-call-ring-2nd): Use it.
7879         (kmacro-call-ring-2nd-repeat): Doc fix.
7880         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7881         (kmacro-end-or-call-macro): Execute last viewed macro (using
7882         kmacro-exec-ring-item) from ring if this follows
7883         kmacro-view-macro.  This allows us to find a macro on the ring
7884         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7885         the ring to bring it to the head of the ring.
7886         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7887         Allow binding to reserved keys without specifying C-x C-k prefix.
7888         Ask for confirmation if entered key sequence is already bound to
7889         a non-macro command.
7890         (kmacro-view-macro): Repeating command will show older elements
7891         on the macro ring; C-k will execute the last viewed macro.
7892         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
7893         property from 'ring to 'head.
7895 2003-08-17  Alan Shutko  <ats@acm.org>
7897         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7898         keeping December out of the alist.
7900 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7902         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7903         * calendar/calendar.el (calendar-mode-map): Bind it to key.
7904         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7905         (calendar-flatten): New function.
7906         (calendar-mouse-view-other-diary-entries)
7907         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7908         in the menu title and to show multi-line diary entries correctly
7909         in the menu.
7911 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
7913         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7914         defcustom, because the default was recently changed.
7916 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7918         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7920         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7921         New subroutine, broken out of eval-last-sexp-1.
7922         (eval-last-sexp-1): Use eval-last-sexp-print-value.
7924         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
7926         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
7928         * simple.el (eval-expression): Use eval-last-sexp-print-value.
7930 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
7932         * progmodes/compile.el (compilation-error-regexp-alist):
7933         Add Java ANt error detection as described in document
7934         http://ant.apache.org/faq.html
7936 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
7938         * simple.el (backward-word, forward-to-indentation)
7939         (backward-to-indentation): Argument changed to optional.
7940         (next-line, previous-line): Use `or' instead of `unless'.
7942 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7944         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
7945         instead of a constant.
7947 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
7949         * shell.el (shell): With prefix-arg, suggest a new buffer name.
7951 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
7953         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
7954         (vc-sccs-workfile-version): Search the entire delta table, rather
7955         than just the first entry, because that might be a deleted version.
7957 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
7959         * menu-bar.el (menu-bar-options-menu): Supply a body for the
7960         [save-place] binding in the Options menu.  Have it require
7961         'saveplace' and then toggle the variable manually, to avoid an an
7962         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
7963         for the bug report.
7965 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
7967         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
7968         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
7969         (gdb-info-threads-custom): Add help-echo text.
7970         (gdb-display-back): Don't use purecopy.
7971         (gdb-info-breakpoints-custom, gdb-reset)
7972         (gdb-assembler-custom): Use display-images-p to test if breakpoint
7973         icons can be displayed.
7975 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
7977         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
7979 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
7981         * bookmark.el (bookmark-completing-read):
7982         Return a string, instead of a list of one string.
7983         Use a popup menu if activated from the mouse.
7984         (bookmark-edit-annotation): Remove unused vars.
7985         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7986         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7987         to bookmark-completing-read.
7988         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7989         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7990         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7991         and erase-buffer.
7992         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7993         (bookmark-menu-jump, bookmark-menu-insert)
7994         (bookmark-popup-menu-and-apply-function)
7995         (bookmark-menu-popup-paned-bookmark-menu): Remove.
7996         (bookmark-menu-build-paned-menu): Remove by folding it into
7997         bookmark-menu-popup-paned-menu.
7998         (menu-bar-bookmark-map): Move the define-key statements here.
7999         Use the "non-menu" commands since they now pop up a menu if needed.
8000         (bookmark-exit-hook-internal): Simplify.
8002 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
8004         * reftex-toc.el (reftex-toc-rename-label): New function.
8005         (reftex-toc-check-docstruct): New function.
8007         * reftex.el (reftex-region-active-p): New function.
8009         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8010         regexp to find the \bibliography macro.
8012         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8013         which does not exist in LaTeX.
8014         (reftex-cite-format-builtin): Added amsrefs support.
8015         (reftex-toc-confirm-promotion): New option
8017         * reftex-toc.el
8018         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8019         (reftex-toc-demote, reftex-toc-promote)
8020         (reftex-toc-do-promote, reftex-toc-promote-prepare)
8021         (reftex-toc-promote-action, reftex-toc-extract-section-number)
8022         (reftex-toc-newhead-from-alist)
8023         (reftex-toc-load-all-files-for-promotion): New functions.
8024         (reftex-toc-help): Added description of new keys.
8025         (reftex-toc-split-windows-fraction): New option.
8026         (reftex-recenter-toc-when-idle): Search *toc* window on all
8027         visible frames.
8028         (reftex-toc): Additional parameter REUSE
8029         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
8030         with REUSE argument.
8031         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8032         the call of `reftex-toc'.
8033         (reftex-make-separate-toc-frame): New function .
8034         (reftex-toc-recenter): When called with triple prefix arg, call
8035         `reftex-make-separate-toc-frame' first.
8036         (reftex-toc-toggle-dedicated-frame): New command.
8037         (reftex-toc-quit): Adapted to delete frame when called in
8038         dedicated frame.
8040         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8041         all enclosing macros.
8044 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8046         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8047         first use.
8049 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8051         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8053 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
8055         * calendar/calendar.el (list-diary-entries-hook)
8056         (diary-display-hook, nongregorian-diary-listing-hook)
8057         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8058         Add some customize options for these hooks.
8059         (calendar-abbrev-construct): Don't try to take a substring longer
8060         than the original string.
8062 2003-08-05  Richard M. Stallman  <rms@gnu.org>
8064         * emacs-lisp/testcover.el (noreturn): Report error if does return.
8065         (testcover-reinstrument-clauses): Doc fix.
8067         * emacs-lisp/warnings.el: Doc fixes, args renamed.
8068         (warning-type-format): Rename from warning-group-format.
8070         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8071         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8072         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8073         to prevent warnings about defvar for an obsolete variable.
8075         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8076         warning-group-format renamed to warning-type-format.
8078         * subr.el (read-passwd): Use clear-string instead of fillarray.
8080         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8081         Use vconcat instead of concat.
8082         (edmacro-sanitize-for-string): New function.
8084 2003-08-05  Dave Love  <fx@gnu.org>
8086         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8087         line-number-display-limit-width.
8089         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8091 2003-08-05  Kenichi Handa  <handa@m17n.org>
8093         * international/code-pages.el: Don't require mule-diag.
8095         * international/mule-diag.el (non-iso-charset-alist):
8096         Add autoload cookie.
8098         * language/devan-util.el (dev-glyph-order): Add an entry for the
8099         glyph code #xC4.
8101 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8103         * calendar/calendar.el (diary-file, diary-file-name-prefix)
8104         (european-calendar-style, diary-date-forms)
8105         (calendar-day-name-array, calendar-month-name-array): Doc change.
8106         (generate-calendar-month): Adapt for new behaviour of
8107         `calendar-day-name' function.
8108         (calendar-abbrev-length, calendar-day-abbrev-array)
8109         (calendar-month-abbrev-array): New variables.
8110         (calendar-abbrev-construct): New function.
8111         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8112         rather than fixing abbrevs at some width.  Calling syntax change.
8113         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
8114         (calendar-date-string): Adapt for new behaviours of
8115         `calendar-day-name' and `calendar-month-name' functions.
8117         * calendar/diary-lib.el (list-diary-entries): Adapt for new
8118         behaviour of `calendar-day-name' and `calendar-month-name' functions.
8119         (diary-name-pattern): Use abbrev arrays, rather than fixing
8120         abbrevs at three chars.  Calling syntax change.
8121         (mark-diary-entries): Adapt for new behaviours of
8122         `diary-name-pattern' and `calendar-make-alist' functions.
8123         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8124         `diary-name-pattern' function.
8125         (font-lock-diary-date-forms): Use abbrev arrays, rather than
8126         fixing abbrevs at three chars.  Calling syntax change.
8127         (cal-hebrew, cal-islam): Require when compiling.
8128         (diary-font-lock-keywords): Adapt for new behaviour of
8129         `font-lock-diary-date-forms' function.
8131         * calendar/cal-hebrew.el: Reposition some code so defined before used.
8132         (calendar-hebrew-month-name-array-common-year)
8133         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8134         (list-hebrew-diary-entries): Adapt for new behaviours of
8135         `calendar-day-name' and `add-to-diary-list' functions.
8136         (mark-hebrew-diary-entries): Adapt for new behaviours of
8137         `diary-name-pattern' and `calendar-make-alist' functions.
8139         * calendar/cal-islam.el (calendar-islamic-month-name-array):
8140         Add doc string.
8141         (list-islamic-diary-entries): Adapt for new behaviours of
8142         `calendar-day-name' and `add-to-diary-list' functions.
8143         (mark-islamic-diary-entries): Adapt for new behaviours of
8144         `diary-name-pattern' and `calendar-make-alist' functions.
8146         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8147         `calendar-month-name' function.
8149         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8151         * calendar/solar.el (solar-seasons-data): Move definition before use.
8153         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8154         (cal-tex-LaTeX-hourbox): Move definition before use.
8156         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8157         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8158         lunar.el, solar.el
8159         (displayed-month, displayed-year): Define for compiler.
8161 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
8163         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8164         MODE.  Renamed from c-init-c-language-vars'.
8165         (c-initialize-cc-mode): Change accordingly.
8166         (c-common-init): Ditto.
8167         (c-mode): Ditto.
8168         (c++-mode): Use `c-init-language-vars-for'.
8169         (objc-mode): Ditto.
8170         (java-mode): Ditto.
8171         (idl-mode): Ditto.
8172         (pike-mode): Ditto.
8173         (awk-mode): Ditto.
8175 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
8177         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8178         or not the point moved.
8180         (c-search-decl-header-end): Don't trip up on operator identifiers
8181         in C++ and operators like == in all languages.
8183         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8184         Detect leading labels correctly.
8186 2003-08-02  Andreas Schwab  <schwab@suse.de>
8188         * textmodes/ispell.el: Don't redo key bindings on loading, put
8189         them only in loaddefs.el.
8190         * bookmark.el: Likewise.
8191         * dabbrev.el: Likewise.
8192         * emerge.el: Likewise.
8194         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8195         has more than one member.
8197         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8199 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8201         * lpr.el (printify-region): It was ending conversion before the
8202         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
8204 2003-07-31  John Paul Wallington  <jpw@gnu.org>
8206         * net/browse-url.el (browse-url-epiphany): Doc fix.
8208 2003-07-30  Kenichi Handa  <handa@m17n.org>
8210         * international/fontset.el (setup-default-fontset):
8211         Change registry names of Akurti fonts.
8213 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8215         * comint.el (comint-read-noecho): Use `clear-string' instead of
8216         `fillarray'.
8218 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
8220         * outline.el (outline-mode-hook): Add defvar.
8222 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
8224         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8225         Restore assembler in source window if that is what has been selected.
8226         (menu): Add gdb-restore-windows to menu.  Make gdba
8227         specific menus only visible from gdba.
8229 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8231         * progmodes/compile.el (compilation-environment): New user variable.
8232         (compile-internal): Respect it.
8234 2003-07-23  Masatake YAMATO  <jet@gyve.org>
8236         * progmodes/gud.el (gdb-script-font-lock-keywords):
8237         Put `font-lock-function-name-face' on a symbol which includes
8238         `-' like `hook-run'.  Put font-lock-variable-name-face
8239         on a symbol starting with $.
8241 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
8243         * files.el (set-visited-file-name): Use truename for buffer-file-name.
8245 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
8247         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8249 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
8251         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8252         Use with-no-warnings.
8253         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8254         rather than to find-file-not-found-hook, which doesn't exist.
8256 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
8258         * international/quail.el (quail-translate-key): Fix previous change.
8260 2003-07-25  John Paul Wallington  <jpw@gnu.org>
8262         * server.el (server-start): Check `server-process' is non-nil
8263         before killing it to avoid killing current buffer's process.
8265         * simple.el (choose-completion-string): Use `minibufferp';
8266         test `completion-reference-buffer' if `buffer' arg is nil.
8267         (push-mark): Use `when' and `unless'.
8268         (pop-mark): Use `when'.
8270         * mouse-sel.el (mouse-sel-get-selection-function):
8271         Check `x-last-selected-text-primary'.  Don't barf if it or
8272         `x-last-selected-text' aren't bound.
8274 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8276         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8278 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
8280         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8282 2003-07-23  John Paul Wallington  <jpw@gnu.org>
8284         * tooltip.el (defface tooltip): Inherit from variable-pitch.
8286 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
8288         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8289         string.  Defvar the derived hook.
8291         * macros.el (insert-kbd-macro): Escape double quote character.
8292         From Thomas W Murphy <twm@andrew.cmu.edu>.
8294 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
8296         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8297         to match the specific mark rather than reusing comment-start-skip.
8299 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
8301         * progmodes/hideshow.el (hs-special-modes-alist):
8302         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
8304 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
8306         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8307         value using ?\s.
8309 2003-07-21  John Paul Wallington  <jpw@gnu.org>
8311         * subr.el (with-selected-window): Add closing paren.
8313 2003-07-21  Richard M. Stallman  <rms@gnu.org>
8315         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8316         (lisp-mode): Likewise.
8318         * subr.el (with-selected-window): Copy code form save-selected-window
8319         so as to call select-window with norecord arg.
8320         (dynamic-completion-table): Doc fix.
8321         (lazy-completion-table): Doc fix.
8323         * international/mule-cmds.el (set-locale-environment):
8324         langinfo renamed to locale-info.
8326         * international/mule.el (auto-coding-functions): Doc fix.
8328 2003-07-21  Kenichi Handa  <handa@m17n.org>
8330         * international/quail.el (quail-translate-key):
8331         Update quail-current-str correctly.
8333 2003-07-21  Andreas Schwab  <schwab@suse.de>
8335         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8336         ?, to "_".
8338 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
8339         Version 2.0.36 of Tramp released.
8341         * net/tramp.el (tramp-default-password-end-of-line): Rename from
8342         tramp-password-end-of-line.
8343         (tramp-password-end-of-line): New method parameter.
8344         (tramp-get-password-end-of-line): Function to access method
8345         parameter `tramp-password-end-of-line', or variable
8346         `tramp-default-password-end-of-line' (default value).
8347         (tramp-methods): Add entries for new parameter
8348         tramp-password-end-of-line.
8349         (tramp-enter-password): Use new function
8350         `tramp-get-password-end-of-line'.
8351         (tramp-handle-insert-file-contents): Do not
8352         unconditionally inhibit the file operation file-local-copy, only
8353         do that when the inhibit-file-name-operation is currently
8354         insert-file-contents.  This fixes finding remote CVS-controlled
8355         files.  (It would barf on inserting the CVS/Entries file
8356         literally, because the file-local-copy handler wasn't called.)
8357         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8358         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8359         (tramp-initial-commands): New variable.
8360         (tramp-process-initial-commands): New function, using the variable.
8361         (tramp-open-connection-setup-interactive-shell): Call the new function.
8362         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8363         method into the buffer name, never use nil.  Reported by Hanak
8364         David <dhanak@inf.bme.hu>.
8365         (tramp-open-connection-setup-interactive-shell): Erase buffer
8366         before sending "stty -onlcr".
8368         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8370 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
8372         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8374 2003-07-19  John Paul Wallington  <jpw@gnu.org>
8376         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8377         (artist-draw-rect, artist-draw-square): Doc fixes.
8379         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8381         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8383 2003-07-19  Kenichi Handa  <handa@m17n.org>
8385         * international/kkc.el (kkc-show-conversion-list-update):
8386         Highlight the correct candidate in the message.
8388 2003-07-18  John Paul Wallington  <jpw@gnu.org>
8390         * simple.el (current-word): Don't include punctuation char when
8391         `really-word' arg is non-nil.
8393 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
8395         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8396         moved to the directory obsolete.
8398 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
8400         * info.el (Info-menu-entry-name-re): Allow newlines in
8401         menu entry names.
8403         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8404         syntax-ppss-after-change-function.
8405         (syntax-ppss-after-change-function): New alias.  Update uses.
8406         (syntax-ppss): Catch the case where the buffer is narrowed.
8408 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
8410         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8411         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8413 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
8415         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8416         since it might be modified.
8418         * progmodes/cc-langs.el (c++-make-template-syntax-table)
8419         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8420         names to these language constants.
8422 2003-07-15  Kim F. Storm  <storm@cua.dk>
8424         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8425         All uses changed.
8427 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
8429         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8430         Namespace support.
8432 2003-07-13  Juanma Barranquero  <lektu@terra.es>
8434         * frame.el (modify-all-frames-parameters): Reinstall (copyright
8435         papers received).
8437 2003-07-13  Karl Eichwalder  <ke@suse.de>
8439         * textmodes/po.el (po-find-charset): White space at the start of the
8440         Content-Type field body is non-mandatory.
8442 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8444         * textmodes/texinfo.el (texinfo-section-list):
8445         Append appendixsection; a synonym for appendixsec.
8447 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
8449         * man.el (Man-translate-cleanup): New.
8450         (Man-translate-references): Call `Man-translate-cleanup' to clean
8451         leading, trailing and middle spaces.
8453 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
8455         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8456         Handle `dired-directory' being a list.
8458 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8460         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8461         it doesn't exist.
8463 2003-07-12  Richard M. Stallman  <rms@gnu.org>
8465         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8467         * progmodes/cc-defs.el (c-make-keywords-re):
8468         Don't use delete-duplicates.
8469         (c-lang-const): Don't use mapcan.
8471         * apropos.el (apropos-show-scores): Make it customizable.
8472         Document new meaning.
8473         (apropos): Compute scores from symbols.
8474         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8476 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8478         * ps-bdf.el: Fix copyright line.
8479         (bdf-directory-list): Fix initialization code.
8481 2003-07-11  John Paul Wallington  <jpw@gnu.org>
8483         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8484         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8485         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8487 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
8489         * emacs-lisp/ring.el (ring-elements): Doc fix.
8491 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
8493         * calendar/timeclock.el (timeclock-relative)
8494         (timeclock-ask-before-exiting, timeclock-use-display-time):
8495         Doc changes.
8496         (timeclock-modeline-display): Give a message if
8497         `timeclock-use-display-time' is non-nil but `display-time-mode'
8498         is not active.
8500 2003-07-11  Kenichi Handa  <handa@m17n.org>
8502         * international/mule-cmds.el (set-language-environment):
8503         Set current-language-environment to the correct string.
8505 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8507         * ps-print.el: Print line number correctly in a region.  Reported by
8508         Tim Allen <timallen@ls83.fsnet.co.uk>.
8509         (ps-print-version): New version number (6.6.2).
8510         (ps-printing-region): Code fix.
8512 2003-07-10  John Paul Wallington  <jpw@gnu.org>
8514         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8515         this function can be called from `add-completions-from-tags-table'.
8517 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
8519         * calendar/timeclock.el (timeclock-use-display-time)
8520         (timeclock-day-over-hook, timeclock-workday-remaining)
8521         (timeclock-status-string, timeclock-when-to-leave)
8522         (timeclock-when-to-leave-string, timeclock-log-data)
8523         (timeclock-find-discrep, timeclock-day-base)
8524         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8525         (timeclock-modeline-display): Set the variable
8526         `timeclock-modeline-display'.
8527         (timeclock-update-modeline): Doc fix.  Respect value of
8528         `timeclock-relative'.
8530 2003-07-09  Richard M. Stallman  <rms@gnu.org>
8532         * textmodes/reftex-parse.el (reftex-all-document-files):
8533         Add autoload cookie.
8535         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8536         (reftex-scanning-info-available-p): Add autoload cookie.
8538         * international/mule-cmds.el
8539         (set-display-table-and-terminal-coding-system): Delete duplicate
8540         aset on standard-display-table.
8542         * view.el (view-file): If existing buffer's major mode is special,
8543         don't go into view mode.
8545         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8547 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8549         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8550         buffer changes; there's third party code that calls this function
8551         directly.
8553 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8555         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8556         (autodoc-font-lock-keywords): Don't byte compile on font lock
8557         initialization when running from byte compiled files.
8559 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8561         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8562         statement ends with auto-increment "++".
8564 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8566         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8567         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8568         these are changed, so declare them as variables and not constants.
8570 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
8572         * subr.el (dolist, dotimes): Doc fix.
8574 2003-07-08  Kim F. Storm  <storm@cua.dk>
8576         * international/mule-cmds.el
8577         (set-display-table-and-terminal-coding-system): Don't break
8578         bootstrap if standard-display-table isn't setup yet.
8580 2003-07-07  Richard M. Stallman  <rms@gnu.org>
8582         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8583         Give it a doc string, and autoload it.
8585         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8586         Use with-no-warnings.
8588         * info.el (Info-search): If find invisible text, search again.
8590         * isearch.el (search-whitespace-regexp): Add a shy group around it.
8592         * man.el (Man-name-regexp): Match + as part of name.
8594         * simple.el (visible-mode): Rename from vis-mode.
8595         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8597         * simple.el (current-word): New arg REALLY-WORD specifies
8598         don't include punctuation chars.
8600         * emacs-lisp/debug.el (debug, debugger-env-macro):
8601         Use with-no-warnings while accessing and binding unread-command-char.
8603         * international/mule-cmds.el
8604         (set-display-table-and-terminal-coding-system): Use explicit loop
8605         instead of calling standard-display-default.
8607         * net/ange-ftp.el (ange-ftp-file-symlink-p):
8608         Use condition-case to catch error in ange-ftp-get-files.
8610         * net/browse-url.el (browse-url-browser-function):
8611         Add alternative for Epiphany.
8612         (browse-url-epiphany-program, browse-url-epiphany-arguments)
8613         (browse-url-epiphany-startup-arguments)
8614         (browse-url-epiphany-new-window-is-tab): New variables.
8615         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8617         * progmodes/compile.el (compile-auto-highlight): Default now t.
8618         (compile): Doc fix.
8619         (compilation-next-error): Fix previous change.
8621         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8623         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8625 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
8627         * gdb-ui.el (gdb-source-info): Display current frame when
8628         attaching to an existing process.
8629         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8630         while laying out windows when attaching to an existing process.
8632 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
8634         * info.el (Info-menu): Use Info-menu-entry-name-re.
8636 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
8638         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8639         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8641         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8642         to match the same text.
8644 2003-07-06  John Paul Wallington  <jpw@gnu.org>
8646         * vc.el (vc-annotate-offset): Move defvar up.
8648 2003-07-06  Kim F. Storm  <storm@cua.dk>
8650         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8651         This should fix the infinite loop when extracting menu names.
8653 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8655         * files.el (auto-mode-alist, interpreter-mode-alist):
8656         Remove entries to CC Mode modes to avoid duplicates; they are now added
8657         with autoload directives in cc-mode.el.
8659 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
8661         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8662         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8663         these are changed, so declare them as variables and not constants.
8665         * progmodes/cc-mode.el: Fix some autoload problems: Try to
8666         ensure that the entry for ".c" extension comes before the one for
8667         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8668         Fix incorrect entries that were added to `interpreter-mode-alist'.
8669         Move the autoload directives for AWK to the top level since they
8670         aren't recognized anywhere else.  Do not use the new AWK mode doc
8671         in the autoload form for the old AWK mode.
8673 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8675         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8676         (bibtex-sort-ignore-string-entries): Default value t.
8677         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8678         erroneously in previous version.
8679         (bibtex-string-files): Docstring reflects new parsing scheme.
8680         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8681         docstring, add # as one of the chars to crush
8682         (bibtex-autokey-prefix-string, bibtex-autokey-names)
8683         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8684         (bibtex-autokey-name-change-strings)
8685         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8686         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8687         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8688         (bibtex-autokey-title-terminators)
8689         (bibtex-autokey-titlewords-stretch)
8690         (bibtex-autokey-titleword-ignore)
8691         (bibtex-autokey-titleword-case-convert)
8692         (bibtex-autokey-titleword-abbrevs)
8693         (bibtex-autokey-titleword-abbrevs)
8694         (bibtex-autokey-titleword-change-strings)
8695         (bibtex-autokey-titleword-length)
8696         (bibtex-autokey-titleword-separator)
8697         (bibtex-autokey-name-year-separator)
8698         (bibtex-autokey-year-title-separator)
8699         (bibtex-autokey-before-presentation-function)
8700         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8701         Fix docstring.
8702         (bibtex-strings, bibtex-reference-keys):
8703         Use lazy-completion-table and make-variable-buffer-local.
8704         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8705         (bibtex-braced-string-syntax-table)
8706         (bibtex-quoted-string-syntax-table): New variables.
8707         (bibtex-parse-nested-braces): Remove.
8708         (bibtex-parse-field-string): Use syntax table and forward-sexp.
8709         (bibtex-parse-association): Simplify.
8710         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8711         (bibtex-parse-field-text): Simplify.
8712         (bibtex-search-forward-field, bibtex-search-backward-field):
8713         argument BOUND can take value t.
8714         (bibtex-start-of-field, bibtex-start-of-name-in-field)
8715         (bibtex-end-of-name-in-field, bibtex-end-of-field)
8716         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8717         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8718         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8719         (bibtex-skip-to-valid-entry): Return buffer position of beginning
8720         and ending of entry.  Update for changes of bibtex-search-entry.
8721         Simplify.
8722         (bibtex-map-entries): FUN is called with three arguments.
8723         (bibtex-search-entry): Return a cons pair with buffer positions of
8724         beginning and end of entry.
8725         (bibtex-enclosing-field): Simplify.
8726         (bibtex-format-entry): Use booktitle to set a missing title.
8727         (bibtex-autokey-get-names): Fiddle with regexps.
8728         (bibtex-generate-autokey): Use identity.
8729         (bibtex-parse-keys): Use simplified parsing algorithm if
8730         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
8731         arguments.  Return alist of keys.
8732         (bibtex-parse-strings): Simplify.  Return alist of strings.
8733         (bibtex-complete-string-cleanup): Fix docstring.
8734         (bibtex-read-key): New function.
8735         (bibtex-mode): Fix docstring.  Do not parse for keys and
8736         strings when the mode is entered.  Set fill-paragraph-function to
8737         bibtex-fill-field.  Setup font-lock-mark-block-function the way
8738         font-lock intended.
8739         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
8740         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8741         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8742         (bibtex-Preamble): Avoid hard coded constants.
8743         (bibtex-make-field): Fix docstring.  Simplify.
8744         (bibtex-beginning-of-entry): Always return new position of point.
8745         (bibtex-end-of-entry): Rearrange cond clauses.
8746         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8747         Update for changes of bibtex-map-entries.
8748         (bibtex-ispell-abstract): Do not move point.
8749         (bibtex-entry-index): Use downcase.  Simplify.
8750         (bibtex-lessp): Handle catch-all.
8751         (bibtex-find-crossref): Turn into a command.
8752         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
8753         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
8754         preamble entries.
8755         (bibtex-fill-field-bounds): New function.
8756         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
8757         (bibtex-fill-entry): Use bibtex-fill-field-bounds
8758         (bibtex-String): Use bibtex-strings.  Always obey
8759         bibtex-sort-ignore-string-entries.
8761 2003-07-05  John Paul Wallington  <jpw@gnu.org>
8763         * cus-theme.el (customize-create-theme):
8764         Call `customize-create-theme' in Reset widget's notify function.
8766         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8767         (ibuffer-mark-interactive): Use `or' instead of `unless'.
8768         (define-ibuffer-column name): Add summarizer.
8769         (define-ibuffer-column size): Likewise.
8770         (define-ibuffer-column filename): Likewise.
8771         (define-ibuffer-column process): Likewise.  Change BODY's output too.
8772         (define-ibuffer-column filename-and-process): Likewise, likewise.
8773         (ibuffer): Remove local vars `already-in' and `need-update'.
8775         * ibuf-ext.el: Don't require `derived' at compile-time.
8777 2003-07-05  Kim F. Storm  <storm@cua.dk>
8779         * info.el: Disable paragraph refilling.
8780         (Info-refill-paragraphs): New defcustom.
8781         (Info-fontify-node): Use it.
8783 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8785         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8786         thingies from constructors created by defstruct.
8788         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8789         the default value of the variable.
8790         (byte-code-meter): Move declaration to top level.
8792         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8794         * info.el (Info-following-node-name-re): New fun.
8795         (Info-following-node-name): Remove.
8796         (Info-insert-dir): Use the new fun.
8797         (Info-extract-pointer): Don't save restriction; use new fun.
8798         (Info-menu-entry-name-re): New const.
8799         (Info-menu-entry-name-re): Use it along with new fun.
8800         (Info-node-spec-re): Use new fun.
8801         (Info-complete-menu-item, Info-fontify-node): Use new const.
8802         (Info-goto-node, Info-follow-reference, Info-menu-update):
8803         Use match-string.
8804         (Info-follow-reference): Use assoc-string.
8805         Use a list of strings for the completion table.
8806         (Info-fontify-node): Use match-string, line-end-position.
8807         Limit the search for `node:' to the first line.
8809         * newcomment.el (uncomment-region): Remove padding coming from
8810         comment-start rather than just from comment-padding.
8812         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8813         (vc-cvs-stay-local-p): Use vc-stay-local-p.
8814         (vc-cvs-rename-file): Remove (use the default).
8815         (vc-cvs-register): Register parent dir if needed.
8816         (vc-cvs-could-register): Return non-nil if parent can be registered.
8817         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8818         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8820         * vc-svn.el (vc-svn-use-edit): Make it into a const.
8821         (vc-svn-update): Fix the arguments to `svn'.
8822         (vc-svn-diff-tree): Just use `vc-svn-diff'.
8823         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8824         Simple implementations, assuming `name' is a URL.
8826         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8827         set of chars allowed unquoted in a case pattern.
8829         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8831         * font-lock.el (font-lock-extra-types-widget)
8832         (c-font-lock-extra-types, c++-font-lock-extra-types)
8833         (objc-font-lock-extra-types, java-font-lock-extra-types)
8834         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8835         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8836         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8837         (font-lock-match-c++-structor-declaration)
8838         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8839         (c++-font-lock-keywords-3, c++-font-lock-keywords)
8840         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8841         (objc-font-lock-keywords-3, objc-font-lock-keywords)
8842         (java-font-lock-keywords-1, java-font-lock-keywords-2)
8843         (java-font-lock-keywords-3, java-font-lock-keywords)
8844         (java-font-lock-syntactic-face-function): Remove obsolete code
8845         and constants.  It's all in cc-fonts.el now.
8847 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
8849         * mail/sendmail.el (mail-specify-envelope-from)
8850         (mail-envelope-from): Doc fix.
8852 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
8854         * generic-x.el: Do away with the dependency on `c-emacs-features'
8855         when populating `rul-generic-mode-syntax-table'; we already know
8856         this isn't XEmacs.
8858 See ChangeLog.10 for earlier changes.
8860 ;; Local Variables:
8861 ;; coding: iso-2022-7bit
8862 ;; End:
8864     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
8865   Copying and distribution of this file, with or without modification,
8866   are permitted provided the copyright notice and this notice are preserved.
8868 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1